/*!
 * 
 * 	elfsight.com
 * 
 * 	Copyright (c) 2020 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-hero-header-nav-list-item a,
.developers-included-item h4,
.developers-included-item p {
  color: #fff;
}
.color-black {
  color: #111;
}
.color-red {
  color: #ff4734;
}
.color-green {
  color: #4ad504;
}
.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);
}
.outer {
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-width: 320px;
  min-height: 100vh;
}
.section {
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.section-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.inner {
  position: relative;
  box-sizing: border-box;
  min-width: 320px;
  max-width: 1270px;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.col-row,
.cards {
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  align-items: stretch;
  justify-content: flex-start;
  margin-left: -1.968503937007874%;
  margin-right: -1.968503937007874%;
}
.col-row > *,
.cards > * {
  flex: 0 0 auto;
  box-sizing: border-box;
  padding: 0;
  margin-left: 1.893939393939394%;
  margin-right: 1.893939393939394%;
}
.col-row-reverse {
  flex-direction: row-reverse;
}
.col-row-reverse {
  flex-direction: row-reverse;
}
.col-0 {
  display: none;
}
.col-offset-0 {
  margin-left: 1.893939393939394%;
}
.col-1 {
  flex-basis: 4.545454545454545%;
  max-width: 4.545454545454545%;
}
.col-offset-1 {
  margin-left: 10.227272727272727%;
}
.col-2 {
  flex-basis: 12.878787878787879%;
  max-width: 12.878787878787879%;
}
.col-offset-2 {
  margin-left: 18.560606060606062%;
}
.col-3,
.cards-4-columns .cards-item {
  flex-basis: 21.21212121212121%;
  max-width: 21.21212121212121%;
}
.col-offset-3 {
  margin-left: 26.893939393939394%;
}
.col-4,
.cards-3-columns .cards-item {
  flex-basis: 29.54545454545454%;
  max-width: 29.54545454545454%;
}
.col-offset-4 {
  margin-left: 35.22727272727272%;
}
.col-5 {
  flex-basis: 37.878787878787875%;
  max-width: 37.878787878787875%;
}
.col-offset-5 {
  margin-left: 43.560606060606055%;
}
.col-6,
.cards-2-columns .cards-item {
  flex-basis: 46.21212121212121%;
  max-width: 46.21212121212121%;
}
.col-offset-6 {
  margin-left: 51.89393939393939%;
}
.col-7 {
  flex-basis: 54.545454545454554%;
  max-width: 54.545454545454554%;
}
.col-offset-7 {
  margin-left: 60.227272727272734%;
}
.col-8 {
  flex-basis: 62.878787878787875%;
  max-width: 62.878787878787875%;
}
.col-offset-8 {
  margin-left: 68.56060606060605%;
}
.col-9 {
  flex-basis: 71.21212121212122%;
  max-width: 71.21212121212122%;
}
.col-offset-9 {
  margin-left: 76.89393939393939%;
}
.col-10 {
  flex-basis: 79.54545454545455%;
  max-width: 79.54545454545455%;
}
.col-offset-10 {
  margin-left: 85.22727272727272%;
}
.col-11 {
  flex-basis: 87.87878787878788%;
  max-width: 87.87878787878788%;
}
.col-offset-11 {
  margin-left: 93.56060606060605%;
}
.col-12 {
  flex-basis: 96.21212121212122%;
  max-width: 96.21212121212122%;
}
.col-offset-12 {
  margin-left: 101.89393939393939%;
}
@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.893939393939394%;
  }
  .col-l-1 {
    flex-basis: 4.545454545454545%;
    max-width: 4.545454545454545%;
  }
  .col-l-offset-1 {
    margin-left: 10.227272727272727%;
  }
  .col-l-2 {
    flex-basis: 12.878787878787879%;
    max-width: 12.878787878787879%;
  }
  .col-l-offset-2 {
    margin-left: 18.560606060606062%;
  }
  .col-l-3 {
    flex-basis: 21.21212121212121%;
    max-width: 21.21212121212121%;
  }
  .col-l-offset-3 {
    margin-left: 26.893939393939394%;
  }
  .col-l-4,
  .cards-4-columns .cards-item {
    flex-basis: 29.54545454545454%;
    max-width: 29.54545454545454%;
  }
  .col-l-offset-4 {
    margin-left: 35.22727272727272%;
  }
  .col-l-5 {
    flex-basis: 37.878787878787875%;
    max-width: 37.878787878787875%;
  }
  .col-l-offset-5 {
    margin-left: 43.560606060606055%;
  }
  .col-l-6 {
    flex-basis: 46.21212121212121%;
    max-width: 46.21212121212121%;
  }
  .col-l-offset-6 {
    margin-left: 51.89393939393939%;
  }
  .col-l-7 {
    flex-basis: 54.545454545454554%;
    max-width: 54.545454545454554%;
  }
  .col-l-offset-7 {
    margin-left: 60.227272727272734%;
  }
  .col-l-8 {
    flex-basis: 62.878787878787875%;
    max-width: 62.878787878787875%;
  }
  .col-l-offset-8 {
    margin-left: 68.56060606060605%;
  }
  .col-l-9 {
    flex-basis: 71.21212121212122%;
    max-width: 71.21212121212122%;
  }
  .col-l-offset-9 {
    margin-left: 76.89393939393939%;
  }
  .col-l-10 {
    flex-basis: 79.54545454545455%;
    max-width: 79.54545454545455%;
  }
  .col-l-offset-10 {
    margin-left: 85.22727272727272%;
  }
  .col-l-11 {
    flex-basis: 87.87878787878788%;
    max-width: 87.87878787878788%;
  }
  .col-l-offset-11 {
    margin-left: 93.56060606060605%;
  }
  .col-l-12 {
    flex-basis: 96.21212121212122%;
    max-width: 96.21212121212122%;
  }
  .col-l-offset-12 {
    margin-left: 101.89393939393939%;
  }
}
@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.893939393939394%;
  }
  .col-m-1 {
    flex-basis: 4.545454545454545%;
    max-width: 4.545454545454545%;
  }
  .col-m-offset-1 {
    margin-left: 10.227272727272727%;
  }
  .col-m-2 {
    flex-basis: 12.878787878787879%;
    max-width: 12.878787878787879%;
  }
  .col-m-offset-2 {
    margin-left: 18.560606060606062%;
  }
  .col-m-3 {
    flex-basis: 21.21212121212121%;
    max-width: 21.21212121212121%;
  }
  .col-m-offset-3 {
    margin-left: 26.893939393939394%;
  }
  .col-m-4 {
    flex-basis: 29.54545454545454%;
    max-width: 29.54545454545454%;
  }
  .col-m-offset-4 {
    margin-left: 35.22727272727272%;
  }
  .col-m-5 {
    flex-basis: 37.878787878787875%;
    max-width: 37.878787878787875%;
  }
  .col-m-offset-5 {
    margin-left: 43.560606060606055%;
  }
  .col-m-6,
  .cards-3-columns .cards-item,
  .cards-4-columns .cards-item {
    flex-basis: 46.21212121212121%;
    max-width: 46.21212121212121%;
  }
  .col-m-offset-6 {
    margin-left: 51.89393939393939%;
  }
  .col-m-7 {
    flex-basis: 54.545454545454554%;
    max-width: 54.545454545454554%;
  }
  .col-m-offset-7 {
    margin-left: 60.227272727272734%;
  }
  .col-m-8 {
    flex-basis: 62.878787878787875%;
    max-width: 62.878787878787875%;
  }
  .col-m-offset-8 {
    margin-left: 68.56060606060605%;
  }
  .col-m-9 {
    flex-basis: 71.21212121212122%;
    max-width: 71.21212121212122%;
  }
  .col-m-offset-9 {
    margin-left: 76.89393939393939%;
  }
  .col-m-10 {
    flex-basis: 79.54545454545455%;
    max-width: 79.54545454545455%;
  }
  .col-m-offset-10 {
    margin-left: 85.22727272727272%;
  }
  .col-m-11 {
    flex-basis: 87.87878787878788%;
    max-width: 87.87878787878788%;
  }
  .col-m-offset-11 {
    margin-left: 93.56060606060605%;
  }
  .col-m-12,
  .cards-2-columns .cards-item {
    flex-basis: 96.21212121212122%;
    max-width: 96.21212121212122%;
  }
  .col-m-offset-12 {
    margin-left: 101.89393939393939%;
  }
}
@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.893939393939394%;
  }
  .col-s-1 {
    flex-basis: 4.545454545454545%;
    max-width: 4.545454545454545%;
  }
  .col-s-offset-1 {
    margin-left: 10.227272727272727%;
  }
  .col-s-2 {
    flex-basis: 12.878787878787879%;
    max-width: 12.878787878787879%;
  }
  .col-s-offset-2 {
    margin-left: 18.560606060606062%;
  }
  .col-s-3 {
    flex-basis: 21.21212121212121%;
    max-width: 21.21212121212121%;
  }
  .col-s-offset-3 {
    margin-left: 26.893939393939394%;
  }
  .col-s-4 {
    flex-basis: 29.54545454545454%;
    max-width: 29.54545454545454%;
  }
  .col-s-offset-4 {
    margin-left: 35.22727272727272%;
  }
  .col-s-5 {
    flex-basis: 37.878787878787875%;
    max-width: 37.878787878787875%;
  }
  .col-s-offset-5 {
    margin-left: 43.560606060606055%;
  }
  .col-s-6 {
    flex-basis: 46.21212121212121%;
    max-width: 46.21212121212121%;
  }
  .col-s-offset-6 {
    margin-left: 51.89393939393939%;
  }
  .col-s-7 {
    flex-basis: 54.545454545454554%;
    max-width: 54.545454545454554%;
  }
  .col-s-offset-7 {
    margin-left: 60.227272727272734%;
  }
  .col-s-8 {
    flex-basis: 62.878787878787875%;
    max-width: 62.878787878787875%;
  }
  .col-s-offset-8 {
    margin-left: 68.56060606060605%;
  }
  .col-s-9 {
    flex-basis: 71.21212121212122%;
    max-width: 71.21212121212122%;
  }
  .col-s-offset-9 {
    margin-left: 76.89393939393939%;
  }
  .col-s-10 {
    flex-basis: 79.54545454545455%;
    max-width: 79.54545454545455%;
  }
  .col-s-offset-10 {
    margin-left: 85.22727272727272%;
  }
  .col-s-11 {
    flex-basis: 87.87878787878788%;
    max-width: 87.87878787878788%;
  }
  .col-s-offset-11 {
    margin-left: 93.56060606060605%;
  }
  .col-s-12 {
    flex-basis: 96.21212121212122%;
    max-width: 96.21212121212122%;
  }
  .col-s-offset-12 {
    margin-left: 101.89393939393939%;
  }
}
.col-align-items-center {
  display: flex;
  align-items: center;
}
@font-face {
  font-family: 'ProximaNova';
  font-weight: 400;
  src: url(/wp-content/themes/elfsight/frontend/assets/fonts/ProximaNova-Regular.eot);
  src: url(/wp-content/themes/elfsight/frontend/assets/fonts/ProximaNova-Regular.eot?#iefix) format('embedded-opentype'), url(/wp-content/themes/elfsight/frontend/assets/fonts/ProximaNova-Regular.woff) format('woff'), url(/wp-content/themes/elfsight/frontend/assets/fonts/ProximaNova-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'ProximaNova';
  font-weight: 600;
  src: url(/wp-content/themes/elfsight/frontend/assets/fonts/ProximaNova-Semibold.eot);
  src: url(/wp-content/themes/elfsight/frontend/assets/fonts/ProximaNova-Semibold.eot?#iefix) format('embedded-opentype'), url(/wp-content/themes/elfsight/frontend/assets/fonts/ProximaNova-Semibold.woff) format('woff'), url(/wp-content/themes/elfsight/frontend/assets/fonts/ProximaNova-Semibold.ttf) format('truetype');
}
@font-face {
  font-family: 'ProximaNova';
  font-weight: 700;
  src: url(/wp-content/themes/elfsight/frontend/assets/fonts/ProximaNova-Bold.eot);
  src: url(/wp-content/themes/elfsight/frontend/assets/fonts/ProximaNova-Bold.eot?#iefix) format('embedded-opentype'), url(/wp-content/themes/elfsight/frontend/assets/fonts/ProximaNova-Bold.woff) format('woff'), url(/wp-content/themes/elfsight/frontend/assets/fonts/ProximaNova-Bold.ttf) format('truetype');
}
body {
  color: #111;
  font: 400 18px/1.555 ProximaNova, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
h1,
.h1,
.application-overview-hero-title-epithets,
.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: 768px) {
  h1,
  .h1,
  .application-overview-hero-title-epithets,
  .developers-hero h1,
  .developers-closing-cta h1,
  .developers-hero h2,
  .developers-closing-cta h2 {
    font-size: 40px;
    line-height: 48px;
  }
}
h2,
.h2,
.counters-item-value,
.number-counters-item-value {
  color: #111;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  margin: 80px 0 28px;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  h2,
  .h2,
  .counters-item-value,
  .number-counters-item-value {
    font-size: 32px;
    line-height: 40px;
    margin: 60px 0 28px;
  }
}
h3,
.h3,
.application-cta-create-content-title,
.application-overview-features-item-description-title,
.application-platform-content h2,
.page-app-pricing-text h2,
.page-applications-text h2,
.page-app-templates-text h2,
.page-integrations-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: 768px) {
  h3,
  .h3,
  .application-cta-create-content-title,
  .application-overview-features-item-description-title,
  .application-platform-content h2,
  .page-app-pricing-text h2,
  .page-applications-text h2,
  .page-app-templates-text h2,
  .page-integrations-text h2,
  .platform-text h2 {
    font-size: 24px;
    line-height: 32px;
    margin: 40px 0 28px;
  }
}
h4,
.h4,
.application-cta-ed-item-content-title,
.application-platform-content h3,
.page-app-pricing-text h3,
.page-applications-content-title,
.page-applications-text h3,
.page-app-templates-content-title,
.page-app-templates-text h3,
.page-integrations-content-title,
.page-integrations-text h3,
.platform-applications-title,
.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: 768px) {
  h4,
  .h4,
  .application-cta-ed-item-content-title,
  .application-platform-content h3,
  .page-app-pricing-text h3,
  .page-applications-content-title,
  .page-applications-text h3,
  .page-app-templates-content-title,
  .page-app-templates-text h3,
  .page-integrations-content-title,
  .page-integrations-text h3,
  .platform-applications-title,
  .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,
.footer-group-title,
.application-platform-content h4,
.page-app-pricing-text h4,
.page-applications-text h4,
.page-app-templates-text h4,
.page-integrations-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: 768px) {
  h5,
  .h5,
  .footer-group-title,
  .application-platform-content h4,
  .page-app-pricing-text h4,
  .page-applications-text h4,
  .page-app-templates-text h4,
  .page-integrations-text h4,
  .platform-text h4 {
    font-weight: 600;
  }
}
.subheading-20,
.page-header-logo-name,
.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,
.applications-list-item-header-info-title,
.applications-list-item-suggest-title,
.applications-list-item-suggest-title:hover {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
@media only screen and (max-width: 768px) {
  .subheading-20,
  .page-header-logo-name,
  .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,
  .applications-list-item-header-info-title,
  .applications-list-item-suggest-title,
  .applications-list-item-suggest-title:hover {
    font-size: 18px;
    line-height: 28px;
  }
}
.subheading-18,
.page-header-nav-list-item a,
.footer-blog-featured-post-title,
.platforms-title,
.application-overview-features-item-description-text-learn-more,
.application-overview-features-item-cta,
.application-pricing-table-col-head,
.applications-list-categories-item-label {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}
@media only screen and (max-width: 768px) {
  .subheading-18,
  .page-header-nav-list-item a,
  .footer-blog-featured-post-title,
  .platforms-title,
  .application-overview-features-item-description-text-learn-more,
  .application-overview-features-item-cta,
  .application-pricing-table-col-head,
  .applications-list-categories-item-label {
    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-platforms-list-item a {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}
@media only screen and (max-width: 768px) {
  .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-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,
.application-overview-hero-caption,
.platform-heading-caption {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}
@media only screen and (max-width: 768px) {
  .text-24,
  blockquote,
  .page-hero-text,
  .page-hero-text p,
  .application-cta-get-started-text,
  .application-create-installation-caption,
  .application-overview-hero-caption,
  .platform-heading-caption {
    font-size: 18px;
    line-height: 28px;
  }
}
.text-18,
.application-cta-ed-item-content-text,
.application-cta-create-content-text,
.application-demo-heading-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: 768px) {
  .text-18,
  .application-cta-ed-item-content-text,
  .application-cta-create-content-text,
  .application-demo-heading-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,
.header-menu-list-item-submenu-widgets-category-list-item a,
.footer-group-list-item a,
.footer-blog-featured-posts-see-all,
.footer-bottom-copyright,
.footer-bottom-nav ul li a,
.footer-bottom-language-toggle-text,
.footer-bottom-language-dropdown ul li a,
.post figure figcaption,
.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,
.application-pricing-table-col-cell,
.application-pricing-table-price-block-currency,
.application-pricing-table-price-block-period,
.applications-list-item-header-info-caption,
.applications-list-item-platform-caption,
.developers-hero-header-logo-name,
.developers-hero-header-nav-list-item a {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
@media only screen and (max-width: 768px) {
  .caption-15,
  p,
  .header-menu-list-item-submenu-widgets-category-list-item a,
  .footer-group-list-item a,
  .footer-blog-featured-posts-see-all,
  .footer-bottom-copyright,
  .footer-bottom-nav ul li a,
  .footer-bottom-language-toggle-text,
  .footer-bottom-language-dropdown ul li a,
  .post figure figcaption,
  .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,
  .application-pricing-table-col-cell,
  .application-pricing-table-price-block-currency,
  .application-pricing-table-price-block-period,
  .applications-list-item-header-info-caption,
  .applications-list-item-platform-caption,
  .developers-hero-header-logo-name,
  .developers-hero-header-nav-list-item a {
    font-size: 14px;
    line-height: 20px;
  }
}
.caption-13,
.footer-blog-subscribe-caption,
.footer-blog-featured-posts-label,
.footer-blog-featured-post-date,
.pagination .page-numbers,
.pagination .prev,
.pagination .next,
.tooltip-content,
.application-overview-testimonials-item-author-info-position,
.application-platform-content-sidebar-item-price-main-trial,
.application-pricing-table-col-head-caption,
.application-pricing-table-col-highlight .application-pricing-table-col-head:before,
.application-pricing-table-price-text,
.application-pricing-table-caption {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}
@media only screen and (max-width: 768px) {
  .caption-13,
  .footer-blog-subscribe-caption,
  .footer-blog-featured-posts-label,
  .footer-blog-featured-post-date,
  .pagination .page-numbers,
  .pagination .prev,
  .pagination .next,
  .tooltip-content,
  .application-overview-testimonials-item-author-info-position,
  .application-platform-content-sidebar-item-price-main-trial,
  .application-pricing-table-col-head-caption,
  .application-pricing-table-col-highlight .application-pricing-table-col-head:before,
  .application-pricing-table-price-text,
  .application-pricing-table-caption {
    font-size: 12px;
    line-height: 16px;
  }
}
.caption-11,
.applications-list-item-header-info-new {
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
}
p,
.developers-hero-header-logo-name {
  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,
.developers-hero-header-logo-name: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,
.developers-hero-header-logo-name: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: #f93262;
  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,
.applications-list-item-header-info-new {
  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: ProximaNova, Arial, 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.4s ease;
  white-space: nowrap;
}
a.button {
  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-28:not(.button-loading):hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 14px rgba(0,0,0,0.1);
}
.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;
}
.button-40:not(.button-loading):hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}
@media only screen and (max-width: 768px) {
  .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-40:not(.button-loading):hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 14px rgba(0,0,0,0.1);
  }
}
.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;
}
.button-48:not(.button-loading):hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.1);
}
@media only screen and (max-width: 768px) {
  .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-48:not(.button-loading):hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  }
}
.button-56 {
  font-size: 20px;
  line-height: 28px;
  padding: 14px 60px;
  height: 56px;
}
.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: 36px;
  padding-left: 52px;
}
.button-56.button-has-left-icon {
  padding-right: 52px;
  padding-left: 36px;
}
.button-56:not(.button-loading):hover {
  transform: translateY(-3px);
  box-shadow: 0 11px 28px rgba(0,0,0,0.1);
}
@media only screen and (max-width: 768px) {
  .button-56 {
    font-size: 16px;
    line-height: 24px;
    padding: 12px 52px;
    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: 28px;
    padding-left: 44px;
  }
  .button-56.button-has-left-icon {
    padding-right: 44px;
    padding-left: 28px;
  }
  .button-56:not(.button-loading):hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(0,0,0,0.1);
  }
}
.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: #4ad504;
}
.button-green:not(.button-loading):hover {
  background: #5cd91e;
}
.button-green.button-clear,
.button-green.button-outline {
  color: #4ad504;
}
.button-green.button-clear:not(.button-loading):hover,
.button-green.button-outline:not(.button-loading):hover {
  color: #3bcc03;
}
.button-green.button-outline {
  box-shadow: inset 0 0 0 1px rgba(74,213,4,0.7);
}
.button-green.button-outline:not(.button-loading):hover {
  box-shadow: inset 0 0 0 1px #4ad504;
}
.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;
  border-radius: 5px;
}
.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;
}
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.1s ease 0.2s;
}
body.body-overlay-visible::after {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}
.outer {
  padding-top: 56px;
}
@media only screen and (max-width: 960px) {
  .outer {
    padding-top: 48px;
  }
}
.header {
  position: relative;
  height: 56px;
  background: #fff;
  box-shadow: 0 0 12px rgba(0,0,0,0.1);
  z-index: 1;
  transition: all 0.1s ease;
}
.header-container {
  position: absolute;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
}
.header-container-fixed {
  position: fixed;
}
.header-container-hide-header {
  position: fixed;
  top: -56px !important;
}
@media only screen and (max-width: 960px) {
  .header-container {
    display: none;
  }
}
.header > .inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  max-width: 100%;
  padding-left: 24px;
  padding-right: 24px;
}
.header-logo {
  display: block;
  padding: 16px 24px 16px 0;
}
.header-logo img {
  display: block;
  width: 105px;
  height: 24px;
}
.header-menu {
  margin-left: 20px;
}
.header-menu-list {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.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: 20px 20px;
  text-decoration: none;
  color: #111;
  line-height: 16px;
  font-size: 15px;
  font-weight: 600;
  transition: color 0.2s ease;
  white-space: nowrap;
}
.header-menu-list-item > a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  height: 2px;
  background: #111;
  transition: all 0.2s ease;
}
.header-menu-list-item > a:hover,
.header-menu-list-item > a:focus {
  color: #111;
  text-decoration: none;
}
.header-menu-list-item > a:hover::after,
.header-menu-list-item > a:focus::after {
  right: 20px;
  left: 20px;
}
.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: 48px 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: 36px;
}
.header-menu-list-item-submenu-widgets-category-title {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  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;
}
.header-menu-list-item-submenu-widgets-category-list-item {
  position: relative;
  margin: 0 0 12px;
  line-height: 20px;
}
.header-menu-list-item-submenu-widgets-category-list-item a {
  color: #111;
  display: inline-block;
  position: relative;
}
.header-menu-list-item-submenu-widgets-category-list-item-badge {
  position: absolute;
  left: 100%;
  top: 4px;
  margin-left: 8px;
  text-transform: uppercase;
  height: 17px;
  line-height: 17px;
  font-size: 10px;
  font-weight: 700;
  color: #888;
  padding: 0 5px;
}
.header-menu-list-item-submenu-widgets-category-list-item-badge::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.1;
  background: currentColor;
  border-radius: 10px;
}
.header-menu-list-item-submenu-widgets-category-list-item-badge span {
  display: block;
  position: relative;
  z-index: 1;
}
.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;
  margin-bottom: 12px;
}
.header-menu-list-item-submenu-widgets-find-widget-text {
  font-size: 15px;
  line-height: 1.33;
  margin-bottom: 12px;
}
.header-menu-list-item-submenu-widgets-find-widget-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #1c91ff;
  font-size: 15px;
}
.header-menu-list-item-submenu-widgets-find-widget-link-icon {
  display: block;
  width: 24px;
  height: 24px;
  fill: #1c91ff;
}
.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;
}
.header-account-login {
  display: inline-block;
  margin-right: 24px;
  color: #111;
  font-size: 15px;
}
.header-account-sign-up {
  display: inline-block;
  color: #111;
  padding: 0 22px;
  border: 1px solid #111;
  border-radius: 40px;
  transition: all 0.3s ease;
  transform: translateY(0);
  height: 36px;
  line-height: 34px;
  font-size: 15px;
  box-sizing: border-box;
}
.header-account-sign-up:hover {
  transform: translateY(-3px);
  text-decoration: none;
}
.page-header {
  position: relative;
  transition: all 0.2s ease;
}
.header-container-hide-header .page-header {
  background: rgba(17,17,17,0.85);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.page-header .inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  height: 70px;
  padding-bottom: 1px;
  transition: all 0.2s ease;
}
.header-container-hide-header .page-header .inner {
  height: 58px;
}
.page-header .inner::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(255,255,255,0.2);
  transition: all 0.2s ease;
}
.header-container-hide-header .page-header .inner::after {
  display: none;
}
.page-header-logo {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -19px;
  height: 38px;
  line-height: 38px;
  padding-left: 50px;
  transition: all 0.2s ease;
}
.page-header-logo:hover {
  text-decoration: none;
}
.header-container-hide-header .page-header-logo {
  padding-left: 0;
  transition: all 0.2s ease 0.1s;
}
.page-header-logo-icon {
  display: block;
  position: absolute;
  left: 0;
  width: 38px;
  height: 38px;
  fill: #fff;
  transition: all 0.2s ease 0.1s;
}
.header-container-hide-header .page-header-logo-icon {
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}
.page-header-logo-name {
  color: #fff;
}
.page-header-nav {
  margin: 0 auto;
}
.page-header-nav-list {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.page-header-nav-list-item {
  margin: 0;
}
.page-header-nav-list-item a {
  color: #fff;
  display: block;
  position: relative;
  padding: 21px 18px;
}
.page-header-nav-list-item a:hover {
  text-decoration: none;
  color: rgba(255,255,255,0.8);
}
.header-container-hide-header .page-header-nav-list-item a {
  padding: 15px 18px;
  color: rgba(255,255,255,0.7);
}
.header-container-hide-header .page-header-nav-list-item a:hover {
  color: #fff;
}
.page-header-nav-list-item a:after {
  content: '';
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 50%;
  right: 50%;
  background: #fff;
  display: block;
}
.header-container-hide-header .page-header-nav-list-item a:after {
  display: none;
}
.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 {
  color: #fff;
}
.header-container-hide-header .page-header-nav-list-item-active a,
.header-container-hide-header .page-header-nav-list-item.active a,
.header-container-hide-header .page-header-nav-list-item-active a:hover,
.header-container-hide-header .page-header-nav-list-item.active a:hover {
  color: #fff;
}
.page-header-nav-list-item-active a::after,
.page-header-nav-list-item.active a::after,
.page-header-nav-list-item-active a:hover::after,
.page-header-nav-list-item.active a:hover::after {
  left: 18px;
  right: 18px;
}
.page-header-actions {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.header-container-hide-header .page-header-actions .button {
  background: #4ad504;
}
.page-hero {
  background-image: linear-gradient(225deg, #ffc63f 0%, #fd3358 49%, #bc35d8 100%);
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 76px 0;
  background-size: cover;
}
.has-page-header .page-hero {
  padding-top: 146px;
}
.page-hero-large {
  padding: 150px 0;
}
@media only screen and (max-width: 768px) {
  .page-hero {
    padding: 80px 0 60px;
  }
  .has-page-header .page-hero {
    padding-top: 60px;
  }
}
.page-hero.page-hero-has-image {
  padding-bottom: 0;
}
.page-hero .inner {
  z-index: 1;
}
.page-hero-title {
  color: #fff;
  margin-bottom: 0;
}
.page-hero-text,
.page-hero-text p {
  color: rgba(255,255,255,0.9);
  margin-top: 12px;
}
.page-hero:before,
.page-hero:after {
  content: '';
  opacity: 0.2;
  position: absolute;
  border-radius: 50%;
  transform: translateX(-50%);
  left: 50%;
  z-index: 1;
}
.page-hero-custom-background.page-hero:before,
.page-hero-custom-background.page-hero:after {
  content: none;
}
.page-hero:before {
  width: 1538px;
  height: 1538px;
  background-image: radial-gradient(circle 935px at 73.95% 7.83%, #ffff4f 0%, rgba(254,255,39,0) 100%);
  top: -4px;
}
.page-hero:after {
  width: 942px;
  height: 942px;
  background-image: radial-gradient(circle 548px at 89.05% 41.15%, #ffff4f 0%, rgba(254,255,39,0) 100%);
  top: calc(100% - 94px);
}
.page-hero-actions {
  display: flex;
  justify-content: center;
  margin-top: 44px;
  padding-bottom: 72px;
}
@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;
  max-width: 610px;
  margin: 0 auto;
  display: inline-block;
  height: auto;
}
.page-hero-image img {
  max-width: 100%;
  position: relative;
  vertical-align: bottom;
}
.footer {
  background: #111;
}
.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: #1c91ff;
}
.footer-group-list-item-highlighted a .footer-group-list-item-badge {
  color: #fff;
  background: #1c91ff;
}
.footer-group-list-item-badge {
  position: absolute;
  left: 100%;
  top: 4px;
  margin-left: 8px;
  text-transform: uppercase;
  height: 17px;
  line-height: 17px;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  background: #72777a;
  border-radius: 10px;
  padding: 0 5px;
}
.footer-blog .inner {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .footer-blog .inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 640px) {
  .footer-blog .inner {
    display: block;
    justify-content: initial;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.footer-blog-subscribe {
  flex-shrink: 0;
  width: 50%;
  padding-right: 50px;
  box-sizing: border-box;
}
@media only screen and (max-width: 640px) {
  .footer-blog-subscribe {
    width: 100%;
    padding-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .footer-blog-subscribe {
    text-align: center;
  }
}
.footer-blog-subscribe-inner {
  max-width: 500px;
}
.footer-blog-subscribe-email {
  border-radius: 4px;
  border: 1px solid rgba(255,255,255,0.3);
  background-color: rgba(255,255,255,0.1);
  font-size: 18px;
  line-height: 28px;
  padding: 16px 24px;
  color: #fff;
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 480px) {
  .footer-blog-subscribe-email {
    padding: 12px 20px;
  }
}
.footer-blog-subscribe-caption {
  color: #b7b7b7;
  margin-top: 20px;
}
.footer-blog-subscribe-button {
  margin-top: 20px;
}
.footer-blog-subscribe-success {
  color: #4ad504;
  margin-top: 16px;
  font-size: 15px;
}
.footer-blog-subscribe-error {
  color: #ff4734;
  margin-top: 16px;
  font-size: 15px;
}
.footer-blog-featured-posts {
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.1);
  padding: 24px;
  flex-shrink: 0;
  width: 50%;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .footer-blog-featured-posts {
    width: 100%;
    margin-top: 30px;
  }
}
.footer-blog-featured-posts-label {
  color: #b7b7b7;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.footer-blog-featured-posts-see-all {
  position: absolute;
  right: 24px;
  top: 24px;
  line-height: 18px;
  color: #1c91ff;
}
.footer-blog-featured-post {
  margin-bottom: 20px;
}
.footer-blog-featured-post:last-child {
  margin-bottom: 0;
}
.footer-blog-featured-post-title {
  margin: 0;
}
.footer-blog-featured-post-title a {
  color: #fff;
}
.footer-blog-featured-post-date {
  color: #b7b7b7;
  margin-top: 4px;
}
.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-language {
  position: relative;
  margin-left: auto;
}
.footer-bottom-language-toggle {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: opacity 0.3s;
  opacity: 0.7;
}
.footer-bottom-language:hover .footer-bottom-language-toggle {
  opacity: 1;
}
.footer-bottom-language-toggle:after {
  content: "";
  position: relative;
  width: 0;
  height: 0;
  display: inline-block;
  margin-left: 6px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #fff;
  transition: border 0.3s;
}
.footer-bottom-language-toggle-open:after {
  border-top: none;
  border-bottom: 4px solid #fff;
}
.footer-bottom-language-toggle-icon {
  width: 14px;
  height: 14px;
  fill: #fff;
  margin-right: 6px;
}
@media only screen and (max-width: 480px) {
  .footer-bottom-language-toggle-icon {
    margin-right: 0;
  }
}
.footer-bottom-language-toggle-text {
  color: #fff;
}
@media only screen and (max-width: 480px) {
  .footer-bottom-language-toggle-text {
    display: none;
  }
}
.footer-bottom-language-dropdown {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: 8px;
  min-width: 100%;
  background: #fff;
  border: 1px solid #181a1b;
  border-radius: 4px;
  overflow: hidden;
  transition: opacity 0.3s, visibility 0.3s, bottom 0.3s;
  opacity: 0;
  visibility: hidden;
}
.footer-bottom-language-toggle-open ~.footer-bottom-language-dropdown {
  bottom: 100%;
  opacity: 1;
  visibility: visible;
}
.footer-bottom-language-dropdown ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer-bottom-language-dropdown ul li {
  margin: 0;
  line-height: 1;
}
.footer-bottom-language-dropdown ul li a {
  display: block;
  color: #181a1b;
  padding: 4px 32px 4px 12px;
  position: relative;
  transition: background 0.3s;
  white-space: nowrap;
}
.footer-bottom-language-dropdown ul li a.footer-bottom-language-dropdown-selected:after {
  content: "";
  position: absolute;
  color: #181a1b;
  right: 8px;
  top: 11px;
  width: 9px;
  height: 4px;
  opacity: 0.8;
  border-bottom: solid 1px currentColor;
  border-left: solid 1px currentColor;
  transform: rotate(-45deg);
}
.footer-bottom-language-dropdown ul li a:hover {
  background: #ececec;
  text-decoration: none;
}
.mobile-ui {
  display: none;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 0;
  left: 0;
  transition: all 0.6s ease;
}
@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);
  box-shadow: 0 0 12px rgba(0,0,0,0.1);
  transition: all 0.5s ease;
}
.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(0,0,0,0.97);
  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: #fff;
  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: #fff;
  font-size: 14px;
}
.mobile-ui-page-header-title a {
  color: #fff;
  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);
  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(0,0,0,0.97);
}
.mobile-ui-page-header-menu-list-item {
  border-bottom-color: rgba(255,255,255,0.1);
}
.mobile-ui-page-header-menu-list-item a {
  color: #ebebeb !important;
}
.mobile-ui-page-header-menu-versions {
  width: 70%;
  opacity: 0;
  transform: translate3d(0, -25%, 0);
  transition: all 0.4s ease;
  will-change: transform, opacity;
}
.mobile-ui-page-header-menu-versions-title {
  font-size: 9px;
  color: #5c5c5c;
}
.mobile-ui-page-header-menu-versions-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.mobile-ui-page-header-menu-versions-list-item {
  display: block;
  margin-top: 12px;
  font-size: 11px;
}
.mobile-ui-page-header-menu-versions-list-item a {
  color: #fff !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: #000;
}
.mobile-ui-page-header-menu-active .mobile-ui-page-header-menu {
  top: 48px;
  bottom: 0;
  background: #000;
}
.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;
}
.mobile-ui-page-header-menu-active .mobile-ui-page-header-menu-versions {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 0.7s;
}
.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-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;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  cursor: pointer;
}
.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;
  align-self: baseline;
}
.faq-item-question:hover .faq-item-question-icon {
  opacity: 0.6;
}
.faq-item-active .faq-item-question-icon {
  transform: rotate(45deg);
}
.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-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;
}
.faq-item-active .faq-item-answer {
  padding: 12px 28px 30px 28px;
  pointer-events: initial;
}
.faq-item-answer-text {
  position: relative;
  top: -10px;
  opacity: 0;
  transition: top 0.3s ease 0.3s, opacity 0.3s ease 0.3s;
  padding-right: 36px;
}
.faq-item-active .faq-item-answer-text {
  opacity: 1;
  top: 0;
  transition: top 0.3s ease 0.2s, opacity 0.3s ease 0.2s;
}
.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;
  text-align: center;
}
.pagination .page-numbers {
  color: #a0aeb4;
  background: #fff;
  display: inline-block;
  padding: 4px 12px;
  margin: 0 1px 0 0;
  border-radius: 5px;
  transition: all 0.2s ease;
}
.pagination .page-numbers:hover {
  color: #f93262;
  background: #fff;
}
.pagination .page-numbers.current {
  color: #fff;
  background: #3a464b;
}
.pagination .prev,
.pagination .next {
  color: #a0aeb4;
}
.pagination .prev .pagination-prev-icon,
.pagination .next .pagination-prev-icon,
.pagination .prev .pagination-next-icon,
.pagination .next .pagination-next-icon {
  fill: #a0aeb4;
  width: 9px;
  height: 9px;
  transition: all 0.2s ease;
}
.pagination .prev:hover,
.pagination .next:hover {
  color: #f93262;
}
.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: #f93262;
}
.pagination .prev .pagination-prev-icon {
  margin-right: 4px;
}
.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);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  word-break: break-word;
  width: 292px;
  margin-left: -146px;
  margin-bottom: -15px;
  pointer-events: none;
  z-index: 9;
}
.tooltip-content-inner {
  position: relative;
  background: #fff;
  border-radius: 4px;
  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: 6px solid transparent;
  border-top-color: #fff;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
}
.tooltip-content-inner p {
  font-size: 13px;
  line-height: 18px;
  margin: 14px 0;
}
.tooltip-content-inner a {
  color: #1c91ff;
}
.tooltip:hover .tooltip-content {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translateY(0);
  pointer-events: all;
}
.browser-frame {
  box-shadow: 0 22px 44px rgba(0,0,0,0.1);
  border-radius: 8px;
  border: solid #efefef;
  border-width: 0;
  border-top-width: 28px;
  position: relative;
}
.browser-frame::before {
  content: '';
  display: block;
  position: absolute;
  top: -19px;
  left: 13px;
  width: 38px;
  height: 10px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOCIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDM4IDEwIj4gIDxnIGZpbGw9Im5vbmUiIGZpbGwtb3BhY2l0eT0iLjYiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgIDxjaXJjbGUgY3g9IjUiIGN5PSI1IiByPSI1IiBmaWxsPSIjQzJDMkMyIi8+ICAgIDxjaXJjbGUgY3g9IjE5IiBjeT0iNSIgcj0iNSIgZmlsbD0iI0MyQzJDMiIvPiAgICA8Y2lyY2xlIGN4PSIzMyIgY3k9IjUiIHI9IjUiIGZpbGw9IiNDMkMyQzIiLz4gIDwvZz48L3N2Zz4=") left center repeat;
}
.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: '”';
}
.tip {
  font-size: 15px;
  font-weight: 400;
  background-color: rgba(0,118,255,0.05);
  padding: 20px 24px;
  border-left: 2px solid rgba(74,144,226,0.4);
  line-height: 20px;
  margin: 28px 0;
}
.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 .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  margin: 40px 0;
}
.post .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.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: 900;
}
.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: 0;
}
.application-demo-heading {
  text-align: center;
  padding: 100px 0 60px;
}
.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;
}
.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 {
  margin-top: 40px;
  margin-bottom: 16px;
}
.application-demo-heading-text {
  opacity: 0.7;
}
.application-demo-circle-1,
.application-demo-circle-2,
.application-demo-circle-3,
.application-demo-circle-4 {
  content: '';
  opacity: 0.1;
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  pointer-events: none;
}
.application-demo-circle-1,
.application-demo-circle-2 {
  opacity: 0.15;
}
.application-demo-circle-3,
.application-demo-circle-4 {
  opacity: 0.1 !important;
}
.application-demo-circle-1,
.application-demo-circle-3 {
  width: 800px;
  height: 800px;
  background-image: radial-gradient(circle 800px at 75% -25%, #9a8aff 0%, rgba(154,138,255,0) 100%);
  left: -330px;
  top: -28px;
}
.application-demo-circle-2,
.application-demo-circle-4 {
  width: 400px;
  height: 400px;
  background-image: radial-gradient(circle 560px at 75% -25%, #9a8aff 0%, rgba(154,138,255,0) 100%);
  top: 166px;
  left: -130px;
}
.application-demo-circle-2 {
  left: -150px;
}
.application-demo-circle-3 {
  width: 520px;
  height: 520px;
  background-image: radial-gradient(circle 800px at 10% -25%, #9a8aff 0%, rgba(154,138,255,0) 100%);
  left: auto;
  right: -242px;
  top: 37px;
  opacity: 0.2;
}
.application-demo-circle-4 {
  width: 270px;
  height: 270px;
  background-image: radial-gradient(circle 560px at 10% -25%, #9a8aff 0%, rgba(154,138,255,0) 100%);
  left: auto;
  right: -130px;
  top: 157px;
  opacity: 0.2;
}
.application-demo-iframe-container {
  z-index: 1;
  position: relative;
}
.application-demo-iframe-container iframe {
  display: block;
  box-shadow: 0 22px 34px rgba(0,0,0,0.06);
}
.application-configurator-container {
  width: 100vw;
  height: calc(100vh - 96px);
}
.application-configurator-container iframe {
  box-shadow: rgba(0,0,0,0.3) 0px 0px 30px 0px;
}
@media only screen and (min-width: 960px) {
  .has-top-banner .outer {
    padding-top: 112px;
  }
}
.has-top-banner .header-container {
  top: 56px;
}
.has-top-banner .header-container-fixed {
  top: 0;
}
.banner-top {
  display: flex;
  position: absolute;
  justify-content: center;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1001;
  height: 56px;
  overflow: hidden;
}
@media only screen and (max-width: 960px) {
  .banner-top {
    display: none;
  }
}
.banner-top img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.banner-black-friday {
  background: #000;
}
.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 60s linear infinite;
  padding: 0 40px;
  box-sizing: border-box;
}
.platforms-list-clone {
  left: 4000px;
  animation: platformsSlideshow 60s linear infinite;
}
.platforms-list-item {
  display: inline-flex;
  justify-content: center;
  opacity: 0.2;
  filter: brightness(0.5) grayscale(1);
}
.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);
  }
}
@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;
}
@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;
  opacity: 0;
  visibility: hidden;
}
.popup-active {
  opacity: 1;
  visibility: visible;
}
.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.4);
  backdrop-filter: blur(1px);
}
.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;
}
.wp-block-table {
  border-spacing: 0;
  margin-bottom: 24px;
}
.wp-block-table th {
  text-align: left;
  font-weight: 700;
}
.wp-block-table th,
.wp-block-table td {
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}
.cards-item {
  margin-bottom: 40px;
  flex: 0 0 auto;
  box-sizing: border-box;
  padding: 0;
  margin-left: 1.893939393939394%;
  margin-right: 1.893939393939394%;
}
.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-platform-link {
  color: #1c91ff;
}
.card-industries-task {
  background: #fafafa;
  border-radius: 8px;
}
.card-industries-task-title {
  margin: 0 0 12px;
}
.card-industries-task-link {
  color: #1c91ff;
}
.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(74deg, #6123ff 0%, #00e4ff);
  padding-top: 140px;
  padding-bottom: 140px;
}
.cta-affiliate-program-title {
  color: #fff;
  font-size: 50px;
  line-height: 1.12;
  margin: 0 0 20px;
}
.cta-affiliate-program-caption,
.cta-affiliate-program-caption p {
  font-size: 24px;
}
.cta-affiliate-program-buttons-container {
  margin-top: 40px;
}
.cta-affiliate-program-buttons-container .button {
  margin: 0 8px;
}
.grid {
  display: grid;
}
.industries-link a {
  color: #1c91ff;
  font-size: 20px;
}
.industries-link a:hover {
  color: #1c91ff;
}
.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;
}
.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-hero {
  text-align: center;
  background-image: linear-gradient(225deg, #ffc63f, #fd3358 49%, #bc35d8);
  color: #fff;
  position: relative;
  overflow: hidden;
  padding-top: 128px;
  padding-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .application-overview-hero {
    padding-top: 88px;
  }
}
.application-overview-hero .inner {
  z-index: 1;
}
.application-overview-hero:before,
.application-overview-hero:after {
  content: '';
  opacity: 0.2;
  position: absolute;
  border-radius: 50%;
  transform: translateX(-50%);
  left: 50%;
  pointer-events: none;
}
.application-overview-hero:before {
  width: 1583px;
  height: 1583px;
  background-image: radial-gradient(circle 934px at 73.95% 43.4%, #ffff4f 0%, rgba(254,255,39,0) 100%);
  top: -4px;
}
.application-overview-hero:after {
  width: 942px;
  height: 942px;
  background-image: radial-gradient(circle 545px at 36% 24%, #ffff4f 0%, rgba(254,255,39,0) 100%);
  top: calc(100% - 33px);
  transform: translate3d(-50%, -50%, 0);
}
.application-overview-hero-caption {
  opacity: 0.9;
  color: #fff;
}
.application-overview-hero-title {
  color: #fff;
}
.application-overview-hero-title-wrapper {
  margin-top: 12px;
  margin-bottom: 0;
}
.application-overview-hero-title-wrapper h1 {
  display: inline;
  color: #fff;
}
.application-overview-hero-title-epithets {
  margin: 0;
  position: relative;
  white-space: nowrap;
  color: #fff;
  width: 260px;
  display: inline-block;
  vertical-align: top;
  text-align: right;
  height: 48px;
}
@media only screen and (max-width: 768px) {
  .application-overview-hero-title-epithets {
    text-align: center;
  }
}
.application-overview-hero-title-epithets-item {
  position: absolute;
  right: 0;
  opacity: 0;
  pointer-events: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 768px) {
  .application-overview-hero-title-epithets-item {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.application-overview-hero-title-epithets-item.active {
  opacity: 1;
  pointer-events: all;
}
.application-overview-hero-actions {
  display: flex;
  justify-content: center;
  margin-top: 44px;
  padding-bottom: 72px;
}
@media only screen and (max-width: 768px) {
  .application-overview-hero-actions {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .application-overview-hero-actions-item:not(:first-child) {
    margin-top: 20px;
  }
}
.application-overview-hero-actions-item .button {
  margin: 0 10px;
}
.application-overview-hero-image {
  position: relative;
  max-width: 610px;
  margin: 0 auto;
  display: inline-block;
  height: auto;
}
.application-overview-hero-image img {
  max-width: 100%;
  position: relative;
  vertical-align: bottom;
}
.application-overview-platforms {
  padding: 0;
  background: rgba(0,0,0,0.05);
  box-shadow: 0 -25px 40px rgba(17,17,17,0.12);
}
.application-overview-selling-points {
  padding-bottom: 0;
}
.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: '300,000+';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 100%;
  height: 100%;
  font-size: 288px;
  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;
}
@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-testimonials-item-text:before {
  content: '‘‘';
}
.application-overview-testimonials-item-text:after {
  content: '”';
}
.application-overview-faq-title {
  text-align: center;
}
.application-overview-faq .faq {
  margin-top: 60px;
}
.application-platform-codecanyon .page-hero {
  background: #72b724;
}
.application-platform-codecanyon .page-hero:before,
.application-platform-codecanyon .page-hero:after {
  content: '';
  opacity: 0.2;
  position: absolute;
  border-radius: 50%;
  transform: translateX(-50%);
  left: 50%;
  z-index: 1;
}
.application-platform-codecanyon .page-hero:before {
  width: 1538px;
  height: 1538px;
  background-image: radial-gradient(circle 935px at 73.95% 7.83%, #ffff4f 0%, rgba(254,255,39,0) 100%);
  top: -4px;
}
.application-platform-codecanyon .page-hero:after {
  width: 942px;
  height: 942px;
  background-image: radial-gradient(circle 548px at 89.05% 41.15%, #ffff4f 0%, rgba(254,255,39,0) 100%);
  top: calc(100% - 94px);
}
.application-platform-codecanyon .application-platform-content-heading {
  width: 100%;
  text-align: center;
  margin-bottom: 76px;
}
.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;
}
.header-container-hide-header .page-header-application-platform .page-header-actions .button {
  background: transparent;
}
.application-platform-hero {
  position: relative;
}
.application-platform-hero::before,
.application-platform-hero::after {
  content: none;
}
.application-platform-hero-icon {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 500px;
  height: 400px;
  opacity: 0.1;
  fill: #fff;
}
@media only screen and (max-width: 768px) {
  .application-platform-hero-icon {
    display: none;
  }
}
.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%;
  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-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-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: #4ad504;
  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: #4ad504;
  border-radius: 2px;
}
.application-platform-content-sidebar-item-price-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: 16px;
  height: 16px;
  fill: #ffb300;
  margin-left: 2px;
}
.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 {
  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 .application-demo {
  background: #fafafa;
}
.application-platform .application-demo-heading {
  padding-top: 80px;
}
.application-platform .application-demo .application-demo-circle-1,
.application-platform .application-demo .application-demo-circle-2,
.application-platform .application-demo .application-demo-circle-3,
.application-platform .application-demo .application-demo-circle-4 {
  display: none;
}
.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-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: #4ad504;
  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: #4ad504;
  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 .applications-list {
  min-height: 0;
  margin: 40px 0;
}
.application-platform-related-apps .applications-list-item-header-info-rating {
  margin-top: 0;
}
.application-platform-related-apps .applications-list-item-header-info-title {
  margin-top: 8px;
}
.application-platform-related-apps .applications-list-item-header-info-platform {
  color: #888;
  font-size: 13px;
  margin-top: 4px;
}
.application-pricing-hero {
  padding-bottom: 252px;
}
.application-pricing-hero-bf-sticker {
  width: 106px;
  height: 98px;
  position: relative;
  margin: 0 auto;
}
.application-pricing-hero-bf-sticker + h1 {
  margin-top: 40px;
}
.application-pricing-hero-bf-sticker-image {
  width: 100%;
  height: 100%;
  user-select: none;
  pointer-events: none;
}
.application-pricing-hero-bf-sticker-code {
  font-size: 13px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  line-height: 13px;
  bottom: 14px;
}
.application-pricing-tabs {
  width: 100%;
}
.application-pricing-tabs-hero {
  padding-bottom: 160px;
}
.application-pricing-tabs-container {
  padding: 0;
  margin-top: -60px;
}
.application-pricing-tabs-nav {
  position: relative;
  z-index: 2;
  margin-bottom: -1px;
}
.application-pricing-tabs-nav-inner {
  margin: 0 auto;
  display: flex;
}
.application-pricing-tabs-nav-item {
  cursor: pointer;
  font-size: 24px;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  line-height: 1.2;
  font-weight: normal;
  border-style: solid;
  border-width: 1px 1px 0 1px;
  border-radius: 10px 10px 0 0;
  border-color: transparent;
  color: #fff;
  transition: none;
}
.application-pricing-tabs-nav-item:hover {
  text-decoration: none;
}
.application-pricing-tabs-nav-item-active {
  border-color: rgba(0,0,0,0.1);
  background: #fafafa;
  color: #111;
}
.application-pricing-tabs-content {
  border-top: 1px solid #e0e0e0;
  background: #fafafa;
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
.application-pricing-tabs-content-item {
  display: none;
}
.application-pricing-tabs-content-item-active {
  display: block;
}
.application-pricing-table {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  color: #111;
  text-align: center;
  margin-top: 10px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  box-shadow: 0 10px 16px rgba(0,0,0,0.05);
}
.application-pricing-table-three-col {
  width: 75%;
}
.application-pricing-table-reverse {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  .application-pricing-table {
    flex-direction: column;
    align-items: center;
    box-shadow: none;
    width: 100%;
  }
}
.application-pricing-table-container {
  margin: -193px auto 0;
  padding: 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .application-pricing-table-container {
    margin-top: -210px;
  }
}
.application-pricing-table-col {
  width: 25%;
  border-left: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  background: #fff;
}
.application-pricing-table-col-black.application-pricing-table-col {
  background: #323232 !important;
  border: none !important;
  color: #fff;
}
.application-pricing-table-three-col .application-pricing-table-col {
  width: 33%;
}
@media only screen and (max-width: 768px) {
  .application-pricing-table-col {
    width: 100% !important;
    max-width: 262px;
    border-radius: 8px;
    border: 1px solid #ececec;
    margin-bottom: 20px;
  }
}
.application-pricing-table-col:first-child {
  border-radius: 8px 0 0 8px;
}
.application-pricing-table-reverse .application-pricing-table-col:first-child {
  border-radius: 0 8px 8px 0;
  border-right: 1px solid #ececec;
}
@media only screen and (max-width: 768px) {
  .application-pricing-table-col:first-child {
    border-radius: 8px !important;
    border: 1px solid #ececec !important;
  }
}
.application-pricing-table-col:first-child .application-pricing-table-col-head {
  border-radius: 8px 0 0 0;
  margin-left: -1px;
}
.application-pricing-table-reverse .application-pricing-table-col:first-child .application-pricing-table-col-head {
  margin-left: 0;
  margin-right: -1px;
  border-radius: 0 8px 0 0;
}
.application-pricing-table-col:first-child .application-pricing-table-price-block {
  padding-right: 0;
}
.application-pricing-table-col:last-child {
  border-radius: 0 8px 8px 0;
  border-right: 1px solid #ececec;
}
.application-pricing-table-reverse .application-pricing-table-col:last-child {
  border-radius: 8px 0 0 8px;
  border-right: none;
}
@media only screen and (max-width: 768px) {
  .application-pricing-table-col:last-child {
    border-radius: 8px !important;
    border-right: 1px solid #ececec !important;
  }
}
.application-pricing-table-col:last-child .application-pricing-table-col-head {
  border-radius: 0 8px 0 0;
  margin-right: -1px;
}
.application-pricing-table-reverse .application-pricing-table-col:last-child .application-pricing-table-col-head {
  border-radius: 8px 0 0 0;
  margin-right: 0;
  margin-left: -1px;
}
.application-pricing-table-col:last-child .application-pricing-table-col-head:after {
  display: none;
}
.application-pricing-table-col-head {
  position: relative;
  transition: all 0.2s ease;
  padding: 30px 34px;
}
.application-pricing-table-col-head-caption {
  color: #7f8588;
  min-height: 32px;
}
.application-pricing-table-col-black .application-pricing-table-col-head-caption {
  color: rgba(255,255,255,0.7);
}
.application-pricing-table-col-highlight {
  margin: -10px -1px -10px -1px;
  box-shadow: 0 8px 20px 0 rgba(0,0,1,0.16);
  border-left: none;
  border-radius: 8px;
  z-index: 1;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .application-pricing-table-col-highlight {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
.application-pricing-table-col-highlight .application-pricing-table-col-head {
  padding-top: 40px;
  padding-bottom: 30px;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  position: relative;
}
.application-pricing-table-col-highlight .application-pricing-table-col-head:before {
  content: 'Popular';
  position: absolute;
  top: 16px;
  right: -36px;
  transform: rotate(45deg);
  background-color: #ffec00;
  padding: 4px 40px;
  color: #17191a;
}
.application-pricing-table-col-highlight .application-pricing-table-col-head:after {
  display: none;
}
.application-pricing-table-col-cell {
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}
.application-pricing-table-col-cell:last-child {
  padding-bottom: 38px;
  margin-bottom: 0;
}
.application-pricing-table-col-cell-disable {
  opacity: 0.6;
  text-decoration: line-through;
}
.application-pricing-table-col-cell-views-info {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #e8e8e8;
  margin-left: 4px;
  margin-bottom: -3px;
}
.application-pricing-table-col-cell-views-info svg {
  fill: #7f8588;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.application-pricing-table-col-cell-feature-text {
  opacity: 0.7;
}
.application-pricing-table-price {
  position: relative;
  margin: 0;
  margin-bottom: 30px;
}
.application-pricing-table-price-old {
  top: -30px;
  left: 50%;
  position: absolute;
  color: rgba(255,255,255,0.5);
  transform: translateX(-50%);
}
.application-pricing-table-price-old::after {
  content: '';
  position: absolute;
  display: block;
  width: 105%;
  top: 50%;
  left: 0;
  height: 1px;
  transform: rotate(-10deg);
  background-color: #989898;
}
.application-pricing-table-price-block {
  position: relative;
  display: inline-block;
  padding-left: 12px;
}
.application-pricing-table-price-block-value {
  display: inline-block;
  font-size: 72px;
  font-weight: 600;
  line-height: 72px;
  color: #17191a;
}
.application-pricing-table-col-black .application-pricing-table-price-block-value {
  color: #fff;
}
.application-pricing-table-price-block-currency {
  position: absolute;
  top: 8px;
  left: 0;
  opacity: 0.5;
}
.application-pricing-table-price-block-fraction {
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  color: #17191a;
  position: absolute;
  top: 18px;
  right: 0;
}
.application-pricing-table-price-block-views-info {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #e8e8e8;
  top: 0;
  margin-left: 4px;
}
.application-pricing-table-price-block-views-info svg {
  fill: #7f8588;
  display: block;
}
.application-pricing-table-price-block-period {
  opacity: 0.5;
  text-transform: uppercase;
}
.application-pricing-table-price-text {
  opacity: 0.7;
  margin-top: 10px;
}
.application-pricing-table-caption {
  color: rgba(17,17,17,0.3);
  margin-top: 36px;
  text-align: center;
}
.application-pricing-table-button-container {
  margin-top: 24px;
  text-align: center;
}
.application-pricing-faq-title {
  text-align: center;
}
.application-pricing-faq .faq {
  margin-top: 60px;
}
.page-app-pricing-text {
  position: relative;
  padding: 80px 0;
}
.page-applications-content {
  background: #fafafa;
  padding: 60px 0 100px;
}
.page-applications-list {
  margin-top: 34px;
}
.page-applications-text {
  position: relative;
  padding: 80px 0;
}
.applications-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-template-columns: repeat(auto-fill, minmax(390px, 390px));
  grid-template-columns: repeat(auto-fill, minmax(390px, 390px));
  -ms-grid-template-rows: repeat(auto-fit, minmax(100px, max-content));
  grid-template-rows: repeat(auto-fit, minmax(100px, max-content));
  -ms-grid-gap: 50px;
  grid-gap: 50px;
  min-height: 330px;
}
.applications-list-filter-controls {
  display: flex;
  justify-content: space-between;
}
.applications-list-filter-message {
  display: none;
}
.applications-list-filter-message-visible {
  display: block;
}
.applications-list-filter-message-not-found {
  margin: 16px 0;
}
.applications-list-search {
  position: relative;
  flex-basis: 390px;
}
.applications-list-search-trigger,
.applications-list-search-clear {
  position: absolute;
  display: flex;
  cursor: pointer;
  top: 5px;
  right: 5px;
  border-radius: 50%;
  transition: background 0.1s ease;
}
.applications-list-search-trigger svg,
.applications-list-search-clear svg {
  display: block;
}
.applications-list-search-trigger:hover,
.applications-list-search-clear:hover {
  background: rgba(0,0,0,0.03);
}
.applications-list-search-trigger {
  width: 14px;
  height: 14px;
  padding: 8px;
}
.applications-list-search-active .applications-list-search-trigger {
  display: none;
}
.applications-list-search-clear {
  width: 10px;
  height: 10px;
  padding: 10px;
  display: none;
}
.applications-list-search-active .applications-list-search-clear {
  display: block;
}
.applications-list-search input {
  box-sizing: border-box;
  outline: none;
  max-width: 390px;
  width: 100%;
  height: 40px;
  padding: 10px 16px;
  border-radius: 4px;
  font-size: 15px;
  border: solid 1px rgba(17,17,17,0.2);
}
.applications-list-search input:focus {
  border: solid 1px rgba(17,17,17,0.4);
}
.applications-list-categories {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.applications-list-categories-item {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  margin-right: 16px;
  padding: 4px 12px;
  border-radius: 4px;
  transition: all 0.3s ease;
  margin-bottom: 16px;
}
.applications-list-categories-item-input {
  display: none;
}
.applications-list-categories-item-label {
  color: rgba(17,17,17,0.7);
  transition: all 0.3s ease;
  white-space: nowrap;
  line-height: 30px;
  user-select: none;
}
.applications-list-categories-item:hover .applications-list-categories-item-label,
.applications-list-categories-item.applications-list-categories-item-active .applications-list-categories-item-label {
  color: #111;
}
.applications-list-categories-item:hover,
.applications-list-categories-item.applications-list-categories-item-active {
  background-color: rgba(17,17,17,0.06);
}
.applications-list-item {
  position: relative;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  padding: 24px 28px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(76,76,76,0.15);
  background: #fff;
  transition: all 0.35s ease;
  height: 100%;
}
.applications-list-item:hover {
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(76,76,76,0.2);
}
.applications-list-item-wrapper {
  display: block;
}
.applications-list-item-wrapper-hidden {
  display: none;
}
.applications-list-item-inner {
  transition: 0.3s ease;
  z-index: 1;
}
.applications-list-item-header {
  display: flex;
}
.applications-list-item-header-icon {
  display: block;
  width: 48px;
  height: 48px;
  margin-right: 28px;
  fill: #e93264;
  flex-shrink: 0;
}
.applications-list-item-header-info-title {
  color: #111;
  margin: 0;
  line-height: 1;
}
.applications-list-item-header-info-title:hover {
  color: #111;
}
.applications-list-item-header-info-new {
  color: #fff;
  padding: 2px 8px;
  background-color: #4ad504;
  position: absolute;
  top: 8px;
  right: 8px;
  border-radius: 13px;
  line-height: 15px;
}
.applications-list-item-header-info-caption {
  line-height: 20px;
  margin-top: 8px;
  color: rgba(17,17,17,0.7);
}
.applications-list-item-header-info-rating {
  display: flex;
  margin-top: 12px;
}
.applications-list-item-header-info-rating-star {
  display: block;
  width: 12px;
  height: 12px;
  fill: #ffb300;
  margin-right: 2px;
}
.applications-list-item-triggers {
  position: absolute;
  top: 8px;
  right: 8px;
  display: flex;
}
.applications-list-item-triggers-item {
  margin-left: 4px;
}
.applications-list-item-triggers-item-sticker {
  font-size: 15px;
}
.applications-list-item-triggers-item-badge {
  display: inline-block;
  text-transform: uppercase;
  height: 19px;
  line-height: 19px;
  font-size: 9px;
  font-weight: 700;
  color: #fff;
  border-radius: 10px;
  padding: 0 8px;
}
.applications-list-item-platform {
  display: flex;
  align-items: center;
  justify-content: center;
}
.applications-list-item-platform-logo {
  margin: 0 auto;
}
.applications-list-item-platform-caption {
  color: rgba(17,17,17,0.7);
  text-align: center;
}
.applications-list-item-suggest {
  display: flex;
  align-items: center;
  background: transparent;
  border: 2px dashed rgba(17,17,17,0.1);
  box-shadow: none;
  position: relative;
}
.applications-list-item-suggest:hover {
  box-shadow: none;
}
.applications-list-item-suggest-wrapper {
  display: block;
}
.applications-list-item-suggest-title,
.applications-list-item-suggest-title:hover {
  color: #111;
}
.applications-list-item-suggest-button {
  margin-top: 12px;
}
.applications-list-item-suggest-icon {
  width: 122px;
  height: 122px;
  position: absolute;
  right: -24px;
  bottom: -26px;
  display: block;
}
.page-app-template-related {
  border-top: 1px solid #eee;
}
.page-app-templates-hero {
  padding: 76px 0;
}
.page-app-templates-content {
  background: #fafafa;
  padding: 60px 0 100px;
}
.page-app-templates-list {
  margin-top: 34px;
}
.page-app-templates-text {
  position: relative;
  padding: 80px 0;
}
.page-app-templates-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-template-columns: repeat(auto-fill, minmax(390px, 390px));
  grid-template-columns: repeat(auto-fill, minmax(390px, 390px));
  -ms-grid-template-rows: repeat(auto-fit, minmax(100px, max-content));
  grid-template-rows: repeat(auto-fit, minmax(100px, max-content));
  -ms-grid-gap: 50px;
  grid-gap: 50px;
  min-height: 330px;
}
.page-app-templates-list-item {
  position: relative;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(76,76,76,0.15);
  background: #fff;
  transition: all 0.35s ease;
  height: 100%;
}
.page-app-templates-list-item:hover {
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(76,76,76,0.2);
}
.page-app-templates-list-item-image {
  padding-top: 66.66%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.page-app-templates-list-item-image-container {
  background-image: linear-gradient(225deg, #ffc73f 0%, #fd3462 74%, #fa326a 100%);
}
.page-app-templates-list-item-image img {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
}
.page-app-templates-list-item-image-placeholder {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 40px;
  text-align: center;
  box-sizing: border-box;
  line-height: 1.2;
  transform: translateY(-50%);
}
.page-app-templates-list-item-info {
  padding: 24px 28px;
}
.page-app-templates-list-item-info-name {
  font-size: 18px;
  font-weight: 600;
  color: #111;
  margin: 0;
  line-height: 1;
}
.page-app-templates-list-item:hover .page-app-templates-list-item-info-name {
  text-decoration: underline;
}
.page-app-templates-list-item-info-name:hover {
  color: #111;
}
.page-app-templates-list-item-info-description {
  font-size: 15px;
  line-height: 20px;
  margin-top: 8px;
  color: rgba(17,17,17,0.7);
}
.root-home .outer {
  padding-top: 0;
}
.root-home .header > .inner {
  max-width: 1270px;
  width: auto;
  padding: 0;
}
.root-home .header-menu-list-item-submenu .inner {
  padding: 0;
}
@media only screen and (max-width: 1270px) {
  .root-home .header-menu-list-item-submenu .inner {
    padding: 0 20px;
  }
}
.root-home .header-container:not(.header-container-fixed) .header {
  background: transparent;
  box-shadow: none;
}
.root-home .header-container:not(.header-container-fixed) .header-menu-list-item > a {
  color: #fff;
}
.root-home .header-container:not(.header-container-fixed) .header-menu-list-item:hover>a::after {
  background: #fff;
}
.root-home .header-container:not(.header-container-fixed) .header-account a {
  color: #fff;
}
.root-home .header-container:not(.header-container-fixed) .header-account-sign-up {
  border-color: #fff;
}
.header-container-fixed .root-home {
  background-color: rgba(0,0,0,0.059);
}
.page-home-hero {
  background: #fff;
  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-bg {
  position: absolute;
  height: 1025px;
  top: 0;
  left: 0;
  pointer-events: none;
}
@media only screen and (max-width: 480px) {
  .page-home-hero-bg {
    top: -228px;
  }
}
.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;
  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-hero-selling-points {
  color: #333;
  justify-content: center;
  margin-top: 102px;
  text-align: left;
}
@media only screen and (max-width: 480px) {
  .page-home-hero-selling-points {
    margin-top: 80px;
  }
}
.page-home-hero-selling-points-item {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 480px) {
  .page-home-hero-selling-points-item:not(:first-child) {
    margin-top: 12px;
  }
}
.page-home-hero-selling-points-item-title {
  color: #111;
  font-size: 24px;
  font-weight: 600;
}
.page-home-hero-selling-points-item-text {
  color: #333;
  font-size: 16px;
  line-height: 24px;
  margin-top: 15px;
}
@media only screen and (max-width: 480px) {
  .page-home-hero-selling-points-item-text {
    margin-top: 8px;
  }
}
.page-home-hero-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-hero-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 {
  color: #1c91ff;
  display: flex;
  align-items: center;
}
.page-home-categories-list-item-link-icon {
  display: block;
  margin-left: 2px;
  fill: #1c91ff;
}
.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-twitter-icon {
  margin-top: 91px;
}
.page-home-testimonial-item-twitter-icon svg {
  fill: #fff;
  opacity: 0.2;
}
.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 {
  color: #1c91ff;
  display: inline-flex;
  align-items: center;
}
.page-home-platforms-see-all-icon {
  display: block;
  margin-left: 2px;
  fill: #1c91ff;
}
.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;
  padding: 60px 0 100px;
}
.page-integrations-list {
  display: flex;
  flex-wrap: wrap;
}
.page-integrations-list-item {
  margin-bottom: 40px;
}
.page-integrations-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;
}
.page-integrations-list-item a:hover {
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(76,76,76,0.2);
}
.page-integrations-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;
  fill: #fff;
}
.platform-applications {
  background: #fafafa;
  padding: 60px 0 100px;
}
.platform-applications-header {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  margin-bottom: 28px;
}
.platform-applications-title {
  margin: 0;
}
.platform-applications-see-all {
  margin-left: auto;
}
.platform-applications-list {
  margin-top: 34px;
}
.platform-text {
  position: relative;
}
.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);
}
.developers-hero {
  background-image: linear-gradient(-35deg, #6123ff, #006cff, #00e4ff);
}
.developers-hero-header {
  position: relative;
  z-index: 1;
  padding: 14px 0;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 1024px) {
  .developers-hero-header {
    display: none;
  }
}
.header-container-hide-header .developers-hero-header {
  padding: 8px 0;
}
.developers-hero-header .inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.developers-hero-header-logo {
  position: relative;
  line-height: 40px;
  transition: all 0.2s ease;
}
.header-container-hide-header .developers-hero-header-logo {
  padding-left: 0;
  transition: all 0.2s ease 0.1s;
}
.developers-hero-header-logo-icon {
  position: absolute;
  left: 0;
  width: 40px;
  height: 40px;
  fill: #f93262;
  transition: all 0.2s ease 0.1s;
}
.header-container-hide-header .developers-hero-header-logo-icon {
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}
.developers-hero-header-logo-name {
  color: #fff;
}
.developers-hero-header-nav {
  margin: 0 16px 0 auto;
}
.developers-hero-header-nav-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  list-style-type: none;
}
.developers-hero-header-nav-list-item {
  margin: 0 16px 0 0;
}
.developers-hero-header-nav-list-item a {
  display: block;
  padding: 8px;
}
.developers-hero-header-actions .button {
  display: block;
}
.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 {
  color: #1c91ff;
  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;
}
.affiliate-program-starfall-container {
  position: relative;
}
.affiliate-program-starfall-asteroid {
  position: absolute;
  background: url(/wp-content/themes/elfsight/frontend/assets/img/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;
}
@-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);
  }
}

