/*!
 * 
 * 	elfsight.com
 * 
 * 	Copyright (c) 2025 Elfsight, LLC. ALL RIGHTS RESERVED
 * 
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

.loader,
.button-loader,
.application-examples-item-loader {
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border-style: solid;
  border-top-color: transparent;
  animation: loader 1s infinite linear;
  opacity: 0;
  visibility: hidden;
}
.loader-visible,
.button-loader-visible,
.application-examples-item-loader-visible {
  opacity: 1;
  visibility: visible;
}
.loader-12,
.button-loader-12,
.application-examples-item-loader-12,
.button-28 .button-loader,
.button-40 .button-loader {
  width: 12px;
  height: 12px;
  margin: -6px 0 0 -6px;
  border-width: 2px;
}
.loader-16,
.button-loader-16,
.application-examples-item-loader-16,
.button-40 .button-loader,
.button-48 .button-loader {
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  border-width: 2px;
}
.loader-20,
.button-loader-20,
.application-examples-item-loader-20,
.button-48 .button-loader,
.button-56 .button-loader {
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  border-width: 2px;
}
.loader-24,
.button-loader-24,
.application-examples-item-loader-24,
.button-56 .button-loader,
.application-examples-item-loader {
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border-width: 3px;
}
.loader-48,
.button-loader-48,
.application-examples-item-loader-48 {
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
  border-width: 6px;
}
.loader-64,
.button-loader-64,
.application-examples-item-loader-64 {
  width: 64px;
  height: 64px;
  margin: -32px 0 0 -32px;
  border-width: 6px;
}
@-moz-keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.color-white,
.developers-included-item h4,
.developers-included-item p {
  color: #fff;
}
.color-black {
  color: #111;
}
.color-red {
  color: #ff4734;
}
.color-green {
  color: #0ec12f;
}
.color-blue {
  color: #1c91ff;
}
.color-magenta {
  color: #f93262;
}
.color-purple {
  color: #9a8aff;
}
.color-yellow {
  color: #ffec00;
}
.color-orange {
  color: #ff8008;
}
.bg-white {
  background: #fff;
}
.bg-black {
  background: #111;
}
.bg-gradient {
  background-image: linear-gradient(225deg, #ffc63f, #fd3358 49%, #bc35d8);
}
body {
  color: #111;
  font: 400 18px/1.555 -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  -webkit-font-smoothing: antialiased;
}
h1,
.h1,
.developers-hero h1,
.developers-closing-cta h1,
.developers-hero h2,
.developers-closing-cta h2 {
  color: #111;
  font-size: 50px;
  font-weight: 700;
  line-height: 56px;
  margin: 100px 0 28px;
  padding: 0;
}
@media only screen and (max-width: 960px) {
  h1,
  .h1,
  .developers-hero h1,
  .developers-closing-cta h1,
  .developers-hero h2,
  .developers-closing-cta h2 {
    font-size: 40px;
    line-height: 48px;
  }
}
h2,
.h2,
.compact-typography h1,
.counters-item-value,
.number-counters-item-value,
.page-app-platform-hero-title {
  color: #111;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  margin: 80px 0 28px;
  padding: 0;
}
@media only screen and (max-width: 960px) {
  h2,
  .h2,
  .compact-typography h1,
  .counters-item-value,
  .number-counters-item-value,
  .page-app-platform-hero-title {
    font-size: 32px;
    line-height: 40px;
    margin: 60px 0 28px;
  }
}
h3,
.h3,
.compact-typography h2,
.section-text h2,
.application-cta-create-content-title,
.application-overview-selling-points-title,
.application-overview-features-item-description-title,
.application-platform-content h2,
.templates-content h2,
.page-platforms-text h2,
.platform-text h2 {
  color: #111;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  margin: 60px 0 28px;
  padding: 0;
}
@media only screen and (max-width: 960px) {
  h3,
  .h3,
  .compact-typography h2,
  .section-text h2,
  .application-cta-create-content-title,
  .application-overview-selling-points-title,
  .application-overview-features-item-description-title,
  .application-platform-content h2,
  .templates-content h2,
  .page-platforms-text h2,
  .platform-text h2 {
    font-size: 24px;
    line-height: 32px;
    margin: 40px 0 28px;
  }
}
h4,
.h4,
.compact-typography h3,
.section-text h3,
.application-cta-ed-item-content-title,
.table-of-contents-title,
.application-platform-content h3,
.page-applications-content-title,
.page-platforms-content-title,
.page-platforms-text h3,
.platform-text h3,
.developers-hero-content-logo-text,
.developers-hero p,
.developers-closing-cta p {
  color: #111;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin: 40px 0 28px;
  padding: 0;
}
@media only screen and (max-width: 960px) {
  h4,
  .h4,
  .compact-typography h3,
  .section-text h3,
  .application-cta-ed-item-content-title,
  .table-of-contents-title,
  .application-platform-content h3,
  .page-applications-content-title,
  .page-platforms-content-title,
  .page-platforms-text h3,
  .platform-text h3,
  .developers-hero-content-logo-text,
  .developers-hero p,
  .developers-closing-cta p {
    font-size: 20px;
    line-height: 28px;
    margin: 32px 0 28px;
  }
}
h5,
.h5,
.compact-typography h4,
.section-text h4,
.footer-group-title,
.application-platform-content h4,
.page-platforms-text h4,
.platform-text h4 {
  color: #111;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin: 32px 0 28px;
  padding: 0;
}
@media only screen and (max-width: 960px) {
  h5,
  .h5,
  .compact-typography h4,
  .section-text h4,
  .footer-group-title,
  .application-platform-content h4,
  .page-platforms-text h4,
  .platform-text h4 {
    font-weight: 600;
  }
}
.subheading-20,
.component-coming-soon-widget-card-title,
.component-widget-request-title,
.component-widget-request-title:hover,
.application-create-installation-steps-item-title,
.application-overview-selling-points-list-item-title,
.application-overview-why-content-item-title,
.application-platform-pricing-table-column-title,
.application-platform-pricing-table-column-price {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
@media only screen and (max-width: 960px) {
  .subheading-20,
  .component-coming-soon-widget-card-title,
  .component-widget-request-title,
  .component-widget-request-title:hover,
  .application-create-installation-steps-item-title,
  .application-overview-selling-points-list-item-title,
  .application-overview-why-content-item-title,
  .application-platform-pricing-table-column-title,
  .application-platform-pricing-table-column-price {
    font-size: 18px;
    line-height: 28px;
  }
}
.subheading-18,
.platforms-title,
.application-overview-features-item-description-text-learn-more,
.application-overview-features-item-cta {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}
@media only screen and (max-width: 960px) {
  .subheading-18,
  .platforms-title,
  .application-overview-features-item-description-text-learn-more,
  .application-overview-features-item-cta {
    font-size: 15px;
    line-height: 20px;
  }
}
.subheading-15,
.table-of-contents-list-item,
.application-overview-testimonials-item-author-info-name,
.application-platform-content-sidebar-item-price-main-value,
.application-platform-content-sidebar-item-attributes-item-content,
.application-platform-content-sidebar-item-tags-content,
.application-platform-content-sidebar-item-tags-content a,
.application-platform-content-sidebar-item-tags-content span,
.application-platform-content-sidebar-item-platforms-list-item a {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}
@media only screen and (max-width: 960px) {
  .subheading-15,
  .table-of-contents-list-item,
  .application-overview-testimonials-item-author-info-name,
  .application-platform-content-sidebar-item-price-main-value,
  .application-platform-content-sidebar-item-attributes-item-content,
  .application-platform-content-sidebar-item-tags-content,
  .application-platform-content-sidebar-item-tags-content a,
  .application-platform-content-sidebar-item-tags-content span,
  .application-platform-content-sidebar-item-platforms-list-item a {
    font-size: 13px;
    line-height: 20px;
  }
}
.subheading-13 {
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
}
.text-24,
blockquote,
.page-hero-text,
.page-hero-text p,
.application-cta-get-started-text,
.application-create-installation-caption,
.platform-heading-caption {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}
@media only screen and (max-width: 960px) {
  .text-24,
  blockquote,
  .page-hero-text,
  .page-hero-text p,
  .application-cta-get-started-text,
  .application-create-installation-caption,
  .platform-heading-caption {
    font-size: 18px;
    line-height: 28px;
  }
}
.text-18,
.application-cta-ed-item-content-text,
.application-cta-create-content-text,
.application-create-installation-steps-item-text,
.application-examples-item-description,
.application-overview-selling-points-list-item-text,
.application-overview-features-item-description-text-inner,
.application-overview-features-item .testimonial-text,
.application-overview-why-content-caption,
.application-overview-why-content-item-text,
.application-overview-testimonials-item-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
@media only screen and (max-width: 960px) {
  .text-18,
  .application-cta-ed-item-content-text,
  .application-cta-create-content-text,
  .application-create-installation-steps-item-text,
  .application-examples-item-description,
  .application-overview-selling-points-list-item-text,
  .application-overview-features-item-description-text-inner,
  .application-overview-features-item .testimonial-text,
  .application-overview-why-content-caption,
  .application-overview-why-content-item-text,
  .application-overview-testimonials-item-text {
    font-size: 15px;
    line-height: 24px;
  }
}
.caption-15,
p,
.footer-group-list-item a,
.footer-bottom-copyright,
.footer-bottom-nav ul li a,
.post figure figcaption,
.component-coming-soon-widget-card-caption,
.component-language-switcher-toggle-text,
.component-language-switcher-dropdown ul li a,
.application-overview-features-item-description-subtitle,
.application-platform-content-screenshots .eui-slider-slide figcaption,
.application-platform-content-sidebar-item-official-label,
.application-platform-content-sidebar-item-price-main-label,
.application-platform-content-sidebar-item-price-features-item,
.application-platform-content-sidebar-item-rating-label,
.application-platform-content-sidebar-item-attributes-item-name,
.application-platform-content-sidebar-item-tags-label,
.application-platform-content-sidebar-item-platforms-title,
.application-platform-content-sidebar-item-platforms-list-item,
.application-platform-pricing-table-column-title-caption,
.application-platform-pricing-table-column-price-caption {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
@media only screen and (max-width: 960px) {
  .caption-15,
  p,
  .footer-group-list-item a,
  .footer-bottom-copyright,
  .footer-bottom-nav ul li a,
  .post figure figcaption,
  .component-coming-soon-widget-card-caption,
  .component-language-switcher-toggle-text,
  .component-language-switcher-dropdown ul li a,
  .application-overview-features-item-description-subtitle,
  .application-platform-content-screenshots .eui-slider-slide figcaption,
  .application-platform-content-sidebar-item-official-label,
  .application-platform-content-sidebar-item-price-main-label,
  .application-platform-content-sidebar-item-price-features-item,
  .application-platform-content-sidebar-item-rating-label,
  .application-platform-content-sidebar-item-attributes-item-name,
  .application-platform-content-sidebar-item-tags-label,
  .application-platform-content-sidebar-item-platforms-title,
  .application-platform-content-sidebar-item-platforms-list-item,
  .application-platform-pricing-table-column-title-caption,
  .application-platform-pricing-table-column-price-caption {
    font-size: 14px;
    line-height: 20px;
  }
}
.caption-13,
.pagination .page-numbers,
.pagination .prev,
.pagination .next,
.tooltip-content,
.application-overview-testimonials-item-author-info-position,
.application-platform-content-sidebar-item-price-main-trial {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}
@media only screen and (max-width: 960px) {
  .caption-13,
  .pagination .page-numbers,
  .pagination .prev,
  .pagination .next,
  .tooltip-content,
  .application-overview-testimonials-item-author-info-position,
  .application-platform-content-sidebar-item-price-main-trial {
    font-size: 12px;
    line-height: 16px;
  }
}
.caption-11 {
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
}
p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin: 28px 0;
}
ul {
  margin: 28px 0;
}
li {
  line-height: 28px;
  margin-bottom: 16px;
}
li:last-child {
  margin-bottom: 0;
}
figure,
blockquote {
  margin: 40px 0;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
p:first-child,
ul:first-child,
figure:first-child,
blockquote:first-child,
.footer-group-title:first-child,
.table-of-contents-title:first-child,
.application-overview-selling-points-title:first-child,
.page-app-platform-hero-title:first-child,
.templates-content h2:first-child {
  margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
p:last-child,
ul:last-child,
figure:last-child,
blockquote:last-child,
.footer-group-title:last-child,
.table-of-contents-title:last-child,
.application-overview-selling-points-title:last-child,
.page-app-platform-hero-title:last-child,
.templates-content h2:last-child {
  margin-bottom: 0;
}
blockquote {
  padding-left: 36px;
  position: relative;
}
blockquote::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background: currentColor;
  border-radius: 3px;
}
a {
  color: #1c91ff;
  outline: none;
  transition: color 0.2s ease;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
img {
  display: inline-block;
}
.uppercase,
.application-overview-features-item-description-subtitle {
  text-transform: uppercase;
}
.text-align-center {
  text-align: center;
}
.text-align-right {
  text-align: right;
}
.button {
  background: none;
  border-radius: 4px;
  border: none;
  box-sizing: border-box;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  position: relative;
  outline: none;
  text-align: center;
  transition: all 0.3s ease;
  white-space: nowrap;
}
a.button,
a.button:hover {
  text-decoration: none;
}
.button:hover {
  color: #fff;
}
.button-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  fill: currentColor;
}
svg.button-icon,
.button-icon svg {
  height: 100%;
  fill: currentColor;
}
.button-loading:not(:disabled) {
  cursor: default;
}
.button-loading:not(:disabled) .button-icon,
.button-loading:not(:disabled) .button-label {
  opacity: 0;
  visibility: hidden;
}
.button-loading:not(:disabled) .button-loader {
  opacity: 1;
  visibility: visible;
}
.button-28 {
  font-size: 13px;
  line-height: 20px;
  padding: 4px 28px;
  height: 28px;
}
.button-28 .button-icon,
.button-28 .button-icon svg {
  width: 20px;
  height: 20px;
}
.button-28 .button-icon + .button-label,
.button-28 .button-label + .button-icon {
  margin-left: 2px;
}
.button-28.button-has-right-icon {
  padding-right: 12px;
  padding-left: 20px;
}
.button-28.button-has-left-icon {
  padding-right: 20px;
  padding-left: 12px;
}
.button-40 {
  font-size: 15px;
  line-height: 24px;
  padding: 8px 40px;
  height: 40px;
}
.button-40 .button-icon,
.button-40 .button-icon svg {
  width: 24px;
  height: 24px;
}
.button-40 .button-icon + .button-label,
.button-40 .button-label + .button-icon {
  margin-left: 8px;
}
.button-40.button-has-right-icon {
  padding-right: 16px;
  padding-left: 32px;
}
.button-40.button-has-left-icon {
  padding-right: 32px;
  padding-left: 16px;
}
@media only screen and (max-width: 960px) {
  .button-40 {
    font-size: 13px;
    line-height: 20px;
    padding: 4px 28px;
    height: 28px;
  }
  .button-40 .button-icon,
  .button-40 .button-icon svg {
    width: 20px;
    height: 20px;
  }
  .button-40 .button-icon + .button-label,
  .button-40 .button-label + .button-icon {
    margin-left: 2px;
  }
  .button-40.button-has-right-icon {
    padding-right: 12px;
    padding-left: 20px;
  }
  .button-40.button-has-left-icon {
    padding-right: 20px;
    padding-left: 12px;
  }
}
.button-48 {
  font-size: 16px;
  line-height: 24px;
  padding: 12px 52px;
  height: 48px;
}
.button-48 .button-icon,
.button-48 .button-icon svg {
  width: 24px;
  height: 24px;
}
.button-48 .button-icon + .button-label,
.button-48 .button-label + .button-icon {
  margin-left: 8px;
}
.button-48.button-has-right-icon {
  padding-right: 28px;
  padding-left: 44px;
}
.button-48.button-has-left-icon {
  padding-right: 44px;
  padding-left: 28px;
}
@media only screen and (max-width: 960px) {
  .button-48 {
    font-size: 15px;
    line-height: 24px;
    padding: 8px 40px;
    height: 40px;
  }
  .button-48 .button-icon,
  .button-48 .button-icon svg {
    width: 24px;
    height: 24px;
  }
  .button-48 .button-icon + .button-label,
  .button-48 .button-label + .button-icon {
    margin-left: 8px;
  }
  .button-48.button-has-right-icon {
    padding-right: 16px;
    padding-left: 32px;
  }
  .button-48.button-has-left-icon {
    padding-right: 32px;
    padding-left: 16px;
  }
}
.button-56 {
  font-size: 20px;
  line-height: 28px;
  padding: 14px 40px;
  height: 56px;
  border-radius: 8px;
}
.button-56 .button-icon,
.button-56 .button-icon svg {
  width: 24px;
  height: 24px;
}
.button-56 .button-icon + .button-label,
.button-56 .button-label + .button-icon {
  margin-left: 8px;
}
.button-56.button-has-right-icon {
  padding-right: 16px;
  padding-left: 32px;
}
.button-56.button-has-left-icon {
  padding-right: 32px;
  padding-left: 16px;
}
@media only screen and (max-width: 960px) {
  .button-56 {
    font-size: 16px;
    line-height: 24px;
    padding: 12px 32px;
    height: 48px;
  }
  .button-56 .button-icon,
  .button-56 .button-icon svg {
    width: 24px;
    height: 24px;
  }
  .button-56 .button-icon + .button-label,
  .button-56 .button-label + .button-icon {
    margin-left: 8px;
  }
  .button-56.button-has-right-icon {
    padding-right: 8px;
    padding-left: 24px;
  }
  .button-56.button-has-left-icon {
    padding-right: 24px;
    padding-left: 8px;
  }
}
.button-white {
  color: #111;
  background: #fff;
}
.button-white:hover {
  color: #111;
}
.button-white:not(.button-loading):hover {
  background: #fafafa;
}
.button-white.button-clear,
.button-white.button-outline {
  color: #fff;
}
.button-white.button-clear:not(.button-loading):hover,
.button-white.button-outline:not(.button-loading):hover {
  color: #fff;
}
.button-white.button-outline {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.7);
}
.button-white.button-outline:not(.button-loading):hover {
  box-shadow: inset 0 0 0 1px #fff;
}
.button-black {
  background: #111;
}
.button-black:not(.button-loading):hover {
  background: #292929;
}
.button-black.button-clear,
.button-black.button-outline {
  color: #111;
}
.button-black.button-clear:not(.button-loading):hover,
.button-black.button-outline:not(.button-loading):hover {
  color: #000;
}
.button-black.button-outline {
  box-shadow: inset 0 0 0 1px rgba(17,17,17,0.7);
}
.button-black.button-outline:not(.button-loading):hover {
  box-shadow: inset 0 0 0 1px #111;
}
.button-red {
  background: #ff4734;
}
.button-red:not(.button-loading):hover {
  background: #ff5a49;
}
.button-red.button-clear,
.button-red.button-outline {
  color: #ff4734;
}
.button-red.button-clear:not(.button-loading):hover,
.button-red.button-outline:not(.button-loading):hover {
  color: #ff3124;
}
.button-red.button-outline {
  box-shadow: inset 0 0 0 1px rgba(255,71,52,0.7);
}
.button-red.button-outline:not(.button-loading):hover {
  box-shadow: inset 0 0 0 1px #ff4734;
}
.button-green {
  background: #0ec12f;
}
.button-green:not(.button-loading):hover {
  background: #26c744;
}
.button-green.button-clear,
.button-green.button-outline {
  color: #0ec12f;
}
.button-green.button-clear:not(.button-loading):hover,
.button-green.button-outline:not(.button-loading):hover {
  color: #0eaf2c;
}
.button-green.button-outline {
  box-shadow: inset 0 0 0 1px rgba(14,193,47,0.7);
}
.button-green.button-outline:not(.button-loading):hover {
  box-shadow: inset 0 0 0 1px #0ec12f;
}
.button-blue {
  background: #1c91ff;
}
.button-blue:not(.button-loading):hover {
  background: #339cff;
}
.button-blue.button-clear,
.button-blue.button-outline {
  color: #1c91ff;
}
.button-blue.button-clear:not(.button-loading):hover,
.button-blue.button-outline:not(.button-loading):hover {
  color: #167bff;
}
.button-blue.button-outline {
  box-shadow: inset 0 0 0 1px rgba(28,145,255,0.7);
}
.button-blue.button-outline:not(.button-loading):hover {
  box-shadow: inset 0 0 0 1px #1c91ff;
}
.button-magenta {
  background: #f93262;
}
.button-magenta:not(.button-loading):hover {
  background: #fa4772;
}
.button-magenta.button-clear,
.button-magenta.button-outline {
  color: #f93262;
}
.button-magenta.button-clear:not(.button-loading):hover,
.button-magenta.button-outline:not(.button-loading):hover {
  color: #f7284e;
}
.button-magenta.button-outline {
  box-shadow: inset 0 0 0 1px rgba(249,50,98,0.7);
}
.button-magenta.button-outline:not(.button-loading):hover {
  box-shadow: inset 0 0 0 1px #f93262;
}
.button-purple {
  background: #9a8aff;
}
.button-purple:not(.button-loading):hover {
  background: #a496ff;
}
.button-purple.button-clear,
.button-purple.button-outline {
  color: #9a8aff;
}
.button-purple.button-clear:not(.button-loading):hover,
.button-purple.button-outline:not(.button-loading):hover {
  color: #8572ff;
}
.button-purple.button-outline {
  box-shadow: inset 0 0 0 1px rgba(154,138,255,0.7);
}
.button-purple.button-outline:not(.button-loading):hover {
  box-shadow: inset 0 0 0 1px #9a8aff;
}
.button-yellow {
  color: #111;
  background: #ffec00;
}
.button-yellow:hover {
  color: #111;
}
.button-yellow:not(.button-loading):hover {
  color: #111;
  background: #ffee1a;
}
.button-yellow.button-clear,
.button-yellow.button-outline {
  color: #ffec00;
}
.button-yellow.button-clear:not(.button-loading):hover,
.button-yellow.button-outline:not(.button-loading):hover {
  color: #ffe200;
}
.button-yellow.button-outline {
  box-shadow: inset 0 0 0 1px rgba(255,236,0,0.7);
}
.button-yellow.button-outline:not(.button-loading):hover {
  box-shadow: inset 0 0 0 1px #ffec00;
}
.button-orange {
  background: #ff8008;
}
.button-orange:not(.button-loading):hover {
  background: #fe8e24;
}
.button-orange.button-clear,
.button-orange.button-outline {
  color: #ff8008;
}
.button-orange.button-clear:not(.button-loading):hover,
.button-orange.button-outline:not(.button-loading):hover {
  color: #e4740a;
}
.button-orange.button-outline {
  box-shadow: inset 0 0 0 1px rgba(255,128,8,0.7);
}
.button-orange.button-outline:not(.button-loading):hover {
  box-shadow: inset 0 0 0 1px #ff8008;
}
.button-clear {
  background: none;
}
.button-clear:not(.button-loading):hover {
  background: rgba(127,133,136,0.1);
  box-shadow: none;
}
.button:disabled,
.button:disabled:hover {
  background: rgba(127,133,136,0.2);
  color: rgba(120,122,123,0.3);
  cursor: default;
  box-shadow: none;
  transform: none;
}
.button-outline {
  background: transparent;
}
.button-outline:not(.button-loading):hover {
  background: transparent;
}
.button-outline:disabled,
.button-outline:disabled:hover {
  background: transparent;
  box-shadow: inset 0 0 0 1px rgba(127,133,136,0.2);
}
.button-full-width {
  width: 100%;
}
.divider {
  display: block;
  background: #eee;
  height: 1px;
  margin: 0;
}
.divider-40 {
  margin: 40px 0;
}
.divider-60 {
  margin: 60px 0;
}
.divider-100 {
  margin: 100px 0;
}
.eui-slider {
  position: relative;
  height: 100%;
  user-select: none;
  overflow: hidden;
}
.eui-slider-inner {
  z-index: 1;
  position: relative;
  height: 100%;
  display: flex;
  transition-property: transform;
}
.eui-slider-inner-animating {
  will-change: transform;
}
.eui-slider-slide {
  width: 100%;
  height: 100%;
  display: inline-block;
  overflow: hidden;
  flex-grow: 1;
  flex-shrink: 0;
}
.eui-slider-arrow {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.eui-slider-arrow-enabled {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.eui-slider-dots {
  display: flex;
  justify-content: center;
}
.eui-slider-dots-inner {
  display: inline-flex;
}
.eui-slider-dots-classic .eui-slider-dots-inner {
  overflow: hidden;
  width: 80px;
}
.eui-slider-dots-item {
  display: inline-block;
  position: relative;
  transition: 0.3s all ease-out;
  cursor: pointer;
}
.eui-slider-dots-numbers .eui-slider-dots-item {
  padding: 0 4px;
  transform: scale(0.8);
  opacity: 0.6;
  font-weight: 600;
}
.eui-slider-dots-numbers .eui-slider-dots-item-active {
  transform: scale(1);
  opacity: 1;
}
.eui-slider-dots-numbers .eui-slider-dots-item:hover {
  transform: scale(1);
  opacity: 1;
}
.eui-slider-dots-classic .eui-slider-dots-item {
  background: #000;
  border-radius: 50%;
  transform: scale(0.33);
  opacity: 0.3;
  width: 8px;
  min-width: 8px;
  height: 8px;
  margin: 0 4px;
}
.eui-slider-dots-classic .eui-slider-dots-item-active {
  transform: scale(1);
  opacity: 1;
}
.eui-slider-dots-classic .eui-slider-dots-item-active-next,
.eui-slider-dots-classic .eui-slider-dots-item-active-prev {
  transform: scale(0.66);
  opacity: 0.6;
}
.eui-slider-dots-classic .eui-slider-dots-item-active-next-next,
.eui-slider-dots-classic .eui-slider-dots-item-active-prev-next,
.eui-slider-dots-classic .eui-slider-dots-item-active-next-prev,
.eui-slider-dots-classic .eui-slider-dots-item-active-prev-prev {
  transform: scale(0.33);
  opacity: 0.3;
}
html {
  overflow-x: hidden;
}
body {
  display: block !important;
  position: relative;
}
body.disable-scroll {
  overflow: hidden;
}
body::after {
  content: '';
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  background: rgba(17,17,17,0.7);
  transition: all 0.2s ease;
  backdrop-filter: blur(10px);
}
body.body-overlay-visible::after {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease 0.2s;
}
.outer {
  padding-top: 60px;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 320px;
  min-height: 100vh;
}
.has-page-header .outer {
  padding-top: 120px;
}
@media only screen and (max-width: 960px) {
  .has-page-header .outer {
    padding-top: 48px;
  }
}
@media only screen and (max-width: 960px) {
  .outer {
    padding-top: 48px;
  }
}
.inner {
  position: relative;
  box-sizing: border-box;
  min-width: 320px;
  max-width: 1310px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 480px) {
  .inner {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.header-container {
  position: absolute;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
}
@media only screen and (max-width: 960px) {
  .header-container {
    display: none;
  }
}
.header-bar {
  background: #fff;
  position: relative;
  right: 0;
  left: 0;
  transition: all 0.3s ease;
}
.header-bar > .inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.header-bar-fixed {
  position: fixed;
  top: 0;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(10px);
}
.header-bar-fixed:last-child:not(.header-bar-fixed-hidden) {
  box-shadow: 0 1px rgba(17,17,17,0.1);
}
.header-bar-primary {
  height: 60px;
  z-index: 1;
}
.header-bar-primary.header-bar-fixed-hidden {
  position: fixed;
  top: -60px;
}
.header-bar-secondary {
  height: 60px;
}
.header-bar-secondary .inner::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  height: 1px;
  background: rgba(17,17,17,0.1);
  transition: all 0.2s ease;
}
@media only screen and (max-width: 480px) {
  .header-bar-secondary .inner::after {
    left: 12px;
    right: 12px;
  }
}
.header-bar-secondary.header-bar-fixed .inner::after {
  display: none;
}
.header-bar-fixed + .header-bar-secondary.header-bar-fixed {
  top: 60px;
}
.header-bar-fixed + .header-bar-secondary.header-bar-fixed .inner::after {
  display: block;
}
.header-bar-secondary.header-bar-fixed-hidden {
  position: fixed;
  top: -60px !important;
}
.header-logo {
  display: block;
  padding: 19px 0;
}
.header-logo img {
  display: block;
  width: 96px;
  height: 22px;
}
.header-menu {
  margin-left: 32px;
  margin-right: auto;
}
.header-menu-list {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  padding: 0;
  margin: 0;
  gap: 12px;
}
.header-menu-list-item {
  display: block;
  margin: 0;
  transition: all 0.2s ease;
}
.header-menu-list-item > a {
  display: block;
  position: relative;
  z-index: 1;
  padding: 6px 8px;
  text-decoration: none;
  color: #111;
  line-height: 20px;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.2s ease;
  white-space: nowrap;
  border-radius: 4px;
}
.header-menu-list-item > a:hover,
.header-menu-list-item > a:focus {
  color: #111;
  background: rgba(17,17,17,0.05);
  text-decoration: none;
}
.header-menu-list-item-submenu {
  box-shadow: inset 0 1px #eee;
  background: #fff;
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease 0.2s;
  padding: 40px 0;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
  overflow-x: visible;
  width: 100vw;
  transform: translate(-50%);
}
.header-menu-list-item-submenu-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  opacity: 0;
  visibility: hidden;
  transition: all 0.1s ease 0.2s;
  top: -12px;
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  .header-menu-list-item-submenu-inner {
    justify-content: flex-start;
  }
}
.header-menu-list-item-submenu-column {
  flex-shrink: 0;
  width: 20%;
}
@media only screen and (max-width: 768px) {
  .header-menu-list-item-submenu-column {
    width: 33.33333%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .header-menu-list-item-submenu-column {
    width: 50%;
  }
}
.header-menu-list-item-submenu-widgets {
  padding-bottom: 12px;
}
.header-menu-list-item-submenu-widgets-category {
  margin-bottom: 40px;
}
.header-menu-list-item-submenu-widgets-category-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 12px;
}
.header-menu-list-item-submenu-widgets-category-title a,
.header-menu-list-item-submenu-widgets-category-title a:hover {
  color: #111;
}
.header-menu-list-item-submenu-widgets-category-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.header-menu-list-item-submenu-widgets-category-list-item {
  position: relative;
  margin: 0;
  line-height: 20px;
}
.header-menu-list-item-submenu-widgets-category-list-item a {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  color: #111;
  position: relative;
}
.header-menu-list-item-submenu-widgets-category-list-item a:hover {
  text-decoration: none;
}
.header-menu-list-item-submenu-widgets-category-list-item a:hover .header-menu-list-item-submenu-widgets-category-list-item-label {
  text-decoration: underline;
}
.header-menu-list-item-submenu-widgets-category-list-item a .component-widget-badge {
  margin-left: 4px;
}
.header-menu-list-item-submenu-widgets-find-widget {
  position: relative;
  height: 100%;
  padding-left: 32px;
}
.header-menu-list-item-submenu-widgets-find-widget::before {
  content: '';
  display: block;
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 36px;
  left: 0;
  background: #eee;
}
.header-menu-list-item-submenu-widgets-find-widget-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 8px;
}
.header-menu-list-item-submenu-widgets-find-widget-text {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 20px;
}
.header-menu-list-item:hover > a {
  color: #111;
}
.header-menu-list-item:hover > a::after {
  right: 20px;
  left: 20px;
}
.header-menu-list-item:hover .header-menu-list-item-submenu {
  opacity: 1;
  visibility: visible;
  transition: all 0.2s ease;
}
.header-menu-list-item:hover .header-menu-list-item-submenu-inner {
  opacity: 1;
  visibility: visible;
  top: 0;
  transition: all 0.2s ease 0.2s;
}
.header-account {
  margin-left: auto;
  display: flex;
  gap: 12px;
  margin-right: -8px;
}
.header-account-login {
  display: none;
  color: #111;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  padding: 6px 8px;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.header-account-login:hover {
  background: rgba(17,17,17,0.05);
  text-decoration: none;
}
.header-account-not-authorized .header-account-login {
  display: block;
}
.header-account-sign-up {
  display: none;
  color: #111;
  padding: 6px 8px;
  border-radius: 4px;
  transition: all 0.2s ease;
  transform: translateY(0);
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  box-sizing: border-box;
}
.header-account-sign-up:hover {
  text-decoration: none;
  background: rgba(17,17,17,0.05);
}
.header-account-not-authorized .header-account-sign-up {
  display: block;
}
.header-account-user {
  display: none;
  align-items: center;
  position: relative;
  text-decoration: none;
  padding: 2px 8px 2px 2px;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.header-account-user::before {
  content: '';
  position: absolute;
  background: rgba(17,17,17,0.1);
  pointer-events: none;
  transition: all 0.2s ease;
  opacity: 0;
}
.header-account-user:hover {
  text-decoration: none;
  background: rgba(17,17,17,0.05);
}
.header-account-user:hover::before {
  opacity: 1;
}
.header-account-user-avatar {
  position: relative;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  background: #fff;
}
.header-account-user-avatar::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  box-shadow: inset 0px 0px 0px 1px rgba(17,17,17,0.1);
  pointer-events: none;
}
.header-account-user-avatar-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.header-account-user-avatar-placeholder {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  background: #ef3e69;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  border-radius: 50%;
}
.header-account-user-name {
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #111;
  margin-left: 8px;
}
.header-account-authorized .header-account-login,
.header-account-authorized .header-account-sign-up {
  display: none;
}
.header-account-authorized .header-account-user {
  display: flex;
}
.mobile-ui {
  display: none;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 0;
  left: 0;
  transition: all 0.6s ease;
  box-shadow: 0px 4px 4px 0px rgba(17,17,17,0.1);
}
@media only screen and (max-width: 960px) {
  .mobile-ui {
    display: block;
  }
}
.mobile-ui-header {
  position: relative;
  top: 0;
  height: 48px;
  background: rgba(255,255,255,0.95);
  transition: all 0.5s ease;
  border-bottom: 1px solid rgba(17,17,17,0.1);
  backdrop-filter: blur(10px);
}
.mobile-ui-header-menu-toggle {
  position: absolute;
  padding: 15px;
  line-height: 1;
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-ui-header-menu-toggle-icon {
  position: relative;
  width: 100%;
  height: 2px;
  background: #111;
}
.mobile-ui-menu-active .mobile-ui-header-menu-toggle-icon {
  background: transparent;
}
.mobile-ui-header-menu-toggle-icon:before,
.mobile-ui-header-menu-toggle-icon:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #111;
  left: 0;
  transform-origin: center center;
  transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}
.mobile-ui-header-menu-toggle-icon:before {
  top: -6px;
}
.mobile-ui-menu-active .mobile-ui-header-menu-toggle-icon:before {
  top: 0;
  transform: rotate(45deg);
}
.mobile-ui-header-menu-toggle-icon:after {
  bottom: -6px;
}
.mobile-ui-menu-active .mobile-ui-header-menu-toggle-icon:after {
  bottom: 0;
  transform: rotate(-45deg);
}
.mobile-ui-header .header-logo {
  display: block;
  padding: 14px 0;
  width: 105px;
  height: 24px;
  margin: 0 auto;
}
.mobile-ui-header .header-logo img {
  display: block;
  width: 105px;
  height: 24px;
}
.mobile-ui-page-header {
  display: flex;
  position: relative;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  top: 0;
  height: 48px;
  padding: 11px 12px;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(10px);
  transition: all 0.5s ease;
}
.mobile-ui-page-header-toggle {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 48px;
  margin-left: -24px;
  padding: 0 15px;
}
.mobile-ui-page-header-toggle-icon {
  position: relative;
  width: 100%;
  height: 18px;
  transition: all 0.2s ease;
}
.mobile-ui-page-header-menu-active .mobile-ui-page-header-toggle-icon {
  transform: translate3d(0, 1px, 1px) rotateX(180deg);
}
.mobile-ui-page-header-toggle-icon:before,
.mobile-ui-page-header-toggle-icon:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 2px;
  top: 8px;
  background: #111;
  transform-origin: center center;
  transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}
.mobile-ui-page-header-toggle-icon:before {
  transform: rotate(45deg);
  right: 7px;
}
.mobile-ui-page-header-toggle-icon:after {
  transform: rotate(-45deg);
  left: 7px;
}
.mobile-ui-page-header-title {
  color: #111;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}
.mobile-ui-page-header-title a {
  color: #111;
  text-decoration: none;
}
.mobile-ui-page-header-title-name {
  display: block;
  line-height: 1;
  font-size: 14px;
}
.mobile-ui-page-header-title-edition {
  display: block;
  line-height: 1.8;
  font-size: 9px;
  color: rgba(255,255,255,0.4);
}
.mobile-ui-page-header-actions .button {
  padding: 4px 8px;
}
.mobile-ui-menu,
.mobile-ui-page-header-menu {
  position: absolute;
  overflow: hidden;
  box-sizing: border-box;
  top: 48px;
  right: 0;
  left: 0;
  bottom: 100%;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(10px);
  z-index: 1;
  transition: all 0.5s ease;
}
.mobile-ui-menu-inner,
.mobile-ui-page-header-menu-inner {
  display: flex;
  overflow: auto;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 30px 0 35px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  transition: padding 0.4s ease;
}
.mobile-ui-menu-list,
.mobile-ui-page-header-menu-list {
  list-style-type: none;
  width: 68%;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.mobile-ui-menu-list-item,
.mobile-ui-page-header-menu-list-item {
  display: block;
  position: relative;
  visibility: hidden;
  border-bottom: 1px solid #f0f0f0;
  opacity: 0;
  line-height: 1;
  transform: translate3d(0, -50%, 0) scale(0.8);
  transform-origin: 0 50%;
  transition: all 0.4s ease;
  will-change: opacity, transform;
  margin: 0;
}
.mobile-ui-menu-list-item:last-child,
.mobile-ui-page-header-menu-list-item:last-child {
  border-bottom: none;
}
.mobile-ui-menu-list-item > a,
.mobile-ui-page-header-menu-list-item > a {
  display: block;
  padding: 13px 0 12px;
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
  color: #444 !important;
}
.mobile-ui-page-header-menu {
  bottom: 90%;
  top: 96px;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(10px);
}
.mobile-ui-page-header-menu-list-item {
  border-bottom-color: rgba(17,17,17,0.1);
}
.mobile-ui-page-header-menu-list-item a {
  color: #111 !important;
}
.mobile-ui-menu-active {
  height: 100%;
}
.mobile-ui-menu-active .mobile-ui-menu {
  bottom: 0;
}
.mobile-ui-menu-active .mobile-ui-menu-list-item {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}
.mobile-ui-menu-active .mobile-ui-menu-list-item:nth-child(1) {
  transition-delay: 0.35s;
}
.mobile-ui-menu-active .mobile-ui-menu-list-item:nth-child(2) {
  transition-delay: 0.4s;
}
.mobile-ui-menu-active .mobile-ui-menu-list-item:nth-child(3) {
  transition-delay: 0.45s;
}
.mobile-ui-menu-active .mobile-ui-menu-list-item:nth-child(4) {
  transition-delay: 0.5s;
}
.mobile-ui-menu-active .mobile-ui-menu-list-item:nth-child(5) {
  transition-delay: 0.55s;
}
.mobile-ui-menu-active .mobile-ui-menu-list-item:nth-child(6) {
  transition-delay: 0.6s;
}
.mobile-ui-menu-active .mobile-ui-menu-list-item:nth-child(7) {
  transition-delay: 0.65s;
}
.mobile-ui-menu-active .mobile-ui-menu-list-item:nth-child(8) {
  transition-delay: 0.7s;
}
.mobile-ui-menu-active .mobile-ui-menu-list-item:nth-child(9) {
  transition-delay: 0.75s;
}
.mobile-ui-menu-active .mobile-ui-menu-list-item:nth-child(10) {
  transition-delay: 0.8s;
}
.mobile-ui-menu-active .mobile-ui-header {
  background: #fff;
  transition-duration: 0.5s;
}
.mobile-ui-menu-active .mobile-ui-menu {
  bottom: 0;
  background: #fff;
  transition-duration: 0.5s;
}
.mobile-ui-page-header-menu-active {
  height: 100%;
  transition-duration: 0.5s;
}
.mobile-ui-page-header-menu-active .mobile-ui-page-header-toggle-indicator-line-left {
  transform: rotate(90deg);
}
.mobile-ui-page-header-menu-active .mobile-ui-page-header-toggle-indicator-line-right {
  transform: rotate(-90deg);
}
.mobile-ui-page-header-menu-active .mobile-ui-header {
  top: -48px;
}
.mobile-ui-page-header-menu-active .mobile-ui-page-header {
  top: -48px;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(10px);
}
.mobile-ui-page-header-menu-active .mobile-ui-page-header-menu {
  top: 48px;
  bottom: 0;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(10px);
}
.mobile-ui-page-header-menu-active .mobile-ui-page-header-menu-list-item {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}
.mobile-ui-page-header-menu-active .mobile-ui-page-header-menu-list-item:nth-child(1) {
  transition-delay: 0.3s;
}
.mobile-ui-page-header-menu-active .mobile-ui-page-header-menu-list-item:nth-child(2) {
  transition-delay: 0.35s;
}
.mobile-ui-page-header-menu-active .mobile-ui-page-header-menu-list-item:nth-child(3) {
  transition-delay: 0.4s;
}
.mobile-ui-page-header-menu-active .mobile-ui-page-header-menu-list-item:nth-child(4) {
  transition-delay: 0.45s;
}
.mobile-ui-page-header-menu-active .mobile-ui-page-header-menu-list-item:nth-child(5) {
  transition-delay: 0.5s;
}
.mobile-ui-page-header-menu-active .mobile-ui-page-header-menu-list-item:nth-child(6) {
  transition-delay: 0.55s;
}
.mobile-ui-page-header-menu-active .mobile-ui-page-header-menu-list-item:nth-child(7) {
  transition-delay: 0.6s;
}
.mobile-ui-page-header-menu-active .mobile-ui-page-header-menu-list-item:nth-child(8) {
  transition-delay: 0.65s;
}
.mobile-ui-page-header-menu-active .mobile-ui-page-header-menu-list-item:nth-child(9) {
  transition-delay: 0.7s;
}
.mobile-ui-page-header-menu-active .mobile-ui-page-header-menu-list-item:nth-child(10) {
  transition-delay: 0.75s;
}
.page-header-breadcrumbs {
  display: flex;
  align-items: center;
  margin-left: -8px;
}
.page-header-breadcrumbs-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 8px;
  transition: all 0.2s ease;
  color: #111;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  border-radius: 4px;
}
a.page-header-breadcrumbs-item:hover {
  background: rgba(17,17,17,0.05);
  text-decoration: none;
}
.page-header-breadcrumbs-item-icon {
  width: 20px;
  height: 20px;
}
.page-header-breadcrumbs-separator {
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}
.page-header-logo {
  color: #111;
  display: flex;
  align-items: center;
  line-height: 28px;
  transition: all 0.2s ease;
  padding: 6px 8px;
  border-radius: 4px;
  margin-left: -8px;
}
.page-header-logo:hover {
  text-decoration: none;
  background: rgba(17,17,17,0.05);
}
.page-header-logo-name {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: #111;
}
.page-header-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: #111;
  transition: all 0.2s ease;
  padding: 6px 8px;
  border-radius: 4px;
  margin-left: -8px;
}
.page-header-title:hover {
  text-decoration: none;
  background: rgba(17,17,17,0.05);
}
.page-header-nav {
  margin: 0 0 0 auto;
}
.page-header-nav-list {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  gap: 12px;
}
.page-header-nav-list-item {
  margin: 0;
  position: relative;
}
.page-header-nav-list-item a {
  display: block;
  color: #111;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  padding: 6px 8px;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.page-header-nav-list-item a:hover {
  text-decoration: none;
  color: #111;
  background: rgba(17,17,17,0.05);
}
.page-header-nav-list-item-decoration {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -31.5px;
  margin-top: -6px;
  width: 0;
  height: 5px;
  transition: all 0.5s ease;
}
.page-header-nav-list-item-decoration svg {
  display: block;
  width: 100%;
  height: 100%;
}
.page-header-nav-list-item-active a,
.page-header-nav-list-item.active a,
.page-header-nav-list-item-active a:hover,
.page-header-nav-list-item.active a:hover {
  background: none;
}
.page-header-nav-list-item-active .page-header-nav-list-item-decoration,
.page-header-nav-list-item.active .page-header-nav-list-item-decoration {
  width: 63px;
}
.page-header-actions {
  display: flex;
  align-items: center;
  margin-left: 32px;
}
.page-header-logo + .page-header-actions {
  margin-left: auto;
}
.page-header-actions .button {
  padding: 6px 16px;
  border-radius: 8px;
}
.page-header-actions .button + .button {
  margin-left: 12px;
}
.page-header-actions-initial {
  display: flex;
}
.header-bar-fixed .page-header-actions-initial {
  display: none;
}
.page-header-actions-fixed {
  display: none;
}
.header-bar-fixed .page-header-actions-fixed {
  display: flex;
}
.page-hero {
  background-image: linear-gradient(225deg, #ffc63f 0%, #fd3358 49%, #bc35d8 100%);
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 80px 0;
  background-size: cover;
}
.has-page-header .page-hero {
  padding-top: 140px;
}
@media only screen and (max-width: 960px) {
  .has-page-header .page-hero {
    padding-top: 108px;
  }
}
@media only screen and (max-width: 768px) {
  .page-hero {
    padding: 60px 0;
  }
}
.page-hero .inner {
  z-index: 1;
}
.page-hero-title {
  color: #fff;
  margin-bottom: 0;
  text-wrap: balance;
}
.page-hero-text,
.page-hero-text p {
  color: #fff;
  margin-top: 12px;
  text-wrap: balance;
}
.page-hero-actions {
  display: flex;
  justify-content: center;
  margin-top: 44px;
}
@media only screen and (max-width: 768px) {
  .page-hero-actions {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .page-hero-actions-item:not(:first-child) {
    margin-top: 20px;
  }
}
.page-hero-actions-item .button {
  margin: 0 10px;
}
.page-hero-image {
  position: relative;
  bottom: -80px;
  max-width: 610px;
  margin: 0 auto;
  display: inline-block;
  height: auto;
}
.page-hero-image img {
  max-width: 100%;
  position: relative;
  vertical-align: bottom;
}
.page-hero-platform::before,
.page-hero-platform::after {
  content: none;
}
.page-hero-platform-icon {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 500px;
  height: 400px;
  opacity: 0.1;
}
.page-hero-platform-icon svg {
  display: block;
  width: 500px;
  height: 400px;
  fill: #fff;
}
.page-hero .application-demo {
  background: transparent;
  padding-top: 60px;
  padding-bottom: 0;
}
.section {
  display: block;
  padding-top: 80px;
  padding-bottom: 80px;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 960px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section-layout {
  display: flex;
  align-items: center;
  gap: 100px;
}
@media only screen and (max-width: 960px) {
  .section-layout {
    flex-direction: column;
  }
}
.section-layout-reverse {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 960px) {
  .section-layout-reverse {
    flex-direction: column;
    gap: 40px;
  }
}
.section-layout-column {
  flex: 1;
}
.section-heading {
  margin: 0 auto;
  max-width: 830px;
  text-align: center;
}
@media only screen and (min-width: 959px) {
  .section-layout .section-heading {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }
}
.section-content {
  margin-top: 60px;
}
@media only screen and (max-width: 960px) {
  .section-content {
    margin-top: 40px;
  }
}
.section-label {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  color: currentColor;
  margin-bottom: 8px;
}
.section-label-magenta {
  color: #f93262;
}
.section-title {
  margin: 0;
  color: currentColor;
  text-wrap: balance;
}
.section-description {
  color: currentColor;
  margin-top: 20px;
  font-size: 20px;
  line-height: 28px;
  text-wrap: balance;
}
@media only screen and (max-width: 960px) {
  .section-description {
    font-size: 18px;
  }
}
.section-actions {
  margin-top: 48px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.section-layout .section-actions {
  justify-content: left;
}
@media only screen and (max-width: 960px) {
  .section-actions {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 400px) {
  .section-actions {
    flex-direction: column;
    align-items: center;
  }
  .section-actions .button {
    width: 100%;
  }
}
.section-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.section-subtitle {
  font-size: 24px;
  line-height: 36px;
  margin-top: 8px;
  color: currentColor;
}
.section-caption {
  font-size: 18px;
  margin-top: 8px;
  color: currentColor;
}
.section-text {
  position: relative;
  background: #fafafa;
}
.col-row,
.cards {
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  align-items: stretch;
  justify-content: flex-start;
  margin-left: -1.908396946564886%;
  margin-right: -1.908396946564886%;
}
.col-row > *,
.cards > * {
  flex: 0 0 auto;
  box-sizing: border-box;
  padding: 0;
  margin-left: 1.838235294117647%;
  margin-right: 1.838235294117647%;
}
.col-row-reverse {
  flex-direction: row-reverse;
}
.col-row-reverse {
  flex-direction: row-reverse;
}
.col-0 {
  display: none;
}
.col-offset-0 {
  margin-left: 1.838235294117647%;
}
.col-1 {
  flex-basis: 4.656862745098039%;
  max-width: 4.656862745098039%;
}
.col-offset-1 {
  margin-left: 10.17156862745098%;
}
.col-2 {
  flex-basis: 12.99019607843137%;
  max-width: 12.99019607843137%;
}
.col-offset-2 {
  margin-left: 18.504901960784313%;
}
.col-3,
.cards-4-columns .cards-item {
  flex-basis: 21.323529411764707%;
  max-width: 21.323529411764707%;
}
.col-offset-3 {
  margin-left: 26.83823529411765%;
}
.col-4,
.cards-3-columns .cards-item {
  flex-basis: 29.65686274509804%;
  max-width: 29.65686274509804%;
}
.col-offset-4 {
  margin-left: 35.17156862745098%;
}
.col-5 {
  flex-basis: 37.990196078431374%;
  max-width: 37.990196078431374%;
}
.col-offset-5 {
  margin-left: 43.504901960784316%;
}
.col-6,
.cards-2-columns .cards-item {
  flex-basis: 46.32352941176471%;
  max-width: 46.32352941176471%;
}
.col-offset-6 {
  margin-left: 51.83823529411765%;
}
.col-7 {
  flex-basis: 54.656862745098046%;
  max-width: 54.656862745098046%;
}
.col-offset-7 {
  margin-left: 60.17156862745099%;
}
.col-8 {
  flex-basis: 62.99019607843137%;
  max-width: 62.99019607843137%;
}
.col-offset-8 {
  margin-left: 68.50490196078431%;
}
.col-9 {
  flex-basis: 71.32352941176471%;
  max-width: 71.32352941176471%;
}
.col-offset-9 {
  margin-left: 76.83823529411765%;
}
.col-10 {
  flex-basis: 79.65686274509804%;
  max-width: 79.65686274509804%;
}
.col-offset-10 {
  margin-left: 85.17156862745098%;
}
.col-11 {
  flex-basis: 87.99019607843137%;
  max-width: 87.99019607843137%;
}
.col-offset-11 {
  margin-left: 93.50490196078431%;
}
.col-12 {
  flex-basis: 96.32352941176471%;
  max-width: 96.32352941176471%;
}
.col-offset-12 {
  margin-left: 101.83823529411765%;
}
@media screen and (max-width: 1024px) {
  .col-l-row-reverse {
    flex-direction: row-reverse;
  }
  .col-l-0 {
    display: none;
  }
  .col-l-offset-0 {
    margin-left: 1.838235294117647%;
  }
  .col-l-1 {
    flex-basis: 4.656862745098039%;
    max-width: 4.656862745098039%;
  }
  .col-l-offset-1 {
    margin-left: 10.17156862745098%;
  }
  .col-l-2 {
    flex-basis: 12.99019607843137%;
    max-width: 12.99019607843137%;
  }
  .col-l-offset-2 {
    margin-left: 18.504901960784313%;
  }
  .col-l-3 {
    flex-basis: 21.323529411764707%;
    max-width: 21.323529411764707%;
  }
  .col-l-offset-3 {
    margin-left: 26.83823529411765%;
  }
  .col-l-4,
  .cards-4-columns .cards-item {
    flex-basis: 29.65686274509804%;
    max-width: 29.65686274509804%;
  }
  .col-l-offset-4 {
    margin-left: 35.17156862745098%;
  }
  .col-l-5 {
    flex-basis: 37.990196078431374%;
    max-width: 37.990196078431374%;
  }
  .col-l-offset-5 {
    margin-left: 43.504901960784316%;
  }
  .col-l-6 {
    flex-basis: 46.32352941176471%;
    max-width: 46.32352941176471%;
  }
  .col-l-offset-6 {
    margin-left: 51.83823529411765%;
  }
  .col-l-7 {
    flex-basis: 54.656862745098046%;
    max-width: 54.656862745098046%;
  }
  .col-l-offset-7 {
    margin-left: 60.17156862745099%;
  }
  .col-l-8 {
    flex-basis: 62.99019607843137%;
    max-width: 62.99019607843137%;
  }
  .col-l-offset-8 {
    margin-left: 68.50490196078431%;
  }
  .col-l-9 {
    flex-basis: 71.32352941176471%;
    max-width: 71.32352941176471%;
  }
  .col-l-offset-9 {
    margin-left: 76.83823529411765%;
  }
  .col-l-10 {
    flex-basis: 79.65686274509804%;
    max-width: 79.65686274509804%;
  }
  .col-l-offset-10 {
    margin-left: 85.17156862745098%;
  }
  .col-l-11 {
    flex-basis: 87.99019607843137%;
    max-width: 87.99019607843137%;
  }
  .col-l-offset-11 {
    margin-left: 93.50490196078431%;
  }
  .col-l-12 {
    flex-basis: 96.32352941176471%;
    max-width: 96.32352941176471%;
  }
  .col-l-offset-12 {
    margin-left: 101.83823529411765%;
  }
}
@media screen and (max-width: 768px) {
  .col-m-row-reverse {
    flex-direction: row-reverse;
  }
  .col-m-0 {
    display: none;
  }
  .col-m-offset-0 {
    margin-left: 1.838235294117647%;
  }
  .col-m-1 {
    flex-basis: 4.656862745098039%;
    max-width: 4.656862745098039%;
  }
  .col-m-offset-1 {
    margin-left: 10.17156862745098%;
  }
  .col-m-2 {
    flex-basis: 12.99019607843137%;
    max-width: 12.99019607843137%;
  }
  .col-m-offset-2 {
    margin-left: 18.504901960784313%;
  }
  .col-m-3 {
    flex-basis: 21.323529411764707%;
    max-width: 21.323529411764707%;
  }
  .col-m-offset-3 {
    margin-left: 26.83823529411765%;
  }
  .col-m-4 {
    flex-basis: 29.65686274509804%;
    max-width: 29.65686274509804%;
  }
  .col-m-offset-4 {
    margin-left: 35.17156862745098%;
  }
  .col-m-5 {
    flex-basis: 37.990196078431374%;
    max-width: 37.990196078431374%;
  }
  .col-m-offset-5 {
    margin-left: 43.504901960784316%;
  }
  .col-m-6,
  .cards-3-columns .cards-item,
  .cards-4-columns .cards-item {
    flex-basis: 46.32352941176471%;
    max-width: 46.32352941176471%;
  }
  .col-m-offset-6 {
    margin-left: 51.83823529411765%;
  }
  .col-m-7 {
    flex-basis: 54.656862745098046%;
    max-width: 54.656862745098046%;
  }
  .col-m-offset-7 {
    margin-left: 60.17156862745099%;
  }
  .col-m-8 {
    flex-basis: 62.99019607843137%;
    max-width: 62.99019607843137%;
  }
  .col-m-offset-8 {
    margin-left: 68.50490196078431%;
  }
  .col-m-9 {
    flex-basis: 71.32352941176471%;
    max-width: 71.32352941176471%;
  }
  .col-m-offset-9 {
    margin-left: 76.83823529411765%;
  }
  .col-m-10 {
    flex-basis: 79.65686274509804%;
    max-width: 79.65686274509804%;
  }
  .col-m-offset-10 {
    margin-left: 85.17156862745098%;
  }
  .col-m-11 {
    flex-basis: 87.99019607843137%;
    max-width: 87.99019607843137%;
  }
  .col-m-offset-11 {
    margin-left: 93.50490196078431%;
  }
  .col-m-12,
  .cards-2-columns .cards-item {
    flex-basis: 96.32352941176471%;
    max-width: 96.32352941176471%;
  }
  .col-m-offset-12 {
    margin-left: 101.83823529411765%;
  }
}
@media screen and (max-width: 480px) {
  .col-s-row-reverse {
    flex-direction: row-reverse;
  }
  .col-s-0 {
    display: none;
  }
  .col-s-offset-0 {
    margin-left: 1.838235294117647%;
  }
  .col-s-1 {
    flex-basis: 4.656862745098039%;
    max-width: 4.656862745098039%;
  }
  .col-s-offset-1 {
    margin-left: 10.17156862745098%;
  }
  .col-s-2 {
    flex-basis: 12.99019607843137%;
    max-width: 12.99019607843137%;
  }
  .col-s-offset-2 {
    margin-left: 18.504901960784313%;
  }
  .col-s-3 {
    flex-basis: 21.323529411764707%;
    max-width: 21.323529411764707%;
  }
  .col-s-offset-3 {
    margin-left: 26.83823529411765%;
  }
  .col-s-4 {
    flex-basis: 29.65686274509804%;
    max-width: 29.65686274509804%;
  }
  .col-s-offset-4 {
    margin-left: 35.17156862745098%;
  }
  .col-s-5 {
    flex-basis: 37.990196078431374%;
    max-width: 37.990196078431374%;
  }
  .col-s-offset-5 {
    margin-left: 43.504901960784316%;
  }
  .col-s-6 {
    flex-basis: 46.32352941176471%;
    max-width: 46.32352941176471%;
  }
  .col-s-offset-6 {
    margin-left: 51.83823529411765%;
  }
  .col-s-7 {
    flex-basis: 54.656862745098046%;
    max-width: 54.656862745098046%;
  }
  .col-s-offset-7 {
    margin-left: 60.17156862745099%;
  }
  .col-s-8 {
    flex-basis: 62.99019607843137%;
    max-width: 62.99019607843137%;
  }
  .col-s-offset-8 {
    margin-left: 68.50490196078431%;
  }
  .col-s-9 {
    flex-basis: 71.32352941176471%;
    max-width: 71.32352941176471%;
  }
  .col-s-offset-9 {
    margin-left: 76.83823529411765%;
  }
  .col-s-10 {
    flex-basis: 79.65686274509804%;
    max-width: 79.65686274509804%;
  }
  .col-s-offset-10 {
    margin-left: 85.17156862745098%;
  }
  .col-s-11 {
    flex-basis: 87.99019607843137%;
    max-width: 87.99019607843137%;
  }
  .col-s-offset-11 {
    margin-left: 93.50490196078431%;
  }
  .col-s-12 {
    flex-basis: 96.32352941176471%;
    max-width: 96.32352941176471%;
  }
  .col-s-offset-12 {
    margin-left: 101.83823529411765%;
  }
}
.col-align-items-center {
  display: flex;
  align-items: center;
}
.footer {
  background: #111;
  overflow: hidden;
}
.footer-main {
  padding: 50px 0;
}
@media only screen and (max-width: 960px) {
  .footer-main {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 768px) {
  .footer-main {
    padding: 30px 0 0;
  }
}
.footer-main .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .footer-main .inner {
    justify-content: flex-start;
  }
}
.footer-column {
  flex-shrink: 0;
  width: 20%;
}
@media only screen and (max-width: 768px) {
  .footer-column {
    width: 33.33333%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .footer-column {
    width: 50%;
  }
}
.footer-group {
  margin-bottom: 32px;
}
.footer-group-title {
  margin: 0 0 16px;
  line-height: 24px;
  color: #fff;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .footer-group-title {
    margin-bottom: 16px;
  }
}
.footer-group-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer-group-list-item {
  position: relative;
  margin: 0 0 12px;
  line-height: 20px;
}
.footer-group-list-item a {
  color: #b7b7b7;
  display: inline-block;
  position: relative;
  line-height: 20px;
}
.footer-group-list-item-highlighted a {
  color: #f93262;
  font-weight: 500;
}
.footer-group-list-item .badge {
  position: absolute;
  left: 100%;
  top: 4px;
  margin-left: 8px;
}
.footer-bottom .inner {
  border-top: 1px solid rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer-bottom-copyright {
  color: #b7b7b7;
  line-height: 16px;
}
.footer-bottom-nav {
  margin-left: 40px;
}
@media only screen and (max-width: 480px) {
  .footer-bottom-nav {
    margin-left: 20px;
  }
}
.footer-bottom-nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.footer-bottom-nav ul li {
  display: block;
  line-height: 1;
  margin: 0 12px 0 0;
}
.footer-bottom-nav ul li a {
  color: #b7b7b7;
  line-height: 16px;
  padding: 4px;
  display: block;
}
.footer-bottom .component-language-switcher {
  margin-left: auto;
}
.footer-bottom .component-language-switcher-toggle-icon {
  fill: #b7b7b7;
}
.footer-bottom .component-language-switcher-toggle-text {
  color: #b7b7b7;
}
@media only screen and (max-width: 480px) {
  .footer-bottom .component-language-switcher-toggle-text {
    display: none;
  }
}
.footer-bottom .component-language-switcher-toggle-arrow-icon {
  fill: #b7b7b7;
}
.footer-bottom .component-language-switcher-toggle:hover .component-language-switcher-toggle-icon,
.footer-bottom .component-language-switcher-toggle-open .component-language-switcher-toggle-icon {
  fill: #fff;
}
.footer-bottom .component-language-switcher-toggle:hover .component-language-switcher-toggle-text,
.footer-bottom .component-language-switcher-toggle-open .component-language-switcher-toggle-text {
  color: #fff;
}
.footer-bottom .component-language-switcher-toggle:hover .component-language-switcher-toggle-arrow-icon,
.footer-bottom .component-language-switcher-toggle-open .component-language-switcher-toggle-arrow-icon {
  fill: #fff;
}
.footer-bottom .component-language-switcher-dropdown {
  left: auto;
  margin-left: 0;
  right: 0;
}
.application-cta-ed {
  border-top: 1px solid;
  border-bottom: 1px solid;
  position: relative;
  background-color: #fff;
  color: #111;
  border-color: #eee;
}
.application-cta-ed:after {
  content: '';
  height: 100%;
  width: 1px;
  left: 50%;
  position: absolute;
  display: block;
  top: 0;
  background: #eee;
}
@media only screen and (max-width: 768px) {
  .application-cta-ed:after {
    display: none;
  }
}
.application-cta-ed-dark {
  background-color: #111;
  color: #fff;
  border-color: #383838;
}
.application-cta-ed-dark.application-cta-ed:after {
  background: #383838;
}
.application-cta-ed-light {
  background-color: transparent;
  color: inherit;
  border-color: #eee;
}
.application-cta-ed-light.application-cta-ed:after {
  background: #eee;
}
.application-cta-ed-item {
  display: flex;
  margin-top: 80px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .application-cta-ed-item {
    margin-top: 40px;
    padding-bottom: 60px;
  }
}
.application-cta-ed-item.application-cta-ed-item-examples {
  padding-right: 80px;
}
@media only screen and (max-width: 768px) {
  .application-cta-ed-item.application-cta-ed-item-examples {
    padding-right: 0;
    padding-bottom: 40px;
  }
}
.application-cta-ed-item.application-cta-ed-item-demo {
  padding-left: 80px;
}
@media only screen and (max-width: 768px) {
  .application-cta-ed-item.application-cta-ed-item-demo {
    padding-left: 0px;
    margin-top: 40px;
  }
}
.application-cta-ed-item-icon {
  max-width: 67px;
  min-width: 67px;
  max-height: 67px;
  min-height: 67px;
  border-radius: 26px;
  background-image: linear-gradient(to top, #cabeff 0%, #998aff 100%);
  margin-right: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.application-cta-ed-item-icon svg {
  max-width: 40px;
  min-width: 40px;
  max-height: 40px;
  min-height: 40px;
  fill: #fff;
  margin: auto;
}
.application-cta-ed-item-demo .application-cta-ed-item-icon {
  background-image: linear-gradient(to top, #fc74a6 0%, #fa3f6d 100%);
}
.application-cta-ed-item-content-title {
  margin-top: 0;
  color: inherit;
  margin-bottom: 12px;
}
.application-cta-ed-item-content-text {
  margin-top: 8px;
  margin-bottom: 24px;
  opacity: 0.7;
}
.application-cta-create {
  width: 100vw;
  margin-left: -50vw;
  position: relative;
  left: 50%;
  box-shadow: 0 12px 54px rgba(0,0,0,0.26);
  background-color: #fafafa;
  display: flex;
  flex-direction: row;
}
.application-cta-create-bg {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
}
.application-cta-create-bg-left,
.application-cta-create-bg-right {
  width: 50%;
  overflow: hidden;
  height: 100%;
  position: absolute;
}
.application-cta-create-bg-right {
  right: 0;
}
@media only screen and (max-width: 768px) {
  .application-cta-create-bg-right {
    display: none;
  }
}
.application-cta-create-bg-left {
  background-image: linear-gradient(225deg, #ffc63f 0%, #fd3358 49%, #bc35d8 100%);
  left: 0;
  width: 50vw;
}
@media only screen and (max-width: 768px) {
  .application-cta-create-bg-left {
    width: 100%;
  }
}
.application-cta-create-bg-left:before,
.application-cta-create-bg-left:after {
  content: '';
  opacity: 0.1;
  position: absolute;
  border-radius: 50%;
  z-index: 1;
}
.application-cta-create-bg-left:before {
  width: 800px;
  height: 800px;
  background-image: radial-gradient(circle 800px at 90% 20%, #fff 0%, rgba(255,255,255,0) 100%);
  left: -400px;
  top: 68px;
}
.application-cta-create-bg-left:after {
  width: 500px;
  height: 500px;
  background-image: radial-gradient(circle 560px at 90% 20%, #fff 0%, rgba(255,255,255,0) 100%);
  top: 246px;
  left: -280px;
}
.application-cta-create-content {
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 1;
}
.application-cta-create-content-inner {
  width: calc(50% - 100px);
  padding: 100px 0;
}
@media only screen and (max-width: 768px) {
  .application-cta-create-content-inner {
    padding: 60px 0;
    width: 100%;
  }
}
.application-cta-create-content-icon {
  width: 68px;
  height: 68px;
  border-radius: 26px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.application-cta-create-content-icon svg {
  display: block;
  width: 40px;
  height: 40px;
  fill: #f93262;
  margin: auto;
}
.application-cta-create-content-title {
  color: #fff;
  margin-top: 32px;
  margin-bottom: 8px;
}
.application-cta-create-content-text {
  color: #fff;
}
.application-cta-create-content-button {
  margin-top: 32px;
}
.application-cta-get-started {
  background-image: linear-gradient(225deg, #ffc63f 0%, #fd3358 49%, #bc35d8 100%);
  width: 100vw;
  margin-left: -50vw;
  position: relative;
  left: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  color: #fff;
  overflow: hidden;
}
.application-cta-get-started-circle-1,
.application-cta-get-started-circle-2,
.application-cta-get-started-circle-3,
.application-cta-get-started-circle-4 {
  content: '';
  opacity: 0.1;
  position: absolute;
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
}
.application-cta-get-started-circle-1,
.application-cta-get-started-circle-3 {
  width: 800px;
  height: 800px;
  background-image: radial-gradient(circle 800px at 75% -25%, #fff 0%, rgba(255,255,255,0) 100%);
  left: -330px;
  top: -28px;
}
.application-cta-get-started-circle-2,
.application-cta-get-started-circle-4 {
  width: 400px;
  height: 400px;
  background-image: radial-gradient(circle 560px at 75% -25%, #fff 0%, rgba(255,255,255,0) 100%);
  top: 166px;
  left: -130px;
}
.application-cta-get-started-circle-3 {
  background-image: radial-gradient(circle 800px at 10% -25%, #fff 0%, rgba(255,255,255,0) 100%);
  left: auto;
  right: -330px;
  opacity: 0.2;
}
.application-cta-get-started-circle-4 {
  background-image: radial-gradient(circle 560px at 10% -25%, #fff 0%, rgba(255,255,255,0) 100%);
  left: auto;
  right: -130px;
  opacity: 0.2;
}
.application-cta-get-started-title {
  color: #fff;
  margin-bottom: 16px;
}
.application-cta-get-started-text {
  margin-top: 16px;
}
.application-cta-get-started-actions {
  margin-top: 60px;
}
.application-cta-get-started-actions-button {
  color: #000;
  font-size: 19px;
  font-weight: 600;
  background-color: #ffec00;
  border-radius: 4px;
  border: none;
  width: 218px;
  height: 56px;
  cursor: pointer;
}
.application-cta-get-started-actions-bonus {
  margin-top: 20px;
}
.application-cta-get-started-actions-bonus:after {
  content: 'bonus';
  text-transform: uppercase;
  background: #000;
  color: #fff;
  padding: 4px 8px;
  border-radius: 10px;
  font-size: 9px;
  line-height: 13px;
  font-weight: 700;
  margin-left: 8px;
  height: 20px;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: text-top;
}
.faq {
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 10px;
}
.faq-item {
  background: #fafafa;
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease;
}
.faq-style-white .faq-item {
  background: #fff;
}
.faq-item.faq-item-active {
  background: #fff;
}
.faq-item:first-child {
  border-radius: 10px 10px 0 0;
}
.faq-item:last-child {
  border-radius: 0 0 10px 10px;
}
.faq-item:not(:last-child):after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: rgba(0,0,0,0.1);
}
.faq-item-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px;
  position: relative;
  transition: all 0.2s ease;
  line-height: 26px;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .faq-item-question {
    font-size: 18px;
    padding: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .faq-item-question {
    font-size: 16px;
    padding: 20px;
  }
}
.faq-item-active .faq-item-question {
  padding-bottom: 0;
}
.faq-item-question-icon {
  min-height: 16px;
  min-width: 16px;
  position: relative;
  border: none;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease-out, opacity 0.2s ease;
  background: transparent;
  outline: none;
  padding: 4px;
  opacity: 0.3;
  box-sizing: content-box;
  margin-left: 20px;
}
.faq-item-question:hover .faq-item-question-icon {
  opacity: 1;
}
.faq-item-active .faq-item-question-icon {
  transform: rotate(45deg);
  opacity: 1;
}
.faq-item-question-icon:before,
.faq-item-question-icon:after {
  content: '';
  width: 16px;
  height: 2px;
  position: absolute;
  background: #000;
  border-radius: 4px;
}
.faq-item-question-icon:after {
  transform: rotate(90deg);
}
.faq .faq-item-question-text {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}
.faq-item-answer {
  color: rgba(17,17,17,0.7);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  position: relative;
  height: 0;
  transition: 0.2s all ease;
  padding: 0 28px;
  overflow: hidden;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .faq-item-answer {
    font-size: 16px;
    padding: 0 24px;
  }
  .faq-item-answer p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .faq-item-answer {
    font-size: 15px;
    padding: 0 20px;
  }
  .faq-item-answer p {
    font-size: 15px;
  }
}
.faq-item-active .faq-item-answer {
  padding-top: 12px;
  padding-bottom: 30px;
  pointer-events: initial;
}
.faq-item-answer-text {
  position: relative;
  top: -10px;
  opacity: 0;
  transition: top 0.2s ease 0.2s, opacity 0.2s ease 0.2s;
  padding-right: 36px;
}
.faq-item-active .faq-item-answer-text {
  opacity: 1;
  top: 0;
  transition: top 0.2s ease 0.2s, opacity 0.2s ease 0.2s;
}
b,
strong {
  font-weight: 700;
}
.svg-arrow-more {
  width: 5px;
  height: 8px;
  margin-left: 3px;
}
.svg-arrow-more line {
  stroke: #fff;
  stroke-width: 1.5;
  transition: stroke 0.2s ease;
}
.pagination {
  padding: 0 0 60px;
}
.pagination-wrapper {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.pagination .page-numbers {
  font-weight: bold;
  color: rgba(17,17,17,0.7);
  background: #fff;
  display: flex;
  align-items: center;
  padding: 0 16px;
  height: 36px;
  border-radius: 8px;
  transition: all 0.2s ease;
}
.pagination .page-numbers:hover {
  color: #1c91ff;
  background: #fff;
  text-decoration: none;
}
.pagination .page-numbers.dots:hover {
  color: rgba(17,17,17,0.7);
  background: #fff;
}
.pagination .page-numbers.current {
  color: #fff;
  background: #111;
}
.pagination .prev,
.pagination .next {
  font-weight: bold;
  color: rgba(17,17,17,0.7);
}
.pagination .prev .pagination-prev-icon,
.pagination .next .pagination-prev-icon,
.pagination .prev .pagination-next-icon,
.pagination .next .pagination-next-icon {
  fill: rgba(17,17,17,0.7);
  width: 16px;
  height: 16px;
  transition: all 0.2s ease;
}
.pagination .prev:hover,
.pagination .next:hover {
  color: #1c91ff;
}
.pagination .prev:hover .pagination-prev-icon,
.pagination .next:hover .pagination-prev-icon,
.pagination .prev:hover .pagination-next-icon,
.pagination .next:hover .pagination-next-icon {
  fill: #1c91ff;
}
.pagination .prev {
  padding-left: 12px;
}
.pagination .prev .pagination-prev-icon {
  margin-right: 4px;
}
.pagination .next {
  padding-right: 12px;
}
.pagination .next .pagination-next-icon {
  margin-left: 4px;
}
.table-of-contents {
  margin: 40px 0;
}
.table-of-contents-list {
  padding: 0;
  list-style-type: none;
}
.table-of-contents-list-item {
  margin-bottom: 12px;
}
.banner {
  width: 100vw;
  position: relative;
  left: calc(50% - 17px);
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
}
.banner img {
  width: 100%;
  height: 100%;
}
.banner-full {
  display: block;
}
@media screen and (max-width: 768px) {
  .banner-full {
    display: none !important;
  }
}
.banner-mobile {
  display: block;
}
@media screen and (min-width: 769px) {
  .banner-mobile {
    display: none !important;
  }
}
.tooltip {
  position: relative;
}
.tooltip-content {
  color: #17191a;
  position: absolute;
  bottom: 100%;
  padding-bottom: 30px;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.11, 1.29);
  transform: translateY(5px) translateX(-50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  word-break: break-word;
  width: 292px;
  margin-bottom: -15px;
  pointer-events: none;
  z-index: 9;
}
.tooltip-content-inner {
  position: relative;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.2);
  padding: 20px;
}
.tooltip-content-inner::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #fff;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
}
.tooltip-content-inner p {
  font-size: 13px;
  line-height: 18px;
  margin: 14px 0;
}
.tooltip-content-inner p:first-child {
  margin-top: 0;
}
.tooltip-content-inner p:last-child {
  margin-bottom: 0;
}
.tooltip:hover .tooltip-content {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translateY(0) translateX(-50%);
  pointer-events: all;
}
.testimonial {
  display: flex;
  flex-direction: row;
}
.testimonial-author-photo {
  position: relative;
  min-width: 40px;
  min-height: 40px;
  max-width: 40px;
  max-height: 40px;
  margin: 0;
  margin-right: 20px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 50%;
}
.testimonial-author-photo img {
  position: absolute;
  min-width: 100%;
  max-height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.testimonial-author-name {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  margin-top: 12px;
}
.testimonial-author-position {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 4px;
  opacity: 0.6;
}
.testimonial blockquote {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  padding-left: 0;
}
.testimonial blockquote:before {
  display: inline-block;
  background-color: transparent;
  position: relative;
  width: auto;
  content: '‘‘';
}
.testimonial blockquote:after {
  content: '”';
}
.icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  border-radius: 26px;
}
.icon-wrapper-white {
  background-color: #fafafa;
}
.icon-wrapper svg {
  display: block;
  width: 40px;
  height: 40px;
}
.post-row {
  margin-left: -58.196721%;
  margin-right: -58.196721%;
}
@media only screen and (max-width: 768px) {
  .post-row {
    margin-left: -1.968503937007874%;
    margin-right: -1.968503937007874%;
  }
}
.post figure {
  margin: 40px -25.766871%;
}
@media only screen and (max-width: 768px) {
  .post figure {
    margin: 40px 0;
  }
}
.post figure img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.post figure figcaption {
  color: rgba(17,17,17,0.7);
  margin-top: 12px;
}
.post blockquote {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  padding: 20px 0 20px 32px;
  margin: 40px 0;
  line-height: 1.5;
  background: #fafafa;
}
.post blockquote p {
  font-size: 24px;
  font-weight: 500;
}
.post blockquote::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background: currentColor;
  border-radius: 5px;
}
.post .list-disc-red {
  list-style-type: none;
  padding: 0 0 0 28px;
}
@media only screen and (max-width: 480px) {
  .post .list-disc-red {
    padding-left: 20px;
  }
}
.post .list-disc-red li {
  position: relative;
  padding-left: 32px;
}
.post .list-disc-red li::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f93262;
}
.post .align-center {
  text-align: center;
}
.post .align-left {
  float: left;
  width: 50%;
  margin-left: -25%;
  margin-right: 32px;
}
@media only screen and (max-width: 768px) {
  .post .align-left {
    margin-left: 0;
  }
}
@media only screen and (max-width: 480px) {
  .post .align-left {
    float: none;
    width: auto;
    margin-right: 0;
  }
}
.post .align-right {
  float: right;
  width: 50%;
  margin-right: -25%;
  margin-left: 32px;
}
@media only screen and (max-width: 768px) {
  .post .align-right {
    margin-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .post .align-right {
    float: none;
    width: auto;
    margin-left: 0;
  }
}
.post table {
  width: 100%;
  margin: 40px -25.766871%;
}
@media only screen and (max-width: 768px) {
  .post table {
    margin: 40px 0;
  }
}
figure .post table {
  margin: 0;
}
.post table tr {
  border-bottom: 1px solid #e5ebef;
}
.post table th,
.post table td {
  font-size: 15px;
  line-height: 1.53846154;
  padding: 13px 15px;
  text-align: left;
}
@media only screen and (max-width: 480px) {
  .post table th,
  .post table td {
    padding: 10px;
  }
}
.post table thead th {
  color: #a6b2bf;
}
.post table tbody tr:nth-child(odd) {
  background: #f5f9fb;
}
.post table tbody th {
  width: 100%;
}
.post table tbody th,
.post table tbody td {
  color: #35393b;
}
.post table tbody th .table-caption,
.post table tbody td .table-caption {
  font-size: 13px;
  color: #a6b2bf;
}
.post .table-wrapper {
  margin: 40px -25.766871%;
}
.post .table-wrapper table {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .post .table-wrapper {
    margin: 40px 0;
  }
}
.application-demo {
  position: relative;
  padding: 80px 20px 100px;
  overflow: hidden;
  background: #fafafa;
}
@media only screen and (max-width: 768px) {
  .application-demo {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.application-demo-heading {
  text-align: center;
  padding: 0 0 40px;
}
.application-demo-heading-icon {
  max-width: 68px;
  min-width: 68px;
  max-height: 68px;
  min-height: 68px;
  border-radius: 26px;
  background-image: linear-gradient(to top, #fc74a6 0%, #fa3f6d 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 40px;
}
.application-demo-heading-icon svg {
  max-width: 40px;
  min-width: 40px;
  max-height: 40px;
  min-height: 40px;
  fill: #fff;
  margin: auto;
}
.application-demo-heading-title {
  color: currentColor;
  margin-bottom: 8px;
}
.application-demo-heading-text {
  color: currentColor;
  font-size: 24px;
  line-height: 36px;
}
@media only screen and (max-width: 1200px) {
  .application-demo-heading-text {
    font-size: 18px;
    line-height: 28px;
  }
}
.application-demo-container {
  max-width: 1800px;
  margin: 0 auto;
}
.application-demo-container-fullscreen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
  max-width: none;
  z-index: 999999;
  height: auto;
}
.application-demo-container-fullscreen:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(17,17,17,0.7);
}
.application-demo-container-fullscreen .application-demo-iframe {
  height: 100%;
}
.application-demo-container-fullscreen .application-demo-iframe-wrapper {
  height: 100%;
  max-height: none;
}
.application-demo-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.application-demo-iframe[data-src] {
  display: none;
}
.application-demo-iframe-container {
  height: 100%;
  position: relative;
}
.application-demo-iframe-wrapper {
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  max-height: 90vh;
  height: 900px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 20px 40px rgba(0,0,0,0.4);
}
.application-demo-control {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  z-index: 2;
  cursor: pointer;
  transition: background 0.2s;
  border-radius: 4px;
}
.application-demo-control svg {
  display: block;
  fill: rgba(17,17,17,0.5);
  width: 24px;
  height: 24px;
  transition: fill 0.2s ease;
}
.application-demo-control:hover {
  background: rgba(17,17,17,0.05);
}
.application-demo-control:hover svg {
  fill: rgba(17,17,17,0.7);
}
.application-demo-control:active {
  background: rgba(17,17,17,0.1);
}
.application-demo-control:active svg {
  fill: #111;
}
.application-demo-control-hidden {
  opacity: 0;
  visibility: hidden;
}
.apps-catalog-see-all-button-container {
  text-align: center;
  margin-top: 40px;
}
.badge {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  height: 16px;
  line-height: 16px;
  font-size: 10px;
  font-weight: 600;
  color: #111;
  background: rgba(17,17,17,0.1);
  border-radius: 10px;
  padding: 0 5px;
  white-space: nowrap;
}
.badge-outline {
  border-color: currentColor;
  border-width: 1px;
  border-style: solid;
  background: transparent;
  padding: 2px 6px;
  line-height: 11px;
  height: 11px;
}
.badge-13 {
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  height: 20px;
  padding-left: 8px;
  padding-right: 8px;
}
.badge-blue {
  color: #fff;
  background: #1c91ff;
}
.badge-gray {
  color: #fff;
  background: #72777a;
}
.badge-black {
  color: #fff;
  background: #111;
}
.badge-magenta {
  background: #f93262;
  color: #fff;
}
@media only screen and (min-width: 960px) {
  .has-top-banner .outer {
    padding-top: 96px;
  }
}
.header-banner {
  display: flex;
  position: relative;
  justify-content: center;
  z-index: 1001;
  height: 36px;
  overflow: hidden;
}
@media only screen and (max-width: 960px) {
  .header-banner {
    display: none;
  }
}
.header-banner img {
  width: 2500px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.header-banner-black-friday {
  background: #111;
}
.header-banner-christmas {
  background: #9f0e00;
}
.header-banner-birthday {
  background: #782cdf;
}
.header-banner-new-year-sale {
  background: #a50f00;
}
.slide-in-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  padding: 24px;
  width: 260px;
  z-index: 999;
  border-radius: 12px;
  box-sizing: border-box;
  text-align: center;
  transition: all 0.3s ease;
  transform: translateX(-280px);
  box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.3);
  opacity: 0;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .slide-in-banner {
    left: 12px;
    bottom: 12px;
  }
}
.slide-in-banner-visible {
  transform: translateX(0);
  opacity: 1;
}
.slide-in-banner-header {
  display: block;
  margin: 0 auto;
}
.slide-in-banner-title {
  font-size: 40px;
  font-weight: 900;
  line-height: 48px;
  margin-top: 12px;
}
.slide-in-banner-text {
  font-size: 14px;
  line-height: 18px;
  margin-top: 8px;
}
.slide-in-banner-button {
  margin-top: 16px;
}
.slide-in-banner-close {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 16px;
  height: 16px;
  padding: 8px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease;
}
.slide-in-banner-close:hover {
  background: rgba(255,255,255,0.1);
}
.slide-in-banner-close-icon {
  display: block;
  width: 16px;
  height: 16px;
  fill: #fff;
}
.slide-in-banner-black-friday {
  background: #111 url(/wp-content/themes/elfsight/frontend/assets/img/black-friday-slide-in-bg-2.jpg) no-repeat;
  background-size: cover;
  border: 1px solid rgba(255,255,255,0.1);
}
.slide-in-banner-christmas {
  background: #9f0e00 url(/wp-content/themes/elfsight/frontend/assets/img/christmas-slide-in-bg.jpg) no-repeat;
  background-size: cover;
}
.slide-in-banner-christmas .slide-in-banner-header {
  margin-left: -21px;
}
.slide-in-banner-christmas .slide-in-banner-title {
  margin-top: 4px;
}
.slide-in-banner-birthday {
  background: #7f28f3 url(/wp-content/themes/elfsight/frontend/assets/img/birthday-slide-in-bg.jpg) no-repeat;
  background-size: cover;
}
.slide-in-banner-birthday .slide-in-banner-text {
  margin-top: 2px;
}
.button-gray {
  background: rgba(17,17,17,0.05);
  color: #111;
}
.button-gray:not(.button-loading):hover {
  background: rgba(17,17,17,0.1);
  color: #111;
  box-shadow: none;
  transform: none;
}
.platforms-inner {
  overflow: hidden;
  height: 92px;
  position: relative;
  transform: translate3d(0, 0, 0);
  z-index: 1;
}
.platforms-inner:after,
.platforms-inner:before {
  position: absolute;
  content: "";
  top: 0;
  width: 20px;
  height: 100%;
  z-index: 1;
  background: transparent;
}
.platforms-inner:before {
  left: 0;
}
.platforms-inner:after {
  right: 0;
}
.platforms-list {
  width: 4000px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  transform: translate3d(0, 0, 0);
  animation: platformsSlideshow 120s linear infinite;
  padding: 0 40px;
  box-sizing: border-box;
}
.platforms-list-clone {
  left: 4000px;
  animation: platformsSlideshow 120s linear infinite;
}
.platforms-list-item {
  display: inline-flex;
  justify-content: center;
  opacity: 0.2;
  filter: brightness(0.5) grayscale(1);
}
.platforms-list-item a {
  display: flex;
  align-items: center;
}
.platform-logo {
  display: block;
}
.platform-logo-3dcart {
  background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite.png);
  background-position: -399px -141px;
  width: 140px;
  height: 47px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .platform-logo-3dcart {
    background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite@2x.png);
    background-size: 663px 564px;
  }
}
.platform-logo-adobe-muse {
  background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite.png);
  background-position: -55px -517px;
  width: 52px;
  height: 47px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .platform-logo-adobe-muse {
    background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite@2x.png);
    background-size: 663px 564px;
  }
}
.platform-logo-americommerce {
  background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite.png);
  background-position: 0px -94px;
  width: 201px;
  height: 47px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .platform-logo-americommerce {
    background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite@2x.png);
    background-size: 663px 564px;
  }
}
.platform-logo-big-cartel {
  background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite.png);
  background-position: -399px -47px;
  width: 145px;
  height: 47px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .platform-logo-big-cartel {
    background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite@2x.png);
    background-size: 663px 564px;
  }
}
.platform-logo-bigcommerce {
  background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite.png);
  background-position: 0px -235px;
  width: 153px;
  height: 47px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .platform-logo-bigcommerce {
    background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite@2x.png);
    background-size: 663px 564px;
  }
}
.platform-logo-bitrix {
  background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite.png);
  background-position: -212px -47px;
  width: 174px;
  height: 47px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .platform-logo-bitrix {
    background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite@2x.png);
    background-size: 663px 564px;
  }
}
.platform-logo-blogger {
  background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite.png);
  background-position: -127px -423px;
  width: 124px;
  height: 47px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .platform-logo-blogger {
    background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite@2x.png);
    background-size: 663px 564px;
  }
}
.platform-logo-blogspot {
  background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite.png);
  background-position: -498px -423px;
  width: 47px;
  height: 47px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .platform-logo-blogspot {
    background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite@2x.png);
    background-size: 663px 564px;
  }
}
.platform-logo-bootstrap {
  background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite.png);
  background-position: -107px -517px;
  width: 47px;
  height: 47px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .platform-logo-bootstrap {
    background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite@2x.png);
    background-size: 663px 564px;
  }
}
.platform-logo-cratejoy {
  background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite.png);
  background-position: -547px -282px;
  width: 101px;
  height: 47px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .platform-logo-cratejoy {
    background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite@2x.png);
    background-size: 663px 564px;
  }
}
.platform-logo-cs-cart {
  background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite.png);
  background-position: -547px -141px;
  width: 106px;
  height: 47px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .platform-logo-cs-cart {
    background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite@2x.png);
    background-size: 663px 564px;
  }
}
.platform-logo-dle {
  background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite.png);
  background-position: -212px -141px;
  width: 167px;
  height: 47px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .platform-logo-dle {
    background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite@2x.png);
    background-size: 663px 564px;
  }
}
.platform-logo-drupal {
  background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite.png);
  background-position: -399px -188px;
  width: 138px;
  height: 47px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .platform-logo-drupal {
    background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite@2x.png);
    background-size: 663px 564px;
  }
}
.platform-logo-duda {
  background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite.png);
  background-position: -306px -235px;
  width: 90px;
  height: 47px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .platform-logo-duda {
    background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite@2x.png);
    background-size: 663px 564px;
  }
}
.platform-logo-ecwid {
  background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite.png);
  background-position: -265px -376px;
  width: 127px;
  height: 47px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .platform-logo-ecwid {
    background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite@2x.png);
    background-size: 663px 564px;
  }
}
.platform-logo-elementor {
  background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite.png);
  background-position: -151px -282px;
  width: 148px;
  height: 47px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .platform-logo-elementor {
    background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite@2x.png);
    background-size: 663px 564px;
  }
}
.platform-logo-epages {
  background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite.png);
  background-position: -547px -235px;
  width: 104px;
  height: 47px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .platform-logo-epages {
    background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite@2x.png);
    background-size: 663px 564px;
  }
}
.platform-logo-expressionengine {
  background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite.png);
  background-position: -317px -188px;
  width: 68px;
  height: 47px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .platform-logo-expressionengine {
    background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite@2x.png);
    background-size: 663px 564px;
  }
}
.platform-logo-facebook {
  background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite.png);
  background-position: -251px -423px;
  width: 124px;
  height: 47px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .platform-logo-facebook {
    background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite@2x.png);
    background-size: 663px 564px;
  }
}
.platform-logo-godaddy {
  background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite.png);
  background-position: -123px -470px;
  width: 120px;
  height: 47px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .platform-logo-godaddy {
    background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite@2x.png);
    background-size: 663px 564px;
  }
}
.platform-logo-html {
  background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite.png);
  background-position: -243px -470px;
  width: 120px;
  height: 47px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .platform-logo-html {
    background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite@2x.png);
    background-size: 663px 564px;
  }
}
.platform-logo-iframe {
  background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite.png);
  background-position: -363px -470px;
  width: 116px;
  height: 47px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .platform-logo-iframe {
    background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite@2x.png);
    background-size: 663px 564px;
  }
}
.platform-logo-jimdo {
  background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite.png);
  background-position: -547px -329px;
  width: 101px;
  height: 47px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .platform-logo-jimdo {
    background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite@2x.png);
    background-size: 663px 564px;
  }
}
.platform-logo-joomla {
  background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite.png);
  background-position: 0px -329px;
  width: 148px;
  height: 47px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .platform-logo-joomla {
    background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite@2x.png);
    background-size: 663px 564px;
  }
}
.platform-logo-jquery {
  background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite.png);
  background-position: -547px -47px;
  width: 115px;
  height: 47px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .platform-logo-jquery {
    background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite@2x.png);
    background-size: 663px 564px;
  }
}
.platform-logo-jumpseller {
  background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite.png);
  background-position: -148px -329px;
  width: 148px;
  height: 47px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .platform-logo-jumpseller {
    background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite@2x.png);
    background-size: 663px 564px;
  }
}
.platform-logo-lightcms {
  background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite.png);
  background-position: -547px -376px;
  width: 101px;
  height: 47px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .platform-logo-lightcms {
    background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite@2x.png);
    background-size: 663px 564px;
  }
}
.platform-logo-macaw {
  background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite.png);
  background-position: -547px -94px;
  width: 110px;
  height: 47px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .platform-logo-macaw {
    background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite@2x.png);
    background-size: 663px 564px;
  }
}
.platform-logo-lightspeed {
  background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite.png);
  background-position: -162px -188px;
  width: 155px;
  height: 47px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .platform-logo-lightspeed {
    background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite@2x.png);
    background-size: 663px 564px;
  }
}
.platform-logo-magento {
  background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite.png);
  background-position: -399px -235px;
  width: 138px;
  height: 47px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .platform-logo-magento {
    background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite@2x.png);
    background-size: 663px 564px;
  }
}
.platform-logo-mobirise {
  background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite.png);
  background-position: 0px -517px;
  width: 55px;
  height: 47px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .platform-logo-mobirise {
    background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite@2x.png);
    background-size: 663px 564px;
  }
}
.platform-logo-modx {
  background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite.png);
  background-position: -392px -376px;
  width: 127px;
  height: 47px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .platform-logo-modx {
    background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite@2x.png);
    background-size: 663px 564px;
  }
}
.platform-logo-opencart {
  background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite.png);
  background-position: -399px -94px;
  width: 143px;
  height: 47px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .platform-logo-opencart {
    background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite@2x.png);
    background-size: 663px 564px;
  }
}
.platform-logo-optimizepress {
  background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite.png);
  background-position: 0px -141px;
  width: 201px;
  height: 47px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .platform-logo-optimizepress {
    background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite@2x.png);
    background-size: 663px 564px;
  }
}
.platform-logo-pagecloud {
  background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite.png);
  background-position: -399px 0px;
  width: 148px;
  height: 47px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .platform-logo-pagecloud {
    background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite@2x.png);
    background-size: 663px 564px;
  }
}
.platform-logo-pinegrow {
  background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite.png);
  background-position: -153px -235px;
  width: 153px;
  height: 47px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .platform-logo-pinegrow {
    background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite@2x.png);
    background-size: 663px 564px;
  }
}
.platform-logo-pivot {
  background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite.png);
  background-position: -299px -282px;
  width: 90px;
  height: 47px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .platform-logo-pivot {
    background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite@2x.png);
    background-size: 663px 564px;
  }
}
.platform-logo-shopify {
  background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite.png);
  background-position: 0px -376px;
  width: 133px;
  height: 47px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .platform-logo-shopify {
    background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite@2x.png);
    background-size: 663px 564px;
  }
}
.platform-logo-sitebuilder {
  background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite.png);
  background-position: 0px -47px;
  width: 205px;
  height: 47px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .platform-logo-sitebuilder {
    background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite@2x.png);
    background-size: 663px 564px;
  }
}
.platform-logo-splash {
  background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite.png);
  background-position: -547px -188px;
  width: 105px;
  height: 47px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .platform-logo-splash {
    background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite@2x.png);
    background-size: 663px 564px;
  }
}
.platform-logo-squarespace {
  background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite.png);
  background-position: -212px 0px;
  width: 187px;
  height: 47px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .platform-logo-squarespace {
    background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite@2x.png);
    background-size: 663px 564px;
  }
}
.platform-logo-strikingly {
  background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite.png);
  background-position: -399px -282px;
  width: 136px;
  height: 47px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .platform-logo-strikingly {
    background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite@2x.png);
    background-size: 663px 564px;
  }
}
.platform-logo-tilda {
  background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite.png);
  background-position: -547px 0px;
  width: 116px;
  height: 47px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .platform-logo-tilda {
    background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite@2x.png);
    background-size: 663px 564px;
  }
}
.platform-logo-tumblr {
  background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite.png);
  background-position: -547px -423px;
  width: 101px;
  height: 47px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .platform-logo-tumblr {
    background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite@2x.png);
    background-size: 663px 564px;
  }
}
.platform-logo-ucoz {
  background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite.png);
  background-position: -399px -329px;
  width: 136px;
  height: 47px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .platform-logo-ucoz {
    background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite@2x.png);
    background-size: 663px 564px;
  }
}
.platform-logo-visual-composer {
  background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite.png);
  background-position: 0px 0px;
  width: 212px;
  height: 47px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .platform-logo-visual-composer {
    background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite@2x.png);
    background-size: 663px 564px;
  }
}
.platform-logo-volusion {
  background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite.png);
  background-position: 0px -188px;
  width: 162px;
  height: 47px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .platform-logo-volusion {
    background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite@2x.png);
    background-size: 663px 564px;
  }
}
.platform-logo-web {
  background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite.png);
  background-position: 0px -423px;
  width: 127px;
  height: 47px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .platform-logo-web {
    background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite@2x.png);
    background-size: 663px 564px;
  }
}
.platform-logo-webflow {
  background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite.png);
  background-position: -375px -423px;
  width: 123px;
  height: 47px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .platform-logo-webflow {
    background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite@2x.png);
    background-size: 663px 564px;
  }
}
.platform-logo-webnode {
  background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite.png);
  background-position: -133px -376px;
  width: 132px;
  height: 47px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .platform-logo-webnode {
    background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite@2x.png);
    background-size: 663px 564px;
  }
}
.platform-logo-webself {
  background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite.png);
  background-position: 0px -470px;
  width: 123px;
  height: 47px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .platform-logo-webself {
    background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite@2x.png);
    background-size: 663px 564px;
  }
}
.platform-logo-weebly {
  background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite.png);
  background-position: -547px -470px;
  width: 94px;
  height: 47px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .platform-logo-weebly {
    background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite@2x.png);
    background-size: 663px 564px;
  }
}
.platform-logo-wix {
  background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite.png);
  background-position: -296px -329px;
  width: 67px;
  height: 47px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .platform-logo-wix {
    background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite@2x.png);
    background-size: 663px 564px;
  }
}
.platform-logo-woocommerce {
  background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite.png);
  background-position: -212px -94px;
  width: 174px;
  height: 47px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .platform-logo-woocommerce {
    background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite@2x.png);
    background-size: 663px 564px;
  }
}
.platform-logo-wordpress {
  background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite.png);
  background-position: 0px -282px;
  width: 151px;
  height: 47px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .platform-logo-wordpress {
    background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite@2x.png);
    background-size: 663px 564px;
  }
}
.platform-logo-yola {
  background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite.png);
  background-position: -479px -470px;
  width: 62px;
  height: 47px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .platform-logo-yola {
    background-image: url(/wp-content/themes/elfsight/frontend/assets/img/sprite@2x.png);
    background-size: 663px 564px;
  }
}
@-moz-keyframes platformsSlideshow {
  100% {
    transform: translateX(-3000px);
  }
}
@-webkit-keyframes platformsSlideshow {
  100% {
    transform: translateX(-3000px);
  }
}
@-o-keyframes platformsSlideshow {
  100% {
    transform: translateX(-3000px);
  }
}
@keyframes platformsSlideshow {
  100% {
    transform: translateX(-3000px);
  }
}
.list-custom {
  padding-inline-start: 24px;
}
.list-custom li {
  padding-left: 8px;
}
@media only screen and (max-width: 768px) {
  .counters {
    text-align: center;
  }
}
.counters-item {
  position: relative;
  opacity: 1;
  transition: opacity 0.3s ease-out;
  margin-top: 20px;
}
.counters-item-show {
  opacity: 1;
}
.counters-item-value {
  background-image: linear-gradient(180deg, #000, #000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: inline;
  margin-bottom: 12px;
  margin-top: 0;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin: 32px 0;
}
.video-container:first-child {
  margin-top: 0;
}
.video-container:last-child {
  margin-bottom: 0;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@media only screen and (max-width: 768px) {
  .number-counters {
    text-align: center;
  }
}
.number-counters-item {
  position: relative;
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
.number-counters-item-show {
  opacity: 1;
}
.number-counters-item-value {
  background-image: linear-gradient(180deg, #000, #000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: inline;
  margin-bottom: 12px;
  margin-top: 0;
}
.popup {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2147483647;
  display: none;
}
.popup-active {
  display: block;
}
.popup-wrapper {
  display: flex;
  padding: 72px 0;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  overflow-x: auto;
  transition: top 0.3s 0.3s;
  background: rgba(0,0,0,0.85);
}
.popup-inner {
  overflow: hidden;
  flex-basis: auto;
  margin: auto;
  border-radius: 5px;
  background: #fff;
  box-sizing: border-box;
  width: 100%;
  max-width: 1000px;
  box-shadow: 0 22px 44px 0 rgba(0,0,0,0.2);
}
.popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  color: #fff;
  opacity: 0.8;
  cursor: pointer;
  transform: rotate(45deg);
  transition: opacity 0.3s;
}
.popup-close::before,
.popup-close::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 10px;
  background: currentColor;
  transition: all 0.25s ease;
}
.popup-close::before {
  width: 24px;
  height: 2px;
  margin: -1px 0 0 -12px;
}
.popup-close::after {
  width: 2px;
  height: 24px;
  margin: -12px 0 0 -1px;
}
.popup-close:hover {
  opacity: 1;
}
table {
  width: 100%;
  margin: 36px 0;
  border-spacing: 0;
  border-radius: 12px;
  border: 1px solid rgba(17,17,17,0.1);
  overflow: hidden;
}
table td,
table th {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  padding: 16px 20px;
  text-align: left;
  border-right: 1px solid rgba(17,17,17,0.1);
  border-bottom: 1px solid rgba(17,17,17,0.1);
  vertical-align: top;
}
table td:last-child,
table th:last-child {
  border-right: none;
}
@media only screen and (max-width: 480px) {
  table td,
  table th {
    padding: 8px 12px;
  }
}
table th {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  background: rgba(17,17,17,0.02);
}
table tr:last-child td {
  border-bottom: none;
}
.block {
  background: #fff;
  padding: 60px;
  border-radius: 40px;
  box-sizing: border-box;
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .block {
    padding: 40px;
  }
}
.block + .block {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .block + .block {
    margin-top: 32px;
  }
}
.block .faq {
  border: none;
}
.block .faq-item {
  background: #fff;
  border-radius: 0;
}
.block .faq-item:first-child {
  border-top: 1px solid rgba(0,0,0,0.1);
}
.block .faq-item:last-child {
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.block .faq-item-question,
.block .faq-item-answer {
  padding-left: 0;
  padding-right: 0;
}
.feature-list {
  column-count: 3;
  column-gap: 10px;
}
@media only screen and (max-width: 960px) {
  .feature-list {
    column-count: 2;
  }
}
@media only screen and (max-width: 640px) {
  .feature-list {
    column-count: 1;
  }
}
.feature-list-item {
  display: flex;
  margin-bottom: 12px;
}
.feature-list-item-icon {
  display: block;
  width: 24px;
  height: 24px;
  fill: #4ad502;
  margin-top: 2px;
  margin-right: 8px;
  flex-shrink: 0;
}
.feature-list-small .feature-list-item-icon {
  width: 16px;
  height: 16px;
}
.feature-list-item-text {
  font-size: 18px;
  line-height: 28px;
}
.feature-list-small .feature-list-item-text {
  font-size: 15px;
  line-height: 20px;
}
.feature-list-item-hint {
  display: inline-block;
  vertical-align: middle;
  line-height: 28px;
  margin-left: 4px;
}
.feature-list-item-hint-icon {
  display: block;
  width: 16px;
  height: 16px;
  fill: rgba(17,17,17,0.7);
}
.feature-list-item .badge {
  margin-left: 4px;
}
.help-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 40px;
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .help-links {
    grid-template-columns: repeat(1, 1fr);
  }
}
.help-links:first-child {
  margin-top: 0;
}
.help-links:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .help-links-item {
    display: flex;
    margin-bottom: 40px;
  }
  .help-links-item:last-child {
    margin-bottom: 0;
  }
}
.help-links-item-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px 40px;
}
@media only screen and (max-width: 768px) {
  .help-links-item-icon {
    flex-shrink: 0;
    margin-right: 20px;
    margin-top: 4px;
  }
}
.help-links-item-headline {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 8px;
}
.help-links-item-text {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: rgba(17,17,17,0.7);
}
.help-links-item-link {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
}
.help-links-item-link-icon {
  width: 16px;
  height: 16px;
  fill: #1c91ff;
  margin-left: 8px;
}
.help-links-item-link-container {
  margin-top: 16px;
}
@media only screen and (max-width: 768px) {
  .help-links-item-link-container {
    margin-top: 8px;
  }
}
.help-links-item-support .help-links-item-icon {
  background-image: url(/wp-content/themes/elfsight/frontend/assets/img/help-links-support.png);
}
.help-links-item-forum .help-links-item-icon {
  background-image: url(/wp-content/themes/elfsight/frontend/assets/img/help-links-forum.png);
}
.help-links-item-wishlist .help-links-item-icon {
  background-image: url(/wp-content/themes/elfsight/frontend/assets/img/help-links-wishlist.png);
}
.rating {
  display: inline-flex;
}
.rating-star {
  display: block;
  width: 20px;
  height: 20px;
  fill: #ffb400;
}
.rating-18 .rating-star {
  width: 18px;
  height: 18px;
}
.rating-20 .rating-star {
  width: 20px;
  height: 20px;
}
.review-card {
  background: #fff;
  border: 1px solid rgba(17,17,17,0.1);
  box-shadow: 0px 8px 24px rgba(0,0,0,0.1);
  border-radius: 20px;
  padding: 40px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .review-card {
    padding: 32px;
  }
}
.review-card .rating {
  margin-bottom: 16px;
}
.review-card-text {
  font-size: 18px;
  line-height: 28px;
}
@media only screen and (max-width: 768px) {
  .review-card-text {
    font-size: 16px;
    line-height: 24px;
  }
}
.review-card-author {
  margin-top: 16px;
  display: flex;
  align-items: center;
}
.review-card-author-picture {
  display: block;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
.review-card-author-info {
  margin-left: 12px;
}
.review-card-author-name {
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
}
.review-card-author-caption {
  font-size: 13px;
  line-height: 20px;
  color: rgba(0,0,0,0.7);
}
.carousel {
  position: relative;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.carousel::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
.carousel-wrapper {
  width: 100%;
  vertical-align: top;
  display: inline-flex;
  padding: 10px 0 40px;
}
.carousel-item {
  display: inline-block;
  scroll-snap-coordinate: left;
  scroll-snap-align: start;
}
.carousel-item-wrapper {
  transform: translateX(calc(50vw - min(1310px, 100vw) / 2 + 20px));
  margin-right: 40px;
}
.carousel-item:last-child .carousel-item-wrapper {
  padding-right: 20px;
  margin-right: 0;
}
.template-catalog {
  background: #fff;
}
.template-catalog-header {
  text-align: center;
  margin-bottom: 40px;
}
.template-catalog-header-eyebrow {
  display: inline-block;
  color: #0ec12f;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  padding: 0 8px;
  background: rgba(14,193,47,0.2);
  border-radius: 4px;
  margin-bottom: 8px;
}
.template-catalog-header-heading {
  color: #111;
  margin: 0;
}
.template-catalog-header-text {
  font-size: 18px;
  line-height: 28px;
  color: rgba(17,17,17,0.7);
  margin-top: 4px;
}
.page-blog-post .template-catalog {
  width: 100vw;
  margin-left: calc(50% + 220px);
  transform: translateX(-50%);
  border-top: 1px solid rgba(17,17,17,0.1);
  border-bottom: 1px solid rgba(17,17,17,0.1);
  padding-top: 80px;
  padding-bottom: 80px;
  margin-top: 80px;
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1190px) {
  .page-blog-post .template-catalog {
    margin-left: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .page-blog-post .template-catalog {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.template-catalog-theme-dark {
  background: #111;
  color: #fff;
  border-top: none;
  border-bottom: none;
}
.template-catalog-theme-dark .template-catalog-header-heading {
  color: #fff;
}
.template-catalog-theme-dark .template-catalog-header-text {
  color: rgba(255,255,255,0.7);
}
.template-catalog-theme-dark .component-template-catalog-categories-list-item a {
  color: #fff;
}
.template-catalog-theme-dark .component-template-catalog-categories-list-item:hover a,
.template-catalog-theme-dark .component-template-catalog-categories-list-item-active a {
  color: #fff;
  background: rgba(255,255,255,0.1);
  text-decoration: none;
}
.template-catalog-theme-dark .component-template-card {
  background: rgba(255,255,255,0.05);
}
.template-catalog-theme-dark .component-template-card-name-link {
  color: #fff;
}
.template-catalog-theme-dark .component-template-card-description {
  color: rgba(255,255,255,0.7);
}
.template-catalog-theme-dark .component-template-card-blank {
  background: rgba(255,255,255,0.05);
  border-color: rgba(255,255,255,0.1);
}
.template-catalog-theme-dark .component-template-card-blank-icon {
  fill: #777;
}
.template-catalog-theme-dark .component-template-card-blank-text {
  color: rgba(255,255,255,0.7);
}
.tip {
  border-radius: 12px;
  background: rgba(255,180,0,0.1);
  padding: 24px;
  margin: 28px 0;
}
.tip-green {
  background: rgba(14,193,47,0.1);
}
.tip-blue {
  background: rgba(28,145,255,0.1);
}
.top-clients-image {
  max-width: 100%;
}
.client-carousel {
  overflow: hidden;
  margin-left: -20px;
  margin-right: -20px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.client-carousel-title {
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}
@media only screen and (max-width: 768px) {
  .client-carousel-wrapper {
    transform: scale(0.75);
  }
}
.client-carousel:hover .clients-carousel-track {
  animation-play-state: paused;
}
.client-carousel::before,
.client-carousel::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  pointer-events: none;
  z-index: 1;
}
.client-carousel::before {
  left: -1px;
  background: linear-gradient(90deg, #fff 33%, rgba(255,255,255,0) 100%);
}
.client-carousel::after {
  right: -1px;
  background: linear-gradient(270deg, #fff 33%, rgba(255,255,255,0) 100%);
}
.client-carousel-track {
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 75px;
  align-items: center;
  animation: clientCarouselScroll 180s linear infinite;
}
.client-carousel-item {
  flex: 0 0 auto;
  scroll-snap-align: start;
}
.client-carousel-item:first-child {
  padding-left: 40px;
}
.client-carousel-item:last-child {
  padding-right: 40px;
}
.client-carousel-item-logo svg {
  display: block;
  fill: #000;
  width: 100%;
  height: 100%;
}
@-moz-keyframes clientCarouselScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes clientCarouselScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@-o-keyframes clientCarouselScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes clientCarouselScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.cards-item {
  margin-bottom: 40px;
  flex: 0 0 auto;
  box-sizing: border-box;
  padding: 0;
  margin-left: 1.838235294117647%;
  margin-right: 1.838235294117647%;
}
.cards-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  height: 47px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(76,76,76,0.15);
  transition: all 0.35s ease;
}
.section-black .cards-item a {
  background: #222;
}
.cards-item a:hover {
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(76,76,76,0.2);
}
.cards-item-logo {
  display: block;
  max-height: 100%;
  max-width: 100%;
}
.cards-item-name {
  color: #111;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  margin-left: -12px;
  margin-right: -12px;
}
.section-black .cards-item-name {
  color: #fff;
}
.card {
  flex: 0 0 auto;
  box-sizing: border-box;
  padding: 0;
  display: flex;
  flex-direction: row;
}
.card-container {
  display: flex;
  flex-direction: column;
  padding: 16px;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.card-s24 .card-container {
  padding: 32px;
}
.card-container-fill {
  flex: 1;
}
.card-container-clean {
  padding-top: 0;
  padding-bottom: 0;
}
.card-container-clean:first-child {
  padding-left: 0;
}
.card-container-clean:last-child {
  padding-right: 0;
}
.card-block {
  margin-top: 12px;
}
.card-s24 .card-block {
  margin-top: 24px;
}
.card-block:first-child {
  margin-top: 0;
}
.card-block-colorized {
  padding: 12px 16px;
}
.card-s24 .card-block-colorized {
  padding: 24px 32px;
}
.card-container:not(.card-container-clean) .card-block-stick-out {
  margin-left: -16px;
  margin-right: -16px;
}
.card-s24 .card-container:not(.card-container-clean) .card-block-stick-out {
  margin-left: -32px;
  margin-right: -32px;
}
.card-container:not(.card-container-clean) .card-block-stick-out:first-child {
  margin-top: -16px;
}
.card-s24 .card-container:not(.card-container-clean) .card-block-stick-out:first-child {
  margin-top: -32px;
}
.card-container:not(.card-container-clean) .card-block-stick-out:last-child {
  margin-bottom: -16px;
}
.card-s24 .card-container:not(.card-container-clean) .card-block-stick-out:last-child {
  margin-bottom: -32px;
}
.card-block-stick-out + .card-block-stick-out {
  margin-top: 0;
}
.card-block-fill {
  flex: 1;
}
.card-industries-platform {
  background: #fafafa;
}
.card-industries-platform-icon {
  display: block;
  width: 24px;
  height: 24px;
  margin-bottom: 16px;
}
.card-industries-platform-title {
  margin: 0 0 12px;
}
.card-industries-task {
  background: #fafafa;
  border-radius: 8px;
}
.card-industries-task-title {
  margin: 0 0 12px;
}
.card-industries-task-link-container {
  margin-top: 12px;
}
.card-industries-task-image {
  display: block;
  max-width: 100%;
  flex-shrink: 0;
  margin-top: auto;
}
.card-industries-task-image-container {
  display: flex;
  height: 100%;
  padding: 0 32px;
  box-sizing: border-box;
}
.card-industries-task-featured .card-industries-task-image-container {
  padding-top: 32px;
}
.card-industries-task-featured {
  grid-column: 1/-1;
}
.cta-affiliate-program {
  text-align: center;
  color: #fff;
  background: linear-gradient(-35deg, #6123ff, #006cff, #00e4ff);
  padding-top: 140px;
  padding-bottom: 140px;
}
.cta-affiliate-program-name {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-affiliate-program-name-icon {
  display: block;
  fill: #fff;
  width: 20px;
  height: 20px;
  margin-right: 12px;
}
.cta-affiliate-program-name-text {
  font-size: 24px;
  line-height: 36px;
}
.cta-affiliate-program-title {
  color: #fff;
  font-size: 50px;
  line-height: 1.12;
  margin: 40px 0 20px;
}
.cta-affiliate-program-caption {
  font-size: 18px;
  font-weight: 600;
  vertical-align: middle;
}
.cta-affiliate-program-caption-separator {
  display: inline-block;
  vertical-align: middle;
  width: 2px;
  height: 16px;
  border-radius: 10px;
  background: rgba(255,255,255,0.3);
  margin: 0 16px;
}
.cta-affiliate-program-buttons-container {
  margin-top: 40px;
}
.cta-affiliate-program-buttons-container .button {
  margin: 0 8px;
}
.grid {
  display: grid;
}
.industries-link a {
  font-size: 20px;
}
.section-white {
  background: #fff;
}
.section-gray-1 {
  background: #fafafa;
}
.section-black {
  background: #000;
  color: #fff;
}
.section-header-left {
  text-align: left;
}
.section-header-center {
  text-align: center;
}
.section-header-eyebrow {
  font-size: 18px;
  line-height: 1.33;
  opacity: 0.5;
  color: currentColor;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.section-header-eyebrow + .section-header-title {
  margin-top: 0;
}
.section-header-title {
  color: currentColor;
}
.section-header + .section-content {
  margin-top: 40px;
}
p:empty {
  display: none;
}
.section-cta {
  background-image: linear-gradient(225deg, #ffc63f 0%, #fd3358 49%, #bc35d8 100%);
  text-align: center;
  color: #fff;
}
.section-cta .section-header-title {
  margin-bottom: 16px;
}
.section-cta .section-header-caption,
.section-cta .section-header-caption p {
  font-size: 24px;
  line-height: 32px;
}
.section-cta .section-content {
  margin-top: 40px;
}
.section-cta-coupon {
  font-size: 18px;
  font-weight: 400;
  padding: 8px 20px;
  border: 2px dashed #fff;
  color: #fff;
  background: rgba(255,255,255,0.1);
}
.section-cta-button-container {
  margin-top: 40px;
}
.component-breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .component-breadcrumbs {
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    margin-right: -20px;
    margin-left: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .component-breadcrumbs::-webkit-scrollbar {
    width: 0px;
    background: transparent;
  }
}
.component-breadcrumbs-item {
  font-size: 13px;
  line-height: 20px;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .component-breadcrumbs-item:first-child {
    margin-left: auto;
  }
  .component-breadcrumbs-item:last-child {
    margin-right: auto;
  }
}
.component-breadcrumbs-item a {
  color: rgba(255,255,255,0.7);
}
.component-breadcrumbs-item-text {
  color: rgba(255,255,255,0.7);
}
.component-breadcrumbs-divider {
  color: rgba(255,255,255,0.7);
  padding: 0 4px;
  font-size: 13px;
  line-height: 20px;
}
.component-catalog {
  display: flex;
}
@media only screen and (max-width: 640px) {
  .component-catalog {
    display: block;
  }
}
.component-catalog-sidebar {
  width: 180px;
  margin-right: 50px;
  flex-shrink: 0;
}
@media only screen and (max-width: 640px) {
  .component-catalog-sidebar {
    display: none;
  }
}
.component-catalog-categories {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: sticky;
  top: 100px;
}
.component-catalog-categories-select {
  display: none;
  width: 100%;
  margin-bottom: 12px;
  background: #fff;
  box-sizing: border-box;
  outline: none;
  height: 50px;
  padding: 16px;
  border-radius: 4px;
  font-size: 15px;
  border: solid 1px rgba(17,17,17,0.1);
}
@media only screen and (max-width: 640px) {
  .component-catalog-categories-select {
    display: block;
  }
}
.component-catalog-categories-group-title {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  margin-top: 12px;
  margin-bottom: 12px;
}
.component-catalog-categories-divider {
  background: rgba(17,17,17,0.1);
  height: 1px;
  margin: 4px 0;
}
.component-catalog-categories-button {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(17,17,17,0.7);
  padding: 8px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.component-catalog-categories-button a,
.component-catalog-categories-button a:hover {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(17,17,17,0.7);
  text-decoration: none;
}
.component-catalog-categories-button:last-child {
  margin-bottom: 0;
}
.component-catalog-categories-button-icon {
  display: block;
  width: 20px;
  height: 20px;
  fill: currentColor;
  transition: all 0.2s ease;
}
.component-catalog-categories-button-name {
  color: currentColor;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  transition: all 0.2s ease;
}
.component-catalog-categories-button:hover,
.component-catalog-categories-button-active {
  color: #111;
  background: rgba(17,17,17,0.05);
}
.component-catalog-categories-button:hover a,
.component-catalog-categories-button-active a {
  color: #111;
}
.component-catalog-content {
  flex-grow: 1;
}
.component-catalog-toolbar {
  display: flex;
  justify-content: space-between;
  margin-bottom: 52px;
}
.component-catalog-toolbar-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin: 0;
}
@media only screen and (max-width: 640px) {
  .component-catalog-toolbar-title {
    display: none;
  }
}
.component-catalog-search {
  position: relative;
}
.component-catalog-search-icon {
  position: absolute;
  display: block;
  top: 8px;
  left: 8px;
  width: 20px;
  height: 20px;
  fill: rgba(17,17,17,0.3);
}
.component-catalog-search-clear {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 8px;
  right: 12px;
  border-radius: 50%;
  background: rgba(17,17,17,0.05);
  transition: background 0.2s ease;
  cursor: pointer;
  display: none;
  justify-content: center;
  align-items: center;
}
.component-catalog-search-clear-icon {
  display: block;
  width: 12px;
  height: 12px;
  fill: rgba(17,17,17,0.3);
}
.component-catalog-search-clear:hover {
  background: rgba(17,17,17,0.1);
}
.component-catalog-search-active .component-catalog-search-clear {
  display: flex;
}
.component-catalog-search input {
  background: rgba(17,17,17,0.05);
  border: 1px solid rgba(17,17,17,0.05);
  box-sizing: border-box;
  outline: none;
  width: 220px;
  height: 36px;
  padding: 8px 12px 8px 32px;
  border-radius: 8px;
  font-size: 15px;
  line-height: 20px;
  transition: all 0.2s ease;
}
.component-catalog-search input:focus {
  border-color: #197bff;
}
.component-catalog-search input::placeholder {
  color: rgba(17,17,17,0.3);
}
.component-catalog-search-message {
  display: none;
}
.component-catalog-search-message-visible {
  display: block;
}
.component-catalog-search-message-not-found {
  margin: 32px 0;
}
.component-catalog-list-item {
  height: 100%;
}
.component-catalog-new-item-request {
  height: 100%;
}
.component-catalog-item-request {
  text-align: center;
}
.component-catalog-item-request a {
  display: block;
  border-radius: 8px;
  border: dashed 1px rgba(17,17,17,0.2);
  text-decoration: none;
  padding: 32px;
}
.component-catalog-item-request a:hover {
  border-color: rgba(17,17,17,0.4);
}
.component-catalog-item-request-title {
  color: #111;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}
.component-catalog-item-request-cta {
  margin-top: 6px;
  line-height: 28px;
}
.component-catalog-item-request-cta-text {
  font-size: 15px;
  vertical-align: middle;
  line-height: 1;
}
.component-catalog-item-request-cta-icon {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  fill: currentColor;
  line-height: 1;
}
.component-coming-soon-widget-card {
  height: 100%;
}
.component-coming-soon-widget-card-link {
  display: flex;
  padding: 24px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(76,76,76,0.15);
  transition: all 0.35s ease;
}
.component-coming-soon-widget-card-link:hover {
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(76,76,76,0.2);
}
.component-coming-soon-widget-card-title {
  color: #111;
  margin: 0;
  line-height: 1;
}
.component-coming-soon-widget-card-title:hover {
  color: #111;
}
.component-coming-soon-widget-card-title-container .badge {
  margin-left: 8px;
}
.component-coming-soon-widget-card-caption {
  line-height: 20px;
  margin-top: 8px;
  color: rgba(17,17,17,0.7);
}
.component-grid {
  display: grid;
}
.component-integration-platform-card {
  background: #fff;
  box-shadow: 0 2px 8px rgba(76,76,76,0.15);
  border-radius: 8px;
  text-align: center;
  transition: all 0.2s ease;
}
.component-integration-platform-card:hover {
  box-shadow: 0 4px 12px rgba(76,76,76,0.2);
}
.component-integration-platform-card a:hover {
  text-decoration: none;
}
.component-integration-platform-card-link {
  display: block;
  padding: 20px;
}
.component-integration-platform-card-logo {
  width: 52px;
  height: 52px;
  margin: 0 auto 16px;
}
.component-integration-platform-card-logo-image {
  display: block;
  width: 52px;
  height: 52px;
}
.component-integration-platform-card-name {
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  color: #111;
}
.component-language-switcher {
  position: relative;
}
.component-language-switcher-toggle {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.component-language-switcher-toggle-icon {
  width: 14px;
  height: 14px;
  fill: #111;
  margin-right: 6px;
  transition: fill 0.2s ease;
}
@media only screen and (max-width: 480px) {
  .component-language-switcher-toggle-icon {
    margin-right: 0;
  }
}
.component-language-switcher-toggle-arrow-icon {
  display: block;
  width: 12px;
  height: 12px;
  fill: #111;
  transition: fill 0.2s ease;
  margin-left: 2px;
}
.component-language-switcher-toggle-text {
  color: #111;
  transition: color 0.2s ease;
}
.component-language-switcher-dropdown {
  position: absolute;
  left: 0;
  margin-left: -20px;
  min-width: 120px;
  background: #fff;
  box-shadow: 0 6px 18px 0 rgba(0,0,0,0.2);
  border-radius: 8px;
  overflow: hidden;
  transition: opacity 0.2s, visibility 0.2s, bottom 0.2s;
  opacity: 0;
  visibility: hidden;
  padding: 8px;
  text-align: left;
}
.component-language-switcher-toggle-open ~.component-language-switcher-dropdown {
  opacity: 1;
  visibility: visible;
}
.component-language-switcher-dropdown ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.component-language-switcher-dropdown ul li {
  margin: 0;
  line-height: 1;
}
.component-language-switcher-dropdown ul li a {
  display: block;
  color: #181a1b;
  padding: 6px 32px 6px 12px;
  border-radius: 4px;
  position: relative;
  transition: background 0.2s;
  white-space: nowrap;
}
.component-language-switcher-dropdown ul li a.component-language-switcher-dropdown-selected:after {
  content: "";
  position: absolute;
  color: #181a1b;
  right: 8px;
  top: 14px;
  width: 9px;
  height: 4px;
  border-bottom: solid 1px currentColor;
  border-left: solid 1px currentColor;
  transform: rotate(-45deg);
}
.component-language-switcher-dropdown ul li a:hover {
  background: rgba(17,17,17,0.05);
  text-decoration: none;
}
.component-platform-card {
  height: 100%;
}
.component-platform-card a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 24px;
  box-sizing: border-box;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(76,76,76,0.15);
  transition: all 0.35s ease;
  height: 100%;
}
.component-platform-card a:hover {
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(76,76,76,0.2);
}
.component-platform-card-image-container {
  display: flex;
  justify-content: center;
}
.component-platform-card-caption {
  color: rgba(17,17,17,0.7);
  text-align: center;
  font-size: 15px;
  margin-top: 12px;
}
.component-pricing {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1040px) {
  .component-pricing {
    display: block;
  }
}
.component-pricing-desktop {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  position: relative;
  border-radius: 8px;
}
@media only screen and (max-width: 1040px) {
  .component-pricing-desktop {
    display: none;
  }
}
.component-pricing-container {
  margin: -193px auto 0;
  padding: 0;
  position: relative;
}
.component-pricing-table {
  position: relative;
}
.component-pricing-table-container {
  display: block;
  flex-shrink: 0;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
.component-pricing-enterprise-view .component-pricing-table-main-container {
  display: none;
}
.component-pricing-table-enterprise-container {
  display: none;
  padding-top: 20px;
}
.component-pricing-enterprise-view .component-pricing-table-enterprise-container {
  display: block;
}
.component-pricing-table-enterprise-custom-plan {
  margin-top: 40px;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  transition: all 0.2s ease;
}
.component-pricing-table-columns {
  display: flex;
  justify-content: center;
  border-radius: 8px;
}
.component-pricing-dark .component-pricing-table-columns {
  background: #232323;
}
.component-pricing-button {
  position: absolute;
  top: 50%;
  margin-top: -41px;
  cursor: pointer;
  width: 100px;
  height: 82px;
  display: flex;
  z-index: 2;
  flex-direction: column;
  align-items: center;
  transition: all 0.2s ease;
}
.component-pricing-button-disabled {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 1250px) {
  .component-pricing-button {
    width: 48px;
    height: 48px;
    margin-top: -24px;
  }
}
.component-pricing-button-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #fff;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(17,17,17,0.1);
  box-shadow: 0px 4px 16px rgba(0,0,0,0.1);
  transition: all 0.2s ease;
}
.component-pricing-button:active .component-pricing-button-arrow {
  transform: scale(0.9);
}
.component-pricing-button:hover .component-pricing-button-arrow {
  background: #f3f3f3;
}
.component-pricing-button-arrow-icon {
  display: block;
  width: 20px;
  height: 20px;
  fill: #111;
}
.component-pricing-button-caption {
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  color: rgba(17,17,17,0.5);
  margin-top: 8px;
}
@media only screen and (max-width: 1250px) {
  .component-pricing-button-caption {
    display: none;
  }
}
.component-pricing-button-main-plans {
  display: none;
  right: 100%;
  margin-right: 8px;
}
@media only screen and (max-width: 1250px) {
  .component-pricing-button-main-plans {
    margin-right: -24px;
  }
}
.component-pricing-enterprise-view .component-pricing-button-main-plans {
  display: flex;
}
.component-pricing-button-enterprise-plans {
  left: 100%;
  margin-left: 8px;
}
@media only screen and (max-width: 1250px) {
  .component-pricing-button-enterprise-plans {
    margin-left: -24px;
  }
}
.component-pricing-enterprise-view .component-pricing-button-enterprise-plans {
  display: none;
}
.component-pricing-mobile {
  display: none;
  position: relative;
}
@media only screen and (max-width: 1040px) {
  .component-pricing-mobile {
    display: block;
    padding: 0 20px 20px;
  }
}
.component-pricing-mobile-table {
  display: flex;
  gap: 20px;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  margin-left: -20px;
  margin-right: -20px;
  padding: 20px;
}
.component-pricing-mobile-table::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
.component-pricing-mobile .component-pricing-table-enterprise-custom-plan {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 12px;
  right: 12px;
  text-align: center;
  margin-top: 0;
}
.component-pricing-mobile .component-pricing-table-enterprise-custom-plan.component-pricing-table-enterprise-custom-plan-visible {
  opacity: 1;
  visibility: visible;
}
.component-pricing-mobile-button-prev {
  left: 8px;
}
.component-pricing-mobile-button-next {
  right: 8px;
}
.component-pricing-plan {
  box-shadow: 0px 0px 0px 1px rgba(17,17,17,0.1);
  background: #fff;
  color: #111;
  width: 260px;
  flex-grow: 1;
}
.component-pricing-plan:first-child {
  border-radius: 8px 0 0 8px;
}
.component-pricing-plan:last-child {
  border-radius: 0 8px 8px 0;
}
.component-pricing-dark .component-pricing-plan {
  background: #232323;
  color: #fff;
}
@media only screen and (max-width: 1040px) {
  .component-pricing-plan {
    border-radius: 8px;
    flex-shrink: 0;
    scroll-snap-align: center;
    box-shadow: 0px 0px 0px 1px rgba(17,17,17,0.1), 0px 4px 16px 0px rgba(0,0,0,0.1);
  }
  .component-pricing-plan:first-child,
  .component-pricing-plan:last-child {
    border-radius: 8px;
  }
}
.component-pricing-plan-popular {
  box-shadow: 0px 4px 16px rgba(0,0,0,0.1), 0px 0px 0px 1px rgba(17,17,17,0.1);
  border-radius: 8px;
  margin: -16px 0;
  z-index: 1;
}
@media only screen and (max-width: 1040px) {
  .component-pricing-plan-popular {
    box-shadow: 0px 0px 0px 1px rgba(17,17,17,0.1), 0px 4px 16px 0px rgba(0,0,0,0.1);
    margin: 0;
  }
}
.component-pricing-plan-header {
  position: relative;
  padding: 32px 36px 0 36px;
  overflow: hidden;
  box-sizing: border-box;
}
@media only screen and (max-width: 1040px) {
  .component-pricing-plan-header {
    min-height: 116px;
  }
}
.component-pricing-plan-popular .component-pricing-plan-header {
  padding-top: 48px;
}
@media only screen and (max-width: 1040px) {
  .component-pricing-plan-popular .component-pricing-plan-header {
    padding-top: 32px;
  }
}
.component-pricing-plan-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}
.component-pricing-plan-description {
  font-size: 13px;
  line-height: 20px;
  color: rgba(17,17,17,0.7);
}
.component-pricing-dark .component-pricing-plan-description {
  color: rgba(255,255,255,0.7);
}
.component-pricing-plan-discount {
  position: absolute;
  top: 12px;
  right: 0;
  background: #f93262;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 0 6px;
  height: 20px;
  line-height: 20px;
}
.component-pricing-plan-popular .component-pricing-plan-discount {
  top: 28px;
}
.component-pricing-plan-discount::before {
  content: '';
  position: absolute;
  border-top: 5px solid #f93262;
  border-right: 2px solid #f93262;
  border-bottom: 5px solid transparent;
  border-left: 2px solid transparent;
  right: 100%;
  top: 0;
}
.component-pricing-plan-discount::after {
  content: '';
  position: absolute;
  border-bottom: 5px solid #f93262;
  border-right: 2px solid #f93262;
  border-top: 5px solid transparent;
  border-left: 2px solid transparent;
  right: 100%;
  bottom: 0;
}
.component-pricing-plan-content {
  padding: 0 36px 32px 36px;
}
.component-pricing-plan-popular .component-pricing-plan-content {
  padding-bottom: 48px;
}
@media only screen and (max-width: 1040px) {
  .component-pricing-plan-popular .component-pricing-plan-content {
    padding-bottom: 32px;
  }
}
.component-pricing-plan-price {
  display: flex;
}
.component-pricing-plan-price-container {
  margin-top: 16px;
}
.component-pricing-plan-price-wrapper {
  display: flex;
}
.component-pricing-plan-price-currency {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-size: 15px;
  line-height: 20px;
  height: 26px;
  color: rgba(17,17,17,0.5);
}
.component-pricing-dark .component-pricing-plan-price-currency {
  color: rgba(255,255,255,0.5);
}
.component-pricing-plan-price-value {
  font-weight: 600;
  font-size: 52px;
  line-height: 60px;
  margin-left: 2px;
}
.component-pricing-plan-price-period {
  font-size: 15px;
  line-height: 20px;
  height: 52px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: rgba(17,17,17,0.5);
  margin-left: 2px;
}
.component-pricing-dark .component-pricing-plan-price-period {
  color: rgba(255,255,255,0.5);
}
.component-pricing-plan-price-old {
  padding-top: 3px;
  margin-left: 8px;
  display: flex;
  height: 32px;
}
.component-pricing-plan-price-old .component-pricing-plan-price-currency {
  color: #888;
  line-height: 26px;
  margin: 0;
}
.component-pricing-plan-price-old .component-pricing-plan-price-value {
  color: #888;
  font-size: 24px;
  line-height: 32px;
  position: relative;
}
.component-pricing-plan-price-old .component-pricing-plan-price-value::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 12px;
  left: -4px;
  right: -4px;
  height: 1px;
  transform: rotate(-6deg);
  background: #888;
  box-shadow: 0px 0.5px 0px 0px #fff;
}
.component-pricing-dark .component-pricing-plan-price-old .component-pricing-plan-price-value::after {
  box-shadow: 0px 0.5px 0px 0px #232323;
}
.component-pricing-plan-price-caption {
  margin-top: 4px;
  font-size: 15px;
  line-height: 20px;
  color: rgba(17,17,17,0.5);
}
.component-pricing-dark .component-pricing-plan-price-caption {
  color: rgba(255,255,255,0.5);
}
.component-pricing-plan-price-save-yearly {
  width: 186px;
  height: 24px;
  font-size: 13px;
  line-height: 24px;
  background: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%22184%22%20height=%2224%22%20viewBox=%220%200%20184%2024%22%20fill=%22none%22%3E%3Cpath%20d=%22M183.387%205.5049C185.026%2013.9032%20178.821%2021.7831%20170.27%2022.0957C151.519%2022.7814%20119.743%2023.7705%2092.4709%2023.7705C50.7316%2023.7705%200.5%2020.7609%200.5%2020.7609L7.16063%202.87421C7.16063%202.87421%2053.2197%204.31132%2095.8697%204.31132C138.52%204.31132%20182.313%200%20182.313%200L183.387%205.5049Z%22%20fill=%22%236A8AB6%22%20fill-opacity=%220.09%22/%3E%3C/svg%3E");
  margin-top: 20px;
  text-align: center;
}
.component-pricing-plan-price-save-yearly-value {
  font-weight: bold;
}
.component-pricing-plan-price-save-yearly-placeholder {
  width: 186px;
  height: 24px;
  margin-top: 20px;
}
.component-pricing-plan-button {
  padding-left: 0;
  padding-right: 0;
}
.component-pricing-plan-button-container {
  margin-top: 20px;
}
.component-pricing-plan-features {
  margin-top: 32px;
}
.component-pricing-plan-features-item {
  margin-bottom: 12px;
  line-height: 20px;
}
.component-pricing-plan-features-item:last-child {
  margin-bottom: 0;
}
.component-pricing-plan-features-item-name {
  font-size: 15px;
  line-height: 1;
}
.component-pricing-plan-features-item-strikethrough {
  text-decoration: line-through;
  color: #989898;
}
.component-pricing-plan-features-item-bold {
  font-weight: 700;
}
.component-pricing-plan-features-item .tooltip:hover .tooltip-content {
  transition-delay: 0.3s;
}
.component-solution-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 40px;
  border-radius: 20px;
  background: #f8f8f8;
}
.component-solution-card-name {
  margin: 0;
}
.component-solution-card-name a {
  color: #111;
}
.component-solution-card-name a:hover {
  color: #111;
}
@media only screen and (max-width: 960px) {
  .component-solution-card-description {
    font-size: 15px;
    line-height: 20px;
  }
}
.component-solution-card-link {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #f93262;
}
@media only screen and (max-width: 960px) {
  .component-solution-card-link {
    gap: 2px;
  }
}
.component-solution-card-link-label {
  color: currentColor;
  font-weight: 600;
}
@media only screen and (max-width: 960px) {
  .component-solution-card-link-label {
    font-size: 15px;
    line-height: 20px;
  }
}
.component-solution-card-link-icon {
  display: block;
  width: 16px;
  height: 16px;
}
@media only screen and (max-width: 960px) {
  .component-solution-card-link-icon {
    width: 14px;
    height: 14px;
  }
}
.component-solution-card-link-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.component-solution-card-image {
  margin: 20px auto 0;
  max-width: 500px;
}
.component-solution-card-image a {
  display: block;
}
.component-solution-card-image picture,
.component-solution-card-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.component-solutions-item-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 12px;
}
.component-solutions-item-list-item {
  border-radius: 20px;
  background: #f8f8f8;
  transition: all 0.2s ease;
  max-width: 700px;
}
.component-solutions-item-list-item:hover {
  background: #ececec;
}
.component-solutions-item-list-item-link {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  height: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 960px) {
  .component-solutions-item-list-item-link {
    padding: 16px;
  }
}
.component-solutions-item-list-item-link:hover {
  text-decoration: none;
}
.component-solutions-item-list-item-icon {
  width: 32px;
  height: 32px;
  color: #f93262;
}
.component-solutions-item-list-item-icon svg {
  display: block;
  width: 32px;
  height: 32px;
  fill: currentColor;
}
.component-solutions-item-list-item-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #111;
}
@media only screen and (max-width: 960px) {
  .component-solutions-item-list-item-name {
    font-size: 18px;
    font-weight: 600;
  }
}
.component-tutorial-category-card {
  height: 100%;
}
.component-tutorial-category-card a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 24px;
  box-sizing: border-box;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(76,76,76,0.15);
  transition: all 0.35s ease;
  height: 100%;
  font-size: 24px;
  font-weight: 600;
  color: #111;
  margin: 0;
  text-align: center;
}
.component-tutorial-category-card a:hover {
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(76,76,76,0.2);
}
.component-use-case-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 40px;
  border-radius: 20px;
  background: #f8f8f8;
}
.component-use-case-card-name {
  margin: 0;
}
.component-use-case-card-name a {
  color: #111;
}
.component-use-case-card-name a:hover {
  color: #111;
}
@media only screen and (max-width: 960px) {
  .component-use-case-card-description {
    font-size: 15px;
    line-height: 20px;
  }
}
.component-use-case-card-link {
  display: flex;
  align-items: center;
  gap: 4px;
}
@media only screen and (max-width: 960px) {
  .component-use-case-card-link {
    gap: 2px;
  }
}
.component-use-case-card-link-label {
  color: currentColor;
  font-weight: 600;
}
@media only screen and (max-width: 960px) {
  .component-use-case-card-link-label {
    font-size: 15px;
    line-height: 20px;
  }
}
.component-use-case-card-link-icon {
  display: block;
  width: 16px;
  height: 16px;
}
@media only screen and (max-width: 960px) {
  .component-use-case-card-link-icon {
    width: 14px;
    height: 14px;
  }
}
.component-use-case-card-link-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.component-widget-badge-best-seller {
  color: #f93262;
}
.component-widget-badge-trending {
  color: #ea9b00;
}
.component-widget-badge-new {
  color: #0ec12f;
}
.component-widget-card {
  position: relative;
  height: 100%;
}
.component-widget-card-link {
  display: flex;
  gap: 12px;
}
.component-widget-card-link:hover {
  text-decoration: none;
}
.component-widget-card-link:hover .component-widget-card-title-text {
  text-decoration: underline;
}
.component-widget-card-icon {
  display: block;
  width: 38px;
  height: 38px;
  flex-shrink: 0;
}
.component-widget-card-icon svg {
  display: block;
  width: 38px;
  height: 38px;
  fill: #f93262;
}
.component-widget-card-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.component-widget-card-title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: #111;
}
.component-widget-card-title .component-widget-badge {
  margin-left: 4px;
}
.component-widget-card-caption {
  font-size: 15px;
  line-height: 20px;
  color: rgba(17,17,17,0.7);
}
.component-widget-card-rating {
  display: flex;
  margin-top: 6px;
}
.component-widget-card-rating-star {
  display: block;
  width: 16px;
  height: 16px;
  fill: #ffb300;
}
.component-widget-request {
  height: 100%;
}
.component-widget-request-link {
  display: flex;
  align-items: center;
  background: transparent;
  border: 2px dashed rgba(17,17,17,0.1);
  box-shadow: none;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  padding: 24px 28px;
  border-radius: 10px;
  transition: all 0.35s ease;
  height: 100%;
}
.component-widget-request-link:hover {
  text-decoration: none;
}
.component-widget-request-wrapper {
  display: block;
}
.component-widget-request-title,
.component-widget-request-title:hover {
  color: #111;
}
.component-widget-request-button {
  margin-top: 12px;
}
.component-widget-request-icon {
  width: 122px;
  height: 122px;
  position: absolute;
  right: -24px;
  bottom: -26px;
  display: block;
}
.component-template-card {
  height: 100%;
  max-width: 400px;
  box-sizing: border-box;
  padding: 12px;
  background: #f8f8f8;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
}
.component-template-card-image-container {
  position: relative;
}
.component-template-card-image-container picture,
.component-template-card-image-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.component-template-card-image-link {
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.component-template-card-image-link:hover {
  text-decoration: none;
}
.component-template-card-image-placeholder {
  display: flex;
  justify-content: center;
  align-items: center;
}
.component-template-card-image-placeholder svg {
  display: block;
  width: 25%;
  height: 25%;
  fill: #e9e9e9;
}
.component-template-card-info {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.component-template-card-name-link {
  display: block;
  color: #111;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}
.component-template-card-name-link:hover {
  text-decoration: none;
}
.component-template-card-description {
  color: rgba(17,17,17,0.7);
  font-size: 15px;
  line-height: 20px;
  margin-top: 8px;
}
.component-template-card-button-container {
  padding-top: 12px;
  margin-top: auto;
}
.component-template-card-blank {
  height: 100%;
  max-width: 400px;
  box-sizing: border-box;
  padding: 32px;
  background: #f8f8f8;
  border-radius: 16px;
  border: 2px dashed rgba(17,17,17,0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.component-template-card-blank-icon {
  display: block;
  width: 60px;
  height: 60px;
  fill: #9c9c9c;
}
.component-template-card-blank-icon-container {
  display: flex;
  justify-content: center;
  margin-bottom: 28px;
}
.component-template-card-blank-heading {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 8px;
}
.component-template-card-blank-text {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: rgba(17,17,17,0.7);
}
.component-template-card-blank-button {
  margin-top: 16px;
}
.component-template-card-blank-button-ai-generator {
  background: linear-gradient(269.6deg, #b031dd 0%, #007fed 100%);
}
.component-template-catalog {
  display: flex;
}
@media only screen and (max-width: 640px) {
  .component-template-catalog {
    display: block;
  }
}
.component-template-catalog-categories {
  width: 240px;
  margin-right: 50px;
  flex-shrink: 0;
}
@media only screen and (max-width: 960px) {
  .component-template-catalog-categories {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .component-template-catalog-categories {
    display: none;
  }
}
.component-template-catalog-categories-title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 12px;
  padding-left: 8px;
}
@media only screen and (max-width: 640px) {
  .component-template-catalog-categories-title {
    display: none;
  }
}
.component-template-catalog-categories-select {
  display: none;
  width: 100%;
  margin-bottom: 40px;
  background: #fff;
  box-sizing: border-box;
  outline: none;
  height: 50px;
  padding: 12px;
  border-radius: 4px;
  font-size: 15px;
  border: solid 1px rgba(17,17,17,0.1);
}
@media only screen and (max-width: 640px) {
  .component-template-catalog-categories-select {
    display: block;
  }
}
.component-template-catalog-categories-list-item a {
  display: block;
  color: rgba(17,17,17,0.7);
  padding: 8px;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  border-radius: 4px;
  transition: all 0.2s ease;
  text-decoration: none;
}
.component-template-catalog-categories-list-item:hover a,
.component-template-catalog-categories-list-item-active a {
  color: #111;
  background: rgba(17,17,17,0.05);
}
.component-template-catalog-content {
  flex-grow: 1;
  flex-shrink: 1;
}
.component-template-catalog-content .component-template-card,
.component-template-catalog-content .component-template-card-blank {
  margin-left: auto;
  margin-right: auto;
}
.component-template-catalog-button-container {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.page-404 {
  text-align: center;
  background: #ebe9eb;
  background: linear-gradient(45deg, #efefef 0%, #ebe9eb 100%);
  margin: -40px 0;
  padding: 40px 0;
  min-height: 400px;
  display: flex;
  align-items: center;
}
.page-404-title {
  font-weight: 300;
  font-size: 40px;
  margin: 60px 0 40px;
}
.page-404-button {
  margin: 40px 0 60px;
}
.application-create-installation-title {
  text-align: center;
  margin-bottom: 16px;
}
.application-create-installation-caption {
  color: rgba(17,17,17,0.7);
  text-align: center;
}
.application-create-installation-steps {
  margin: 24px 0;
}
.application-create-installation-steps-item {
  padding: 0 25px;
  margin-top: 50px;
}
.application-create-installation-steps-item-icon-container {
  margin-bottom: 50px;
}
.application-create-installation-steps-item-title {
  margin-bottom: 8px;
}
.application-create-installation-steps-item-text {
  color: rgba(17,17,17,0.7);
}
.application-create-content {
  padding-top: 0;
}
.application-examples-item {
  margin: 80px 0;
}
.application-examples-item:first-child {
  margin-top: 0;
}
.application-examples-item:last-child {
  margin-bottom: 0;
}
.application-examples-item-title {
  margin-bottom: 12px;
}
.application-examples-item-description {
  color: rgba(17,17,17,0.7);
}
.application-examples-item-iframe-container {
  margin-top: 40px;
}
.application-examples-item-iframe-wrapper {
  border-radius: 0 0 8px 8px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease;
}
.application-examples-item-loading .application-examples-item-iframe-wrapper {
  opacity: 0;
  visibility: hidden;
}
.application-examples-item-iframe-wrapper iframe {
  display: block;
  border: none;
  min-height: 300px;
  transition: height 1s ease;
}
.application-examples-item-loader {
  color: #c5c5c5;
  border-width: 2px;
}
.application-examples-item-loading .application-examples-item-loader {
  opacity: 1;
  visibility: visible;
}
.application-features-group {
  background: #fff;
  position: relative;
}
.application-features-group-title {
  position: absolute;
  left: 40px;
  top: 100px;
  transform: rotate(-90deg) translateX(-100%);
  transform-origin: left top;
  opacity: 0.05;
  color: #000;
  font-size: 140px;
  line-height: 140px;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .application-features-group-title {
    display: none;
  }
}
.application-overview-platforms {
  padding: 0;
  background: #fff;
}
.application-overview-selling-points {
  padding-bottom: 0;
  overflow: hidden;
}
.application-overview-selling-points-title {
  text-align: center;
  max-width: 1050px;
  margin: 0 auto;
}
.application-overview-selling-points-subtitle {
  text-align: center;
  margin-top: 16px;
  opacity: 0.7;
}
.application-overview-selling-points-list {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .application-overview-selling-points-list {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .application-overview-selling-points-list-item:not(:first-child) {
    margin-top: 32px;
  }
}
.application-overview-selling-points-list-item-icon {
  display: flex;
  align-content: center;
  justify-content: center;
  width: 67px;
  height: 67px;
  border-radius: 26px;
  background-color: #fafafa;
}
.application-overview-selling-points-list-item-icon svg {
  display: block;
  width: 40px;
}
.application-overview-selling-points-list-item-title {
  margin-bottom: 8px;
}
.application-overview-selling-points-list-item-text {
  opacity: 0.7;
}
.application-overview-selling-points-counters {
  margin-top: 60px;
}
.application-overview-selling-points-counters .counters-item-value {
  background-image: linear-gradient(180deg, #ffc63f, #fd3358);
}
.application-overview-selling-points-cta {
  padding: 120px 0;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .application-overview-selling-points-cta {
    padding: 60px 0;
  }
}
.application-overview-selling-points-cta-inner {
  position: relative;
  z-index: 1;
}
.application-overview-selling-points-cta:before {
  content: '2,000,000+';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 100%;
  height: 100%;
  font-size: 250px;
  font-weight: bold;
  line-height: 1.3;
  color: #f8f8f8;
}
@media only screen and (max-width: 1024px) {
  .application-overview-selling-points-cta:before {
    display: none;
  }
}
.application-overview-selling-points-cta-title {
  margin-bottom: 12px;
}
.application-overview-selling-points-cta-text {
  opacity: 0.7;
}
.application-overview-selling-points-cta-button {
  margin-top: 24px;
}
.application-overview-features {
  background-color: #111;
  color: #fff;
}
.application-overview-features-title {
  text-align: center;
  color: #fff;
}
.application-overview-features-wrapper {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .application-overview-features-wrapper {
    margin-top: 20px;
  }
}
.application-overview-features-item {
  padding: 80px 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .application-overview-features-item {
    padding: 40px 0;
  }
}
.application-overview-features-item:last-child {
  padding-bottom: 0;
}
.application-overview-features-item-white {
  background: #fff;
  color: #111;
}
.application-overview-features-item-image {
  display: flex;
  width: 100%;
}
.application-overview-features .application-overview-features-item-image-left .application-overview-features-item-image {
  justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  .application-overview-features .application-overview-features-item-image-left .application-overview-features-item-image {
    margin: 0;
    margin-bottom: 24px;
    justify-content: center;
    align-items: center;
  }
  .application-overview-features .application-overview-features-item-image-left .application-overview-features-item-image img {
    max-width: 100%;
    height: auto;
  }
}
.application-overview-features .application-overview-features-item-image-right .application-overview-features-item-image {
  justify-content: flex-start;
}
@media only screen and (max-width: 768px) {
  .application-overview-features .application-overview-features-item-image-right .application-overview-features-item-image {
    margin: 0;
    margin-bottom: 24px;
    justify-content: center;
    align-items: center;
  }
  .application-overview-features .application-overview-features-item-image-right .application-overview-features-item-image img {
    max-width: 100%;
    height: auto;
  }
}
.application-overview-features .application-overview-features-item-image-center .application-overview-features-item-image {
  display: block;
  margin-top: 48px;
}
.application-overview-features .application-overview-features-item-image-center .application-overview-features-item-image img {
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .application-overview-features .application-overview-features-item-image-center .application-overview-features-item-image {
    margin: 0;
    margin-bottom: 24px;
    justify-content: center;
    align-items: center;
  }
  .application-overview-features .application-overview-features-item-image-center .application-overview-features-item-image img {
    max-width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .application-overview-features-item-image-right .application-overwiev-features-item-image-container {
    order: 0;
  }
  .application-overview-features-item-image-right .application-overwiev-features-item-description-container {
    order: 1;
  }
}
.application-overview-features-item-image-center .testimonial {
  max-width: 830px;
  margin: 0 auto;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .application-overview-features-item-image-center .application-overwiev-features-item-image-container {
    order: 0;
  }
  .application-overview-features-item-image-center .application-overwiev-features-item-description-container {
    order: 1;
  }
}
.application-overview-features .application-overview-features-item-image-center .application-overview-features-item-description {
  text-align: center;
}
.application-overview-features-item-description-subtitle {
  opacity: 0.6;
}
.application-overview-features-item-description-title {
  color: #fff;
  margin: 16px 0;
}
.application-overview-features-item-white .application-overview-features-item-description-title {
  color: #111;
}
.application-overview-features-item-description-text-inner {
  opacity: 0.7;
  margin-top: 14px;
}
.application-overview-features-item-description-text-learn-more {
  color: #fff;
  white-space: nowrap;
}
.application-overview-features-item-white .application-overview-features-item-description-text-learn-more {
  color: #111;
}
.application-overview-features-item-description-text-learn-more-icon {
  fill: #fff;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: text-bottom;
  transition: all 0.2s ease;
}
.application-overview-features-item-white .application-overview-features-item-description-text-learn-more-icon {
  fill: #111;
}
.application-overview-features-item-description-text-learn-more:hover .application-overview-features-item-description-text-learn-more-icon {
  transform: translateX(3px);
}
.application-overview-features-item-description-text-learn-more-icon svg {
  display: block;
  width: 20px;
  height: 20px;
}
.application-overview-features-item .testimonial {
  margin-top: 52px;
}
.application-overview-features-item-cta {
  color: #f93262;
  margin-top: 52px;
}
.application-overview-features-item-cta-icon {
  fill: #f93262;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: text-bottom;
  transition: all 0.2s ease;
}
.application-overview-features-item-cta a:hover .application-overview-features-item-cta-icon {
  transform: translateX(3px);
}
.application-overview-features-item-cta-icon svg {
  display: block;
  width: 20px;
  height: 20px;
}
.application-overview-why-title {
  margin-bottom: 16px;
}
.application-overview-why-content-caption {
  max-width: 50%;
  margin-bottom: 40px;
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  .application-overview-why-content-caption {
    max-width: 100%;
  }
}
.application-overview-why-content-item {
  margin-top: 40px;
}
.application-overview-why-content-item-title {
  margin-top: 40px;
}
.application-overview-why-content-item-text {
  margin-top: 8px;
  opacity: 0.7;
}
.application-overview-testimonials {
  background: url(/wp-content/themes/elfsight/frontend/assets/img/application-overview-testimonials-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.application-overview-testimonials-title {
  margin-bottom: 35px;
  margin-top: 0;
  color: #fff;
}
.application-overview-testimonials-item {
  padding: 25px 0;
}
.application-overview-testimonials-item-inner {
  padding: 40px;
  background: #fff;
  box-shadow: 0 22px 34px rgba(0,0,0,0.2);
  border-radius: 10px;
}
.application-overview-testimonials-item-author {
  display: flex;
  align-items: center;
}
.application-overview-testimonials-item-author-image {
  position: absolute;
  min-width: 100%;
  max-height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.application-overview-testimonials-item-author-image-container {
  position: relative;
  min-width: 40px;
  min-height: 40px;
  max-width: 40px;
  max-height: 40px;
  margin: 0;
  margin-right: 16px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 50%;
}
.application-overview-testimonials-item-author-info-position {
  margin-top: 2px;
  opacity: 0.7;
}
.application-overview-testimonials-item-stars {
  align-self: baseline;
  margin-left: 16px;
  white-space: nowrap;
  display: inline-flex;
  margin-top: 2px;
}
.application-overview-testimonials-item-stars-item {
  display: inline-block;
  margin-right: 2px;
  width: 14px;
  height: 14px;
}
.application-overview-testimonials-item-stars-item svg {
  fill: #ffb400;
  display: block;
}
.application-overview-testimonials-item-text {
  margin-top: 12px;
}
.application-overview-template-catalog {
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.application-overview-faq-title {
  text-align: center;
}
.application-overview-faq .faq {
  margin-top: 60px;
}
.page-app-overview-hero {
  display: flex;
  flex-direction: column;
  padding: 60px 0 80px;
  overflow: hidden;
}
@media only screen and (max-width: 1400px) {
  .page-app-overview-hero {
    padding-top: 120px;
  }
}
.page-app-overview-hero .inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.page-app-overview-hero-main {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media only screen and (max-width: 1400px) {
  .page-app-overview-hero-main {
    flex-direction: column;
    gap: 0;
  }
}
.page-app-overview-hero-info {
  width: 540px;
  flex-shrink: 0;
}
@media only screen and (max-width: 1400px) {
  .page-app-overview-hero-info {
    width: 830px;
    max-width: 100%;
    text-align: center;
  }
}
.page-app-overview-hero-eyebrow {
  display: inline-block;
  background: linear-gradient(90deg, #bc36d8, #fd3459 53%, #ff8b1f 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 50px;
  font-weight: 700;
  line-height: 56px;
}
@media only screen and (max-width: 768px) {
  .page-app-overview-hero-eyebrow {
    font-size: 40px;
    line-height: 48px;
  }
}
.page-app-overview-hero-eyebrow .application-overview-hero-title-epithets {
  color: #111;
}
.page-app-overview-hero-eyebrow .application-overview-hero-title-epithets-item {
  position: relative;
  right: auto;
  left: 0;
}
.page-app-overview-hero-eyebrow .application-overview-hero-title-epithets-item::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #bc36d8, #fd3459 53%, #ff8b1f 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: -1;
}
.page-app-overview-hero-title {
  margin: 0;
}
.page-app-overview-hero-text {
  margin-top: 16px;
  font-size: 20px;
  line-height: 28px;
}
.page-app-overview-hero-action {
  margin-top: 48px;
  display: inline-flex;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .page-app-overview-hero-action {
    margin-top: 32px;
  }
}
.page-app-overview-hero-action .button {
  flex-grow: 1;
}
.page-app-overview-hero-action-caption {
  text-align: center;
  margin-top: 8px;
  font-size: 15px;
  line-height: 18px;
  color: rgba(17,17,17,0.5);
}
.page-app-overview-hero-image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 880px;
  flex-shrink: 0;
  max-width: 50vw;
}
@media only screen and (max-width: 1400px) {
  .page-app-overview-hero-image {
    max-width: 100%;
    margin-top: 32px;
  }
}
.page-app-overview-hero-image-wrapper {
  width: 100%;
  padding-bottom: 91%;
}
.page-app-overview-hero-image-website {
  width: 100%;
  height: auto;
  flex-shrink: 0;
  position: absolute;
  top: 7.25%;
  left: 10.682%;
}
.page-app-overview-hero-image-shadow {
  background: linear-gradient(0deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.15) 100%);
  background-color: rgba(255,73,0,0.2);
  filter: blur(35px);
  position: relative;
  top: -2.875%;
  left: -7.841%;
  max-width: 100%;
}
.page-app-overview-hero-image-shadow-container {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 7.25%;
  left: 10.682%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 12px;
  z-index: 1;
}
.page-app-overview-hero-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  height: auto;
  z-index: 2;
}
.page-app-overview-hero-clients {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1400px) {
  .page-app-overview-hero-clients {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1400px) and (max-width: 960px) {
  .page-app-overview-hero {
    padding-top: 108px;
  }
}
.page-app-overview-demo {
  background: linear-gradient(0deg, rgba(0,0,0,0.08) 0%, rgba(0,0,0,0.08) 100%), linear-gradient(90deg, #a83fbe -20.16%, #fd3459 49.45%, #ffc73f 112.16%);
  padding-top: 80px;
  padding-bottom: 100px;
  color: #fff;
}
.page-app-overview-demo .application-demo {
  background: none;
}
.page-app-overview-coming-soon-catalog {
  background: #fafafa;
}
.page-app-overview-coming-soon-catalog-button-container {
  margin-top: 40px;
  text-align: center;
}
.page-app-overview-related {
  background: #2f343b;
}
.page-app-overview-related-title {
  color: #fff;
  text-align: center;
}
.page-app-overview-related .component-widgets-catalog {
  margin-top: 40px;
}
.page-app-overview-related .component-widget-card {
  padding: 24px;
  background: #fff;
  border-radius: 16px;
  box-sizing: border-box;
}
.page-app-overview-upcoming .page-app-overview-hero {
  padding-top: 140px;
  border-bottom: 1px solid rgba(17,17,17,0.1);
}
.page-app-overview-upcoming .page-app-overview-hero-main {
  justify-content: center;
}
.page-app-overview-upcoming .page-app-overview-hero-info {
  width: 830px;
  max-width: 100%;
  text-align: center;
}
.page-app-overview-upcoming .page-app-overview-hero-clients {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .page-app-overview-upcoming .page-app-overview-hero-clients {
    margin-top: 60px;
  }
}
.page-app-overview-upcoming-hero-badge {
  margin-bottom: 16px;
}
.page-app-overview-upcoming-hero-image {
  padding-top: 160px;
  position: relative;
}
@media only screen and (max-width: 960px) {
  .page-app-overview-upcoming-hero-image {
    padding-top: 100px;
  }
}
.page-app-overview-upcoming-hero-image-decoration {
  position: absolute;
  top: 24px;
  width: 1112px;
  height: 491px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 960px) {
  .page-app-overview-upcoming-hero-image-decoration {
    width: calc(100% + 80px);
    height: auto;
  }
}
.page-app-overview-upcoming-hero-image::after {
  content: '';
  position: absolute;
  width: 770px;
  height: 1px;
  background: rgba(17,17,17,0.1);
  bottom: 0;
  left: 50%;
  margin-left: -385px;
}
.page-app-overview-upcoming-hero-image img {
  display: block;
  position: relative;
  z-index: 1;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.application-platform-codecanyon .rating {
  height: 0;
  position: absolute;
}
.application-platform-codecanyon .page-hero {
  background: #72b724;
  position: relative;
  padding-bottom: 0;
}
.application-platform-codecanyon .page-hero::before,
.application-platform-codecanyon .page-hero::after {
  content: none;
}
.application-platform-codecanyon .application-platform-content-heading {
  width: 100%;
  text-align: center;
  margin-bottom: 76px;
}
.application-platform-codecanyon .application-demo {
  background: #72b724;
}
.application-platform-codecanyon .application-platform-pricing {
  background: #000;
}
.application-platform-codecanyon .application-platform-pricing-heading-title,
.application-platform-codecanyon .application-platform-pricing-heading-text {
  color: #fff;
}
.application-platform-codecanyon .application-platform-pricing-table-column-icon {
  width: 50px;
  height: 50px;
}
.application-platform-content {
  position: relative;
  padding: 80px 0;
}
.application-platform-content-screenshots {
  margin-bottom: 100px;
  height: auto;
  overflow: visible;
}
.application-platform-content-screenshots .eui-slider-container {
  overflow: hidden;
  border-radius: 10px;
}
.application-platform-content-screenshots .eui-slider-slide {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  margin: 0;
}
.application-platform-content-screenshots .eui-slider-slide img {
  max-height: 500px;
  max-width: 100%;
  height: auto;
  display: block;
}
.application-platform-content-screenshots .eui-slider-slide figcaption {
  text-align: center;
  margin-top: 12px;
}
.application-platform-content-screenshots .eui-slider-arrow {
  height: 32px;
  width: 32px;
  background-color: rgba(0,0,0,0.05);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.application-platform-content-screenshots .eui-slider-arrow:hover {
  background: rgba(0,0,0,0.08);
}
.application-platform-content-screenshots .eui-slider-arrow svg {
  display: block;
  width: 6px;
  height: 10px;
  fill: #808080;
}
.application-platform-content-screenshots .eui-slider-arrows {
  position: absolute;
  width: 100%;
  height: 32px;
  margin-top: 12px;
  display: flex;
  justify-content: center;
}
.application-platform-content-screenshots .eui-slider-indication {
  margin: 0 12px;
  display: inline-flex;
  align-items: center;
  min-width: 40px;
  justify-content: center;
}
.application-platform-content-screenshots .eui-slider-indication-item-divider {
  margin: 0 4px;
}
.application-platform-content-item {
  padding: 30px 0;
}
.application-platform-content-item:first-child {
  padding-top: 0;
}
.application-platform-content-item:last-child {
  padding-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .application-platform-content-sidebar {
    display: none;
  }
}
.application-platform-content-sidebar-inner {
  position: sticky;
  top: 120px;
}
.application-platform-content-sidebar-item {
  background: #fafafa;
  padding: 20px 24px;
  margin-bottom: 20px;
}
.application-platform-content-sidebar-item:last-child {
  margin-bottom: 0;
}
.application-platform-content-sidebar-item-official {
  display: flex;
  padding: 8px 14px;
}
.application-platform-content-sidebar-item-official-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
  display: block;
  width: 24px;
  height: 24px;
}
.application-platform-content-sidebar-item-official-icon svg {
  display: block;
  width: 24px;
  height: 24px;
  fill: currentColor;
}
.application-platform-content-sidebar-item-official-icon-wrapper {
  display: flex;
  justify-content: center;
  align-content: center;
  position: relative;
  width: 42px;
  height: 46px;
  margin-right: 14px;
}
.application-platform-content-sidebar-item-official-icon-bg {
  display: block;
  width: 42px;
  height: 46px;
  fill: #fff;
}
.application-platform-content-sidebar-item-official-label {
  line-height: 46px;
}
.application-platform-content-sidebar-item-price-main {
  display: flex;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 16px;
}
.application-platform-content-sidebar-item-price-main-label {
  color: #4d4d4d;
}
.application-platform-content-sidebar-item-price-main-info {
  margin-left: auto;
  text-align: right;
}
.application-platform-content-sidebar-item-price-main-value {
  color: #111;
}
.application-platform-content-sidebar-item-price-main-trial {
  color: #696969;
  margin-top: 4px;
}
.application-platform-content-sidebar-item-price-features {
  margin-top: 18px;
}
.application-platform-content-sidebar-item-price-features-item {
  color: #111;
  margin-bottom: 8px;
  padding-left: 28px;
  position: relative;
}
.application-platform-content-sidebar-item-price-features-item:last-child {
  margin-bottom: 0;
}
.application-platform-content-sidebar-item-price-features-item:before {
  content: "";
  display: block;
  position: absolute;
  left: 3px;
  top: 13px;
  width: 6px;
  height: 2px;
  transform: rotateZ(45deg);
  background: #0ec12f;
  border-radius: 2px;
}
.application-platform-content-sidebar-item-price-features-item:after {
  content: "";
  display: block;
  position: absolute;
  left: 6px;
  top: 11px;
  width: 12px;
  height: 2px;
  transform: rotateZ(-45deg);
  background: #0ec12f;
  border-radius: 2px;
}
.application-platform-content-sidebar-item-price-button {
  margin-top: 26px;
}
.application-platform-content-sidebar-item-coming-soon-app-card {
  display: flex;
  gap: 12px;
  align-items: center;
}
.application-platform-content-sidebar-item-coming-soon-app-card-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(17,17,17,0.1);
}
.application-platform-content-sidebar-item-coming-soon-app-card-icon svg {
  display: block;
  width: 24px;
  height: 24px;
  fill: currentColor;
}
.application-platform-content-sidebar-item-coming-soon-app-card-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
.application-platform-content-sidebar-item-coming-soon-app-card-text {
  font-size: 13px;
  color: rgba(17,17,17,0.7);
}
.application-platform-content-sidebar-item-coming-soon-text {
  margin-top: 18px;
  font-size: 15px;
  line-height: 20px;
  color: #111;
}
.application-platform-content-sidebar-item-coming-soon-button {
  margin-top: 26px;
}
.application-platform-content-sidebar-item-rating {
  display: flex;
}
.application-platform-content-sidebar-item-rating-label {
  color: #4d4d4d;
  line-height: 16px;
}
.application-platform-content-sidebar-item-rating-value {
  display: flex;
  margin-left: auto;
}
.application-platform-content-sidebar-item-rating-star {
  display: block;
  width: 20px;
  height: 20px;
  fill: #ffb300;
}
.application-platform-content-sidebar-item-attributes-item {
  display: flex;
  margin-bottom: 16px;
}
.application-platform-content-sidebar-item-attributes-item:last-child {
  margin-bottom: 0;
}
.application-platform-content-sidebar-item-attributes-item-name {
  color: #4d4d4d;
  width: 50%;
}
.application-platform-content-sidebar-item-attributes-item-content {
  color: #111;
  width: 50%;
}
.application-platform-content-sidebar-item-tags {
  display: flex;
}
.application-platform-content-sidebar-item-tags-label {
  color: #4d4d4d;
  width: 50%;
}
.application-platform-content-sidebar-item-tags-content {
  color: #111;
  width: 50%;
}
.application-platform-content-sidebar-item-tags-content a,
.application-platform-content-sidebar-item-tags-content span {
  color: #111;
}
.application-platform-content-sidebar-item-platforms-title {
  color: #4d4d4d;
}
.application-platform-content-sidebar-item-platforms-list {
  margin-top: 12px;
}
.application-platform-content-sidebar-item-platforms-list-item a {
  color: #111;
}
.application-platform-coming-soon-catalog {
  background: #fafafa;
}
.application-platform-coming-soon-catalog-button-container {
  margin-top: 40px;
  text-align: center;
}
.application-platform-templates {
  padding-top: 0;
}
.application-platform-templates .inner {
  padding-top: 80px;
  border-top: 1px solid #e0e0e0;
}
.application-platform-pricing {
  background: #fafafa;
}
.application-platform-pricing-heading {
  text-align: center;
}
.application-platform-pricing-heading-text {
  color: #6e6e6e;
}
.application-platform-pricing-table {
  display: flex;
  justify-content: center;
  margin-top: 54px;
}
@media only screen and (max-width: 480px) {
  .application-platform-pricing-table {
    margin-top: 40px;
    display: block;
  }
}
.application-platform-pricing-table-column {
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 0 11px 16px rgba(0,0,0,0.1);
  width: 390px;
  padding: 40px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .application-platform-pricing-table-column {
    padding: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .application-platform-pricing-table-column {
    width: 100%;
    margin: 0 auto 40px;
  }
}
.application-platform-pricing-table-column + .application-platform-pricing-table-column {
  margin-left: 50px;
}
@media only screen and (max-width: 960px) {
  .application-platform-pricing-table-column + .application-platform-pricing-table-column {
    margin-left: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .application-platform-pricing-table-column + .application-platform-pricing-table-column {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .application-platform-pricing-table-column + .application-platform-pricing-table-column {
    margin: 0 auto 40px;
  }
}
.application-platform-pricing-table-column + .application-platform-pricing-table-column .application-platform-pricing-table-column-title-caption {
  min-height: 48px;
}
@media only screen and (max-width: 480px) {
  .application-platform-pricing-table-column + .application-platform-pricing-table-column .application-platform-pricing-table-column-title-caption {
    min-height: 0;
  }
}
.application-platform-pricing-table-column-icon {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto 12px;
}
.application-platform-pricing-table-column-icon svg {
  display: block;
  width: 40px;
  height: 40px;
  fill: currentColor;
}
.application-platform-pricing-table-column-title {
  margin-bottom: 36px;
}
.application-platform-pricing-table-column-title-caption {
  color: rgba(17,17,17,0.7);
  margin-top: 2px;
}
.application-platform-pricing-table-column-price {
  margin: 0 0 36px;
}
.application-platform-pricing-table-column-price-caption {
  color: rgba(17,17,17,0.7);
}
.application-platform-pricing-table-column-features {
  text-align: left;
  min-height: 120px;
}
.application-platform-pricing-table-column-features-item {
  margin-bottom: 4px;
  padding-left: 28px;
  position: relative;
}
.application-platform-pricing-table-column-features-item:last-child {
  margin-bottom: 0;
}
.application-platform-pricing-table-column-features-item:before {
  content: "";
  display: block;
  position: absolute;
  left: 3px;
  top: 13px;
  width: 6px;
  height: 2px;
  transform: rotateZ(45deg);
  background: #0ec12f;
  border-radius: 2px;
}
.application-platform-pricing-table-column-features-item:after {
  content: "";
  display: block;
  position: absolute;
  left: 6px;
  top: 11px;
  width: 12px;
  height: 2px;
  transform: rotateZ(-45deg);
  background: #0ec12f;
  border-radius: 2px;
}
.application-platform-pricing-table-column-button {
  margin-top: 40px;
}
.application-platform-related-apps {
  background: #2f343b;
}
.application-platform-related-apps-title {
  color: #fff;
  text-align: center;
}
.application-platform-related-apps .component-widget-card {
  padding: 24px;
  background: #fff;
  border-radius: 16px;
  box-sizing: border-box;
}
.page-app-platform-hero-info-heading {
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 1400px) {
  .page-app-platform-hero-info-heading {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.page-app-platform-hero-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  border-radius: 24px;
  flex-shrink: 0;
  margin-top: 8px;
}
@media only screen and (max-width: 1400px) {
  .page-app-platform-hero-icon {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-app-platform-hero-icon {
    width: 60px;
    height: 60px;
    border-radius: 20px;
  }
}
.page-app-platform-hero-icon svg {
  display: block;
  width: 48px;
  height: 48px;
  fill: #fff;
}
@media only screen and (max-width: 768px) {
  .page-app-platform-hero-icon svg {
    width: 36px;
    height: 36px;
  }
}
.page-app-platform-hero-meta {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 20px;
}
@media only screen and (max-width: 1400px) {
  .page-app-platform-hero-meta {
    justify-content: center;
  }
}
.page-app-platform-hero-meta-item {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}
.page-app-platform-hero-meta-separator {
  display: block;
  width: 2px;
  height: 2px;
  background: #111;
  border-radius: 50%;
}
.page-app-platform-hero-meta-rating {
  display: flex;
  gap: 2px;
  align-items: center;
}
.page-app-platform-hero-meta-rating-icon {
  width: 14px;
  height: 14px;
  fill: #111;
}
.page-app-platform-demo-container .page-app-overview-demo {
  background: transparent;
}
.page-app-platform-template-catalog {
  position: relative;
}
.page-app-platform-template-catalog::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(1310px - 20px * 2);
  max-width: 100%;
  height: 1px;
  background: rgba(17,17,17,0.1);
}
.page-app-platform-template-catalog-heading {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1000px) {
  .page-app-platform-template-catalog-heading {
    justify-content: center;
  }
}
@media only screen and (max-width: 1000px) {
  .page-app-platform-template-catalog-heading-main {
    text-align: center;
  }
}
.page-app-platform-template-catalog-heading-action {
  margin-left: auto;
  padding-left: 40px;
}
@media only screen and (max-width: 1000px) {
  .page-app-platform-template-catalog-heading-action {
    display: none;
  }
}
.page-app-platform-template-catalog .component-template-catalog-button-container {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .page-app-platform-template-catalog .component-template-catalog-button-container {
    display: flex;
  }
}
.page-app-pricing .page-hero {
  padding-bottom: 288px;
}
@media only screen and (max-width: 960px) {
  .page-app-pricing .page-hero {
    padding-bottom: 260px;
  }
}
.application-pricing-content {
  margin: -192px auto 0;
  padding: 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .application-pricing-content {
    margin-top: -210px;
  }
}
.application-pricing-features {
  margin-top: 76px;
}
@media only screen and (max-width: 1024px) {
  .application-pricing-features {
    margin-top: 40px;
  }
}
.page-applications-content {
  padding: 60px 0 100px;
}
.page-app-template-hero {
  background-image: radial-gradient(circle, #df9e03 0%, #e83a5a 50%, #7a0792 100%);
}
.page-app-template-hero-rating-container {
  padding: 20px;
  background: rgba(255,255,255,0.1);
  border-radius: 20px;
  margin-left: auto;
  box-sizing: border-box;
  max-width: 220px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page-app-template-hero-rating-container {
    margin-right: auto;
    margin-top: 20px;
  }
}
.page-app-template-hero-rating .rating {
  margin-bottom: 8px;
}
.page-app-template-hero-rating-text {
  font-size: 13px;
  line-height: 20px;
}
.page-app-template-hero-rating-link {
  color: #fff;
  text-decoration: underline;
}
.page-app-template-hero .application-demo {
  background: transparent;
  padding-top: 60px;
  padding-bottom: 60px;
}
.page-app-template-hero-features {
  display: flex;
  flex-wrap: nowrap;
  gap: 40px;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: -20px;
  margin-right: -20px;
}
.page-app-template-hero-features::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
.page-app-template-hero-features-block {
  background: rgba(255,255,255,0.1);
  border-radius: 20px;
  padding: 32px;
  box-sizing: border-box;
  flex-shrink: 0;
}
.page-app-template-hero-features-service {
  width: 313px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.page-app-template-hero-features-service-item {
  display: flex;
  align-items: center;
}
.page-app-template-hero-features-service-item-icon {
  width: 18px;
  height: 18px;
  fill: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -9px 0 0 -9px;
}
.page-app-template-hero-features-service-item-icon-wrapper {
  width: 32px;
  height: 32px;
  position: relative;
  margin-right: 6px;
}
.page-app-template-hero-features-service-item-icon-bg {
  display: block;
  width: 32px;
  height: 32px;
  fill: rgba(255,255,255,0.1);
}
.page-app-template-hero-features-service-item-text {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}
.page-app-template-hero-features-app {
  width: 563px;
}
.page-app-template-hero-features-app-headline {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 8px;
}
.page-app-template-hero-features-app ul {
  margin: 0;
  padding: 0;
  column-count: 2;
}
.page-app-template-hero-features-app ul li {
  display: block;
  position: relative;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  padding-left: 26px;
}
.page-app-template-hero-features-app ul li::before {
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMy41MjkyIDMuNTI4NjRDMTMuNzg5NiAzLjI2ODI5IDE0LjIxMTcgMy4yNjgyOSAxNC40NzIxIDMuNTI4NjRDMTQuNzEyNCAzLjc2ODk2IDE0LjczMDkgNC4xNDcxMSAxNC41Mjc1IDQuNDA4NjRMMTQuNDcyMSA0LjQ3MTQ0TDYuMjIyMDYgMTIuNzIxNEM1Ljk4MTczIDEyLjk2MTggNS42MDM1OCAxMi45ODAzIDUuMzQyMDUgMTIuNzc2OUw1LjI3OTI1IDEyLjcyMTRMMS41MjkyNSA4Ljk3MTQ1QzEuMjY4OSA4LjcxMTEgMS4yNjg5IDguMjg4OTkgMS41MjkyNSA4LjAyODY0QzEuNzY5NTcgNy43ODgzMSAyLjE0NzcyIDcuNzY5ODMgMi40MDkyNSA3Ljk3MzE4TDIuNDcyMDYgOC4wMjg2NEw1Ljc1MDY1IDExLjMwNjdMMTMuNTI5MiAzLjUyODY0WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==");
}
.page-app-template-hero-features-app ul li:last-child {
  margin-bottom: 0;
}
.page-app-template-hero-features-app ul li a {
  color: #fff;
  text-decoration: underline;
}
.page-app-template-hero-features-app ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
.page-app-template-hero-features-additional {
  width: 313px;
}
.page-app-template-hero-features-categories-headline {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 6px;
}
.page-app-template-hero-features-categories-content {
  line-height: 20px;
}
.page-app-template-hero-features-categories-item {
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
}
.page-app-template-hero-platforms {
  margin-top: 40px;
  margin-bottom: -48px;
}
@media only screen and (max-width: 768px) {
  .has-page-header .page-app-template-hero-platforms {
    margin-bottom: -40px;
  }
}
.page-app-template-hero-platforms .platforms-list-item {
  filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(174deg) brightness(111%) contrast(101%);
  opacity: 0.6;
}
.page-app-template-hero-platforms .platforms-list-item img {
  filter: grayscale(1) brightness(0) saturate(100%);
}
.page-app-template-catalog-heading {
  text-align: center;
  margin-bottom: 40px;
}
.page-app-template-catalog-eyebrow {
  display: inline-block;
  color: #f93262;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  padding: 0 8px;
  background: rgba(249,50,98,0.1);
  border-radius: 4px;
  margin-bottom: 8px;
}
.page-app-template-catalog-headline {
  margin: 0;
}
.page-app-template-catalog-subheading {
  font-size: 18px;
  line-height: 28px;
  color: rgba(17,17,17,0.7);
  margin-top: 4px;
}
.page-app-template-content .carousel {
  margin-left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .page-app-template-content .carousel {
    margin-bottom: 20px;
  }
}
.page-app-template-content .review-card {
  width: 410px;
}
.templates-hero {
  text-align: left;
  padding-top: 48px;
  padding-bottom: 48px;
}
.has-page-header .templates-hero {
  padding-top: 108px;
}
@media only screen and (max-width: 960px) {
  .has-page-header .templates-hero {
    padding-top: 108px;
  }
}
@media only screen and (max-width: 768px) {
  .has-page-header .templates-hero {
    padding: 100px 0 40px 0;
  }
}
.templates-hero::before,
.templates-hero::after {
  content: none;
}
.templates-hero-top {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .templates-hero-top {
    display: block;
  }
}
.templates-hero-main {
  margin-right: 40px;
}
@media only screen and (max-width: 960px) {
  .templates-hero-main {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .templates-hero-main {
    margin-right: 0;
  }
}
.templates-hero .page-hero-title {
  margin-top: 12px;
}
@media only screen and (max-width: 768px) {
  .templates-hero .page-hero-title {
    text-align: center;
  }
}
.templates-hero .page-hero-text {
  font-size: 15px;
  line-height: 20px;
  color: rgba(255,255,255,0.7);
}
@media only screen and (max-width: 768px) {
  .templates-hero .page-hero-text {
    text-align: center;
  }
}
.templates-content {
  background: #f8f8f8;
}
.page-app-templates-hero {
  background-image: radial-gradient(at bottom center, #e83a5a 0%, #7a0792 100%);
}
.page-app-templates-hero-badges {
  margin: 0 0 0 auto;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .page-app-templates-hero-badges {
    margin-top: 20px;
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .page-app-templates-hero-badges-image {
    max-width: 180px;
  }
}
.page-app-templates-catalog {
  padding: 60px 0 100px;
}
@media only screen and (max-width: 768px) {
  .page-app-templates-catalog {
    padding-bottom: 60px;
  }
}
.page-blog-post-hero {
  display: flex;
  border-bottom: 1px solid rgba(17,17,17,0.1);
  background: var(--hero-theme-color, #d5e6ff);
  background-image: linear-gradient(90deg, rgba(255,255,255,0.9) 33%, rgba(255,255,255,0) 100%);
  overflow: hidden;
}
@media only screen and (max-width: 740px) {
  .page-blog-post-hero {
    background-image: linear-gradient(180deg, rgba(255,255,255,0.9) 33%, rgba(255,255,255,0) 100%);
  }
}
.page-blog-post-hero-center {
  text-align: center;
}
.page-blog-post-hero-center .inner {
  max-width: 830px;
}
.page-blog-post-hero .inner {
  display: flex;
  align-items: center;
  min-height: 500px;
  max-height: 600px;
  width: 100%;
}
@media only screen and (max-width: 740px) {
  .page-blog-post-hero .inner {
    flex-direction: column;
    justify-content: center;
    min-height: 0;
    max-height: none;
    text-align: center;
  }
}
.page-blog-post-hero-info {
  display: flex;
  flex-direction: column;
  padding: 40px 0;
  max-width: 720px;
  flex-shrink: 0;
}
@media only screen and (max-width: 1100px) {
  .page-blog-post-hero-info {
    flex-shrink: 1;
  }
}
.page-blog-post-hero-center .page-blog-post-hero-info {
  align-items: center;
}
.page-blog-post-hero-language {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 740px) {
  .page-blog-post-hero-language {
    justify-content: center;
  }
}
.page-blog-post-hero-language-label {
  font-size: 15px;
  font-weight: 600;
  margin-right: 4px;
}
.page-blog-post-hero-language .component-language-switcher:hover .component-language-switcher-toggle .component-language-switcher-toggle-text,
.page-blog-post-hero-language .component-language-switcher-toggle-open .component-language-switcher-toggle-text {
  color: #197bff;
}
.page-blog-post-hero-language .component-language-switcher:hover .component-language-switcher-toggle .component-language-switcher-toggle-arrow-icon,
.page-blog-post-hero-language .component-language-switcher-toggle-open .component-language-switcher-toggle-arrow-icon {
  fill: #197bff;
}
.page-blog-post-hero-image {
  min-width: 300px;
  max-width: 500px;
  margin-left: 50px;
}
@media only screen and (max-width: 1100px) {
  .page-blog-post-hero-image {
    max-width: 300px;
    flex-shrink: 0;
  }
}
@media only screen and (max-width: 740px) {
  .page-blog-post-hero-image {
    height: 250px;
    max-width: 500px;
    width: 100%;
    margin: 0;
    position: relative;
  }
}
.page-blog-post-hero-image img {
  max-height: 600px;
  display: block;
}
.page-blog-post-hero-image img.page-blog-post-image-rounded {
  border-radius: 20px;
}
@media only screen and (max-width: 740px) {
  .page-blog-post-hero-image img {
    max-width: 100%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
  }
}
.page-blog-post-hero-action {
  margin-top: 24px;
}
.page-blog-post-hero-action-button {
  padding-left: 32px;
  padding-right: 32px;
}
.page-blog-post-hero-action-button:hover {
  text-decoration: none;
}
.page-blog-post-hero-meta {
  margin-top: 48px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 740px) {
  .page-blog-post-hero-meta {
    justify-content: center;
  }
}
.page-blog-post-hero-center .page-blog-post-hero-meta {
  justify-content: center;
}
.page-blog-post-hero-share {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 900px) {
  .page-blog-post-hero-share {
    flex-basis: 100%;
    margin-top: 12px;
  }
}
@media only screen and (max-width: 740px) {
  .page-blog-post-hero-share {
    justify-content: center;
  }
}
.page-blog-post-hero-center .page-blog-post-hero-share {
  justify-content: center;
}
.page-blog-post-hero-share-label {
  font-size: 15px;
  line-height: 20px;
  margin-right: 8px;
}
@media only screen and (max-width: 1140px) {
  .page-blog-post-hero-share-label {
    display: none;
  }
}
.page-blog-post-hero-share-buttons {
  display: flex;
  gap: 8px;
}
.page-blog-post-hero-share-buttons-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(17,17,17,0.1);
  background: #fff;
  cursor: pointer;
}
.page-blog-post-hero-share-buttons-item-icon {
  display: block;
  width: 24px;
  height: 24px;
  fill: #111;
}
.page-blog-post-hero-share-buttons-item .tooltip-content {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  word-break: normal;
  white-space: nowrap;
  width: auto;
}
.page-blog-post-hero-share-buttons-item .tooltip-content-inner {
  background: #111;
  padding: 8px 12px;
}
.page-blog-post-hero-share-buttons-item .tooltip-content-inner::before {
  border-top-color: #111;
}
.page-blog-post .blog-breadcrumbs {
  margin-bottom: 16px;
}
@media only screen and (max-width: 740px) {
  .page-blog-post .blog-breadcrumbs {
    justify-content: center;
  }
}
.page-blog-post .blog-breadcrumbs-item {
  color: #111;
}
.page-blog-post .blog-breadcrumbs-item a,
.page-blog-post .blog-breadcrumbs-item a:hover {
  color: #111;
}
.page-blog-post .blog-breadcrumbs-separator {
  color: #111;
}
.page-blog-post-title {
  margin: 0;
  text-wrap: balance;
}
@media only screen and (max-width: 900px) {
  .page-blog-post-title {
    font-size: 36px;
    line-height: normal;
  }
}
.page-blog-post-intro {
  margin-top: 16px;
  font-size: 18px;
  line-height: 28px;
}
.page-blog-post-author {
  display: flex;
  align-items: center;
}
.page-blog-post-author::after {
  content: '•';
  color: rgba(17,17,17,0.5);
  font-size: 15px;
  line-height: 20px;
  margin-left: 12px;
  margin-right: 12px;
}
@media only screen and (max-width: 1140px) {
  .page-blog-post-author::after {
    margin-left: 8px;
    margin-right: 8px;
  }
}
.page-blog-post-author-avatar {
  display: block;
  width: 40px;
  height: 40px;
}
.page-blog-post-author-avatar-container {
  border: 1px solid rgba(17,17,17,0.1);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  overflow: hidden;
  margin-right: 8px;
}
@media only screen and (max-width: 1140px) {
  .page-blog-post-author-avatar-container {
    display: none;
  }
}
.page-blog-post-author-by {
  display: none;
  font-size: 13px;
  line-height: 20px;
  margin-right: 4px;
}
@media only screen and (max-width: 1140px) {
  .page-blog-post-author-by {
    display: block;
  }
}
.page-blog-post-author-name {
  font-size: 15px;
  line-height: 20px;
}
@media only screen and (max-width: 1140px) {
  .page-blog-post-author-name {
    font-size: 13px;
  }
}
.page-blog-post-date {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}
@media only screen and (max-width: 1140px) {
  .page-blog-post-date {
    font-size: 13px;
  }
}
.page-blog-post-date::after {
  content: '•';
  color: rgba(17,17,17,0.5);
  font-size: 15px;
  line-height: 20px;
  margin-left: 12px;
  margin-right: 12px;
}
@media only screen and (max-width: 1140px) {
  .page-blog-post-date::after {
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media only screen and (max-width: 900px) {
  .page-blog-post-date::after {
    display: none;
  }
}
.page-blog-post-content {
  padding-top: 80px;
  padding-bottom: 80px;
}
.page-blog-post-content > .inner {
  display: flex;
  gap: 80px;
}
@media only screen and (max-width: 1190px) {
  .page-blog-post-content > .inner {
    flex-direction: column-reverse;
    align-items: center;
    gap: 28px;
  }
}
.page-blog-post-content .application-demo {
  background: #fff;
  width: 100vw;
  margin-left: calc(50% + 220px);
  transform: translateX(-50%);
  padding: 52px 20px;
  box-sizing: border-box;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .page-blog-post-content .application-demo {
    padding: 52px 12px;
  }
}
@media only screen and (max-width: 1190px) {
  .page-blog-post-content .application-demo {
    margin-left: 50%;
  }
}
.page-blog-post-content .application-demo-iframe-wrapper {
  box-shadow: 0px 4px 52px 0px rgba(0,0,0,0.2);
}
.page-blog-post-main {
  min-width: 0;
  width: 100%;
  max-width: 830px;
  flex-shrink: 1;
}
.page-blog-post-main figure {
  margin: 36px 0;
}
.page-blog-post-main figure > img,
.page-blog-post-main li > img {
  border-radius: 12px;
  border: 1px solid rgba(17,17,17,0.1);
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page-blog-post-main figure > img,
  .page-blog-post-main li > img {
    border-radius: 6px;
  }
}
.page-blog-post-main ul,
.page-blog-post-main ol {
  margin: 28px 0;
  padding-left: 24px;
}
.page-blog-post-main ul:first-child,
.page-blog-post-main ol:first-child {
  margin-top: 0;
}
.page-blog-post-main ul:last-child,
.page-blog-post-main ol:last-child {
  margin-bottom: 0;
}
.page-blog-post-main ul li,
.page-blog-post-main ol li {
  margin-bottom: 20px;
}
.page-blog-post-main ul li:last-child,
.page-blog-post-main ol li:last-child {
  margin-bottom: 0;
}
.page-blog-post-main ul li img,
.page-blog-post-main ol li img {
  display: block;
  margin: 36px 0;
}
.page-blog-post-main ul li code,
.page-blog-post-main ol li code {
  display: block;
  font-size: 15px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  line-height: 28px;
  color: #1155b2;
  white-space: pre-wrap;
  margin: 28px 0;
  border-radius: 12px;
  padding: 24px;
  white-space: pre-wrap;
  word-wrap: break-word;
  background: rgba(17,17,17,0.02);
  border: 1px solid rgba(17,17,17,0.1);
}
.page-blog-post-main figcaption {
  font-size: 15px;
  line-height: 20px;
  color: rgba(17,17,17,0.5);
  margin-top: 12px;
}
.page-blog-post-main .wp-block-image .alignleft,
.page-blog-post-main .wp-block-image .alignright {
  margin-bottom: 32px;
  display: table;
}
.page-blog-post-main .wp-block-image .alignleft figcaption,
.page-blog-post-main .wp-block-image .alignright figcaption {
  display: table-caption;
  caption-side: bottom;
}
.page-blog-post-main .wp-block-image .alignleft {
  float: left;
  margin-right: 32px;
}
.page-blog-post-main .wp-block-image .alignright {
  float: right;
  margin-left: 32px;
}
.page-blog-post-main blockquote {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  padding-left: 24px;
  margin: 40px 0;
}
.page-blog-post-main blockquote p {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}
.page-blog-post-main blockquote::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  background: #111;
}
.page-blog-post-main pre {
  margin: 28px 0;
  border: 1px solid rgba(17,17,17,0.1);
  border-radius: 12px;
  padding: 24px;
  white-space: pre-wrap;
  word-wrap: break-word;
  background: rgba(17,17,17,0.02);
}
.page-blog-post-main pre code {
  font-size: 15px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  line-height: 28px;
  color: #1155b2;
  white-space: pre-wrap;
  width: 100%;
}
.page-blog-post-main .faq {
  border-radius: 0;
  border: none;
}
.page-blog-post-main .faq-item {
  background: #fff;
  border-top: 1px solid rgba(17,17,17,0.1);
  border-radius: 0;
}
.page-blog-post-main .faq-item:last-child {
  border-bottom: 1px solid rgba(17,17,17,0.1);
}
.page-blog-post-main .faq-item::after {
  content: none;
}
.page-blog-post-main .faq-item-question {
  padding: 22px 0;
}
.page-blog-post-main .faq-item-question-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}
.page-blog-post-main .faq-item-question-icon {
  opacity: 0.5;
}
.page-blog-post-main .faq-item-answer {
  padding: 0;
  color: #111;
}
.page-blog-post-main .faq-item-active .faq-item-question-icon {
  opacity: 1;
}
.page-blog-post-main .faq-item-active .faq-item-answer {
  padding: 0 0 28px;
}
.page-blog-post-sidebar {
  width: 360px;
  flex-shrink: 0;
}
@media only screen and (max-width: 1190px) {
  .page-blog-post-sidebar {
    width: 830px;
    max-width: 100%;
  }
}
.page-blog-post-sidebar-content {
  position: sticky;
  top: 100px;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.page-blog-post-sidebar-content-hidden {
  opacity: 0;
  visibility: hidden;
}
.page-blog-post-sidebar-banner {
  padding: 32px;
  border-radius: 12px;
  border: 1px solid rgba(17,17,17,0.1);
  background: linear-gradient(320deg, rgba(219,17,138,0.06) 2.73%, rgba(235,51,84,0.06) 37.81%, rgba(255,177,60,0.06) 78.08%), #fff;
  position: relative;
}
@media only screen and (max-width: 1190px) {
  .page-blog-post-sidebar-banner {
    display: none;
  }
}
.page-blog-post-sidebar-banner-app-name {
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 20px;
  background: linear-gradient(90deg, #bc36d8 0%, #f73466 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 4px;
}
.page-blog-post-sidebar-banner-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
.page-blog-post-sidebar-banner-title a {
  display: inline-block;
  color: #111;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
.page-blog-post-sidebar-banner-text {
  margin-top: 8px;
  font-size: 15px;
  line-height: 20px;
}
.page-blog-post-sidebar-banner-button {
  margin-top: 16px;
}
.page-blog-post-sidebar-banner-platform {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 8px;
  right: 8px;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.25);
}
.page-blog-post-sidebar-banner-platform svg {
  display: block;
  width: 32px;
  height: 32px;
}
.page-blog-post-table-of-contents {
  position: relative;
}
.page-blog-post-table-of-contents .table-of-contents {
  margin: 0;
}
.page-blog-post-table-of-contents .table-of-contents-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 12px;
}
.page-blog-post-table-of-contents .table-of-contents-list {
  margin: 0;
}
.page-blog-post-table-of-contents .table-of-contents-list-item {
  margin: 0;
}
.page-blog-post-table-of-contents .table-of-contents-list-item a {
  display: block;
  padding: 8px 0 8px 16px;
  line-height: 20px;
  font-size: 15px;
  font-weight: 400;
  color: #111;
  border-left: 1px solid rgba(17,17,17,0.1);
}
.page-blog-post-table-of-contents .table-of-contents-list-item a:hover {
  text-decoration: none;
  background: rgba(17,17,17,0.05);
}
.page-blog-post-table-of-contents .table-of-contents-list-item-active a {
  font-weight: 600;
}
.page-blog-post-table-of-contents-active-line {
  position: absolute;
  width: 2px;
  background: #111;
  top: 0;
  left: 0;
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1.2);
}
.page-blog-post-related-posts {
  background: #f8f8f8;
}
.page-blog-post-related-posts-title {
  text-align: center;
}
.page-blog-post-related-posts .blog-posts-list {
  margin-top: 52px;
  padding: 0;
}
.page-home-hero {
  background: #13142d;
  color: #fff;
  text-align: center;
  padding-bottom: 100px;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .page-home-hero {
    padding-bottom: 60px;
  }
}
.page-home-hero-title {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  line-height: 64px;
}
.page-home-hero-title:first-child {
  margin-top: 192px;
}
@media only screen and (max-width: 480px) {
  .page-home-hero-title:first-child {
    margin-top: 100px;
    font-size: 42px;
    line-height: 46px;
  }
}
.page-home-hero-title-highlight {
  background-image: linear-gradient(to right, #ffc73f 0%, #fd3459 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
@media only screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .page-home-hero-title-highlight {
    background: none;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: #f93262;
    color: #ffc73f;
  }
}
@media only screen and (max-width: 768px) {
  .page-home-hero-title-highlight {
    display: block;
  }
}
.page-home-hero-text {
  font-size: 23px;
  line-height: 34px;
  margin-top: 18px;
}
@media only screen and (max-width: 480px) {
  .page-home-hero-text {
    font-size: 19px;
    line-height: 27px;
  }
}
.page-home-hero-start-inner {
  margin-top: 48px;
  border-radius: 28px 0 0 28px;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  max-width: 486px;
  width: 100%;
  justify-content: center;
}
.page-home-hero-start-container {
  display: flex;
  justify-content: center;
}
.page-home-hero-start-input {
  width: 100%;
  border: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  padding: 14px 84px 14px 28px;
  box-sizing: border-box;
}
.page-home-hero-start-button {
  height: 100%;
  border-radius: 28px;
  background-color: #f93262;
  padding: 14px 46px;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: #fff;
  border: none;
  position: relative;
  margin-left: -70px;
  cursor: pointer;
  transition: 0.2s ease all;
}
.page-home-hero-start-button:hover {
  background-color: #fa4772;
}
.page-home-hero-start-button:focus {
  outline: none;
}
.page-home-hero-start-caption {
  color: #dfdcea;
  font-size: 14px;
  line-height: 28px;
  margin-top: 12px;
}
.page-home-hero-image {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 71px;
  margin-bottom: -200px;
  align-items: baseline;
}
@media only screen and (max-width: 480px) {
  .page-home-hero-image {
    margin-top: 48px;
  }
}
.page-home-hero-image img {
  background-color: #2d2c40;
  max-width: 830px;
  border-radius: 8px;
  box-shadow: 0 22px 44px rgba(19,19,42,0.3);
  width: 100%;
}
.page-home-selling-points {
  color: #333;
  justify-content: center;
  padding-top: 100px;
  text-align: left;
}
.page-home-selling-points-item {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .page-home-selling-points-item {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 480px) {
  .page-home-selling-points-item:not(:first-child) {
    margin-top: 12px;
  }
}
.page-home-selling-points-item-title {
  color: #111;
  font-size: 24px;
  font-weight: 600;
}
.page-home-selling-points-item-text {
  color: #333;
  font-size: 16px;
  line-height: 24px;
  margin-top: 15px;
}
@media only screen and (max-width: 480px) {
  .page-home-selling-points-item-text {
    margin-top: 8px;
  }
}
.page-home-selling-points-item-progress {
  height: 2px;
  border-radius: 2px;
  background-color: #eee;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: auto;
  display: none;
}
.page-home-selling-points-item-progress-inner {
  height: 2px;
  border-radius: 2px;
  width: 100%;
  background-color: #333;
  position: absolute;
  left: 0;
}
.page-home-categories {
  padding-top: 100px;
  background: #fafafa;
  padding-bottom: 100px;
}
@media only screen and (max-width: 480px) {
  .page-home-categories {
    padding-top: 60px;
  }
}
.page-home-categories-title {
  color: #111;
  font-size: 44px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
  margin-bottom: 12px;
}
@media only screen and (max-width: 480px) {
  .page-home-categories-title {
    font-size: 34px;
    line-height: 40px;
  }
}
.page-home-categories-text {
  color: #333;
  font-size: 21px;
  line-height: 30px;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .page-home-categories-text {
    font-size: 18px;
    line-height: 27px;
  }
}
.page-home-categories-list {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -25px;
  margin-right: -25px;
}
@media only screen and (max-width: 480px) {
  .page-home-categories-list {
    margin-top: 40px;
  }
}
.page-home-categories-list-item {
  background-color: #fff;
  padding: 40px 50px;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 960px) {
  .page-home-categories-list-item {
    padding: 30px 40px;
  }
}
@media only screen and (max-width: 480px) {
  .page-home-categories-list-item {
    padding: 30px 40px;
  }
}
.page-home-categories-list-item-outer:nth-child(1),
.page-home-categories-list-item-outer:nth-child(2) {
  height: 436px;
  width: calc(50% - 50px);
}
@media only screen and (max-width: 960px) {
  .page-home-categories-list-item-outer:nth-child(1),
  .page-home-categories-list-item-outer:nth-child(2) {
    width: calc(50% - 50px);
  }
}
@media only screen and (max-width: 600px) {
  .page-home-categories-list-item-outer:nth-child(1),
  .page-home-categories-list-item-outer:nth-child(2) {
    width: 100%;
  }
  .page-home-categories-list-item-outer:nth-child(1):not(:first-child),
  .page-home-categories-list-item-outer:nth-child(2):not(:first-child) {
    margin-top: 50px;
  }
}
.page-home-categories-list-item-outer:nth-child(1) .page-home-categories-list-item-image img,
.page-home-categories-list-item-outer:nth-child(2) .page-home-categories-list-item-image img {
  width: 50%;
  right: 0;
  left: auto;
}
.page-home-categories-list-item-outer:nth-child(1) .page-home-categories-list-item-text,
.page-home-categories-list-item-outer:nth-child(2) .page-home-categories-list-item-text {
  width: 60%;
}
@media only screen and (max-width: 960px) {
  .page-home-categories-list-item-outer:nth-child(1) .page-home-categories-list-item-text,
  .page-home-categories-list-item-outer:nth-child(2) .page-home-categories-list-item-text {
    width: auto;
  }
}
@media only screen and (max-width: 480px) {
  .page-home-categories-list-item-outer:nth-child(1) .page-home-categories-list-item-text,
  .page-home-categories-list-item-outer:nth-child(2) .page-home-categories-list-item-text {
    width: auto;
  }
}
.page-home-categories-list-item-outer:nth-child(3),
.page-home-categories-list-item-outer:nth-child(4),
.page-home-categories-list-item-outer:nth-child(5) {
  height: 536px;
  width: calc(33.333333% - 50px);
  margin-top: 50px;
}
@media only screen and (max-width: 960px) {
  .page-home-categories-list-item-outer:nth-child(3),
  .page-home-categories-list-item-outer:nth-child(4),
  .page-home-categories-list-item-outer:nth-child(5) {
    width: calc(50% - 50px);
  }
}
@media only screen and (max-width: 600px) {
  .page-home-categories-list-item-outer:nth-child(3),
  .page-home-categories-list-item-outer:nth-child(4),
  .page-home-categories-list-item-outer:nth-child(5) {
    width: 100%;
  }
}
.page-home-categories-list-item-outer {
  padding: 0 25px;
}
@media only screen and (max-width: 480px) {
  .page-home-categories-list-item-outer {
    width: 100%;
  }
}
.page-home-categories-list-item-title {
  color: #111;
  font-size: 28px;
  font-weight: 700;
}
.page-home-categories-list-item-text {
  color: #333;
  font-size: 16px;
  line-height: 24px;
  margin-top: 12px;
}
@media only screen and (max-width: 480px) {
  .page-home-categories-list-item-text {
    width: auto;
  }
}
.page-home-categories-list-item-link {
  font-size: 16px;
  line-height: 28px;
  margin-top: 12px;
  display: inline-flex;
}
.page-home-categories-list-item-link a {
  display: flex;
  align-items: center;
}
.page-home-categories-list-item-link-icon {
  display: block;
  margin-left: 2px;
  fill: currentColor;
}
.page-home-categories-list-item-image img {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
.page-home-testimonial {
  background-color: #111;
  color: #fff;
  padding-top: 120px;
  padding-bottom: 100px;
  position: relative;
}
@media only screen and (max-width: 1400px) {
  .page-home-testimonial {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 480px) {
  .page-home-testimonial {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.page-home-testimonial .inner {
  position: initial;
}
.page-home-testimonial-title {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  line-height: 64px;
}
@media only screen and (max-width: 1400px) {
  .page-home-testimonial-title {
    font-size: 52px;
    line-height: 56px;
  }
}
@media only screen and (max-width: 480px) {
  .page-home-testimonial-title {
    font-size: 42px;
    line-height: 46px;
  }
}
.page-home-testimonial-title-colored {
  background-image: linear-gradient(to right, #ffc73f 0%, #fd3459 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
@media only screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .page-home-testimonial-title-colored {
    background: none;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: #f93262;
    color: #ffc73f;
  }
}
.page-home-testimonial-item-author {
  color: #b7b7b7;
  font-size: 21px;
  line-height: 24px;
  margin-top: 91px;
}
@media only screen and (max-width: 1400px) {
  .page-home-testimonial-item-author {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 480px) {
  .page-home-testimonial-item-author {
    margin-top: 60px;
    font-size: 18px;
    line-height: 21px;
  }
}
.page-home-testimonial-item-text {
  color: #eee;
  font-size: 32px;
  line-height: 42px;
  margin-top: 17px;
}
@media only screen and (max-width: 1400px) {
  .page-home-testimonial-item-text {
    font-size: 28px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 480px) {
  .page-home-testimonial-item-text {
    font-size: 28px;
    line-height: 38px;
    margin-top: 12px;
  }
}
.page-home-testimonial-item-stars {
  margin-top: 25px;
  display: flex;
}
@media only screen and (max-width: 1400px) {
  .page-home-testimonial-item-stars {
    margin-top: 16px;
  }
}
.page-home-testimonial-item-stars-item {
  margin-left: 5px;
}
.page-home-testimonial-item-stars-item svg {
  display: block;
  fill: #ffb400;
}
.page-home-testimonial-image img {
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
}
.page-home-platforms {
  padding-top: 100px;
  padding-bottom: 55px;
}
@media only screen and (max-width: 480px) {
  .page-home-platforms {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.page-home-platforms-title {
  color: #111;
  font-size: 44px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .page-home-platforms-title {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 20px;
  }
}
.page-home-platforms-text {
  color: #333;
  font-size: 21px;
  line-height: 30px;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .page-home-platforms-text {
    font-size: 18px;
    line-height: 27px;
  }
}
.page-home-platforms-list {
  margin-top: 79px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: -25px;
  margin-right: -25px;
}
.page-home-platforms-list-item {
  display: inline-flex;
  padding: 0 25px;
  margin-bottom: 65px;
}
.page-home-platforms-see-all {
  text-align: center;
  font-size: 16px;
  line-height: 28px;
}
.page-home-platforms-see-all a {
  display: inline-flex;
  align-items: center;
}
.page-home-platforms-see-all-icon {
  display: block;
  margin-left: 2px;
  fill: currentColor;
}
.page-home-cta {
  padding-top: 140px;
  padding-bottom: 140px;
  background-color: #24c055;
  text-align: center;
  color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 480px) {
  .page-home-cta {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.page-home-cta-title {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  margin-bottom: 3px;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .page-home-cta-title {
    font-size: 42px;
    line-height: 46px;
  }
}
.page-home-cta-text {
  font-size: 24px;
  line-height: 32px;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .page-home-cta-text {
    font-size: 20px;
    line-height: 28px;
  }
}
.page-home-cta-button {
  border-radius: 28px;
  background-color: #111;
  padding: 14px 46px;
  color: #fff;
  border: none;
  margin-top: 28px;
  cursor: pointer;
  transition: 0.3s ease all;
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  max-width: 197px;
}
@media only screen and (max-width: 480px) {
  .page-home-cta-button {
    margin-top: 32px;
    padding: 12px 36px;
  }
}
.page-home-cta-button:hover {
  background-color: #292929;
  text-decoration: none;
}
.page-home-cta-button:focus {
  outline: none;
}
.page-industries-checklist {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.page-industries-checklist li {
  display: block;
  margin-bottom: 32px;
  padding-left: 32px;
  position: relative;
}
.page-industries-checklist li::before {
  content: '✔️';
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
}
.page-industries-checklist li h4 {
  margin: 0 0 8px;
}
.page-industries-checklist li p {
  margin: 0 0 20px;
}
.page-integrations-content {
  background: #fafafa;
}
.page-integrations-detail-main {
  background: #fafafa url(/wp-content/themes/elfsight/frontend/assets/img/integration-illustration.svg) no-repeat right top;
}
@media only screen and (max-width: 1024px) {
  .page-integrations-detail-main {
    background-size: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .page-integrations-detail-main {
    background-size: 150px;
  }
}
.page-integrations-detail-heading {
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .page-integrations-detail-heading {
    padding-bottom: 40px;
  }
}
.page-integrations-detail-heading-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  max-width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  box-shadow: 0 6px 12px 0 rgba(0,0,0,0.1);
  background: #fff;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .page-integrations-detail-heading-logo {
    width: 72px;
    height: 72px;
    padding: 0;
    margin-bottom: 20px;
  }
}
.page-integrations-detail-heading-logo-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 54%;
  height: 54%;
}
.page-integrations-detail-heading-logo-placeholder {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #b1b1b1;
  font-size: 18px;
}
.page-integrations-detail-heading-back {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .page-integrations-detail-heading-back {
    font-size: 16px;
  }
}
.page-integrations-detail-heading-back-icon {
  display: block;
  width: 16px;
  height: 16px;
  fill: currentColor;
  margin-right: 12px;
}
@media only screen and (max-width: 768px) {
  .page-integrations-detail-heading-back-icon {
    margin-right: 8px;
  }
}
.page-integrations-detail-heading-title {
  margin: 16px 0 0;
}
@media only screen and (max-width: 768px) {
  .page-integrations-detail-heading-title {
    font-size: 32px;
    line-height: 36px;
  }
}
.page-integrations-detail-heading-text {
  margin: 16px 0 0;
}
.page-integrations-detail-content {
  padding-top: 60px;
}
@media only screen and (max-width: 768px) {
  .page-integrations-detail-content {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .page-integrations-detail-sidebar {
    display: none;
  }
}
.page-integrations-detail-sidebar-attribute {
  margin-bottom: 28px;
}
.page-integrations-detail-sidebar-attribute:last-child {
  margin-bottom: 0;
}
.page-integrations-detail-sidebar-attribute-name {
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  color: #111;
  margin-bottom: 4px;
}
.page-integrations-detail-sidebar-attribute-content {
  font-size: 15px;
  line-height: 20px;
  color: #4d4d4d;
  line-height: 1.33;
}
.page-integrations-detail-sidebar-platforms-see-all {
  color: #4d4d4d;
  font-size: 15px;
}
.page-integrations-detail-integrations-list {
  margin-bottom: 40px;
}
.page-integrations-detail-integrations-list-item {
  display: flex;
  margin: 0 0 40px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(76,76,76,0.15);
  background-color: #fff;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 640px) {
  .page-integrations-detail-integrations-list-item {
    display: block;
  }
}
.page-integrations-detail-integrations-list-item:hover {
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(76,76,76,0.2);
}
.page-integrations-detail-integrations-list-item:last-child {
  margin-bottom: 0;
}
.page-integrations-detail-integrations-list-item-info {
  width: 50%;
  padding: 32px;
  box-sizing: border-box;
}
@media only screen and (max-width: 640px) {
  .page-integrations-detail-integrations-list-item-info {
    width: 100%;
    padding: 20px;
  }
}
.page-integrations-detail-integrations-list-item-app {
  font-size: 15px;
  line-height: 20px;
  color: rgba(17,17,17,0.5);
  margin-bottom: 8px;
}
.page-integrations-detail-integrations-list-item-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: #111;
}
.page-integrations-detail-integrations-list-item-add-button {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  margin-top: 28px;
  text-transform: uppercase;
}
@media only screen and (max-width: 640px) {
  .page-integrations-detail-integrations-list-item-add-button {
    margin-top: 8px;
  }
}
.page-integrations-detail-integrations-list-item-media {
  background: #3d424d;
  width: 50%;
  transition: all 0.2s ease;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .page-integrations-detail-integrations-list-item-media {
    width: 100%;
    padding-top: 80px;
  }
}
.page-integrations-detail-integrations-list-item:hover .page-integrations-detail-integrations-list-item-media {
  background: #50555f;
}
.page-integrations-detail-integrations-list-item-media-image {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  max-width: 100%;
}
@media only screen and (max-width: 640px) {
  .page-integrations-detail-integrations-list-item-media-image {
    position: static;
    display: block;
    margin: 0 auto;
  }
}
.page-integrations-detail-integrations-list-item-media-platform-icon,
.page-integrations-detail-integrations-list-item-media-app-icon {
  width: 32px;
  height: 32px;
}
.page-integrations-detail-integrations-list-item-media-platform-icon svg,
.page-integrations-detail-integrations-list-item-media-app-icon svg {
  display: block;
  width: 32px;
  height: 32px;
}
.page-integrations-detail-integrations-list-item-media-platform-icon-container,
.page-integrations-detail-integrations-list-item-media-app-icon-container {
  position: absolute;
  top: 12px;
  width: 46px;
  height: 46px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-integrations-detail-integrations-list-item-media-platform-icon-container {
  right: 54px;
  box-shadow: 0 6px 12px 0 rgba(0,0,0,0.2);
  z-index: 1;
}
.page-integrations-detail-integrations-list-item-media-app-icon {
  fill: #f93262;
}
.page-integrations-detail-integrations-list-item-media-app-icon svg {
  fill: #f93262;
}
.page-integrations-detail-integrations-list-item-media-app-icon-container {
  right: 12px;
}
.page-integrations-detail-integrations-list + .component-integration-request {
  margin-top: 40px;
}
.page-integrations-detail-integrations-empty {
  margin-bottom: 40px;
  color: #888;
}
.page-integrations-detail-text {
  background: #fff;
}
.page-integrations-detail-related {
  background: #fafafa;
}
.page-integrations-detail-related-title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 640px) {
  .page-integrations-detail-related-title {
    margin-bottom: 20px;
  }
}
.page-integrations-detail-related-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 50px;
}
@media only screen and (max-width: 640px) {
  .page-integrations-detail-related-list {
    grid-gap: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .page-integrations-detail-related-list {
    grid-template-columns: 1fr;
  }
}
.page-platforms-content {
  background: #fafafa;
  padding: 60px 0 100px;
}
.page-platforms-list {
  display: flex;
  flex-wrap: wrap;
}
.page-platforms-list-item {
  margin-bottom: 40px;
}
.page-platforms-text {
  position: relative;
  padding: 80px 0;
}
.platform-heading {
  background-image: linear-gradient(225deg, #ffc63f 0%, #fd3358 49%, #bc35d8 100%);
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 84px 0 76px;
}
@media only screen and (max-width: 768px) {
  .platform-heading {
    padding: 80px 0 60px;
  }
}
.platform-heading .inner {
  z-index: 1;
}
.platform-heading-title {
  color: #fff;
  margin-bottom: 0;
}
.platform-heading-caption {
  color: rgba(255,255,255,0.9);
  margin-top: 12px;
}
.platform-heading-icon {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 500px;
  height: 400px;
  opacity: 0.1;
}
.platform-heading-icon svg {
  display: block;
  width: 500px;
  height: 400px;
  fill: #fff;
}
.platform-applications {
  position: relative;
  background: #fff;
  padding: 60px 0 100px;
}
.platform-applications-see-all {
  position: absolute;
  top: 0;
  right: 0;
}
.platform-text {
  position: relative;
  background: #fafafa;
}
.platform-tags-related {
  margin-top: -100px;
}
@media only screen and (max-width: 768px) {
  .platform-tags-related {
    margin-top: -40px;
  }
}
.platform-tags-related h4 {
  margin-bottom: 20px;
}
.platform-tags-related-list-item {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 4px;
}
.platform-tags-related-list-item a {
  display: block;
  background: #1c91ff;
  border-radius: 24px;
  color: #fff;
  text-decoration: none;
  padding: 2px 16px;
  transition: all 0.2s ease;
}
.platform-tags-related-list-item a:hover {
  text-decoration: none;
  background: #339cff;
}
.platform-related-platforms {
  background: #fafafa;
}
.platform-related-platforms-title {
  color: #111;
  text-align: center;
}
.platform-related-platforms-list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
.platform-related-platforms-list-item {
  margin-bottom: 20px;
}
.platform-related-platforms-list-item a {
  display: flex;
  justify-content: center;
  padding: 40px 24px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(76,76,76,0.15);
  transition: all 0.35s ease;
}
.platform-related-platforms-list-item a:hover {
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(76,76,76,0.2);
}
.page-pricing-hero {
  padding-bottom: 140px;
}
@media only screen and (max-width: 768px) {
  .page-pricing-hero {
    padding-bottom: 120px;
  }
}
.page-pricing-hero-button-container {
  text-align: center;
  margin-top: 28px;
}
.page-pricing-hero-button-caption {
  margin-top: 16px;
  font-size: 15px;
  line-height: 20px;
}
.page-pricing-content {
  padding-bottom: 0;
}
.page-pricing-tabs {
  margin-top: -140px;
}
@media only screen and (max-width: 1024px) {
  .page-pricing-tabs {
    margin-top: -128px;
  }
}
@media only screen and (max-width: 768px) {
  .page-pricing-tabs {
    margin-top: -108px;
  }
}
.page-pricing-tabs-nav {
  display: flex;
  gap: 10px;
  justify-content: center;
}
@media only screen and (max-width: 640px) {
  .page-pricing-tabs-nav {
    padding: 0 20px;
  }
}
.page-pricing-tabs-nav-item {
  position: relative;
  color: #1c91ff;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  padding: 14px;
  width: 300px;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  background: rgba(255,255,255,0.98);
  border-radius: 12px 12px 0px 0px;
  transition: all 0.1s ease;
  white-space: nowrap;
}
@media only screen and (max-width: 1024px) {
  .page-pricing-tabs-nav-item {
    font-size: 18px;
    line-height: 28px;
    padding: 10px;
    width: 260px;
  }
}
@media only screen and (max-width: 640px) {
  .page-pricing-tabs-nav-item {
    width: auto;
    flex-grow: 1;
    flex-basis: 50%;
  }
}
.page-pricing-tabs-nav-item:hover {
  color: #1c91ff;
}
.page-pricing-tabs-nav-item-active {
  color: #111;
  background: #fff;
  box-shadow: 0px -1px 0px rgba(17,17,17,0.1), -1px 0px 0px rgba(17,17,17,0.1), 1px 0px 0px rgba(17,17,17,0.1);
  z-index: 2;
}
.page-pricing-tabs-nav-item-active:hover {
  color: #111;
}
.page-pricing-tabs-nav-item .badge {
  position: absolute;
  right: -4px;
  top: -4px;
}
.page-pricing-tabs-content {
  box-shadow: 0 -1px 0 0 rgba(17,17,17,0.1);
  padding-top: 68px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1040px) {
  .page-pricing-tabs-content {
    padding-top: 40px;
  }
}
.page-pricing-tabs-content-item {
  display: none;
}
.page-pricing-tabs-content-item-active {
  display: block;
}
.page-pricing-testimonials-heading {
  text-align: center;
  margin-bottom: 64px;
}
.page-pricing-testimonials-numbers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
  margin-bottom: 64px;
}
@media only screen and (max-width: 768px) {
  .page-pricing-testimonials-numbers {
    grid-template-columns: repeat(2, 1fr);
  }
}
.page-pricing-testimonials-numbers-item-value {
  font-weight: 700;
  font-size: 50px;
  line-height: 56px;
}
.page-pricing-testimonials-numbers-item-caption {
  margin-top: 4px;
  font-size: 15px;
  line-height: 20px;
}
.page-pricing-testimonials-numbers-item-reviews-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  fill: #fcbf02;
}
.page-pricing-faq {
  background: #f8f8f8;
}
.page-pricing-faq-title {
  text-align: center;
}
.page-pricing-faq .faq {
  margin-top: 40px;
}
.page-pricing-faq .faq-item,
.page-pricing-faq .faq-item-active {
  background: #fff;
}
.page-pricing-cta .section-heading {
  margin-bottom: 20px;
}
.page-pricing-cta-button-container {
  margin-top: 32px;
}
.page-solutions-hero-title-highlight {
  background: linear-gradient(90deg, #862cff 2.44%, #006dff 46.36%, #00a880 89.54%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-solutions-hero-navbar {
  display: flex;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  margin-left: -20px;
  margin-right: -20px;
  padding: 0 20px;
}
@media only screen and (max-width: 480px) {
  .page-solutions-hero-navbar {
    padding: 0 12px;
  }
}
.page-solutions-hero-navbar-container {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
.page-solutions-hero-navbar::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
.page-solutions-hero-navbar-item {
  width: 100px;
  flex-shrink: 0;
}
.page-solutions-hero-navbar-item-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: #111;
}
.page-solutions-hero-navbar-item-link:hover {
  text-decoration: none;
  color: var(--solutions-category-color, #f93262);
}
.page-solutions-hero-navbar-item-link:hover .page-solutions-hero-navbar-item-icon::before {
  opacity: 0.1;
}
.page-solutions-hero-navbar-item-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  border: 1px solid #e8e8e8;
  position: relative;
  overflow: hidden;
}
.page-solutions-hero-navbar-item-icon::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: currentColor;
  opacity: 0.05;
}
.page-solutions-hero-navbar-item-icon svg {
  display: block;
  width: 32px;
  height: 32px;
  fill: currentColor;
  position: relative;
  z-index: 1;
}
.page-solutions-hero-navbar-item-name {
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  color: currentColor;
}
.page-solutions-category-section .section-label {
  color: var(--solutions-category-color, #f93262);
}
.page-solutions-category-section-info {
  width: 500px;
  flex-shrink: 0;
}
@media only screen and (max-width: 960px) {
  .page-solutions-category-section-info {
    max-width: 500px;
    width: auto;
  }
}
.page-solutions-category-section-use-case-list {
  max-width: 600px;
}
.page-solutions-category-section-use-case-list-item {
  border-bottom: 1px solid rgba(17,17,17,0.1);
  position: relative;
}
.page-solutions-category-section-use-case-list-item:first-child {
  border-top: 1px solid rgba(17,17,17,0.1);
}
.page-solutions-category-section-use-case-list-item-link {
  display: block;
  padding: 16px 50px 16px 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #111;
}
.page-solutions-category-section-use-case-list-item-icon {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  pointer-events: none;
}
.page-solutions-category-section-use-case-list-item-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: rgba(17,17,17,0.3);
}
.page-solutions-category-section-see-all-use-cases {
  margin-top: 32px;
}
.page-solutions-category-section-see-all-use-cases-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--solutions-category-color, #f93262);
}
@media only screen and (max-width: 960px) {
  .page-solutions-category-section-see-all-use-cases-link {
    gap: 2px;
  }
}
.page-solutions-category-section-see-all-use-cases-label {
  color: currentColor;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
@media only screen and (max-width: 960px) {
  .page-solutions-category-section-see-all-use-cases-label {
    font-size: 18px;
  }
}
.page-solutions-category-section-see-all-use-cases-icon {
  display: block;
  width: 20px;
  height: 20px;
}
@media only screen and (max-width: 960px) {
  .page-solutions-category-section-see-all-use-cases-icon {
    width: 16px;
    height: 16px;
  }
}
.page-solutions-category-section-see-all-use-cases-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.page-solutions-category-section-image {
  max-width: 100%;
}
.page-solutions-category-section-image picture,
.page-solutions-category-section-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.page-solutions-industries {
  border-top: 1px solid rgba(17,17,17,0.1);
}
.page-solutions-industries-client-carousel {
  padding: 20px 0;
}
.page-solutions-category-hero .section-label,
.page-solutions-category-widgets .section-label,
.page-solutions-category-use-cases .section-label {
  color: var(--solutions-category-color, #f93262);
}
.page-solutions-category-hero .section-actions .button {
  background: var(--solutions-category-color, #f93262);
}
.page-solutions-category-hero .section-actions .button:not(.button-loading):hover {
  background: var(--solutions-category-color, #f93262);
}
.page-solutions-category-hero .section-actions .button.button-outline {
  background: transparent;
  color: var(--solutions-category-color, #f93262);
  box-shadow: inset 0 0 0 1px var(--solutions-category-color, #f93262);
}
.page-solutions-category-hero .section-actions .button.button-outline:not(.button-loading):hover {
  background: transparent;
  color: var(--solutions-category-color, #f93262);
  box-shadow: inset 0 0 0 1px var(--solutions-category-color, #f93262);
}
.page-solutions-category-hero-image {
  display: flex;
  justify-content: center;
  padding: 40px 0;
}
.page-solutions-category-hero-image img,
.page-solutions-category-hero-image picture {
  display: block;
  max-width: 500px;
}
.page-solutions-category-use-cases .section-content {
  display: flex;
  flex-direction: column;
  gap: 120px;
}
.page-solutions-category-use-cases .component-use-case-card-link {
  color: var(--solutions-category-color, #f93262);
}
.page-use-case-hero-image {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transform: rotateX(-20deg) rotateZ(20deg) skewX(-20deg);
}
.page-use-case-hero-image-container {
  aspect-ratio: 5/4;
  border-radius: 100px;
  background: #fff6f2;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.page-use-case-hero-image-item {
  animation: use-case-image-slide 20s infinite linear;
}
.page-use-case-category-solutions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 32px;
}
.page-industry-category-solutions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 32px;
}
.solutions-use-cases {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 32px;
}
.solutions-cta {
  background: linear-gradient(90deg, #f9fbed 0%, #fde9e0 64.5%, #fcf2ed 100%);
  position: relative;
  overflow: hidden;
  min-height: 580px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 960px) {
  .solutions-cta {
    min-height: 440px;
  }
}
.solutions-cta:before,
.solutions-cta:after {
  content: '';
  position: absolute;
  width: 500px;
  height: 500px;
  top: 50%;
  transform: translateY(-50%);
  background-size: 500px 500px;
}
@media only screen and (max-width: 960px) {
  .solutions-cta:before,
  .solutions-cta:after {
    content: none;
  }
}
.solutions-cta:before {
  right: 50%;
  margin-right: 475px;
  background-image: url(/wp-content/themes/elfsight/frontend/assets/img/solutions-cta-left@2x.png);
}
.solutions-cta::after {
  left: 50%;
  margin-left: 475px;
  background-image: url(/wp-content/themes/elfsight/frontend/assets/img/solutions-cta-right@2x.png);
}
.solutions-cta-button-container {
  text-align: center;
}
@-moz-keyframes use-case-image-slide {
  100% {
    translate: 0% -100%;
  }
}
@-webkit-keyframes use-case-image-slide {
  100% {
    translate: 0% -100%;
  }
}
@-o-keyframes use-case-image-slide {
  100% {
    translate: 0% -100%;
  }
}
@keyframes use-case-image-slide {
  100% {
    translate: 0% -100%;
  }
}
.developers-hero {
  background-image: linear-gradient(-35deg, #6123ff, #006cff, #00e4ff);
}
.developers-hero-content {
  text-align: center;
  padding: 80px 0 140px !important;
}
.developers-hero-content h1,
.developers-hero-content p {
  color: #fff;
}
.developers-hero-content h1 {
  margin-top: 80px;
}
.developers-hero-content-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.developers-hero-content-logo-icon {
  width: 110px;
  height: 25px;
  fill: #fff;
}
.developers-hero-content-logo-text {
  font-weight: normal;
  color: #fff;
  margin: 0;
  margin-left: 24px;
}
.developers-about {
  padding: 80px 0 60px !important;
  background-image: linear-gradient(64deg, #fcf0ea, #fbf8f1 100%);
}
.developers-about h3 {
  margin-bottom: 32px;
}
.developers-about-item {
  padding: 24px !important;
  background: #fff;
  border-radius: 10px;
  margin-top: 2%;
  margin-bottom: 2%;
}
.developers-about-item-image {
  margin-bottom: 24px;
}
.developers-about-item-image img {
  height: 100px;
}
.developers-about-item h5 {
  margin-bottom: 12px;
}
.developers-about-item p {
  margin-top: 12px;
}
.developers-about-platforms {
  color: #fcf0ea;
  margin-top: 60px;
}
.developers-about-platforms .platforms-title {
  text-transform: uppercase;
}
.developers-about-platforms .platforms-inner:before {
  background: linear-gradient(to right, #fcf0ea, rgba(252,240,234,0) 100%);
}
.developers-about-platforms .platforms-inner:after {
  background: linear-gradient(to left, #fbf6ef, rgba(251,246,239,0) 100%);
}
.developers-why {
  padding: 80px 0;
  background-image: linear-gradient(to bottom, #fff 25%, rgba(255,255,255,0) 99%);
}
.developers-why .inner:before {
  content: '';
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(17,17,17,0.1);
}
.developers-why-counters .counters-item-value {
  background-image: linear-gradient(180deg, #1c91ff, #1c91ff);
}
.developers-steps .inner {
  padding: 0 60px;
}
.developers-steps-step {
  display: flex;
  align-items: center;
  margin: 60px 0;
}
@media only screen and (max-width: 768px) {
  .developers-steps-step {
    flex-direction: column;
  }
}
.developers-steps-step h5 {
  margin-bottom: 12px;
  position: relative;
}
.developers-steps-step p {
  margin: 12px 0;
}
.developers-steps-step p:last-child {
  margin-bottom: 0;
}
.developers-steps-step a {
  font-weight: 600;
}
.developers-steps-step-number {
  position: absolute;
  top: 0;
  left: -24px;
  display: block;
}
.developers-steps-step-image {
  flex: 0 0 auto;
  max-width: 500px;
  margin: 0 0 0 40px;
}
@media only screen and (max-width: 768px) {
  .developers-steps-step-image {
    margin: 24px 0 0 0;
  }
}
.developers-steps-step-image img {
  width: 100%;
}
.developers-steps-step:last-child {
  margin-bottom: 0;
}
.developers-included {
  background-color: #111;
  padding: 80px 0 40px !important;
}
.developers-included .developers-section-heading h2,
.developers-included .developers-section-heading p {
  color: #fff;
}
.developers-included .developers-section-heading figure {
  width: 76px;
  height: 76px;
}
.developers-included-item {
  margin-top: 2%;
  margin-bottom: 2%;
  padding: 50px 50px 0 50px;
  box-sizing: border-box;
  background: #242424;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
}
.developers-included-item h4 {
  margin-bottom: 0;
}
.developers-included-item p {
  margin-bottom: 60px;
}
.developers-included-item-button {
  border-radius: 28px;
}
.developers-included-item-header {
  display: flex;
  justify-content: space-between;
}
.developers-included-item-image {
  margin-top: auto;
  width: 100%;
}
.developers-included-item-image img {
  width: 100%;
}
.developers-closing-cta {
  padding: 200px 0 !important;
  text-align: center;
}
.developers-hero,
.developers-closing-cta {
  background-size: 400px;
  background-repeat: repeat;
}
.developers-hero p,
.developers-closing-cta p {
  max-width: 800px;
  margin: 20px auto 40px;
  font-weight: normal;
}
.developers-hero-actions .button,
.developers-closing-cta-actions .button {
  margin: 0 8px;
}
.developers-hero-button-github,
.developers-closing-cta-button-github {
  background: #24292e;
  color: #fff;
}
.developers-hero-button-npm,
.developers-closing-cta-button-npm {
  background: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff);
  color: #fff;
}
.developers-section {
  display: block;
  padding-top: 80px;
  padding-bottom: 80px;
}
.developers-section-heading {
  margin-bottom: 50px;
  text-align: center;
}
.developers-section-heading figure {
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 32px;
}
.developers-section-heading figure img {
  width: 100%;
}
.developers-section-heading h3,
.developers-section-heading h2 {
  margin-top: 0;
  margin-bottom: 12px;
}
.developers-section-heading p {
  max-width: 800px;
  margin: 0 auto;
}
.developers-popup-content-fiddle {
  line-height: 0;
}
.developers-popup-content-fiddle iframe {
  height: 800px;
}
/*! nouislider - 10.1.0 - 2017-07-28 17:11:18 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.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;
  direction: ltr;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}
.noUi-connect {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-origin {
  position: absolute;
  height: 0;
  width: 0;
}
.noUi-handle {
  position: relative;
  z-index: 1;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
/* Styling;
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-connect {
  background: #3FB8AF;
  border-radius: 4px;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  -webkit-transition: background 450ms;
  transition: background 450ms;
}
/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate3d(-50%, 50%, 0);
  transform: translate3d(-50%, 50%, 0);
}
.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;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  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: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.affiliate-program-starfall-container {
  position: relative;
  overflow: hidden;
}
.affiliate-program-starfall-asteroid {
  position: absolute;
  background: url(/wp-content/themes/elfsight/frontend/assets/img/affiliate-program-asteroid.png);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  transform: rotateZ(-45deg);
  animation: starfall-combustion 3s linear;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
}
.affiliate-program-starfall-asteroid-container {
  position: absolute;
  right: 50px;
  width: 195px;
  height: 195px;
  transition: 0.3s;
  pointer-events: none;
  transform: rotateZ(45deg);
  animation: starfall-movement 3s linear;
}
.affiliate-program-hero {
  background-image: linear-gradient(-35deg, #6123ff, #006cff, #00e4ff);
}
.affiliate-program-cta {
  border-radius: 20px;
  background-image: linear-gradient(-35deg, #6123ff, #006cff, #00e4ff);
  text-align: center;
  padding: 80px 40px 100px;
}
@media only screen and (max-width: 768px) {
  .affiliate-program-cta {
    padding: 60px 20px;
  }
}
.affiliate-program-cta-title {
  color: #fff;
  margin: 0 0 16px;
}
.affiliate-program-cta-text {
  color: #fff;
  font-size: 24px;
}
.affiliate-program-cta-button {
  margin-top: 28px;
}
.affiliate-program-cta-new {
  border-radius: 20px;
  padding: 100px 40px;
  text-align: center;
  background: linear-gradient(311deg, #5b2aff 0%, #00defa 100%);
}
.affiliate-program-cta-new.affiliate-program-cta-new-light {
  background: linear-gradient(311deg, rgba(91,42,255,0.07) 0%, rgba(0,222,250,0.07) 100%);
}
.affiliate-program-cta-new-title {
  color: #fff;
  margin-bottom: 24px;
}
.affiliate-program-cta-new-light .affiliate-program-cta-new-title {
  color: #111;
}
.affiliate-program-cta-new-features {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 480px) {
  .affiliate-program-cta-new-features {
    justify-content: left;
  }
}
.affiliate-program-cta-new-features-item {
  display: flex;
  align-items: center;
  margin-right: 28px;
  text-align: left;
  flex-wrap: nowrap;
  margin-bottom: 12px;
}
.affiliate-program-cta-new-features-item:last-child {
  margin-right: 0;
}
.affiliate-program-cta-new-features-item-icon {
  display: flex;
  width: 16px;
  height: 16px;
  fill: #111;
}
.affiliate-program-cta-new-features-item-icon-wrapper {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background: #ffec00;
  margin-right: 8px;
}
.affiliate-program-cta-new-features-item-text {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
}
.affiliate-program-cta-new-light .affiliate-program-cta-new-features-item-text {
  color: #111;
}
.affiliate-program-earn-more {
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .affiliate-program-earn-more {
    flex-direction: column;
  }
}
.affiliate-program-earn-more-item {
  flex: 1 1 0px;
  padding: 28px;
  border: 1px solid rgba(17,17,17,0.1);
  border-radius: 8px;
  margin-right: 20px;
}
@media only screen and (max-width: 1024px) {
  .affiliate-program-earn-more-item {
    padding: 20px;
    margin: 0 0 20px;
  }
}
.affiliate-program-earn-more-item:last-child {
  margin-right: 0;
}
.affiliate-program-earn-more-item-icon {
  width: 40px;
  height: 40px;
  margin-left: -8px;
}
.affiliate-program-earn-more-item-title {
  margin: 0;
}
.affiliate-program-earn-more-item-text {
  margin-bottom: 12px;
}
.affiliate-program-earn-more-item-link {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
}
.affiliate-program-earn-more-item-link-icon {
  display: block;
  width: 16px;
  height: 16px;
  fill: #1c91ff;
  margin-left: 8px;
}
.page-affiliate-program-overview-hero {
  color: #fff;
}
.page-affiliate-program-overview-about {
  position: relative;
}
.page-affiliate-program-overview-about .section-title,
.page-affiliate-program-overview-about .section-description {
  text-align: left;
}
.page-affiliate-program-overview-about-numbers-item {
  display: flex;
  align-content: center;
  margin-bottom: 40px;
}
.page-affiliate-program-overview-about-numbers-item:last-child {
  margin-bottom: 0;
}
.page-affiliate-program-overview-about-numbers-item-icon {
  display: block;
  width: 40px;
}
.page-affiliate-program-overview-about-numbers-item-icon-wrapper {
  display: flex;
  align-content: center;
  justify-content: center;
  border-radius: 26px;
  width: 68px;
  height: 68px;
  flex-shrink: 0;
}
.page-affiliate-program-overview-about-numbers-item-icon-wrapper-blue {
  background: rgba(28,145,255,0.1);
}
.page-affiliate-program-overview-about-numbers-item-icon-wrapper-blue .page-affiliate-program-overview-about-numbers-item-icon {
  fill: #1c91ff;
}
.page-affiliate-program-overview-about-numbers-item-icon-wrapper-red {
  background: rgba(255,71,52,0.1);
}
.page-affiliate-program-overview-about-numbers-item-icon-wrapper-red .page-affiliate-program-overview-about-numbers-item-icon {
  fill: #ff4734;
}
.page-affiliate-program-overview-about-numbers-item-icon-wrapper-green {
  background: rgba(74,213,4,0.1);
}
.page-affiliate-program-overview-about-numbers-item-icon-wrapper-green .page-affiliate-program-overview-about-numbers-item-icon {
  fill: #0ec12f;
}
.page-affiliate-program-overview-about-numbers-item-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 20px;
}
.page-affiliate-program-overview-about-numbers-item-title {
  margin-bottom: 4px;
}
.page-affiliate-program-overview-about-numbers-item-link {
  margin-top: 4px;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
}
.page-affiliate-program-overview-about-numbers-item-link-icon {
  display: block;
  width: 16px;
  height: 16px;
  fill: #1c91ff;
  margin-left: 8px;
}
.page-affiliate-program-overview-about-image {
  display: block;
  max-width: 100%;
}
.page-affiliate-program-overview-about-image-wrapper {
  position: absolute;
  right: 0;
  top: -120px;
  max-width: 50%;
}
@media only screen and (max-width: 1024px) {
  .page-affiliate-program-overview-about-image-wrapper {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .page-affiliate-program-overview-why .section-title,
  .page-affiliate-program-overview-why .section-description {
    text-align: left;
  }
}
@media only screen and (max-width: 1024px) {
  .page-affiliate-program-overview-why-reasons {
    margin-top: 40px;
  }
}
.page-affiliate-program-overview-why-reasons-item {
  margin-bottom: 24px;
}
@media only screen and (max-width: 1024px) {
  .page-affiliate-program-overview-why-reasons-item {
    margin-bottom: 20px;
  }
  .page-affiliate-program-overview-why-reasons-item:last-child {
    margin-bottom: 0;
  }
}
.page-affiliate-program-overview-why-reasons-item-title {
  margin-bottom: 4px;
}
.page-affiliate-program-overview-why-image {
  max-width: 100%;
}
.page-affiliate-program-overview-why-image-wrapper {
  margin: 0;
}
.page-affiliate-program-overview-why-cta {
  margin-top: 50px;
  text-align: center;
}
.page-affiliate-program-overview-calculator {
  background: #111;
  color: #fff;
}
.page-affiliate-program-overview-calculator::before {
  content: '';
  position: absolute;
  width: 577px;
  height: 577px;
  left: -110px;
  bottom: -74px;
  background: url(/wp-content/themes/elfsight/frontend/assets/img/affiliate-program-dollar.svg) no-repeat center;
}
@media only screen and (max-width: 640px) {
  .page-affiliate-program-overview-calculator::before {
    content: none;
  }
}
.page-affiliate-program-overview-calculator::after {
  content: '';
  position: absolute;
  width: 388px;
  height: 518px;
  right: -20px;
  top: -40px;
  background: url(/wp-content/themes/elfsight/frontend/assets/img/affiliate-program-calculator.svg) no-repeat center;
}
@media only screen and (max-width: 640px) {
  .page-affiliate-program-overview-calculator::after {
    content: none;
  }
}
.page-affiliate-program-overview-calculator-content {
  max-width: 610px;
  margin: 0 auto;
}
.page-affiliate-program-overview-calculator-select-label {
  color: #fff;
  text-align: center;
}
.page-affiliate-program-overview-calculator-select-options {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .page-affiliate-program-overview-calculator-select-options {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.page-affiliate-program-overview-calculator-select-options-item {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  border-radius: 8px;
  border: 2px solid rgba(255,255,255,0.3);
  padding: 16px 20px;
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .page-affiliate-program-overview-calculator-select-options-item {
    margin: 4px;
    font-size: 18px;
    padding: 12px 16px;
  }
}
.page-affiliate-program-overview-calculator-select-options-item:hover {
  border-color: rgba(255,255,255,0.7);
}
.page-affiliate-program-overview-calculator-select-options-item-active,
.page-affiliate-program-overview-calculator-select-options-item-active:hover {
  border-color: #ffea31;
  color: #ffea31;
}
.page-affiliate-program-overview-calculator-select-options-item-icon {
  fill: #ffea31;
  width: 12px;
  height: 12px;
  right: 2px;
  top: 2px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.page-affiliate-program-overview-calculator-select-options-item-active .page-affiliate-program-overview-calculator-select-options-item-icon {
  opacity: 1;
  visibility: visible;
}
.page-affiliate-program-overview-calculator-select-input {
  font-size: 24px;
  line-height: 24px;
  border-radius: 8px;
  background: transparent;
  border: 2px solid rgba(255,255,255,0.3);
  padding: 16px 20px;
  color: #fff;
  width: 100%;
  box-sizing: border-box;
  outline: none;
}
@media only screen and (max-width: 640px) {
  .page-affiliate-program-overview-calculator-select-input {
    font-size: 18px;
    line-height: 18px;
    padding: 12px 16px;
  }
}
.page-affiliate-program-overview-calculator-select-input::placeholder {
  color: rgba(255,255,255,0.2);
}
.page-affiliate-program-overview-calculator-select-input-wrapper {
  margin-top: 20px;
  display: none;
}
.page-affiliate-program-overview-calculator-select-input-wrapper-active {
  display: block;
}
.page-affiliate-program-overview-calculator-select-input:focus {
  border-color: #fff;
}
.page-affiliate-program-overview-calculator-table {
  margin-top: 40px;
  width: 100%;
  border-spacing: 0;
}
.page-affiliate-program-overview-calculator-table td {
  text-align: right;
  padding: 16px 0 16px 8px;
  color: rgba(255,255,255,0.7);
  font-size: 18px;
  line-height: 22px;
}
@media only screen and (max-width: 640px) {
  .page-affiliate-program-overview-calculator-table td {
    font-size: 16px;
  }
}
.page-affiliate-program-overview-calculator-table td:first-child {
  padding-left: 0;
}
.page-affiliate-program-overview-calculator-table td.page-affiliate-program-overview-calculator-table-cell-name {
  text-align: left;
}
.page-affiliate-program-overview-calculator-table td.page-affiliate-program-overview-calculator-table-cell-highlighted {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 29px;
}
@media only screen and (max-width: 640px) {
  .page-affiliate-program-overview-calculator-table td.page-affiliate-program-overview-calculator-table-cell-highlighted {
    font-size: 16px;
  }
}
.page-affiliate-program-overview-calculator-table td.page-affiliate-program-overview-calculator-table-cell-total {
  padding-top: 52px;
}
.page-affiliate-program-overview-calculator-table tbody td {
  border-top: 1px solid rgba(255,255,255,0.1);
}
.page-affiliate-program-overview-calculator-table tbody tr:last-child td {
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.page-affiliate-program-overview-calculator-table thead td {
  text-transform: uppercase;
  font-size: 15px;
  line-height: 18px;
  text-align: right;
}
@media only screen and (max-width: 640px) {
  .page-affiliate-program-overview-calculator-table thead td {
    font-size: 12px;
  }
}
.page-affiliate-program-overview-calculator-results-title {
  color: #fff;
  text-align: center;
  margin-top: 60px;
}
.page-affiliate-program-overview-calculator-results-caption {
  margin-top: 16px;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: rgba(255,255,255,0.3);
}
.page-affiliate-program-overview-calculator-results-cta {
  text-align: center;
  margin-top: 40px;
}
.page-affiliate-program-overview-how-to {
  background: linear-gradient(311deg, rgba(91,42,255,0.07) 0%, rgba(0,222,250,0.07) 100%);
}
@media only screen and (max-width: 1024px) {
  .page-affiliate-program-overview-how-to-steps-item {
    margin-bottom: 40px;
  }
  .page-affiliate-program-overview-how-to-steps-item:last-child {
    margin-bottom: 0;
  }
}
.page-affiliate-program-overview-how-to-steps-item-title {
  margin-bottom: 12px;
}
.page-affiliate-program-overview-how-to-cta {
  text-align: center;
  margin-top: 60px;
}
@media only screen and (max-width: 1024px) {
  .page-affiliate-program-overview-how-to-cta {
    margin-top: 40px;
  }
}
.page-affiliate-program-overview-how-to-cta-link {
  font-weight: 600;
  font-size: 18px;
}
.page-affiliate-program-overview-how-to-cta-link-text {
  vertical-align: middle;
}
.page-affiliate-program-overview-how-to-cta-link-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  fill: currentColor;
  vertical-align: middle;
  margin-left: 8px;
}
.page-affiliate-program-overview-stories-slider {
  height: auto;
  margin-top: -24px;
}
.page-affiliate-program-overview-stories-slider .eui-slider-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0;
  padding: 24px 0;
}
.page-affiliate-program-overview-stories-slider .eui-slider-arrow {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background-color: #111;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease;
  z-index: 1;
}
.page-affiliate-program-overview-stories-slider .eui-slider-arrow:active {
  transform: scale(0.95);
}
.page-affiliate-program-overview-stories-slider .eui-slider-arrow-prev {
  left: 0;
}
.page-affiliate-program-overview-stories-slider .eui-slider-arrow-next {
  right: 0;
}
.page-affiliate-program-overview-stories-slider .eui-slider-arrow svg {
  display: block;
  width: 16px;
  height: 16px;
  fill: #fff;
}
.page-affiliate-program-overview-stories-slider .eui-slider-indication {
  margin: 0 12px;
  display: inline-flex;
  align-items: center;
  min-width: 40px;
  justify-content: center;
}
.page-affiliate-program-overview-stories-slider .eui-slider-indication-item-divider {
  margin: 0 4px;
}
.page-affiliate-program-overview-stories .page-affiliate-program-stories-card {
  border-radius: 20px;
  border: 1px solid rgba(17,17,17,0.1);
  background: #fff;
  box-shadow: 0px 4px 24px 0px rgba(0,0,0,0.1);
  width: 100%;
  max-width: 718px;
  flex-grow: 1;
  box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  .page-affiliate-program-overview-materials-list-item {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
  }
  .page-affiliate-program-overview-materials-list-item:last-child {
    margin-bottom: 0;
  }
}
.page-affiliate-program-overview-materials-list-item-title {
  margin: 0;
}
.page-affiliate-program-overview-materials-list-item-text {
  margin-top: 12px;
  font-size: 18px;
}
.page-affiliate-program-overview-materials-list-item-link {
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  margin-top: 12px;
}
.page-affiliate-program-overview-materials-list-item-link-text {
  vertical-align: middle;
}
.page-affiliate-program-overview-materials-list-item-link-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  fill: currentColor;
  vertical-align: middle;
  margin-left: 8px;
}
.page-affiliate-program-overview-materials-list-item-image {
  max-width: 100%;
}
.page-affiliate-program-overview-materials-list-item-image-wrapper {
  flex-grow: 1;
  flex-shrink: 0;
  margin: 0 0 32px;
}
@media only screen and (max-width: 1024px) {
  .page-affiliate-program-overview-materials-list-item-image-wrapper {
    margin: 0 32px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-affiliate-program-overview-materials-list-item-image-wrapper {
    width: 30%;
  }
}
.page-affiliate-program-overview-audience {
  background: linear-gradient(311deg, rgba(91,42,255,0.07) 0%, rgba(0,222,250,0.07) 100%);
}
.page-affiliate-program-overview-audience-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px;
}
@media only screen and (max-width: 960px) {
  .page-affiliate-program-overview-audience-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 640px) {
  .page-affiliate-program-overview-audience-list {
    grid-template-columns: 1fr;
  }
}
.page-affiliate-program-overview-audience-list-item {
  display: flex;
  gap: 20px;
}
.page-affiliate-program-overview-audience-list-item-icon {
  display: block;
  width: 28px;
  height: 28px;
  fill: #111;
}
.page-affiliate-program-overview-audience-list-item-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
.page-affiliate-program-overview-audience-list-item-description {
  margin-top: 4px;
}
.page-affiliate-program-overview-audience-list-item-description a {
  color: #111;
  text-decoration: underline;
}
.page-affiliate-program-overview-audience-cta {
  margin-top: 60px;
}
.page-affiliate-program-overview-cta {
  padding-top: 0;
}
.page-affiliate-program-cases-cta {
  padding-top: 0;
}
.page-affiliate-program-assets-one-item {
  display: flex;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1024px) {
  .page-affiliate-program-assets-one-item {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 640px) {
  .page-affiliate-program-assets-one-item {
    flex-direction: column;
  }
}
.page-affiliate-program-assets-one-item:last-child {
  margin-bottom: 0;
}
.page-affiliate-program-assets-one-item-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-affiliate-program-assets-one-item-title {
  margin: 0 0 12px;
}
.page-affiliate-program-assets-one-item-text {
  font-size: 18px;
}
.page-affiliate-program-assets-one-item-link {
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  margin-top: 12px;
}
.page-affiliate-program-assets-one-item-link-text {
  vertical-align: middle;
}
.page-affiliate-program-assets-one-item-link-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  fill: currentColor;
  vertical-align: middle;
  margin-left: 8px;
}
.page-affiliate-program-assets-one-item-image {
  display: block;
  max-width: 100%;
}
.page-affiliate-program-assets-one-item-image-wrapper {
  margin: 0 0 0 50px;
  flex-shrink: 0;
}
@media only screen and (max-width: 1024px) {
  .page-affiliate-program-assets-one-item-image-wrapper {
    margin-left: 20px;
    max-width: 400px;
  }
}
@media only screen and (max-width: 640px) {
  .page-affiliate-program-assets-one-item-image-wrapper {
    margin: 20px 0 0;
  }
}
.page-affiliate-program-assets-two {
  background: #111;
}
.page-affiliate-program-assets-two-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .page-affiliate-program-assets-two-item {
    flex-direction: row;
    margin: 0 0 60px;
  }
}
@media only screen and (max-width: 640px) {
  .page-affiliate-program-assets-two-item {
    flex-direction: column;
    height: auto;
  }
}
.page-affiliate-program-assets-two-item-title {
  color: #fff;
  margin: 0 0 12px;
}
.page-affiliate-program-assets-two-item-text {
  color: #fff;
  font-size: 18px;
}
.page-affiliate-program-assets-two-item-link {
  margin-top: 12px;
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
}
.page-affiliate-program-assets-two-item-link-icon {
  display: block;
  width: 16px;
  height: 16px;
  fill: #1c91ff;
  margin-left: 8px;
}
.page-affiliate-program-assets-two-item-image {
  display: block;
  max-width: 100%;
}
.page-affiliate-program-assets-two-item-image-wrapper {
  padding-top: 32px;
  margin-top: auto;
}
@media only screen and (max-width: 1024px) {
  .page-affiliate-program-assets-two-item-image-wrapper {
    margin: 0 0 0 40px;
    padding: 0;
    width: 320px;
    flex-shrink: 0;
  }
}
@media only screen and (max-width: 640px) {
  .page-affiliate-program-assets-two-item-image-wrapper {
    width: auto;
    margin: 0;
    padding-top: 20px;
  }
}
.page-affiliate-program-assets-ideas-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .page-affiliate-program-assets-ideas-item {
    margin: 0 0 60px;
    flex-direction: row;
  }
}
@media only screen and (max-width: 640px) {
  .page-affiliate-program-assets-ideas-item {
    flex-direction: column;
    height: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .page-affiliate-program-assets-ideas-item-info {
    flex-grow: 1;
  }
}
.page-affiliate-program-assets-ideas-item-title {
  margin: 0 0 12px;
}
.page-affiliate-program-assets-ideas-item-text {
  font-size: 18px;
  line-height: 28px;
}
.page-affiliate-program-assets-ideas-item-link {
  margin-top: 12px;
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
}
.page-affiliate-program-assets-ideas-item-link-icon {
  display: block;
  width: 16px;
  height: 16px;
  fill: #1c91ff;
  margin-left: 8px;
}
.page-affiliate-program-assets-ideas-item-image {
  display: block;
  max-width: 100%;
}
.page-affiliate-program-assets-ideas-item-image-wrapper {
  padding-top: 20px;
  margin-top: auto;
}
@media only screen and (max-width: 1024px) {
  .page-affiliate-program-assets-ideas-item-image-wrapper {
    width: 320px;
    margin: 0 0 0 40px;
    padding: 0;
    flex-shrink: 0;
  }
}
@media only screen and (max-width: 640px) {
  .page-affiliate-program-assets-ideas-item-image-wrapper {
    width: auto;
    margin: 0;
    padding-top: 20px;
  }
}
.page-affiliate-program-assets-request {
  text-align: center;
  padding-bottom: 0;
}
.page-affiliate-program-assets-request-title {
  margin: 0 0 12px;
}
.page-affiliate-program-assets-request-text {
  font-size: 18px;
}
.page-affiliate-program-article-cta {
  padding-top: 0;
}
.page-affiliate-program-stories-hero {
  padding-bottom: 140px;
}
@media only screen and (max-width: 768px) {
  .page-affiliate-program-stories-hero {
    padding-bottom: 100px;
  }
}
.page-affiliate-program-stories-list {
  padding-top: 0;
}
.page-affiliate-program-stories-list .page-affiliate-program-stories-card {
  margin-bottom: 40px;
}
.page-affiliate-program-stories-list .page-affiliate-program-stories-card:first-child {
  margin-top: -40px;
}
.page-affiliate-program-stories-list .page-affiliate-program-stories-card:last-child {
  margin-bottom: 0;
}
.page-affiliate-program-stories-card {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0px 8px 24px rgba(0,0,0,0.1);
}
.page-affiliate-program-stories-card-header {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .page-affiliate-program-stories-card-header {
    display: block;
  }
}
.page-affiliate-program-stories-card-author {
  display: flex;
}
.page-affiliate-program-stories-card-picture {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.page-affiliate-program-stories-card-picture-wrapper {
  width: 60px;
  height: 60px;
  margin-right: 16px;
}
.page-affiliate-program-stories-card-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-affiliate-program-stories-card-name {
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
}
.page-affiliate-program-stories-card-caption {
  font-size: 13px;
  color: rgba(17,17,17,0.7);
}
.page-affiliate-program-stories-card-sales {
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .page-affiliate-program-stories-card-sales {
    margin-top: 20px;
  }
}
.page-affiliate-program-stories-card-quote {
  font-size: 18px;
  margin-top: 20px;
  line-height: 28px;
}
.page-affiliate-program-stories-card-quote-large {
  font-size: 24px;
  line-height: 36px;
}
@media only screen and (max-width: 768px) {
  .page-affiliate-program-stories-card-quote-large {
    font-size: 18px;
    line-height: 28px;
  }
}
.page-affiliate-program-stories-card-link {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
}
.page-affiliate-program-stories-card-link-container {
  margin-top: 20px;
}
.page-affiliate-program-stories-card-link-icon {
  display: block;
  width: 16px;
  height: 16px;
  fill: #1c91ff;
  margin-left: 8px;
}
.page-affiliate-program-story-hero {
  text-align: left;
  padding-bottom: 140px;
}
@media only screen and (max-width: 768px) {
  .page-affiliate-program-story-hero {
    padding-bottom: 100px;
  }
}
.page-affiliate-program-story-hero-back-link {
  display: inline-flex;
  align-items: center;
  line-height: 24px;
  color: #fff;
}
.page-affiliate-program-story-hero-back-link-icon {
  fill: #fff;
  width: 16px;
  height: 16px;
  margin-right: 12px;
}
.page-affiliate-program-story-hero-back-link-label {
  font-size: 18px;
}
.page-affiliate-program-story-hero-title {
  margin-top: 16px;
}
.page-affiliate-program-story-card {
  padding-top: 0;
}
.page-affiliate-program-story-card .page-affiliate-program-stories-card {
  margin-top: -40px;
}
.page-affiliate-program-story-performance-stats {
  padding-top: 0;
}
.page-affiliate-program-story-performance-stats-main {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .page-affiliate-program-story-performance-stats-main {
    display: block;
  }
}
.page-affiliate-program-story-performance-stats-main-item {
  flex: 1 1 0px;
  margin-right: 20px;
  border: 1px solid rgba(17,17,17,0.1);
  border-radius: 8px;
  padding: 16px 24px;
}
@media only screen and (max-width: 768px) {
  .page-affiliate-program-story-performance-stats-main-item {
    margin: 0 0 20px 0;
  }
}
.page-affiliate-program-story-performance-stats-main-item:last-child {
  margin-right: 0;
}
.page-affiliate-program-story-performance-stats-main-item-label {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 4px;
}
.page-affiliate-program-story-performance-stats-main-item-value {
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
}
.page-affiliate-program-story-performance-stats-additional {
  display: flex;
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .page-affiliate-program-story-performance-stats-additional {
    display: block;
  }
}
.page-affiliate-program-story-performance-stats-additional-col {
  flex: 1 1 0px;
  margin-right: 60px;
}
@media only screen and (max-width: 768px) {
  .page-affiliate-program-story-performance-stats-additional-col {
    margin: 0;
  }
}
.page-affiliate-program-story-performance-stats-additional-col:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .page-affiliate-program-story-performance-stats-additional-col:last-child .page-affiliate-program-story-performance-stats-additional-item:first-child {
    border-top: none;
  }
}
.page-affiliate-program-story-performance-stats-additional-item {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-top: 1px solid rgba(17,17,17,0.1);
}
.page-affiliate-program-story-performance-stats-additional-item:last-child {
  border-bottom: 1px solid rgba(17,17,17,0.1);
}
.page-affiliate-program-story-performance-stats-additional-item-label {
  font-size: 18px;
  line-height: 28px;
}
.page-affiliate-program-story-performance-stats-additional-item-value {
  font-size: 18px;
  font-weight: bold;
}
.page-affiliate-program-story-income-growth {
  padding-top: 0;
}
.page-affiliate-program-story-income-growth-stats {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .page-affiliate-program-story-income-growth-stats {
    display: block;
  }
}
.page-affiliate-program-story-income-growth-stats-item {
  flex: 1 1 0px;
  margin-right: 20px;
  border: 1px solid rgba(17,17,17,0.1);
  border-radius: 8px;
  padding: 16px 24px;
}
@media only screen and (max-width: 768px) {
  .page-affiliate-program-story-income-growth-stats-item {
    margin: 0 0 20px 0;
  }
}
.page-affiliate-program-story-income-growth-stats-item:last-child {
  margin-right: 0;
}
.page-affiliate-program-story-income-growth-stats-item-label {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 4px;
}
.page-affiliate-program-story-income-growth-stats-item-value {
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
}
.page-affiliate-program-story-income-growth-stats-caption {
  font-size: 18px;
  margin-top: 20px;
}
.page-affiliate-program-story-income-growth-chart {
  margin-top: 40px;
}
.page-affiliate-program-story-income-growth-chart-picture {
  max-width: 100%;
}
.page-affiliate-program-story-qa {
  padding-top: 0;
}
.page-affiliate-program-story-qa-item {
  margin-bottom: 40px;
}
.page-affiliate-program-story-qa-item:last-child {
  margin-bottom: 0;
}
.page-affiliate-program-story-qa-item-question {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: #f93262;
}
.page-affiliate-program-story-qa-item-answer {
  display: flex;
  margin-left: 40px;
  margin-top: 16px;
}
@media only screen and (max-width: 768px) {
  .page-affiliate-program-story-qa-item-answer {
    margin-left: 0;
  }
}
.page-affiliate-program-story-qa-item-answer-text {
  border: 1px solid rgba(17,17,17,0.1);
  border-radius: 12px 0 12px 12px;
  padding: 20px;
  flex: 1;
}
.page-affiliate-program-story-qa-item-answer-picture {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.page-affiliate-program-story-qa-item-answer-picture-wrapper {
  margin-left: 12px;
  width: 32px;
  height: 32px;
}
.page-affiliate-alternative-hero {
  background: #006cff;
  background: linear-gradient(-35deg, #6123ff, #006cff, #00e4ff);
}
.page-affiliate-alternative-hero::before,
.page-affiliate-alternative-hero::after {
  content: none;
}
.page-affiliate-alternative-hero .page-hero-title {
  margin-top: 16px;
}
.page-affiliate-alternative-hero-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 36px;
}
.page-affiliate-alternative-hero-logos-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  background: #fff;
  border-radius: 28px;
}
.page-affiliate-alternative-hero-logos-opponent {
  display: block;
  max-width: 40px;
  max-height: 40px;
}
.page-affiliate-alternative-hero-logos-elfsight {
  display: block;
  width: 40px;
  height: 40px;
  fill: #f93262;
}
.page-affiliate-alternative-hero-logos-vs {
  color: rgba(255,255,255,0.7);
  margin: 0 8px;
  font-size: 15px;
}
@-moz-keyframes starfall-combustion {
  0% {
    opacity: 0;
    transform: scale(0) rotateZ(-45deg);
  }
  50% {
    opacity: 1;
    transform: scale(0.6) rotateZ(-45deg);
  }
  100% {
    opacity: 0;
    transform: scale(1) rotateZ(-45deg);
  }
}
@-webkit-keyframes starfall-combustion {
  0% {
    opacity: 0;
    transform: scale(0) rotateZ(-45deg);
  }
  50% {
    opacity: 1;
    transform: scale(0.6) rotateZ(-45deg);
  }
  100% {
    opacity: 0;
    transform: scale(1) rotateZ(-45deg);
  }
}
@-o-keyframes starfall-combustion {
  0% {
    opacity: 0;
    transform: scale(0) rotateZ(-45deg);
  }
  50% {
    opacity: 1;
    transform: scale(0.6) rotateZ(-45deg);
  }
  100% {
    opacity: 0;
    transform: scale(1) rotateZ(-45deg);
  }
}
@keyframes starfall-combustion {
  0% {
    opacity: 0;
    transform: scale(0) rotateZ(-45deg);
  }
  50% {
    opacity: 1;
    transform: scale(0.6) rotateZ(-45deg);
  }
  100% {
    opacity: 0;
    transform: scale(1) rotateZ(-45deg);
  }
}
@-moz-keyframes starfall-movement {
  0% {
    transform: rotateZ(45deg) translateY(0px);
  }
  50% {
    transform: rotateZ(45deg) translateY(250px);
  }
  100% {
    transform: rotateZ(45deg) translateY(500px);
  }
}
@-webkit-keyframes starfall-movement {
  0% {
    transform: rotateZ(45deg) translateY(0px);
  }
  50% {
    transform: rotateZ(45deg) translateY(250px);
  }
  100% {
    transform: rotateZ(45deg) translateY(500px);
  }
}
@-o-keyframes starfall-movement {
  0% {
    transform: rotateZ(45deg) translateY(0px);
  }
  50% {
    transform: rotateZ(45deg) translateY(250px);
  }
  100% {
    transform: rotateZ(45deg) translateY(500px);
  }
}
@keyframes starfall-movement {
  0% {
    transform: rotateZ(45deg) translateY(0px);
  }
  50% {
    transform: rotateZ(45deg) translateY(250px);
  }
  100% {
    transform: rotateZ(45deg) translateY(500px);
  }
}
.page-tutorials-main {
  background: #fafafa;
}
.page-tutorials-text {
  background: #fff;
}
.page-tutorials-category-content {
  border-bottom: 1px solid #f1f1f1;
}
.page-tutorials-category-subcategories {
  margin-bottom: -60px;
}
.page-tutorials-category-subcategories-item {
  margin-bottom: 60px;
}
.page-tutorials-category-subcategories-item-name {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 0 12px;
}
.page-tutorials-category-subcategories-item-name a {
  color: #111;
}
.page-tutorials-category-subcategories-item-name a:hover {
  text-decoration: underline;
}
.page-tutorials-category-subcategories-item-tutorials-item {
  margin-bottom: 12px;
}
.page-tutorials-category-subcategories-item-tutorials-item:last-child {
  margin-bottom: 0;
}
.page-tutorials-category-subcategories-item-tutorials-item-title {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
.page-tutorials-category-subcategories-item-tutorials-item-title a {
  color: #111;
}
.page-tutorials-category-subcategories-item-tutorials-item-title a:hover {
  text-decoration: underline;
}
.page-tutorials-detail-header .inner::after {
  background: #f1f1f1;
}
.page-tutorials-detail-main {
  padding-top: 130px;
  padding-bottom: 0;
  margin-bottom: 100px;
}
@media only screen and (max-width: 960px) {
  .page-tutorials-detail-main {
    padding-top: 40px;
    margin-bottom: 40px;
  }
}
.page-tutorials-detail-main-inner {
  display: flex;
}
@media only screen and (max-width: 960px) {
  .page-tutorials-detail-main-inner {
    flex-direction: column-reverse;
  }
}
.page-tutorials-detail-menu {
  padding: 20px 20px 20px 0;
  position: sticky;
  top: 60px;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}
.page-tutorials-detail-menu-wrapper {
  width: 300px;
  flex-shrink: 0;
  margin-top: -16px;
  position: relative;
}
@media only screen and (max-width: 960px) {
  .page-tutorials-detail-menu-wrapper {
    display: none;
  }
}
.page-tutorials-detail-menu-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  top: 16px;
  right: 0;
  bottom: 0;
  background: #f1f1f1;
}
.page-tutorials-detail-menu-category {
  position: relative;
  margin-bottom: 16px;
}
.page-tutorials-detail-menu-category-link {
  display: block;
  color: #666;
}
.page-tutorials-detail-menu-category-link:hover,
.page-tutorials-detail-menu-category-active .page-tutorials-detail-menu-category-link {
  color: #111;
  text-decoration: none;
}
.page-tutorials-detail-menu-category-active .page-tutorials-detail-menu-category-link {
  font-weight: bold;
}
.page-tutorials-detail-menu-category-link-icon {
  position: absolute;
  right: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  fill: currentColor;
  opacity: 0;
  visibility: hidden;
  transform: rotate(-90deg);
  transition: all 0.2s ease;
}
.page-tutorials-detail-menu-category-link:hover .page-tutorials-detail-menu-category-link-icon {
  opacity: 1;
  visibility: visible;
}
.page-tutorials-detail-menu-category-active .page-tutorials-detail-menu-category-link-icon {
  opacity: 1;
  visibility: visible;
  transform: rotate(0);
}
.page-tutorials-detail-menu-category .page-tutorials-detail-menu-category-tutorials {
  margin-top: 8px;
  overflow: hidden;
  transition: all 0.2s ease;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
}
.page-tutorials-detail-menu-category-active .page-tutorials-detail-menu-category-tutorials {
  opacity: 1;
  visibility: visible;
}
.page-tutorials-detail-menu-category-tutorials-item {
  margin-bottom: 4px;
}
.page-tutorials-detail-menu-category-tutorials-item:last-child {
  margin-bottom: 0;
}
.page-tutorials-detail-menu-category-tutorials-item-link {
  display: block;
  color: #666;
  font-size: 16px;
  padding: 8px;
  border-radius: 4px;
}
.page-tutorials-detail-menu-category .page-tutorials-detail-menu-category-tutorials-item-link {
  padding-left: 20px;
}
.page-tutorials-detail-menu-category-tutorials-item-link:hover,
.page-tutorials-detail-menu-category-tutorials-item-active .page-tutorials-detail-menu-category-tutorials-item-link {
  text-decoration: none;
  color: #111;
  background: #fafafa;
}
.page-tutorials-detail-content {
  padding-left: 60px;
  overflow: hidden;
}
@media only screen and (max-width: 960px) {
  .page-tutorials-detail-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.page-tutorials-detail-content .table-of-contents {
  background: #fafafa;
  padding: 24px;
  float: right;
  margin: 32px 0 32px 32px;
}
@media only screen and (max-width: 768px) {
  .page-tutorials-detail-content .table-of-contents {
    float: none;
    margin: 0;
  }
}
.page-tutorials-detail-content .table-of-contents-title {
  margin: 0 0 16px;
}
.page-tutorials-detail-content .table-of-contents-list {
  margin: 0;
}
.page-tutorials-detail-text-excerpt {
  font-size: 20px;
  margin-bottom: 28px;
}
.page-tutorials-detail-related-tutorials-item-link {
  color: #111;
}
.page-tutorials-detail .application-demo {
  border-top: 1px solid #f1f1f1;
}
.page-widgets-content {
  background: #fafafa;
}

