html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1100px) {
  .container {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.big-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1200px) {
  .big-container {
    max-width: 100%;
    padding-left: 32px;
    padding-right: 32px;
  }
}
.bigger-container {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1500px) {
  .bigger-container {
    max-width: 100%;
    padding-left: 32px;
    padding-right: 32px;
  }
}
.medium-container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1000px) {
  .medium-container {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.small-container {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 850px) {
  .small-container {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.smaller-container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 800px) {
  .smaller-container {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.highlight {
  color: #423dce;
}
.italic,
i,
em {
  font-style: italic;
}
.font-medium {
  font-weight: 500;
}
.font-smaller {
  font-size: 14px;
}
.font-small {
  font-size: 12px;
}
.bold,
strong {
  font-weight: 600;
}
.muted {
  color: #797979;
}
.no-underline {
  text-decoration: none;
}
.text-shadow {
  text-shadow: 0 4px 4px rgba(0,0,0,0.15);
}
.word-highlight {
  position: relative;
}
.word-highlight:after {
  content: '';
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25px;
  background-image: url("/images/vector-hero-highlight.svg");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% auto;
  transform: translateY(-15%);
}
.form-footnote {
  font-size: 11px;
  line-height: 1.15;
  color: #797979;
}
.center-text {
  text-align: center;
}
.center-block {
  margin-left: auto;
  margin-right: auto;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.color-payments {
  color: #ffe297;
}
.color-payments-dark {
  color: #9f833b;
}
.hidden {
  display: none !important;
}
@media only screen and (max-width: 600px) {
  .hide-mobile {
    display: none !important;
  }
}
@media only screen and (min-width: 600px) {
  .hide-desktop {
    display: none;
  }
}
.late-paint {
  content-visibility: auto;
}
.no-padding {
  padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt {
  margin-top: 32px !important;
}
.mt-2 {
  margin-top: 64px !important;
}
.mt-3 {
  margin-top: 96px !important;
}
.mt-4 {
  margin-top: 128px !important;
}
.mt-5 {
  margin-top: 160px !important;
}
.mt-6 {
  margin-top: 192px !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb {
  margin-bottom: 32px !important;
}
.mb-2 {
  margin-bottom: 64px !important;
}
.mb-3 {
  margin-bottom: 96px !important;
}
.mb-4 {
  margin-bottom: 128px !important;
}
.mb-5 {
  margin-bottom: 160px !important;
}
.mb-6 {
  margin-bottom: 192px !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt {
  padding-top: 32px !important;
}
.pt-2 {
  padding-top: 64px !important;
}
.pt-3 {
  padding-top: 96px !important;
}
.pt-4 {
  padding-top: 128px !important;
}
.pt-5 {
  padding-top: 160px !important;
}
.pt-6 {
  padding-top: 192px !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb {
  padding-bottom: 32px !important;
}
.pb-2 {
  padding-bottom: 64px !important;
}
.pb-3 {
  padding-bottom: 96px !important;
}
.pb-4 {
  padding-bottom: 128px !important;
}
.pb-5 {
  padding-bottom: 160px !important;
}
.pb-6 {
  padding-bottom: 192px !important;
}
.youtube-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.youtube-embed iframe,
.youtube-embed object,
.youtube-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@font-face {
  font-family: 'PlusJakartaSansWF';
  src: url("../fonts/PlusJakartaSans-Regular.woff2") format('woff2'), url("../fonts/PlusJakartaSans-Regular.woff") format('woff');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'PlusJakartaSansWF';
  src: url("../fonts/PlusJakartaSans-Medium.woff2") format('woff2'), url("../fonts/PlusJakartaSans-Medium.woff") format('woff');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'PlusJakartaSansWF';
  src: url("../fonts/PlusJakartaSans-Bold.woff2") format('woff2'), url("../fonts/PlusJakartaSans-Bold.woff") format('woff');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'PlusJakartaSansWF';
  src: url("../fonts/PlusJakartaSans-ExtraBold.woff2") format('woff2'), url("../fonts/PlusJakartaSans-ExtraBold.woff") format('woff');
  font-weight: 800 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'ClashDisplay';
  src: url("../fonts/ClashDisplay.woff2") format('woff2'), url("../fonts/ClashDisplay.woff") format('woff');
  font-weight: 200 700;
  font-display: swap;
  font-style: normal;
}
.button {
  -webkit-appearance: none;
  text-decoration: none;
  display: inline-block;
  padding: 12px 16px;
  border-width: 2px;
  border-radius: 10px;
  border-style: solid;
  font-weight: bold;
  cursor: pointer;
  box-shadow: transparent;
  font-family: 'PlusJakartaSansWF', -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;
}
.button:focus {
  border: 2px solid #ffa500 !important;
}
.button.caps {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.5px;
}
.button.full {
  background-color: #423dce;
  border-color: #423dce;
  color: #fff;
}
.button.full:hover,
.button.full:focus {
  background-color: #3833cb;
  border-color: #3833cb;
}
.button.full.raised {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}
.button.full.raised:hover {
  box-shadow: 0 8px 20px 0 rgba(0,0,0,0.15);
}
.button.full.has-arrow:after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 12px;
  background-image: url("/images/icon-arrow-right-white.svg");
  background-size: cover;
  margin-left: 8px;
}
.button.full.header {
  font-weight: bold !important;
}
.button.full[disabled] {
  background-color: rgba(66,61,206,0.5) !important;
  border-color: transparent !important;
  cursor: not-allowed;
}
.button.full[disabled]:hover {
  transform: translateY(0) !important;
  box-shadow: none !important;
}
.button.full.white {
  background-color: #fff;
  border-color: #fff;
  color: #423dce;
}
.button.full.white:hover {
  background-color: #fff;
}
.button.full.white[disabled] {
  background-color: rgba(255,255,255,0.5) !important;
  border-color: transparent !important;
  cursor: not-allowed;
}
.button.full.white[disabled]:hover {
  transform: translateY(0) !important;
  box-shadow: none !important;
}
.button.full.green {
  background-color: #02ffb3;
  border-color: #02ffb3;
  color: #0f3d2f;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}
.button.full.green:hover {
  background-color: #00f4ab;
  box-shadow: 0 6px 50px 0 rgba(0,0,0,0.3);
  transform: translateY(-1px);
}
.button.full.green.has-arrow:after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 12px;
  background-image: url("/images/icon-arrow-right-green.svg");
  background-size: cover;
  margin-left: 8px;
}
.button.full.payments {
  background-color: #ffe297;
  border-color: #ffe297;
  color: #7f692f;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}
.button.full.payments:hover {
  background-color: #ffdc83;
  box-shadow: 0 6px 50px 0 rgba(0,0,0,0.3);
  transform: translateY(-1px);
}
.button.outline {
  background-color: rgba(66,61,206,0.03);
  border-color: #423dce;
  color: #423dce;
}
.button.outline:hover {
  background-color: rgba(49,49,49,0.045);
  border-color: #313131;
  transform: translateY(-1px);
}
.button.outline.white {
  background-color: rgba(255,255,255,0.05);
  border-color: #fff;
  color: #fff;
}
.button.outline[disabled] {
  background-color: #a9a9a9 !important;
  border-color: #a9a9a9 !important;
  cursor: not-allowed;
}
.button.outline[disabled]:hover {
  transform: translateY(0) !important;
  box-shadow: none !important;
}
.button.empty {
  border-color: transparent;
  background-color: transparent;
}
.button.wide {
  width: 100%;
  text-align: center;
}
.button.wider {
  padding-left: 32px;
  padding-right: 32px;
}
.button.tall {
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 22px;
  font-weight: bold;
}
.button.tallish {
  padding-top: 18.4px;
  padding-bottom: 18.4px;
  font-size: 22px;
  font-weight: bold;
}
.button.small {
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 16px;
  padding-left: 16px;
}
.form-main .row:not(:last-child) {
  margin-bottom: 12px;
}
.form-main .row.multiple {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 12px;
}
.form-main .row.hidden {
  display: none;
}
.form-main .field {
  position: relative;
}
.form-main .field label {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 13px;
  transform: translateY(-50%);
  font-size: 14px;
  cursor: text;
  transition: 0.15s;
  color: #797979;
  background-color: transparent;
  padding-left: 3px;
  padding-right: 3px;
  pointer-events: none;
}
.form-main .field label span {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.form-main .field label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(50% + 2px);
  background-color: transparent;
}
@media only screen and (max-width: 410px) {
  .form-main .field label {
    font-size: 12px;
    left: 8px;
  }
}
.form-main .field .phone-prefix {
  position: absolute;
  top: 50%;
  left: 13px;
  transform: translateY(-50%);
  font-size: 14px;
  opacity: 0;
}
.form-main .field input:focus~ .phone-prefix,
.form-main .field input:valid~ .phone-prefix {
  opacity: 1;
}
.form-main .field input:focus~ label,
.form-main .field input:valid~ label {
  transform: translateY(-215%);
  color: rgba(66,61,206,0.75);
  font-size: 12px;
}
.form-main .field input:focus~ label:before,
.form-main .field input:valid~ label:before {
  background-color: #f8f9fa;
}
.form-main input,
.form-long input:not([type="submit"]),
.form-long select,
.form-long option,
.form-long .radios-wrapper .radio-item label,
.roi-calculator-content form.roi-calculator-form .radios-wrapper .radio-item label {
  font-family: 'PlusJakartaSansWF', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  outline: none;
  border: 1px solid rgba(66,61,206,0.29);
  background-color: #fcfcfe;
  color: #313131;
  border-radius: 4px;
  font-size: 14px;
  width: 100%;
  height: 40px;
  padding-left: 16px;
  padding-right: 16px;
  -webkit-appearance: none;
  transition: 0.2s;
}
.form-main input[type="number"],
.form-long input:not([type="submit"])[type="number"],
.form-long select[type="number"],
.form-long option[type="number"],
.form-long .radios-wrapper .radio-item label[type="number"],
.roi-calculator-content form.roi-calculator-form .radios-wrapper .radio-item label[type="number"] {
  padding-left: 28px;
  -moz-appearance: textfield;
}
.form-main input[type="number"]::-webkit-outer-spin-button,
.form-long input:not([type="submit"])[type="number"]::-webkit-outer-spin-button,
.form-long select[type="number"]::-webkit-outer-spin-button,
.form-long option[type="number"]::-webkit-outer-spin-button,
.form-long .radios-wrapper .radio-item label[type="number"]::-webkit-outer-spin-button,
.roi-calculator-content form.roi-calculator-form .radios-wrapper .radio-item label[type="number"]::-webkit-outer-spin-button,
.form-main input[type="number"]::-webkit-inner-spin-button,
.form-long input:not([type="submit"])[type="number"]::-webkit-inner-spin-button,
.form-long select[type="number"]::-webkit-inner-spin-button,
.form-long option[type="number"]::-webkit-inner-spin-button,
.form-long .radios-wrapper .radio-item label[type="number"]::-webkit-inner-spin-button,
.roi-calculator-content form.roi-calculator-form .radios-wrapper .radio-item label[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-main input[disabled],
.form-long input:not([type="submit"])[disabled],
.form-long select[disabled],
.form-long option[disabled],
.form-long .radios-wrapper .radio-item label[disabled],
.roi-calculator-content form.roi-calculator-form .radios-wrapper .radio-item label[disabled] {
  background-color: #e1e1e1;
  border-color: #cbcbcb;
}
.form-main input:focus,
.form-long input:not([type="submit"]):focus,
.form-long select:focus,
.form-long option:focus,
.form-long .radios-wrapper .radio-item label:focus,
.roi-calculator-content form.roi-calculator-form .radios-wrapper .radio-item label:focus {
  border-color: rgba(66,61,206,0.75);
}
@media only screen and (max-width: 410px) {
  .form-main input,
  .form-long input:not([type="submit"]),
  .form-long select,
  .form-long option,
  .form-long .radios-wrapper .radio-item label,
  .roi-calculator-content form.roi-calculator-form .radios-wrapper .radio-item label {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.form-main button {
  font-family: 'PlusJakartaSansWF', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  outline: none;
  width: 100%;
  font-size: 14px;
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
}
.form-main button span {
  display: inline-block;
}
.form-long .row:not(:last-child) {
  margin-bottom: 20px;
}
.form-long .row.hidden {
  display: none;
}
.form-long .row.two {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px;
}
.form-long .field.select {
  position: relative;
}
.form-long .field.select:after {
  content: '';
  width: 11px;
  height: 7px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEwIDciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTUgNi41YTEgMSAwIDAxLS43MS0uMjlsLTQtNEExLjAwNCAxLjAwNCAwIDAxMS43MS43OUw1IDQuMSA4LjMuOTJhMSAxIDAgMTExLjM4IDEuNDRsLTQgMy44NkExIDEgMCAwMTUgNi41eiIgZmlsbD0iIzU2NTQ3RSIgZmlsbC1ydWxlPSJub256ZXJvIi8+PC9zdmc+");
  background-repeat: no-repeat;
  position: absolute;
  right: 16px;
  bottom: 16px;
}
.form-long label,
.form-long input,
.form-long select {
  display: block;
  width: 100%;
  font-weight: 500;
}
.form-long label {
  font-size: 14px;
  line-height: 1.35;
  margin-bottom: 5px;
}
.form-long input:not([type="submit"])::placeholder,
.form-long select::placeholder,
.form-long option::placeholder {
  color: rgba(49,49,49,0.35);
}
.form-long select {
  -webkit-appearance: none;
  appearance: none;
  line-height: 17px;
}
.form-long .field-phone-wrapper {
  position: relative;
}
.form-long .field-phone-wrapper input[type="tel"],
.form-long .field-phone-wrapper input[type="number"] {
  padding-left: 32px;
  -moz-appearance: textfield;
}
.form-long .field-phone-wrapper input[type="tel"]::-webkit-outer-spin-button,
.form-long .field-phone-wrapper input[type="number"]::-webkit-outer-spin-button,
.form-long .field-phone-wrapper input[type="tel"]::-webkit-inner-spin-button,
.form-long .field-phone-wrapper input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-long .field-phone-wrapper .phone-prefix {
  position: absolute;
  top: 50%;
  left: 13px;
  transform: translateY(35%);
  font-size: 14px;
  font-weight: 500;
  opacity: 1;
  color: #313131;
}
.form-long .radios-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px;
}
.form-long .radios-wrapper .radio-item label {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-long .radios-wrapper .radio-item input[type="radio"] {
  opacity: 0;
  visibility: hidden;
  height: 0;
  padding: 0;
  margin: 0;
}
.form-long .radios-wrapper .radio-item input[type="radio"]:checked + label {
  border-color: #423dce;
  background-color: rgba(66,61,206,0.08);
  font-weight: bold;
  color: #423dce;
}
form.has-validation .field,
form.roi-calculator-form .field,
form.form-asset-download .field,
form#partner-form .field,
form#demo-form-storeleads .field,
form.form-signup-full .field {
  position: relative;
}
form.has-validation .field .input-wrapper,
form.roi-calculator-form .field .input-wrapper,
form.form-asset-download .field .input-wrapper,
form#partner-form .field .input-wrapper,
form#demo-form-storeleads .field .input-wrapper,
form.form-signup-full .field .input-wrapper {
  position: relative;
}
form.has-validation .field .error-message,
form.roi-calculator-form .field .error-message,
form.form-asset-download .field .error-message,
form#partner-form .field .error-message,
form#demo-form-storeleads .field .error-message,
form.form-signup-full .field .error-message,
form.has-validation .field .warning-message,
form.roi-calculator-form .field .warning-message,
form.form-asset-download .field .warning-message,
form#partner-form .field .warning-message,
form#demo-form-storeleads .field .warning-message,
form.form-signup-full .field .warning-message,
form.has-validation .field .field-message,
form.roi-calculator-form .field .field-message,
form.form-asset-download .field .field-message,
form#partner-form .field .field-message,
form#demo-form-storeleads .field .field-message,
form.form-signup-full .field .field-message {
  display: none;
  font-size: 13px;
  line-height: 1.25;
  margin-top: 6px;
  font-weight: 500;
}
form.has-validation .field .error-message,
form.roi-calculator-form .field .error-message,
form.form-asset-download .field .error-message,
form#partner-form .field .error-message,
form#demo-form-storeleads .field .error-message,
form.form-signup-full .field .error-message {
  color: #ec6468;
}
form.has-validation .field .warning-message,
form.roi-calculator-form .field .warning-message,
form.form-asset-download .field .warning-message,
form#partner-form .field .warning-message,
form#demo-form-storeleads .field .warning-message,
form.form-signup-full .field .warning-message {
  color: #ec6468;
}
form.has-validation .field.is-invalid .error-message,
form.roi-calculator-form .field.is-invalid .error-message,
form.form-asset-download .field.is-invalid .error-message,
form#partner-form .field.is-invalid .error-message,
form#demo-form-storeleads .field.is-invalid .error-message,
form.form-signup-full .field.is-invalid .error-message {
  display: block !important;
}
form.has-validation .field.is-invalid input,
form.roi-calculator-form .field.is-invalid input,
form.form-asset-download .field.is-invalid input,
form#partner-form .field.is-invalid input,
form#demo-form-storeleads .field.is-invalid input,
form.form-signup-full .field.is-invalid input {
  border-color: #ec6468 !important;
  padding-right: 32px;
}
form.has-validation .field.is-invalid .input-wrapper:after,
form.roi-calculator-form .field.is-invalid .input-wrapper:after,
form.form-asset-download .field.is-invalid .input-wrapper:after,
form#partner-form .field.is-invalid .input-wrapper:after,
form#demo-form-storeleads .field.is-invalid .input-wrapper:after,
form.form-signup-full .field.is-invalid .input-wrapper:after {
  content: '';
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxMnB4IiBoZWlnaHQ9IjEycHgiIHZpZXdCb3g9IjAgMCAxMiAxMiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgPHRpdGxlPmljb24taW52YWxpZDwvdGl0bGU+ICAgIDxnIGlkPSJST0ktQ2FsY3VsYXRvciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iQXJ0Ym9hcmQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDcuMDAwMDAwLCAtOTEuMDAwMDAwKSIgZmlsbD0iI0VDNjQ2OCIgZmlsbC1ydWxlPSJub256ZXJvIj4gICAgICAgICAgICA8ZyBpZD0iaWNvbi1pbnZhbGlkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMDcuMDAwMDAwLCA5MS4wMDAwMDApIj4gICAgICAgICAgICAgICAgPHBhdGggZD0iTTcuMDEzMDc2OTIsNi4yODg0NjE1NCBMMTAuOTgyMzA3NywyLjMyODQ2MTU0IEMxMS4zNDQyNjY2LDEuOTY2NTAyNjEgMTEuMzQ0MjY2NiwxLjM3OTY1MTI0IDEwLjk4MjMwNzcsMS4wMTc2OTIzMSBDMTAuNjIwMzQ4OCwwLjY1NTczMzM3OSAxMC4wMzM0OTc0LDAuNjU1NzMzMzc5IDkuNjcxNTM4NDYsMS4wMTc2OTIzMSBMNS43MTE1Mzg0Niw0Ljk4NjkyMzA4IEwxLjc1MTUzODQ2LDEuMDE3NjkyMzEgQzEuMzg5NTc5NTMsMC42NTU3MzMzODkgMC44MDI3MjgxNjUsMC42NTU3MzMzOTMgMC40NDA3NjkyNDEsMS4wMTc2OTIzMiBDMC4wNzg4MTAzMTYsMS4zNzk2NTEyNCAwLjA3ODgxMDMxMTYsMS45NjY1MDI2MSAwLjQ0MDc2OTIzMSwyLjMyODQ2MTU0IEw0LjQxLDYuMjg4NDYxNTQgTDAuNDQwNzY5MjMxLDEwLjI0ODQ2MTUgQzAuMjY2MDE5MDkyLDEwLjQyMTc4NDYgMC4xNjc3MjQ2MjQsMTAuNjU3NzE5MiAwLjE2NzcyNDYyNCwxMC45MDM4NDYyIEMwLjE2NzcyNDYyNCwxMS4xNDk5NzMxIDAuMjY2MDE5MDkyLDExLjM4NTkwNzggMC40NDA3NjkyMzEsMTEuNTU5MjMwOCBDMC42MTQwOTIyNDYsMTEuNzMzOTgwOSAwLjg1MDAyNjg5LDExLjgzMjI3NTQgMS4wOTYxNTM4NSwxMS44MzIyNzU0IEMxLjM0MjI4MDgsMTEuODMyMjc1NCAxLjU3ODIxNTQ1LDExLjczMzk4MDkgMS43NTE1Mzg0NiwxMS41NTkyMzA4IEw1LjcxMTUzODQ2LDcuNTkgTDkuNjcxNTM4NDYsMTEuNTU5MjMwOCBDOS44NDQ4NjE0OCwxMS43MzM5ODA5IDEwLjA4MDc5NjEsMTEuODMyMjc1NCAxMC4zMjY5MjMxLDExLjgzMjI3NTQgQzEwLjU3MzA1LDExLjgzMjI3NTQgMTAuODA4OTg0NywxMS43MzM5ODA5IDEwLjk4MjMwNzcsMTEuNTU5MjMwOCBDMTEuMTU3MDU3OCwxMS4zODU5MDc4IDExLjI1NTM1MjMsMTEuMTQ5OTczMSAxMS4yNTUzNTIzLDEwLjkwMzg0NjIgQzExLjI1NTM1MjMsMTAuNjU3NzE5MiAxMS4xNTcwNTc4LDEwLjQyMTc4NDYgMTAuOTgyMzA3NywxMC4yNDg0NjE1IEw3LjAxMzA3NjkyLDYuMjg4NDYxNTQgWiIgaWQ9IlBhdGgiPjwvcGF0aD4gICAgICAgICAgICA8L2c+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=");
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(30%);
}
form.has-validation .field.is-invalid.shopify-validation .input-wrapper:after,
form.roi-calculator-form .field.is-invalid.shopify-validation .input-wrapper:after,
form.form-asset-download .field.is-invalid.shopify-validation .input-wrapper:after,
form#partner-form .field.is-invalid.shopify-validation .input-wrapper:after,
form#demo-form-storeleads .field.is-invalid.shopify-validation .input-wrapper:after,
form.form-signup-full .field.is-invalid.shopify-validation .input-wrapper:after {
  right: 164px;
  transform: translateY(-50%);
}
form.has-validation .field.is-valid .error-message,
form.roi-calculator-form .field.is-valid .error-message,
form.form-asset-download .field.is-valid .error-message,
form#partner-form .field.is-valid .error-message,
form#demo-form-storeleads .field.is-valid .error-message,
form.form-signup-full .field.is-valid .error-message {
  display: none !important;
}
form.has-validation .field.is-valid input,
form.roi-calculator-form .field.is-valid input,
form.form-asset-download .field.is-valid input,
form#partner-form .field.is-valid input,
form#demo-form-storeleads .field.is-valid input,
form.form-signup-full .field.is-valid input {
  border-color: #a1debc !important;
  padding-right: 32px;
}
form.has-validation .field.is-valid .input-wrapper:after,
form.roi-calculator-form .field.is-valid .input-wrapper:after,
form.form-asset-download .field.is-valid .input-wrapper:after,
form#partner-form .field.is-valid .input-wrapper:after,
form#demo-form-storeleads .field.is-valid .input-wrapper:after,
form.form-signup-full .field.is-valid .input-wrapper:after {
  content: '';
  width: 16px;
  height: 12px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNiAxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTUuNDI5IDEuNzE0TDUuMTQzIDEyIC40MjkgNy4yODYgMS42NCA2LjA3NGwzLjUwMiAzLjUwMkwxNC4yMTYuNTAyeiIgZmlsbD0iI0ExREVCQyIgZmlsbC1ydWxlPSJub256ZXJvIi8+PC9zdmc+");
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(40%);
}
form.has-validation .field.is-valid.shopify-validation .input-wrapper:after,
form.roi-calculator-form .field.is-valid.shopify-validation .input-wrapper:after,
form.form-asset-download .field.is-valid.shopify-validation .input-wrapper:after,
form#partner-form .field.is-valid.shopify-validation .input-wrapper:after,
form#demo-form-storeleads .field.is-valid.shopify-validation .input-wrapper:after,
form.form-signup-full .field.is-valid.shopify-validation .input-wrapper:after {
  right: 164px;
  transform: translateY(-50%);
}
form.has-validation .field.is-warning .error-message,
form.roi-calculator-form .field.is-warning .error-message,
form.form-asset-download .field.is-warning .error-message,
form#partner-form .field.is-warning .error-message,
form#demo-form-storeleads .field.is-warning .error-message,
form.form-signup-full .field.is-warning .error-message {
  display: none !important;
}
form.has-validation .field.is-warning .warning-message,
form.roi-calculator-form .field.is-warning .warning-message,
form.form-asset-download .field.is-warning .warning-message,
form#partner-form .field.is-warning .warning-message,
form#demo-form-storeleads .field.is-warning .warning-message,
form.form-signup-full .field.is-warning .warning-message {
  display: block !important;
}
form.has-validation .field.is-warning input,
form.roi-calculator-form .field.is-warning input,
form.form-asset-download .field.is-warning input,
form#partner-form .field.is-warning input,
form#demo-form-storeleads .field.is-warning input,
form.form-signup-full .field.is-warning input {
  border-color: #ec6468 !important;
  padding-right: 32px;
}
form.has-validation .field.is-warning .input-wrapper:after,
form.roi-calculator-form .field.is-warning .input-wrapper:after,
form.form-asset-download .field.is-warning .input-wrapper:after,
form#partner-form .field.is-warning .input-wrapper:after,
form#demo-form-storeleads .field.is-warning .input-wrapper:after,
form.form-signup-full .field.is-warning .input-wrapper:after {
  content: '';
  width: 19px;
  height: 16px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxMnB4IiBoZWlnaHQ9IjEycHgiIHZpZXdCb3g9IjAgMCAxMiAxMiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgPHRpdGxlPmljb24taW52YWxpZDwvdGl0bGU+ICAgIDxnIGlkPSJST0ktQ2FsY3VsYXRvciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iQXJ0Ym9hcmQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDcuMDAwMDAwLCAtOTEuMDAwMDAwKSIgZmlsbD0iI0VDNjQ2OCIgZmlsbC1ydWxlPSJub256ZXJvIj4gICAgICAgICAgICA8ZyBpZD0iaWNvbi1pbnZhbGlkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMDcuMDAwMDAwLCA5MS4wMDAwMDApIj4gICAgICAgICAgICAgICAgPHBhdGggZD0iTTcuMDEzMDc2OTIsNi4yODg0NjE1NCBMMTAuOTgyMzA3NywyLjMyODQ2MTU0IEMxMS4zNDQyNjY2LDEuOTY2NTAyNjEgMTEuMzQ0MjY2NiwxLjM3OTY1MTI0IDEwLjk4MjMwNzcsMS4wMTc2OTIzMSBDMTAuNjIwMzQ4OCwwLjY1NTczMzM3OSAxMC4wMzM0OTc0LDAuNjU1NzMzMzc5IDkuNjcxNTM4NDYsMS4wMTc2OTIzMSBMNS43MTE1Mzg0Niw0Ljk4NjkyMzA4IEwxLjc1MTUzODQ2LDEuMDE3NjkyMzEgQzEuMzg5NTc5NTMsMC42NTU3MzMzODkgMC44MDI3MjgxNjUsMC42NTU3MzMzOTMgMC40NDA3NjkyNDEsMS4wMTc2OTIzMiBDMC4wNzg4MTAzMTYsMS4zNzk2NTEyNCAwLjA3ODgxMDMxMTYsMS45NjY1MDI2MSAwLjQ0MDc2OTIzMSwyLjMyODQ2MTU0IEw0LjQxLDYuMjg4NDYxNTQgTDAuNDQwNzY5MjMxLDEwLjI0ODQ2MTUgQzAuMjY2MDE5MDkyLDEwLjQyMTc4NDYgMC4xNjc3MjQ2MjQsMTAuNjU3NzE5MiAwLjE2NzcyNDYyNCwxMC45MDM4NDYyIEMwLjE2NzcyNDYyNCwxMS4xNDk5NzMxIDAuMjY2MDE5MDkyLDExLjM4NTkwNzggMC40NDA3NjkyMzEsMTEuNTU5MjMwOCBDMC42MTQwOTIyNDYsMTEuNzMzOTgwOSAwLjg1MDAyNjg5LDExLjgzMjI3NTQgMS4wOTYxNTM4NSwxMS44MzIyNzU0IEMxLjM0MjI4MDgsMTEuODMyMjc1NCAxLjU3ODIxNTQ1LDExLjczMzk4MDkgMS43NTE1Mzg0NiwxMS41NTkyMzA4IEw1LjcxMTUzODQ2LDcuNTkgTDkuNjcxNTM4NDYsMTEuNTU5MjMwOCBDOS44NDQ4NjE0OCwxMS43MzM5ODA5IDEwLjA4MDc5NjEsMTEuODMyMjc1NCAxMC4zMjY5MjMxLDExLjgzMjI3NTQgQzEwLjU3MzA1LDExLjgzMjI3NTQgMTAuODA4OTg0NywxMS43MzM5ODA5IDEwLjk4MjMwNzcsMTEuNTU5MjMwOCBDMTEuMTU3MDU3OCwxMS4zODU5MDc4IDExLjI1NTM1MjMsMTEuMTQ5OTczMSAxMS4yNTUzNTIzLDEwLjkwMzg0NjIgQzExLjI1NTM1MjMsMTAuNjU3NzE5MiAxMS4xNTcwNTc4LDEwLjQyMTc4NDYgMTAuOTgyMzA3NywxMC4yNDg0NjE1IEw3LjAxMzA3NjkyLDYuMjg4NDYxNTQgWiIgaWQ9IlBhdGgiPjwvcGF0aD4gICAgICAgICAgICA8L2c+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=");
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(10%);
}
form.has-validation .field.select .input-wrapper:after,
form.roi-calculator-form .field.select .input-wrapper:after,
form.form-asset-download .field.select .input-wrapper:after,
form#partner-form .field.select .input-wrapper:after,
form#demo-form-storeleads .field.select .input-wrapper:after,
form.form-signup-full .field.select .input-wrapper:after,
form.has-validation .field.radio .input-wrapper:after,
form.roi-calculator-form .field.radio .input-wrapper:after,
form.form-asset-download .field.radio .input-wrapper:after,
form#partner-form .field.radio .input-wrapper:after,
form#demo-form-storeleads .field.radio .input-wrapper:after,
form.form-signup-full .field.radio .input-wrapper:after {
  display: none;
}
.global-hero {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #dfe0ff;
  color: #313131;
  padding: 268px 32px 128px 32px;
}
@media only screen and (max-width: 550px) {
  .global-hero {
    padding: 140px 32px 32px 32px;
  }
}
.global-hero .hero-content {
  max-width: 1100px;
}
.global-hero .hero-title,
.hero-with-video-wrapper .hero-with-video .hwv-titles .hero-title,
.case-study-hero-wrapper .case-study-hero .cs-title-wrapper .cs-title {
  font-weight: 800;
  font-size: 52px;
  line-height: 1.15;
  text-align: center;
  color: #313131;
  font-family: 'ClashDisplay', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  font-variation-settings: 'wght' 700;
}
@media only screen and (max-width: 600px) {
  .global-hero .hero-title,
  .hero-with-video-wrapper .hero-with-video .hwv-titles .hero-title,
  .case-study-hero-wrapper .case-study-hero .cs-title-wrapper .cs-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 560px) {
  .global-hero .hero-title,
  .hero-with-video-wrapper .hero-with-video .hwv-titles .hero-title,
  .case-study-hero-wrapper .case-study-hero .cs-title-wrapper .cs-title {
    font-size: 7.5vw;
  }
}
@media only screen and (max-width: 430px) {
  .global-hero .hero-title,
  .hero-with-video-wrapper .hero-with-video .hwv-titles .hero-title,
  .case-study-hero-wrapper .case-study-hero .cs-title-wrapper .cs-title {
    font-size: 8.5vw;
  }
}
.global-hero .hero-subtitle,
.hero-with-video-wrapper .hero-with-video .hwv-titles .hero-subtitle {
  font-size: 22px;
  font-weight: 500;
  color: #313131;
  line-height: 1.45;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
}
@media only screen and (max-width: 506px) {
  .global-hero .hero-subtitle,
  .hero-with-video-wrapper .hero-with-video .hwv-titles .hero-subtitle {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 420px) {
  .global-hero .hero-subtitle,
  .hero-with-video-wrapper .hero-with-video .hwv-titles .hero-subtitle {
    font-size: 5.5vw;
  }
}
.global-hero.small {
  min-height: 200px;
  padding: 64px 32px;
}
.hero-with-video-wrapper {
  background-color: #f3f2fc;
  color: #313131;
  padding-top: 80px;
  margin-bottom: 15vh;
}
.hero-with-video-wrapper .hero-with-video {
  color: #fff;
}
.hero-with-video-wrapper .hero-with-video .hwv-titles .hero-title {
  text-align: center;
}
.hero-with-video-wrapper .hero-with-video .hwv-titles .hero-subtitle {
  text-align: center;
  margin-top: 10.666666666666666px;
}
.hero-with-video-wrapper .hero-with-video .hwv-video {
  margin-top: -10%;
  transform: translateY(35%);
}
.hero-with-video-wrapper .hero-with-video .hwv-video .video-container {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 14px 28px 0 rgba(15,13,53,0.5);
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}
.hero-with-video-wrapper .hero-with-video .hwv-video .video-container iframe {
  vertical-align: top;
}
.badge {
  padding: 5px 6px 3px 8px;
  font-size: 9px;
  font-weight: bold;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  border-radius: 3px;
}
.badge.featured {
  background-color: #423dce;
  color: rgba(255,255,255,0.9);
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 96px;
}
.features-grid.grid-two,
.features-grid.two {
  grid-template-columns: repeat(2, 1fr);
}
.features-grid.grid-four,
.features-grid.four {
  grid-template-columns: repeat(4, 1fr);
}
.features-grid .feature-item .feature-icon {
  margin-bottom: 24px;
}
.features-grid .feature-item .feature-icon .icon-wrapper {
  width: 42px;
  height: 42px;
  background-color: #ffeaea;
  color: #ff7070;
  border-radius: 6px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.features-grid .feature-item .feature-icon.large .icon-wrapper {
  width: 48px;
  height: 48px;
  font-size: 22px;
}
.features-grid .feature-item .feature-icon.custom-icon .icon-wrapper {
  width: auto;
  height: auto;
  background-color: transparent;
}
.features-grid .feature-item .feature-icon.custom-icon .icon-wrapper img {
  height: 120px;
}
.features-grid .feature-item .feature-title {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.3;
  margin-top: 16px;
}
.features-grid .feature-item .feature-description {
  line-height: 1.65;
  font-weight: 500;
  margin-top: 16px;
}
.features-grid.payments-features .feature-item .feature-icon .icon-wrapper {
  width: 64px;
  height: 64px;
  background-color: #ffe297;
  color: #9f833b;
  font-size: 28px;
}
@media only screen and (max-width: 900px) {
  .features-grid {
    display: block;
  }
  .features-grid .feature-item {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .features-grid .feature-item:not(:last-child) {
    margin-bottom: 48px;
  }
}
.features-without-icons-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 48px;
}
.features-without-icons-grid.grid-two,
.features-without-icons-grid.two {
  grid-template-columns: repeat(2, 1fr);
}
.features-without-icons-grid.grid-four,
.features-without-icons-grid.four {
  grid-template-columns: repeat(4, 1fr);
}
.features-without-icons-grid .feature-item {
  padding: 24px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0px 4px 20px rgba(0,0,0,0.08);
}
.features-without-icons-grid .feature-item .feature-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.35;
  text-align: left;
  color: #313131;
}
.features-without-icons-grid .feature-item .feature-description {
  font-weight: 500;
  line-height: 1.4;
  margin-top: 16px;
}
@media only screen and (max-width: 900px) {
  .features-without-icons-grid {
    display: block;
  }
  .features-without-icons-grid .feature-item {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .features-without-icons-grid .feature-item:not(:last-child) {
    margin-bottom: 48px;
  }
}
.matrix-grid {
  display: grid;
  grid-gap: 32px;
  position: relative;
}
.matrix-grid.two {
  grid-template-columns: repeat(2, 1fr);
}
.matrix-grid.three {
  grid-template-columns: repeat(3, 1fr);
}
.matrix-grid .matrix-item .item-icon-title {
  display: flex;
  align-items: center;
}
.matrix-grid .matrix-item .item-icon-title .item-icon-wrapper img.item-icon {
  height: 32px;
}
.matrix-grid .matrix-item .item-icon-title .item-title-wrapper {
  margin-left: 10.666666666666666px;
}
.matrix-grid .matrix-item .item-icon-title .item-title-wrapper .item-title {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.3;
  transform: translateY(2px);
}
.matrix-grid .matrix-item .item-icon-title .badge {
  margin-left: auto;
}
.matrix-grid .matrix-item .item-icon-title.no-icon .item-title-wrapper {
  margin-left: 0;
}
.matrix-grid .matrix-item .item-description {
  margin-top: 16px;
  line-height: 1.65;
  font-weight: 500;
  font-size: 14px;
}
.matrix-grid.on-section:before,
.matrix-grid.on-section:after {
  background-color: #f3f2fc;
}
@media only screen and (max-width: 840px) {
  .matrix-grid.three {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 615px) {
  .matrix-grid.three .matrix-item {
    padding: 16px;
  }
}
@media only screen and (max-width: 520px) {
  .matrix-grid.three {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 750px) {
  .matrix-grid.two {
    grid-template-columns: repeat(1, 1fr);
  }
}
.box-grid {
  display: grid;
  grid-gap: 48px;
}
.box-grid.two {
  grid-template-columns: repeat(2, 1fr);
}
.box-grid.two.uneven .box-item:nth-child(even) {
  transform: translateY(32px);
}
@media only screen and (max-width: 480px) {
  .box-grid.two.uneven {
    grid-gap: 24px;
  }
  .box-grid.two.uneven .box-item {
    width: 150px;
    height: 150px;
  }
  .box-grid.two.uneven .box-item:nth-child(even) {
    transform: translateY(16px);
  }
  .box-grid.two.uneven .box-item .item-title {
    font-size: 18px;
  }
}
.box-grid.two.fixed-width {
  max-width: 448px;
}
.box-grid.three {
  grid-template-columns: repeat(3, 1fr);
}
.box-grid.four {
  grid-template-columns: repeat(4, 1fr);
}
.box-grid .box-item {
  width: 200px;
  height: 200px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 30px 0 rgba(66,61,206,0.1), 0 4px 30px 0 rgba(66,61,206,0);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.box-grid .box-item .item-icon-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box-grid .box-item .item-icon-title .item-icon {
  height: 50px;
}
.box-grid .box-item .item-icon-title .item-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.35;
  text-align: center;
  color: #313131;
  margin-top: 16px;
}
.checklist-grid {
  display: grid;
  grid-gap: 32px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
.checklist-grid.two {
  grid-template-columns: repeat(2, 1fr);
}
.checklist-grid.three {
  grid-template-columns: repeat(3, 1fr);
}
.checklist-grid.four {
  grid-template-columns: repeat(4, 1fr);
}
.checklist-grid .checklist-item {
  display: flex;
  align-items: center;
}
.checklist-grid .checklist-item .checklist-value {
  margin-left: 12.8px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.24;
}
@media only screen and (max-width: 400px) {
  .checklist-grid {
    display: block;
  }
  .checklist-grid .checklist-item {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
}
.mini-grid {
  display: grid;
  grid-gap: 64px;
}
.mini-grid.two {
  grid-template-columns: repeat(2, 1fr);
}
.mini-grid.three {
  grid-template-columns: repeat(3, 1fr);
}
.mini-grid.four {
  grid-template-columns: repeat(4, 1fr);
}
.mini-grid .mini-item .icon-wrapper {
  text-align: center;
}
.mini-grid .mini-item .feature-info {
  margin-top: 24px;
}
.mini-grid .mini-item .feature-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  color: #313131;
}
.mini-grid .mini-item .feature-description {
  max-width: 285px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  margin-top: 10.666666666666666px;
}
@media only screen and (max-width: 1190px) {
  .mini-grid.three {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 824px) {
  .mini-grid.three {
    grid-template-columns: repeat(1, 1fr);
  }
}
article.testimonial-item {
  position: relative;
  max-width: 345px;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(66,61,206,0.16), 0 4px 5px 0 rgba(66,61,206,0.05);
  border-radius: 6px;
  padding: 24px 16px 24px 53.5px;
  position: relative;
}
article.testimonial-item:before {
  content: '';
  display: block;
  position: absolute;
  top: 24px;
  left: 16px;
  width: 21.5px;
  height: 16px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDIyIDE2Ij48cGF0aCBmaWxsPSIjRjJGMUZCIiBkPSJNNS42ODcgMTZjLjYgMCAxLjE2Mi0uMDk2IDEuNjg3LS4yODdhNC43NDYgNC43NDYgMCAwMDEuMzgyLS43NyAzLjcyIDMuNzIgMCAwMC45NDgtMS4xNDdjLjIzNS0uNDQzLjM1My0uOTI2LjM1My0xLjQ0OUEzLjU4IDMuNTggMCAwMDkuOCAxMC45OWEzLjM5NiAzLjM5NiAwIDAwLS42OS0xLjA4NyAzLjIyIDMuMjIgMCAwMC0uOTk3LS43MSAyLjg2OCAyLjg2OCAwIDAwLTEuMjA1LS4yNTZjLS40MDcgMC0uNzMzLjA1LS45OC4xNWE0LjI5NCA0LjI5NCAwIDAwLS42NTguMzMzYy0uMTkzLjEyLS4zOC4yMzEtLjU2My4zMzItLjE4Mi4xLS40MTIuMTUtLjY5LjE1LS4yNTggMC0uNDgzLS4xNjUtLjY3NS0uNDk3YTIuMjcyIDIuMjcyIDAgMDEtLjI5LTEuMTYyYzAtLjc0NS4xODMtMS40Ny41NDctMi4xNzRBNy42NzggNy42NzggMCAwMTUuMDkzIDQuMDkgMTAuMTQ5IDEwLjE0OSAwIDAxNy4zMSAyLjQ3NWExMi4yNDggMTIuMjQ4IDAgMDEyLjc0Ny0xLjA4NlYwYTExLjY3IDExLjY3IDAgMDAtMy44NTYuODkgMTAuNjQyIDEwLjY0MiAwIDAwLTMuMTk3IDIuMDUzQTkuOTUzIDkuOTUzIDAgMDAuODIgNS45NDdDLjI3MyA3LjA5NCAwIDguMzUyIDAgOS43MjFjMCAuODY1LjE1IDEuNjc1LjQ1IDIuNDMuMy43NTUuNzA3IDEuNDE5IDEuMjIgMS45OTJhNS43OCA1Ljc4IDAgMDAxLjggMS4zNTlBNS4wMTggNS4wMTggMCAwMDUuNjg3IDE2em0xMS40MjkgMGMuNiAwIDEuMTY3LS4wOTYgMS43MDMtLjI4N2E0LjcgNC43IDAgMDAxLjM5OC0uNzcgMy41MiAzLjUyIDAgMDAuOTMxLTEuMTQ3Yy4yMjUtLjQ0My4zMzgtLjkyNi4zMzgtMS40NDlhMy41OCAzLjU4IDAgMDAtLjI1Ny0xLjM1OCAzLjM5NiAzLjM5NiAwIDAwLS42OTEtMS4wODcgMy4yMiAzLjIyIDAgMDAtLjk5Ni0uNzEgMi44NjggMi44NjggMCAwMC0xLjIwNS0uMjU2Yy0uNDA3IDAtLjczNC4wNS0uOTguMTUtLjI0Ny4xMDEtLjQ2LjIxMi0uNjQzLjMzMy0uMTgyLjEyLS4zNjQuMjMxLS41NDYuMzMyLS4xODIuMS0uNDEyLjE1LS42OS4xNS0uMjggMC0uNTEtLjE2NS0uNjkyLS40OTctLjE4Mi0uMzMyLS4yNzMtLjcyLS4yNzMtMS4xNjIgMC0uNzQ1LjE4Mi0xLjQ3LjU0Ni0yLjE3NGE3Ljg1NCA3Ljg1NCAwIDAxMS40NzgtMS45NzcgOS42NiA5LjY2IDAgMDEyLjIxOC0xLjYxNiAxMi43NTIgMTIuNzUyIDAgMDEyLjczLTEuMDg2VjBjLTEuMzQ5LjA4LTIuNjI5LjM3Ny0zLjgzOS44OWExMC45MTYgMTAuOTE2IDAgMDAtMy4xOTcgMi4wNTMgOS44MjMgOS44MjMgMCAwMC0yLjIwMSAzLjAwNGMtLjU0NiAxLjE0Ny0uODIgMi40MDUtLjgyIDMuNzc0YTYuNjA3IDYuNjA3IDAgMDAxLjY3MSA0LjQyMiA1Ljc4IDUuNzggMCAwMDEuOCAxLjM1OSA1LjAxOCA1LjAxOCAwIDAwMi4yMTcuNDk4eiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: cover;
}
article.testimonial-item blockquote {
  position: relative;
  font-size: 14px;
  line-height: 1.5;
}
article.testimonial-item .testimonial-meta {
  margin-top: 24px;
  display: flex;
  align-items: center;
}
article.testimonial-item .testimonial-meta .meta-avatar img {
  width: 42px;
  height: 42px;
  border-radius: 1000px;
}
article.testimonial-item .testimonial-meta .meta-person {
  margin-left: 8px;
}
article.testimonial-item .testimonial-meta .meta-person .person-name {
  font-size: 14px;
  font-weight: 500;
}
article.testimonial-item .testimonial-meta .meta-person .person-info {
  font-size: 12px;
  color: #797979;
  margin-top: 2px;
}
.wysiwyg {
  line-height: 1.85;
  font-weight: 500;
}
.wysiwyg a {
  text-decoration: underline;
}
.wysiwyg abbr {
  border-bottom: 1px dotted;
  cursor: help;
}
.wysiwyg cite {
  font-style: italic;
}
.wysiwyg hr {
  background: #e6e6e6;
  border: none;
  display: block;
  height: 1px;
  margin-bottom: 1.4em;
  margin-top: 1.4em;
}
.wysiwyg img {
  vertical-align: text-bottom;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wysiwyg ins {
  background-color: #0f0;
  text-decoration: none;
}
.wysiwyg mark {
  background-color: #ff0;
}
.wysiwyg small {
  font-size: 0.8em;
}
.wysiwyg strong {
  font-weight: 700;
}
.wysiwyg sub {
  vertical-align: sub;
}
.wysiwyg sup {
  vertical-align: super;
}
.wysiwyg video {
  width: 700px !important;
  max-width: 700px !important;
}
.wysiwyg p:empty {
  display: none;
}
.wysiwyg h1 {
  font-size: 2.4em;
  margin-bottom: 0.58333em;
  margin-top: 0.58333em;
  line-height: 1;
}
.wysiwyg h2 {
  font-size: 1.6em;
  margin-bottom: 0.875em;
  margin-top: 1.75em;
  line-height: 1.1;
}
.wysiwyg h3 {
  font-size: 1.3em;
  margin-bottom: 1.07692em;
  margin-top: 1.7692em;
}
.wysiwyg h4 {
  font-size: 1.2em;
  margin-bottom: 1.16667em;
  margin-top: 1.16667em;
}
.wysiwyg h5 {
  font-size: 1.1em;
  margin-bottom: 1.27273em;
  margin-top: 1.27273em;
}
.wysiwyg h6 {
  font-size: 1em;
  margin-bottom: 1.4em;
  margin-top: 1.4em;
}
.wysiwyg dd {
  margin-left: 1.4em;
}
.wysiwyg ol {
  list-style-type: decimal;
}
.wysiwyg ol ol {
  list-style-type: lower-alpha;
}
.wysiwyg ol ol ol {
  list-style-type: lower-roman;
}
.wysiwyg ol ol ol ol {
  list-style-type: lower-greek;
}
.wysiwyg ol ol ol ol ol {
  list-style-type: decimal;
}
.wysiwyg ol ol ol ol ol ol {
  list-style-type: lower-alpha;
}
.wysiwyg ul {
  list-style-type: disc;
}
.wysiwyg ul ul {
  list-style-type: circle;
}
.wysiwyg ul ul ul {
  list-style-type: square;
}
.wysiwyg ul ul ul ul {
  list-style-type: circle;
}
.wysiwyg ul ul ul ul ul {
  list-style-type: disc;
}
.wysiwyg ul ul ul ul ul ul {
  list-style-type: circle;
}
.wysiwyg blockquote {
  border-left: 4px solid #e6e6e6;
  padding: 0.6em 1.2em;
}
.wysiwyg blockquote p {
  margin-bottom: 0;
}
.wysiwyg pre {
  overflow: auto;
  padding: 1em 1.2em;
}
.wysiwyg pre code {
  background: none;
  font-size: 1em;
  line-height: 1em;
}
.wysiwyg figure {
  width: auto !important;
  max-width: 100% !important;
  margin-bottom: 2.8em;
  margin-top: 1.8em;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
}
.wysiwyg figure:first-child {
  margin-top: 0;
}
.wysiwyg figure:last-child {
  margin-bottom: 0;
}
.wysiwyg figcaption {
  font-size: 0.8em;
  margin-top: 0.875em;
}
.wysiwyg table {
  width: 100%;
}
.wysiwyg table pre {
  white-space: pre-wrap;
}
.wysiwyg tbody tr {
  background-color: #fff;
}
.wysiwyg sub,
.wysiwyg sup {
  font-size: 0.8em;
}
.wysiwyg p,
.wysiwyg dl,
.wysiwyg ol,
.wysiwyg ul,
.wysiwyg blockquote,
.wysiwyg pre,
.wysiwyg table {
  margin-bottom: 1.4em;
}
.wysiwyg p:last-child,
.wysiwyg dl:last-child,
.wysiwyg ol:last-child,
.wysiwyg ul:last-child,
.wysiwyg blockquote:last-child,
.wysiwyg pre:last-child,
.wysiwyg table:last-child {
  margin-bottom: 0;
}
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  font-weight: 700;
  line-height: 1.2;
}
.wysiwyg h1:first-child,
.wysiwyg h2:first-child,
.wysiwyg h3:first-child,
.wysiwyg h4:first-child,
.wysiwyg h5:first-child,
.wysiwyg h6:first-child {
  margin-top: 0;
}
.wysiwyg ol,
.wysiwyg ul {
  list-style-position: outside;
  margin-left: 1.4em;
}
.wysiwyg code,
.wysiwyg kbd,
.wysiwyg samp,
.wysiwyg pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  background-color: #f2f2f2;
  color: #333;
  font-size: 0.9em;
}
.wysiwyg code,
.wysiwyg kbd,
.wysiwyg samp {
  border-radius: 3px;
  line-height: 1.77778;
  padding: 0.1em 0.4em 0.2em;
  vertical-align: baseline;
}
.wysiwyg th,
.wysiwyg td {
  font-size: 1em;
  padding: 0.7em;
  border: 1px solid #e6e6e6;
  line-height: 1.4;
}
.wysiwyg thead tr,
.wysiwyg tfoot tr {
  background-color: #f5f5f5;
}
.wysiwyg thead th,
.wysiwyg thead td,
.wysiwyg tfoot th,
.wysiwyg tfoot td {
  font-size: 0.9em;
  padding: 0.77778em;
}
.wysiwyg thead th code,
.wysiwyg thead td code,
.wysiwyg tfoot th code,
.wysiwyg tfoot td code {
  background-color: #fff;
}
.toast-title {
  font-weight: bold;
  margin-bottom: 7px;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a:hover {
  color: #ccc;
  text-decoration: none;
}
.toast-message a,
.toast-message label {
  color: #fff;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  opacity: 0.8;
  line-height: 1;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
.rtl .toast-close-button {
  left: -0.3em;
  float: left;
  right: 0.3em;
}
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  color: #fff;
  opacity: 1;
  font-size: 15px;
  line-height: 1.35;
}
#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}
#toast-container > div:hover {
  opacity: 1;
  cursor: pointer;
}
#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #00e49f;
}
.toast-error {
  background-color: #ff6464;
}
.toast-info {
  background-color: #2f96b4;
}
.toast-warning {
  background-color: #f89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000;
  opacity: 0.4;
}
@media only screen and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media only screen and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media only screen and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px;
  }
}
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  background: #dcdce7;
  border-radius: 100px;
  border: none;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.noUi-connects {
  overflow: hidden;
  z-index: 0;
  border-radius: 3px;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}
.noUi-connect {
  height: 100%;
  width: 100%;
  background: #3fb8af;
}
.noUi-origin {
  height: 10%;
  width: 10%;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-origin {
  width: 0;
}
.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}
.noUi-vertical .noUi-handle {
  width: 25px;
  height: 25px;
  right: -6px;
  top: -17px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
.noUi-horizontal {
  height: 3px;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}
.noUi-horizontal .noUi-handle {
  width: 25px;
  height: 25px;
  right: -13px;
  top: -12px;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  top: 155%;
}
.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  border: none;
  border-radius: 100px;
  background: #423dce;
  cursor: default;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-touch-area {
  height: 100%;
  width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: none;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #e8e7e6;
  left: 14px;
  top: 6px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
[disabled] .noUi-connect {
  background: #b8b8b8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #c7c6d6;
}
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 8px;
}
.noUi-marker {
  position: absolute;
  background: #ccc;
}
.noUi-marker-sub {
  background: #dcdce7;
}
.noUi-marker-large {
  background: #dcdce7;
}
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 180%);
  font-size: 12px;
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
.noUi-marker-normal {
  display: none;
}
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border-radius: 3px;
  background: #f8f9fa;
  color: #423dce;
  font-size: 18px;
  font-weight: medium;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
form.global-demo-formwall,
form.payments-waitlist-form,
form.popup-activation-form {
  display: flex;
  flex-wrap: wrap;
}
form.global-demo-formwall .field,
form.payments-waitlist-form .field,
form.popup-activation-form .field {
  position: relative;
  flex: 1;
}
form.global-demo-formwall .field .field-icon,
form.payments-waitlist-form .field .field-icon,
form.popup-activation-form .field .field-icon {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-45%);
  z-index: 0;
  pointer-events: none;
}
form.global-demo-formwall .row input,
form.payments-waitlist-form .row input,
form.popup-activation-form .row input {
  width: 100% !important;
}
form.global-demo-formwall .row.two,
form.payments-waitlist-form .row.two,
form.popup-activation-form .row.two {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
form.global-demo-formwall .row.two .field,
form.payments-waitlist-form .row.two .field,
form.popup-activation-form .row.two .field {
  flex-shrink: 0;
  flex-grow: 0;
  width: 48%;
  flex-basis: 49%;
  margin: 0 !important;
}
form.global-demo-formwall .row.two .field input,
form.payments-waitlist-form .row.two .field input,
form.popup-activation-form .row.two .field input {
  padding-left: 30px;
}
form.global-demo-formwall .row:not(:last-child),
form.payments-waitlist-form .row:not(:last-child),
form.popup-activation-form .row:not(:last-child) {
  margin-bottom: 8px;
}
form.global-demo-formwall input,
form.payments-waitlist-form input,
form.popup-activation-form input {
  font-family: 'PlusJakartaSansWF', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  width: 100%;
  border-radius: 6px;
}
form.global-demo-formwall input:not([type="submit"]),
form.payments-waitlist-form input:not([type="submit"]),
form.popup-activation-form input:not([type="submit"]) {
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
  outline: none;
  height: 52px !important;
  font-size: 16px;
  font-weight: 500;
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
form.global-demo-formwall input:not([type="submit"])::placeholder,
form.payments-waitlist-form input:not([type="submit"])::placeholder,
form.popup-activation-form input:not([type="submit"])::placeholder {
  color: rgba(255,255,255,0.75);
  transform: translateY(-1px);
}
form.global-demo-formwall input:not([type="submit"]):focus,
form.payments-waitlist-form input:not([type="submit"]):focus,
form.popup-activation-form input:not([type="submit"]):focus {
  background-color: rgba(255,255,255,0.07);
}
form.global-demo-formwall input[type="email"],
form.payments-waitlist-form input[type="email"],
form.popup-activation-form input[type="email"] {
  border-right: 2px solid #fff;
  padding-left: 38px;
}
form.global-demo-formwall input[name="name"],
form.payments-waitlist-form input[name="name"],
form.popup-activation-form input[name="name"] {
  border-left: 2px solid #fff;
  padding-left: 34px;
}
form.global-demo-formwall input[type="submit"]:hover,
form.payments-waitlist-form input[type="submit"]:hover,
form.popup-activation-form input[type="submit"]:hover {
  transform: translateY(0) !important;
}
form.global-demo-formwall.onwhite .field-icon svg path,
form.payments-waitlist-form.onwhite .field-icon svg path,
form.popup-activation-form.onwhite .field-icon svg path {
  fill: #423dce;
}
form.global-demo-formwall.onwhite input:not([type="submit"]),
form.payments-waitlist-form.onwhite input:not([type="submit"]),
form.popup-activation-form.onwhite input:not([type="submit"]) {
  border: 2px solid #423dce;
  color: #313131;
  background-color: rgba(66,61,206,0.03);
}
form.global-demo-formwall.onwhite input:not([type="submit"])::placeholder,
form.payments-waitlist-form.onwhite input:not([type="submit"])::placeholder,
form.popup-activation-form.onwhite input:not([type="submit"])::placeholder {
  color: rgba(49,49,49,0.75);
}
form.global-demo-formwall.onwhite input:not([type="submit"]):focus,
form.payments-waitlist-form.onwhite input:not([type="submit"]):focus,
form.popup-activation-form.onwhite input:not([type="submit"]):focus {
  background-color: rgba(66,61,206,0.07);
}
form.global-demo-formwall:not(.header) .field:nth-child(2),
form.payments-waitlist-form:not(.header) .field:nth-child(2),
form.popup-activation-form:not(.header) .field:nth-child(2) {
  margin-right: 10px;
}
form.global-demo-formwall:not(.header) .field:nth-child(2),
form.payments-waitlist-form:not(.header) .field:nth-child(2),
form.popup-activation-form:not(.header) .field:nth-child(2),
form.global-demo-formwall:not(.header) .field:nth-child(3),
form.payments-waitlist-form:not(.header) .field:nth-child(3),
form.popup-activation-form:not(.header) .field:nth-child(3) {
  flex-basis: calc(50% - 5px);
}
form.global-demo-formwall:not(.header) .field:nth-child(4),
form.payments-waitlist-form:not(.header) .field:nth-child(4),
form.popup-activation-form:not(.header) .field:nth-child(4) {
  flex-basis: 100%;
  margin-top: 10px;
}
form.global-demo-formwall:not(.header) .field:nth-child(4) input[type="submit"],
form.payments-waitlist-form:not(.header) .field:nth-child(4) input[type="submit"],
form.popup-activation-form:not(.header) .field:nth-child(4) input[type="submit"] {
  width: 100%;
}
@media only screen and (min-width: 1180px) {
  form.global-demo-formwall.header input,
  form.payments-waitlist-form.header input,
  form.popup-activation-form.header input {
    height: 44px;
  }
  form.global-demo-formwall.header input[type="email"],
  form.payments-waitlist-form.header input[type="email"],
  form.popup-activation-form.header input[type="email"],
  form.global-demo-formwall.header input[name="name"],
  form.payments-waitlist-form.header input[name="name"],
  form.popup-activation-form.header input[name="name"] {
    font-size: 14px;
    height: 100% !important;
  }
  form.global-demo-formwall.header input[type="email"],
  form.payments-waitlist-form.header input[type="email"],
  form.popup-activation-form.header input[type="email"] {
    padding: 8px 8px 8px 40px;
    border-radius: 6px 0 0 6px;
  }
  form.global-demo-formwall.header input[name="name"],
  form.payments-waitlist-form.header input[name="name"],
  form.popup-activation-form.header input[name="name"] {
    padding: 8px 8px 8px 36px;
    margin-left: -2px;
    border-radius: 0;
  }
  form.global-demo-formwall.header input[type="submit"],
  form.payments-waitlist-form.header input[type="submit"],
  form.popup-activation-form.header input[type="submit"] {
    font-size: 16px;
    padding-top: 11px;
    border-radius: 0 6px 6px 0;
  }
  form.global-demo-formwall.header input.active,
  form.payments-waitlist-form.header input.active,
  form.popup-activation-form.header input.active {
    width: 155px;
  }
  form.global-demo-formwall.header input.inactive[type="email"],
  form.payments-waitlist-form.header input.inactive[type="email"],
  form.popup-activation-form.header input.inactive[type="email"] {
    width: 42px !important;
    padding-left: 32px !important;
  }
  form.global-demo-formwall.header input.inactive[name="name"],
  form.payments-waitlist-form.header input.inactive[name="name"],
  form.popup-activation-form.header input.inactive[name="name"] {
    width: 36px !important;
    padding-left: 30px !important;
  }
}
form.global-demo-formwall.stacked,
form.payments-waitlist-form.stacked,
form.popup-activation-form.stacked {
  display: flex;
  flex-direction: column;
}
form.global-demo-formwall.stacked .field:nth-child(2),
form.payments-waitlist-form.stacked .field:nth-child(2),
form.popup-activation-form.stacked .field:nth-child(2) {
  margin-bottom: 10px;
  margin-right: 0;
}
form.global-demo-formwall.stacked input,
form.payments-waitlist-form.stacked input,
form.popup-activation-form.stacked input {
  width: 100%;
}
form.global-demo-formwall.stacked .field-icon.user,
form.payments-waitlist-form.stacked .field-icon.user,
form.popup-activation-form.stacked .field-icon.user {
  left: 15px;
}
form.global-demo-formwall.stacked.onwhite input[type="email"],
form.payments-waitlist-form.stacked.onwhite input[type="email"],
form.popup-activation-form.stacked.onwhite input[type="email"] {
  border-bottom: 2px solid #423dce;
}
form.global-demo-formwall.stacked.onwhite input[name="name"],
form.payments-waitlist-form.stacked.onwhite input[name="name"],
form.popup-activation-form.stacked.onwhite input[name="name"] {
  border-top: 2px solid #423dce;
}
.cta-free-trial-link {
  margin-top: 16px;
  font-weight: 500;
  text-align: center;
}
.cta-free-trial-link a {
  text-decoration: none;
}
.cta-free-trial-link a span.arrow {
  display: inline-block;
  transition: 0.15s;
}
.cta-free-trial-link a:hover span.arrow {
  transform: translateX(2px);
}
.global-demo-formwall-wrapper.onblue .cta-free-trial-link {
  color: rgba(255,255,255,0.5);
}
.global-demo-formwall-wrapper.onblue .cta-free-trial-link a {
  color: #fff;
}
form.payments-waitlist-form,
form.popup-activation-form {
  display: block;
}
.popups-form-success-text {
  font-size: 24px;
  font-weight: bold;
  color: #02ffb3;
  line-height: 1.35;
  margin-bottom: 64px;
}
.pill {
  display: inline-block;
  background-color: rgba(66,61,206,0.1);
  padding: 12px 16px;
  color: #2d28b6;
  font-weight: 600;
  border-radius: 12px;
}
.hero-with-graphic-wrapper {
  padding: 236px 0 96px 0;
  background-color: #dfe0ff;
}
.hero-with-graphic-wrapper .hero-with-graphic {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hero-with-graphic-wrapper .hero-with-graphic .hwg-content {
  max-width: 550px;
}
.hero-with-graphic-wrapper .hero-with-graphic .hwg-pretitle {
  margin-bottom: 20px;
}
.hero-with-graphic-wrapper .hero-with-graphic .hwg-title {
  font-weight: 800;
  font-size: 52px;
  line-height: 1.15;
  text-align: left;
  color: #313131;
  font-size: 48px;
}
@media only screen and (max-width: 600px) {
  .hero-with-graphic-wrapper .hero-with-graphic .hwg-title {
    font-size: 32px;
  }
}
.hero-with-graphic-wrapper .hero-with-graphic .hwg-title.smaller {
  font-size: 42px;
}
.hero-with-graphic-wrapper .hero-with-graphic .hwg-subtitle {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 24px;
}
.hero-with-graphic-wrapper .hero-with-graphic .hwg-cta {
  margin-top: 32px;
}
.hero-with-graphic-wrapper .hero-with-graphic .hwg-cta .book-quick {
  margin-top: 8px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
}
.hero-with-graphic-wrapper .hero-with-graphic .hwg-cta .book-quick .emoji {
  font-size: 16px;
}
.hero-with-graphic-wrapper .hero-with-graphic .hero-checkmarks {
  margin-top: 48px;
  display: flex;
  justify-content: left;
  font-size: 12px;
  font-weight: 500;
}
.hero-with-graphic-wrapper .hero-with-graphic .hero-checkmarks .check-item:not(:last-child) {
  margin-right: 24px;
}
.hero-with-graphic-wrapper .hero-with-graphic .hero-checkmarks .check-item .text {
  display: flex;
  align-items: center;
  line-height: 1.25;
}
.hero-with-graphic-wrapper .hero-with-graphic .hero-checkmarks .check-item .text:before {
  content: '';
  display: block;
  flex-shrink: 0;
  width: 15px;
  height: 11px;
  background-image: url("/images/icon-check-navy.svg");
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 6px;
  z-index: 5;
}
@media only screen and (max-width: 500px) {
  .hero-with-graphic-wrapper .hero-with-graphic .hero-checkmarks {
    font-size: 12px;
  }
  .hero-with-graphic-wrapper .hero-with-graphic .hero-checkmarks .check-item:not(:last-child) {
    margin-right: 16px;
  }
  .hero-with-graphic-wrapper .hero-with-graphic .hero-checkmarks .check-item .text:before {
    margin-right: 4px;
  }
}
.hero-with-graphic-wrapper .hero-with-graphic .hero-ratings {
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: left;
  font-size: 14px;
  font-weight: 500;
}
.hero-with-graphic-wrapper .hero-with-graphic .hero-ratings span {
  display: inline-block;
  margin: 0 8px;
}
.hero-with-graphic-wrapper .hero-with-graphic .hero-ratings .logos img:not(:last-child) {
  margin-right: 8px;
}
.hero-with-graphic-wrapper .hero-with-graphic .hwg-graphic {
  max-width: 580px;
}
.hero-with-graphic-wrapper .hero-with-graphic .hwg-graphic video,
.hero-with-graphic-wrapper .hero-with-graphic .hwg-graphic img {
  width: 100%;
  border-radius: 36px;
}
@media only screen and (max-width: 580px) {
  .hero-with-graphic-wrapper .hero-with-graphic .hwg-graphic.plg-chat {
    width: 100%;
  }
}
@media only screen and (max-width: 1170px) {
  .hero-with-graphic-wrapper {
    padding: 140px 0 96px 0;
  }
  .hero-with-graphic-wrapper .hero-with-graphic {
    flex-direction: column;
  }
  .hero-with-graphic-wrapper .hero-with-graphic .hwg-titles {
    display: flex;
    flex-direction: column;
  }
  .hero-with-graphic-wrapper .hero-with-graphic .hwg-pretitle {
    align-self: center;
  }
  .hero-with-graphic-wrapper .hero-with-graphic .hero-ratings,
  .hero-with-graphic-wrapper .hero-with-graphic .hero-checkmarks {
    justify-content: center;
  }
  .hero-with-graphic-wrapper .hero-with-graphic .hwg-graphic {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 1105px) {
  .features-collapsible-wrapper .section-titles {
    margin-bottom: 32px !important;
  }
}
.features-collapsible-wrapper .features-collapsible {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.features-collapsible-wrapper .features-collapsible .features-listing {
  max-width: 400px;
  flex-shrink: 0;
}
.features-collapsible-wrapper .features-collapsible .features-listing article.feature {
  padding-left: 32px;
  position: relative;
  cursor: pointer;
}
.features-collapsible-wrapper .features-collapsible .features-listing article.feature:not(:last-child) {
  padding-bottom: 48px;
}
.features-collapsible-wrapper .features-collapsible .features-listing article.feature .feature-progress {
  position: absolute;
  left: 0;
  height: 100%;
}
.features-collapsible-wrapper .features-collapsible .features-listing article.feature .feature-progress .progress-bullet {
  position: relative;
  width: 17px;
  height: 17px;
  transform: translateY(2px);
  transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.features-collapsible-wrapper .features-collapsible .features-listing article.feature .feature-progress .progress-bullet:before,
.features-collapsible-wrapper .features-collapsible .features-listing article.feature .feature-progress .progress-bullet:after {
  content: '';
  border-radius: 1000px;
}
.features-collapsible-wrapper .features-collapsible .features-listing article.feature .feature-progress .progress-bullet:before {
  display: block;
  width: 17px;
  height: 17px;
  border: 1px solid #423dce;
  background-color: #f8f9fa;
  transform: scale(0);
  transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.features-collapsible-wrapper .features-collapsible .features-listing article.feature .feature-progress .progress-bullet:after {
  display: block;
  width: 7px;
  height: 7px;
  background-color: #ced6fe;
  position: absolute;
  top: 6px;
  left: 6px;
  transition: 0.6s;
}
.features-collapsible-wrapper .features-collapsible .features-listing article.feature .feature-progress .progress-track {
  position: absolute;
  left: 50%;
  top: 20px;
  width: 1px;
  height: 95%;
  background: repeating-linear-gradient(to bottom, #ced6fe 0, #ced6fe 6px, transparent 6px, transparent 12px);
}
.features-collapsible-wrapper .features-collapsible .features-listing article.feature .feature-progress .progress-bar {
  position: absolute;
  left: 50%;
  top: 20px;
  width: 1px;
  height: 100%;
  background: #423dce;
  transform: scaleY(0);
  transform-origin: top center;
}
.features-collapsible-wrapper .features-collapsible .features-listing article.feature .feature-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
  transform: translateY(-3px);
}
.features-collapsible-wrapper .features-collapsible .features-listing article.feature .feature-description {
  font-weight: 500;
  line-height: 1.6;
  margin-top: 16px;
  overflow: hidden;
  transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  display: none;
}
.features-collapsible-wrapper .features-collapsible .features-listing article.feature:last-child .feature-progress .progress-track {
  display: none;
}
.features-collapsible-wrapper .features-collapsible .features-listing article.feature.active .progress-bullet:before {
  transform: scale(1);
}
.features-collapsible-wrapper .features-collapsible .features-listing article.feature.active .progress-bullet:after {
  background-color: #423dce;
}
.features-collapsible-wrapper .features-collapsible .features-listing article.feature.active .feature-title {
  color: #423dce;
}
.features-collapsible-wrapper .features-collapsible .features-listing article.feature:first-child .feature-description {
  display: block;
}
.features-collapsible-wrapper .features-collapsible .features-listing article.feature:hover .progress-bullet:after {
  background-color: #423dce;
}
.features-collapsible-wrapper .features-collapsible .features-graphics {
  position: relative;
}
.features-collapsible-wrapper .features-collapsible .features-graphics img,
.features-collapsible-wrapper .features-collapsible .features-graphics video {
  max-width: 650px;
  border-radius: 30px;
}
.features-collapsible-wrapper .features-collapsible .features-graphics .ghost-graphic {
  width: 650px;
  height: 500px;
}
.features-collapsible-wrapper .features-collapsible .features-graphics .graphic {
  opacity: 0;
  transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  top: 0;
  left: 0;
}
.features-collapsible-wrapper .features-collapsible .features-graphics .graphic.active {
  opacity: 1;
}
@media only screen and (max-width: 1105px) {
  .features-collapsible-wrapper .features-collapsible {
    flex-direction: column-reverse;
  }
  .features-collapsible-wrapper .features-collapsible .features-listing {
    display: flex;
    justify-content: flex-start;
    max-width: none;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 10px;
    margin-top: 16px;
    align-self: flex-start;
  }
  .features-collapsible-wrapper .features-collapsible .features-listing article.feature {
    padding-top: 32px;
    padding-left: 0;
    width: 280px;
    flex-shrink: 0;
    padding-bottom: 0 !important;
  }
  .features-collapsible-wrapper .features-collapsible .features-listing article.feature:not(:last-child) {
    margin-bottom: 0;
    padding-right: 32px;
  }
  .features-collapsible-wrapper .features-collapsible .features-listing article.feature .feature-progress {
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
  }
  .features-collapsible-wrapper .features-collapsible .features-listing article.feature .feature-progress .progress-track {
    left: 0;
    top: 11px;
    height: 1px;
    width: 103%;
    display: block !important;
  }
  .features-collapsible-wrapper .features-collapsible .features-listing article.feature .feature-progress .progress-bullet {
    transform: translate(-4px, 2px);
    z-index: 2;
  }
  .features-collapsible-wrapper .features-collapsible .features-listing article.feature .feature-progress .progress-bullet:after {
    width: 11px;
    height: 11px;
    top: 4px;
    left: 4px;
  }
  .features-collapsible-wrapper .features-collapsible .features-listing article.feature .feature-title {
    margin-bottom: 16px;
    margin-top: 8px;
  }
  .features-collapsible-wrapper .features-collapsible .features-listing article.feature .feature-description {
    display: block !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    transform: translate(0) !important;
  }
  .features-collapsible-wrapper .features-collapsible .features-listing article.feature.active .feature-progress .progress-bullet {
    transform: translate(0, 2px);
  }
  .features-collapsible-wrapper .features-collapsible .features-graphics {
    position: static;
  }
  .features-collapsible-wrapper .features-collapsible .features-graphics .ghost-graphic {
    width: 100% !important;
    height: auto;
    min-height: 300px;
  }
  .features-collapsible-wrapper .features-collapsible .features-graphics .graphic {
    max-width: none !important;
    width: 100% !important;
  }
  .features-collapsible-wrapper .features-collapsible .features-graphics .graphic img {
    max-width: none !important;
    width: 100% !important;
  }
}
.features-with-graphic-wrapper {
  padding-top: 128px;
  padding-bottom: 128px;
}
.features-with-graphic-wrapper .features-with-graphic article.feature {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.features-with-graphic-wrapper .features-with-graphic article.feature .feature-text {
  max-width: 450px;
}
.features-with-graphic-wrapper .features-with-graphic article.feature .feature-text .feature-icon {
  margin-bottom: 24px;
}
.features-with-graphic-wrapper .features-with-graphic article.feature .feature-text .feature-icon img {
  max-width: 50px;
}
.features-with-graphic-wrapper .features-with-graphic article.feature .feature-text .feature-title {
  font-size: 44px;
  font-weight: 800;
  line-height: 1.25;
  text-align: left;
  color: #313131;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.2;
}
@media only screen and (max-width: 600px) {
  .features-with-graphic-wrapper .features-with-graphic article.feature .feature-text .feature-title {
    font-size: 32px;
  }
}
.features-with-graphic-wrapper .features-with-graphic article.feature .feature-text .feature-description {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.65;
  margin-top: 24px;
}
.features-with-graphic-wrapper .features-with-graphic article.feature .feature-text .feature-link {
  margin-top: 24px;
}
.features-with-graphic-wrapper .features-with-graphic article.feature .feature-text .feature-link a:not(.button) {
  font-size: 16px;
  font-weight: bold;
  color: #423dce;
  text-decoration: none;
}
.features-with-graphic-wrapper .features-with-graphic article.feature .feature-graphic {
  max-width: 570px;
}
.features-with-graphic-wrapper .features-with-graphic article.feature .feature-graphic video,
.features-with-graphic-wrapper .features-with-graphic article.feature .feature-graphic img {
  width: 100%;
  border-radius: 12px;
}
.features-with-graphic-wrapper .features-with-graphic article.feature:not(:last-child) {
  margin-bottom: 128px;
}
.features-with-graphic-wrapper .features-with-graphic article.feature:nth-child(even) {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1050px) {
  .features-with-graphic-wrapper .features-with-graphic article.feature {
    flex-direction: column-reverse !important;
  }
  .features-with-graphic-wrapper .features-with-graphic article.feature .feature-graphic {
    margin-bottom: 24px;
  }
}
.featured-case-study-wrapper {
  padding-top: 80px;
}
@media only screen and (max-width: 1200px) {
  .featured-case-study-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.featured-case-study-wrapper .big-container {
  background-color: #ffeaea;
  border-radius: 32px;
}
@media only screen and (max-width: 600px) {
  .featured-case-study-wrapper .big-container {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media only screen and (max-width: 820px) {
  .featured-case-study-wrapper .desktop {
    display: none;
  }
}
@media only screen and (min-width: 820px) {
  .featured-case-study-wrapper .mobile {
    display: none;
  }
}
.featured-case-study-wrapper .featured-case-study {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.featured-case-study-wrapper .featured-case-study .case-study-main {
  max-width: 610px;
}
.featured-case-study-wrapper .featured-case-study .case-study-main .case-study-video {
  position: relative;
  height: 380px;
  width: 500px;
  background-size: cover;
  border-radius: 8px;
  overflow: hidden;
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  cursor: pointer;
}
@media only screen and (max-width: 880px) {
  .featured-case-study-wrapper .featured-case-study .case-study-main .case-study-video {
    width: auto;
  }
}
.featured-case-study-wrapper .featured-case-study .case-study-main .case-study-video:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(49,49,49,0.5);
}
.featured-case-study-wrapper .featured-case-study .case-study-main .case-study-video .video-play-icon-wrapper {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #02ffb3;
  z-index: 5;
  border-radius: 500px;
  filter: drop-shadow(0px 4px 9px rgba(0,0,0,0.38));
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.featured-case-study-wrapper .featured-case-study .case-study-main .case-study-video .video-play-icon-wrapper img {
  transform: translate(3px, 1px);
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.featured-case-study-wrapper .featured-case-study .case-study-main .case-study-video .case-study-logo {
  position: absolute;
  z-index: 6;
  left: 16px;
  bottom: 16px;
  background-color: #fff;
  box-shadow: 0px 2px 20px rgba(0,0,0,0.25);
  border-radius: 10px;
  padding: 10.666666666666666px 16px;
}
.featured-case-study-wrapper .featured-case-study .case-study-main .case-study-video .case-study-logo img {
  min-width: 80px;
  min-height: 22px;
  max-width: 110px;
  max-height: 25px;
  object-fit: contain;
  filter: grayscale(100%);
}
.featured-case-study-wrapper .featured-case-study .case-study-main .case-study-video:hover {
  box-shadow: 0px 6px 32px rgba(0,0,0,0.2);
  transform: scale(1.02);
}
.featured-case-study-wrapper .featured-case-study .case-study-main .case-study-video:hover .video-play-icon-wrapper {
  transform: translate(-50%, -50%) scale(1.1);
  filter: drop-shadow(0px 8px 18px rgba(0,0,0,0.5));
}
.featured-case-study-wrapper .featured-case-study .case-study-main .case-study-video:hover .video-play-icon-wrapper img {
  transform: translate(3px, 1px) scale(1.05);
}
.featured-case-study-wrapper .featured-case-study .case-study-main .case-study-video.no-video {
  cursor: default;
}
.featured-case-study-wrapper .featured-case-study .case-study-main .case-study-video.no-video:hover {
  box-shadow: none;
  transform: none;
}
.featured-case-study-wrapper .featured-case-study .case-study-main .case-study-video.no-overlay {
  cursor: default;
}
.featured-case-study-wrapper .featured-case-study .case-study-main .case-study-video.no-overlay:before {
  display: none;
}
.featured-case-study-wrapper .featured-case-study .case-study-main .case-study-video.no-overlay:hover {
  transform: none;
  box-shadow: none;
}
.featured-case-study-wrapper .featured-case-study .case-study-main .customer-name {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.35;
  text-align: left;
  color: #313131;
  font-size: 28px;
  font-weight: 800;
  margin-top: 24px;
}
.featured-case-study-wrapper .featured-case-study .case-study-main .case-study-title {
  font-size: 16px;
  font-weight: 500;
  max-width: 480px;
  line-height: 1.45;
  margin-top: 16px;
  margin-bottom: 24px;
  line-height: 1.25;
}
.featured-case-study-wrapper .featured-case-study .case-study-stats {
  transform: translateX(-50%);
  position: relative;
}
.featured-case-study-wrapper .featured-case-study .case-study-stats .stat:not(:last-child) {
  margin-bottom: 60px;
}
.featured-case-study-wrapper .featured-case-study .case-study-stats .stat .stat-icon img {
  width: 58px;
  position: relative;
  z-index: 1;
}
.featured-case-study-wrapper .featured-case-study .case-study-stats .stat .stat-text {
  margin-top: 16px;
}
.featured-case-study-wrapper .featured-case-study .case-study-stats .stat .stat-text .amount {
  font-size: 36px;
  font-weight: 900;
  color: #423dce;
}
.featured-case-study-wrapper .featured-case-study .case-study-stats .stat .stat-text .description {
  font-weight: 500;
  margin-top: 10px;
  max-width: 120px;
}
@media only screen and (max-width: 600px) {
  .featured-case-study-wrapper .featured-case-study {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 820px) {
  .featured-case-study-wrapper .featured-case-study {
    flex-direction: column;
  }
  .featured-case-study-wrapper .featured-case-study .case-study-stats {
    transform: none;
  }
  .featured-case-study-wrapper .featured-case-study .case-study-stats .stats-wrapper {
    display: flex;
  }
  .featured-case-study-wrapper .featured-case-study .case-study-stats .dotted-line {
    display: none;
  }
  .featured-case-study-wrapper .featured-case-study .case-study-stats .stat {
    display: block;
    flex-basis: 180px;
    text-align: center;
  }
  .featured-case-study-wrapper .featured-case-study .case-study-stats .stat .stat-icon img {
    width: auto;
    height: 50px;
  }
  .featured-case-study-wrapper .featured-case-study .case-study-stats .stat .stat-text {
    padding-left: 0;
  }
  .featured-case-study-wrapper .featured-case-study .case-study-stats .stat .stat-text .description {
    font-size: 14px;
    line-height: 1.2;
  }
  .featured-case-study-wrapper .featured-case-study .case-study-stats .stat:not(:last-child) {
    margin-right: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .featured-case-study-wrapper .featured-case-study .case-study-stats .stat .stat-text .amount {
    font-size: 24px;
  }
}
@media only screen and (max-width: 440px) {
  .featured-case-study-wrapper .featured-case-study .case-study-stats {
    width: 100%;
  }
  .featured-case-study-wrapper .featured-case-study .case-study-stats .stats-wrapper {
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px;
  }
  .featured-case-study-wrapper .featured-case-study .case-study-stats .stat {
    text-align: left;
    flex-basis: 50px;
    width: 250px;
    display: flex;
    align-items: center;
  }
  .featured-case-study-wrapper .featured-case-study .case-study-stats .stat:not(:last-child) {
    margin-right: 0;
    margin-bottom: 24px;
  }
  .featured-case-study-wrapper .featured-case-study .case-study-stats .stat .stat-icon img {
    height: auto;
    width: 50px;
  }
  .featured-case-study-wrapper .featured-case-study .case-study-stats .stat .stat-text {
    padding-left: 8px;
    transform: none;
  }
}
.case-study-video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(49,49,49,0.85);
  backdrop-filter: blur(4px);
  z-index: 5000;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.case-study-video-overlay .video-container {
  position: relative;
  width: 850px;
  display: none;
}
@media only screen and (max-width: 900px) {
  .case-study-video-overlay .video-container {
    width: 90%;
  }
}
.case-study-video-overlay .video-container video {
  width: 100%;
}
.case-study-video-overlay .icon-close {
  position: absolute;
  top: 32px;
  right: 32px;
  cursor: pointer;
}
.case-study-video-overlay.is-active {
  opacity: 1;
  visibility: visible;
}
.case-study-video-overlay.is-active .video-container {
  display: block;
}
.section-highlighter-wrapper {
  display: flex;
  margin-top: 16px;
}
.section-highlighter-wrapper .section-highlighter {
  font-family: 'Gloria Hallelujah', cursive;
  color: #de6ede;
  transform: rotate(-4deg);
  font-size: 22px;
  letter-spacing: -0.68px;
  position: relative;
  left: 50%;
}
.section-highlighter-wrapper .section-highlighter .highlighter-icon {
  transform: translateX(10%);
}
.section-highlighter-wrapper .section-highlighter .highlighter-text {
  margin-top: 6px;
}
@media only screen and (max-width: 800px) {
  .section-highlighter-wrapper .section-highlighter {
    max-width: 200px;
    transform: translateX(-25%);
  }
  .section-highlighter-wrapper .section-highlighter .highlighter-text {
    text-align: center;
  }
}
.resources-slider-wrapper .resources-slider-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.35;
  text-align: left;
  color: #313131;
  font-weight: 800;
  font-size: 32px;
  margin-bottom: 32px;
}
.resources-slider-wrapper .resources-slider {
  display: flex;
  justify-content: space-between;
  overflow-x: auto;
  padding-bottom: 4px;
}
.resources-slider-wrapper .resources-slider article.resource {
  width: 290px;
  flex-shrink: 0;
  background-color: #fff;
  box-shadow: 0 2px 10px 0 rgba(66,61,206,0.09);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.resources-slider-wrapper .resources-slider article.resource:not(:last-child) {
  margin-right: 13.3333px;
}
.resources-slider-wrapper .resources-slider article.resource a {
  flex: 1;
  text-decoration: none;
  display: flex;
  flex-direction: column;
}
.resources-slider-wrapper .resources-slider article.resource .resource-image img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.resources-slider-wrapper .resources-slider article.resource .resource-content {
  padding: 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.resources-slider-wrapper .resources-slider article.resource .resource-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.25;
  color: #313131;
}
.resources-slider-wrapper .resources-slider article.resource .resource-description {
  margin-top: 16px;
  color: #797979;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}
.resources-slider-wrapper .resources-slider article.resource .resource-button {
  margin-top: auto;
  padding-top: 16px;
  text-decoration: none;
  font-weight: bold;
  color: #423dce;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
  user-select: none;
  touch-callout: none;
  touch-action: pan-y;
  touch-action: pan-y;
  tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after {
  clear: both;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-dots {
  display: flex;
  justify-content: center;
  transform: translateY(-100%);
}
.slick-dots li:not(:last-child) {
  margin-right: 8px;
}
.slick-dots li button {
  width: 7px !important;
  height: 7px !important;
  color: transparent;
  background-color: rgba(255,255,255,0.2);
  border: none;
  border-radius: 100px;
  cursor: pointer;
  transition: 0.3s;
}
.slick-dots li.slick-active button {
  background-color: #fff;
}
.hero-v3-wrapper {
  padding-top: 140px;
}
.hero-v3-wrapper.is-home {
  min-height: 900px;
  display: flex;
  flex-direction: column;
}
.hero-v3-wrapper.is-home .big-container {
  width: 1200px;
  background-repeat: no-repeat;
  background-position: right bottom;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}
@media only screen and (max-width: 1200px) {
  .hero-v3-wrapper.is-home .big-container {
    width: 100%;
    background-size: 60% !important;
  }
}
@media only screen and (max-width: 980px) {
  .hero-v3-wrapper.is-home .big-container {
    background-size: 80% !important;
    background-position: center bottom;
    padding-bottom: 65vw;
  }
}
@media only screen and (max-width: 600px) {
  .hero-v3-wrapper.is-home .big-container {
    padding-bottom: 85vw;
    background-size: 100% !important;
  }
}
.hero-v3-wrapper:not(.is-home) {
  padding-bottom: 80px;
  padding-top: 220px;
}
@media only screen and (max-width: 980px) {
  .hero-v3-wrapper:not(.is-home) {
    padding-top: 140px;
    padding-bottom: 48px;
  }
}
.hero-v3-wrapper .hero-v3 {
  display: flex;
  justify-content: space-between;
}
.hero-v3-wrapper .hero-v3:not(.is-home) {
  align-items: center;
}
@media only screen and (max-width: 980px) {
  .hero-v3-wrapper .hero-v3:not(.is-home) {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 980px) {
  .hero-v3-wrapper .hero-v3.is-home {
    justify-content: center;
  }
}
.hero-v3-wrapper .hero-v3 .hero-text-wrapper {
  max-width: 550px;
}
.hero-v3-wrapper .hero-v3 .hero-text-wrapper.is-home {
  max-width: 550px;
}
.hero-v3-wrapper .hero-v3 .hero-title {
  font-size: 48px;
  font-family: 'ClashDisplay', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  font-variation-settings: 'wght' 700;
  line-height: 1.2;
}
.hero-v3-wrapper .hero-v3 .hero-title strong,
.hero-v3-wrapper .hero-v3 .hero-title font-variation-settings: 'wght'700.0 {
  font-weight: 700;
  color: #423dce;
}
@media only screen and (max-width: 560px) {
  .hero-v3-wrapper .hero-v3 .hero-title.is-home {
    font-size: 8vw;
  }
}
.hero-v3-wrapper .hero-v3 .hero-title:not(.is-home) {
  margin: 24px 0;
}
@media only screen and (max-width: 600px) {
  .hero-v3-wrapper .hero-v3 .hero-title:not(.is-home) {
    font-size: 8vw;
  }
}
.hero-v3-wrapper .hero-v3 .hero-subtitle {
  display: inline-block;
  position: relative;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 800;
  color: #423dce;
  text-transform: uppercase;
  padding: 8px 16px;
}
@media only screen and (max-width: 500px) {
  .hero-v3-wrapper .hero-v3 .hero-subtitle {
    font-size: 3.5vw;
  }
}
.hero-v3-wrapper .hero-v3 .hero-subtitle.is-home {
  margin: 32px 0;
}
.hero-v3-wrapper .hero-v3 .hero-subtitle:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  mix-blend-mode: soft-light;
  border-radius: 100px;
  z-index: 0;
}
.hero-v3-wrapper .hero-v3 .hero-subtitle span {
  position: relative;
  display: inline-block;
}
.hero-v3-wrapper .hero-v3 .hero-description {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.65;
}
.hero-v3-wrapper .hero-v3 .hero-buttons {
  margin-top: 40px;
}
.hero-v3-wrapper .hero-v3 .hero-checkmarks {
  margin-top: 48px;
  display: flex;
  font-size: 14px;
  font-weight: 500;
}
.hero-v3-wrapper .hero-v3 .hero-checkmarks .check-item:not(:last-child) {
  margin-right: 32px;
}
.hero-v3-wrapper .hero-v3 .hero-checkmarks .check-item .text {
  display: flex;
  align-items: center;
}
.hero-v3-wrapper .hero-v3 .hero-checkmarks .check-item .text:before {
  content: '';
  display: block;
  width: 19px;
  height: 14px;
  background-image: url("/images/icon-check-navy.svg");
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 8px;
  z-index: 5;
}
@media only screen and (max-width: 980px) {
  .hero-v3-wrapper .hero-v3 .hero-checkmarks {
    justify-content: center;
  }
}
@media only screen and (max-width: 500px) {
  .hero-v3-wrapper .hero-v3 .hero-checkmarks {
    font-size: 12px;
  }
  .hero-v3-wrapper .hero-v3 .hero-checkmarks .check-item:not(:last-child) {
    margin-right: 16px;
  }
  .hero-v3-wrapper .hero-v3 .hero-checkmarks .check-item .text:before {
    margin-right: 4px;
  }
}
@media only screen and (max-width: 405px) {
  .hero-v3-wrapper .hero-v3 .hero-checkmarks {
    font-size: 11px;
  }
  .hero-v3-wrapper .hero-v3 .hero-checkmarks .check-item:not(:last-child) {
    margin-right: 12.8px;
  }
  .hero-v3-wrapper .hero-v3 .hero-checkmarks .check-item .text:before {
    width: 15px;
    height: 11px;
  }
}
.hero-v3-wrapper .hero-v3 .hero-ratings {
  margin-top: 32px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}
.hero-v3-wrapper .hero-v3 .hero-ratings span {
  display: inline-block;
  margin: 0 8px;
}
.hero-v3-wrapper .hero-v3 .hero-ratings .logos img:not(:last-child) {
  margin-right: 8px;
}
@media only screen and (max-width: 980px) {
  .hero-v3-wrapper .hero-v3 .hero-ratings {
    justify-content: center;
  }
}
@media only screen and (max-width: 385px) {
  .hero-v3-wrapper .hero-v3 .hero-ratings {
    font-size: 12px;
  }
}
.hero-v3-wrapper .hero-v3 .hero-graphic-wrapper {
  text-align: center;
}
.hero-v3-wrapper .hero-v3 .hero-graphic-wrapper:not(.is-home) {
  padding: 0 7%;
}
@media only screen and (max-width: 980px) {
  .hero-v3-wrapper .hero-v3 .hero-graphic-wrapper:not(.is-home) {
    padding: 0;
    margin-bottom: 64px;
  }
}
@media only screen and (max-width: 600px) {
  .hero-v3-wrapper .hero-v3 .hero-graphic-wrapper:not(.is-home) {
    padding: 0 32px;
  }
  .hero-v3-wrapper .hero-v3 .hero-graphic-wrapper:not(.is-home) .hero-graphic {
    max-width: none !important;
    width: 75%;
  }
}
.hero-v3-wrapper .hero-v3 .hero-graphic-wrapper img.hero-graphic {
  vertical-align: top;
}
.hero-v3-wrapper .hero-v3 .hero-graphic-wrapper video {
  border-radius: 32px;
}
@media only screen and (max-width: 500px) {
  .hero-v3-wrapper .hero-v3 .hero-graphic-wrapper video {
    width: 85%;
    border-radius: 28px;
  }
}
@media only screen and (max-width: 437px) {
  .hero-v3-wrapper .hero-v3 .hero-graphic-wrapper video {
    border-radius: 24px;
  }
}
@media only screen and (max-width: 980px) {
  .hero-v3-wrapper .hero-v3 .hero-text-wrapper .hero-buttons {
    width: 100%;
    max-width: none;
  }
}
@media only screen and (max-width: 890px) {
  .hero-v3-wrapper .hero-v3.not(.is-home) {
    flex-direction: column;
  }
  .hero-v3-wrapper .hero-v3 .hero-text-wrapper {
    max-width: 500px;
  }
}
@media only screen and (max-width: 980px) {
  .hero-v3-wrapper .hero-v3.graphic-is-video:not(.is-home) {
    flex-direction: column;
  }
}
@media only screen and (max-width: 980px) {
  .hero-v3-wrapper .hero-v3.graphic-is-video .hero-graphic-wrapper:not(.is-home) {
    margin-top: 64px;
  }
}
.hero-v3-wrapper .hero-v3.no-graphic {
  justify-content: center;
  text-align: center;
}
.hero-v3-wrapper .hero-v3.no-graphic .hero-text-wrapper {
  max-width: 736px;
}
.hero-v3-wrapper .hero-v3.no-graphic .hero-text-wrapper .hero-description {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.hero-v3-wrapper .hero-v3.no-graphic .hero-buttons {
  margin-left: auto;
  margin-right: auto;
}
.hero-v3-wrapper .hero-v3.no-graphic .hero-checkmarks {
  justify-content: center;
}
.hero-v3-wrapper .hero-v3.no-graphic .hero-ratings {
  justify-content: center;
}
.hero-v3-wrapper .hero-features {
  display: flex;
  margin-top: 64px;
}
.hero-v3-wrapper .hero-features .feature {
  max-width: 260px;
  position: relative;
  padding: 10.666666666666666px 0 10.666666666666666px 10.666666666666666px;
}
.hero-v3-wrapper .hero-features .feature:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #313131;
}
.hero-v3-wrapper .hero-features .feature:not(:last-child) {
  margin-right: 64px;
}
.hero-v3-wrapper .hero-features .feature .title {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.25;
}
.hero-v3-wrapper .hero-features .feature .description {
  font-size: 14px;
  font-weight: 500;
  margin-top: 8px;
}
@media only screen and (max-width: 770px) {
  .hero-v3-wrapper .hero-features {
    flex-direction: column;
    align-items: flex-start;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-v3-wrapper .hero-features .feature {
    max-width: none;
  }
  .hero-v3-wrapper .hero-features .feature:not(:last-child) {
    margin-bottom: 32px;
    margin-right: 0;
  }
}
.hero-plg-cta-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.hero-plg-cta-wrapper a:not(:last-child) {
  margin-right: 2%;
}
.hero-plg-cta-wrapper.is-centered {
  justify-content: center;
}
.customer-logos-v3-wrapper {
  background-color: #313131;
  padding: 48px 0;
}
.customer-logos-v3-wrapper .customer-logos-v3 {
  display: flex;
  align-items: center;
}
.customer-logos-v3-wrapper .customer-logos-v3 .customer-logos-title {
  max-width: 380px;
  font-size: 32px;
  font-weight: 900;
  color: #fcf9f2;
  line-height: 1.2;
}
.customer-logos-v3-wrapper .customer-logos-v3 .customer-logos-listing-wrapper {
  position: relative;
  margin-left: 64px;
  overflow-x: hidden;
}
.customer-logos-v3-wrapper .customer-logos-v3 .customer-logos-listing-wrapper:before,
.customer-logos-v3-wrapper .customer-logos-v3 .customer-logos-listing-wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  width: 10%;
  height: 100%;
  z-index: 10;
}
.customer-logos-v3-wrapper .customer-logos-v3 .customer-logos-listing-wrapper:before {
  left: 0;
  background: linear-gradient(90deg, #313131 0%, rgba(49,49,49,0) 100%);
}
.customer-logos-v3-wrapper .customer-logos-v3 .customer-logos-listing-wrapper:after {
  right: 0;
  background: linear-gradient(-90deg, #313131 0%, rgba(49,49,49,0) 100%);
}
.customer-logos-v3-wrapper .customer-logos-v3 .customer-logos-listing {
  position: relative;
  display: flex;
  align-items: center;
  animation: 25s linear 0s infinite normal none running logos-to-right;
}
.customer-logos-v3-wrapper .customer-logos-v3 .customer-logos-listing .customer:not(:last-child) {
  margin-right: 48px;
}
.customer-logos-v3-wrapper .customer-logos-v3 .customer-logos-listing .customer img {
  opacity: 0.75;
}
@media only screen and (max-width: 1110px) {
  .customer-logos-v3-wrapper .customer-logos-v3 .customer-logos-title {
    font-size: 2.5vw;
  }
}
@media only screen and (max-width: 970px) {
  .customer-logos-v3-wrapper {
    padding: 32px 0;
  }
  .customer-logos-v3-wrapper .customer-logos-v3 {
    display: block;
  }
  .customer-logos-v3-wrapper .customer-logos-v3 .customer-logos-title {
    max-width: none;
    text-align: center;
    margin-bottom: 32px;
    font-size: 4.5vw;
  }
  .customer-logos-v3-wrapper .customer-logos-v3 .customer-logos-listing-wrapper {
    margin-left: 0;
  }
}
@-moz-keyframes logos-to-right {
  from {
    transform: translateX(-75%);
  }
  to {
    transform: translateX(0%);
  }
}
@-webkit-keyframes logos-to-right {
  from {
    transform: translateX(-75%);
  }
  to {
    transform: translateX(0%);
  }
}
@-o-keyframes logos-to-right {
  from {
    transform: translateX(-75%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes logos-to-right {
  from {
    transform: translateX(-75%);
  }
  to {
    transform: translateX(0%);
  }
}
.emotive-products-wrapper .grid-explainer-title {
  position: relative;
  margin-top: 64px;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  color: #313131;
}
.emotive-products-wrapper .grid-explainer-title:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-2px);
  width: 100%;
  height: 2px;
  background-color: #313131;
}
@media only screen and (max-width: 500px) {
  .emotive-products-wrapper .grid-explainer-title:before {
    display: none;
  }
}
.emotive-products-wrapper .grid-explainer-title h4 {
  position: relative;
}
.emotive-products-wrapper .grid-explainer-title h4 span {
  position: relative;
  display: inline-block;
  background-color: #fff;
  z-index: 5;
  padding-left: 32px;
  padding-right: 32px;
}
.emotive-products-wrapper .grid-explainer-title h4:before,
.emotive-products-wrapper .grid-explainer-title h4:after {
  content: '';
  position: absolute;
  top: 0;
  height: 200%;
  width: 18%;
  background-color: #fff;
  background-repeat: no-repeat;
  z-index: 15;
}
.emotive-products-wrapper .grid-explainer-title h4:before {
  left: 0;
  background-image: url("/images/product-group-end.svg");
  background-position: 0 110%;
  transform: scale(-1, 1) translateY(0.5px);
}
.emotive-products-wrapper .grid-explainer-title h4:after {
  right: 0;
  background-image: url("/images/product-group-end.svg");
  background-position: 0 110%;
}
@media only screen and (max-width: 680px) {
  .emotive-products-wrapper .grid-explainer-title h4:before,
  .emotive-products-wrapper .grid-explainer-title h4:after {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .emotive-products-wrapper .grid-explainer-title h4 span {
    padding-left: 0;
    padding-right: 0;
  }
}
.emotive-products-wrapper .emotive-products {
  display: grid;
  grid-gap: 16px;
}
.emotive-products-wrapper .emotive-products.is-2 {
  grid-template-columns: repeat(2, 1fr);
}
.emotive-products-wrapper .emotive-products.is-3 {
  grid-template-columns: repeat(3, 1fr);
}
.emotive-products-wrapper .emotive-products.is-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1000px) {
  .emotive-products-wrapper .emotive-products.is-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 485px) {
  .emotive-products-wrapper .emotive-products.is-4 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.emotive-products-wrapper .emotive-products.is-5 {
  grid-template-columns: repeat(5, 1fr);
}
.emotive-products-wrapper .emotive-products .product {
  background-color: #fff;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
}
.emotive-products-wrapper .emotive-products .product a {
  flex: 1;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  padding: 32px;
}
.emotive-products-wrapper .emotive-products .product .product-inner {
  padding: 32px;
}
.emotive-products-wrapper .emotive-products .product .product-icon img {
  max-height: 38px;
}
.emotive-products-wrapper .emotive-products .product .product-title {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.15;
  color: #313131;
}
.emotive-products-wrapper .emotive-products .product .product-description {
  margin-top: 16px;
  font-weight: 500;
  line-height: 1.35;
  color: #313131;
}
.emotive-products-wrapper .emotive-products .product .product-link {
  margin-top: auto;
  padding-top: 32px;
  font-weight: bold;
  font-size: 18px;
}
.emotive-products-wrapper .emotive-products .product .product-link span.arrow {
  display: inline-block;
  transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
.emotive-products-wrapper .emotive-products .product a:hover .product-link span.arrow {
  transform: translateX(3px) scale(1.1);
}
.big-feature-section:not(:last-child) {
  margin-bottom: 80px;
}
.big-feature-section .big-container {
  padding-top: 80px;
  padding-bottom: 80px;
  border-radius: 36px;
}
.big-feature-section .feature-graphics {
  width: 90%;
  display: flex;
  justify-content: center;
}
.big-feature-section .feature-graphics img {
  max-width: 100%;
  vertical-align: middle;
}
.big-feature-section .feature-graphics .image {
  display: flex;
  justify-content: center;
  padding: 0 3%;
}
@media only screen and (max-width: 800px) {
  .big-feature-section .feature-graphics .image.hide-mobile {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .big-feature-section .feature-graphics {
    width: 100%;
  }
}
.big-feature-section .feature-graphics.is-smaller {
  width: 70%;
}
.big-feature-section.is-dark .section-titles {
  color: #fff;
}
.big-feature-section.is-dark .section-titles .section-subtitle {
  color: #fff;
}
.big-feature-section.is-sidebyside .big-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}
.big-feature-section.is-sidebyside .big-container .section-titles {
  text-align: left;
}
.big-feature-section.is-sidebyside .big-container .section-titles .section-title {
  text-align: left;
}
.big-feature-section.is-sidebyside .big-container .section-titles .section-subtitle {
  text-align: left;
}
.big-feature-section.is-sidebyside .big-container .feature-button {
  text-align: left !important;
}
.big-feature-section.is-sidebyside .big-container .feature-graphics {
  margin-top: 0 !important;
  display: flex;
  justify-content: flex-end;
}
.big-feature-section.is-sidebyside .big-container .feature-graphics img {
  max-height: 440px;
}
@media only screen and (max-width: 980px) {
  .big-feature-section.is-sidebyside .big-container {
    flex-direction: column-reverse;
  }
  .big-feature-section.is-sidebyside .big-container .feature-graphics {
    justify-content: center;
    padding-bottom: 48px;
  }
  .big-feature-section.is-sidebyside .big-container .feature-text {
    max-width: 500px;
  }
  .big-feature-section.is-sidebyside .big-container .section-titles {
    text-align: left;
  }
  .big-feature-section.is-sidebyside .big-container .section-titles .section-title {
    text-align: left;
    max-width: none !important;
  }
  .big-feature-section.is-sidebyside .big-container .section-titles .section-subtitle {
    text-align: left;
    max-width: none !important;
  }
  .big-feature-section.is-sidebyside .big-container .feature-button {
    text-align: left !important;
  }
}
@media only screen and (max-width: 1200px) {
  .big-feature-section {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media only screen and (max-width: 600px) {
  .big-feature-section .big-container {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.big-feature-section.is-left .big-container {
  padding-top: 0;
  padding-bottom: 0;
}
.big-feature-section.is-left .big-container .section-titles {
  text-align: left;
}
.big-feature-section.is-left .big-container .section-titles .section-title {
  text-align: left;
}
.big-feature-section.is-left .big-container .section-titles .section-subtitle {
  text-align: left;
}
.big-feature-section.is-left .big-container .feature-button {
  text-align: left !important;
}
.big-feature-section.is-left .big-container .feature-graphics {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 32px !important;
  display: block;
  text-align: left;
}
.big-feature-section.is-left .big-container .feature-graphics .image {
  padding: 0 !important;
}
@media only screen and (max-width: 1200px) {
  .big-feature-section.is-left {
    padding-left: 0;
    padding-right: 0;
  }
}
.badges-wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}
.badges-wrapper.no-padding-top {
  padding-top: 0;
}
.badges-wrapper.no-padding-bottom {
  padding-bottom: 0;
}
.badges-wrapper .big-container {
  background-color: #313131;
  border-radius: 36px;
  padding: 0 80px;
  overflow: hidden;
}
.badges-wrapper .badges-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.badges-wrapper .badges-inner .badges-title-wrapper {
  max-width: 280px;
}
.badges-wrapper .badges-inner .badges-title {
  font-size: 32px;
  font-weight: 900;
  color: #fff;
  line-height: 1.35;
}
.badges-wrapper .badges-inner .badges-title strong {
  font-weight: 900;
  color: #c7f5ff;
}
.badges-wrapper .badges-inner .badges-badges {
  max-width: 400px;
  transform: translateY(-5%);
}
.badges-wrapper .badges-inner .badges-badges .badge {
  height: 400px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.badges-wrapper .badges-inner .badges-badges .badge img {
  height: 270px !important;
  width: auto !important;
}
.badges-wrapper .badges-inner .badges-badges .slick-list {
  transform: translateY(5%);
}
.badges-wrapper .badges-inner .badges-stats {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 280px;
}
.badges-wrapper .badges-inner .badges-stats .stat {
  width: 100%;
}
.badges-wrapper .badges-inner .badges-stats .stat:not(:last-child) {
  margin-bottom: 32px;
}
.badges-wrapper .badges-inner .badges-stats .stat:nth-child(1) {
  color: #daffed;
}
.badges-wrapper .badges-inner .badges-stats .stat:nth-child(2) {
  color: #dae9ff;
}
.badges-wrapper .badges-inner .badges-stats .stat:nth-child(3) {
  color: #f3daff;
}
.badges-wrapper .badges-inner .badges-stats .stat .stat-value {
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 10.666666666666666px;
}
.badges-wrapper .badges-inner .badges-stats .stat .stat-description {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.35;
}
@media only screen and (max-width: 1200px) {
  .badges-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }
  .badges-wrapper .big-container {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media only screen and (max-width: 850px) {
  .badges-wrapper .big-container {
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 32px;
    padding-right: 32px;
  }
  .badges-wrapper .badges-inner {
    flex-direction: column;
  }
  .badges-wrapper .badges-inner .badges-title-wrapper {
    width: 100%;
    max-width: none;
    text-align: center;
  }
  .badges-wrapper .badges-inner .badges-stats {
    width: 100%;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  .badges-wrapper .badges-inner .badges-stats .stat:not(:last-child) {
    margin-right: 32px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 550px) {
  .badges-wrapper .badges-inner .badges-stats {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .badges-wrapper .badges-inner .badges-stats .stat:not(:last-child) {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.integrations-v3-wrapper .section-title,
.integrations-v3-wrapper .section-subtitle {
  text-align: left;
}
.integrations-v3-wrapper .section-subtitle {
  line-height: 1.35;
  font-weight: 600;
  color: #313131;
}
@media only screen and (min-width: 1050px) {
  .integrations-v3-wrapper .section-subtitle {
    text-align: left !important;
  }
}
.integrations-v3-wrapper .integrations-v3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.integrations-v3-wrapper .integrations-v3 .integrations-groups {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 64px;
}
.integrations-v3-wrapper .integrations-v3 .integrations-groups .group-title {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 16px;
}
.integrations-v3-wrapper .integrations-v3 .integrations-groups .group-items {
  display: flex;
}
.integrations-v3-wrapper .integrations-v3 .integrations-groups .group-items .icon:not(:last-child) {
  margin-right: 32px;
}
.integrations-v3-wrapper .integrations-v3 .integrations-groups .group-items .icon img {
  width: 54px;
  height: 54px;
}
@media only screen and (max-width: 1050px) {
  .integrations-v3-wrapper .section-title,
  .integrations-v3-wrapper .section-subtitle {
    text-align: center;
  }
  .integrations-v3-wrapper .integrations-button {
    text-align: center;
  }
  .integrations-v3-wrapper .integrations-v3 {
    flex-direction: column;
  }
  .integrations-v3-wrapper .integrations-v3 .integrations-groups {
    margin-top: 64px;
  }
}
@media only screen and (max-width: 570px) {
  .integrations-v3-wrapper .integrations-v3 .integrations-groups {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 32px;
  }
}
.product-steps-wrapper article.step {
  position: relative;
}
.product-steps-wrapper article.step:not(:last-child) {
  margin-bottom: 96px;
}
.product-steps-wrapper article.step .step-background {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75%;
  border-radius: 36px;
  z-index: 0;
}
.product-steps-wrapper article.step .step-inner {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10% 0 48px;
}
.product-steps-wrapper article.step .step-count {
  width: 96px;
  height: 96px;
  background-image: url("/images/graphic-count-step.svg");
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 47px;
  font-weight: 900;
  color: #fff;
}
.product-steps-wrapper article.step .step-text {
  max-width: 520px;
  padding-top: 15%;
}
.product-steps-wrapper article.step .step-text .step-description {
  font-size: 38px;
  font-weight: 900;
  line-height: 1.25;
  margin-top: 5%;
}
.product-steps-wrapper article.step .step-graphic img {
  max-width: 384px;
  vertical-align: middle;
}
@media only screen and (max-width: 500px) {
  .product-steps-wrapper article.step .step-graphic img {
    width: 100%;
    max-width: none;
  }
}
@media only screen and (max-width: 1000px) {
  .product-steps-wrapper article.step {
    padding-top: 64px;
  }
  .product-steps-wrapper article.step .step-background {
    height: 100%;
  }
  .product-steps-wrapper article.step .step-inner {
    flex-direction: column;
  }
  .product-steps-wrapper article.step .step-inner .step-text {
    padding-top: 0;
    margin-bottom: 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .product-steps-wrapper article.step .step-inner .step-text .step-description {
    text-align: center;
  }
}
@media only screen and (max-width: 550px) {
  .product-steps-wrapper article.step .step-inner .step-text .step-description {
    font-size: 6vw;
  }
}
@media only screen and (max-width: 420px) {
  .funnel-wrapper .funnel-component {
    background-color: #deffe1;
    padding: 32px 0;
    margin-top: 24px !important;
  }
}
.funnel-wrapper .funnel-component article.funnel-item {
  min-height: 115px;
  position: relative;
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
}
.funnel-wrapper .funnel-component article.funnel-item .funnel-title-wrapper,
.funnel-wrapper .funnel-component article.funnel-item .funnel-description-wrapper {
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 8px;
  padding-bottom: 8px;
}
.funnel-wrapper .funnel-component article.funnel-item .funnel-title-wrapper {
  flex-basis: 33%;
  text-align: center;
  align-self: center;
  font-size: 32px;
  font-weight: 800;
}
.funnel-wrapper .funnel-component article.funnel-item .funnel-value-wrapper {
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  color: #fff;
  font-size: 26px;
  font-weight: 800;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(-50%);
}
.funnel-wrapper .funnel-component article.funnel-item .funnel-value-wrapper:before,
.funnel-wrapper .funnel-component article.funnel-item .funnel-value-wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #313131;
  border-radius: 16px;
}
.funnel-wrapper .funnel-component article.funnel-item .funnel-value-wrapper:before {
  left: 0;
  transform: skewX(15deg);
}
.funnel-wrapper .funnel-component article.funnel-item .funnel-value-wrapper:after {
  right: 0;
  transform: skewX(-15deg);
}
.funnel-wrapper .funnel-component article.funnel-item .funnel-value-wrapper .filler {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  transform: translateX(-50%);
  background-color: #313131;
  pointer-events: none;
}
.funnel-wrapper .funnel-component article.funnel-item .funnel-value-wrapper .funnel-value {
  position: relative;
  z-index: 1;
}
.funnel-wrapper .funnel-component article.funnel-item .funnel-description-wrapper {
  flex-basis: 33%;
  font-size: 18px;
  font-weight: 800;
  color: #423dce;
  text-align: center;
  line-height: 1.35;
  display: flex;
  justify-content: center;
  align-items: center;
}
.funnel-wrapper .funnel-component article.funnel-item:nth-child(1) .funnel-value-wrapper {
  width: 36%;
}
.funnel-wrapper .funnel-component article.funnel-item:nth-child(2) .funnel-value-wrapper {
  width: 30%;
}
.funnel-wrapper .funnel-component article.funnel-item:nth-child(3) .funnel-value-wrapper {
  width: 24%;
}
.funnel-wrapper .funnel-component article.funnel-item:not(:last-child) {
  margin-bottom: 24px;
}
@media only screen and (max-width: 1091px) {
  .funnel-wrapper .funnel-component article.funnel-item .funnel-title-wrapper {
    font-size: 3vw;
  }
  .funnel-wrapper .funnel-component article.funnel-item .funnel-value-wrapper {
    font-size: 2.4vw;
  }
}
@media only screen and (max-width: 766px) {
  .funnel-wrapper .funnel-component article.funnel-item .funnel-title-wrapper {
    font-size: 3.6vw;
  }
  .funnel-wrapper .funnel-component article.funnel-item .funnel-description-wrapper {
    display: none;
  }
  .funnel-wrapper .funnel-component article.funnel-item .funnel-value-wrapper {
    left: auto;
    right: 5%;
    transform: none;
    width: 65% !important;
    font-size: 3.6vw;
  }
  .funnel-wrapper .funnel-component article.funnel-item:not(:last-child) {
    margin-bottom: 8px;
  }
  .funnel-wrapper .funnel-component article.funnel-item:nth-child(2) .funnel-value-wrapper:before,
  .funnel-wrapper .funnel-component article.funnel-item:nth-child(2) .funnel-value-wrapper:after {
    width: 65%;
  }
  .funnel-wrapper .funnel-component article.funnel-item:nth-child(2) .funnel-value-wrapper:before {
    left: 7%;
  }
  .funnel-wrapper .funnel-component article.funnel-item:nth-child(2) .funnel-value-wrapper:after {
    right: 7%;
  }
  .funnel-wrapper .funnel-component article.funnel-item:nth-child(2) .funnel-value-wrapper .filler {
    width: 45%;
  }
  .funnel-wrapper .funnel-component article.funnel-item:nth-child(3) .funnel-value-wrapper:before,
  .funnel-wrapper .funnel-component article.funnel-item:nth-child(3) .funnel-value-wrapper:after {
    width: 25%;
  }
  .funnel-wrapper .funnel-component article.funnel-item:nth-child(3) .funnel-value-wrapper:before {
    left: 14%;
  }
  .funnel-wrapper .funnel-component article.funnel-item:nth-child(3) .funnel-value-wrapper:after {
    right: 14%;
  }
  .funnel-wrapper .funnel-component article.funnel-item:nth-child(3) .funnel-value-wrapper .filler {
    width: 48%;
  }
}
@media only screen and (max-width: 420px) {
  .funnel-wrapper .funnel-component article.funnel-item {
    background-color: transparent !important;
  }
  .funnel-wrapper .funnel-component article.funnel-item .funnel-title-wrapper {
    display: none;
  }
  .funnel-wrapper .funnel-component article.funnel-item .funnel-value-wrapper {
    width: 100%;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    font-size: 6vw;
  }
  .funnel-wrapper .funnel-component article.funnel-item .funnel-value-wrapper:before,
  .funnel-wrapper .funnel-component article.funnel-item .funnel-value-wrapper:after {
    width: 50%;
  }
  .funnel-wrapper .funnel-component article.funnel-item .funnel-value-wrapper:before {
    left: 0;
    right: auto;
  }
  .funnel-wrapper .funnel-component article.funnel-item .funnel-value-wrapper:after {
    right: 0;
    left: auto;
  }
  .funnel-wrapper .funnel-component article.funnel-item:nth-child(1) .funnel-value-wrapper {
    width: 100% !important;
  }
  .funnel-wrapper .funnel-component article.funnel-item:nth-child(2) .funnel-value-wrapper {
    width: 100% !important;
  }
  .funnel-wrapper .funnel-component article.funnel-item:nth-child(3) .funnel-value-wrapper {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1200px) {
  .comparison-table-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.comparison-table-wrapper .big-container {
  padding: 80px 80px;
  border-radius: 36px;
  background-color: #e6ddff;
}
@media only screen and (max-width: 738px) {
  .comparison-table-wrapper .big-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media only screen and (max-width: 563px) {
  .comparison-table-wrapper .big-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
ul.comparison-table li {
  padding: 8px 8px 8px 16px;
  background-color: #faffef;
  border-radius: 10px;
  display: flex;
}
ul.comparison-table li:not(:last-child) {
  margin-bottom: 16px;
}
ul.comparison-table li.logos {
  background-color: transparent !important;
}
ul.comparison-table li.logos> div {
  background-color: transparent !important;
}
ul.comparison-table li.logos img {
  max-height: 26px;
}
ul.comparison-table li .feature {
  flex: 1;
  padding-right: 16px;
  font-size: 22px;
  line-height: 1.15;
  font-weight: bold;
  display: flex;
  align-items: center;
}
ul.comparison-table li .marker {
  flex-shrink: 0;
  width: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 0;
  border-radius: 10px;
}
ul.comparison-table li .marker:not(:last-child) {
  margin-right: 16px;
}
ul.comparison-table li .marker .competitor-name {
  font-size: 22px;
  font-weight: bold;
}
ul.comparison-table li .marker.column-two,
ul.comparison-table li .marker.green {
  background-color: #99ffb6;
}
ul.comparison-table li .marker.red {
  background-color: #ffcdcd;
}
@media only screen and (max-width: 885px) {
  ul.comparison-table li .feature {
    font-size: 18px;
  }
  ul.comparison-table li .marker {
    width: 120px;
  }
}
@media only screen and (max-width: 646px) {
  ul.comparison-table li .feature {
    font-size: 2.75vw;
  }
}
@media only screen and (max-width: 612px) {
  ul.comparison-table li .marker {
    width: 100px;
  }
  ul.comparison-table li .marker img {
    min-height: none;
    width: 100%;
  }
  ul.comparison-table li .marker .competitor-name {
    font-size: 2.75vw;
  }
}
@media only screen and (max-width: 490px) {
  ul.comparison-table li .marker {
    width: 70px;
  }
  ul.comparison-table li .marker svg {
    width: 24px;
  }
}
.testimonials {
  display: flex;
  justify-content: center;
}
.testimonials article.testimonial {
  max-width: 450px;
  display: flex;
  flex-direction: column;
}
.testimonials article.testimonial:not(:last-child) {
  margin-right: 7%;
}
.testimonials article.testimonial .testimonial-person {
  background-color: #e6ddff;
  border-radius: 20px 20px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 24px;
}
.testimonials article.testimonial .testimonial-person .person-avatar img {
  width: 108px;
  border-radius: 20px;
  filter: grayscale(100%);
}
.testimonials article.testimonial .testimonial-person .person-name {
  font-size: 12px;
  font-weight: bold;
  margin: 8px 0;
}
.testimonials article.testimonial .testimonial-person .person-position {
  font-size: 10px;
  font-weight: 500;
  max-width: 120px;
  line-height: 1.25;
}
.testimonials article.testimonial .testimonial-quote {
  position: relative;
  background-color: #eff2ff;
  padding: 32px;
  border-radius: 0 0 20px 20px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  flex: 1;
}
.testimonials article.testimonial .testimonial-quote:before,
.testimonials article.testimonial .testimonial-quote:after {
  content: '';
  position: absolute;
  width: 33.8px;
  height: 26.2px;
  background-image: url("/images/icon-testimonials-quote.png");
  background-size: cover;
}
.testimonials article.testimonial .testimonial-quote:before {
  top: 0;
  left: 0;
  transform: translate(50%, -50%);
}
.testimonials article.testimonial .testimonial-quote:after {
  bottom: 0;
  right: 0;
  transform: translate(-50%, 50%) rotate(180deg);
}
@media only screen and (max-width: 1036px) {
  .testimonials {
    display: block;
  }
  .testimonials article.testimonial {
    margin-left: auto;
    margin-right: auto;
  }
  .testimonials article.testimonial:not(:last-child) {
    margin-right: auto;
    margin-bottom: 32px;
  }
}
.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 32px;
}
.faq-grid article.faq-item {
  padding: 24px;
  border-radius: 20px;
}
.faq-grid article.faq-item .item-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.25;
}
.faq-grid article.faq-item .item-description {
  margin-top: 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .faq-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 1200px) {
  .footer-cta-v3-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.footer-cta-v3-wrapper .big-container {
  padding: 0;
  height: 465px;
  background-color: #313131;
  background-image: url("/images/graphic-footer-cta.svg");
  background-size: cover;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 32px;
}
.footer-cta-v3-wrapper .big-container .footer-cta-v3 {
  position: relative;
  min-width: 600px;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  padding: 32px 48px;
  color: #fff;
  border-radius: 30px;
  border: 1px solid rgba(255,191,191,0.5);
  overflow: hidden;
}
.footer-cta-v3-wrapper .big-container .footer-cta-v3:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: url("/images/noise.svg");
  mix-blend-mode: soft-light;
  opacity: 0.2;
}
.footer-cta-v3-wrapper .big-container .footer-cta-v3 .inner {
  position: relative;
  z-index: 1;
}
.footer-cta-v3-wrapper .big-container .footer-cta-v3 .text {
  font-size: 36px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}
.footer-cta-v3-wrapper .big-container .footer-cta-v3 .text .subtitle {
  color: #a5ffb9;
  margin-top: 6px;
}
.footer-cta-v3-wrapper .big-container .footer-cta-v3 .footnote {
  color: #ffe5a0;
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
@media only screen and (max-width: 765px) {
  .footer-cta-v3-wrapper .big-container .footer-cta-v3 {
    min-width: 0;
    width: 100%;
    padding: 32px 16px;
  }
  .footer-cta-v3-wrapper .big-container .footer-cta-v3 .text {
    font-size: 4vw;
    text-shadow: 1px 1px 8px rgba(0,0,0,0.5);
  }
  .footer-cta-v3-wrapper .big-container .footer-cta-v3 .footnote {
    color: #fff;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.75);
  }
}
.form-signup-full .field-message {
  display: none;
}
.form-signup-full label {
  display: inline-block;
  font-weight: 500;
  color: #797979;
  margin-bottom: 8px;
}
.form-signup-full input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
  width: 100%;
  height: 48px;
  font-family: 'PlusJakartaSansWF', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
  border: 1px solid #8c8c8c;
  background-color: #f5f9ff;
  padding: 10px;
  font-size: 16px;
  border-radius: 8px;
}
.form-signup-full input:not([type=checkbox]):not([type=radio]):not([type=submit])[name="plg-shopify-domain"] {
  padding-left: 80px;
  padding-right: 144px;
}
.form-signup-full .field-phone-wrapper {
  position: relative;
}
.form-signup-full .field-phone-wrapper input[type="tel"],
.form-signup-full .field-phone-wrapper input[type="number"] {
  padding-left: 36px !important;
  -moz-appearance: textfield;
}
.form-signup-full .field-phone-wrapper input[type="tel"]::-webkit-outer-spin-button,
.form-signup-full .field-phone-wrapper input[type="number"]::-webkit-outer-spin-button,
.form-signup-full .field-phone-wrapper input[type="tel"]::-webkit-inner-spin-button,
.form-signup-full .field-phone-wrapper input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-signup-full .field-phone-wrapper .phone-prefix {
  position: absolute;
  top: 50%;
  left: 13px;
  transform: translateY(23%);
  font-size: 16px;
  font-weight: 500;
  opacity: 1;
  color: #313131;
}
.form-signup-full .row:not(:last-child) {
  margin-bottom: 24px;
}
.form-signup-full .row.two {
  display: flex;
  justify-content: space-between;
}
.form-signup-full .row.two .field {
  flex-basis: 49%;
}
@media only screen and (max-width: 410px) {
  .form-signup-full .row.two {
    display: block;
  }
  .form-signup-full .row.two .field:not(:last-child) {
    margin-bottom: 24px;
  }
}
.form-signup-full .row.is-loading {
  position: relative;
  display: block;
}
.form-signup-full .row.is-loading:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-image: url("/images/spinner.png");
  background-size: 100%;
  z-index: 50;
}
.form-signup-full .plg-platform-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 16px;
  margin-top: -12px;
  margin-bottom: 48px;
}
@media only screen and (max-width: 662px) {
  .form-signup-full .plg-platform-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 380px) {
  .form-signup-full .plg-platform-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
.form-signup-full .plg-platform-wrapper .radio-item-wrapper {
  height: 93px;
}
.form-signup-full .plg-platform-wrapper .radio-item-wrapper .radio-selector {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: inset 0px 0px 0px 1px #8c8c8c;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  padding: 16px 0;
  background-color: #f5f9ff;
}
.form-signup-full .plg-platform-wrapper .radio-item-wrapper label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-bottom: 0;
}
.form-signup-full .plg-platform-wrapper .radio-item-wrapper label span {
  display: block;
  font-size: 13px;
  font-weight: 500;
  margin-top: 8px;
}
.form-signup-full .plg-platform-wrapper .radio-item-wrapper label img {
  width: 40px;
  height: 40px;
}
.form-signup-full .plg-platform-wrapper .radio-item-wrapper label .fa-wrapper {
  width: 40px;
  height: 40px;
  border: 1.5px solid #313131;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #313131;
}
.form-signup-full .plg-platform-wrapper .radio-item-wrapper input[type=radio] {
  opacity: 0;
  height: 0;
  width: 0;
}
.form-signup-full .plg-platform-wrapper .radio-item-wrapper input[type=radio]:focus~ label .radio-selector {
  background-color: rgba(66,61,206,0.03);
}
.form-signup-full .plg-platform-wrapper .radio-item-wrapper input[type=radio]:checked~ label .radio-selector {
  box-shadow: inset 0px 0px 0px 2px #423dce;
  background-color: rgba(66,61,206,0.07);
}
.form-signup-full .plg-checkbox-wrapper {
  display: flex;
}
.form-signup-full .plg-checkbox-wrapper input[type=checkbox] {
  display: inline-block;
  margin-right: 4px;
}
.form-signup-full .plg-checkbox-wrapper label {
  line-height: 1.35;
}
.form-signup-full .shopify-domain-wrapper {
  position: relative;
  overflow: none;
}
.form-signup-full .shopify-domain-wrapper .shopify-extension,
.form-signup-full .shopify-domain-wrapper .shopify-prefix {
  position: absolute;
  top: 0;
  background-color: #f2f2f2;
  color: #313131;
  padding: 0 8px;
  height: 100%;
  border: 1px solid #8c8c8c;
  cursor: default;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-signup-full .shopify-domain-wrapper .shopify-extension {
  right: 0;
  border-radius: 0 4px 4px 0;
}
.form-signup-full .shopify-domain-wrapper .shopify-prefix {
  left: 0;
  border-radius: 4px 0 0 4px;
}
.hero-with-full-form-wrapper .hero-with-full-form {
  display: flex;
  border-radius: 20px;
  overflow: hidden;
}
.hero-with-full-form-wrapper .hero-with-full-form .hwff-graphic {
  position: relative;
  max-width: 545px;
  flex-shrink: 0;
  background: linear-gradient(180.95deg, #050320 1.26%, #4535ff 99.65%);
  color: #fff;
  padding: 64px;
}
.hero-with-full-form-wrapper .hero-with-full-form .hwff-graphic .emotive-logo {
  margin-bottom: 32px;
}
.hero-with-full-form-wrapper .hero-with-full-form .hwff-graphic .emotive-logo img {
  height: 24px;
  filter: hue-rotate(70deg);
}
.hero-with-full-form-wrapper .hero-with-full-form .hwff-graphic .form-text {
  position: relative;
  z-index: 5;
}
.hero-with-full-form-wrapper .hero-with-full-form .hwff-graphic .form-text h1 {
  font-family: 'ClashDisplay', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 36px;
  font-weight: 700;
  font-variation-settings: 'wght' 700;
  line-height: 1.15;
}
.hero-with-full-form-wrapper .hero-with-full-form .hwff-graphic .form-text h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
  color: rgba(255,255,255,0.75);
  margin-top: 24px;
}
.hero-with-full-form-wrapper .hero-with-full-form .hwff-graphic .form-text .hero-checkmarks {
  margin-top: 48px;
  display: flex;
  font-size: 14px;
  font-weight: 500;
}
.hero-with-full-form-wrapper .hero-with-full-form .hwff-graphic .form-text .hero-checkmarks .check-item:not(:last-child) {
  margin-right: 16px;
}
.hero-with-full-form-wrapper .hero-with-full-form .hwff-graphic .form-text .hero-checkmarks .check-item .text {
  display: flex;
  align-items: center;
}
.hero-with-full-form-wrapper .hero-with-full-form .hwff-graphic .form-text .hero-checkmarks .check-item .text:before {
  content: '';
  display: block;
  width: 15px;
  height: 11.05px;
  background-image: url("/images/icon-check-white.svg");
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 8px;
  z-index: 5;
}
@media only screen and (max-width: 515px) {
  .hero-with-full-form-wrapper .hero-with-full-form .hwff-graphic .form-text .hero-checkmarks {
    font-size: 12px;
  }
  .hero-with-full-form-wrapper .hero-with-full-form .hwff-graphic .form-text .hero-checkmarks .check-item:not(:last-child) {
    margin-right: 16px;
  }
  .hero-with-full-form-wrapper .hero-with-full-form .hwff-graphic .form-text .hero-checkmarks .check-item .text:before {
    margin-right: 4px;
  }
}
@media only screen and (max-width: 457px) {
  .hero-with-full-form-wrapper .hero-with-full-form .hwff-graphic .form-text .hero-checkmarks {
    font-size: 11px;
  }
  .hero-with-full-form-wrapper .hero-with-full-form .hwff-graphic .form-text .hero-checkmarks .check-item:not(:last-child) {
    margin-right: 12.8px;
  }
  .hero-with-full-form-wrapper .hero-with-full-form .hwff-graphic .form-text .hero-checkmarks .check-item .text:before {
    width: 15px;
    height: 11px;
  }
}
.hero-with-full-form-wrapper .hero-with-full-form .hwff-graphic:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/images/graphic-hero-form-bg.svg");
  background-position: bottom left;
  background-repeat: no-repeat;
  z-index: 0;
}
.hero-with-full-form-wrapper .hero-with-full-form .hwff-graphic:after {
  content: '';
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180.95deg, rgba(5,3,32,0.5) 1.26%, rgba(69,53,255,0.5) 99.65%);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  opacity: 0;
}
.hero-with-full-form-wrapper .hero-with-full-form .hwff-form {
  background-color: #fff;
  padding: 48px;
  border-radius: 0 20px 20px 0;
}
.hero-with-full-form-wrapper .hero-with-full-form .hwff-form .form-title-wrapper {
  margin-bottom: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hero-with-full-form-wrapper .hero-with-full-form .hwff-form .form-title-wrapper .form-title {
  font-size: 30px;
  font-weight: 900;
}
.hero-with-full-form-wrapper .hero-with-full-form .hwff-form .form-title-wrapper .form-logo {
  background-color: #dfdeff;
  width: 70px;
  height: 70px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.hero-with-full-form-wrapper .hero-with-full-form .hwff-form .form-title-wrapper .form-logo img {
  width: 34px;
}
.hero-with-full-form-wrapper .hero-with-full-form .hwff-form .form-wrapper {
  margin-bottom: -32px;
}
@media only screen and (max-width: 1090px) {
  .hero-with-full-form-wrapper .hero-with-full-form {
    flex-direction: column;
  }
  .hero-with-full-form-wrapper .hero-with-full-form .emotive-logo {
    display: none;
  }
  .hero-with-full-form-wrapper .hero-with-full-form .hwff-graphic {
    border-radius: 20px 20px 0 0;
    max-width: none;
  }
  .hero-with-full-form-wrapper .hero-with-full-form .hwff-graphic:before {
    background-position: bottom left;
  }
  .hero-with-full-form-wrapper .hero-with-full-form .hwff-graphic:after {
    opacity: 1;
  }
  .hero-with-full-form-wrapper .hero-with-full-form .hwff-graphic .form-text h2 br {
    display: none;
  }
  .hero-with-full-form-wrapper .hero-with-full-form .hwff-form {
    border-radius: 0 0 20px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-with-full-form-wrapper .hero-with-full-form .hwff-graphic {
    padding: 32px;
  }
  .hero-with-full-form-wrapper .hero-with-full-form .hwff-form {
    padding: 32px 24px;
  }
}
@media only screen and (max-width: 437px) {
  .hero-with-full-form-wrapper .hero-with-full-form .hwff-graphic .form-text h1 {
    font-size: 7.5vw;
  }
  .hero-with-full-form-wrapper .hero-with-full-form .hwff-form .form-title-wrapper .form-logo {
    display: none;
  }
}
.fixed-cta-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(100%);
  z-index: 500;
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.fixed-cta-wrapper .fixed-cta-inner {
  background: rgba(255,244,145,0.8);
  box-shadow: 0px -10px 70px rgba(0,0,0,0.15);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 36px 36px 0px 0px;
  padding: 40px;
}
.fixed-cta-wrapper .fixed-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fixed-cta-wrapper .cta-text {
  font-family: 'ClashDisplay', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 32px;
  font-weight: 600;
  font-variation-settings: 'wght' 600;
  line-height: 1.1;
}
.fixed-cta-wrapper .cta-text strong {
  color: #423dce;
  font-weight: 600;
  font-variation-settings: 'wght' 600;
}
.fixed-cta-wrapper .cta-button {
  flex-basis: 450px;
}
.fixed-cta-wrapper.active {
  transform: translateY(0);
}
@media only screen and (max-width: 1010px) {
  .fixed-cta-wrapper .cta-button {
    flex-basis: auto;
  }
}
@media only screen and (max-width: 700px) {
  .fixed-cta-wrapper .cta-text {
    font-size: 3.3vw;
  }
}
@media only screen and (max-width: 520px) {
  .fixed-cta-wrapper .bigger-container {
    padding-left: 0;
    padding-right: 0;
  }
  .fixed-cta-wrapper .fixed-cta-inner {
    padding: 16px;
    border-radius: 14px 14px 0 0;
  }
  .fixed-cta-wrapper .cta-text {
    display: none;
  }
  .fixed-cta-wrapper .cta-button {
    width: 100%;
  }
}
.landing-bottom-cta-wrapper .landing-bottom-cta {
  position: relative;
  background: linear-gradient(180deg, #6979fe 0%, #ffb8c9 100%);
  border-radius: 36px;
  overflow: hidden;
  padding: 48px;
}
.landing-bottom-cta-wrapper .landing-bottom-cta:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/images/graphic-landing-bottom-cta.svg");
  background-position: bottom center;
  background-repeat: no-repeat;
}
.landing-bottom-cta-wrapper .landing-bottom-cta .emotive-logo {
  position: relative;
  z-index: 1;
  text-align: center;
}
.landing-bottom-cta-wrapper .landing-bottom-cta .emotive-logo img {
  height: 21px;
}
.landing-bottom-cta-wrapper .landing-bottom-cta .cta-card {
  position: relative;
  z-index: 1;
  background: rgba(255,255,255,0.65);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-radius: 36px;
  padding: 64px 24px;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
  max-width: 780px;
}
.landing-bottom-cta-wrapper .landing-bottom-cta .cta-card .cta-text {
  font-family: 'ClashDisplay', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 38px;
  font-weight: 600;
  font-variation-settings: 'wght' 600;
  line-height: 1.1;
  text-align: center;
}
.landing-bottom-cta-wrapper .landing-bottom-cta .cta-card .cta-text strong {
  color: #423dce;
  font-weight: 600;
  font-variation-settings: 'wght' 600;
}
@media only screen and (max-width: 690px) {
  .landing-bottom-cta-wrapper .landing-bottom-cta .cta-card .cta-text {
    font-size: 4.5vw;
  }
}
.landing-bottom-cta-wrapper .landing-bottom-cta .cta-card .cta-button {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  text-align: center;
}
.landing-bottom-cta-wrapper .landing-bottom-cta .cta-card .cta-footnote {
  text-align: center;
  margin-top: 40px;
  color: rgba(49,49,49,0.65);
  font-weight: 500;
  font-size: 14px;
}
.customers-progress-wrapper .customers-progress {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px;
  margin-top: 48px;
}
.customers-progress-wrapper .customers-progress article.customer {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.customers-progress-wrapper .customers-progress article.customer .logo {
  background-color: #423dce;
  text-align: center;
  padding: 16px 0;
}
.customers-progress-wrapper .customers-progress article.customer .logo img {
  filter: brightness(0) invert(1);
  height: 42px;
}
.customers-progress-wrapper .customers-progress article.customer .inner {
  padding: 64px 32px;
}
.customers-progress-wrapper .customers-progress article.customer .progress-bar-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.customers-progress-wrapper .customers-progress article.customer .progress-bar-wrapper .progress-bar-circle img {
  width: 245px;
}
.customers-progress-wrapper .customers-progress article.customer .progress-bar-wrapper .roi {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'ClashDisplay', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 33px;
  font-weight: 600;
  font-variation-settings: 'wght' 600;
}
.customers-progress-wrapper .customers-progress article.customer .extra-stat {
  text-align: center;
  margin-top: 48px;
}
.customers-progress-wrapper .customers-progress article.customer .extra-stat .logo-inside {
  margin-bottom: 16px;
}
.customers-progress-wrapper .customers-progress article.customer .extra-stat .logo-inside img {
  filter: brightness(0);
  height: 30px;
}
.customers-progress-wrapper .customers-progress article.customer .extra-stat .stat-value {
  display: flex;
  align-items: center;
  justify-content: center;
}
.customers-progress-wrapper .customers-progress article.customer .extra-stat .stat-icon {
  display: block;
  width: 33px;
  height: 33px;
  background-image: url("/images/icon-arrow-up.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.customers-progress-wrapper .customers-progress article.customer .extra-stat .stat-value {
  font-family: 'ClashDisplay', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 36px;
  font-weight: 600;
  font-variation-settings: 'wght' 600;
  margin-left: 8px;
}
.customers-progress-wrapper .customers-progress article.customer .extra-stat .stat-description {
  font-family: 'ClashDisplay', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 25px;
  font-weight: 500;
  font-variation-settings: 'wght' 500;
  margin-top: 16px;
}
@media only screen and (max-width: 1200px) {
  .customers-progress-wrapper .customers-progress {
    display: block;
  }
  .customers-progress-wrapper .customers-progress article.customer {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .customers-progress-wrapper .customers-progress article.customer:not(:last-child) {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 700px) {
  .customers-progress-wrapper .customers-progress article.customer .progress-bar-wrapper .roi {
    font-size: 5.5vw;
  }
}
.customers-progress-wrapper .customers-progress.is-vertical {
  display: block;
}
.customers-progress-wrapper .customers-progress.is-vertical article.customer {
  position: relative;
}
.customers-progress-wrapper .customers-progress.is-vertical article.customer:not(:last-child) {
  margin-bottom: 32px;
}
.customers-progress-wrapper .customers-progress.is-vertical article.customer .inner {
  padding: 48px 16px;
}
.customers-progress-wrapper .customers-progress.is-vertical article.customer .progress-bar-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-30%, 30%);
}
.customers-progress-wrapper .customers-progress.is-vertical article.customer .progress-bar-wrapper .progress-bar-circle img {
  width: 300px;
  transform: scaleY(-1);
}
.customers-progress-wrapper .customers-progress.is-vertical article.customer .extra-stat {
  text-align: left;
  padding-left: 50%;
  margin-top: 0;
}
.customers-progress-wrapper .customers-progress.is-vertical article.customer .extra-stat .stat-value {
  justify-content: flex-start;
  margin-left: 0;
}
.customers-progress-wrapper .customers-progress.is-vertical article.customer .extra-stat .stat-description {
  margin-top: 16px;
  font-size: 18px;
}
.customers-progress-wrapper .customers-progress.is-vertical article.customer .roi {
  transform: translate(-32%, -100%);
}
@media only screen and (max-width: 1200px) {
  .customers-progress-wrapper .customers-progress.is-vertical article.customer {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 540px) {
  .customers-progress-wrapper .customers-progress.is-vertical article.customer .extra-stat .stat-value {
    font-size: 28px;
  }
  .customers-progress-wrapper .customers-progress.is-vertical article.customer .progress-bar-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(-30%, 30%);
  }
  .customers-progress-wrapper .customers-progress.is-vertical article.customer .progress-bar-wrapper .progress-bar-circle img {
    width: 240px;
    transform: scaleY(-1);
  }
}
.signup-form-block {
  background-color: #fff;
  padding: 48px;
  border-radius: 20px;
}
.signup-form-block .form-title-wrapper {
  margin-bottom: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.signup-form-block .form-title-wrapper .form-title {
  font-size: 30px;
  font-weight: 900;
}
.signup-form-block .form-title-wrapper .form-logo {
  background-color: #dfdeff;
  width: 70px;
  height: 70px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.signup-form-block .form-title-wrapper .form-logo img {
  width: 34px;
}
.signup-form-block .form-wrapper {
  margin-bottom: -32px;
}
@media only screen and (max-width: 437px) {
  .signup-form-block .form-title-wrapper .form-logo {
    display: none;
  }
}
.hero-mini-wrapper {
  height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-mini-wrapper .hero-mini {
  transform: translateY(20%);
}
.hero-mini-wrapper .hero-mini .emotive-logo {
  margin-bottom: 32px;
}
.hero-mini-wrapper .hero-mini .emotive-logo img {
  max-width: 126px;
}
.hero-mini-wrapper .hero-mini .hero-text h1 {
  font-family: 'ClashDisplay', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 36px;
  font-weight: 600;
  font-variation-settings: 'wght' 600;
  line-height: 1.15;
}
.hero-mini-wrapper .hero-mini .hero-checkmarks {
  margin-top: 32px;
  display: flex;
  font-size: 15px;
  font-weight: 500;
}
.hero-mini-wrapper .hero-mini .hero-checkmarks .check-item {
  color: #423dce;
}
.hero-mini-wrapper .hero-mini .hero-checkmarks .check-item:not(:last-child) {
  margin-right: 16px;
}
.hero-mini-wrapper .hero-mini .hero-checkmarks .check-item .text {
  display: flex;
  align-items: center;
}
.hero-mini-wrapper .hero-mini .hero-checkmarks .check-item .text:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-color: #423dce;
  border-radius: 100px;
  margin-right: 8px;
  z-index: 5;
}
@media only screen and (max-width: 515px) {
  .hero-mini-wrapper .hero-mini .hero-checkmarks {
    font-size: 12px;
  }
  .hero-mini-wrapper .hero-mini .hero-checkmarks .check-item:not(:last-child) {
    margin-right: 16px;
  }
  .hero-mini-wrapper .hero-mini .hero-checkmarks .check-item .text:before {
    margin-right: 4px;
  }
}
.hero-mini-wrapper .hero-mini .hero-badges {
  background-color: #b8c0ff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  border-radius: 20px;
  margin-top: 32px;
}
.hero-mini-wrapper .hero-mini .hero-badges li.badge img {
  height: 58px;
}
@media only screen and (max-width: 500px) {
  .hero-mini-wrapper {
    height: 70vh;
  }
}
.bottom-cta-poster {
  background-color: #5a6bff;
  background-image: url("/images/graphic-bottom-cta-poster.svg");
  background-repeat: no-repeat;
  background-position: bottom left;
  border-radius: 30px;
  height: 850px;
  padding: 48px;
  display: flex;
  flex-direction: column;
}
.bottom-cta-poster .bottom-cta-poster-inner .emotive-logo {
  margin-bottom: 32px;
}
.bottom-cta-poster .bottom-cta-poster-inner .emotive-logo img {
  width: 130px;
}
.bottom-cta-poster .bottom-cta-poster-inner .cta-text {
  position: relative;
  z-index: 5;
}
.bottom-cta-poster .bottom-cta-poster-inner .cta-text p {
  font-family: 'ClashDisplay', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 36px;
  font-weight: 700;
  font-variation-settings: 'wght' 700;
  line-height: 1.15;
  color: #fdff90;
}
.bottom-cta-poster .bottom-cta-poster-inner .cta-footnote {
  margin-top: 32px;
  color: rgba(255,255,255,0.65);
  font-weight: 500;
  font-size: 14px;
}
@media screen and (max-height: 890px), screen and (max-width: 1120px) {
  .bottom-cta-poster {
    height: 80vh;
    justify-content: flex-start;
  }
  .bottom-cta-poster .bottom-cta-poster-inner {
    transform: translateY(0);
  }
}
@media only screen and (max-width: 1120px) {
  .bottom-cta-poster {
    height: 500px;
  }
  .bottom-cta-poster .bottom-cta-poster-inner {
    transform: translateY(0);
  }
}
header.global-header {
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  width: 100%;
  z-index: 100;
  padding: 24px 0;
  background-color: transparent !important;
}
@media only screen and (min-width: 1160px) {
  header.global-header {
    min-height: 92px;
  }
}
@media only screen and (max-width: 1160px) {
  header.global-header {
    padding: 16px 0;
  }
}
@media only screen and (max-width: 1200px) {
  header.global-header {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media only screen and (max-width: 410px) {
  header.global-header {
    padding-left: 16px;
    padding-right: 16px;
  }
}
header.global-header .big-container {
  position: relative;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
header.global-header .header-main-inner {
  position: relative;
  z-index: 1000;
  width: 100%;
  height: 92px;
  border-radius: 18px;
  background-color: rgba(255,255,255,0.75);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 24px 48px;
  transition: 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 4px 20px rgba(0,0,0,0.08);
}
@media only screen and (max-width: 1160px) {
  header.global-header .header-main-inner {
    height: auto;
    padding: 16px;
    z-index: 600;
  }
}
@supports (-moz-appearance: none) {
  header.global-header .header-main-inner {
    background-color: #fff;
  }
}
header.global-header.open .header-main-inner {
  border-radius: 18px 18px 0 0;
  background-color: #fff;
  backdrop-filter: none;
  box-shadow: none;
}
@media only screen and (max-width: 1160px) {
  header.global-header.open .header-main-inner {
    box-shadow: none;
  }
}
header.global-header a {
  text-decoration: none;
  color: #313131;
  font-size: 16px;
}
header.global-header .header-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 600;
}
header.global-header .header-logo {
  position: relative;
  z-index: 200;
}
header.global-header .header-logo img {
  width: 129px;
}
@media only screen and (max-width: 1160px) {
  header.global-header .header-logo img {
    width: 104px;
  }
}
@media only screen and (min-width: 1160px) {
  header.global-header .header-nav {
    margin-left: 48px;
  }
}
@media only screen and (max-width: 1160px) {
  header.global-header .header-nav {
    display: none;
  }
}
header.global-header .header-nav> ul {
  display: flex;
}
header.global-header .header-nav> ul li {
  position: relative;
  position: relative;
}
header.global-header .header-nav> ul li:not(:last-child) {
  margin-right: 24px;
}
header.global-header .header-nav> ul li a {
  transition: 0.2s;
}
header.global-header .header-nav> ul li> a {
  padding: 8px;
  position: relative;
  font-weight: 500;
}
header.global-header .header-nav> ul li:hover> a {
  color: #423dce;
}
header.global-header .header-nav> ul li.nav__item.active a {
  color: #423dce;
}
header.global-header .header-nav> ul li.nav__item--parent>a {
  padding-bottom: 16px;
  margin-right: 6px;
  text-decoration: none;
  opacity: 1;
}
header.global-header .header-nav> ul li.nav__item--parent:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(0px, -3px);
  width: 8px;
  height: 4.5px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWw0IDQgNC00IiBzdHJva2U9IiMxRjFENTQiIHN0cm9rZS13aWR0aD0iMS41IiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==");
  background-size: cover;
}
header.global-header .header-cta {
  margin-left: auto;
}
@media only screen and (max-width: 1160px) {
  header.global-header:not(.hollow) .header-cta {
    display: none;
  }
}
header.global-header .header-cta {
  display: flex;
  align-items: center;
}
header.global-header .header-cta .header-sign-in {
  margin-right: 16px;
}
header.global-header .header-cta .header-sign-in a {
  font-weight: 500;
}
header.global-header .header-children-wrapper {
  position: absolute;
  top: 71px;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 32px 48px 48px 233px;
  font-weight: 500;
  border-radius: 0 0 18px 18px;
  display: none;
  z-index: 1;
  box-shadow: 0px 4px 20px rgba(0,0,0,0.08);
}
header.global-header .header-children-wrapper ul {
  list-style-type: none !important;
}
header.global-header .header-children-wrapper span {
  display: inline-block;
}
header.global-header .header-children-wrapper .not-a-link {
  cursor: default;
  pointer-events: none;
}
header.global-header .header-children-wrapper .initial {
  width: 100%;
}
header.global-header .header-children-wrapper .initial::marker {
  display: none !important;
  opacity: 0 !important;
}
header.global-header .header-children-wrapper .initial>.item-inner span {
  display: none;
}
header.global-header .header-children-wrapper .initial[data-featured-content="true"] {
  justify-content: space-between;
  align-items: stretch;
}
header.global-header .header-children-wrapper .initial[data-featured-content="true"]>.item-inner {
  display: none;
}
header.global-header .header-children-wrapper .initial[data-featured-content="true"]>.has-children {
  flex-shrink: 0;
}
header.global-header .header-children-wrapper .initial[data-featured-content="true"]>.has-children> li {
  flex-shrink: 0;
}
header.global-header .header-children-wrapper .initial> ul {
  display: flex;
}
header.global-header .header-children-wrapper .initial> ul> li:not(:last-child) {
  margin-right: 64px;
}
header.global-header .header-children-wrapper li[data-depth="2"]>.item-inner.has-icon {
  display: flex;
  align-items: center;
}
header.global-header .header-children-wrapper li[data-depth="2"]>.item-inner.has-icon .title {
  color: #423dce;
  text-transform: uppercase;
  font-weight: 800;
  padding-left: 8px;
}
header.global-header .header-children-wrapper li[data-depth="2"]>.item-inner.has-icon .title a {
  color: #423dce;
}
header.global-header .header-children-wrapper .parent-group {
  margin-top: 16px;
  padding-left: 28px;
}
header.global-header .header-children-wrapper .parent-group li:not(:last-child) {
  margin-bottom: 16px;
}
header.global-header .header-children-wrapper .parent-group li a:hover {
  color: #423dce !important;
}
header.global-header .header-children-wrapper .featured-content-wrapper {
  width: 240px;
  background-color: #000;
}
header.global-header .header-children-wrapper [data-nav="resources"]>.has-children {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 8px;
}
header.global-header .header-children-wrapper [data-nav="resources"]>.has-children> a {
  display: block;
  padding: 16px;
}
header.global-header .header-children-wrapper [data-nav="resources"]>.has-children span.title {
  border-radius: 6px;
  display: block;
  padding: 16px;
}
header.global-header .header-children-wrapper [data-nav="resources"]>.has-children span.title:hover {
  background-color: rgba(230,221,255,0.35);
}
header.global-header .header-children-wrapper [data-nav="resources"]>.has-children span.description {
  display: block;
  max-width: 200px;
  font-size: 14px;
  color: rgba(49,49,49,0.5);
  line-height: 1.35;
  padding-top: 6px;
}
header.global-header .header-mobile-cta-button {
  margin-left: auto;
}
@media only screen and (min-width: 1160px) {
  header.global-header .header-mobile-cta-button {
    display: none;
  }
}
header.global-header .header-mobile-toggle-wrapper {
  position: relative;
  z-index: 200;
  margin-left: 16px;
}
@media only screen and (min-width: 1160px) {
  header.global-header .header-mobile-toggle-wrapper {
    display: none;
  }
}
header.global-header .header-mobile-toggle-wrapper .header-mobile-toggle {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-top: 8px;
  padding-bottom: 8px;
}
header.global-header .header-mobile-toggle-wrapper .header-mobile-toggle .toggle-icon {
  width: 20px;
  height: 12px;
  position: relative;
}
header.global-header .header-mobile-toggle-wrapper .header-mobile-toggle .toggle-icon span {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #423dce;
  border-radius: 100px;
  transition: 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
header.global-header .header-mobile-toggle-wrapper .header-mobile-toggle .toggle-icon span:nth-child(1) {
  top: 0;
}
header.global-header .header-mobile-toggle-wrapper .header-mobile-toggle .toggle-icon span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
header.global-header .header-mobile-toggle-wrapper .header-mobile-toggle .toggle-icon span:nth-child(3) {
  bottom: 0;
}
header.global-header .header-mobile-toggle-wrapper .header-mobile-toggle .toggle-text {
  position: relative;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
  margin-left: 6px;
  overflow: hidden;
  width: 48px;
  text-align: left;
  color: #313131;
}
header.global-header .header-mobile-toggle-wrapper .header-mobile-toggle .toggle-text span {
  display: block;
  transform: translateY(-1px);
  transition: 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
header.global-header .header-mobile-toggle-wrapper .header-mobile-toggle .toggle-text span.text-close {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(calc(100% + -1px));
}
header.global-header .header-mobile-toggle-wrapper .header-mobile-toggle.active .toggle-icon span {
  width: 100%;
  transform-origin: 15%;
}
header.global-header .header-mobile-toggle-wrapper .header-mobile-toggle.active .toggle-icon span:nth-child(2) {
  width: 0;
}
header.global-header .header-mobile-toggle-wrapper .header-mobile-toggle.active .toggle-icon span:nth-child(1) {
  transform: rotate(45deg);
}
header.global-header .header-mobile-toggle-wrapper .header-mobile-toggle.active .toggle-icon span:nth-child(3) {
  transform: rotate(-45deg);
}
header.global-header .header-mobile-toggle-wrapper .header-mobile-toggle.active .toggle-text span.text-menu {
  transform: translateY(calc(-100% - 2px));
}
header.global-header .header-mobile-toggle-wrapper .header-mobile-toggle.active .toggle-text span.text-close {
  transform: translateY(-1px);
}
header.global-header .mobile-dropdown-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  transform: translateY(-100%);
  background-color: #fff;
  padding-top: 93px;
  z-index: 100;
  display: flex;
  flex-direction: column;
  transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 128px;
}
@media only screen and (min-width: 1160px) {
  header.global-header .mobile-dropdown-container {
    display: none;
  }
}
header.global-header .mobile-dropdown-container.active {
  transform: translateX(0);
}
header.global-header .mobile-dropdown-container .mobile-dropdown {
  flex: 1;
  width: 100%;
  height: auto;
  background-color: #fff;
  font-weight: 500;
  border-radius: 0 0 18px 18px;
  z-index: 1;
  padding: 32px 32px 0 32px;
}
header.global-header .mobile-dropdown-container .mobile-dropdown ul {
  list-style-type: none !important;
}
header.global-header .mobile-dropdown-container .mobile-dropdown span {
  display: inline-block;
}
header.global-header .mobile-dropdown-container .mobile-dropdown li a {
  font-size: 13px;
  line-height: 1.35;
}
header.global-header .mobile-dropdown-container .mobile-dropdown .not-a-link {
  cursor: default;
  pointer-events: none;
}
header.global-header .mobile-dropdown-container .mobile-dropdown .initial {
  width: 100%;
}
header.global-header .mobile-dropdown-container .mobile-dropdown .initial:not(:last-child) {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(49,49,49,0.15);
}
header.global-header .mobile-dropdown-container .mobile-dropdown .initial>.item-inner span {
  font-size: 22px;
  font-weight: 800;
}
header.global-header .mobile-dropdown-container .mobile-dropdown .initial> ul {
  display: flex;
}
header.global-header .mobile-dropdown-container .mobile-dropdown li[data-depth="2"] {
  margin-top: 24px;
}
header.global-header .mobile-dropdown-container .mobile-dropdown li[data-depth="2"]>.item-inner.has-icon {
  display: flex;
  align-items: center;
}
header.global-header .mobile-dropdown-container .mobile-dropdown li[data-depth="2"]>.item-inner.has-icon .title {
  color: #423dce;
  text-transform: uppercase;
  font-weight: 800;
  padding-left: 8px;
}
header.global-header .mobile-dropdown-container .mobile-dropdown li[data-depth="2"]>.item-inner.has-icon .title a {
  color: #423dce;
}
header.global-header .mobile-dropdown-container .mobile-dropdown .parent-group {
  display: block !important;
  margin-top: 16px;
  padding-left: 28px;
}
header.global-header .mobile-dropdown-container .mobile-dropdown .parent-group li:not(:last-child) {
  margin-bottom: 16px;
}
header.global-header .mobile-dropdown-container .mobile-dropdown .parent-group li a:hover {
  color: #423dce !important;
}
header.global-header .mobile-dropdown-container .mobile-dropdown ul.has-children[data-depth="1"] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px;
}
header.global-header .mobile-dropdown-container .mobile-dropdown .sign-in a {
  font-size: 22px;
  font-weight: 800;
}
header.global-header .mobile-dropdown-container .mobile-dropdown [data-nav="why-emotive"]>.has-children>li:nth-child(1) {
  grid-area: 1/1/2/3;
}
header.global-header .mobile-dropdown-container .mobile-dropdown [data-nav="why-emotive"]>.has-children>li:nth-child(2) {
  grid-area: 2/1/3/2;
}
header.global-header .mobile-dropdown-container .mobile-dropdown [data-nav="why-emotive"]>.has-children>li:nth-child(3) {
  grid-area: 2/2/3/3;
}
header.global-header .mobile-dropdown-container .mobile-dropdown [data-nav="resources"]>.has-children {
  grid-gap: 0 !important;
}
footer.global-footer {
  color: #fff;
  padding: 64px 0;
  font-weight: 500;
  background-color: #313131;
}
footer.global-footer a {
  color: #fff;
}
footer.global-footer .copyright {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
footer.global-footer .footer-main {
  display: flex;
  justify-content: space-between;
}
footer.global-footer .footer-main .logo img {
  height: 30px;
}
footer.global-footer .footer-main .contact {
  margin-top: 24px;
}
footer.global-footer .footer-main .contact a {
  text-decoration: none;
  color: #fff;
}
footer.global-footer .footer-main .contact a:hover {
  color: rgba(255,255,255,0.75);
}
footer.global-footer .footer-main .links .links-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 32px;
}
footer.global-footer .footer-main .links .nav-group .group-title {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 32px;
  color: #c7f5ff;
}
footer.global-footer .footer-main .links .nav-group ul.nav li:not(:last-child) {
  margin-bottom: 24px;
}
footer.global-footer .footer-main .links .nav-group ul.nav li a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 500;
}
footer.global-footer .footer-main .links .nav-group ul.nav li a:hover {
  color: rgba(255,255,255,0.75);
}
@media only screen and (max-width: 1024px) {
  footer.global-footer .footer-main {
    display: block;
  }
  footer.global-footer .footer-main .links {
    margin-top: 64px;
  }
  footer.global-footer .footer-main .links .links-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 850px) {
  footer.global-footer .footer-main .links .links-wrapper {
    grid-gap: 48px;
    grid-template-columns: repeat(2, 1fr);
  }
}
footer.global-footer .footer-bottom {
  margin-top: 64px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 850px) {
  footer.global-footer .footer-bottom {
    flex-direction: column;
  }
  footer.global-footer .footer-bottom .social {
    margin-top: 32px;
  }
}
.customers-tabs-section .container {
  padding: 0;
}
.customers-tabs-wrapper {
  display: flex;
  justify-content: flex-start;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 16px;
}
.customers-tabs-wrapper ul.customers-tabs {
  flex-shrink: 0;
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(66,61,206,0.18), 0 4px 5px 0 rgba(66,61,206,0.13);
  border-radius: 4px;
  position: relative;
}
.customers-tabs-wrapper ul.customers-tabs li {
  position: relative;
  z-index: 1;
  font-weight: 500;
  padding: 16px 32px;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.customers-tabs-wrapper ul.customers-tabs li span {
  display: inline-block;
}
.customers-tabs-wrapper ul.customers-tabs li:hover,
.customers-tabs-wrapper ul.customers-tabs li:focus {
  background-color: rgba(66,61,206,0.06);
}
.customers-tabs-wrapper ul.customers-tabs li:focus {
  border: 2px solid #ffa500 !important;
}
.customers-tabs-wrapper ul.customers-tabs li.active {
  color: #fff;
}
.customers-tabs-wrapper ul.customers-tabs .active-selector {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  border-radius: 4px;
  background-color: #423dce;
  z-index: 0;
  pointer-events: none;
  transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.footer-cta-wrapper-v3 {
  padding-top: 16px;
  padding-bottom: 80px;
  overflow-x: hidden;
}
@media only screen and (max-width: 600px) {
  .footer-cta-wrapper-v3 {
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media only screen and (max-width: 600px) {
  .footer-cta-wrapper-v3 .big-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.footer-cta-wrapper-v3 .footer-cta-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 64px;
}
.footer-cta-wrapper-v3 .footer-cta-grid .box {
  background-color: #f9f9ff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
.footer-cta-wrapper-v3 .footer-cta-grid .box a {
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 48px;
  color: #313131;
  text-decoration: none;
}
.footer-cta-wrapper-v3 .footer-cta-grid .box .box-title {
  font-size: 26px;
  font-weight: 800;
  max-width: 230px;
  line-height: 1.35;
  text-transform: uppercase;
  color: #423dce;
}
.footer-cta-wrapper-v3 .footer-cta-grid .box .box-graphic-wrapper {
  flex: 1;
  margin: 48px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer-cta-wrapper-v3 .footer-cta-grid .box img.box-graphic {
  transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.footer-cta-wrapper-v3 .footer-cta-grid .box .box-button-text {
  color: #423dce;
  font-weight: bold;
  font-size: 18px;
}
.footer-cta-wrapper-v3 .footer-cta-grid .box:hover {
  transform: scale(1.05);
}
.footer-cta-wrapper-v3 .footer-cta-grid .box:hover img.box-graphic {
  transform: scale(1.05) rotate(2deg);
}
@media only screen and (max-width: 1025px) {
  .footer-cta-wrapper-v3 .footer-cta-grid {
    grid-gap: 3%;
  }
}
@media only screen and (max-width: 940px) {
  .footer-cta-wrapper-v3 .footer-cta-grid {
    grid-gap: 0;
  }
  .footer-cta-wrapper-v3 .footer-cta-grid .box {
    border-radius: 0;
  }
  .footer-cta-wrapper-v3 .footer-cta-grid .box a {
    padding: 0 15% 15% 15%;
    flex-direction: column-reverse;
  }
  .footer-cta-wrapper-v3 .footer-cta-grid .box .box-title {
    font-size: 3vw;
    max-width: 180px;
  }
  .footer-cta-wrapper-v3 .footer-cta-grid .box .box-button-text {
    display: none;
  }
  .footer-cta-wrapper-v3 .footer-cta-grid .box .box-graphic-wrapper {
    margin: 0;
  }
  .footer-cta-wrapper-v3 .footer-cta-grid .box .box-graphic-wrapper img.box-graphic {
    max-width: 100px;
  }
}
.loader-overlay-wrapper {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1100;
  background-color: #423dce;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
.loader-overlay-wrapper.active {
  opacity: 1;
  visibility: visible;
}
.loader-overlay-wrapper .loader-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.loader-overlay-wrapper .loader-text {
  margin-top: 32px;
}
.loader-overlay-wrapper .lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.loader-overlay-wrapper .lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.loader-overlay-wrapper .lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}
.loader-overlay-wrapper .lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.loader-overlay-wrapper .lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.loader-overlay-wrapper .lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.loader-overlay-wrapper .lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.loader-overlay-wrapper .lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.loader-overlay-wrapper .lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.loader-overlay-wrapper .lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.loader-overlay-wrapper .lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.loader-overlay-wrapper .lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.loader-overlay-wrapper .lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.loader-overlay-wrapper .lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.loader-overlay-wrapper .lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.loader-overlay-wrapper .lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.loader-overlay-wrapper .lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.loader-overlay-wrapper .lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.loader-overlay-wrapper .lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
.demo-modal-global-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(31,29,84,0.65);
  backdrop-filter: blur(4px);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: background-color 0.2s;
  overflow-y: auto;
}
@media screen and (max-height: 767px) {
  .demo-modal-global-overlay {
    align-items: flex-start;
  }
}
.demo-modal-global-overlay .demo-modal-global {
  overflow: hidden;
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 5px 15px 0 rgba(66,61,206,0.24);
  padding: 48px 48px 32px 48px;
  overflow-y: auto;
  transform: translateY(calc(100vh + 100%));
  transition: 0.55s cubic-bezier(0.19, 1, 0.22, 1);
}
.demo-modal-global-overlay .demo-modal-global .close {
  position: absolute;
  top: 20px;
  right: 20px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNi4xNzQgNWwzLjU4LTMuNTczQS44MzYuODM2IDAgMDA4LjU3Mi4yNDVMNSAzLjgyNSAxLjQyOC4yNDVBLjgzNi44MzYgMCAxMC4yNDYgMS40MjdMMy44MjYgNSAuMjQ2IDguNTcxYS44MzMuODMzIDAgMDAwIDEuMTgzLjgzMi44MzIgMCAwMDEuMTgyIDBMNSA2LjE3NGwzLjU3MiAzLjU4YS44MzIuODMyIDAgMDAxLjE4MiAwIC44MzMuODMzIDAgMDAwLTEuMTgzTDYuMTc0IDV6IiBmaWxsPSIjNTY1NDdFIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=");
  width: 10px;
  height: 10px;
  cursor: pointer;
  opacity: 0.5;
}
.demo-modal-global-overlay .demo-modal-global .close:hover {
  opacity: 1;
}
.demo-modal-global-overlay .demo-modal-global .modal-inner {
  width: 400px;
}
@media only screen and (max-width: 600px) {
  .demo-modal-global-overlay .demo-modal-global .modal-inner {
    width: auto;
    max-width: 400px;
  }
}
.demo-modal-global-overlay .demo-modal-global .titles .title {
  font-size: 44px;
  font-weight: 800;
  line-height: 1.25;
  text-align: left;
  color: #313131;
  color: #423dce;
  font-size: 38px;
  font-weight: 800;
}
@media only screen and (max-width: 600px) {
  .demo-modal-global-overlay .demo-modal-global .titles .title {
    font-size: 32px;
  }
}
.demo-modal-global-overlay .demo-modal-global .titles .subtitle {
  color: #797979;
  line-height: 1.5;
  font-size: 15px;
  margin-top: 10.666666666666666px;
}
.demo-modal-global-overlay .demo-modal-global .form-wrapper {
  padding-top: 24px;
  transition: 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  min-height: 483px;
}
.demo-modal-global-overlay .demo-modal-global .form-wrapper.is-away {
  height: 0;
  min-height: 0;
  padding-top: 0;
  opacity: 0;
  visibility: hidden;
}
.demo-modal-global-overlay .demo-modal-global .form-wrapper.is-short {
  min-height: 0;
  padding-bottom: 24px;
}
.demo-modal-global-overlay .demo-modal-global .info-text {
  font-size: 12px;
  color: #797979;
  text-align: center;
  line-height: 1.25;
  margin-top: 32px;
}
.demo-modal-global-overlay .demo-modal-global .info-text p:not(:last-child) {
  margin-bottom: 16px;
}
.demo-modal-global-overlay .demo-modal-global .info-text p.xs {
  font-size: 9px;
}
.demo-modal-global-overlay.active {
  opacity: 1;
  visibility: visible;
}
.demo-modal-global-overlay.active .demo-modal-global {
  transform: translateY(0);
}
@media only screen and (max-width: 500px) {
  .demo-modal-global-overlay {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .demo-modal-global-overlay .demo-modal-global {
    padding: 32px;
    width: 100%;
    height: 100%;
    flex: 1;
    border-radius: 0;
  }
  .demo-modal-global-overlay .demo-modal-global .modal-inner {
    width: 100%;
  }
  .demo-modal-global-overlay .demo-modal-global .form-wrapper {
    padding-top: 32px;
  }
  .demo-modal-global-overlay .demo-modal-global .titles .subtitle {
    display: none;
  }
}
@-moz-keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.case-study-slider-wrapper {
  padding: 80px 0;
}
.case-study-slider-wrapper .case-study-slider-content {
  display: flex;
}
@media only screen and (max-width: 700px) {
  .case-study-slider-wrapper .case-study-slider-content {
    display: block;
  }
}
.case-study-slider-wrapper .css-title-nav {
  max-width: 250px;
  flex-shrink: 0;
  margin-right: 64px;
}
.case-study-slider-wrapper .css-title-nav .css-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.35;
  text-align: left;
  color: #313131;
}
.case-study-slider-wrapper .css-title-nav .css-description {
  color: #797979;
  line-height: 1.5;
  margin-top: 16px;
  font-weight: 500;
}
.case-study-slider-wrapper .css-title-nav .css-nav {
  display: flex;
  margin-top: 32px;
}
.case-study-slider-wrapper .css-title-nav .css-nav .css-nav-button {
  width: 42px;
  height: 42px;
  background: #fff;
  border-radius: 1000px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.05);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.case-study-slider-wrapper .css-title-nav .css-nav .css-nav-button:not(:last-child) {
  margin-right: 10.666666666666666px;
}
.case-study-slider-wrapper .css-title-nav .css-nav .css-nav-button .nav-icon-wrapper {
  width: 9px;
  height: 14px;
  transition: 0.3s;
}
.case-study-slider-wrapper .css-title-nav .css-nav .css-nav-button:hover.css-nav-right .nav-icon-wrapper {
  transform: translateX(2px);
}
.case-study-slider-wrapper .css-title-nav .css-nav .css-nav-button:hover.css-nav-left .nav-icon-wrapper {
  transform: translateX(-2px);
}
.case-study-slider-wrapper .css-slider {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding: 6px;
}
.case-study-slider-wrapper .css-slider article.case-study {
  width: 300px;
  background: #fff;
  box-shadow: 0 4px 5px 0 rgba(66,61,206,0.05), 0 0 5px 0 rgba(66,61,206,0.16);
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}
.case-study-slider-wrapper .css-slider article.case-study:not(:last-child) {
  margin-right: 32px;
}
.case-study-slider-wrapper .css-slider article.case-study a {
  text-decoration: none;
}
.case-study-slider-wrapper .css-slider article.case-study .cs-image {
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.case-study-slider-wrapper .css-slider article.case-study .cs-info {
  padding: 24px;
}
.case-study-slider-wrapper .css-slider article.case-study .cs-info .cs-title {
  font-weight: 600;
  line-height: 1.5;
  color: #313131;
}
.case-study-slider-wrapper .css-slider article.case-study .cs-info .cs-description {
  font-size: 14px;
  color: #797979;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 16px;
}
@media only screen and (max-width: 700px) {
  .case-study-slider-wrapper .css-slider {
    margin-top: 48px;
  }
}
.csm-team-cards {
  margin-top: 64px;
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 24px;
}
.csm-team-cards article.csm-team-card {
  border-radius: 8px;
  box-shadow: 0 4px 5px 0 rgba(0,0,0,0.05), 0 0 5px 0 rgba(0,0,0,0.16);
  overflow: hidden;
  flex-shrink: 0;
  max-width: 375px;
}
.csm-team-cards article.csm-team-card:not(:last-child) {
  margin-right: 24px;
}
.csm-team-cards article.csm-team-card .csm-headshot img {
  height: 350px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
  object-fit: cover;
}
.csm-team-cards article.csm-team-card .csm-name {
  padding: 16px;
  margin: 8px 0;
  font-size: 26px;
  font-weight: 800;
}
.csm-team-cards article.csm-team-card .csm-trivia {
  padding: 0 16px 16px 16px;
}
.csm-team-cards article.csm-team-card .csm-trivia .csm-trivia-item:not(:last-child) {
  margin-bottom: 16px;
}
.csm-team-cards article.csm-team-card .csm-trivia .csm-trivia-item p:not(:last-child) {
  margin-bottom: 6px;
}
.csm-team-cards article.csm-team-card .csm-trivia .csm-trivia-item .trivia-question {
  font-size: 14px;
  color: #797979;
}
.csm-team-cards article.csm-team-card .csm-trivia .csm-trivia-item .trivia-answer {
  font-weight: 500;
  line-height: 1.25;
}
.home-v2-hero-wrapper {
  padding: 204px 0 0 0;
  background-color: #dfe0ff;
}
.home-v2-hero-wrapper .home-v2-hero .hero-pretitle {
  margin-bottom: 48px;
  text-align: center;
}
.home-v2-hero-wrapper .home-v2-hero .hero-pretitle span {
  display: inline-block;
  padding: 8px 20px;
  background-color: #fff;
  box-shadow: 0px 3px 7px rgba(66,61,206,0.1);
  border-radius: 100px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  color: rgba(49,49,49,0.65);
  transition: 0.2s;
}
.home-v2-hero-wrapper .home-v2-hero .hero-pretitle a {
  text-decoration: none;
}
.home-v2-hero-wrapper .home-v2-hero .hero-pretitle a:hover span {
  color: #423dce;
}
.home-v2-hero-wrapper .home-v2-hero .hero-title {
  font-weight: 800;
  font-size: 52px;
  line-height: 1.15;
  text-align: center;
  color: #313131;
  font-family: 'ClashDisplay', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  font-variation-settings: 'wght' 700;
}
@media only screen and (max-width: 600px) {
  .home-v2-hero-wrapper .home-v2-hero .hero-title {
    font-size: 32px;
  }
}
.home-v2-hero-wrapper .home-v2-hero .hero-title strong {
  font-weight: inherit;
  position: relative;
}
.home-v2-hero-wrapper .home-v2-hero .hero-title strong:after {
  content: '';
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25px;
  background-image: url("/images/vector-hero-highlight.svg");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% auto;
}
.home-v2-hero-wrapper .home-v2-hero .hero-subtitle {
  margin-top: 48px;
  font-size: 20px;
  font-weight: 500;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 1.45;
}
.home-v2-hero-wrapper .home-v2-hero .hero-subtitle strong {
  font-weight: 800;
  position: relative;
}
.home-v2-hero-wrapper .home-v2-hero .hero-subtitle strong:after {
  content: '';
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12px;
  background-image: url("/images/vector-hero-highlight.svg");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% auto;
}
@media only screen and (max-width: 530px) {
  .home-v2-hero-wrapper .home-v2-hero .hero-subtitle {
    max-width: 360px;
    text-align: center;
  }
}
.home-v2-hero-wrapper .home-v2-hero .hero-form {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 48px;
}
.home-v2-hero-wrapper .home-v2-hero .hero-form .book-quick {
  margin-top: 8px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
}
.home-v2-hero-wrapper .home-v2-hero .hero-form .book-quick .emoji {
  font-size: 16px;
}
.home-v2-hero-wrapper .home-v2-hero .hero-checkmarks {
  margin-top: 48px;
  display: flex;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
}
.home-v2-hero-wrapper .home-v2-hero .hero-checkmarks .check-item:not(:last-child) {
  margin-right: 32px;
}
.home-v2-hero-wrapper .home-v2-hero .hero-checkmarks .check-item .text {
  display: flex;
  align-items: center;
}
.home-v2-hero-wrapper .home-v2-hero .hero-checkmarks .check-item .text:before {
  content: '';
  display: block;
  width: 19px;
  height: 14px;
  background-image: url("/images/icon-check-navy.svg");
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 8px;
  z-index: 5;
}
@media only screen and (max-width: 500px) {
  .home-v2-hero-wrapper .home-v2-hero .hero-checkmarks {
    font-size: 12px;
  }
  .home-v2-hero-wrapper .home-v2-hero .hero-checkmarks .check-item:not(:last-child) {
    margin-right: 16px;
  }
  .home-v2-hero-wrapper .home-v2-hero .hero-checkmarks .check-item .text:before {
    margin-right: 4px;
  }
}
.home-v2-hero-wrapper .home-v2-hero .hero-ratings {
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
}
.home-v2-hero-wrapper .home-v2-hero .hero-ratings span {
  display: inline-block;
  margin: 0 8px;
}
.home-v2-hero-wrapper .home-v2-hero .hero-ratings .logos img:not(:last-child) {
  margin-right: 8px;
}
.home-v2-hero-wrapper .home-v2-hero.is-payments .hero-title strong:after {
  background-image: url("/images/vector-hero-highlight-payments.svg");
}
.home-v2-hero-video-poster-wrapper {
  padding: 32px 0;
  z-index: 5;
  margin-bottom: -350px;
}
@media only screen and (max-width: 600px) {
  .home-v2-hero-video-poster-wrapper {
    margin-bottom: -200px;
  }
}
.home-v2-hero-video-poster-wrapper .home-v2-hero-video-poster {
  cursor: pointer;
  box-shadow: 0px 4px 25px rgba(0,0,0,0.25);
  border-radius: 32px;
  overflow: hidden;
  position: relative;
  z-index: 5;
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.home-v2-hero-video-poster-wrapper .home-v2-hero-video-poster.no-video {
  cursor: default !important;
}
.home-v2-hero-video-poster-wrapper .home-v2-hero-video-poster img.hero-video-poster {
  width: 100%;
  height: 450px;
  object-fit: cover;
  vertical-align: top;
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
@media only screen and (max-width: 600px) {
  .home-v2-hero-video-poster-wrapper .home-v2-hero-video-poster img.hero-video-poster {
    height: 300px;
  }
}
.home-v2-hero-video-poster-wrapper .home-v2-hero-video-poster .hero-video-play-icon-wrapper {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #02ffb3;
  z-index: 5;
  border-radius: 500px;
  filter: drop-shadow(0px 4px 9px rgba(0,0,0,0.38));
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.home-v2-hero-video-poster-wrapper .home-v2-hero-video-poster .hero-video-play-icon-wrapper img {
  transform: translate(3px, 1px);
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.home-v2-hero-video-poster-wrapper .home-v2-hero-video-poster:hover {
  box-shadow: 0px 8px 50px rgba(0,0,0,0.35);
}
.home-v2-hero-video-poster-wrapper .home-v2-hero-video-poster:hover img.hero-video-poster {
  transform: scale(1.02);
}
.home-v2-hero-video-poster-wrapper .home-v2-hero-video-poster:hover .hero-video-play-icon-wrapper {
  transform: translate(-50%, -50%) scale(1.1);
  filter: drop-shadow(0px 8px 18px rgba(0,0,0,0.5));
}
.home-v2-hero-video-poster-wrapper .home-v2-hero-video-poster:hover .hero-video-play-icon-wrapper img {
  transform: translate(3px, 1px) scale(1.05);
}
.home-v2-customers-wrapper {
  background-image: linear-gradient(180deg, #726eef 0%, #2f2ba8 100%);
  padding: 64px 0;
  color: #fff;
  z-index: 1;
}
.home-v2-customers-wrapper.has-video {
  position: relative;
  padding-top: 400px;
  background-image: url("/images/vector-wavy-separator.svg"), linear-gradient(180deg, #726eef 0%, #2f2ba8 100%);
  background-position: 50% -1px, 0px 0px;
  background-size: contain, auto;
  background-repeat: repeat-x, repeat;
  background-attachment: scroll, scroll;
}
@media only screen and (max-width: 600px) {
  .home-v2-customers-wrapper.has-video {
    padding-top: 250px;
  }
}
.home-v2-customers-wrapper .section-title {
  max-width: 600px;
}
.home-v2-customers-wrapper .customers-list {
  margin: 64px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}
.home-v2-customers-wrapper .customers-list article.customer {
  padding: 16px;
}
@media only screen and (max-width: 600px) {
  .home-v2-customers-wrapper .customers-list article.customer {
    padding: 16px 5.333333333333333px;
  }
}
.hero-demo-form-wrapper {
  width: 570px;
  background-color: #fff;
  padding: 32px;
  border-radius: 12px;
  box-shadow: 0px 4px 20px rgba(0,0,0,0.08);
}
@media only screen and (max-width: 650px) {
  .hero-demo-form-wrapper {
    width: 100%;
  }
}
.hero-demo-form-wrapper .hero-demo-form-title {
  font-size: 44px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  color: #313131;
  font-size: 24px;
  font-weight: 800;
  color: #423dce;
  margin-bottom: 32px;
}
@media only screen and (max-width: 600px) {
  .hero-demo-form-wrapper .hero-demo-form-title {
    font-size: 32px;
  }
}
.hero-demo-form-wrapper .info-text {
  font-size: 12px;
  color: #797979;
  text-align: center;
  line-height: 1.25;
  margin-top: 32px;
}
.hero-demo-form-wrapper .info-text p:not(:last-child) {
  margin-bottom: 16px;
}
.hero-demo-form-wrapper .info-text p.xs {
  font-size: 9px;
}
.main-feature-wrapper .main-feature {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px 0;
}
.main-feature-wrapper:nth-child(even) .big-container {
  background-color: #f3f2fc;
  border-radius: 50px;
}
.main-feature-wrapper:nth-child(even) .main-feature {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 950px) {
  .main-feature-wrapper .main-feature {
    flex-direction: column !important;
  }
}
.main-feature-wrapper .feature-text {
  max-width: 500px;
}
.main-feature-wrapper .section-titles,
.home-v2-integrations-wrapper .section-titles {
  margin-bottom: 32px;
}
.main-feature-wrapper .feature-pretitle {
  margin-bottom: 32px;
}
.main-feature-wrapper .feature-description,
.home-v2-integrations-wrapper .integrations-description {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.45;
}
.main-feature-wrapper .feature-description p:not(:last-child),
.home-v2-integrations-wrapper .integrations-description p:not(:last-child) {
  margin-bottom: 24px;
}
.main-feature-wrapper .feature-checklist {
  margin-top: 32px;
  font-size: 18px;
  font-weight: 500;
}
.main-feature-wrapper .feature-checklist li {
  display: flex;
  align-items: center;
  line-height: 1.25;
}
.main-feature-wrapper .feature-checklist li:not(:last-child) {
  margin-bottom: 8px;
}
.main-feature-wrapper .feature-checklist li:before {
  content: '';
  flex-shrink: 0;
  display: block;
  width: 19px;
  height: 14px;
  background-image: url("/images/icon-check-purple.svg");
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 12px;
}
.main-feature-wrapper .feature-graphic {
  max-width: 400px;
}
.main-feature-wrapper .feature-graphic img {
  max-width: 100%;
}
@media only screen and (max-width: 950px) {
  .main-feature-wrapper .feature-graphic {
    margin-top: 64px;
  }
}
.main-feature-wrapper .main-feature.stacked {
  flex-direction: column;
}
.main-feature-wrapper .main-feature.stacked .feature-text {
  max-width: 800px;
}
.main-feature-wrapper .main-feature.stacked .feature-graphic {
  max-width: 800px;
  margin-top: 64px;
}
.main-feature-wrapper .main-feature.stacked .feature-graphic .graphic-animated {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.home-v2-integrations-wrapper {
  background-image: linear-gradient(to bottom, #f3f2fc, #f8f9fa, rgba(196,196,196,0));
  padding: 80px 0;
  text-align: center;
}
.home-v2-integrations-wrapper .integrations-pretitle {
  margin-bottom: 32px;
}
.home-v2-integrations-wrapper .integrations-description {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}
.home-v2-integrations-wrapper .integrations-graphic {
  margin-top: 64px;
}
.home-v2-integrations-wrapper .integrations-graphic img {
  max-width: 100%;
}
.home-v2-integrations-wrapper .integrations-button {
  margin-top: 64px;
}
.home-v2-moving-reviews-wrapper {
  overflow: hidden;
  background-color: #dfe0ff;
}
.home-v2-moving-reviews-wrapper .section-titles {
  margin-bottom: 64px;
}
.home-v2-moving-reviews-wrapper .reviews-quotes.start {
  margin-bottom: -30px;
}
.home-v2-moving-reviews-wrapper .reviews-quotes.end {
  margin-top: -30px;
  display: flex;
  justify-content: flex-end;
}
.home-v2-moving-reviews-wrapper .home-v2-moving-reviews {
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
}
.home-v2-moving-reviews-wrapper .home-v2-moving-reviews.normal {
  padding-top: 32px;
  padding-bottom: 24px;
  animation: 50s linear 0s infinite normal none running reviews-to-left;
}
.home-v2-moving-reviews-wrapper .home-v2-moving-reviews.reverted {
  padding-top: 24px;
  padding-bottom: 32px;
  animation: 50s linear 0s infinite normal none running reviews-to-right;
}
.home-v2-moving-reviews-wrapper .home-v2-moving-reviews article.review {
  width: 360px;
  height: 320px;
  flex-shrink: 0;
  background-color: #fff;
  font-size: 15px;
  padding: 32px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: default;
  pointer-events: none;
}
@media only screen and (max-width: 650px) {
  .home-v2-moving-reviews-wrapper .home-v2-moving-reviews article.review {
    width: 280px;
    height: 240px;
  }
}
.home-v2-moving-reviews-wrapper .home-v2-moving-reviews article.review:not(:last-child) {
  margin-right: 24px;
}
.home-v2-moving-reviews-wrapper .home-v2-moving-reviews article.review .review-text {
  line-height: 1.5;
  font-size: 16px;
  font-weight: 500;
}
.home-v2-moving-reviews-wrapper .home-v2-moving-reviews article.review .review-meta {
  display: flex;
  align-items: center;
}
.home-v2-moving-reviews-wrapper .home-v2-moving-reviews article.review .review-meta .meta-avatar img {
  width: 42px;
  height: 42px;
  border-radius: 100px;
}
.home-v2-moving-reviews-wrapper .home-v2-moving-reviews article.review .review-meta .meta-avatar .avatar-letters {
  width: 42px;
  height: 42px;
  background-color: #f3f2fc;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  pointer-events: none;
}
.home-v2-moving-reviews-wrapper .home-v2-moving-reviews article.review .review-meta .meta-info .person-name {
  font-weight: bold;
}
.home-v2-moving-reviews-wrapper .home-v2-moving-reviews article.review .review-meta .meta-info .person-subtitle {
  font-size: 14px;
  color: #797979;
  margin-top: 4px;
}
.home-v2-moving-reviews-wrapper .home-v2-moving-reviews article.review .review-meta .meta-source {
  margin-left: auto;
}
.home-v2-moving-reviews-wrapper .home-v2-moving-reviews article.review .review-meta .meta-source img {
  filter: grayscale(100%);
}
.reviews-slider-wrapper .reviews-slider {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.reviews-slider-wrapper .reviews-slider .reviews-wrapper {
  transition: margin-left 1s;
}
.reviews-slider-wrapper .reviews-slider .review {
  text-align: center;
  padding-bottom: 2px;
}
.reviews-slider-wrapper .reviews-slider .review blockquote {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
.reviews-slider-wrapper .reviews-slider .review p.author {
  font-weight: bold;
  font-size: 16px;
  margin-top: 32px;
}
.reviews-slider-wrapper .reviews-slider .slick-dots {
  transform: translateY(50%) !important;
}
@-moz-keyframes reviews-to-left {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
@-webkit-keyframes reviews-to-left {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
@-o-keyframes reviews-to-left {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes reviews-to-left {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
@-moz-keyframes reviews-to-right {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0%);
  }
}
@-webkit-keyframes reviews-to-right {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0%);
  }
}
@-o-keyframes reviews-to-right {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes reviews-to-right {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0%);
  }
}
* {
  box-sizing: border-box;
}
.chilipiper-popup {
  background-color: #423dce !important;
}
.chilipiper-popup.hidden {
  opacity: 0 !important;
  visibility: hidden !important;
}
body {
  font-family: 'PlusJakartaSansWF', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  letter-spacing: -0.35px;
  color: #313131;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  font-smooth: antialiased;
  -webkit-font-smoothing: antialiased;
}
body.no-scroll {
  max-height: 100vh;
  overflow: hidden;
}
main {
  flex: 1;
  padding-bottom: 80px;
}
main.sroic {
  background-color: #f8f9fa;
}
a {
  color: #423dce;
}
#hellobar-pusher {
  display: none !important;
}
.hero-video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(49,49,49,0.85);
  backdrop-filter: blur(4px);
  z-index: 5000;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.hero-video-overlay .video-container {
  position: relative;
  width: 850px;
  display: none;
}
@media only screen and (max-width: 900px) {
  .hero-video-overlay .video-container {
    width: 90%;
  }
}
.hero-video-overlay .video-container video {
  width: 100%;
}
.hero-video-overlay .icon-close {
  position: absolute;
  top: 32px;
  right: 32px;
  cursor: pointer;
}
.hero-video-overlay.is-active {
  opacity: 1;
  visibility: visible;
}
.hero-video-overlay.is-active .video-container {
  display: block;
}
.section.small {
  padding-top: 64px;
  padding-bottom: 64px;
}
.section.medium {
  padding-top: 96px;
  padding-bottom: 96px;
}
.section.big {
  padding-top: 128px;
  padding-bottom: 128px;
}
.section.has-top-tear {
  position: relative;
}
.section.has-top-tear:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-image: url("/images/section-divider-paper.png");
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(-100%);
}
.section .section-titles.small {
  margin-bottom: 64px;
}
.section .section-titles.medium {
  margin-bottom: 96px;
}
.section .section-titles.big {
  margin-bottom: 128px;
}
.section .section-titles .section-title {
  font-size: 42px;
  font-family: 'ClashDisplay', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 600;
  font-variation-settings: 'wght' 600;
  line-height: 1.25;
}
.section .section-titles .section-title.smaller {
  font-size: 34px;
  font-weight: 600;
  font-variation-settings: 'wght' 600;
}
@media only screen and (max-width: 600px) {
  .section .section-titles .section-title.smaller {
    font-size: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .section .section-titles .section-title {
    font-size: 24px;
    font-weight: bold;
  }
}
.section .section-titles .section-subtitle {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  max-width: 440px;
  color: rgba(49,49,49,0.75);
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
}
@media only screen and (max-width: 600px) {
  .section .section-titles .section-subtitle {
    font-size: 16px;
  }
}
.section-background {
  background-color: #dfe0ff;
}
.section-gradient {
  background-image: linear-gradient(180deg, #726eef 0%, #2f2ba8 100%);
  color: #fff;
}
.no-background {
  background-color: transparent !important;
}
.floating-background {
  background-color: #f3f2fc;
  border-radius: 0 16px 16px 16px;
}
.section-dark {
  background-color: #313131;
}
.section-dark h2,
.section-dark h3,
.section-dark h4,
.section-dark p {
  color: #fff !important;
}
.section-titles.small-spacer {
  margin-bottom: 64px;
}
.section-titles.medium-spacer {
  margin-bottom: 96px;
}
.section-titles.big-spacer {
  margin-bottom: 128px;
}
.page-section-title .icon-wrapper {
  text-align: center;
}
.page-section-title .icon-wrapper img.icon {
  height: 80px;
}
.page-section-title .section-title {
  font-size: 44px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  color: #313131;
  margin-top: 24px;
}
@media only screen and (max-width: 600px) {
  .page-section-title .section-title {
    font-size: 32px;
  }
}
.page-section-title .section-description {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  margin-top: 16px;
}
.home-hero {
  background-color: #f3f2fc;
  padding-top: 204px;
  padding-bottom: 96px;
}
.home-hero .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #313131;
}
.home-hero .content-textual {
  max-width: 460px;
}
.home-hero .content-textual.wider {
  max-width: 480px;
}
.home-hero .content-textual .hero-title,
.roi-calculator-hero-wrapper .roi-calculator-hero .hero-text .hero-title {
  font-weight: 800;
  font-size: 52px;
  line-height: 1.15;
  text-align: left;
  color: #313131;
}
@media only screen and (max-width: 600px) {
  .home-hero .content-textual .hero-title,
  .roi-calculator-hero-wrapper .roi-calculator-hero .hero-text .hero-title {
    font-size: 32px;
  }
}
.home-hero .content-textual .hero-title strong,
.roi-calculator-hero-wrapper .roi-calculator-hero .hero-text .hero-title strong {
  color: #313131;
  font-weight: 500;
}
.home-hero .content-textual .hero-title .rotating-words,
.roi-calculator-hero-wrapper .roi-calculator-hero .hero-text .hero-title .rotating-words {
  display: inline-block;
  position: relative;
  min-width: 400px;
  height: 36px;
  opacity: 0;
}
@media only screen and (max-width: 461px) {
  .home-hero .content-textual .hero-title .rotating-words,
  .roi-calculator-hero-wrapper .roi-calculator-hero .hero-text .hero-title .rotating-words {
    min-width: 360px;
  }
}
@media only screen and (max-width: 415px) {
  .home-hero .content-textual .hero-title .rotating-words,
  .roi-calculator-hero-wrapper .roi-calculator-hero .hero-text .hero-title .rotating-words {
    min-width: 280px;
  }
}
.home-hero .content-textual .hero-title .rotating-words .word,
.roi-calculator-hero-wrapper .roi-calculator-hero .hero-text .hero-title .rotating-words .word {
  position: absolute;
  top: 0;
  left: 0;
  color: #313131;
  overflow: hidden;
}
.home-hero .content-textual .hero-title .rotating-words .letter,
.roi-calculator-hero-wrapper .roi-calculator-hero .hero-text .hero-title .rotating-words .letter {
  transform: scale(0);
  transform-origin: 50% 100%;
  display: inline-block;
  line-height: 1em;
}
.home-hero .content-textual .hero-subtitle,
.roi-calculator-hero-wrapper .roi-calculator-hero .hero-text .hero-subtitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 32px;
}
.home-hero .content-textual .hero-subtitle p:not(:last-child),
.roi-calculator-hero-wrapper .roi-calculator-hero .hero-text .hero-subtitle p:not(:last-child) {
  margin-bottom: 16px;
}
@media only screen and (max-width: 480px) {
  .home-hero .content-textual .hero-title,
  .roi-calculator-hero-wrapper .roi-calculator-hero .hero-text .hero-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 415px) {
  .home-hero .content-textual .hero-title,
  .roi-calculator-hero-wrapper .roi-calculator-hero .hero-text .hero-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 365px) {
  .home-hero .content-textual .hero-title,
  .roi-calculator-hero-wrapper .roi-calculator-hero .hero-text .hero-title {
    font-size: 26px;
  }
}
.home-hero .content-graphic img,
.home-hero .content-graphic video {
  max-width: 100%;
}
.home-hero .content-graphic #home-hero-graphic svg,
.home-hero .content-graphic #product-hero-graphic svg {
  max-width: 570px;
  max-height: 570px;
}
.home-hero .form {
  margin-top: 32px;
}
.home-hero .form .tryout-success-message {
  padding-top: 16px;
  font-size: 14px;
  text-align: center;
  color: #008000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-100%);
  transition: 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
.home-hero .form .tryout-success-message.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.home-hero .hero-buttons {
  display: flex;
  flex-direction: column;
}
.home-hero .hero-buttons .button-wrapper:not(:last-child) {
  margin-bottom: 16px;
}
.home-hero .hero-buttons .button-wrapper.video {
  align-self: flex-end;
}
@media only screen and (max-width: 600px) {
  .home-hero .hero-buttons {
    display: block;
  }
  .home-hero .hero-buttons .button-wrapper {
    margin-right: 0 !important;
  }
}
.home-hero .hero-checkmarks {
  display: flex;
  margin-top: 48px;
}
.home-hero .hero-checkmarks .check-item {
  display: flex;
  font-size: 14px;
}
.home-hero .hero-checkmarks .check-item:not(:last-child) {
  margin-right: 24px;
}
.home-hero .hero-checkmarks .check-item .icon {
  display: block;
  width: 19px;
  height: 14px;
  background-image: url("/images/icon-check-navy.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.home-hero .hero-checkmarks .check-item .text {
  margin-left: 8px;
  transform: translateY(2px);
}
@media only screen and (max-width: 600px) {
  .home-hero .hero-checkmarks {
    justify-content: space-between;
  }
  .home-hero .hero-checkmarks .check-item {
    font-size: 12px;
  }
  .home-hero .hero-checkmarks .check-item:not(:last-child) {
    margin-right: 8px;
  }
  .home-hero .hero-checkmarks .check-item .text {
    margin-left: 4px;
  }
}
@media only screen and (max-width: 1070px) {
  .home-hero .content {
    display: block;
  }
  .home-hero .content .content-textual,
  .home-hero .content .content-graphic {
    margin-left: auto;
    margin-right: auto;
  }
  .home-hero .content .content-graphic {
    margin-top: 48px;
    text-align: center;
  }
}
.features-grid-wrapper {
  padding-top: 64px;
  padding-bottom: 64px;
}
.customers-logos .logos-wrapper .customer-category,
.customers-logos .logos-wrapper .customer-category-inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  grid-gap: 32px;
}
@media only screen and (max-width: 500px) {
  .customers-logos .logos-wrapper .customer-category,
  .customers-logos .logos-wrapper .customer-category-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
.customers-logos .logos-wrapper .customer-category {
  min-height: 50px;
  display: none;
}
.customers-logos .logos-wrapper .customer-category.active {
  display: grid;
}
.customers-logos .logos-wrapper .customer {
  display: flex;
  justify-content: center;
  align-items: center;
}
.customers-logos .logos-wrapper .customer img {
  max-width: 120px;
  max-height: 50px;
  filter: grayscale(1);
  opacity: 0.85;
}
@media only screen and (max-width: 380px) {
  .customers-logos .logos-wrapper .customer img {
    max-width: 80%;
    max-height: auto;
  }
}
.home-main-features-wrapper .main-feature {
  padding-top: 128px;
  padding-bottom: 128px;
}
@media only screen and (max-width: 1000px) {
  .home-main-features-wrapper .main-feature {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.home-main-features-wrapper .main-feature.striped:nth-child(odd) {
  background-color: #f8f9fa;
}
.home-main-features-wrapper .main-feature.striped-reverse:nth-child(even) {
  background-color: #f8f9fa;
}
.home-main-features-wrapper .main-feature .main-feature-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-main-features-wrapper .main-feature .feature-textual {
  max-width: 412px;
}
.home-main-features-wrapper .main-feature .feature-category {
  display: flex;
  align-items: center;
}
.home-main-features-wrapper .main-feature .feature-category .category-icon img {
  height: 48px;
}
.home-main-features-wrapper .main-feature .feature-category .category-title {
  margin-left: 16px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #797979;
}
.home-main-features-wrapper .main-feature .feature-titles {
  margin-top: 32px;
}
.home-main-features-wrapper .main-feature .feature-titles .feature-title {
  font-size: 44px;
  font-weight: 800;
  line-height: 1.25;
  text-align: left;
  color: #313131;
}
@media only screen and (max-width: 600px) {
  .home-main-features-wrapper .main-feature .feature-titles .feature-title {
    font-size: 32px;
  }
}
.home-main-features-wrapper .main-feature .feature-titles .feature-description {
  line-height: 1.5;
  font-size: 18px;
  margin-top: 32px;
}
.home-main-features-wrapper .main-feature .feature-titles .feature-description p:not(:last-child) {
  margin-bottom: 16px;
}
.home-main-features-wrapper .main-feature .feature-titles .feature-link {
  margin-top: 24px;
}
.home-main-features-wrapper .main-feature .feature-testimonial {
  margin-top: 48px;
}
.home-main-features-wrapper .main-feature .feature-graphic {
  flex: 1;
  max-width: 450px;
  text-align: center;
}
.home-main-features-wrapper .main-feature .feature-graphic img {
  max-width: 450px;
  max-height: 550px;
}
.home-main-features-wrapper .main-feature .feature-graphic.is-integrations {
  display: flex;
  justify-content: center;
}
.home-main-features-wrapper .main-feature.smaller {
  padding-top: 80px;
  padding-bottom: 80px;
}
.home-main-features-wrapper .main-feature.smaller .feature-titles .feature-title {
  font-size: 44px;
  font-weight: 800;
  line-height: 1.25;
  text-align: left;
  color: #313131;
}
@media only screen and (max-width: 600px) {
  .home-main-features-wrapper .main-feature.smaller .feature-titles .feature-title {
    font-size: 32px;
  }
}
.home-main-features-wrapper .main-feature.smaller .feature-titles .feature-description {
  margin-top: 32px;
  font-size: 18px;
  line-height: 1.65;
}
@media only screen and (max-width: 1000px) {
  .home-main-features-wrapper .main-feature .feature-graphic img {
    max-width: 350px;
  }
}
@media only screen and (max-width: 900px) {
  .home-main-features-wrapper .main-feature .main-feature-content {
    flex-direction: column;
  }
  .home-main-features-wrapper .main-feature .feature-testimonial article.testimonial-item {
    margin-left: auto;
    margin-right: auto;
  }
  .home-main-features-wrapper .main-feature .feature-graphic {
    margin-top: 64px;
  }
}
@media only screen and (max-width: 600px) {
  .home-main-features-wrapper .main-feature .feature-graphic img {
    max-width: 100%;
  }
}
.home-customer-support-wrapper {
  padding-top: 128px;
  padding-bottom: 128px;
}
.home-customer-support-wrapper .home-customer-support .section-title {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.home-customer-support-wrapper .home-customer-support .cs-graphic {
  text-align: center;
  margin-top: 16px;
  margin-bottom: 80px;
}
.home-customer-support-wrapper .home-customer-support .cs-graphic img {
  max-width: 100%;
}
@media only screen and (max-width: 1000px) {
  .home-customer-support-wrapper {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.product-spam-wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}
.product-spam-wrapper .product-spam {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-spam-wrapper .product-spam .spam-graphic {
  margin-right: 96px;
}
.product-spam-wrapper .product-spam .spam-graphic img {
  max-width: 280px;
}
.product-spam-wrapper .product-spam .spam-text-wrapper {
  display: flex;
  justify-content: center;
}
.product-spam-wrapper .product-spam .spam-text {
  max-width: 420px;
}
.product-spam-wrapper .product-spam .spam-text .spam-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.35;
  text-align: left;
  color: #313131;
}
.product-spam-wrapper .product-spam .spam-text .spam-description {
  line-height: 1.5;
  margin-top: 24px;
}
@media only screen and (max-width: 766px) {
  .product-spam-wrapper .product-spam {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
  .product-spam-wrapper .product-spam .spam-graphic {
    margin-right: 0;
  }
  .product-spam-wrapper .product-spam .spam-text-wrapper {
    margin-bottom: 48px;
  }
}
.product-testimonial {
  padding: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-testimonial .testimonial-logo img {
  height: 25px;
}
.product-testimonial .testimonial-quote {
  text-align: center;
  margin-top: 64px;
  max-width: 700px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.35;
}
.product-testimonial .testimonial-quote.long {
  font-size: 20px;
  line-height: 1.5;
}
.product-testimonial .testimonial-meta {
  text-align: center;
  margin-top: 40px;
}
.product-testimonial .testimonial-button {
  margin-top: 64px;
}
.product-testimonial .person-avatar img {
  width: 90px;
  height: 90px;
  border-radius: 1000px;
  object-fit: cover;
}
.product-testimonial .person-name {
  margin-top: 8px;
}
.product-testimonial.is-highlighted {
  background-color: #423dce !important;
  color: #fff !important;
}
@media only screen and (max-width: 600px) {
  .product-testimonial {
    padding: 64px 32px;
  }
  .product-testimonial .testimonial-quote {
    font-size: 5vw;
  }
}
.product-mini-features-wrapper {
  margin-top: 48px;
}
.product-mini-features {
  padding: 64px;
}
@media only screen and (max-width: 470px) {
  .product-mini-features {
    padding: 32px 16px;
  }
}
.customers-v2-listing-wrapper {
  background-color: #fcf9f5;
}
.customers-v2-listing {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.customers-v2-listing article.customer,
.customers-v2-featured-customer article.customer,
.resources-spotlight-item article.spotlight {
  border-radius: 16px;
  border: 2px solid #f0ebe5;
  background-color: #fff;
  overflow: hidden;
  transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  display: flex;
  flex-direction: column;
  max-width: 350px;
  margin-right: 32px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 763px) {
  .customers-v2-listing article.customer,
  .customers-v2-featured-customer article.customer,
  .resources-spotlight-item article.spotlight {
    margin-right: 0;
  }
}
.customers-v2-listing article.customer a,
.customers-v2-featured-customer article.customer a,
.resources-spotlight-item article.spotlight a {
  flex: 1;
  color: inherit;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.customers-v2-listing article.customer .customer-inner-content,
.customers-v2-featured-customer article.customer .customer-inner-content,
.resources-spotlight-item article.spotlight .customer-inner-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 32px;
}
.customers-v2-listing article.customer .featured-image,
.customers-v2-featured-customer article.customer .featured-image,
.resources-spotlight-item article.spotlight .featured-image {
  height: 250px;
  position: relative;
  background-size: cover;
  background-position: center;
  border-radius: 14px !important;
  overflow: hidden;
  z-index: 5;
}
.customers-v2-listing article.customer .featured-image:before,
.customers-v2-featured-customer article.customer .featured-image:before,
.resources-spotlight-item article.spotlight .featured-image:before {
  z-index: 1;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(45,40,182,0) 0%, rgba(0,0,0,0.5));
}
.customers-v2-listing article.customer .featured-image .logo,
.customers-v2-featured-customer article.customer .featured-image .logo,
.resources-spotlight-item article.spotlight .featured-image .logo {
  position: absolute;
  z-index: 6;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  background-color: #fff;
  box-shadow: 0px 2px 20px rgba(0,0,0,0.25);
  border-radius: 8px;
  padding: 10.666666666666666px 24px;
}
.customers-v2-listing article.customer .featured-image .logo img,
.customers-v2-featured-customer article.customer .featured-image .logo img,
.resources-spotlight-item article.spotlight .featured-image .logo img {
  min-width: 90px;
  min-height: 25px;
  max-width: 130px;
  max-height: 30px;
  object-fit: contain;
}
.customers-v2-listing article.customer .stats,
.customers-v2-featured-customer article.customer .stats,
.resources-spotlight-item article.spotlight .stats {
  display: flex;
  justify-content: space-around;
  padding: 40px 0;
}
.customers-v2-listing article.customer .stats .stat,
.customers-v2-featured-customer article.customer .stats .stat,
.resources-spotlight-item article.spotlight .stats .stat {
  text-align: center;
  flex: 0;
  flex-basis: 50%;
}
.customers-v2-listing article.customer .stats .stat .value,
.customers-v2-featured-customer article.customer .stats .stat .value,
.resources-spotlight-item article.spotlight .stats .stat .value {
  font-size: 34px;
  font-weight: 800;
  color: #423dce;
}
.customers-v2-listing article.customer .stats .stat .identifier,
.customers-v2-featured-customer article.customer .stats .stat .identifier,
.resources-spotlight-item article.spotlight .stats .stat .identifier {
  font-size: 14px;
  font-weight: 600;
  margin-top: 4px;
  line-height: 1.25;
  color: #797979;
  margin-left: auto;
  margin-right: auto;
}
.customers-v2-listing article.customer .stats .stat:not(:last-child),
.customers-v2-featured-customer article.customer .stats .stat:not(:last-child),
.resources-spotlight-item article.spotlight .stats .stat:not(:last-child) {
  margin-right: 16px;
}
@media only screen and (max-width: 550px) {
  .customers-v2-listing article.customer .stats .stat:nth-child(3),
  .customers-v2-featured-customer article.customer .stats .stat:nth-child(3),
  .resources-spotlight-item article.spotlight .stats .stat:nth-child(3) {
    display: none;
  }
}
.customers-v2-listing article.customer .meta-list,
.customers-v2-featured-customer article.customer .meta-list,
.resources-spotlight-item article.spotlight .meta-list {
  padding: 0;
}
.customers-v2-listing article.customer .meta-list .item:not(:last-child),
.customers-v2-featured-customer article.customer .meta-list .item:not(:last-child),
.resources-spotlight-item article.spotlight .meta-list .item:not(:last-child) {
  margin-bottom: 16px;
}
.customers-v2-listing article.customer .meta-list .item .identifier,
.customers-v2-featured-customer article.customer .meta-list .item .identifier,
.resources-spotlight-item article.spotlight .meta-list .item .identifier {
  display: flex;
  align-items: center;
}
.customers-v2-listing article.customer .meta-list .item .identifier .icon,
.customers-v2-featured-customer article.customer .meta-list .item .identifier .icon,
.resources-spotlight-item article.spotlight .meta-list .item .identifier .icon {
  display: inline-block;
  color: #423dce;
  width: 22px;
  font-size: 22px;
  text-align: right;
}
.customers-v2-listing article.customer .meta-list .item .identifier .name,
.customers-v2-featured-customer article.customer .meta-list .item .identifier .name,
.resources-spotlight-item article.spotlight .meta-list .item .identifier .name {
  font-size: 14px;
  font-weight: 600;
  color: #797979;
  padding-left: 10px;
}
.customers-v2-listing article.customer .meta-list .item .value,
.customers-v2-featured-customer article.customer .meta-list .item .value,
.resources-spotlight-item article.spotlight .meta-list .item .value {
  padding-left: 32px;
  font-size: 16px;
  font-weight: 800;
  margin-top: 3px;
  line-height: 1.35;
}
.customers-v2-listing article.customer .meta-list .item .value .comma:last-child,
.customers-v2-featured-customer article.customer .meta-list .item .value .comma:last-child,
.resources-spotlight-item article.spotlight .meta-list .item .value .comma:last-child {
  display: none;
}
.customers-v2-listing article.customer .customer-cta,
.customers-v2-featured-customer article.customer .customer-cta,
.resources-spotlight-item article.spotlight .customer-cta {
  padding: 32px 0;
  margin-top: auto;
}
.customers-v2-listing article.customer .customer-cta .arrow,
.customers-v2-featured-customer article.customer .customer-cta .arrow,
.resources-spotlight-item article.spotlight .customer-cta .arrow {
  display: inline-block;
  transform: translateY(-1px);
  margin-left: 2px;
}
.customers-filters-wrapper {
  padding: 32px 0;
}
.customers-filters-wrapper .customers-filters {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.customers-filters-wrapper .customers-filters li {
  flex-shrink: 0;
  padding: 5px 12px 7px 12px;
  background-color: #fff;
  border: 2px solid #f0ebe5;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
  cursor: pointer;
}
.customers-filters-wrapper .customers-filters li.active,
.customers-filters-wrapper .customers-filters li:hover {
  border-color: #423dce;
}
.customers-filters-wrapper .customers-filters li:not(:last-child) {
  margin-right: 24px;
}
.customers-v2-featured-customer {
  height: auto;
  box-shadow: 0px 4px 25px rgba(0,0,0,0.25);
  border-radius: 32px;
  overflow: hidden;
  position: relative;
  z-index: 5;
  background-color: #fff;
}
.customers-v2-featured-customer article.customer {
  padding-bottom: 0;
  box-shadow: none !important;
}
.customers-v2-featured-customer article.customer .featured-image {
  height: 300px;
}
.customers-v2-featured-customer article.customer:hover {
  transform: none;
}
.pricing-plans-wrapper {
  position: relative;
}
@media only screen and (max-width: 830px) {
  .pricing-plans-wrapper {
    padding-bottom: 64px;
    background-color: #f8f9fa;
  }
}
.pricing-plans-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #f3f2fc;
  z-index: 0;
}
@media only screen and (max-width: 830px) {
  .pricing-plans-wrapper:before {
    display: none;
  }
}
.pricing-plans-wrapper .pricing-plans {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 32px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.pricing-plans-wrapper .pricing-plans .pricing-plan {
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(66,61,206,0.1), 0 1px 20px 0 rgba(66,61,206,0);
  padding: 80px 32px 32px 32px;
  border-radius: 8px;
}
@media only screen and (min-width: 830px) {
  .pricing-plans-wrapper .pricing-plans .pricing-plan:nth-child(2) {
    box-shadow: 4px 0 30px 0 rgba(66,61,206,0.1), -4px 0 30px 0 rgba(66,61,206,0.1), 0 4px 30px 0 rgba(66,61,206,0);
    position: relative;
    z-index: 2;
    border-radius: 8px;
    padding-top: 104px;
    height: calc(100% + 48px);
    transform: translateY(-24px);
  }
}
.pricing-plans-wrapper .pricing-plans .pricing-plan .plan-title-box {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pricing-plans-wrapper .pricing-plans .pricing-plan .plan-title-box .plan-title {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -1px;
}
.pricing-plans-wrapper .pricing-plans .pricing-plan .plan-price-box {
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pricing-plans-wrapper .pricing-plans .pricing-plan .plan-price-box .plan-price {
  color: #423dce;
  font-weight: 500;
}
.pricing-plans-wrapper .pricing-plans .pricing-plan .plan-price-box .plan-price.text {
  font-size: 26px;
  letter-spacing: -1px;
}
.pricing-plans-wrapper .pricing-plans .pricing-plan .plan-price-box .plan-price.number {
  display: flex;
  justify-content: center;
}
.pricing-plans-wrapper .pricing-plans .pricing-plan .plan-price-box .plan-price.number .currency,
.pricing-plans-wrapper .pricing-plans .pricing-plan .plan-price-box .plan-price.number .period {
  font-size: 22px;
}
.pricing-plans-wrapper .pricing-plans .pricing-plan .plan-price-box .plan-price.number .price-value {
  font-size: 68px;
  letter-spacing: -3px;
}
.pricing-plans-wrapper .pricing-plans .pricing-plan .plan-price-box .plan-price.number .period {
  align-self: flex-end;
  transform: translateY(-50%);
}
.pricing-plans-wrapper .pricing-plans .pricing-plan .plan-features-box .features-preface {
  color: #797979;
}
.pricing-plans-wrapper .pricing-plans .pricing-plan .plan-features-box ul.plan-features {
  margin-top: 20px;
  line-height: 1.35;
}
.pricing-plans-wrapper .pricing-plans .pricing-plan .plan-features-box ul.plan-features li {
  display: flex;
  align-items: center;
  font-size: 18px;
}
.pricing-plans-wrapper .pricing-plans .pricing-plan .plan-features-box ul.plan-features li:not(:last-child) {
  margin-bottom: 24px;
}
.pricing-plans-wrapper .pricing-plans .pricing-plan .plan-features-box ul.plan-features li .icon {
  margin-right: 10px;
}
.pricing-plans-wrapper .pricing-plans .pricing-plan .plan-cta-box {
  margin-top: 48px;
}
@media only screen and (max-width: 830px) {
  .pricing-plans-wrapper .pricing-plans {
    display: block;
  }
  .pricing-plans-wrapper .pricing-plans .pricing-plan {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
  .pricing-plans-wrapper .pricing-plans .pricing-plan:not(:last-child) {
    margin-bottom: 48px;
  }
  .pricing-plans-wrapper .pricing-plans .pricing-plan .plan-features-box {
    height: auto !important;
  }
}
.pricing-faq-wrapper {
  margin-top: 128px;
}
.pricing-faq-wrapper .pricing-faq {
  margin-top: 64px;
}
.about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px;
}
.about-stats .stat {
  text-align: center;
}
.about-stats .stat .stat-value {
  font-size: 52px;
  font-weight: 500;
  letter-spacing: -1.6px;
  color: #423dce;
}
.about-stats .stat .stat-text {
  font-weight: 500;
  margin-top: 4px;
}
.about-story {
  display: flex;
}
.about-story .story-text .story-title {
  font-size: 44px;
  font-weight: 800;
  line-height: 1.25;
  text-align: left;
  color: #313131;
}
@media only screen and (max-width: 600px) {
  .about-story .story-text .story-title {
    font-size: 32px;
  }
}
.about-story .story-text .story-description {
  margin-top: 32px;
}
.about-story .story-text .story-button {
  margin-top: 32px;
}
.about-story .story-image {
  flex-shrink: 0;
  flex-grow: 0;
  margin-left: 48px;
}
.about-story .story-image img {
  max-width: 550px;
  border-radius: 8px;
  box-shadow: 0 0 5px 0 rgba(66,61,206,0.18), 0 4px 5px 0 rgba(66,61,206,0.13);
}
.about-team {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.about-team .team-person {
  width: 24%;
  text-align: center;
  margin-bottom: 48px;
}
.about-team .team-person .person-avatar {
  text-align: center;
}
.about-team .team-person .person-avatar img {
  max-width: 192px;
  border-radius: 100px;
}
.about-team .team-person .person-name {
  font-size: 20px;
  margin-top: 16px;
}
.about-team .team-person .person-position {
  color: #797979;
  margin-top: 8px;
}
.about-press .press-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 64px;
}
.about-press .press-items .press-item {
  text-align: center;
  font-size: 18px;
}
.about-press .press-items .press-item .press-logo {
  text-align: center;
}
.about-press .press-items .press-item .press-logo img {
  max-width: 130px;
  max-height: 30px;
}
.about-press .press-items .press-item .press-text {
  line-height: 1.5;
  margin-top: 20px;
}
.about-press .press-items .press-item .press-link {
  margin-top: 20px;
}
.about-press .press-items .press-item .press-link a {
  display: inline-block;
  color: #423dce;
  text-decoration: none;
  position: relative;
  padding-bottom: 3px;
}
.about-press .press-items .press-item .press-link a span.arrow {
  display: inline-block;
  transition: 0.2s;
}
.about-press .press-items .press-item .press-link a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #423dce;
  transition: 0.2s;
}
.about-press .press-items .press-item .press-link a:hover span.arrow {
  transform: translateX(3px);
}
.about-press .press-items .press-item .press-link a:hover:after {
  width: calc(100% + 3px);
}
.about-investors .investors-items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  grid-gap: 32px;
}
.about-investors .investors-items .investors-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-investors .investors-items .investors-item img {
  max-width: 120px;
  max-height: 50px;
}
.case-study-cards-wrapper {
  padding-top: 64px;
  padding-bottom: 64px;
}
.case-study-cards-wrapper .case-study-cards {
  display: grid;
  grid-gap: 48px;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 1000px) {
  .case-study-cards-wrapper .case-study-cards {
    grid-gap: 24px;
  }
}
@media only screen and (max-width: 860px) {
  .case-study-cards-wrapper .case-study-cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.case-study-cards-wrapper .case-study-cards .case-study-card {
  flex-basis: 48%;
  border-radius: 4px;
  box-shadow: 0 0 5px 0 rgba(66,61,206,0.18), 0 4px 5px 0 rgba(66,61,206,0.13);
  background-color: #fff;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.case-study-cards-wrapper .case-study-cards .case-study-card .customer-featured {
  height: 340px;
  background-size: cover;
  background-repeat: no-repeat;
}
.case-study-cards-wrapper .case-study-cards .case-study-card .customer-quote-wrapper {
  padding: 32px;
}
.case-study-cards-wrapper .case-study-cards .case-study-card .customer-logo {
  margin-bottom: 20px;
}
.case-study-cards-wrapper .case-study-cards .case-study-card .customer-logo img {
  max-width: 150px;
  max-height: 50px;
}
.case-study-cards-wrapper .case-study-cards .case-study-card .customer-quote {
  line-height: 1.65;
}
@media only screen and (max-width: 860px) {
  .case-study-cards-wrapper .case-study-cards .case-study-card {
    max-width: 400px;
  }
}
.overview-wrapper {
  padding: 64px 0;
  background-color: #f8f9fa;
}
.overview-wrapper .overview-titles {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.overview-wrapper .overview-title {
  font-size: 44px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  color: #313131;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 600px) {
  .overview-wrapper .overview-title {
    font-size: 32px;
  }
}
.overview-wrapper .overview-subtitle {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  color: #313131;
  font-weight: 400;
  color: #423dce;
  line-height: 1.25;
  margin-top: 32px;
}
.overview-wrapper .video-wrapper {
  background-image: url("/images/graphic-video-container.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 5.5% 0;
}
.overview-wrapper .video-wrapper .video-container {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 5px 0 rgba(66,61,206,0.18), 0 4px 5px 0 rgba(66,61,206,0.13);
  border-radius: 8px;
  overflow: hidden;
}
.case-study-hero-wrapper {
  background-color: #f3f2fc;
  padding: 204px 0 64px 0;
}
.case-study-hero-wrapper.is-transparent {
  background-color: transparent;
}
.case-study-hero-wrapper .case-study-hero .cs-title-wrapper .pre-title {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #423dce;
  text-align: center;
  text-transform: uppercase;
}
.case-study-hero-wrapper .case-study-hero .cs-title-wrapper .cs-title {
  font-size: 36px;
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
}
@media only screen and (max-width: 600px) {
  .case-study-hero-wrapper .case-study-hero .cs-title-wrapper .cs-title {
    font-size: 7vw;
  }
}
@media only screen and (max-width: 400px) {
  .case-study-hero-wrapper .case-study-hero .cs-title-wrapper .cs-title {
    font-size: 9vw;
  }
}
.case-study-hero-wrapper .case-study-hero .cs-hero-mockup {
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 64px;
  position: relative;
}
.case-study-hero-wrapper .case-study-hero .cs-hero-mockup img {
  width: 100%;
}
.case-study-hero-wrapper .case-study-hero .cs-hero-meta {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 64px;
}
.case-study-hero-wrapper .case-study-hero .cs-hero-meta .meta-item {
  display: flex;
  align-items: center;
  flex-wrap: no-wrap;
  font-weight: 500;
}
.case-study-hero-wrapper .case-study-hero .cs-hero-meta .meta-item:not(:last-child) {
  margin-right: 6%;
}
.case-study-hero-wrapper .case-study-hero .cs-hero-meta .meta-item .icon {
  margin-right: 8px;
  color: #423dce;
}
.case-study-hero-wrapper .case-study-hero .cs-hero-meta .meta-item a {
  color: #313131;
  text-decoration: none;
}
@media only screen and (max-width: 600px) {
  .case-study-hero-wrapper .case-study-hero .cs-hero-meta {
    flex-direction: column;
  }
  .case-study-hero-wrapper .case-study-hero .cs-hero-meta .meta-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.case-study-hero-wrapper.is-blue {
  background-color: #423dce;
  color: #fff;
}
.case-study-hero-wrapper.is-blue .case-study-hero .cs-hero-meta .meta-item a {
  color: #fff;
}
.case-study-stats-wrapper {
  padding: 80px 0;
}
.case-study-stats-wrapper .case-study-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px;
  justify-items: center;
}
.case-study-stats-wrapper .case-study-stats.two {
  grid-template-columns: repeat(2, 1fr);
}
.case-study-stats-wrapper .case-study-stats .stat {
  max-width: 230px;
  text-align: center;
}
.case-study-stats-wrapper .case-study-stats .stat .stat-icon {
  text-align: center;
}
.case-study-stats-wrapper .case-study-stats .stat .stat-amount {
  font-size: 52px;
  letter-spacing: -2px;
  font-weight: bold;
  color: #423dce;
  text-align: center;
  margin-top: 32px;
}
.case-study-stats-wrapper .case-study-stats .stat .stat-description {
  text-align: center;
  margin-top: 4px;
  font-weight: 500;
  line-height: 1.35;
  max-width: 190px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 700px) {
  .case-study-stats-wrapper .case-study-stats {
    display: block;
  }
  .case-study-stats-wrapper .case-study-stats .stat {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
  .case-study-stats-wrapper .case-study-stats .stat:not(:last-child) {
    margin-bottom: 64px;
  }
}
.case-study-stats-wrapper .stats-video {
  border-radius: 8px;
  overflow: hidden;
}
.case-study-steps-wrapper {
  padding: 80px 0;
}
.case-study-steps-wrapper .cs-steps {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.case-study-steps-wrapper .cs-steps .steps {
  flex-shrink: 0;
  max-width: 420px;
}
.case-study-steps-wrapper .cs-steps .steps .step {
  display: flex;
}
.case-study-steps-wrapper .cs-steps .steps .step:not(:last-child) {
  margin-bottom: 48px;
}
.case-study-steps-wrapper .cs-steps .steps .step .step-text {
  margin-left: 20px;
  padding-top: 6%;
}
.case-study-steps-wrapper .cs-steps .steps .step .step-text .step-title {
  font-size: 24px;
  font-weight: bold;
}
.case-study-steps-wrapper .cs-steps .steps .step .step-text .step-description {
  line-height: 1.45;
  margin-top: 16px;
  font-weight: 500;
}
.case-study-steps-wrapper .cs-steps .mockup-phone-wrapper {
  flex-shrink: 0;
  width: 280px;
  position: relative;
}
.case-study-steps-wrapper .cs-steps .mockup-phone-wrapper img.mockup-phone {
  width: 100%;
}
.case-study-steps-wrapper .cs-steps .mockup-phone-wrapper img.screenshot-phone {
  width: 84%;
  position: absolute;
  top: 3%;
  left: 8%;
  border-radius: 25px;
}
@media only screen and (max-width: 880px) {
  .case-study-steps-wrapper .cs-steps {
    display: block;
  }
  .case-study-steps-wrapper .cs-steps .steps {
    margin-left: auto;
    margin-right: auto;
  }
  .case-study-steps-wrapper .cs-steps .steps .step:not(:last-child) {
    margin-bottom: 16px;
  }
  .case-study-steps-wrapper .cs-steps .mockup-phone-wrapper {
    margin-left: auto;
    margin-right: auto;
    margin-top: 64px;
  }
}
.case-study-about-wrapper {
  background-color: #f8f9fa;
  padding: 80px 0;
}
.case-study-about-wrapper.no-bg {
  background-color: transparent;
}
.case-study-about-wrapper .cs-about .cs-about-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.case-study-about-wrapper .cs-about .cs-about-content {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
  line-height: 1.5;
  font-weight: 500;
}
.case-study-about-wrapper .cs-about .cs-about-content p:not(:last-child) {
  margin-bottom: 20px;
}
.case-study-about-wrapper .cs-about .about-meta {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 64px;
}
.case-study-about-wrapper .cs-about .about-meta .meta-item {
  display: flex;
  align-items: center;
  flex-wrap: no-wrap;
}
.case-study-about-wrapper .cs-about .about-meta .meta-item:not(:last-child) {
  margin-right: 6%;
}
.case-study-about-wrapper .cs-about .about-meta .meta-item .icon {
  margin-right: 8px;
}
.case-study-about-wrapper .cs-about .about-meta .meta-item a {
  color: #313131;
  text-decoration: none;
}
@media only screen and (max-width: 600px) {
  .case-study-about-wrapper .cs-about .about-meta {
    flex-direction: column;
  }
  .case-study-about-wrapper .cs-about .about-meta .meta-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.case-study-video-overlay-wrapper {
  background-color: rgba(31,29,84,0.35);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.case-study-video-overlay-wrapper .close {
  position: absolute;
  top: 20px;
  right: 20px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNi4xNzQgNWwzLjU4LTMuNTczQS44MzYuODM2IDAgMDA4LjU3Mi4yNDVMNSAzLjgyNSAxLjQyOC4yNDVBLjgzNi44MzYgMCAxMC4yNDYgMS40MjdMMy44MjYgNSAuMjQ2IDguNTcxYS44MzMuODMzIDAgMDAwIDEuMTgzLjgzMi44MzIgMCAwMDEuMTgyIDBMNSA2LjE3NGwzLjU3MiAzLjU4YS44MzIuODMyIDAgMDAxLjE4MiAwIC44MzMuODMzIDAgMDAwLTEuMTgzTDYuMTc0IDV6IiBmaWxsPSIjNTY1NDdFIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=");
  width: 10px;
  height: 10px;
  cursor: pointer;
  opacity: 0.5;
}
.case-study-video-overlay-wrapper .close:hover {
  opacity: 1;
}
.case-study-video-overlay-wrapper .case-study-video-overlay {
  width: 960px;
}
@media only screen and (max-width: 960px) {
  .case-study-video-overlay-wrapper .case-study-video-overlay {
    width: 90%;
  }
}
.roi-calculator-hero-wrapper {
  background-color: #f3f2fc;
  padding: 204px 0 64px 0;
}
.roi-calculator-hero-wrapper .roi-calculator-hero {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #313131;
}
.roi-calculator-hero-wrapper .roi-calculator-hero .hero-text {
  max-width: 480px;
  margin-right: 80px;
}
.roi-calculator-hero-wrapper .roi-calculator-hero .hero-text .hero-title {
  font-size: 33px;
  line-height: 1.35;
}
.roi-calculator-hero-wrapper .roi-calculator-hero .hero-text .hero-buttons {
  display: flex;
}
.roi-calculator-hero-wrapper .roi-calculator-hero .hero-text .hero-buttons .button-wrapper:not(:last-child) {
  margin-right: 16px;
}
@media only screen and (max-width: 600px) {
  .roi-calculator-hero-wrapper .roi-calculator-hero .hero-text .hero-buttons {
    display: block;
  }
  .roi-calculator-hero-wrapper .roi-calculator-hero .hero-text .hero-buttons .button-wrapper {
    margin-right: 0 !important;
  }
}
.roi-calculator-hero-wrapper .roi-calculator-hero .hero-text .hero-checkmarks {
  display: flex;
  margin-top: 40px;
}
@media only screen and (max-width: 600px) {
  .roi-calculator-hero-wrapper .roi-calculator-hero .hero-text .hero-checkmarks {
    justify-content: center;
  }
}
.roi-calculator-hero-wrapper .roi-calculator-hero .hero-text .hero-checkmarks .check-item {
  display: flex;
  font-size: 14px;
}
.roi-calculator-hero-wrapper .roi-calculator-hero .hero-text .hero-checkmarks .check-item:not(:last-child) {
  margin-right: 24px;
}
.roi-calculator-hero-wrapper .roi-calculator-hero .hero-text .hero-checkmarks .check-item .icon {
  display: block;
  width: 19px;
  height: 14px;
  background-image: url("/images/icon-check-navy.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.roi-calculator-hero-wrapper .roi-calculator-hero .hero-text .hero-checkmarks .check-item .text {
  margin-left: 8px;
  transform: translateY(2px);
}
.roi-calculator-hero-wrapper .roi-calculator-hero .hero-graphic img {
  height: 350px;
}
@media only screen and (max-width: 810px) {
  .roi-calculator-hero-wrapper .roi-calculator-hero {
    flex-direction: column-reverse;
  }
  .roi-calculator-hero-wrapper .roi-calculator-hero .hero-text {
    margin-right: 0;
  }
  .roi-calculator-hero-wrapper .roi-calculator-hero .hero-text .hero-subtitle {
    margin-top: 16px;
  }
  .roi-calculator-hero-wrapper .roi-calculator-hero .hero-graphic {
    margin-bottom: 32px;
  }
  .roi-calculator-hero-wrapper .roi-calculator-hero .hero-graphic img {
    max-height: 300px;
  }
}
.roi-logos-intro-wrapper {
  padding: 64px 0;
}
@media only screen and (max-width: 600px) {
  .roi-logos-intro-wrapper {
    padding: 32px 0;
  }
}
.roi-logos-intro-wrapper .roi-logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  max-width: 755px;
  margin-left: auto;
  margin-right: auto;
  overflow-x: auto;
}
.roi-logos-intro-wrapper .roi-logos .logo:not(:last-child) {
  margin-right: 60px;
}
@media only screen and (max-width: 600px) {
  .roi-logos-intro-wrapper .roi-logos .logo:not(:last-child) {
    margin-right: 40px;
  }
}
.roi-logos-intro-wrapper .roi-logos .logo img {
  vertical-align: middle;
  filter: grayscale(70%);
  opacity: 0.75;
}
.roi-logos-intro-wrapper .roi-intro {
  margin-top: 64px;
}
.roi-logos-intro-wrapper .roi-intro p {
  max-width: 460px;
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto;
}
.roi-calculator-content {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.roi-calculator-content .roi-box-wrapper {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 64px;
}
.roi-calculator-content .roi-box-wrapper:not(.roi-form-wrapper) {
  opacity: 0;
  display: none;
}
@media only screen and (max-width: 800px) {
  .roi-calculator-content .roi-box-wrapper {
    padding: 32px;
  }
}
.roi-calculator-content form.roi-calculator-form .row:not(:last-child) {
  margin-bottom: 32px;
}
.roi-calculator-content form.roi-calculator-form .row.hidden {
  display: none;
}
.roi-calculator-content form.roi-calculator-form .row.two {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px;
}
@media only screen and (max-width: 700px) {
  .roi-calculator-content form.roi-calculator-form .row.two {
    display: block;
  }
  .roi-calculator-content form.roi-calculator-form .row.two .field:not(:last-child) {
    margin-bottom: 32px;
  }
}
.roi-calculator-content form.roi-calculator-form .row.slider-row {
  padding-bottom: 48px;
}
.roi-calculator-content form.roi-calculator-form .field.is-invalid .input-wrapper:after {
  top: 50%;
  transform: translateY(105%);
}
.roi-calculator-content form.roi-calculator-form .field.is-valid .input-wrapper:after {
  top: 50%;
  transform: translateY(110%);
}
.roi-calculator-content form.roi-calculator-form .field-phone-wrapper {
  position: relative;
}
.roi-calculator-content form.roi-calculator-form .field-phone-wrapper input[type="tel"],
.roi-calculator-content form.roi-calculator-form .field-phone-wrapper input[type="number"] {
  padding-left: 32px !important;
  -moz-appearance: textfield;
}
.roi-calculator-content form.roi-calculator-form .field-phone-wrapper input[type="tel"]::-webkit-outer-spin-button,
.roi-calculator-content form.roi-calculator-form .field-phone-wrapper input[type="number"]::-webkit-outer-spin-button,
.roi-calculator-content form.roi-calculator-form .field-phone-wrapper input[type="tel"]::-webkit-inner-spin-button,
.roi-calculator-content form.roi-calculator-form .field-phone-wrapper input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.roi-calculator-content form.roi-calculator-form .field-phone-wrapper .phone-prefix {
  position: absolute;
  top: 50%;
  left: 13px;
  transform: translateY(82%);
  font-size: 16px;
  opacity: 1;
  color: #313131;
}
.roi-calculator-content form.roi-calculator-form label,
.roi-calculator-content form.roi-calculator-form input,
.roi-calculator-content form.roi-calculator-form select {
  display: block;
  width: 100%;
}
.roi-calculator-content form.roi-calculator-form label {
  font-size: 18px;
  line-height: 1.35;
  margin-bottom: 16px;
}
.roi-calculator-content form.roi-calculator-form label[for="roi_range"] {
  padding-bottom: 16px;
}
.roi-calculator-content form.roi-calculator-form input:not([type="range"]):not([type="submit"]),
.roi-calculator-content form.roi-calculator-form select,
.roi-calculator-content form.roi-calculator-form option {
  font-family: 'PlusJakartaSansWF', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  outline: none;
  border: 1px solid rgba(66,61,206,0.29);
  background-color: #fcfcfe;
  color: #313131;
  border-radius: 4px;
  font-size: 16px;
  width: 100%;
  height: 48px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 2px;
  -webkit-appearance: none;
  transition: 0.2s;
}
.roi-calculator-content form.roi-calculator-form input:not([type="range"]):not([type="submit"])[type="number"],
.roi-calculator-content form.roi-calculator-form select[type="number"],
.roi-calculator-content form.roi-calculator-form option[type="number"] {
  padding-left: 28px;
  -moz-appearance: textfield;
}
.roi-calculator-content form.roi-calculator-form input:not([type="range"]):not([type="submit"])[type="number"]::-webkit-outer-spin-button,
.roi-calculator-content form.roi-calculator-form select[type="number"]::-webkit-outer-spin-button,
.roi-calculator-content form.roi-calculator-form option[type="number"]::-webkit-outer-spin-button,
.roi-calculator-content form.roi-calculator-form input:not([type="range"]):not([type="submit"])[type="number"]::-webkit-inner-spin-button,
.roi-calculator-content form.roi-calculator-form select[type="number"]::-webkit-inner-spin-button,
.roi-calculator-content form.roi-calculator-form option[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.roi-calculator-content form.roi-calculator-form input:not([type="range"]):not([type="submit"])::placeholder,
.roi-calculator-content form.roi-calculator-form select::placeholder,
.roi-calculator-content form.roi-calculator-form option::placeholder {
  color: rgba(49,49,49,0.35);
}
.roi-calculator-content form.roi-calculator-form input:not([type="range"]):not([type="submit"]):focus,
.roi-calculator-content form.roi-calculator-form select:focus,
.roi-calculator-content form.roi-calculator-form option:focus {
  border-color: rgba(66,61,206,0.75);
}
@media only screen and (max-width: 410px) {
  .roi-calculator-content form.roi-calculator-form input:not([type="range"]):not([type="submit"]),
  .roi-calculator-content form.roi-calculator-form select,
  .roi-calculator-content form.roi-calculator-form option {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.roi-calculator-content form.roi-calculator-form input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 4px;
  background: #dcdce7;
  border-radius: 100px;
  outline: none;
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
  margin: 24px 0 48px 0;
}
.roi-calculator-content form.roi-calculator-form input[type="range"]:hover {
  opacity: 1;
}
.roi-calculator-content form.roi-calculator-form input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 100px;
  background: #423dce;
  cursor: pointer;
}
.roi-calculator-content form.roi-calculator-form input[type="range"]::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 100px;
  background: #423dce;
  cursor: pointer;
}
.roi-calculator-content form.roi-calculator-form .radios-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px;
}
.roi-calculator-content form.roi-calculator-form .radios-wrapper .radio-item label {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 3px;
  height: 48px;
}
.roi-calculator-content form.roi-calculator-form .radios-wrapper .radio-item input[type="radio"] {
  opacity: 0;
  visibility: hidden;
  height: 0;
  padding: 0;
  margin: 0;
}
.roi-calculator-content form.roi-calculator-form .radios-wrapper .radio-item input[type="radio"]:checked + label {
  border-color: #423dce;
  background-color: rgba(66,61,206,0.08);
  font-weight: bold;
  color: #423dce;
}
.roi-calculator-content form.roi-calculator-form p.form-fineprint {
  margin-top: -16px;
  font-size: 11px;
  line-height: 1.4;
  color: rgba(121,121,121,0.5);
}
.roi-calculator-content .roi-dots {
  padding: 32px 0;
  opacity: 0;
}
.roi-calculator-content .roi-dots.first {
  height: 0;
}
.roi-calculator-content .roi-dots:not(.first) {
  display: none;
}
.roi-calculator-content .roi-dots .dot {
  width: 6px;
  height: 6px;
  border-radius: 100px;
  background-color: #423dce;
  margin-left: auto;
  margin-right: auto;
}
.roi-calculator-content .roi-dots .dot:not(:last-child) {
  margin-bottom: 16px;
}
.roi-calculator-content .roi-dots.cta-margin {
  margin-bottom: -64px;
}
.roi-calculator-content .roi-breakdown-wrapper {
  border: 2px solid #423dce;
  padding: 0;
}
.roi-calculator-content .roi-breakdown-wrapper .breakdown-tabs {
  display: flex;
}
.roi-calculator-content .roi-breakdown-wrapper .breakdown-tabs .breakdown-tab {
  flex-basis: 33.3%;
  flex-shrink: 0;
  flex-grow: 0;
  padding: 48px 32px;
  border-bottom: 2px solid #423dce;
  cursor: pointer;
}
.roi-calculator-content .roi-breakdown-wrapper .breakdown-tabs .breakdown-tab span {
  display: block;
  text-align: center;
}
.roi-calculator-content .roi-breakdown-wrapper .breakdown-tabs .breakdown-tab span.roi-value {
  font-weight: 500;
  font-size: 48px;
  color: #423dce;
}
.roi-calculator-content .roi-breakdown-wrapper .breakdown-tabs .breakdown-tab span.roi-period {
  font-weight: 500;
  font-size: 18px;
  margin-top: 4px;
}
.roi-calculator-content .roi-breakdown-wrapper .breakdown-tabs .breakdown-tab:nth-child(1),
.roi-calculator-content .roi-breakdown-wrapper .breakdown-tabs .breakdown-tab:nth-child(2) {
  border-right: 2px solid #423dce;
}
.roi-calculator-content .roi-breakdown-wrapper .breakdown-tabs .breakdown-tab.active {
  background-color: rgba(66,61,206,0.12) !important;
}
.roi-calculator-content .roi-breakdown-wrapper .breakdown-tabs .breakdown-tab:hover {
  background-color: rgba(66,61,206,0.05);
}
@media only screen and (max-width: 570px) {
  .roi-calculator-content .roi-breakdown-wrapper .breakdown-tabs .breakdown-tab {
    padding: 21.6px 16px 16px 16px;
  }
  .roi-calculator-content .roi-breakdown-wrapper .breakdown-tabs .breakdown-tab span.roi-value {
    font-size: 32px;
  }
  .roi-calculator-content .roi-breakdown-wrapper .breakdown-tabs .breakdown-tab span.roi-period {
    font-size: 14px;
  }
}
.roi-calculator-content .roi-breakdown-wrapper .breakdown-tabs-content {
  padding: 64px;
}
@media only screen and (max-width: 800px) {
  .roi-calculator-content .roi-breakdown-wrapper .breakdown-tabs-content {
    padding: 32px;
  }
}
.roi-calculator-content .roi-breakdown-wrapper .breakdown-timeline:not(.active) {
  display: none;
}
.roi-calculator-content .roi-breakdown-wrapper .breakdown-timeline ul li {
  position: relative;
  padding-left: 26px;
}
.roi-calculator-content .roi-breakdown-wrapper .breakdown-timeline ul li .timeline-title {
  font-size: 28px;
  font-weight: 500;
}
.roi-calculator-content .roi-breakdown-wrapper .breakdown-timeline ul li .descriptor {
  color: #797979;
  margin-top: 8px;
}
.roi-calculator-content .roi-breakdown-wrapper .breakdown-timeline ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  background-color: #313131;
  border-radius: 100px;
}
.roi-calculator-content .roi-breakdown-wrapper .breakdown-timeline ul li:not(:last-child) {
  padding-bottom: 32px;
  margin-bottom: 32px;
}
.roi-calculator-content .roi-breakdown-wrapper .breakdown-timeline ul li:not(:last-child):after {
  content: '';
  position: absolute;
  top: 29px;
  left: 2px;
  width: 4px;
  height: 100%;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSI0cHgiIGhlaWdodD0iOHB4IiB2aWV3Qm94PSIwIDAgNCA4IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPiAgICA8dGl0bGU+QXJ0Ym9hcmQ8L3RpdGxlPiAgICA8ZyBpZD0iQXJ0Ym9hcmQiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGNpcmNsZSBpZD0iT3ZhbC1Db3B5LTYiIGZpbGw9IiNEOEQ3RTQiIGN4PSIyIiBjeT0iMiIgcj0iMiI+PC9jaXJjbGU+ICAgIDwvZz48L3N2Zz4=");
}
@media only screen and (max-width: 600px) {
  .roi-calculator-content .roi-breakdown-wrapper .breakdown-timeline ul li .timeline-title {
    font-size: 22px;
  }
  .roi-calculator-content .roi-breakdown-wrapper .breakdown-timeline ul li:not(:last-child) {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
.roi-calculator-content .roi-breakdown-wrapper .timeline-demo-cta {
  margin-top: 64px;
}
.roi-calculator-content .chilipiper-popup {
  background: #f8f9fa !important;
}
.roi-calculator-content .roi-graph .roi-graph-title {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 64px;
}
.roi-calculator-content .roi-graph .graph-element-container {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.roi-calculator-content .roi-graph .graph-element-wrapper {
  width: 672px;
  height: 336px;
}
.asset-content {
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #313131;
  padding: 64px 0;
}
.asset-content .asset-cover img {
  max-width: 440px;
  border-radius: 8px;
  box-shadow: 0 14px 28px 0 rgba(30,27,107,0.5);
}
@media only screen and (max-width: 500px) {
  .asset-content .asset-cover img {
    max-width: 100%;
  }
}
.asset-content .asset-info {
  max-width: 480px;
}
.asset-content .asset-info .asset-type {
  font-size: 11px;
  color: rgba(255,255,255,0.65);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
}
.asset-content .asset-info .asset-title {
  margin-top: 16px;
  font-size: 44px;
  font-weight: 800;
  line-height: 1.25;
  text-align: left;
  color: #313131;
  line-height: 1.2;
}
@media only screen and (max-width: 600px) {
  .asset-content .asset-info .asset-title {
    font-size: 32px;
  }
}
.asset-content .asset-info .asset-description {
  margin-top: 32px;
}
.asset-content .asset-info .asset-description a {
  text-decoration: underline;
}
.asset-content .asset-info ul.asset-checklist {
  margin-top: 28px;
}
.asset-content .asset-info ul.asset-checklist li {
  display: flex;
  line-height: 1.35;
}
.asset-content .asset-info ul.asset-checklist li:not(:last-child) {
  margin-bottom: 16px;
}
.asset-content .asset-info ul.asset-checklist li:before {
  content: '';
  display: block;
  width: 18px;
  height: 15px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxOHB4IiBoZWlnaHQ9IjE1cHgiIHZpZXdCb3g9IjAgMCAxOCAxNSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgPHRpdGxlPmljb24tY2hlY2ttYXJrIDI8L3RpdGxlPiAgICA8ZyBpZD0iQXNzZXQtRG93bmxvYWQtUGFnZSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iQXNzZXQtRG93bmxvYWQtMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTY1Ny4wMDAwMDAsIC01NDIuMDAwMDAwKSIgZmlsbD0iIzA5RTFBMCIgZmlsbC1ydWxlPSJub256ZXJvIj4gICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTU4LjAwMDAwMCwgMTc0LjAwMDAwMCkiPiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDk5LjAwMDAwMCwgMC4wMDAwMDApIj4gICAgICAgICAgICAgICAgICAgIDxnIGlkPSJDb250ZW50Ij4gICAgICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iQ2hlY2tsaXN0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgMzY4LjAwMDAwMCkiPiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAtMyI+ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8ZyBpZD0iaWNvbi1jaGVja21hcmstMiI+ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTcuMDk1Njg4OCwxMy45NzU2MDk4IEM2LjgwNzQyODU3LDEzLjk3NDY0OTIgNi41MzI0ODI3MiwxMy44NDk3OTkgNi4zMzY0NjYyNSwxMy42MzA4NTQzIEwxLjI4MTkxNjA4LDguMDYwODk4NDYgQzAuODg4NDU2NzM3LDcuNjI2NTQxMTcgMC45MDk0MTA0MzMsNi45NDQwMTQ2NCAxLjMyODcxNzQ3LDYuNTM2NDMyOCBDMS43NDgwMjQ1MSw2LjEyODg1MDk1IDIuNDA2OTAxODUsNi4xNTA1NTY3NCAyLjgwMDM2MTE5LDYuNTg0OTE0MDQgTDcuMDg1Mjg4NDksMTEuMzE0NTI4NCBMMTUuODMxOTQ4MywxLjQwMjgwODE1IEMxNi4wNzM4MDksMS4wOTA4MjA0MyAxNi40NjI2NjQsMC45NDMzODYzMTMgMTYuODQxODAxOSwxLjAxOTkyMjggQzE3LjIyMDkzOTksMS4wOTY0NTkyOCAxNy41Mjc4OTg5LDEuMzg0MzU3MjIgMTcuNjM4OTcyNSwxLjc2NzU5MTcgQzE3Ljc1MDA0NjEsMi4xNTA4MjYxOCAxNy42NDY5MzUxLDIuNTY2MjYwNTIgMTcuMzcxMTk0MSwyLjg0NjQ3MTc0IEw3Ljg2NTMxMTY3LDEzLjYyMDA4MDcgQzcuNjcxMTIzNDIsMTMuODQzMDExIDcuMzk1OTMzMzUsMTMuOTcxODc3MSA3LjEwNjA4OTExLDEzLjk3NTYwOTggTDcuMDk1Njg4OCwxMy45NzU2MDk4IFoiIGlkPSJpY29uLWNoZWNrbWFyayIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOS4zNDE0NjMsIDcuNDg3ODA1KSByb3RhdGUoMS4wMDAwMDApIHRyYW5zbGF0ZSgtOS4zNDE0NjMsIC03LjQ4NzgwNSkgIj48L3BhdGg+ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2c+ICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4gICAgICAgICAgICAgICAgICAgICAgICA8L2c+ICAgICAgICAgICAgICAgICAgICA8L2c+ICAgICAgICAgICAgICAgIDwvZz4gICAgICAgICAgICA8L2c+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=");
}
.asset-content .asset-info ul.asset-checklist li span {
  margin-left: 8px;
  transform: translateY(-2px);
}
.asset-content .asset-info form.form-asset-download {
  margin-top: 32px;
}
.asset-content .asset-info form.form-asset-download .field.is-invalid .input-wrapper:after {
  top: 50%;
  transform: translateY(45%);
}
.asset-content .asset-info form.form-asset-download .field.is-valid .input-wrapper:after {
  top: 50%;
  transform: translateY(45%);
}
@media only screen and (max-width: 1050px) {
  .asset-content {
    flex-direction: column;
  }
  .asset-content .asset-info {
    margin-top: 64px;
  }
}
.asset-wrapper .asset-partner-logos {
  display: flex;
  justify-content: center;
  align-items: center;
}
.asset-wrapper .asset-partner-logos .partner-logo {
  padding: 0 24px;
}
@media only screen and (max-width: 700px) {
  .asset-wrapper .asset-partner-logos .partner-logo {
    padding: 0 16px;
    flex-basis: 33%;
  }
  .asset-wrapper .asset-partner-logos .partner-logo img {
    width: 100%;
    height: auto;
  }
}
.asset-download-logos-wrapper {
  padding-top: 64px;
  background-color: #423dce;
}
@media only screen and (max-width: 600px) {
  .asset-download-logos-wrapper {
    padding: 32px 0;
  }
}
.asset-download-logos-wrapper .asset-download-logos-heading {
  text-align: center;
  color: #fff;
}
.asset-download-logos-wrapper .asset-download-logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  max-width: 755px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
  overflow-x: auto;
}
.asset-download-logos-wrapper .asset-download-logos .logo:not(:last-child) {
  margin-right: 60px;
}
@media only screen and (max-width: 600px) {
  .asset-download-logos-wrapper .asset-download-logos .logo:not(:last-child) {
    margin-right: 40px;
  }
}
.asset-download-logos-wrapper .asset-download-logos .logo img {
  vertical-align: middle;
}
.careers-about .about-item {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1050px) {
  .careers-about .about-item {
    display: block;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
.careers-about .about-item .about-text {
  max-width: 450px;
  flex-shrink: 0;
}
.careers-about .about-item .about-image {
  flex-shrink: 1;
}
@media only screen and (max-width: 1050px) {
  .careers-about .about-item .about-image {
    margin-top: 32px;
  }
}
.careers-about .about-item .about-image img.about-image-item {
  max-width: 500px;
  border-radius: 8px;
  box-shadow: 0 0 5px 0 rgba(66,61,206,0.18), 0 4px 5px 0 rgba(66,61,206,0.13);
}
@media only screen and (max-width: 600px) {
  .careers-about .about-item .about-image img.about-image-item {
    max-width: 100%;
  }
}
.careers-about .about-item h3.about-item-title {
  font-size: 44px;
  font-weight: 800;
  line-height: 1.25;
  text-align: left;
  color: #313131;
}
@media only screen and (max-width: 600px) {
  .careers-about .about-item h3.about-item-title {
    font-size: 32px;
  }
}
.careers-about .about-item .about-item-content {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 20px;
  font-weight: 500;
}
.careers-about .about-item:nth-child(even) {
  flex-direction: row-reverse;
}
.careers-about .about-item:not(:last-child) {
  margin-bottom: 80px;
}
.careers-perks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.careers-perks article.perk {
  width: calc(50% - 16px);
  background-color: #f8f9fa;
  padding: 32px;
  border-radius: 4px;
  border-left: 4px solid #423dce;
}
.careers-perks article.perk:last-child {
  flex-grow: 1;
}
.careers-perks article.perk:not(:last-child) {
  margin-bottom: 32px;
}
.careers-perks article.perk .perk-icon img {
  height: 64px;
}
.careers-perks article.perk .perk-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.25;
  text-align: left;
  color: #313131;
  margin-top: 32px;
  margin-bottom: 8px;
}
.careers-perks article.perk .perk-description {
  line-height: 1.5;
}
@media only screen and (max-width: 650px) {
  .careers-perks {
    display: block;
  }
  .careers-perks article.perk {
    width: 100%;
  }
}
.careers-awards .awards-list {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 64px;
}
.careers-awards .awards-list article.award img {
  max-width: 100%;
}
@media only screen and (max-width: 600px) {
  .careers-awards .awards-list {
    grid-gap: 32px;
  }
}
.careers-collage {
  display: flex;
}
.careers-collage article.collage-image {
  flex-basis: 50%;
}
.careers-collage article.collage-image img {
  vertical-align: middle;
  width: 100%;
}
.careers-values {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  counter-reset: value;
}
.careers-values article.value {
  counter-increment: value;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 480px) {
  .careers-values article.value {
    align-items: flex-start;
  }
}
.careers-values article.value .value-index {
  flex-shrink: 0;
  margin-right: 24px;
  width: 90px;
  height: 90px;
  background-color: #423dce;
  border-radius: 6px;
  font-size: 42px;
  font-weight: 500;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.careers-values article.value .value-index span:after {
  content: counter(value);
}
.careers-values article.value .value-content {
  padding-top: 6px;
}
.careers-values article.value .value-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.35;
  text-align: left;
  color: #313131;
}
.careers-values article.value .value-description {
  line-height: 1.35;
  margin-top: 4px;
  font-size: 18px;
  font-weight: 500;
  color: #797979;
}
.careers-values article.value:not(:last-child) {
  margin-bottom: 32px;
}
.careers-positions-listing .departments {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
}
.careers-positions-listing .departments .department:not(:last-child) {
  margin-bottom: 48px;
}
.careers-positions-listing .departments .department .general {
  display: none;
}
.careers-positions-listing .departments .department .department-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.35;
  text-align: left;
  color: #313131;
  color: #423dce;
}
.careers-positions-listing .departments .department ul {
  margin-top: 16px;
}
.careers-positions-listing .departments .department ul li {
  background-color: #f8f9fa;
}
.careers-positions-listing .departments .department ul li a {
  position: relative;
  display: block;
  padding: 18.4px 40px 16px 16px;
  color: #313131;
  text-decoration: none;
}
.careers-positions-listing .departments .department ul li a:after {
  display: block;
  content: '';
  width: 14px;
  height: 12.5px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNHB4IiB2aWV3Qm94PSIwIDAgMTYgMTQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+aWNvbi1hcnJvdy1yaWdodDwvdGl0bGU+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iQXJ0Ym9hcmQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MjAuMDAwMDAwLCAtMTQyLjAwMDAwMCkiIGZpbGw9IiMyMDFENTQiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgIDxnIGlkPSJpY29uLWFycm93LXJpZ2h0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1MjAuMDAwMDAwLCAxNDIuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMSw3Ljk5OTk5ODA5IEwxMi44Niw3Ljk5OTk5ODA5IEw5LjIzLDEyLjM2IEM4Ljg3NjUzNzc2LDEyLjc4NTI1OTMgOC45MzQ3NDA3NCwxMy40MTY1Mzc4IDkuMzYsMTMuNzcgQzkuNzg1MjU5MjYsMTQuMTIzNDYyMiAxMC40MTY1Mzc4LDE0LjA2NTI1OTMgMTAuNzcsMTMuNjQgTDE1Ljc3LDcuNjQgQzE1LjgwMzYzOTMsNy41OTIyNzU2OCAxNS44MzM3MjA2LDcuNTQyMTQwMjYgMTUuODYsNy40OSBDMTUuODYsNy40NCAxNS45MSw3LjQxIDE1LjkzLDcuMzYgQzE1Ljk3NTMyNjUsNy4yNDUzNDEzMiAxNS45OTkwNTg5LDcuMTIzMjg5MTcgMTYsNi45OTk5OTgwOSBMMTYsNi45OTk5OTgwOSBDMTUuOTk5MDU4OSw2Ljg3NjcxMDgzIDE1Ljk3NTMyNjUsNi43NTQ2NTg2OCAxNS45Myw2LjY0IEMxNS45Myw2LjU5IDE1Ljg4LDYuNTYgMTUuODYsNi41MSBDMTUuODMzNzIwNiw2LjQ1Nzg1OTc0IDE1LjgwMzYzOTMsNi40MDc3MjQzMiAxNS43Nyw2LjM2IEwxMC43NywwLjM2IEMxMC41Nzk2NDM1LDAuMTMxNDU5OTA0IDEwLjI5NzQzMjIsLTAuMDAwNDgzMDI4NTUxIDEwLC0xLjkxMDM1ODI2ZS0wNiBDOS43NjYzNDc4NCwtMC4wMDA0NTY1MTMwMTMgOS41Mzk5MTIwNiwwLjA4MDkxODg0NjQgOS4zNiwwLjIzIEM5LjE1NTQ5Mjg3LDAuMzk5NTQ4MTY1IDkuMDI2ODUyMTYsMC42NDM1MDA3ODEgOS4wMDI0NjMwOCwwLjkwODAyODUxMSBDOC45NzgwNzQsMS4xNzI1NTYyNCA5LjA1OTk0MTEsMS40MzU5MTczOCA5LjIzLDEuNjQgTDEyLjg2LDUuOTk5OTk4MDkgTDEsNS45OTk5OTgwOSBDMC40NDc3MTUyNSw1Ljk5OTk5ODA5IDAsNi40NDc3MTUyNSAwLDYuOTk5OTk4MDkgQzAsNy41NTIyODQ3NSAwLjQ0NzcxNTI1LDcuOTk5OTk4MDkgMSw3Ljk5OTk5ODA5IFoiIGlkPSJQYXRoIj48L3BhdGg+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  z-index: 1;
}
.careers-positions-listing .departments .department ul li span {
  display: block;
}
.careers-positions-listing .departments .department ul li .position-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.25;
  text-align: left;
  color: #313131;
  font-weight: 500;
}
.careers-positions-listing .departments .department ul li .position-location {
  margin-top: 8px;
  color: #797979;
  font-size: 16px;
}
.careers-positions-listing .departments .department ul li:first-child {
  border-radius: 4px 4px 0 0;
}
.careers-positions-listing .departments .department ul li:last-child {
  border-radius: 0 0 4px 4px;
}
.careers-positions-listing .departments .department ul li:only-child {
  border-radius: 4px;
}
.careers-positions-listing .departments .department ul li:not(:last-child) {
  border-bottom: 1px solid #eff2f4;
}
.careers-positions-listing .departments .department ul li:hover {
  background-color: #eff2f4;
}
.ct-comparison-wrapper {
  padding-top: 160px;
  padding-bottom: 80px;
}
.ct-comparison-wrapper .ct-comparison {
  display: flex;
  text-align: center;
  justify-content: center;
}
.ct-comparison-wrapper .ct-comparison .comparison-section {
  flex: 0;
  padding-top: 56px;
  padding-left: 32px;
  padding-right: 32px;
  border-radius: 12px;
}
.ct-comparison-wrapper .ct-comparison .comparison-section .comparison-title {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.ct-comparison-wrapper .ct-comparison .comparison-section .comparison-descriptor {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  color: #313131;
  margin: 32px 0;
}
.ct-comparison-wrapper .ct-comparison .comparison-section .comparison-rate {
  display: flex;
  justify-content: center;
}
.ct-comparison-wrapper .ct-comparison .comparison-section .comparison-rate .rate-value {
  margin-right: 4px;
  font-weight: 500;
}
.ct-comparison-wrapper .ct-comparison .comparison-section .comparison-graphic {
  margin-top: 16px;
}
.ct-comparison-wrapper .ct-comparison .comparison-section .comparison-graphic img {
  max-width: 362px;
}
.ct-comparison-wrapper .ct-comparison .comparison-section.old {
  margin-right: 16px;
}
.ct-comparison-wrapper .ct-comparison .comparison-section.old .comparison-title,
.ct-comparison-wrapper .ct-comparison .comparison-section.old .comparison-rate .rate-value {
  color: #e75757;
}
.ct-comparison-wrapper .ct-comparison .comparison-section.old .comparison-graphic img {
  filter: grayscale(100%);
}
.ct-comparison-wrapper .ct-comparison .comparison-section.new {
  margin-left: 16px;
  background-color: rgba(9,225,160,0.08);
}
.ct-comparison-wrapper .ct-comparison .comparison-section.new .comparison-title,
.ct-comparison-wrapper .ct-comparison .comparison-section.new .comparison-rate .rate-value {
  color: #07a978;
}
@media only screen and (max-width: 900px) {
  .ct-comparison-wrapper .ct-comparison {
    display: block;
  }
  .ct-comparison-wrapper .ct-comparison .comparison-section {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .ct-comparison-wrapper .ct-comparison .comparison-section.old {
    padding-top: 0;
  }
  .ct-comparison-wrapper .ct-comparison .comparison-graphic img {
    max-width: 350px !important;
  }
}
@media only screen and (max-width: 500px) {
  .ct-comparison-wrapper .ct-comparison .comparison-graphic img {
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 700px) {
  .ct-comparison-wrapper {
    padding-top: 10%;
  }
}
aside.blog-sidebar {
  width: 335px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 80px;
  margin-top: 64px;
}
aside.blog-sidebar .sidebar-content {
  position: sticky;
  top: 144px;
}
aside.blog-sidebar .sidebar-group {
  border-radius: 4px;
  background-color: rgba(223,224,255,0.5);
  padding: 24px;
}
aside.blog-sidebar .sidebar-group:not(:last-child) {
  margin-bottom: 16px;
}
aside.blog-sidebar .sidebar-group .sidebar-group-title {
  font-weight: bold;
  font-size: 16px;
  color: #313131;
}
aside.blog-sidebar .sidebar-group .sidebar-items {
  margin-top: 16px;
}
aside.blog-sidebar .sidebar-group .sidebar-items li a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
aside.blog-sidebar .sidebar-group .sidebar-items li:not(:last-child) {
  margin-bottom: 20px;
}
aside.blog-sidebar .sidebar-group .sidebar-items li .post-image img {
  width: 54px;
  height: 54px;
  border-radius: 4px;
  object-fit: cover;
}
aside.blog-sidebar .sidebar-group .sidebar-items li .post-info {
  margin-left: 8px;
}
aside.blog-sidebar .sidebar-group .sidebar-items li .post-info .post-category {
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.9px;
  color: #7b79a1;
  text-transform: uppercase;
  margin-bottom: 6px;
}
aside.blog-sidebar .sidebar-group .sidebar-items li .post-info .post-title {
  line-height: 1.25;
  color: #313131;
  font-size: 14px;
  font-weight: 500;
}
aside.blog-sidebar .sidebar-group .sidebar-items li a:hover .post-title {
  color: #423dce;
}
@media only screen and (max-width: 950px) {
  aside.blog-sidebar {
    margin-left: 0;
    margin-top: 64px;
    margin-left: auto;
    margin-right: auto;
  }
}
.blog-go-back {
  padding-top: 32px;
}
.blog-go-back a {
  display: inline-block;
  text-decoration: none;
  color: #423dce;
  font-size: 14px;
}
.blog-go-back a .arrow {
  display: inline-block;
  margin-right: 3px;
  transition: 0.2s;
}
.blog-go-back a:hover {
  text-decoration: underline;
}
.blog-go-back a:hover .arrow {
  transform: translateX(-2px);
}
.post-single {
  display: flex;
  padding-top: 64px;
}
@media only screen and (max-width: 950px) {
  .post-single {
    display: block;
  }
}
.post-single .post-main {
  overflow-x: scroll;
}
.post-single .post-main .post-title {
  font-size: 44px;
  font-weight: 800;
  line-height: 1.25;
  text-align: left;
  color: #313131;
  font-weight: 800;
}
@media only screen and (max-width: 600px) {
  .post-single .post-main .post-title {
    font-size: 32px;
  }
}
.post-single .post-main .post-meta {
  margin-top: 32px;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  flex-wrap: nowrap;
  padding-bottom: 16px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.post-single .post-main .post-meta .meta-item:not(:last-child) {
  margin-right: 32px;
}
.post-single .post-main .post-meta .meta-item {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.post-single .post-main .post-meta .meta-item .author-avatar img,
.post-single .post-main .post-meta .meta-item .category-icon img {
  width: 24px;
  height: 24px;
}
.post-single .post-main .post-meta .meta-item .author-avatar img {
  border-radius: 100px;
}
.post-single .post-main .post-meta .meta-item .meta-value {
  margin-left: 6px;
}
.post-single .post-main .post-featured-image {
  margin-top: 16px;
}
.post-single .post-main .post-featured-image img {
  max-width: 100%;
  border-radius: 4px;
}
.post-single .post-main .post-content {
  margin-top: 32px;
  font-size: 18px;
  overflow-x: scroll;
}
.post-single .post-main .post-content img {
  max-width: 100%;
}
.post-single .post-main .post-content ul li:not(:last-child),
.post-single .post-main .post-content ol li:not(:last-child) {
  margin-bottom: 16px;
}
.post-single .post-main .post-content table {
  font-size: 14px;
  text-align: left;
  width: 785px;
  table-layout: fixed;
}
.post-single .post-main .post-content table th {
  font-weight: bold;
  background-color: #f3f2fc;
}
.post-single .post-main .post-content table td {
  font-weight: 500;
  min-width: 30px;
  max-width: 30px;
  overflow: hidden;
}
.post-single .post-main .post-content table p:not(:last-child) {
  margin-bottom: 10px !important;
}
.post-single .post-main .post-content table.has-sidebar th:first-child {
  width: 140px;
}
.post-single .post-main .post-content .table-wrapper {
  width: 100%;
  overflow-x: scroll;
  margin-bottom: 32px;
}
.sidebar-items.toc {
  line-height: 1.45;
  font-size: 14px;
  font-weight: 500;
  list-style-type: decimal;
  padding-left: 16px;
}
.sidebar-items.toc a {
  color: #313131 !important;
}
.sidebar-items.toc ol {
  list-style-type: decimal;
}
.sidebar-items.toc li {
  margin-bottom: 16px;
}
.sidebar-items.toc li> ol.children {
  padding-left: 16px;
  margin-top: 10.666666666666666px !important;
}
.sidebar-items.toc li> ol.children> li {
  margin-bottom: 8px !important;
}
.sidebar-items.toc> li:not(:last-child) {
  margin-bottom: 24px;
}
.blog-home-featured-post {
  height: 700px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 30% center;
}
.blog-home-featured-post:before {
  content: '';
  position: absolute;
  z-index: 0;
  background-color: rgba(66,61,206,0.3);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.blog-home-featured-post> a {
  height: 100%;
  text-decoration: none;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 32px;
}
.blog-home-featured-post .post-info {
  position: relative;
  z-index: 1;
  background-color: #fff;
  border-radius: 8px;
  padding: 35.2px 32px 24px 32px;
  width: 800px;
  box-shadow: 0 2px 4px 0 rgba(66,61,206,0.2);
}
.blog-home-featured-post .post-info .post-featured {
  display: inline-flex;
  background-color: #423dce;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 6px 5px 3px 6px;
  border-radius: 3px;
}
.blog-home-featured-post .post-info .post-title {
  font-size: 32px;
  font-weight: 800 !important;
  color: #313131;
  line-height: 1.35;
  margin-top: 16px;
}
.blog-home-featured-post .post-info .post-summary {
  margin-top: 16px;
  line-height: 1.45;
  color: #797979;
  font-weight: 500;
}
.blog-home-featured-post .post-info .post-summary p {
  display: inline;
}
.blog-home-featured-post .post-info .post-summary p:not(:first-child) {
  padding-left: 3px;
}
.blog-home-featured-post .post-info .post-author {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.blog-home-featured-post .post-info .post-author .author-avatar img {
  width: 32px;
  height: 32px;
  border-radius: 100px;
}
.blog-home-featured-post .post-info .post-author .author-name {
  color: #313131;
  margin-left: 8px;
  font-size: 14px;
}
.blog-home-featured-post .post-info .post-author .author-name span {
  display: block;
  transform: translateY(2px);
}
@media only screen and (max-width: 800px) {
  .blog-home-featured-post .post-info {
    margin-top: -25vw;
    width: 90%;
  }
}
.blog-home-posts {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
}
.blog-home-posts article.blog-home-post a {
  display: block;
  text-decoration: none;
}
.blog-home-posts article.blog-home-post .post-image img {
  width: 100%;
  border-radius: 4px;
  object-fit: cover;
}
.blog-home-posts article.blog-home-post .post-title {
  margin-top: 10.666666666666666px;
  font-size: 18px;
  color: #313131;
  font-weight: bold;
  line-height: 1.35;
}
@media only screen and (max-width: 800px) {
  .blog-home-posts {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 550px) {
  .blog-home-posts {
    grid-template-columns: repeat(1, 1fr);
  }
}
.partner-features-wrapper .partner-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 48px;
}
.partner-features-wrapper .partner-features article.features-item .item-icon .icon-wrapper {
  width: 42px;
  height: 42px;
  background-color: #02ffb3;
  color: #00815a;
  border-radius: 6px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.partner-features-wrapper .partner-features article.features-item .item-title {
  font-size: 20px;
  font-weight: bold;
  color: #423dce;
  margin: 23.2px 0 16px 0;
}
.partner-features-wrapper .partner-features article.features-item .item-description {
  line-height: 1.45;
  font-weight: 500;
}
@media only screen and (max-width: 460px) {
  .partner-features-wrapper .partner-features {
    grid-template-columns: repeat(1, 1fr);
  }
}
.sroic-video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.65);
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(15px);
  display: none;
}
.sroic-video-overlay .video-container {
  width: 1000px;
}
@media only screen and (max-width: 1050px) {
  .sroic-video-overlay .video-container {
    width: 90vw;
  }
}
.sroic-video-overlay .sroic-video-overlay-close {
  position: absolute;
  top: 32px;
  right: 32px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.sroic-hero-wrapper {
  background: linear-gradient(180deg, #635eed 0%, #2f2ba8 100%);
  color: #fff;
  padding: 80px 0;
}
.sroic-hero-wrapper .sroic-hero {
  opacity: 0;
}
.sroic-hero-wrapper .sroic-hero .sroic-hero-logo {
  text-align: center;
}
.sroic-hero-wrapper .sroic-hero .sroic-hero-logo img {
  max-width: 140px;
}
.sroic-hero-wrapper .sroic-hero .sroic-hero-title {
  margin-top: 80px;
  text-align: center;
}
.sroic-hero-wrapper .sroic-hero .sroic-hero-title h1 {
  font-size: 44px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  color: #313131;
  font-size: 34px;
  font-weight: 500;
  color: #fff;
  text-shadow: 0px 4px 5px rgba(0,0,0,0.07);
  margin-bottom: 16px;
}
@media only screen and (max-width: 600px) {
  .sroic-hero-wrapper .sroic-hero .sroic-hero-title h1 {
    font-size: 32px;
  }
}
.sroic-hero-wrapper .sroic-hero .sroic-hero-title h1 .sroic-company-name {
  color: #00ffb2;
  font-weight: bold;
}
.sroic-hero-wrapper .sroic-hero .sroic-hero-stats {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 80px;
}
.sroic-hero-wrapper .sroic-hero .sroic-hero-stats .sroic-hero-item {
  text-shadow: 0px 4px 5px rgba(0,0,0,0.07);
  text-align: center;
}
.sroic-hero-wrapper .sroic-hero .sroic-hero-stats .sroic-hero-item .value {
  font-size: 60px;
  font-weight: bold;
  letter-spacing: -1px;
}
.sroic-hero-wrapper .sroic-hero .sroic-hero-stats .sroic-hero-item .type {
  margin-top: 16px;
  color: rgba(255,255,255,0.75);
  font-size: 20px;
}
@media only screen and (max-width: 950px) {
  .sroic-hero-wrapper .sroic-hero .sroic-hero-stats {
    display: block;
  }
  .sroic-hero-wrapper .sroic-hero .sroic-hero-stats .sroic-hero-item:not(:last-child) {
    margin-bottom: 48px;
  }
}
.sroic-data-wrapper {
  padding-top: 48px;
  opacity: 0;
  transition: 0.3s;
}
.sroic-data-wrapper .sroic-data-tabs-wrapper {
  display: flex;
  justify-content: center;
}
.sroic-data-wrapper .sroic-data-tabs {
  display: flex;
  flex-shrink: 0;
  padding: 6px;
  border-radius: 17px;
  font-size: 14px;
  background-color: #fff;
  box-shadow: 0px 2px 20px rgba(66,61,206,0.31);
}
.sroic-data-wrapper .sroic-data-tabs .sroic-data-tab {
  padding: 12.8px 16px;
  border-radius: 14px;
  cursor: pointer;
  transition: 0.2s;
}
.sroic-data-wrapper .sroic-data-tabs .sroic-data-tab:not(:last-child) {
  margin-right: 8px;
}
.sroic-data-wrapper .sroic-data-tabs .sroic-data-tab:hover {
  background-color: rgba(66,61,206,0.1);
}
.sroic-data-wrapper .sroic-data-tabs .sroic-data-tab.active {
  background-color: #423dce;
  color: #fff;
}
.sroic-data-wrapper .sroic-table-wrapper {
  margin-top: 48px;
}
.sroic-table-heading {
  font-weight: 600;
  font-size: 26px;
  max-width: 300px;
  position: relative;
  margin-bottom: 16px;
}
.sroic-table-wrapper {
  overflow-x: auto;
  margin: 0 32px;
  padding-bottom: 16px;
  -webkit-overflow-scrolling: touch;
}
.table-inner-wrapper:not(:last-child) {
  margin-bottom: 48px;
}
table.sroic-table {
  width: auto;
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
  width: 680px;
}
table.sroic-table.table-detailed {
  width: 1400px;
}
table.sroic-table td,
table.sroic-table th {
  border: 1px solid #d8d8d8;
  background-color: #fff;
  padding: 12px;
}
table.sroic-table thead th {
  background-color: #f3f2fc;
  font-weight: bold;
  text-align: right;
}
table.sroic-table thead th:first-child,
table.sroic-table thead th:last-child {
  border-radius: 8px;
}
table.sroic-table thead th:first-child {
  width: 320px;
}
table.sroic-table thead th:not(:first-child) {
  width: 90px;
}
table.sroic-table tbody tr td:first-child {
  background-color: #f3f2fc;
  font-weight: bold;
  width: 320px;
}
table.sroic-table tbody tr td:not(:first-child) {
  text-align: right;
  width: 90px;
}
.sroic-data-mod-wrapper {
  display: flex;
  justify-content: center;
  padding-top: 96px;
}
.sroic-data-mod-wrapper .sroic-data-mod {
  flex: 0;
  background-color: #f3f2fc;
  padding: 64px 112px;
  border-radius: 60px;
  opacity: 0;
}
@media only screen and (max-width: 580px) {
  .sroic-data-mod-wrapper .sroic-data-mod {
    padding: 80px 32px;
    border-radius: 24px;
  }
}
.sroic-data-mod-wrapper .sroic-data-mod-inner {
  max-width: 380px;
}
.sroic-data-mod-wrapper .sroic-data-mod-inner h2 {
  font-size: 44px;
  font-weight: 900;
  text-align: center;
}
.sroic-data-mod-wrapper .sroic-data-mod-inner .sroic-data-mod-form {
  margin-top: 64px;
}
[data-sroic-tooltip] {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  content: '?';
  background-size: cover;
  background-repeat: no-repeat;
}
[data-sroic-tooltip]:before {
  content: attr(data-sroic-tooltip);
  margin-bottom: 10px;
  left: 100%;
  top: 50%;
  padding: 7px 12px;
  position: absolute;
  width: auto;
  min-width: 300px;
  max-width: 500px;
  word-wrap: break-word;
  background-color: #423dce;
  color: #fff;
  line-height: 1.35;
  font-weight: normal;
  border-radius: 10px;
  opacity: 0;
  transform: translate(12%, -50%);
  pointer-events: none;
  z-index: 100;
}
[data-sroic-tooltip]:after {
  content: '?';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  border: 2px solid #545374;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
  color: #545374;
  font-weight: 500;
}
[data-sroic-tooltip]:hover:before {
  opacity: 1;
  transform: translate(7%, -50%);
  transition: 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}
form.sroic-data-mod-form input[type="number"] {
  padding-left: 16px !important;
}
.sroic-disclaimer-wrapper {
  background-color: #f3f2fc;
}
.sroic-disclaimer-wrapper .sroic-disclaimer {
  text-align: center;
}
.sroic-disclaimer-wrapper .sroic-disclaimer .section-title {
  font-size: 44px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  color: #313131;
}
@media only screen and (max-width: 600px) {
  .sroic-disclaimer-wrapper .sroic-disclaimer .section-title {
    font-size: 32px;
  }
}
.sroic-disclaimer-wrapper .sroic-disclaimer p {
  max-width: 550px;
  font-size: 18px;
  line-height: 1.45;
  margin: 32px auto;
}
.sroic-footer-wrapper {
  font-size: 14px;
}
.sroic-year {
  transition: 0.4s color;
}
.sroic-year.activated {
  color: #f00;
}
.plg-signup-graphic-wrapper {
  width: 450px;
  height: 650px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffeaea;
  border-radius: 24px;
}
.plg-signup-graphic-wrapper .chat-screen {
  width: 300px;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 4px 20px rgba(0,0,0,0.08);
}
@media only screen and (max-width: 385px) {
  .plg-signup-graphic-wrapper .chat-screen {
    width: 90%;
  }
}
.plg-signup-graphic-wrapper .chat-screen .chat-toolbar-top {
  background-color: #ebebeb;
  padding: 8px;
}
.plg-signup-graphic-wrapper .chat-screen .chat-toolbar-top .user-bubble {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.plg-signup-graphic-wrapper .chat-screen .chat-toolbar-top .user-bubble .user-icon {
  width: 32px;
  height: 32px;
  background-image: linear-gradient(180deg, #878d98 0%, #848994 100%);
  border-radius: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  margin-bottom: 5.333333333333333px;
}
.plg-signup-graphic-wrapper .chat-screen .chat-toolbar-top .user-bubble .user-text {
  font-size: 12px;
  font-weight: 500;
  color: #797979;
  cursor: default;
  user-select: none;
}
.plg-signup-graphic-wrapper .chat-screen .chat-toolbar-bottom {
  background-color: #f2f2f2;
  padding: 8px;
}
.plg-signup-graphic-wrapper .chat-screen .chat-toolbar-bottom .message-box {
  background-color: #fff;
  border-radius: 100px;
  border: 1px solid #e6e6e6;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 4px;
}
.plg-signup-graphic-wrapper .chat-screen .chat-toolbar-bottom .message-box .icon-arrow {
  background-color: #b3b3b3;
  color: #fff;
  border-radius: 100px;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.plg-signup-graphic-wrapper .chat-screen .chat-conversation {
  padding: 16px;
  min-height: 440px;
  display: flex;
  flex-direction: column;
}
.plg-signup-graphic-wrapper .chat-screen .chat-conversation .chat-bubble {
  border-radius: 12px;
  overflow: hidden;
  line-height: 1.35;
  opacity: 0;
  transform: translateY(35%);
}
.plg-signup-graphic-wrapper .chat-screen .chat-conversation .chat-bubble:not(:last-child) {
  margin-bottom: 8px;
}
.plg-signup-graphic-wrapper .chat-screen .chat-conversation .chat-bubble.image {
  max-width: 70%;
}
.plg-signup-graphic-wrapper .chat-screen .chat-conversation .chat-bubble.image img {
  width: 100%;
  vertical-align: middle;
}
.plg-signup-graphic-wrapper .chat-screen .chat-conversation .chat-bubble.text {
  max-width: 77%;
  padding: 10.666666666666666px;
  background-color: #e7e9e9;
  color: #0f0f0f;
  font-size: 15px;
  font-weight: 500;
}
.plg-signup-graphic-wrapper .chat-screen .chat-conversation .chat-bubble.sending {
  align-self: flex-end;
  text-align: right;
  background-color: rgba(0,255,0,0.5);
  width: 60%;
}
.plg-signup-graphic-wrapper .chat-screen .chat-conversation .chat-bubble:nth-child(1) {
  animation: chat-bubble 60s cubic-bezier(0.19, 1, 0.22, 1) 1s infinite normal;
}
.plg-signup-graphic-wrapper .chat-screen .chat-conversation .chat-bubble:nth-child(2) {
  animation: chat-bubble 60s cubic-bezier(0.19, 1, 0.22, 1) 2s infinite normal;
}
.plg-signup-graphic-wrapper .chat-screen .chat-conversation .chat-bubble:nth-child(3) {
  animation: chat-bubble 60s cubic-bezier(0.19, 1, 0.22, 1) 3s infinite normal;
}
@media only screen and (max-width: 580px) {
  .plg-signup-graphic-wrapper {
    width: 100%;
    height: auto;
    padding: 32px 0;
  }
  .plg-signup-graphic-wrapper .plg-signup-graphic {
    width: 95%;
  }
}
.signup-page .signup-container {
  display: flex;
  box-shadow: 10px 0 40px 0 rgba(0,0,0,0.1);
  border-radius: 16px;
  overflow: hidden;
  font-weight: 500;
}
@media only screen and (max-width: 750px) {
  .signup-page .signup-container {
    flex-direction: column-reverse;
  }
}
.signup-page .signup-container .signup-features {
  min-width: 30%;
  flex: 0;
  padding: 32px;
  background-color: #fafafa;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  line-height: 1.5;
}
.signup-page .signup-container .signup-features i.fas {
  color: #423dce;
}
@media only screen and (max-width: 750px) {
  .signup-page .signup-container .signup-features .feature:not(:last-child) {
    margin-bottom: 24px;
  }
}
.signup-form-container {
  padding: 32px;
  background-color: #fff;
  font-size: 14px;
}
.signup-form-container .signup-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.35;
  text-align: left;
  color: #313131;
  margin-bottom: 16px;
}
.signup-form-container p {
  line-height: 1.45;
}
.signup-form-container p:not(:last-child) {
  margin-bottom: 16px;
}
form.form-signup,
form.form-signup-premodal {
  display: flex;
  justify-content: space-between;
  margin: 40px 0;
  height: 48px;
}
form.form-signup .field-container,
form.form-signup-premodal .field-container {
  height: 48px;
}
form.form-signup input,
form.form-signup-premodal input {
  height: 48px;
  width: 100%;
}
form.form-signup input[type="text"],
form.form-signup-premodal input[type="text"],
form.form-signup input[type=email],
form.form-signup-premodal input[type=email] {
  border: none;
  font-family: 'PlusJakartaSansWF', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
  font-size: 14px;
  padding: 0 16px;
  outline: none;
}
form.form-signup .main-fields-container,
form.form-signup-premodal .main-fields-container {
  flex-grow: 1;
  display: flex;
  border: 1px solid #dce0e1;
  border-radius: 8px;
  overflow: hidden;
}
form.form-signup .domain,
form.form-signup-premodal .domain {
  flex-grow: 1;
}
form.form-signup .extension,
form.form-signup-premodal .extension {
  background-color: #f4f5f5;
  color: #313131;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  border-left: 1px solid #dce0e1;
  cursor: default;
  pointer-events: none;
}
form.form-signup .submit,
form.form-signup-premodal .submit {
  margin-left: 16px;
}
@media only screen and (max-width: 770px) {
  form.form-signup,
  form.form-signup-premodal {
    display: block;
    height: auto;
  }
  form.form-signup .submit,
  form.form-signup-premodal .submit {
    margin-left: 0;
    margin-top: 16px;
  }
}
p.non-shopify.on-blue a {
  color: #fff;
}
.signup-section-wrapper {
  padding-top: 220px;
  padding-bottom: 96px;
  background-color: #f8f9fa;
}
@media only screen and (max-width: 1100px) {
  .signup-section-wrapper {
    padding-top: 156px;
  }
}
.signup-section-wrapper .signup-section {
  display: flex;
}
.signup-section-wrapper .signup-section .signup-form-wrapper {
  width: 630px;
  flex-shrink: 0;
}
.signup-section-wrapper .signup-section .signup-form-wrapper .form-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.35;
  text-align: left;
  color: #313131;
  font-weight: 800;
  margin-bottom: 32px;
}
.signup-section-wrapper .signup-section .signup-form-wrapper .form-signup-full .field-message {
  display: none;
}
.signup-section-wrapper .signup-section .signup-form-wrapper .form-signup-full label {
  display: inline-block;
  font-weight: 500;
  color: #797979;
  margin-bottom: 8px;
}
.signup-section-wrapper .signup-section .signup-form-wrapper .form-signup-full input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
  width: 100%;
  height: 48px;
  font-family: 'PlusJakartaSansWF', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
  border: 1px solid #b7b7b7;
  padding: 10px;
  font-size: 16px;
  border-radius: 4px;
}
.signup-section-wrapper .signup-section .signup-form-wrapper .form-signup-full input:not([type=checkbox]):not([type=radio]):not([type=submit])[name="plg-shopify-domain"] {
  padding-right: 184px;
  padding-left: 100px;
}
.signup-section-wrapper .signup-section .signup-form-wrapper .form-signup-full .field-phone-wrapper {
  position: relative;
}
.signup-section-wrapper .signup-section .signup-form-wrapper .form-signup-full .field-phone-wrapper input[type="tel"],
.signup-section-wrapper .signup-section .signup-form-wrapper .form-signup-full .field-phone-wrapper input[type="number"] {
  padding-left: 36px !important;
  -moz-appearance: textfield;
}
.signup-section-wrapper .signup-section .signup-form-wrapper .form-signup-full .field-phone-wrapper input[type="tel"]::-webkit-outer-spin-button,
.signup-section-wrapper .signup-section .signup-form-wrapper .form-signup-full .field-phone-wrapper input[type="number"]::-webkit-outer-spin-button,
.signup-section-wrapper .signup-section .signup-form-wrapper .form-signup-full .field-phone-wrapper input[type="tel"]::-webkit-inner-spin-button,
.signup-section-wrapper .signup-section .signup-form-wrapper .form-signup-full .field-phone-wrapper input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.signup-section-wrapper .signup-section .signup-form-wrapper .form-signup-full .field-phone-wrapper .phone-prefix {
  position: absolute;
  top: 50%;
  left: 13px;
  transform: translateY(23%);
  font-size: 16px;
  font-weight: 500;
  opacity: 1;
  color: #313131;
}
.signup-section-wrapper .signup-section .signup-form-wrapper .form-signup-full .row:not(:last-child) {
  margin-bottom: 24px;
}
.signup-section-wrapper .signup-section .signup-form-wrapper .form-signup-full .row.two {
  display: flex;
  justify-content: space-between;
}
.signup-section-wrapper .signup-section .signup-form-wrapper .form-signup-full .row.two .field {
  flex-basis: 49%;
}
@media only screen and (max-width: 410px) {
  .signup-section-wrapper .signup-section .signup-form-wrapper .form-signup-full .row.two {
    display: block;
  }
  .signup-section-wrapper .signup-section .signup-form-wrapper .form-signup-full .row.two .field:not(:last-child) {
    margin-bottom: 24px;
  }
}
.signup-section-wrapper .signup-section .signup-form-wrapper .form-signup-full .plg-platform-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 16px;
  margin-top: -12px;
  margin-bottom: 48px;
}
@media only screen and (max-width: 662px) {
  .signup-section-wrapper .signup-section .signup-form-wrapper .form-signup-full .plg-platform-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 380px) {
  .signup-section-wrapper .signup-section .signup-form-wrapper .form-signup-full .plg-platform-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
.signup-section-wrapper .signup-section .signup-form-wrapper .form-signup-full .plg-platform-wrapper .radio-item-wrapper {
  height: 93px;
}
.signup-section-wrapper .signup-section .signup-form-wrapper .form-signup-full .plg-platform-wrapper .radio-item-wrapper .radio-selector {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: inset 0px 0px 0px 1px #b7b7b7;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  padding: 16px 0;
}
.signup-section-wrapper .signup-section .signup-form-wrapper .form-signup-full .plg-platform-wrapper .radio-item-wrapper label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-bottom: 0;
}
.signup-section-wrapper .signup-section .signup-form-wrapper .form-signup-full .plg-platform-wrapper .radio-item-wrapper label span {
  display: block;
  font-size: 13px;
  font-weight: 500;
  margin-top: 8px;
}
.signup-section-wrapper .signup-section .signup-form-wrapper .form-signup-full .plg-platform-wrapper .radio-item-wrapper label img {
  width: 40px;
  height: 40px;
}
.signup-section-wrapper .signup-section .signup-form-wrapper .form-signup-full .plg-platform-wrapper .radio-item-wrapper label .fa-wrapper {
  width: 40px;
  height: 40px;
  border: 1.5px solid #313131;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #313131;
}
.signup-section-wrapper .signup-section .signup-form-wrapper .form-signup-full .plg-platform-wrapper .radio-item-wrapper input[type=radio] {
  opacity: 0;
  height: 0;
  width: 0;
}
.signup-section-wrapper .signup-section .signup-form-wrapper .form-signup-full .plg-platform-wrapper .radio-item-wrapper input[type=radio]:focus~ label .radio-selector {
  background-color: rgba(66,61,206,0.03);
}
.signup-section-wrapper .signup-section .signup-form-wrapper .form-signup-full .plg-platform-wrapper .radio-item-wrapper input[type=radio]:checked~ label .radio-selector {
  box-shadow: inset 0px 0px 0px 2px #423dce;
  background-color: rgba(66,61,206,0.07);
}
.signup-section-wrapper .signup-section .signup-form-wrapper .form-signup-full .plg-checkbox-wrapper {
  display: flex;
}
.signup-section-wrapper .signup-section .signup-form-wrapper .form-signup-full .plg-checkbox-wrapper input[type=checkbox] {
  display: inline-block;
  margin-right: 4px;
}
.signup-section-wrapper .signup-section .signup-form-wrapper .form-signup-full .plg-checkbox-wrapper label {
  line-height: 1.35;
}
.signup-section-wrapper .signup-section .signup-form-wrapper .form-signup-full .shopify-domain-wrapper {
  position: relative;
  overflow: none;
}
.signup-section-wrapper .signup-section .signup-form-wrapper .form-signup-full .shopify-domain-wrapper .shopify-extension,
.signup-section-wrapper .signup-section .signup-form-wrapper .form-signup-full .shopify-domain-wrapper .shopify-prefix {
  position: absolute;
  top: 0;
  background-color: #313131;
  color: #fff;
  padding: 0 4px;
  height: 100%;
  border: 1px solid #b7b7b7;
  cursor: default;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.signup-section-wrapper .signup-section .signup-form-wrapper .form-signup-full .shopify-domain-wrapper .shopify-extension {
  right: 0;
  border-radius: 0 4px 4px 0;
}
.signup-section-wrapper .signup-section .signup-form-wrapper .form-signup-full .shopify-domain-wrapper .shopify-prefix {
  left: 0;
  border-radius: 4px 0 0 4px;
}
.signup-section-wrapper .signup-section .signup-features-wrapper {
  background-color: #c7f5ff;
  margin-left: 80px;
  padding: 40px;
  border-radius: 24px;
  align-self: center;
  transform: translateY(-5%);
}
.signup-section-wrapper .signup-section .signup-features-wrapper .signup-features .features-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.35;
  text-align: left;
  color: #313131;
  font-weight: 800;
}
.signup-section-wrapper .signup-section .signup-features-wrapper .signup-features .features-list {
  margin-top: 32px;
}
.signup-section-wrapper .signup-section .signup-features-wrapper .signup-features .features-list li {
  display: flex;
  align-items: center;
}
.signup-section-wrapper .signup-section .signup-features-wrapper .signup-features .features-list li:not(:last-child) {
  margin-bottom: 24px;
}
.signup-section-wrapper .signup-section .signup-features-wrapper .signup-features .features-list li .icon {
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
}
.signup-section-wrapper .signup-section .signup-features-wrapper .signup-features .features-list li .icon img {
  width: 100%;
}
.signup-section-wrapper .signup-section .signup-features-wrapper .signup-features .features-list li .text {
  font-size: 20px;
  font-weight: 500;
}
@media only screen and (max-width: 1100px) {
  .signup-section-wrapper .signup-section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
  }
  .signup-section-wrapper .signup-section .signup-form-wrapper {
    width: 100%;
  }
  .signup-section-wrapper .signup-section .signup-form-wrapper form.form-signup-full .button {
    width: 100%;
  }
  .signup-section-wrapper .signup-section .signup-features-wrapper {
    width: 100%;
    transform: none;
    margin-left: 0;
    margin-top: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .signup-section-wrapper .signup-section .signup-features-wrapper .signup-features {
    max-width: 410px;
  }
}
@-moz-keyframes chat-bubble {
  0% {
    opacity: 0;
    transform: translateY(35%);
  }
  3% {
    opacity: 1;
    transform: translateY(0);
  }
  90% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes chat-bubble {
  0% {
    opacity: 0;
    transform: translateY(35%);
  }
  3% {
    opacity: 1;
    transform: translateY(0);
  }
  90% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-o-keyframes chat-bubble {
  0% {
    opacity: 0;
    transform: translateY(35%);
  }
  3% {
    opacity: 1;
    transform: translateY(0);
  }
  90% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes chat-bubble {
  0% {
    opacity: 0;
    transform: translateY(35%);
  }
  3% {
    opacity: 1;
    transform: translateY(0);
  }
  90% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.poster-demo-incentive {
  height: 450px;
  box-shadow: 0px 4px 25px rgba(0,0,0,0.25);
  border-radius: 32px;
  overflow: hidden;
  position: relative;
  z-index: 5;
  padding: 64px;
  background-color: #3f3f3f;
  color: #fff;
  font-size: 2vw;
  font-weight: bold;
  line-height: 1.35;
  display: flex;
  justify-content: center;
  align-items: center;
}
.demo-expectations-wrapper {
  padding-top: 96px;
}
.demo-expectations-wrapper.has-incentive {
  position: relative;
  padding-top: 400px;
  background-image: url("/images/vector-wavy-separator.svg"), linear-gradient(180deg, #726eef 0%, #2f2ba8 100%);
  background-position: 50% -1px, 0px 0px;
  background-size: contain, auto;
  background-repeat: repeat-x, repeat;
  background-attachment: scroll, scroll;
}
@media only screen and (max-width: 600px) {
  .demo-expectations-wrapper.has-incentive {
    padding-top: 250px;
  }
}
.resources-hub-cats-wrapper {
  background-color: #f3f2fc;
  padding: 96px 0;
}
.resources-hub-cats-wrapper .resources-hub-cats .resources-hub-cat {
  display: flex;
}
.resources-hub-cats-wrapper .resources-hub-cats .resources-hub-cat:not(:last-child) {
  margin-bottom: 96px;
}
.resources-hub-cats-wrapper .resources-hub-cats .resources-hub-cat.portrait article.res-item {
  width: 290px;
}
.resources-hub-cats-wrapper .resources-hub-cats .resources-hub-cat.portrait article.res-item .res-image img {
  width: 290px;
}
.resources-hub-cats-wrapper .resources-hub-cats .resources-hub-cat.landscape article.res-item {
  width: 335px;
}
.resources-hub-cats-wrapper .resources-hub-cats .resources-hub-cat.landscape article.res-item .res-image img {
  width: 335px;
  height: 285px;
  object-fit: cover;
}
.resources-hub-cats-wrapper .resources-hub-cats .resources-hub-cat .cat-info {
  width: 300px;
  margin-right: 32px;
  flex-shrink: 0;
}
.resources-hub-cats-wrapper .resources-hub-cats .resources-hub-cat .cat-info .cat-pretitle {
  font-size: 12px;
  font-weight: 800;
  color: #423dce;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.resources-hub-cats-wrapper .resources-hub-cats .resources-hub-cat .cat-info .cat-title {
  margin-top: 8px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.35;
  text-align: left;
  color: #313131;
  font-size: 32px;
}
.resources-hub-cats-wrapper .resources-hub-cats .resources-hub-cat .cat-info .cat-button {
  margin-top: 32px;
}
.resources-hub-cats-wrapper .resources-hub-cats .resources-hub-cat .cat-info .res-nav {
  display: flex;
  margin-top: 32px;
}
.resources-hub-cats-wrapper .resources-hub-cats .resources-hub-cat .cat-info .res-nav .res-nav-button {
  width: 42px;
  height: 42px;
  background: #fff;
  border-radius: 1000px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.05);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.resources-hub-cats-wrapper .resources-hub-cats .resources-hub-cat .cat-info .res-nav .res-nav-button:not(:last-child) {
  margin-right: 10.666666666666666px;
}
.resources-hub-cats-wrapper .resources-hub-cats .resources-hub-cat .cat-info .res-nav .res-nav-button .nav-icon-wrapper {
  width: 9px;
  height: 14px;
  transition: 0.3s;
}
.resources-hub-cats-wrapper .resources-hub-cats .resources-hub-cat .cat-info .res-nav .res-nav-button:hover.res-nav-right .nav-icon-wrapper {
  transform: translateX(2px);
}
.resources-hub-cats-wrapper .resources-hub-cats .resources-hub-cat .cat-info .res-nav .res-nav-button:hover.res-nav-left .nav-icon-wrapper {
  transform: translateX(-2px);
}
.resources-hub-cats-wrapper .resources-hub-cats .resources-hub-cat .cat-listing {
  display: flex;
  overflow-x: scroll;
  padding: 12px;
}
.resources-hub-cats-wrapper .resources-hub-cats .resources-hub-cat .cat-listing article.res-item {
  box-shadow: 0 0 5px 0 rgba(66,61,206,0.18), 0 4px 5px 0 rgba(66,61,206,0.13);
  background-color: #fff;
  flex-shrink: 0;
  border-radius: 8px;
  overflow-y: hidden;
}
.resources-hub-cats-wrapper .resources-hub-cats .resources-hub-cat .cat-listing article.res-item:not(:last-child) {
  margin-right: 20px;
}
.resources-hub-cats-wrapper .resources-hub-cats .resources-hub-cat .cat-listing article.res-item a {
  color: #313131;
  text-decoration: none;
}
.resources-hub-cats-wrapper .resources-hub-cats .resources-hub-cat .cat-listing article.res-item .res-info {
  padding: 16px;
}
.resources-hub-cats-wrapper .resources-hub-cats .resources-hub-cat .cat-listing article.res-item .res-info .res-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.25;
  text-align: left;
  color: #313131;
}
.resources-hub-cats-wrapper .resources-hub-cats .resources-hub-cat .cat-listing article.res-item .res-info .res-description {
  margin-top: 16px;
  line-height: 1.35;
  color: #797979;
}
@media only screen and (max-width: 900px) {
  .resources-hub-cats-wrapper .resources-hub-cats .resources-hub-cat {
    display: block;
  }
  .resources-hub-cats-wrapper .resources-hub-cats .resources-hub-cat .cat-listing {
    margin-top: 32px;
  }
  .resources-hub-cats-wrapper .resources-hub-cats .resources-hub-cat .cat-listing .res-nav.desktop {
    display: none;
  }
  .resources-hub-cats-wrapper .resources-hub-cats .resources-hub-cat .cat-listing .cat-button {
    margin-top: 16px;
  }
}
.guides-listing .feature-item a {
  color: #313131;
  text-decoration: none;
}
.guides-listing .feature-item .item-image {
  text-align: center;
}
.guides-listing .feature-item .item-image img {
  width: 300px;
  border-radius: 6px;
  box-shadow: 0px 4px 25px rgba(0,0,0,0.25);
}
.guides-listing .feature-item .item-title {
  text-align: center;
  margin-top: 16px;
  font-size: 18px;
  font-weight: bold;
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.35;
}
.resources-spotlight-item {
  height: 500px;
  box-shadow: 0px 4px 25px rgba(0,0,0,0.25);
  border-radius: 32px;
  overflow: hidden;
  position: relative;
  z-index: 5;
  background-color: #fff;
}
.resources-spotlight-item article.spotlight {
  height: 500px;
  padding-bottom: 0;
  box-shadow: none !important;
}
.resources-spotlight-item article.spotlight a {
  display: block;
  height: 500px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.resources-spotlight-item article.spotlight .spotlight-badge {
  display: inline-block;
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translate(-50%);
  padding: 12.8px 24px;
  background-color: #02ffb3;
  color: #0f3d2f;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
  z-index: 10;
}
.resources-spotlight-item article.spotlight .featured-image {
  height: 350px;
  flex-shrink: 0;
}
.resources-spotlight-item article.spotlight:hover {
  transform: none;
}
.resources-spotlight-item article.spotlight .title-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.resources-spotlight-item article.spotlight .spotlight-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.35;
  text-align: center;
  color: #313131;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}
.image-library-wrapper .image-library {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px;
}
@media only screen and (max-width: 1000px) {
  .image-library-wrapper .image-library {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 640px) {
  .image-library-wrapper .image-library {
    grid-template-columns: repeat(1, 1fr);
  }
}
.image-library-wrapper .image-library article.image {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 3px 8px 0 rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
}
.image-library-wrapper .image-library article.image .image-image img {
  max-width: 100%;
}
@media only screen and (max-width: 640px) {
  .image-library-wrapper .image-library article.image .image-image img {
    width: 100%;
  }
}
.image-library-wrapper .image-library article.image .image-meta {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}
.image-library-wrapper .image-library article.image .image-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.25;
  text-align: left;
  color: #313131;
}
.image-library-wrapper .image-library article.image .image-alt {
  font-size: 14px;
  font-weight: 500;
  color: #797979;
  margin-top: 5.333333333333333px;
}
.image-library-wrapper .image-library article.image .meta-download {
  flex-shrink: 0;
  padding-left: 20px;
}
.image-library-wrapper .image-library article.image a.image-download {
  font-weight: bold;
  text-decoration: none;
}
.template-library-filter-wrapper,
.image-library-filter-wrapper {
  padding-bottom: 32px;
}
.template-library-filter-wrapper .template-library-filter,
.image-library-filter-wrapper .template-library-filter,
.template-library-filter-wrapper .image-library-filter,
.image-library-filter-wrapper .image-library-filter {
  display: flex;
  justify-content: space-between;
}
.template-library-filter-wrapper .template-library-filter .template-library-filter-tags-wrapper,
.image-library-filter-wrapper .template-library-filter .template-library-filter-tags-wrapper,
.template-library-filter-wrapper .image-library-filter .template-library-filter-tags-wrapper,
.image-library-filter-wrapper .image-library-filter .template-library-filter-tags-wrapper,
.template-library-filter-wrapper .template-library-filter .image-library-filter-tags-wrapper,
.image-library-filter-wrapper .template-library-filter .image-library-filter-tags-wrapper,
.template-library-filter-wrapper .image-library-filter .image-library-filter-tags-wrapper,
.image-library-filter-wrapper .image-library-filter .image-library-filter-tags-wrapper {
  display: flex;
  align-items: flex-start;
  font-weight: 500;
  max-width: 850px;
}
.template-library-filter-wrapper .template-library-filter .template-library-filter-tags-wrapper span,
.image-library-filter-wrapper .template-library-filter .template-library-filter-tags-wrapper span,
.template-library-filter-wrapper .image-library-filter .template-library-filter-tags-wrapper span,
.image-library-filter-wrapper .image-library-filter .template-library-filter-tags-wrapper span,
.template-library-filter-wrapper .template-library-filter .image-library-filter-tags-wrapper span,
.image-library-filter-wrapper .template-library-filter .image-library-filter-tags-wrapper span,
.template-library-filter-wrapper .image-library-filter .image-library-filter-tags-wrapper span,
.image-library-filter-wrapper .image-library-filter .image-library-filter-tags-wrapper span {
  color: #797979;
  padding-top: 6px;
}
.template-library-filter-wrapper .template-library-filter .template-library-filter-tags-wrapper ul.template-library-filter-tags,
.image-library-filter-wrapper .template-library-filter .template-library-filter-tags-wrapper ul.template-library-filter-tags,
.template-library-filter-wrapper .image-library-filter .template-library-filter-tags-wrapper ul.template-library-filter-tags,
.image-library-filter-wrapper .image-library-filter .template-library-filter-tags-wrapper ul.template-library-filter-tags,
.template-library-filter-wrapper .template-library-filter .image-library-filter-tags-wrapper ul.template-library-filter-tags,
.image-library-filter-wrapper .template-library-filter .image-library-filter-tags-wrapper ul.template-library-filter-tags,
.template-library-filter-wrapper .image-library-filter .image-library-filter-tags-wrapper ul.template-library-filter-tags,
.image-library-filter-wrapper .image-library-filter .image-library-filter-tags-wrapper ul.template-library-filter-tags,
.template-library-filter-wrapper .template-library-filter .template-library-filter-tags-wrapper ul.image-library-filter-tags,
.image-library-filter-wrapper .template-library-filter .template-library-filter-tags-wrapper ul.image-library-filter-tags,
.template-library-filter-wrapper .image-library-filter .template-library-filter-tags-wrapper ul.image-library-filter-tags,
.image-library-filter-wrapper .image-library-filter .template-library-filter-tags-wrapper ul.image-library-filter-tags,
.template-library-filter-wrapper .template-library-filter .image-library-filter-tags-wrapper ul.image-library-filter-tags,
.image-library-filter-wrapper .template-library-filter .image-library-filter-tags-wrapper ul.image-library-filter-tags,
.template-library-filter-wrapper .image-library-filter .image-library-filter-tags-wrapper ul.image-library-filter-tags,
.image-library-filter-wrapper .image-library-filter .image-library-filter-tags-wrapper ul.image-library-filter-tags {
  display: flex;
  align-items: center;
  margin-left: 8px;
  flex-wrap: wrap;
}
.template-library-filter-wrapper .template-library-filter .template-library-filter-tags-wrapper ul.template-library-filter-tags li,
.image-library-filter-wrapper .template-library-filter .template-library-filter-tags-wrapper ul.template-library-filter-tags li,
.template-library-filter-wrapper .image-library-filter .template-library-filter-tags-wrapper ul.template-library-filter-tags li,
.image-library-filter-wrapper .image-library-filter .template-library-filter-tags-wrapper ul.template-library-filter-tags li,
.template-library-filter-wrapper .template-library-filter .image-library-filter-tags-wrapper ul.template-library-filter-tags li,
.image-library-filter-wrapper .template-library-filter .image-library-filter-tags-wrapper ul.template-library-filter-tags li,
.template-library-filter-wrapper .image-library-filter .image-library-filter-tags-wrapper ul.template-library-filter-tags li,
.image-library-filter-wrapper .image-library-filter .image-library-filter-tags-wrapper ul.template-library-filter-tags li,
.template-library-filter-wrapper .template-library-filter .template-library-filter-tags-wrapper ul.image-library-filter-tags li,
.image-library-filter-wrapper .template-library-filter .template-library-filter-tags-wrapper ul.image-library-filter-tags li,
.template-library-filter-wrapper .image-library-filter .template-library-filter-tags-wrapper ul.image-library-filter-tags li,
.image-library-filter-wrapper .image-library-filter .template-library-filter-tags-wrapper ul.image-library-filter-tags li,
.template-library-filter-wrapper .template-library-filter .image-library-filter-tags-wrapper ul.image-library-filter-tags li,
.image-library-filter-wrapper .template-library-filter .image-library-filter-tags-wrapper ul.image-library-filter-tags li,
.template-library-filter-wrapper .image-library-filter .image-library-filter-tags-wrapper ul.image-library-filter-tags li,
.image-library-filter-wrapper .image-library-filter .image-library-filter-tags-wrapper ul.image-library-filter-tags li {
  padding: 8px 12px;
  margin-bottom: 8px;
  cursor: pointer;
  border-radius: 4px;
  transition: 0.2s;
}
.template-library-filter-wrapper .template-library-filter .template-library-filter-tags-wrapper ul.template-library-filter-tags li:not(:last-child),
.image-library-filter-wrapper .template-library-filter .template-library-filter-tags-wrapper ul.template-library-filter-tags li:not(:last-child),
.template-library-filter-wrapper .image-library-filter .template-library-filter-tags-wrapper ul.template-library-filter-tags li:not(:last-child),
.image-library-filter-wrapper .image-library-filter .template-library-filter-tags-wrapper ul.template-library-filter-tags li:not(:last-child),
.template-library-filter-wrapper .template-library-filter .image-library-filter-tags-wrapper ul.template-library-filter-tags li:not(:last-child),
.image-library-filter-wrapper .template-library-filter .image-library-filter-tags-wrapper ul.template-library-filter-tags li:not(:last-child),
.template-library-filter-wrapper .image-library-filter .image-library-filter-tags-wrapper ul.template-library-filter-tags li:not(:last-child),
.image-library-filter-wrapper .image-library-filter .image-library-filter-tags-wrapper ul.template-library-filter-tags li:not(:last-child),
.template-library-filter-wrapper .template-library-filter .template-library-filter-tags-wrapper ul.image-library-filter-tags li:not(:last-child),
.image-library-filter-wrapper .template-library-filter .template-library-filter-tags-wrapper ul.image-library-filter-tags li:not(:last-child),
.template-library-filter-wrapper .image-library-filter .template-library-filter-tags-wrapper ul.image-library-filter-tags li:not(:last-child),
.image-library-filter-wrapper .image-library-filter .template-library-filter-tags-wrapper ul.image-library-filter-tags li:not(:last-child),
.template-library-filter-wrapper .template-library-filter .image-library-filter-tags-wrapper ul.image-library-filter-tags li:not(:last-child),
.image-library-filter-wrapper .template-library-filter .image-library-filter-tags-wrapper ul.image-library-filter-tags li:not(:last-child),
.template-library-filter-wrapper .image-library-filter .image-library-filter-tags-wrapper ul.image-library-filter-tags li:not(:last-child),
.image-library-filter-wrapper .image-library-filter .image-library-filter-tags-wrapper ul.image-library-filter-tags li:not(:last-child) {
  margin-right: 8px;
}
.template-library-filter-wrapper .template-library-filter .template-library-filter-tags-wrapper ul.template-library-filter-tags li.active,
.image-library-filter-wrapper .template-library-filter .template-library-filter-tags-wrapper ul.template-library-filter-tags li.active,
.template-library-filter-wrapper .image-library-filter .template-library-filter-tags-wrapper ul.template-library-filter-tags li.active,
.image-library-filter-wrapper .image-library-filter .template-library-filter-tags-wrapper ul.template-library-filter-tags li.active,
.template-library-filter-wrapper .template-library-filter .image-library-filter-tags-wrapper ul.template-library-filter-tags li.active,
.image-library-filter-wrapper .template-library-filter .image-library-filter-tags-wrapper ul.template-library-filter-tags li.active,
.template-library-filter-wrapper .image-library-filter .image-library-filter-tags-wrapper ul.template-library-filter-tags li.active,
.image-library-filter-wrapper .image-library-filter .image-library-filter-tags-wrapper ul.template-library-filter-tags li.active,
.template-library-filter-wrapper .template-library-filter .template-library-filter-tags-wrapper ul.image-library-filter-tags li.active,
.image-library-filter-wrapper .template-library-filter .template-library-filter-tags-wrapper ul.image-library-filter-tags li.active,
.template-library-filter-wrapper .image-library-filter .template-library-filter-tags-wrapper ul.image-library-filter-tags li.active,
.image-library-filter-wrapper .image-library-filter .template-library-filter-tags-wrapper ul.image-library-filter-tags li.active,
.template-library-filter-wrapper .template-library-filter .image-library-filter-tags-wrapper ul.image-library-filter-tags li.active,
.image-library-filter-wrapper .template-library-filter .image-library-filter-tags-wrapper ul.image-library-filter-tags li.active,
.template-library-filter-wrapper .image-library-filter .image-library-filter-tags-wrapper ul.image-library-filter-tags li.active,
.image-library-filter-wrapper .image-library-filter .image-library-filter-tags-wrapper ul.image-library-filter-tags li.active,
.template-library-filter-wrapper .template-library-filter .template-library-filter-tags-wrapper ul.template-library-filter-tags li:hover,
.image-library-filter-wrapper .template-library-filter .template-library-filter-tags-wrapper ul.template-library-filter-tags li:hover,
.template-library-filter-wrapper .image-library-filter .template-library-filter-tags-wrapper ul.template-library-filter-tags li:hover,
.image-library-filter-wrapper .image-library-filter .template-library-filter-tags-wrapper ul.template-library-filter-tags li:hover,
.template-library-filter-wrapper .template-library-filter .image-library-filter-tags-wrapper ul.template-library-filter-tags li:hover,
.image-library-filter-wrapper .template-library-filter .image-library-filter-tags-wrapper ul.template-library-filter-tags li:hover,
.template-library-filter-wrapper .image-library-filter .image-library-filter-tags-wrapper ul.template-library-filter-tags li:hover,
.image-library-filter-wrapper .image-library-filter .image-library-filter-tags-wrapper ul.template-library-filter-tags li:hover,
.template-library-filter-wrapper .template-library-filter .template-library-filter-tags-wrapper ul.image-library-filter-tags li:hover,
.image-library-filter-wrapper .template-library-filter .template-library-filter-tags-wrapper ul.image-library-filter-tags li:hover,
.template-library-filter-wrapper .image-library-filter .template-library-filter-tags-wrapper ul.image-library-filter-tags li:hover,
.image-library-filter-wrapper .image-library-filter .template-library-filter-tags-wrapper ul.image-library-filter-tags li:hover,
.template-library-filter-wrapper .template-library-filter .image-library-filter-tags-wrapper ul.image-library-filter-tags li:hover,
.image-library-filter-wrapper .template-library-filter .image-library-filter-tags-wrapper ul.image-library-filter-tags li:hover,
.template-library-filter-wrapper .image-library-filter .image-library-filter-tags-wrapper ul.image-library-filter-tags li:hover,
.image-library-filter-wrapper .image-library-filter .image-library-filter-tags-wrapper ul.image-library-filter-tags li:hover {
  background-color: #423dce;
  color: #fff;
}
.template-library-filter-wrapper .template-library-filter .template-library-filter-field-wrapper,
.image-library-filter-wrapper .template-library-filter .template-library-filter-field-wrapper,
.template-library-filter-wrapper .image-library-filter .template-library-filter-field-wrapper,
.image-library-filter-wrapper .image-library-filter .template-library-filter-field-wrapper,
.template-library-filter-wrapper .template-library-filter .image-library-filter-field-wrapper,
.image-library-filter-wrapper .template-library-filter .image-library-filter-field-wrapper,
.template-library-filter-wrapper .image-library-filter .image-library-filter-field-wrapper,
.image-library-filter-wrapper .image-library-filter .image-library-filter-field-wrapper {
  position: relative;
  height: 42px;
}
.template-library-filter-wrapper .template-library-filter .template-library-filter-field-wrapper span.filter-icon,
.image-library-filter-wrapper .template-library-filter .template-library-filter-field-wrapper span.filter-icon,
.template-library-filter-wrapper .image-library-filter .template-library-filter-field-wrapper span.filter-icon,
.image-library-filter-wrapper .image-library-filter .template-library-filter-field-wrapper span.filter-icon,
.template-library-filter-wrapper .template-library-filter .image-library-filter-field-wrapper span.filter-icon,
.image-library-filter-wrapper .template-library-filter .image-library-filter-field-wrapper span.filter-icon,
.template-library-filter-wrapper .image-library-filter .image-library-filter-field-wrapper span.filter-icon,
.image-library-filter-wrapper .image-library-filter .image-library-filter-field-wrapper span.filter-icon {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
}
.template-library-filter-wrapper .template-library-filter .template-library-filter-field-wrapper span.filter-icon i,
.image-library-filter-wrapper .template-library-filter .template-library-filter-field-wrapper span.filter-icon i,
.template-library-filter-wrapper .image-library-filter .template-library-filter-field-wrapper span.filter-icon i,
.image-library-filter-wrapper .image-library-filter .template-library-filter-field-wrapper span.filter-icon i,
.template-library-filter-wrapper .template-library-filter .image-library-filter-field-wrapper span.filter-icon i,
.image-library-filter-wrapper .template-library-filter .image-library-filter-field-wrapper span.filter-icon i,
.template-library-filter-wrapper .image-library-filter .image-library-filter-field-wrapper span.filter-icon i,
.image-library-filter-wrapper .image-library-filter .image-library-filter-field-wrapper span.filter-icon i {
  color: #797979;
}
.template-library-filter-wrapper .template-library-filter #template-library-filter-field,
.image-library-filter-wrapper .template-library-filter #template-library-filter-field,
.template-library-filter-wrapper .image-library-filter #template-library-filter-field,
.image-library-filter-wrapper .image-library-filter #template-library-filter-field,
.template-library-filter-wrapper .template-library-filter #image-library-filter-field,
.image-library-filter-wrapper .template-library-filter #image-library-filter-field,
.template-library-filter-wrapper .image-library-filter #image-library-filter-field,
.image-library-filter-wrapper .image-library-filter #image-library-filter-field {
  background-clip: padding-box;
  width: 300px;
  height: 42px;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.15);
  font-family: 'PlusJakartaSansWF', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  font-weight: 500;
  padding: 0 16px 1px 40px;
}
@media only screen and (max-width: 350px) {
  .template-library-filter-wrapper .template-library-filter #template-library-filter-field,
  .image-library-filter-wrapper .template-library-filter #template-library-filter-field,
  .template-library-filter-wrapper .image-library-filter #template-library-filter-field,
  .image-library-filter-wrapper .image-library-filter #template-library-filter-field,
  .template-library-filter-wrapper .template-library-filter #image-library-filter-field,
  .image-library-filter-wrapper .template-library-filter #image-library-filter-field,
  .template-library-filter-wrapper .image-library-filter #image-library-filter-field,
  .image-library-filter-wrapper .image-library-filter #image-library-filter-field {
    width: 100%;
  }
}
.template-library-filter-wrapper .template-library-filter #template-library-filter-field::placeholder,
.image-library-filter-wrapper .template-library-filter #template-library-filter-field::placeholder,
.template-library-filter-wrapper .image-library-filter #template-library-filter-field::placeholder,
.image-library-filter-wrapper .image-library-filter #template-library-filter-field::placeholder,
.template-library-filter-wrapper .template-library-filter #image-library-filter-field::placeholder,
.image-library-filter-wrapper .template-library-filter #image-library-filter-field::placeholder,
.template-library-filter-wrapper .image-library-filter #image-library-filter-field::placeholder,
.image-library-filter-wrapper .image-library-filter #image-library-filter-field::placeholder {
  color: #797979;
}
@media only screen and (max-width: 710px) {
  .template-library-filter-wrapper .template-library-filter,
  .image-library-filter-wrapper .template-library-filter,
  .template-library-filter-wrapper .image-library-filter,
  .image-library-filter-wrapper .image-library-filter {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
  .template-library-filter-wrapper .template-library-filter .template-library-filter-tags-wrapper,
  .image-library-filter-wrapper .template-library-filter .template-library-filter-tags-wrapper,
  .template-library-filter-wrapper .image-library-filter .template-library-filter-tags-wrapper,
  .image-library-filter-wrapper .image-library-filter .template-library-filter-tags-wrapper,
  .template-library-filter-wrapper .template-library-filter .image-library-filter-tags-wrapper,
  .image-library-filter-wrapper .template-library-filter .image-library-filter-tags-wrapper,
  .template-library-filter-wrapper .image-library-filter .image-library-filter-tags-wrapper,
  .image-library-filter-wrapper .image-library-filter .image-library-filter-tags-wrapper {
    margin-top: 16px;
    flex-shrink: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .template-library-filter-wrapper .template-library-filter .template-library-filter-tags-wrapper span,
  .image-library-filter-wrapper .template-library-filter .template-library-filter-tags-wrapper span,
  .template-library-filter-wrapper .image-library-filter .template-library-filter-tags-wrapper span,
  .image-library-filter-wrapper .image-library-filter .template-library-filter-tags-wrapper span,
  .template-library-filter-wrapper .template-library-filter .image-library-filter-tags-wrapper span,
  .image-library-filter-wrapper .template-library-filter .image-library-filter-tags-wrapper span,
  .template-library-filter-wrapper .image-library-filter .image-library-filter-tags-wrapper span,
  .image-library-filter-wrapper .image-library-filter .image-library-filter-tags-wrapper span {
    padding-bottom: 16px;
  }
  .template-library-filter-wrapper .template-library-filter .template-library-filter-tags-wrapper ul.template-library-filter-tags,
  .image-library-filter-wrapper .template-library-filter .template-library-filter-tags-wrapper ul.template-library-filter-tags,
  .template-library-filter-wrapper .image-library-filter .template-library-filter-tags-wrapper ul.template-library-filter-tags,
  .image-library-filter-wrapper .image-library-filter .template-library-filter-tags-wrapper ul.template-library-filter-tags,
  .template-library-filter-wrapper .template-library-filter .image-library-filter-tags-wrapper ul.template-library-filter-tags,
  .image-library-filter-wrapper .template-library-filter .image-library-filter-tags-wrapper ul.template-library-filter-tags,
  .template-library-filter-wrapper .image-library-filter .image-library-filter-tags-wrapper ul.template-library-filter-tags,
  .image-library-filter-wrapper .image-library-filter .image-library-filter-tags-wrapper ul.template-library-filter-tags,
  .template-library-filter-wrapper .template-library-filter .template-library-filter-tags-wrapper ul.image-library-filter-tags,
  .image-library-filter-wrapper .template-library-filter .template-library-filter-tags-wrapper ul.image-library-filter-tags,
  .template-library-filter-wrapper .image-library-filter .template-library-filter-tags-wrapper ul.image-library-filter-tags,
  .image-library-filter-wrapper .image-library-filter .template-library-filter-tags-wrapper ul.image-library-filter-tags,
  .template-library-filter-wrapper .template-library-filter .image-library-filter-tags-wrapper ul.image-library-filter-tags,
  .image-library-filter-wrapper .template-library-filter .image-library-filter-tags-wrapper ul.image-library-filter-tags,
  .template-library-filter-wrapper .image-library-filter .image-library-filter-tags-wrapper ul.image-library-filter-tags,
  .image-library-filter-wrapper .image-library-filter .image-library-filter-tags-wrapper ul.image-library-filter-tags {
    flex-shrink: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 16px;
  }
}
.template-library-wrapper .template-library {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
@media only screen and (max-width: 1100px) {
  .template-library-wrapper .template-library {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 805px) {
  .template-library-wrapper .template-library {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 550px) {
  .template-library-wrapper .template-library {
    grid-template-columns: repeat(1, 1fr);
  }
}
.template-library-wrapper .template-library article.image {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 4px 6px 0 rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
}
.template-library-wrapper .template-library article.image .image-image img {
  max-width: 100%;
}
@media only screen and (max-width: 640px) {
  .template-library-wrapper .template-library article.image .image-image img {
    width: 100%;
  }
}
.template-library-wrapper .template-library article.image .image-meta {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.template-library-wrapper .template-library article.image .image-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.25;
  text-align: left;
  color: #313131;
}
.template-library-wrapper .template-library article.image .image-alt {
  font-size: 14px;
  font-weight: 500;
  color: #797979;
  margin-top: 5.333333333333333px;
}
.template-library-wrapper .template-library article.image .meta-download {
  flex-shrink: 0;
  margin-top: 20px;
}
.template-library-wrapper .template-library article.image .meta-download i {
  display: inline-block;
  margin-left: 3px;
}
.template-library-wrapper .template-library article.image a.image-download {
  font-weight: bold;
  text-decoration: none;
}
.template-library-wrapper .template-library article.image .chat-screen .chat-toolbar-top {
  background-color: #ebebeb;
  padding: 8px;
}
.template-library-wrapper .template-library article.image .chat-screen .chat-toolbar-top .user-bubble {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.template-library-wrapper .template-library article.image .chat-screen .chat-toolbar-top .user-bubble .user-icon {
  width: 32px;
  height: 32px;
  background-image: linear-gradient(180deg, #878d98 0%, #848994 100%);
  border-radius: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  margin-bottom: 5.333333333333333px;
}
.template-library-wrapper .template-library article.image .chat-screen .chat-toolbar-top .user-bubble .user-text {
  font-size: 12px;
  font-weight: 500;
  color: #797979;
  cursor: default;
  user-select: none;
}
.template-library-wrapper .template-library article.image .chat-screen .chat-toolbar-bottom {
  background-color: #f2f2f2;
  padding: 8px;
}
.template-library-wrapper .template-library article.image .chat-screen .chat-toolbar-bottom .message-box {
  background-color: #fff;
  border-radius: 100px;
  border: 1px solid #e6e6e6;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 4px;
}
.template-library-wrapper .template-library article.image .chat-screen .chat-toolbar-bottom .message-box .icon-arrow {
  background-color: #b3b3b3;
  color: #fff;
  border-radius: 100px;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.template-library-wrapper .template-library article.image .chat-screen .chat-conversation {
  padding: 16px;
  min-height: 440px;
}
.template-library-wrapper .template-library article.image .chat-screen .chat-conversation .chat-bubble {
  border-radius: 12px;
  overflow: hidden;
  line-height: 1.35;
}
.template-library-wrapper .template-library article.image .chat-screen .chat-conversation .chat-bubble:not(:last-child) {
  margin-bottom: 8px;
}
.template-library-wrapper .template-library article.image .chat-screen .chat-conversation .chat-bubble.image {
  max-width: 70%;
}
.template-library-wrapper .template-library article.image .chat-screen .chat-conversation .chat-bubble.image img {
  width: 100%;
  vertical-align: middle;
}
.template-library-wrapper .template-library article.image .chat-screen .chat-conversation .chat-bubble.text {
  max-width: 85%;
  padding: 10.666666666666666px;
  background-color: #e7e9e9;
  color: #0f0f0f;
  font-size: 15px;
  font-weight: 500;
}
.payments-hero-graphic {
  height: 520px;
  background-color: #ffe297;
  padding: 32px 0;
}
.payments-steps-wrapper {
  padding-top: 80px;
}
.payments-steps-wrapper .payments-steps {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.payments-steps-wrapper .payments-steps article.step {
  width: 330px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
.payments-steps-wrapper .payments-steps article.step:not(:last-child) {
  margin-right: 48px;
}
.payments-steps-wrapper .payments-steps article.step .step-number {
  display: flex;
  justify-content: center;
}
.payments-steps-wrapper .payments-steps article.step .step-number .number-wrapper {
  font-size: 42px;
  font-weight: bold;
  color: #9f833b;
  background-color: #ffe297;
  width: 64px;
  height: 64px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 5;
}
.payments-steps-wrapper .payments-steps article.step .step-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  color: #313131;
  margin: 32px 0;
}
.payments-steps-wrapper .payments-steps article.step .step-graphic-wrapper {
  margin-top: auto;
  background-color: #ffe297;
  padding: 32px;
  border-radius: 12px;
}
.payments-steps-wrapper .payments-steps article.step .step-graphic-wrapper img {
  max-width: 100%;
}
.events-listing-wrapper .events-listing {
  grid-gap: 32px;
}
.events-listing-wrapper .events-listing article.events {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0px 4px 20px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
}
.events-listing-wrapper .events-listing article.events a {
  flex: 1;
  padding: 24px;
  color: #313131;
  text-decoration: none;
  display: flex;
  flex-direction: column;
}
.events-listing-wrapper .events-listing article.events .events-badge,
.events-page .events-badge {
  display: inline-block;
  padding: 6px 8px;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 4px;
}
.events-listing-wrapper .events-listing article.events .events-badge.upcoming,
.events-page .events-badge.upcoming {
  background-color: #02ffb3;
  color: #0f3d2f;
}
.events-listing-wrapper .events-listing article.events .events-badge.ended,
.events-page .events-badge.ended {
  background-color: #ffe297;
  color: #53441f;
}
.events-listing-wrapper .events-listing article.events .events-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.35;
  text-align: left;
  color: #313131;
  margin: 24px 0 12px 0;
}
.events-listing-wrapper .events-listing article.events .events-meta,
.events-page .events-inner .events-meta {
  color: #797979;
  font-size: 15px;
  font-weight: 500;
}
.events-listing-wrapper .events-listing article.events .events-meta p.meta-line:not(:last-child),
.events-page .events-inner .events-meta p.meta-line:not(:last-child) {
  margin-bottom: 5px;
}
.events-listing-wrapper .events-listing article.events .events-excerpt {
  margin-top: 24px;
  line-height: 1.4;
}
.events-listing-wrapper .events-listing article.events .events-register {
  margin-top: auto;
  padding-top: 24px;
  font-size: 20px;
  font-weight: bold;
  color: #423dce;
}
.events-group-heading {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.35;
  text-align: left;
  color: #313131;
  margin-bottom: 16px;
}
@media only screen and (max-width: 900px) {
  .events-group-heading {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.35;
    text-align: center;
    color: #313131;
  }
}
.events-page {
  padding-top: 64px;
}
.events-page a.events-back {
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 48px;
}
.events-page h1.events-title {
  font-weight: 800;
  font-size: 52px;
  line-height: 1.15;
  text-align: left;
  color: #313131;
  margin-top: 8px;
}
@media only screen and (max-width: 600px) {
  .events-page h1.events-title {
    font-size: 32px;
  }
}
.events-page .events-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 24px;
}
.events-page .events-inner .events-meta {
  margin-top: 16px;
}
.events-page .events-inner .events-description {
  margin-top: 48px;
}
@media only screen and (max-width: 768px) {
  .events-page .events-inner {
    display: block;
  }
  .events-page .events-inner .events-sidebar {
    margin-left: 0;
    margin-top: 32px;
    width: 100%;
  }
}
.events-page .events-sidebar {
  flex-shrink: 0;
  margin-top: 48px;
}
.events-page .events-sidebar .events-form h3.form-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.35;
  text-align: left;
  color: #313131;
}
.industries-features-wrapper {
  padding: 80px 0;
}
.industries-features-wrapper .industries-features .industries-feature {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.industries-features-wrapper .industries-features .industries-feature:not(:last-child) {
  margin-bottom: 80px;
}
.industries-features-wrapper .industries-features .industries-feature.even {
  flex-direction: row-reverse;
}
.industries-features-wrapper .industries-features .industries-feature .feature-text {
  max-width: 536px;
  flex-grow: 0;
}
.industries-features-wrapper .industries-features .industries-feature .feature-text .feature-title {
  font-size: 44px;
  font-weight: 800;
  line-height: 1.25;
  text-align: left;
  color: #313131;
}
@media only screen and (max-width: 600px) {
  .industries-features-wrapper .industries-features .industries-feature .feature-text .feature-title {
    font-size: 32px;
  }
}
.industries-features-wrapper .industries-features .industries-feature .feature-text .feature-description {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.45;
  margin-top: 24px;
  max-width: 400px;
}
.industries-features-wrapper .industries-features .industries-feature .feature-text .feature-button {
  margin-top: 40px;
}
.industries-features-wrapper .industries-features .industries-feature .feature-graphic {
  max-width: 540px;
  height: 480px;
  border-radius: 32px;
  overflow: hidden;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
}
.industries-features-wrapper .industries-features .industries-feature .feature-graphic .graphic-image {
  background-size: cover;
  background-position: center;
  flex: 1;
}
.industries-features-wrapper .industries-features .industries-feature .feature-graphic .graphic-chat {
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.industries-features-wrapper .industries-features .industries-feature .feature-graphic .graphic-chat .bubble {
  padding: 8px 16px;
  font-size: 18px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 1.45;
  cursor: default;
  pointer-events: none;
  user-select: none;
}
.industries-features-wrapper .industries-features .industries-feature .feature-graphic .graphic-chat .bubble:not(:last-child) {
  margin-bottom: 12.8px;
}
.industries-features-wrapper .industries-features .industries-feature .feature-graphic .graphic-chat .bubble.company {
  background-color: #fff;
  border-radius: 16px 16px 16px 0;
}
.industries-features-wrapper .industries-features .industries-feature .feature-graphic .graphic-chat .bubble.customer {
  background-color: #298cff;
  border-radius: 16px 16px 0 16px;
  color: #fff;
}
.industries-features-wrapper .industries-features .industries-feature .feature-graphic .graphic-chat .bubble strong {
  font-weight: 400;
  color: #0b7cff;
}
.industries-features-wrapper .industries-features .industries-feature .feature-graphic .graphic-chat .bubble.is-hearted {
  position: relative;
}
.industries-features-wrapper .industries-features .industries-feature .feature-graphic .graphic-chat .bubble.is-hearted:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 41px;
  height: 41px;
  background-image: url("/images/chat-reaction-heart.svg");
  transform: translate(50%, -50%);
}
@media only screen and (max-width: 1185px) {
  .industries-features-wrapper .industries-features .industries-feature .feature-text {
    max-width: 400px;
  }
  .industries-features-wrapper .industries-features .industries-feature .feature-graphic {
    max-width: 400px;
  }
}
@media only screen and (max-width: 930px) {
  .industries-features-wrapper .industries-features .industries-feature {
    flex-direction: column !important;
  }
  .industries-features-wrapper .industries-features .industries-feature .feature-text {
    text-align: center;
  }
  .industries-features-wrapper .industries-features .industries-feature .feature-text .feature-title {
    text-align: center;
    font-size: 4vw;
  }
  .industries-features-wrapper .industries-features .industries-feature .feature-text .feature-description {
    font-size: 16px;
    max-width: 370px;
  }
  .industries-features-wrapper .industries-features .industries-feature .feature-graphic {
    margin-top: 48px;
  }
}
@media only screen and (max-width: 630px) {
  .industries-features-wrapper .industries-features .industries-feature .feature-text .feature-title {
    font-size: 6vw;
  }
}
@media only screen and (max-width: 470px) {
  .industries-features-wrapper .industries-features .industries-feature .feature-text {
    max-width: none;
    text-align: left;
  }
  .industries-features-wrapper .industries-features .industries-feature .feature-text .feature-title {
    text-align: left;
  }
  .industries-features-wrapper .industries-features .industries-feature .feature-text .feature-description {
    max-width: none;
  }
  .industries-features-wrapper .industries-features .industries-feature .feature-graphic {
    max-width: none;
  }
}
.industries-stats-wrapper .industries-stats {
  display: grid;
  grid-gap: 24px;
}
.industries-stats-wrapper .industries-stats.is-1 {
  grid-template-columns: repeat(1, 1fr);
}
.industries-stats-wrapper .industries-stats.is-2 {
  grid-template-columns: repeat(2, 1fr);
}
.industries-stats-wrapper .industries-stats.is-3 {
  grid-template-columns: repeat(3, 1fr);
}
.industries-stats-wrapper .industries-stats.is-4 {
  grid-template-columns: repeat(4, 1fr);
}
.industries-stats-wrapper .industries-stats.is-5 {
  grid-template-columns: repeat(5, 1fr);
}
@media only screen and (max-width: 980px) {
  .industries-stats-wrapper .industries-stats.is-5 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 590px) {
  .industries-stats-wrapper .industries-stats.is-5 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 425px) {
  .industries-stats-wrapper .industries-stats.is-5 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.industries-stats-wrapper .industries-stats.is-6 {
  grid-template-columns: repeat(3, 1fr);
}
.industries-stats-wrapper .industries-stats article.stat {
  border-radius: 14px;
  padding: 32px 16px;
  font-weight: 500;
  text-align: center;
}
.industries-stats-wrapper .industries-stats article.stat .value {
  font-size: 24px;
  font-weight: 900;
  color: #423dce;
}
.industries-stats-wrapper .industries-stats article.stat .description {
  margin-top: 32px;
  font-size: 14px;
  line-height: 1.35;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.signup-page-v3-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 12vh;
  padding-bottom: 12vh;
}
@media only screen and (max-width: 1180px) {
  .signup-page-v3-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.signup-page-v3-wrapper .big-container {
  flex-shrink: 0;
  width: 1200px;
  position: relative;
}
.signup-page-v3-wrapper .close {
  position: absolute;
  top: 20px;
  right: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNi4xNzQgNWwzLjU4LTMuNTczQS44MzYuODM2IDAgMDA4LjU3Mi4yNDVMNSAzLjgyNSAxLjQyOC4yNDVBLjgzNi44MzYgMCAxMC4yNDYgMS40MjdMMy44MjYgNSAuMjQ2IDguNTcxYS44MzMuODMzIDAgMDAwIDEuMTgzLjgzMi44MzIgMCAwMDEuMTgyIDBMNSA2LjE3NGwzLjU3MiAzLjU4YS44MzIuODMyIDAgMDAxLjE4MiAwIC44MzMuODMzIDAgMDAwLTEuMTgzTDYuMTc0IDV6IiBmaWxsPSIjNTY1NDdFIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-size: cover;
  width: 14px;
  height: 14px;
  cursor: pointer;
  opacity: 1;
  filter: invert(100%);
}
.signup-page-v3-wrapper .close:hover {
  opacity: 1;
}
@media only screen and (max-width: 1180px) {
  .signup-page-v3-wrapper .close {
    right: 20px;
  }
}
.signup-page-v3-wrapper .signup-page-v3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.signup-page-v3-wrapper .signup-page-v3 .signup-form-main {
  max-width: 640px;
  margin-right: 5%;
}
.signup-page-v3-wrapper .signup-page-v3 .signup-form-main .form-title-wrapper {
  margin-bottom: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.signup-page-v3-wrapper .signup-page-v3 .signup-form-main .form-title-wrapper .form-title {
  font-size: 54px;
  font-weight: 900;
}
.signup-page-v3-wrapper .signup-page-v3 .signup-form-main .form-title-wrapper .form-logo {
  background-color: #dfdeff;
  width: 86px;
  height: 86px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.signup-page-v3-wrapper .signup-page-v3 .signup-form-main .form-title-wrapper .form-logo img {
  width: 40px;
}
.signup-page-v3-wrapper .signup-page-v3 .form-poster {
  flex-shrink: 0;
  width: 485px;
  height: 435px;
  background: linear-gradient(25.2deg, #ffa7a7 8.29%, #ffb7b7 53.05%, #ffc3a0 93.21%);
  color: #200054;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  transform: translateY(-2px);
}
.signup-page-v3-wrapper .signup-page-v3 .form-poster .poster-logo img {
  height: 19px;
}
.signup-page-v3-wrapper .signup-page-v3 .form-poster .poster-heading {
  font-family: 'ClashDisplay', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  font-variation-settings: 'wght' 700;
  font-size: 36px;
  line-height: 1.1;
  margin: 32px 0;
}
.signup-page-v3-wrapper .signup-page-v3 .form-poster .poster-features {
  font-family: 'ClashDisplay', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 600;
  font-variation-settings: 'wght' 600;
  font-size: 13px;
  display: flex;
  text-transform: uppercase;
}
.signup-page-v3-wrapper .signup-page-v3 .form-poster .poster-features li {
  position: relative;
}
.signup-page-v3-wrapper .signup-page-v3 .form-poster .poster-features li:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
}
.signup-page-v3-wrapper .signup-page-v3 .form-poster .poster-features li:not(:last-child):after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  background-color: #200054;
  border-radius: 100px;
}
.signup-page-v3-wrapper .signup-page-v3 .form-poster .poster-ratings {
  margin-top: 32px;
  display: flex;
  align-items: center;
}
.signup-page-v3-wrapper .signup-page-v3 .form-poster .poster-ratings .logos img {
  margin-right: 8px;
}
@media only screen and (max-width: 1180px) {
  .signup-page-v3-wrapper .signup-page-v3 {
    flex-direction: column-reverse;
    padding: 64px 0;
  }
  .signup-page-v3-wrapper .signup-page-v3 .signup-form-main,
  .signup-page-v3-wrapper .signup-page-v3 .form-poster {
    width: auto;
    max-width: 600px;
  }
  .signup-page-v3-wrapper .signup-page-v3 .signup-form-main {
    margin-right: 0;
  }
  .signup-page-v3-wrapper .signup-page-v3 .form-poster {
    display: none;
    height: auto;
    margin-bottom: 48px;
  }
}
@media only screen and (max-width: 555px) {
  .signup-page-v3-wrapper .signup-page-v3 .form-poster .poster-heading {
    font-size: 6vw;
  }
}
@media only screen and (max-width: 515px) {
  .signup-page-v3-wrapper .signup-page-v3 .signup-form-main .form-title-wrapper .form-logo {
    display: none;
  }
  .signup-page-v3-wrapper .signup-page-v3 .signup-form-main .form-title-wrapper .form-title {
    font-size: 8vw;
  }
  .signup-page-v3-wrapper .signup-page-v3 .form-poster {
    padding-left: 16px;
    padding-right: 16px;
  }
  .signup-page-v3-wrapper .signup-page-v3 .form-poster .poster-features {
    font-size: 2.4vw;
  }
}
.signup-page-v3-wrapper.is-dark {
  background-color: #313131;
  color: #fff;
}
.signup-page-v3-wrapper.is-dark .form-signup-full label {
  color: #fff;
}
.signup-page-v3-wrapper.is-dark .form-signup-full input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
  border-color: #8c8c8c !important;
  background-color: #f5f9ff;
  color: #fff;
}
.signup-page-v3-wrapper.is-dark .form-signup-full input:not([type=checkbox]):not([type=radio]):not([type=submit]):focus {
  border-color: #423dce;
}
.signup-page-v3-wrapper.is-dark .form-signup-full .field-phone-wrapper .phone-prefix {
  color: #fff;
}
.signup-page-v3-wrapper.is-dark .form-signup-full .plg-platform-wrapper .radio-item-wrapper label .fa-wrapper {
  color: #cccec1;
  border-color: #cccec1;
}
.signup-page-v3-wrapper.is-dark .form-signup-full .plg-platform-wrapper .radio-item-wrapper .radio-selector {
  background-color: #f5f9ff;
  box-shadow: inset 0px 0px 0px 1px #8c8c8c;
}
.signup-page-v3-wrapper.is-dark .form-signup-full .plg-platform-wrapper .radio-item-wrapper .radio-selector img {
  filter: invert(100%);
}
.signup-page-v3-wrapper.is-dark .form-signup-full .plg-platform-wrapper .radio-item-wrapper input[type=radio]:focus~ label .radio-selector {
  background-color: #423dce;
}
.signup-page-v3-wrapper.is-dark .form-signup-full .plg-platform-wrapper .radio-item-wrapper input[type=radio]:checked~ label .radio-selector {
  box-shadow: inset 0px 0px 0px 2px #fff;
  background-color: #423dce;
}
.nonshopify-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 8000;
  background-color: rgba(255,255,255,0.7);
  backdrop-filter: blur(10px);
  display: flex;
  justify-content: center;
  align-content: flex-start;
  opacity: 0;
  visibility: hidden;
  padding: 32px;
}
.nonshopify-modal-overlay .nonshopify-modal {
  width: 750px;
  height: auto;
  padding: 48px;
  background: linear-gradient(180deg, #222 0%, #423dce 41.15%, #9868ff 87.5%);
  color: #fff;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
  transform: translateY(calc(100vh + 100%));
  transition: 0.55s cubic-bezier(0.19, 1, 0.22, 1);
}
@media only screen and (max-width: 800px) {
  .nonshopify-modal-overlay .nonshopify-modal {
    width: 100%;
  }
}
.nonshopify-modal-overlay .nonshopify-modal .close {
  position: absolute;
  top: 20px;
  right: 20px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNi4xNzQgNWwzLjU4LTMuNTczQS44MzYuODM2IDAgMDA4LjU3Mi4yNDVMNSAzLjgyNSAxLjQyOC4yNDVBLjgzNi44MzYgMCAxMC4yNDYgMS40MjdMMy44MjYgNSAuMjQ2IDguNTcxYS44MzMuODMzIDAgMDAwIDEuMTgzLjgzMi44MzIgMCAwMDEuMTgyIDBMNSA2LjE3NGwzLjU3MiAzLjU4YS44MzIuODMyIDAgMDAxLjE4MiAwIC44MzMuODMzIDAgMDAwLTEuMTgzTDYuMTc0IDV6IiBmaWxsPSIjNTY1NDdFIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=");
  background-size: cover;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  cursor: pointer;
  opacity: 1;
}
.nonshopify-modal-overlay .nonshopify-modal .close:hover {
  opacity: 1;
}
.nonshopify-modal-overlay .nonshopify-modal .modal-inner {
  max-width: 420px;
}
.nonshopify-modal-overlay .nonshopify-modal .modal-title {
  font-size: 20px;
  font-weight: 800;
}
.nonshopify-modal-overlay .nonshopify-modal .modal-description {
  font-weight: 500;
  line-height: 1.35;
  margin-top: 32px;
}
.nonshopify-modal-overlay .nonshopify-modal .modal-cta {
  margin-top: 32px;
}
.nonshopify-modal-overlay .nonshopify-modal .modal-graphic {
  margin: 48px 0;
}
.nonshopify-modal-overlay .nonshopify-modal .modal-graphic img {
  max-width: 100%;
}
.nonshopify-modal-overlay.active {
  opacity: 1;
  visibility: visible;
}
.nonshopify-modal-overlay.active .nonshopify-modal {
  transform: translateY(0);
}
.platform-selection-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 3000;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  padding: 32px;
}
.platform-selection-overlay .close {
  position: absolute;
  top: 20px;
  right: 20px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNi4xNzQgNWwzLjU4LTMuNTczQS44MzYuODM2IDAgMDA4LjU3Mi4yNDVMNSAzLjgyNSAxLjQyOC4yNDVBLjgzNi44MzYgMCAxMC4yNDYgMS40MjdMMy44MjYgNSAuMjQ2IDguNTcxYS44MzMuODMzIDAgMDAwIDEuMTgzLjgzMi44MzIgMCAwMDEuMTgyIDBMNSA2LjE3NGwzLjU3MiAzLjU4YS44MzIuODMyIDAgMDAxLjE4MiAwIC44MzMuODMzIDAgMDAwLTEuMTgzTDYuMTc0IDV6IiBmaWxsPSIjNTY1NDdFIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=");
  background-size: cover;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  cursor: pointer;
  opacity: 1;
}
.platform-selection-overlay .close:hover {
  opacity: 1;
}
.platform-selection-overlay .platform-selection-modal {
  width: 750px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  color: #313131;
  border-radius: 16px;
  align-self: center;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
  transform: translateY(calc(100vh + 100%));
  transition: 0.55s cubic-bezier(0.19, 1, 0.22, 1);
}
@media only screen and (max-width: 800px) {
  .platform-selection-overlay .platform-selection-modal {
    width: 100%;
  }
}
.platform-selection-overlay .platform-selection-modal .platform-selection-inner {
  width: 680px;
}
.platform-selection-overlay .platform-selection-modal .platform-selection-inner .logo {
  width: 86px;
  height: 86px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dfdeff;
  border-radius: 200px;
  margin-left: auto;
  margin-right: auto;
}
.platform-selection-overlay .platform-selection-modal .platform-selection-inner .logo img {
  width: 40px;
}
.platform-selection-overlay .platform-selection-modal .platform-selection-inner .platform-selection-headings {
  margin-top: 48px;
  text-align: center;
}
.platform-selection-overlay .platform-selection-modal .platform-selection-inner .platform-selection-headings h2 {
  font-size: 38px;
  font-weight: 900;
  line-height: 1.2;
}
@media only screen and (max-width: 500px) {
  .platform-selection-overlay .platform-selection-modal .platform-selection-inner .platform-selection-headings h2 {
    font-size: 8vw;
  }
}
.platform-selection-overlay .platform-selection-modal .platform-selection-inner .platform-selection-headings p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  margin-top: 24px;
}
@media only screen and (max-width: 450px) {
  .platform-selection-overlay .platform-selection-modal .platform-selection-inner .platform-selection-headings p {
    font-size: 16px;
  }
}
.platform-selection-overlay .platform-selection-modal .platform-selection-inner .platform-selection-platforms {
  width: 440px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
}
.platform-selection-overlay .platform-selection-modal .platform-selection-inner .platform-selection-platforms article.platform {
  justify-content: center;
  width: 200px;
  height: 200px;
  background-color: #f5f5f5;
  border: 1px solid #dedede;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #313131;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
  transition: 0.2s;
}
.platform-selection-overlay .platform-selection-modal .platform-selection-inner .platform-selection-platforms article.platform img {
  width: 80px;
}
.platform-selection-overlay .platform-selection-modal .platform-selection-inner .platform-selection-platforms article.platform span {
  margin-top: 16px;
}
.platform-selection-overlay .platform-selection-modal .platform-selection-inner .platform-selection-platforms article.platform:hover {
  background-color: #e8e8e8;
}
@media only screen and (max-width: 530px) {
  .platform-selection-overlay .platform-selection-modal .platform-selection-inner .platform-selection-platforms {
    width: 100%;
  }
  .platform-selection-overlay .platform-selection-modal .platform-selection-inner .platform-selection-platforms article.platform {
    width: 100%;
    height: auto;
    padding: 32px 16px;
  }
  .platform-selection-overlay .platform-selection-modal .platform-selection-inner .platform-selection-platforms article.platform img {
    width: 50px;
  }
}
@media only screen and (max-width: 410px) {
  .platform-selection-overlay .platform-selection-modal .platform-selection-inner .platform-selection-platforms {
    grid-gap: 16px;
  }
}
@media only screen and (max-width: 375px) {
  .platform-selection-overlay .platform-selection-modal .platform-selection-inner .platform-selection-platforms {
    grid-template-columns: repeat(1, 1fr);
  }
}
.platform-selection-overlay .platform-selection-modal .platform-selection-inner article.platform-other {
  margin-top: 32px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}
.platform-selection-overlay.active {
  opacity: 1;
  visibility: visible;
}
.platform-selection-overlay.active .platform-selection-modal {
  transform: translateY(0);
}
.shopify-loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  color: #313131;
  z-index: 9000;
  padding-top: 10%;
  opacity: 0;
  visibility: hidden;
  transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.shopify-loading-overlay.active {
  opacity: 1;
  visibility: visible;
}
.shopify-loading-overlay .shopify-loading-inner {
  text-align: center;
}
.shopify-loading-overlay .shopify-loading-inner p {
  line-height: 1.35;
}
.shopify-loading-overlay .shopify-loading-inner .title {
  font-size: 24px;
  font-weight: 900;
}
.shopify-loading-overlay .shopify-loading-inner .subtitle {
  font-size: 18px;
  font-weight: 500;
  margin-top: 28px;
}
.shopify-loading-overlay .shopify-loading-inner .logos {
  margin-top: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shopify-loading-overlay .shopify-loading-inner .logos img {
  height: 38px;
}
.shopify-loading-overlay .shopify-loading-inner .logos .plus {
  font-size: 34px;
  font-weight: 800;
  color: rgba(49,49,49,0.25);
  margin: 0 16px;
  transform: translateY(-20%);
}
.shopify-domain-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 5000;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  padding: 32px;
}
@media only screen and (max-width: 800px) {
  .shopify-domain-modal-overlay {
    padding: 32px 16px;
  }
}
.shopify-domain-modal-overlay .close {
  position: absolute;
  display: block;
  top: 20px;
  right: 20px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNi4xNzQgNWwzLjU4LTMuNTczQS44MzYuODM2IDAgMDA4LjU3Mi4yNDVMNSAzLjgyNSAxLjQyOC4yNDVBLjgzNi44MzYgMCAxMC4yNDYgMS40MjdMMy44MjYgNSAuMjQ2IDguNTcxYS44MzMuODMzIDAgMDAwIDEuMTgzLjgzMi44MzIgMCAwMDEuMTgyIDBMNSA2LjE3NGwzLjU3MiAzLjU4YS44MzIuODMyIDAgMDAxLjE4MiAwIC44MzMuODMzIDAgMDAwLTEuMTgzTDYuMTc0IDV6IiBmaWxsPSIjNTY1NDdFIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=");
  background-size: cover;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  cursor: pointer;
  opacity: 1;
}
.shopify-domain-modal-overlay .close:hover {
  opacity: 1;
}
.shopify-domain-modal-overlay .shopify-domain-modal {
  position: relative;
  width: 750px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 20vh 48px;
  background: #fff;
  color: #313131;
  border-radius: 16px;
  align-self: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transform: translateY(calc(100vh + 100%));
  transition: 0.55s cubic-bezier(0.19, 1, 0.22, 1);
}
.shopify-domain-modal-overlay .shopify-domain-modal .shopify-logo-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.shopify-domain-modal-overlay .shopify-domain-modal .shopify-logo-wrapper .emotive-logo {
  width: 90px;
  height: 90px;
  background-color: #dfdeff;
  border-radius: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shopify-domain-modal-overlay .shopify-domain-modal .shopify-logo-wrapper .emotive-logo img {
  width: 40px;
}
.shopify-domain-modal-overlay .shopify-domain-modal .shopify-logo-wrapper .shopify-logo {
  width: 90px;
  height: 90px;
  background-color: rgba(150,191,72,0.25);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shopify-domain-modal-overlay .shopify-domain-modal .shopify-logo-wrapper .shopify-logo img {
  width: 50px;
}
.shopify-domain-modal-overlay .shopify-domain-modal .shopify-logo-wrapper span.plus {
  font-size: 30px;
  font-weight: 900;
  margin-left: 10%;
  margin-right: 10%;
}
.shopify-domain-modal-overlay .shopify-domain-modal .shopify-title {
  font-size: 30px;
  font-weight: 900;
  margin: 48px 0 80px 0;
}
.shopify-domain-modal-overlay .shopify-domain-modal .close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 5;
  background-image: url("data:image/svg;base64,PHN2ZyB3aWR0aD0iMzciIGhlaWdodD0iMzciIHZpZXdCb3g9IjAgMCAzNyAzNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTguNDk5NyAzMy45MTU0QzI3LjAxNDEgMzMuOTE1NCAzMy45MTYzIDI3LjAxMzEgMzMuOTE2MyAxOC40OTg3QzMzLjkxNjMgOS45ODQzMSAyNy4wMTQxIDMuMDgyMDMgMTguNDk5NyAzLjA4MjAzQzkuOTg1MjggMy4wODIwMyAzLjA4MzAxIDkuOTg0MzEgMy4wODMwMSAxOC40OTg3QzMuMDgzMDEgMjcuMDEzMSA5Ljk4NTI4IDMzLjkxNTQgMTguNDk5NyAzMy45MTU0WiIgc3Ryb2tlPSIjMzEzMTMxIiBzdHJva2Utd2lkdGg9IjIiLz48cGF0aCBkPSJNMTguNDk5NyAzMy45MTU0QzI3LjAxNDEgMzMuOTE1NCAzMy45MTYzIDI3LjAxMzEgMzMuOTE2MyAxOC40OTg3QzMzLjkxNjMgOS45ODQzMSAyNy4wMTQxIDMuMDgyMDMgMTguNDk5NyAzLjA4MjAzQzkuOTg1MjggMy4wODIwMyAzLjA4MzAxIDkuOTg0MzEgMy4wODMwMSAxOC40OTg3QzMuMDgzMDEgMjcuMDEzMSA5Ljk4NTI4IDMzLjkxNTQgMTguNDk5NyAzMy45MTU0WiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIi8+PHBhdGggZD0iTTIzLjEyNSAyMy4xMjVMMTMuODc1IDEzLjg3NU0yMy4xMjUgMTMuODc1TDEzLjg3NSAyMy4xMjUiIHN0cm9rZT0iIzMxMzEzMSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz48cGF0aCBkPSJNMjMuMTI1IDIzLjEyNUwxMy44NzUgMTMuODc1TTIzLjEyNSAxMy44NzVMMTMuODc1IDIzLjEyNSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz48L3N2Zz4=");
  width: 37px;
  height: 37px;
  cursor: pointer;
  opacity: 0.5;
}
.shopify-domain-modal-overlay .shopify-domain-modal .close:hover {
  opacity: 1;
}
@media only screen and (max-width: 800px) {
  .shopify-domain-modal-overlay .shopify-domain-modal {
    width: 100%;
    padding: 20vh 16px;
  }
}
.shopify-domain-modal-overlay.active {
  opacity: 1;
  visibility: visible;
}
.shopify-domain-modal-overlay.active .shopify-domain-modal {
  transform: translateY(0);
}
.marketing-landing-v1-wrapper .emotive-logo-top {
  text-align: center;
  padding: 32px 0;
}
.marketing-landing-v1-wrapper .emotive-logo-top img {
  height: 26px;
}
.marketing-landing-v1-wrapper .landing-section {
  padding-bottom: 96px;
}
@media only screen and (max-width: 1200px) {
  .marketing-landing-v1-wrapper .big-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (min-width: 1120px) {
  .marketing-landing-v1-sticky-wrapper .fixed-cta-wrapper {
    display: none;
  }
}
.marketing-landing-v1-sticky-wrapper .marketing-landing-sticky {
  padding-bottom: 64px;
  display: flex;
}
.marketing-landing-v1-sticky-wrapper .marketing-landing-sticky .sticky-content {
  flex-shrink: 1;
  max-width: 550px;
}
.marketing-landing-v1-sticky-wrapper .marketing-landing-sticky .sticky-content .landing-section {
  padding-right: 5%;
}
.marketing-landing-v1-sticky-wrapper .marketing-landing-sticky .sticky-content .landing-section:not(:first-child),
.marketing-landing-v1-sticky-wrapper .marketing-landing-sticky .sticky-content .landing-section:not(:last-child) {
  margin-bottom: 96px;
}
@media only screen and (max-width: 1200px) {
  .marketing-landing-v1-sticky-wrapper .marketing-landing-sticky .sticky-content .landing-section .big-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.marketing-landing-v1-sticky-wrapper .marketing-landing-sticky .sticky-aside {
  max-width: 600px;
  position: fixed;
  margin-left: 600px;
  margin-top: 50vh;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  .marketing-landing-v1-sticky-wrapper .marketing-landing-sticky .sticky-aside {
    max-width: 500px;
    margin-left: 0;
    right: 32px;
  }
}
@media only screen and (max-width: 1120px) {
  .marketing-landing-v1-sticky-wrapper .marketing-landing-sticky {
    display: block;
  }
  .marketing-landing-v1-sticky-wrapper .marketing-landing-sticky .sticky-content {
    margin-left: auto;
    margin-right: auto;
  }
  .marketing-landing-v1-sticky-wrapper .marketing-landing-sticky .sticky-content .landing-section {
    padding-right: 0;
  }
  .marketing-landing-v1-sticky-wrapper .marketing-landing-sticky .sticky-aside {
    position: relative;
    margin-top: 0;
    transform: none;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    right: 0;
  }
}
@media screen and (max-height: 890px) {
  .marketing-landing-v1-sticky-wrapper .marketing-landing-sticky .sticky-aside .signup-form-block {
    padding: 32px;
  }
  .marketing-landing-v1-sticky-wrapper .marketing-landing-sticky .sticky-aside .signup-form-block .form-title-wrapper .form-title {
    font-size: 3vh;
  }
  .marketing-landing-v1-sticky-wrapper .marketing-landing-sticky .sticky-aside .signup-form-block .form-title-wrapper .form-title br {
    display: none;
  }
  .marketing-landing-v1-sticky-wrapper .marketing-landing-sticky .sticky-aside .signup-form-block .form-title-wrapper .form-logo {
    display: none;
  }
  .marketing-landing-v1-sticky-wrapper .marketing-landing-sticky .sticky-aside .signup-form-block .form-wrapper form.form-signup-full .row:not(:last-child) {
    margin-bottom: 16px;
  }
  .marketing-landing-v1-sticky-wrapper .marketing-landing-sticky .sticky-aside .signup-form-block .form-wrapper form.form-signup-full input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
    height: 42px;
  }
  .marketing-landing-v1-sticky-wrapper .marketing-landing-sticky .sticky-aside .signup-form-block .form-wrapper form.form-signup-full .button.tall {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}
@media screen and (max-height: 640px) {
  .marketing-landing-v1-sticky-wrapper .marketing-landing-sticky {
    display: block;
  }
  .marketing-landing-v1-sticky-wrapper .marketing-landing-sticky .sticky-content {
    margin-left: auto;
    margin-right: auto;
  }
  .marketing-landing-v1-sticky-wrapper .marketing-landing-sticky .sticky-content .landing-section {
    padding-right: 0;
  }
  .marketing-landing-v1-sticky-wrapper .marketing-landing-sticky .sticky-aside {
    position: relative;
    margin-top: 0;
    transform: none;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    right: 0;
  }
}
.popup-sms-capture-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1005;
  background-color: rgba(31,29,84,0.65);
  backdrop-filter: blur(4px);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  overflow-y: auto;
  padding: 32px 32px 32px 32px;
}
.popup-sms-capture-overlay .popup-sms-capture-wrapper {
  transform: translateY(calc(100vh + 100%));
  transition: 0.55s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 0.3s;
  position: relative;
  max-width: 460px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0px -5px 45px 3px rgba(0,0,0,0.25);
  padding: 64px 64px 32px 64px;
  text-align: center;
  font-weight: 500;
}
@media only screen and (max-width: 520px) {
  .popup-sms-capture-overlay .popup-sms-capture-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.popup-sms-capture-overlay .popup-sms-capture-wrapper .close {
  position: absolute;
  top: 20px;
  right: 20px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNi4xNzQgNWwzLjU4LTMuNTczQS44MzYuODM2IDAgMDA4LjU3Mi4yNDVMNSAzLjgyNSAxLjQyOC4yNDVBLjgzNi44MzYgMCAxMC4yNDYgMS40MjdMMy44MjYgNSAuMjQ2IDguNTcxYS44MzMuODMzIDAgMDAwIDEuMTgzLjgzMi44MzIgMCAwMDEuMTgyIDBMNSA2LjE3NGwzLjU3MiAzLjU4YS44MzIuODMyIDAgMDAxLjE4MiAwIC44MzMuODMzIDAgMDAwLTEuMTgzTDYuMTc0IDV6IiBmaWxsPSIjNTY1NDdFIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=");
  width: 10px;
  height: 10px;
  cursor: pointer;
  opacity: 0.5;
}
.popup-sms-capture-overlay .popup-sms-capture-wrapper .close:hover {
  opacity: 1;
}
.popup-sms-capture-overlay .popup-sms-capture-wrapper .popup-illustration img {
  max-width: 100%;
}
.popup-sms-capture-overlay .popup-sms-capture-wrapper .popup-text {
  margin-top: 32px;
}
.popup-sms-capture-overlay .popup-sms-capture-wrapper .popup-text .popup-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.35;
  text-align: center;
  color: #313131;
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -1px;
}
.popup-sms-capture-overlay .popup-sms-capture-wrapper .popup-text .popup-title.green {
  color: #00ce90;
}
@media only screen and (max-width: 500px) {
  .popup-sms-capture-overlay .popup-sms-capture-wrapper .popup-text .popup-title {
    font-size: 28px;
  }
}
.popup-sms-capture-overlay .popup-sms-capture-wrapper .popup-text .popup-description {
  font-size: 18px;
  line-height: 1.35;
  margin-top: 16px;
}
.popup-sms-capture-overlay .popup-sms-capture-wrapper .popup-form {
  margin-top: 32px;
}
.popup-sms-capture-overlay .popup-sms-capture-wrapper .popup-disclaimer {
  margin-top: 32px;
  font-size: 11px;
  color: rgba(121,121,121,0.35);
  line-height: 1.15;
}
.popup-sms-capture-overlay .popup-sms-capture-wrapper .popup-disclaimer a {
  color: inherit;
}
.popup-sms-capture-overlay.active {
  opacity: 1;
  visibility: visible;
}
.popup-sms-capture-overlay.active .popup-sms-capture-wrapper {
  transform: translateY(0);
}
form.popup-sms-capture-form .input-wrapper {
  position: relative;
}
form.popup-sms-capture-form .field-phone-wrapper {
  position: relative;
}
form.popup-sms-capture-form .field-phone-wrapper input[type="tel"],
form.popup-sms-capture-form .field-phone-wrapper input[type="number"] {
  padding-left: 32px;
  -moz-appearance: textfield;
}
form.popup-sms-capture-form .field-phone-wrapper input[type="tel"]::-webkit-outer-spin-button,
form.popup-sms-capture-form .field-phone-wrapper input[type="number"]::-webkit-outer-spin-button,
form.popup-sms-capture-form .field-phone-wrapper input[type="tel"]::-webkit-inner-spin-button,
form.popup-sms-capture-form .field-phone-wrapper input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
form.popup-sms-capture-form .field-phone-wrapper .phone-prefix {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: 500;
  opacity: 1;
  color: #313131;
  pointer-events: none;
}
form.popup-sms-capture-form input[type="tel"] {
  border: 2px solid #423dce;
  background-color: transparent;
  width: 100%;
  height: 56px;
  border-radius: 12px;
  padding-left: 40px !important;
  padding-right: 128px;
  font-family: 'PlusJakartaSansWF', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  font-weight: 500;
}
form.popup-sms-capture-form input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-color: #423dce;
  color: #fff;
  border-radius: 12px;
  font-size: 20px;
  font-weight: bold;
  font-family: 'PlusJakartaSansWF', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  border: 2px solid #423dce;
  padding: 0 24px;
  cursor: pointer;
  box-shadow: transparent;
  transition: 0.25s;
}
form.popup-sms-capture-form input[type="submit"]:hover {
  background-color: #4843cf;
  box-shadow: 0 0 5px 0 rgba(66,61,206,0.18), 0 4px 5px 0 rgba(66,61,206,0.13);
}
