@charset "UTF-8";

:root {
  --padding-xxxl: 120px;
  --padding-xxl: 100px;
  --padding-xl: 80px;
  --padding-default: 60px;
  --padding-large: 40px;
  --padding-medium: 20px;
  --padding-small: 10px;
  --padding-none: 0;
}

body {
  --font-primary: 'neue-haas-grotesk-display', sans-serif;
  --header-extra-height: 0px;
  --header-total-height: 0px;
  --header-modalbar-height: 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: var(--color-grey-000) !important;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

body,
.sections_wrap {
  font-family: var(--font-primary) !important;
}

.sections_wrap {
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}

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

.button {
  font-size: 16px !important;
  text-align: center;
  padding: 2px 16px;
}

.button.button-primary {
  background: var(--color-yellow-400);
  color: var(--color-green-900);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border-radius: 8px;
}

.button.button-primary:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.button.button-text {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  padding: 0 6px;
  border-radius: 8px;
  text-decoration: none;
}

.button.button-text:hover {
  background: var(--color-grey-200);
}

.button-fullwidth {
  width: 100%;
}

.button-fullwidth a {
  width: 100%;
}

.buttons {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}

.media__images_slider .media-images__box {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 40px;
  padding-right: 40px;
}

#hero .section-sides__side[data-media-only="true"][data-background-gradient-simple="gradient-02"] {
  border-radius: 20px 0 0 0;
  padding: 40px 0 0 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}

#marquee_images .section-sides__side[data-media-only="true"] {
  padding: 40px 0;
}

.hbspt-form input {
  width: 100%;
  border: 1px solid var(--color-grey-700);
  border-radius: 4px;
  padding: 6px 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  color: var(--color-grey-500);
}

.hbspt-form input:focus,
.hbspt-form input:focus-visible {
  border: 1px solid var(--border-border-primary);
  border-radius: 0;
}

.hbspt-form input::-webkit-input-placeholder {
  color: var(--text-text-secondary);
}

.hbspt-form input:-ms-input-placeholder {
  color: var(--text-text-secondary);
}

.hbspt-form input::-moz-placeholder {
  color: var(--text-text-secondary);
}

.hbspt-form input::-ms-input-placeholder {
  color: var(--text-text-secondary);
}

.hbspt-form input::placeholder {
  color: var(--text-text-secondary);
}

.hbspt-form input[type="submit"] {
  text-align: center;
  padding: 8px 16px;
  background: var(--color-yellow-400);
  color: var(--color-green-900);
  -webkit-box-shadow: 0 0 6px 0 #CAF625;
          box-shadow: 0 0 6px 0 #CAF625;
  border-radius: 8px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border: 0;
  cursor: pointer;
  font-size: 16px;
}

.hbspt-form input[type="submit"]:hover {
  -webkit-box-shadow: 0px 0px 20px 4px #CAF625;
          box-shadow: 0px 0px 20px 4px #CAF625;
}

.hbspt-form select {
  width: 100%;
  border: 1px solid var(--color-grey-700);
  border-radius: 4px;
  padding: 9px 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  color: var(--color-grey-500);
}

.hbspt-form textarea {
  width: 100% !important;
  border: 1px solid var(--border-border-primary);
  border-radius: 4px;
  padding: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  color: var(--text-text-primary);
  resize: none;
}

.hbspt-form textarea:focus,
.hbspt-form textarea:focus-visible {
  border: 1px solid var(--border-border-primary);
  border-radius: 0;
}

.hbspt-form textarea::-webkit-input-placeholder {
  color: var(--text-text-secondary);
}

.hbspt-form textarea:-ms-input-placeholder {
  color: var(--text-text-secondary);
}

.hbspt-form textarea::-moz-placeholder {
  color: var(--text-text-secondary);
}

.hbspt-form textarea::-ms-input-placeholder {
  color: var(--text-text-secondary);
}

.hbspt-form textarea::placeholder {
  color: var(--text-text-secondary);
}

.hbspt-form .actions {
  margin-top: 10px;
  margin-bottom: 18px;
  padding: 10px 0 16px;
}

.hbspt-form label {
  font-size: 14px;
  display: block;
}

.hbspt-form .hs-form-field:not(:last-of-type) {
  margin-bottom: 10px;
}

.hbspt-form .legal-consent-container {
  margin: 10px 0;
}

.hbspt-form .legal-consent-container .hs-richtext {
  font-size: 10px;
  line-height: 17px;
  font-weight: 400;
  color: var(--text-text-secondary);
}

.hbspt-form .legal-consent-container .hs-richtext p {
  font-size: 10px;
  line-height: 17px;
  font-weight: 400;
  color: var(--text-text-secondary);
}

.hbspt-form .hs-richtext {
  color: var(--pecan-text);
  line-height: 24px;
  text-align: left;
}

.hbspt-form .hs-richtext a {
  color: var(--pecan-primary);
}

.hbspt-form .hs-richtext p {
  color: var(--pecan-text);
  line-height: 24px;
  text-align: left;
}

.hbspt-form .edu-error-message {
  color: #f2545b;
  padding: 5px;
}

.hbspt-form .hs-error-msgs {
  text-align: left;
}

.hbspt-form .hs-error-msgs.inputs-list {
  margin: 5px 0 0;
}

.hbspt-form .hs-error-msgs label {
  color: #f2545b;
}

.hbspt-form ul.no-list {
  list-style: none;
}

.hbspt-form .inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}

.hbspt-form .hs-recaptcha {
  display: none !important;
}

.book-a-demo-popup .lity-close {
  opacity: 0;
  visibility: hidden;
}

.book-a-demo-popup .video-overlay-wrap {
  width: 100%;
}

.book-a-demo-popup .section-book_a_demo .section-book_a_demo_wrap__content a[data-close-popup] {
  display: block !important;
}

.book-a-demo-popup .section-book_a_demo .pecan_logo {
  display: block;
}

.book-a-demo-popup .section-book_a_demo .container {
  padding: 0;
  margin: 0;
}

.lity-opened.lity-inline:has(.section-book_a_demo) .lity-close {
  display: none !important;
}

.lity-close {
  text-indent: inherit !important;
  font-size: 0 !important;
}

.video-overlay-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 96vw;
  gap: 16px;
}

.video-overlay-wrap video,
.video-overlay-wrap iframe {
  height: calc(100vh - 9rem);
  max-width: 100%;
}

.video-overlay-wrap iframe {
  width: 100%;
}

.single_post_content_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 60px 0;
  gap: 64px;
}

.single_post_content_wrap-left {
  max-width: 800px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.single_post_content_wrap-right {
  width: 300px;
}

.single_post_content_wrap-rightSidebar {
  position: -webkit-sticky;
  position: sticky;
  top: calc(20px + var(--header-total-height));
  z-index: 5;
}

.single_post_content_wrap-rightSidebar-form {
  border-radius: 10px;
  border: 1px solid #AFB9B8;
  padding: 10px;
  text-align: center;
}

.single_post_content_wrap-rightSidebar-form .actions {
  margin: 0;
  padding: 10px 0 0;
}

.single_post_content_wrap-rightSidebar .newsletter_box {
  margin-top: 10px;
}

.single_post_content_wrap-rightSidebar .newsletter_box_title {
  margin-bottom: 16px;
}

.single_post_content_wrap-rightSidebar .newsletter_box_title p {
  padding-bottom: 0;
}

.single_post_content_wrap-rightSidebar .downloadable_version {
  margin: 48px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.single_post_content_wrap-rightSidebar .downloadable_version_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.single_post_content .post_toc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.single_post_content .post_toc_linksList {
  margin: 0;
  padding: 0 0 0 20px;
  list-style-type: none;
}

.single_post_content .post_toc_linksList-item.is-active-li a {
  color: var(--color-yellow-600) !important;
}

.single_post_content .post_toc_linksList-item.is-active-li a:before {
  color: var(--color-yellow-600);
}

.single_post_content .post_toc_linksList-item a {
  position: relative;
  color: var(--text-text-secondary) !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 6px;
}

.single_post_content .post_toc_linksList-item a:before {
  content: "→";
  position: absolute;
  top: 0;
  left: -20px;
  color: var(--text-text-secondary);
}

.related_content .thumb {
  height: 200px;
}

.related_content .thumb a {
  width: 100%;
  height: 100%;
}

.related_content .thumb picture {
  width: 100%;
  height: 100%;
}

.related_content .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.related_content .text p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.bookademo {
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  background: var(--color-yellow-100);
  border-radius: 10px;
}

.bookademo .newsletter_box_title {
  margin: 0;
}

.bookademo .buttons {
  width: 100%;
}

.bookademo a {
  width: 100%;
}

.blog_cta_in_content {
  margin: 20px 0;
  padding: 20px;
  border-radius: 8px;
  background: var(--color-yellow-100);
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.blog_breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px;
}

.blog_breadcrumbs a,
.blog_breadcrumbs span {
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  color: #697777;
}

.blog_breadcrumbs span.divider {
  margin-left: 5px;
  margin-right: 5px;
}

.lity {
  background: rgba(0, 0, 0, 0.55) !important;
}

html.lity-active body > .sections_wrap,
html.lity-active .section-header {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transition: -webkit-filter 0.3s ease-in-out;
  transition: -webkit-filter 0.3s ease-in-out;
  -o-transition: filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
}

.lity-iframe-container {
  height: 90vh !important;
}

.hbspt-form .submitted-message {
  background: var(--surface-background-tertiary);
  padding: 24px;
}

#custom-bg-1 .section-sides__side {
  background: var(--custom-grey);
  padding: 20px;
  border-radius: 10px;
}

#custom-bg-1 .section-sides__side .section-sides__cards__box:first-of-type {
  border-left: 0;
}

/*! 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.
 */

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

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.
 */

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

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

hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          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;
  text-decoration: none;
  color: #000;
}

/**
 * 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 */
  -webkit-text-decoration: underline dotted;
     -moz-text-decoration: underline dotted;
          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;
  height: auto;
  max-width: 100%;
}

/* 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 {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

:root {
  --color-black-white-black: #000000;
  --color-black-white-white: #ffffff;
  --color-blue-050: #eff4ff;
  --color-blue-100: #dae6ff;
  --color-blue-200: #bed4ff;
  --color-blue-300: #91b9ff;
  --color-blue-400: #5e94fc;
  --color-blue-500: #386df9;
  --color-blue-600: #1a39db;
  --color-blue-700: #1c2fb1;
  --color-blue-800: #1d25b6;
  --color-blue-900: #161d55;
  --color-brown-050: #faf5f2;
  --color-brown-100: #f4e8e0;
  --color-brown-200: #e7d0c1;
  --color-brown-300: #d8b199;
  --color-brown-400: #cb9379;
  --color-brown-500: #bc7053;
  --color-brown-600: #ae5d48;
  --color-brown-700: #914b3d;
  --color-brown-800: #753e37;
  --color-brown-900: #331917;
  --color-cyan-050: #effefd;
  --color-cyan-100: #c8fffc;
  --color-cyan-200: #90fffa;
  --color-cyan-300: #51f7f6;
  --color-cyan-400: #1ddfe4;
  --color-cyan-500: #05bec7;
  --color-cyan-600: #0097a1;
  --color-cyan-700: #057780;
  --color-cyan-800: #0a5d65;
  --color-cyan-900: #002f36;
  --color-green-050: #fbf9ea;
  --color-green-100: #f5f4d2;
  --color-green-200: #ebe8ab;
  --color-green-300: #dcda7a;
  --color-green-400: #cbcb50;
  --color-green-500: #afb032;
  --color-green-600: #898c24;
  --color-green-700: #686b20;
  --color-green-800: #53561e;
  --color-green-900: #2c2e11;
  --color-grey-000: #fbfbfb;
  --color-grey-100: #f8f8f7;
  --color-grey-200: #ebeeee;
  --color-grey-300: #d4d9d9;
  --color-grey-400: #afb9b8;
  --color-grey-500: #697777;
  --color-grey-600: #54605f;
  --color-grey-700: #444d4c;
  --color-grey-800: #3a4141;
  --color-grey-900: #222626;
  --color-magenta-050: #fbf4f8;
  --color-magenta-100: #f9eaf2;
  --color-magenta-200: #f1c5dc;
  --color-magenta-300: #eeb3d0;
  --color-magenta-400: #e284b1;
  --color-magenta-500: #d55f94;
  --color-magenta-600: #c24074;
  --color-magenta-700: #a72f5c;
  --color-magenta-800: #8a2a4d;
  --color-magenta-900: #461124;
  --color-orange-050: #fef5ee;
  --color-orange-100: #fee9d6;
  --color-orange-200: #fbcead;
  --color-orange-300: #f8ac79;
  --color-orange-400: #f48043;
  --color-orange-500: #f15d1e;
  --color-orange-600: #e74514;
  --color-orange-700: #bc3112;
  --color-orange-800: #782416;
  --color-orange-900: #410f09;
  --color-purple-050: #f6f3ff;
  --color-purple-100: #eee9fe;
  --color-purple-200: #e0d6fe;
  --color-purple-300: #d0bffd;
  --color-purple-400: #ae8bfa;
  --color-purple-500: #955df5;
  --color-purple-600: #883bec;
  --color-purple-700: #7929d8;
  --color-purple-800: #541e94;
  --color-purple-900: #341065;
  --color-red-050: #fff1f0;
  --color-red-100: #ffe0dd;
  --color-red-200: #ffc7c1;
  --color-red-300: #ff9f95;
  --color-red-400: #ff6959;
  --color-red-500: #ff3a26;
  --color-red-600: #fc1d06;
  --color-red-700: #eb1600;
  --color-red-800: #af1505;
  --color-red-900: #500700;
  --color-yellow-050: #fcffe5;
  --color-yellow-100: #f7ffc7;
  --color-yellow-200: #eeff95;
  --color-yellow-300: #e2ff6c;
  --color-yellow-400: #caf625;
  --color-yellow-500: #abdd05;
  --color-yellow-600: #85b100;
  --color-yellow-700: #648605;
  --color-yellow-800: #50690b;
  --color-yellow-900: #43590e;
  --custom-grey: #F2F2F2;
  --surface-background-primary: var(--color-grey-000);
  --gradient-01: linear-gradient(180deg, rgba(243, 245, 245, 0.00) 0%, #EEFF95 100%);
  --gradient-02: radial-gradient(232.04% 240.84% at -20.42% -27.75%, var(--color-yellow-400) 15%, var(--color-yellow-700) 74.55%, rgba(243, 245, 245, 0.00) 100%);
}

[data-theme="light"] {
  --surface-background-primary: var(--color-grey-000);
  --text-text-primary: var(--color-yellow-900);
  --text-text-secondary: var(--color-grey-500);
  --text-text-hover: var(--color-yellow-700);
}

[data-background-color="color-black-white-black"][data-background-color="color-black-white-black"] {
  background-color: var(--color-black-white-black);
}

[data-background-color="color-black-white-white"][data-background-color="color-black-white-white"] {
  background-color: var(--color-black-white-white);
}

[data-background-color="color-blue-050"][data-background-color="color-blue-050"] {
  background-color: var(--color-blue-050);
}

[data-background-color="color-blue-100"][data-background-color="color-blue-100"] {
  background-color: var(--color-blue-100);
}

[data-background-color="color-blue-200"][data-background-color="color-blue-200"] {
  background-color: var(--color-blue-200);
}

[data-background-color="color-blue-300"][data-background-color="color-blue-300"] {
  background-color: var(--color-blue-300);
}

[data-background-color="color-blue-400"][data-background-color="color-blue-400"] {
  background-color: var(--color-blue-400);
}

[data-background-color="color-blue-500"][data-background-color="color-blue-500"] {
  background-color: var(--color-blue-500);
}

[data-background-color="color-blue-600"][data-background-color="color-blue-600"] {
  background-color: var(--color-blue-600);
}

[data-background-color="color-blue-700"][data-background-color="color-blue-700"] {
  background-color: var(--color-blue-700);
}

[data-background-color="color-blue-800"][data-background-color="color-blue-800"] {
  background-color: var(--color-blue-800);
}

[data-background-color="color-blue-900"][data-background-color="color-blue-900"] {
  background-color: var(--color-blue-900);
}

[data-background-color="color-brown-050"][data-background-color="color-brown-050"] {
  background-color: var(--color-brown-050);
}

[data-background-color="color-brown-100"][data-background-color="color-brown-100"] {
  background-color: var(--color-brown-100);
}

[data-background-color="color-brown-200"][data-background-color="color-brown-200"] {
  background-color: var(--color-brown-200);
}

[data-background-color="color-brown-300"][data-background-color="color-brown-300"] {
  background-color: var(--color-brown-300);
}

[data-background-color="color-brown-400"][data-background-color="color-brown-400"] {
  background-color: var(--color-brown-400);
}

[data-background-color="color-brown-500"][data-background-color="color-brown-500"] {
  background-color: var(--color-brown-500);
}

[data-background-color="color-brown-600"][data-background-color="color-brown-600"] {
  background-color: var(--color-brown-600);
}

[data-background-color="color-brown-700"][data-background-color="color-brown-700"] {
  background-color: var(--color-brown-700);
}

[data-background-color="color-brown-800"][data-background-color="color-brown-800"] {
  background-color: var(--color-brown-800);
}

[data-background-color="color-brown-900"][data-background-color="color-brown-900"] {
  background-color: var(--color-brown-900);
}

[data-background-color="color-cyan-050"][data-background-color="color-cyan-050"] {
  background-color: var(--color-cyan-050);
}

[data-background-color="color-cyan-100"][data-background-color="color-cyan-100"] {
  background-color: var(--color-cyan-100);
}

[data-background-color="color-cyan-200"][data-background-color="color-cyan-200"] {
  background-color: var(--color-cyan-200);
}

[data-background-color="color-cyan-300"][data-background-color="color-cyan-300"] {
  background-color: var(--color-cyan-300);
}

[data-background-color="color-cyan-400"][data-background-color="color-cyan-400"] {
  background-color: var(--color-cyan-400);
}

[data-background-color="color-cyan-500"][data-background-color="color-cyan-500"] {
  background-color: var(--color-cyan-500);
}

[data-background-color="color-cyan-600"][data-background-color="color-cyan-600"] {
  background-color: var(--color-cyan-600);
}

[data-background-color="color-cyan-700"][data-background-color="color-cyan-700"] {
  background-color: var(--color-cyan-700);
}

[data-background-color="color-cyan-800"][data-background-color="color-cyan-800"] {
  background-color: var(--color-cyan-800);
}

[data-background-color="color-cyan-900"][data-background-color="color-cyan-900"] {
  background-color: var(--color-cyan-900);
}

[data-background-color="color-green-050"][data-background-color="color-green-050"] {
  background-color: var(--color-green-050);
}

[data-background-color="color-green-100"][data-background-color="color-green-100"] {
  background-color: var(--color-green-100);
}

[data-background-color="color-green-200"][data-background-color="color-green-200"] {
  background-color: var(--color-green-200);
}

[data-background-color="color-green-300"][data-background-color="color-green-300"] {
  background-color: var(--color-green-300);
}

[data-background-color="color-green-400"][data-background-color="color-green-400"] {
  background-color: var(--color-green-400);
}

[data-background-color="color-green-500"][data-background-color="color-green-500"] {
  background-color: var(--color-green-500);
}

[data-background-color="color-green-600"][data-background-color="color-green-600"] {
  background-color: var(--color-green-600);
}

[data-background-color="color-green-700"][data-background-color="color-green-700"] {
  background-color: var(--color-green-700);
}

[data-background-color="color-green-800"][data-background-color="color-green-800"] {
  background-color: var(--color-green-800);
}

[data-background-color="color-green-900"][data-background-color="color-green-900"] {
  background-color: var(--color-green-900);
}

[data-background-color="color-grey-000"][data-background-color="color-grey-000"] {
  background-color: var(--color-grey-000);
}

[data-background-color="color-grey-100"][data-background-color="color-grey-100"] {
  background-color: var(--color-grey-100);
}

[data-background-color="color-grey-200"][data-background-color="color-grey-200"] {
  background-color: var(--color-grey-200);
}

[data-background-color="color-grey-300"][data-background-color="color-grey-300"] {
  background-color: var(--color-grey-300);
}

[data-background-color="color-grey-400"][data-background-color="color-grey-400"] {
  background-color: var(--color-grey-400);
}

[data-background-color="color-grey-500"][data-background-color="color-grey-500"] {
  background-color: var(--color-grey-500);
}

[data-background-color="color-grey-600"][data-background-color="color-grey-600"] {
  background-color: var(--color-grey-600);
}

[data-background-color="color-grey-700"][data-background-color="color-grey-700"] {
  background-color: var(--color-grey-700);
}

[data-background-color="color-grey-800"][data-background-color="color-grey-800"] {
  background-color: var(--color-grey-800);
}

[data-background-color="color-grey-900"][data-background-color="color-grey-900"] {
  background-color: var(--color-grey-900);
}

[data-background-color="color-magenta-050"][data-background-color="color-magenta-050"] {
  background-color: var(--color-magenta-050);
}

[data-background-color="color-magenta-100"][data-background-color="color-magenta-100"] {
  background-color: var(--color-magenta-100);
}

[data-background-color="color-magenta-200"][data-background-color="color-magenta-200"] {
  background-color: var(--color-magenta-200);
}

[data-background-color="color-magenta-300"][data-background-color="color-magenta-300"] {
  background-color: var(--color-magenta-300);
}

[data-background-color="color-magenta-400"][data-background-color="color-magenta-400"] {
  background-color: var(--color-magenta-400);
}

[data-background-color="color-magenta-500"][data-background-color="color-magenta-500"] {
  background-color: var(--color-magenta-500);
}

[data-background-color="color-magenta-600"][data-background-color="color-magenta-600"] {
  background-color: var(--color-magenta-600);
}

[data-background-color="color-magenta-700"][data-background-color="color-magenta-700"] {
  background-color: var(--color-magenta-700);
}

[data-background-color="color-magenta-800"][data-background-color="color-magenta-800"] {
  background-color: var(--color-magenta-800);
}

[data-background-color="color-magenta-900"][data-background-color="color-magenta-900"] {
  background-color: var(--color-magenta-900);
}

[data-background-color="color-orange-050"][data-background-color="color-orange-050"] {
  background-color: var(--color-orange-050);
}

[data-background-color="color-orange-100"][data-background-color="color-orange-100"] {
  background-color: var(--color-orange-100);
}

[data-background-color="color-orange-200"][data-background-color="color-orange-200"] {
  background-color: var(--color-orange-200);
}

[data-background-color="color-orange-300"][data-background-color="color-orange-300"] {
  background-color: var(--color-orange-300);
}

[data-background-color="color-orange-400"][data-background-color="color-orange-400"] {
  background-color: var(--color-orange-400);
}

[data-background-color="color-orange-500"][data-background-color="color-orange-500"] {
  background-color: var(--color-orange-500);
}

[data-background-color="color-orange-600"][data-background-color="color-orange-600"] {
  background-color: var(--color-orange-600);
}

[data-background-color="color-orange-700"][data-background-color="color-orange-700"] {
  background-color: var(--color-orange-700);
}

[data-background-color="color-orange-800"][data-background-color="color-orange-800"] {
  background-color: var(--color-orange-800);
}

[data-background-color="color-orange-900"][data-background-color="color-orange-900"] {
  background-color: var(--color-orange-900);
}

[data-background-color="color-purple-050"][data-background-color="color-purple-050"] {
  background-color: var(--color-purple-050);
}

[data-background-color="color-purple-100"][data-background-color="color-purple-100"] {
  background-color: var(--color-purple-100);
}

[data-background-color="color-purple-200"][data-background-color="color-purple-200"] {
  background-color: var(--color-purple-200);
}

[data-background-color="color-purple-300"][data-background-color="color-purple-300"] {
  background-color: var(--color-purple-300);
}

[data-background-color="color-purple-400"][data-background-color="color-purple-400"] {
  background-color: var(--color-purple-400);
}

[data-background-color="color-purple-500"][data-background-color="color-purple-500"] {
  background-color: var(--color-purple-500);
}

[data-background-color="color-purple-600"][data-background-color="color-purple-600"] {
  background-color: var(--color-purple-600);
}

[data-background-color="color-purple-700"][data-background-color="color-purple-700"] {
  background-color: var(--color-purple-700);
}

[data-background-color="color-purple-800"][data-background-color="color-purple-800"] {
  background-color: var(--color-purple-800);
}

[data-background-color="color-purple-900"][data-background-color="color-purple-900"] {
  background-color: var(--color-purple-900);
}

[data-background-color="color-red-050"][data-background-color="color-red-050"] {
  background-color: var(--color-red-050);
}

[data-background-color="color-red-100"][data-background-color="color-red-100"] {
  background-color: var(--color-red-100);
}

[data-background-color="color-red-200"][data-background-color="color-red-200"] {
  background-color: var(--color-red-200);
}

[data-background-color="color-red-300"][data-background-color="color-red-300"] {
  background-color: var(--color-red-300);
}

[data-background-color="color-red-400"][data-background-color="color-red-400"] {
  background-color: var(--color-red-400);
}

[data-background-color="color-red-500"][data-background-color="color-red-500"] {
  background-color: var(--color-red-500);
}

[data-background-color="color-red-600"][data-background-color="color-red-600"] {
  background-color: var(--color-red-600);
}

[data-background-color="color-red-700"][data-background-color="color-red-700"] {
  background-color: var(--color-red-700);
}

[data-background-color="color-red-800"][data-background-color="color-red-800"] {
  background-color: var(--color-red-800);
}

[data-background-color="color-red-900"][data-background-color="color-red-900"] {
  background-color: var(--color-red-900);
}

[data-background-color="color-yellow-050"][data-background-color="color-yellow-050"] {
  background-color: var(--color-yellow-050);
}

[data-background-color="color-yellow-100"][data-background-color="color-yellow-100"] {
  background-color: var(--color-yellow-100);
}

[data-background-color="color-yellow-200"][data-background-color="color-yellow-200"] {
  background-color: var(--color-yellow-200);
}

[data-background-color="color-yellow-300"][data-background-color="color-yellow-300"] {
  background-color: var(--color-yellow-300);
}

[data-background-color="color-yellow-400"][data-background-color="color-yellow-400"] {
  background-color: var(--color-yellow-400);
}

[data-background-color="color-yellow-500"][data-background-color="color-yellow-500"] {
  background-color: var(--color-yellow-500);
}

[data-background-color="color-yellow-600"][data-background-color="color-yellow-600"] {
  background-color: var(--color-yellow-600);
}

[data-background-color="color-yellow-700"][data-background-color="color-yellow-700"] {
  background-color: var(--color-yellow-700);
}

[data-background-color="color-yellow-800"][data-background-color="color-yellow-800"] {
  background-color: var(--color-yellow-800);
}

[data-background-color="color-yellow-900"][data-background-color="color-yellow-900"] {
  background-color: var(--color-yellow-900);
}

[data-background-color="custom-grey"][data-background-color="custom-grey"] {
  background-color: var(--custom-grey);
}

[data-background-gradient][data-background-gradient="gradient-01"] {
  position: relative;
}

[data-background-gradient][data-background-gradient="gradient-01"] .container {
  z-index: 2;
}

[data-background-gradient][data-background-gradient="gradient-01"]:after {
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1440px;
  width: 100%;
  height: 83%;
  border-radius: 20px;
  background: var(--gradient-01);
  content: "";
}

[data-background-gradient][data-background-gradient="gradient-02"] {
  position: relative;
}

[data-background-gradient][data-background-gradient="gradient-02"] .container {
  z-index: 2;
}

[data-background-gradient][data-background-gradient="gradient-02"]:after {
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1440px;
  width: 100%;
  height: 83%;
  border-radius: 20px;
  background: var(--gradient-02);
  content: "";
}

[data-background-gradient-simple][data-background-gradient-simple="gradient-01"] {
  background: var(--gradient-01);
}

[data-background-gradient-simple][data-background-gradient-simple="gradient-02"] {
  background: var(--gradient-02);
}

[data-background-gradient-simple="gradient-02"] {
  position: relative;
}

[data-background-gradient-simple="gradient-02"]::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.1) 1px, transparent 1px), -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.1) 1px, transparent 1px), -o-linear-gradient(top, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.1) 1px, transparent 1px), linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}

[data-text-color][data-text-color="color-black-white-black"] {
  color: var(--color-black-white-black);
  --text-color: var(--color-black-white-black);
}

[data-text-color][data-text-color="color-black-white-black"] * {
  color: var(--color-black-white-black);
}

[data-text-color][data-text-color="color-black-white-white"] {
  color: var(--color-black-white-white);
  --text-color: var(--color-black-white-white);
}

[data-text-color][data-text-color="color-black-white-white"] * {
  color: var(--color-black-white-white);
}

[data-text-color][data-text-color="color-blue-050"] {
  color: var(--color-blue-050);
  --text-color: var(--color-blue-050);
}

[data-text-color][data-text-color="color-blue-050"] * {
  color: var(--color-blue-050);
}

[data-text-color][data-text-color="color-blue-100"] {
  color: var(--color-blue-100);
  --text-color: var(--color-blue-100);
}

[data-text-color][data-text-color="color-blue-100"] * {
  color: var(--color-blue-100);
}

[data-text-color][data-text-color="color-blue-200"] {
  color: var(--color-blue-200);
  --text-color: var(--color-blue-200);
}

[data-text-color][data-text-color="color-blue-200"] * {
  color: var(--color-blue-200);
}

[data-text-color][data-text-color="color-blue-300"] {
  color: var(--color-blue-300);
  --text-color: var(--color-blue-300);
}

[data-text-color][data-text-color="color-blue-300"] * {
  color: var(--color-blue-300);
}

[data-text-color][data-text-color="color-blue-400"] {
  color: var(--color-blue-400);
  --text-color: var(--color-blue-400);
}

[data-text-color][data-text-color="color-blue-400"] * {
  color: var(--color-blue-400);
}

[data-text-color][data-text-color="color-blue-500"] {
  color: var(--color-blue-500);
  --text-color: var(--color-blue-500);
}

[data-text-color][data-text-color="color-blue-500"] * {
  color: var(--color-blue-500);
}

[data-text-color][data-text-color="color-blue-600"] {
  color: var(--color-blue-600);
  --text-color: var(--color-blue-600);
}

[data-text-color][data-text-color="color-blue-600"] * {
  color: var(--color-blue-600);
}

[data-text-color][data-text-color="color-blue-700"] {
  color: var(--color-blue-700);
  --text-color: var(--color-blue-700);
}

[data-text-color][data-text-color="color-blue-700"] * {
  color: var(--color-blue-700);
}

[data-text-color][data-text-color="color-blue-800"] {
  color: var(--color-blue-800);
  --text-color: var(--color-blue-800);
}

[data-text-color][data-text-color="color-blue-800"] * {
  color: var(--color-blue-800);
}

[data-text-color][data-text-color="color-blue-900"] {
  color: var(--color-blue-900);
  --text-color: var(--color-blue-900);
}

[data-text-color][data-text-color="color-blue-900"] * {
  color: var(--color-blue-900);
}

[data-text-color][data-text-color="color-brown-050"] {
  color: var(--color-brown-050);
  --text-color: var(--color-brown-050);
}

[data-text-color][data-text-color="color-brown-050"] * {
  color: var(--color-brown-050);
}

[data-text-color][data-text-color="color-brown-100"] {
  color: var(--color-brown-100);
  --text-color: var(--color-brown-100);
}

[data-text-color][data-text-color="color-brown-100"] * {
  color: var(--color-brown-100);
}

[data-text-color][data-text-color="color-brown-200"] {
  color: var(--color-brown-200);
  --text-color: var(--color-brown-200);
}

[data-text-color][data-text-color="color-brown-200"] * {
  color: var(--color-brown-200);
}

[data-text-color][data-text-color="color-brown-300"] {
  color: var(--color-brown-300);
  --text-color: var(--color-brown-300);
}

[data-text-color][data-text-color="color-brown-300"] * {
  color: var(--color-brown-300);
}

[data-text-color][data-text-color="color-brown-400"] {
  color: var(--color-brown-400);
  --text-color: var(--color-brown-400);
}

[data-text-color][data-text-color="color-brown-400"] * {
  color: var(--color-brown-400);
}

[data-text-color][data-text-color="color-brown-500"] {
  color: var(--color-brown-500);
  --text-color: var(--color-brown-500);
}

[data-text-color][data-text-color="color-brown-500"] * {
  color: var(--color-brown-500);
}

[data-text-color][data-text-color="color-brown-600"] {
  color: var(--color-brown-600);
  --text-color: var(--color-brown-600);
}

[data-text-color][data-text-color="color-brown-600"] * {
  color: var(--color-brown-600);
}

[data-text-color][data-text-color="color-brown-700"] {
  color: var(--color-brown-700);
  --text-color: var(--color-brown-700);
}

[data-text-color][data-text-color="color-brown-700"] * {
  color: var(--color-brown-700);
}

[data-text-color][data-text-color="color-brown-800"] {
  color: var(--color-brown-800);
  --text-color: var(--color-brown-800);
}

[data-text-color][data-text-color="color-brown-800"] * {
  color: var(--color-brown-800);
}

[data-text-color][data-text-color="color-brown-900"] {
  color: var(--color-brown-900);
  --text-color: var(--color-brown-900);
}

[data-text-color][data-text-color="color-brown-900"] * {
  color: var(--color-brown-900);
}

[data-text-color][data-text-color="color-cyan-050"] {
  color: var(--color-cyan-050);
  --text-color: var(--color-cyan-050);
}

[data-text-color][data-text-color="color-cyan-050"] * {
  color: var(--color-cyan-050);
}

[data-text-color][data-text-color="color-cyan-100"] {
  color: var(--color-cyan-100);
  --text-color: var(--color-cyan-100);
}

[data-text-color][data-text-color="color-cyan-100"] * {
  color: var(--color-cyan-100);
}

[data-text-color][data-text-color="color-cyan-200"] {
  color: var(--color-cyan-200);
  --text-color: var(--color-cyan-200);
}

[data-text-color][data-text-color="color-cyan-200"] * {
  color: var(--color-cyan-200);
}

[data-text-color][data-text-color="color-cyan-300"] {
  color: var(--color-cyan-300);
  --text-color: var(--color-cyan-300);
}

[data-text-color][data-text-color="color-cyan-300"] * {
  color: var(--color-cyan-300);
}

[data-text-color][data-text-color="color-cyan-400"] {
  color: var(--color-cyan-400);
  --text-color: var(--color-cyan-400);
}

[data-text-color][data-text-color="color-cyan-400"] * {
  color: var(--color-cyan-400);
}

[data-text-color][data-text-color="color-cyan-500"] {
  color: var(--color-cyan-500);
  --text-color: var(--color-cyan-500);
}

[data-text-color][data-text-color="color-cyan-500"] * {
  color: var(--color-cyan-500);
}

[data-text-color][data-text-color="color-cyan-600"] {
  color: var(--color-cyan-600);
  --text-color: var(--color-cyan-600);
}

[data-text-color][data-text-color="color-cyan-600"] * {
  color: var(--color-cyan-600);
}

[data-text-color][data-text-color="color-cyan-700"] {
  color: var(--color-cyan-700);
  --text-color: var(--color-cyan-700);
}

[data-text-color][data-text-color="color-cyan-700"] * {
  color: var(--color-cyan-700);
}

[data-text-color][data-text-color="color-cyan-800"] {
  color: var(--color-cyan-800);
  --text-color: var(--color-cyan-800);
}

[data-text-color][data-text-color="color-cyan-800"] * {
  color: var(--color-cyan-800);
}

[data-text-color][data-text-color="color-cyan-900"] {
  color: var(--color-cyan-900);
  --text-color: var(--color-cyan-900);
}

[data-text-color][data-text-color="color-cyan-900"] * {
  color: var(--color-cyan-900);
}

[data-text-color][data-text-color="color-green-050"] {
  color: var(--color-green-050);
  --text-color: var(--color-green-050);
}

[data-text-color][data-text-color="color-green-050"] * {
  color: var(--color-green-050);
}

[data-text-color][data-text-color="color-green-100"] {
  color: var(--color-green-100);
  --text-color: var(--color-green-100);
}

[data-text-color][data-text-color="color-green-100"] * {
  color: var(--color-green-100);
}

[data-text-color][data-text-color="color-green-200"] {
  color: var(--color-green-200);
  --text-color: var(--color-green-200);
}

[data-text-color][data-text-color="color-green-200"] * {
  color: var(--color-green-200);
}

[data-text-color][data-text-color="color-green-300"] {
  color: var(--color-green-300);
  --text-color: var(--color-green-300);
}

[data-text-color][data-text-color="color-green-300"] * {
  color: var(--color-green-300);
}

[data-text-color][data-text-color="color-green-400"] {
  color: var(--color-green-400);
  --text-color: var(--color-green-400);
}

[data-text-color][data-text-color="color-green-400"] * {
  color: var(--color-green-400);
}

[data-text-color][data-text-color="color-green-500"] {
  color: var(--color-green-500);
  --text-color: var(--color-green-500);
}

[data-text-color][data-text-color="color-green-500"] * {
  color: var(--color-green-500);
}

[data-text-color][data-text-color="color-green-600"] {
  color: var(--color-green-600);
  --text-color: var(--color-green-600);
}

[data-text-color][data-text-color="color-green-600"] * {
  color: var(--color-green-600);
}

[data-text-color][data-text-color="color-green-700"] {
  color: var(--color-green-700);
  --text-color: var(--color-green-700);
}

[data-text-color][data-text-color="color-green-700"] * {
  color: var(--color-green-700);
}

[data-text-color][data-text-color="color-green-800"] {
  color: var(--color-green-800);
  --text-color: var(--color-green-800);
}

[data-text-color][data-text-color="color-green-800"] * {
  color: var(--color-green-800);
}

[data-text-color][data-text-color="color-green-900"] {
  color: var(--color-green-900);
  --text-color: var(--color-green-900);
}

[data-text-color][data-text-color="color-green-900"] * {
  color: var(--color-green-900);
}

[data-text-color][data-text-color="color-grey-000"] {
  color: var(--color-grey-000);
  --text-color: var(--color-grey-000);
}

[data-text-color][data-text-color="color-grey-000"] * {
  color: var(--color-grey-000);
}

[data-text-color][data-text-color="color-grey-100"] {
  color: var(--color-grey-100);
  --text-color: var(--color-grey-100);
}

[data-text-color][data-text-color="color-grey-100"] * {
  color: var(--color-grey-100);
}

[data-text-color][data-text-color="color-grey-200"] {
  color: var(--color-grey-200);
  --text-color: var(--color-grey-200);
}

[data-text-color][data-text-color="color-grey-200"] * {
  color: var(--color-grey-200);
}

[data-text-color][data-text-color="color-grey-300"] {
  color: var(--color-grey-300);
  --text-color: var(--color-grey-300);
}

[data-text-color][data-text-color="color-grey-300"] * {
  color: var(--color-grey-300);
}

[data-text-color][data-text-color="color-grey-400"] {
  color: var(--color-grey-400);
  --text-color: var(--color-grey-400);
}

[data-text-color][data-text-color="color-grey-400"] * {
  color: var(--color-grey-400);
}

[data-text-color][data-text-color="color-grey-500"] {
  color: var(--color-grey-500);
  --text-color: var(--color-grey-500);
}

[data-text-color][data-text-color="color-grey-500"] * {
  color: var(--color-grey-500);
}

[data-text-color][data-text-color="color-grey-600"] {
  color: var(--color-grey-600);
  --text-color: var(--color-grey-600);
}

[data-text-color][data-text-color="color-grey-600"] * {
  color: var(--color-grey-600);
}

[data-text-color][data-text-color="color-grey-700"] {
  color: var(--color-grey-700);
  --text-color: var(--color-grey-700);
}

[data-text-color][data-text-color="color-grey-700"] * {
  color: var(--color-grey-700);
}

[data-text-color][data-text-color="color-grey-800"] {
  color: var(--color-grey-800);
  --text-color: var(--color-grey-800);
}

[data-text-color][data-text-color="color-grey-800"] * {
  color: var(--color-grey-800);
}

[data-text-color][data-text-color="color-grey-900"] {
  color: var(--color-grey-900);
  --text-color: var(--color-grey-900);
}

[data-text-color][data-text-color="color-grey-900"] * {
  color: var(--color-grey-900);
}

[data-text-color][data-text-color="color-magenta-050"] {
  color: var(--color-magenta-050);
  --text-color: var(--color-magenta-050);
}

[data-text-color][data-text-color="color-magenta-050"] * {
  color: var(--color-magenta-050);
}

[data-text-color][data-text-color="color-magenta-100"] {
  color: var(--color-magenta-100);
  --text-color: var(--color-magenta-100);
}

[data-text-color][data-text-color="color-magenta-100"] * {
  color: var(--color-magenta-100);
}

[data-text-color][data-text-color="color-magenta-200"] {
  color: var(--color-magenta-200);
  --text-color: var(--color-magenta-200);
}

[data-text-color][data-text-color="color-magenta-200"] * {
  color: var(--color-magenta-200);
}

[data-text-color][data-text-color="color-magenta-300"] {
  color: var(--color-magenta-300);
  --text-color: var(--color-magenta-300);
}

[data-text-color][data-text-color="color-magenta-300"] * {
  color: var(--color-magenta-300);
}

[data-text-color][data-text-color="color-magenta-400"] {
  color: var(--color-magenta-400);
  --text-color: var(--color-magenta-400);
}

[data-text-color][data-text-color="color-magenta-400"] * {
  color: var(--color-magenta-400);
}

[data-text-color][data-text-color="color-magenta-500"] {
  color: var(--color-magenta-500);
  --text-color: var(--color-magenta-500);
}

[data-text-color][data-text-color="color-magenta-500"] * {
  color: var(--color-magenta-500);
}

[data-text-color][data-text-color="color-magenta-600"] {
  color: var(--color-magenta-600);
  --text-color: var(--color-magenta-600);
}

[data-text-color][data-text-color="color-magenta-600"] * {
  color: var(--color-magenta-600);
}

[data-text-color][data-text-color="color-magenta-700"] {
  color: var(--color-magenta-700);
  --text-color: var(--color-magenta-700);
}

[data-text-color][data-text-color="color-magenta-700"] * {
  color: var(--color-magenta-700);
}

[data-text-color][data-text-color="color-magenta-800"] {
  color: var(--color-magenta-800);
  --text-color: var(--color-magenta-800);
}

[data-text-color][data-text-color="color-magenta-800"] * {
  color: var(--color-magenta-800);
}

[data-text-color][data-text-color="color-magenta-900"] {
  color: var(--color-magenta-900);
  --text-color: var(--color-magenta-900);
}

[data-text-color][data-text-color="color-magenta-900"] * {
  color: var(--color-magenta-900);
}

[data-text-color][data-text-color="color-orange-050"] {
  color: var(--color-orange-050);
  --text-color: var(--color-orange-050);
}

[data-text-color][data-text-color="color-orange-050"] * {
  color: var(--color-orange-050);
}

[data-text-color][data-text-color="color-orange-100"] {
  color: var(--color-orange-100);
  --text-color: var(--color-orange-100);
}

[data-text-color][data-text-color="color-orange-100"] * {
  color: var(--color-orange-100);
}

[data-text-color][data-text-color="color-orange-200"] {
  color: var(--color-orange-200);
  --text-color: var(--color-orange-200);
}

[data-text-color][data-text-color="color-orange-200"] * {
  color: var(--color-orange-200);
}

[data-text-color][data-text-color="color-orange-300"] {
  color: var(--color-orange-300);
  --text-color: var(--color-orange-300);
}

[data-text-color][data-text-color="color-orange-300"] * {
  color: var(--color-orange-300);
}

[data-text-color][data-text-color="color-orange-400"] {
  color: var(--color-orange-400);
  --text-color: var(--color-orange-400);
}

[data-text-color][data-text-color="color-orange-400"] * {
  color: var(--color-orange-400);
}

[data-text-color][data-text-color="color-orange-500"] {
  color: var(--color-orange-500);
  --text-color: var(--color-orange-500);
}

[data-text-color][data-text-color="color-orange-500"] * {
  color: var(--color-orange-500);
}

[data-text-color][data-text-color="color-orange-600"] {
  color: var(--color-orange-600);
  --text-color: var(--color-orange-600);
}

[data-text-color][data-text-color="color-orange-600"] * {
  color: var(--color-orange-600);
}

[data-text-color][data-text-color="color-orange-700"] {
  color: var(--color-orange-700);
  --text-color: var(--color-orange-700);
}

[data-text-color][data-text-color="color-orange-700"] * {
  color: var(--color-orange-700);
}

[data-text-color][data-text-color="color-orange-800"] {
  color: var(--color-orange-800);
  --text-color: var(--color-orange-800);
}

[data-text-color][data-text-color="color-orange-800"] * {
  color: var(--color-orange-800);
}

[data-text-color][data-text-color="color-orange-900"] {
  color: var(--color-orange-900);
  --text-color: var(--color-orange-900);
}

[data-text-color][data-text-color="color-orange-900"] * {
  color: var(--color-orange-900);
}

[data-text-color][data-text-color="color-purple-050"] {
  color: var(--color-purple-050);
  --text-color: var(--color-purple-050);
}

[data-text-color][data-text-color="color-purple-050"] * {
  color: var(--color-purple-050);
}

[data-text-color][data-text-color="color-purple-100"] {
  color: var(--color-purple-100);
  --text-color: var(--color-purple-100);
}

[data-text-color][data-text-color="color-purple-100"] * {
  color: var(--color-purple-100);
}

[data-text-color][data-text-color="color-purple-200"] {
  color: var(--color-purple-200);
  --text-color: var(--color-purple-200);
}

[data-text-color][data-text-color="color-purple-200"] * {
  color: var(--color-purple-200);
}

[data-text-color][data-text-color="color-purple-300"] {
  color: var(--color-purple-300);
  --text-color: var(--color-purple-300);
}

[data-text-color][data-text-color="color-purple-300"] * {
  color: var(--color-purple-300);
}

[data-text-color][data-text-color="color-purple-400"] {
  color: var(--color-purple-400);
  --text-color: var(--color-purple-400);
}

[data-text-color][data-text-color="color-purple-400"] * {
  color: var(--color-purple-400);
}

[data-text-color][data-text-color="color-purple-500"] {
  color: var(--color-purple-500);
  --text-color: var(--color-purple-500);
}

[data-text-color][data-text-color="color-purple-500"] * {
  color: var(--color-purple-500);
}

[data-text-color][data-text-color="color-purple-600"] {
  color: var(--color-purple-600);
  --text-color: var(--color-purple-600);
}

[data-text-color][data-text-color="color-purple-600"] * {
  color: var(--color-purple-600);
}

[data-text-color][data-text-color="color-purple-700"] {
  color: var(--color-purple-700);
  --text-color: var(--color-purple-700);
}

[data-text-color][data-text-color="color-purple-700"] * {
  color: var(--color-purple-700);
}

[data-text-color][data-text-color="color-purple-800"] {
  color: var(--color-purple-800);
  --text-color: var(--color-purple-800);
}

[data-text-color][data-text-color="color-purple-800"] * {
  color: var(--color-purple-800);
}

[data-text-color][data-text-color="color-purple-900"] {
  color: var(--color-purple-900);
  --text-color: var(--color-purple-900);
}

[data-text-color][data-text-color="color-purple-900"] * {
  color: var(--color-purple-900);
}

[data-text-color][data-text-color="color-red-050"] {
  color: var(--color-red-050);
  --text-color: var(--color-red-050);
}

[data-text-color][data-text-color="color-red-050"] * {
  color: var(--color-red-050);
}

[data-text-color][data-text-color="color-red-100"] {
  color: var(--color-red-100);
  --text-color: var(--color-red-100);
}

[data-text-color][data-text-color="color-red-100"] * {
  color: var(--color-red-100);
}

[data-text-color][data-text-color="color-red-200"] {
  color: var(--color-red-200);
  --text-color: var(--color-red-200);
}

[data-text-color][data-text-color="color-red-200"] * {
  color: var(--color-red-200);
}

[data-text-color][data-text-color="color-red-300"] {
  color: var(--color-red-300);
  --text-color: var(--color-red-300);
}

[data-text-color][data-text-color="color-red-300"] * {
  color: var(--color-red-300);
}

[data-text-color][data-text-color="color-red-400"] {
  color: var(--color-red-400);
  --text-color: var(--color-red-400);
}

[data-text-color][data-text-color="color-red-400"] * {
  color: var(--color-red-400);
}

[data-text-color][data-text-color="color-red-500"] {
  color: var(--color-red-500);
  --text-color: var(--color-red-500);
}

[data-text-color][data-text-color="color-red-500"] * {
  color: var(--color-red-500);
}

[data-text-color][data-text-color="color-red-600"] {
  color: var(--color-red-600);
  --text-color: var(--color-red-600);
}

[data-text-color][data-text-color="color-red-600"] * {
  color: var(--color-red-600);
}

[data-text-color][data-text-color="color-red-700"] {
  color: var(--color-red-700);
  --text-color: var(--color-red-700);
}

[data-text-color][data-text-color="color-red-700"] * {
  color: var(--color-red-700);
}

[data-text-color][data-text-color="color-red-800"] {
  color: var(--color-red-800);
  --text-color: var(--color-red-800);
}

[data-text-color][data-text-color="color-red-800"] * {
  color: var(--color-red-800);
}

[data-text-color][data-text-color="color-red-900"] {
  color: var(--color-red-900);
  --text-color: var(--color-red-900);
}

[data-text-color][data-text-color="color-red-900"] * {
  color: var(--color-red-900);
}

[data-text-color][data-text-color="color-yellow-050"] {
  color: var(--color-yellow-050);
  --text-color: var(--color-yellow-050);
}

[data-text-color][data-text-color="color-yellow-050"] * {
  color: var(--color-yellow-050);
}

[data-text-color][data-text-color="color-yellow-100"] {
  color: var(--color-yellow-100);
  --text-color: var(--color-yellow-100);
}

[data-text-color][data-text-color="color-yellow-100"] * {
  color: var(--color-yellow-100);
}

[data-text-color][data-text-color="color-yellow-200"] {
  color: var(--color-yellow-200);
  --text-color: var(--color-yellow-200);
}

[data-text-color][data-text-color="color-yellow-200"] * {
  color: var(--color-yellow-200);
}

[data-text-color][data-text-color="color-yellow-300"] {
  color: var(--color-yellow-300);
  --text-color: var(--color-yellow-300);
}

[data-text-color][data-text-color="color-yellow-300"] * {
  color: var(--color-yellow-300);
}

[data-text-color][data-text-color="color-yellow-400"] {
  color: var(--color-yellow-400);
  --text-color: var(--color-yellow-400);
}

[data-text-color][data-text-color="color-yellow-400"] * {
  color: var(--color-yellow-400);
}

[data-text-color][data-text-color="color-yellow-500"] {
  color: var(--color-yellow-500);
  --text-color: var(--color-yellow-500);
}

[data-text-color][data-text-color="color-yellow-500"] * {
  color: var(--color-yellow-500);
}

[data-text-color][data-text-color="color-yellow-600"] {
  color: var(--color-yellow-600);
  --text-color: var(--color-yellow-600);
}

[data-text-color][data-text-color="color-yellow-600"] * {
  color: var(--color-yellow-600);
}

[data-text-color][data-text-color="color-yellow-700"] {
  color: var(--color-yellow-700);
  --text-color: var(--color-yellow-700);
}

[data-text-color][data-text-color="color-yellow-700"] * {
  color: var(--color-yellow-700);
}

[data-text-color][data-text-color="color-yellow-800"] {
  color: var(--color-yellow-800);
  --text-color: var(--color-yellow-800);
}

[data-text-color][data-text-color="color-yellow-800"] * {
  color: var(--color-yellow-800);
}

[data-text-color][data-text-color="color-yellow-900"] {
  color: var(--color-yellow-900);
  --text-color: var(--color-yellow-900);
}

[data-text-color][data-text-color="color-yellow-900"] * {
  color: var(--color-yellow-900);
}

[data-text-color][data-text-color="custom-grey"] {
  color: var(--custom-grey);
  --text-color: var(--custom-grey);
}

[data-text-color][data-text-color="custom-grey"] * {
  color: var(--custom-grey);
}

[data-text-primary],
[data-text-primary] * {
  color: var(--text-text-primary) !important;
}

[data-text-secondary],
[data-text-secondary] * {
  color: var(--text-text-secondary) !important;
}

.section-cover_blog,
.section-featured_content,
.section-sides,
.section-testimonials,
.section-footer,
.section-header__modal-inner,
.section-data_integration,
.section-book_a_demo,
.section-spacing,
.section-cover_customer {
  background: var(--surface-background-primary);
}

[data-wysiwyg] strong {
  font-weight: 700;
}

[data-gutenberg] h2:not(:first-child),
[data-gutenberg] h3:not(:first-child),
[data-gutenberg] h4:not(:first-child) {
  margin-top: 16px;
}

[data-gutenberg] h2 {
  margin: 0 0 16px;
}

[data-gutenberg] h3 {
  margin: 0 0 16px;
}

[data-gutenberg] p {
  color: var(--color-black-white-black) !important;
  padding-bottom: 16px;
}

[data-gutenberg] ul {
  margin: 0 0 16px;
}

[data-gutenberg] li {
  color: var(--color-black-white-black) !important;
}

[data-gutenberg] li:not(:last-child) {
  padding-bottom: 8px;
}

[data-gutenberg] a:not(.button) {
  color: var(--color-yellow-600);
}

[data-gutenberg] div {
  max-width: 100%;
}

[data-gutenberg] strong {
  font-weight: 600;
}

[data-gutenberg] .wp-block-image :where(figcaption) {
  margin-top: 5px !important;
  color: var(--color-grey-500) !important;
}

[data-title-center] {
  text-align: center;
}

[data-text-center] {
  text-align: center;
}

[data-title-bg] {
  padding: 0 8px;
  background: var(--color-yellow-200);
  color: var(--color-yellow-900);
  display: inline-block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border-radius: 4px;
}

[data-tags-wrapper] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 16px;
}

[data-tags-wrapper-small] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 8px;
}

[data-title-size="title-h1"] {
  font-size: 46px;
  font-weight: 400;
  line-height: 56px;
  letter-spacing: 0;
  color: var(--text-text-primary);
}

[data-title-size="title-h2"] {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 0;
  color: var(--text-text-primary);
}

[data-title-size="title-h3"],
[data-gutenberg] h2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 0;
  color: var(--text-text-primary);
}

[data-title-size="title-h4"],
[data-gutenberg] h3 {
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 0;
  color: var(--text-text-primary);
}

[data-font-weight="700"] {
  font-weight: 700 !important;
}

[data-no-padding-top] {
  padding-top: 0 !important;
}

[data-no-padding-bottom] {
  padding-bottom: 0 !important;
}

[data-container-reduce] .container {
  max-width: 1120px;
}

.button,
.single_post_content .post_toc_linksList-item a,
.hbspt-form .submitted-message,
[data-wysiwyg] p,
[data-wysiwyg] li,
[data-gutenberg] p,
[data-gutenberg] li,
[data-text-regular],
[data-text-regular] p,
.section-sides__label,
.section-header__wrapMenu-wrapNav > ul > li > .item a {
  margin: 0;
  color: var(--text-text-primary);
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0;
}

[data-gutenberg] .wp-block-image :where(figcaption),
[data-text-small],
[data-text-small] p {
  margin: 0;
  color: var(--text-text-primary);
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
}

[data-title-monospace] {
  font-family: 'DM Mono', monospace;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: -0.32px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}

.section-cover_blog_wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 64px;
}

.section-cover_blog__heading {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.section-cover_blog__headingExcerpt {
  padding-right: 240px;
}

.section-cover_blog__headingAuthor p:not(:last-child) {
  padding-bottom: 0;
}

.section-cover_blog__headingShare_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.section-cover_blog__headingShare_box .social-popup,
.section-cover_blog__headingShare_box .social-share {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.section-cover_blog__headingShare_box .social-popup:hover,
.section-cover_blog__headingShare_box .social-share:hover {
  opacity: 0.8;
}

.section-featured_content {
  padding: calc(var(--header-total-height) + var(--padding-default)) 0;
}

.section-featured_content[data-indent="true"] {
  padding-bottom: 0;
  --wrap-padding: 0 0 60px 60px;
  --border-left: 1px solid var(--border-border-primary);
}

.section-featured_content-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 20px;
}

.section-featured_content-wrap {
  padding: var(--wrap-padding);
  border-left: var(--border-left);
}

.section-featured_content-wrap-items {
  display: grid;
  gap: 80px;
}

.section-featured_content-wrap-items[data-items-per-row="1"] {
  gap: 40px;
}

.section-featured_content-wrap-items[data-items-per-row="2"] {
  grid-template-columns: 1fr 1fr;
}

.section-featured_content-wrap-items[data-items-per-row="3"] {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
}

.section-featured_content-wrap-items[data-items-per-row="4"] {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 16px;
}

.section-featured_content-wrap-items .blog__post_types {
  margin-bottom: 16px;
}

.section-featured_content-wrap-itemsItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}

.section-featured_content-wrap-itemsItem .thumb {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.section-featured_content-wrap-itemsItem[data-layout="default-horizontal"] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.section-featured_content-wrap-itemsItem[data-layout="default-horizontal"] .thumb {
  margin-bottom: 0;
  width: 400px;
}

.section-featured_content-wrap-itemsItem[data-layout="default-horizontal"] .section-featured_content-wrap-itemsItem-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.section-featured_content-wrap-itemsItem[data-layout="statistic"] .thumb {
  display: none;
}

.section-featured_content-wrap-itemsItem[data-layout="statistic"] .statistic {
  margin-bottom: 8px;
}

.section-featured_content-wrap-itemsItem[data-layout="integration"] {
  border: 1px solid var(--pecan-text-light);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border-radius: 10px;
}

.section-featured_content-wrap-itemsItem[data-layout="integration"]:hover {
  border: 1px solid transparent;
  background: rgba(62, 73, 84, 0.06);
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}

.section-featured_content-wrap-itemsItem[data-layout="integration"] .heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  height: 100%;
}

.section-featured_content-wrap-itemsItem[data-layout="integration"] .thumb {
  margin-bottom: 0;
  height: 100%;
}

.section-featured_content-wrap-itemsItem[data-layout="integration"] .thumb img {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  height: 100%;
}

.section-featured_content-wrap-itemsItem[data-layout="integration"] .integration_wrap {
  padding: 8px 16px 8px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section-featured_content-wrap-itemsItem[data-layout="integration"] .integration_tags {
  margin-top: 16px;
}

.section-featured_content-wrap-itemsItem[data-content="lightbox"] .heading {
  width: 100%;
}

.section-featured_content-wrap-itemsItem[data-content="lightbox"] .thumb {
  height: 250px;
  position: relative;
}

.section-featured_content-wrap-itemsItem[data-content="lightbox"] .thumb .video-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.section-featured_content-wrap-itemsItem[data-content="lightbox"] .thumb .video-overlay.buttons a {
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.5);
}

.section-featured_content-wrap-itemsItem[data-content="lightbox"] .thumb .video-overlay.buttons a.play-button {
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.7);
  padding: 15px 25px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
}

.section-featured_content-wrap-itemsItem[data-content="lightbox"] .thumb .video-overlay.buttons a.play-button:hover {
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
}

.section-featured_content-wrap-itemsItem[data-content="lightbox"] .thumb picture {
  width: 100%;
  height: 100%;
}

.section-featured_content-wrap-itemsItem[data-content="lightbox"] .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.section-sides {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  --gap: 20px;
  --content-gap: 40px;
  --text-align: start;
  text-align: var(--text-align);
}

.section-sides#media-custompadding .section-sides__side[data-media-only="true"] {
  padding: 20px 0 0 20px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.section-sides#media-custompadding .section-sides__side[data-media-only="true"] img {
  border-bottom-right-radius: 10px;
}

.section-sides[data-text-align="center"] {
  --text-align: center;
}

.section-sides[data-text-align="start"] .section-sides__hubspot {
  margin: 0;
}

.section-sides[data-vertical-align="center"] {
  --align-items: center;
}

.section-sides[data-vertical-align="start"] {
  --align-items: start;
}

.section-sides[data-vertical-align="bottom"] {
  --align-items: flex-end;
}

.section-sides[data-vertical-align="stretch"] {
  --align-items: stretch;
}

.section-sides[data-section-fullheight] {
  height: 100vh;
}

.section-sides [data-auto-spacing-from-top] {
  margin-top: auto;
}

.section-sides[data-container-fullwidth="true"] {
  padding: 0;
}

.section-sides[data-container-fullwidth="true"][data-media-settings="fill"] .section-sides__side {
  height: 100%;
}

.section-sides[data-container-fullwidth="true"][data-media-settings="fill"] .section-sides__side .section-sides__media,
.section-sides[data-container-fullwidth="true"][data-media-settings="fill"] .section-sides__side .media_container,
.section-sides[data-container-fullwidth="true"][data-media-settings="fill"] .section-sides__side .media_container > * {
  height: 100%;
}

.section-sides[data-container-fullwidth="true"][data-media-settings="fill"] .section-sides__side .section-sides__media img,
.section-sides[data-container-fullwidth="true"][data-media-settings="fill"] .section-sides__side .section-sides__media video,
.section-sides[data-container-fullwidth="true"][data-media-settings="fill"] .section-sides__side .media_container img,
.section-sides[data-container-fullwidth="true"][data-media-settings="fill"] .section-sides__side .media_container video,
.section-sides[data-container-fullwidth="true"][data-media-settings="fill"] .section-sides__side .media_container > * img,
.section-sides[data-container-fullwidth="true"][data-media-settings="fill"] .section-sides__side .media_container > * video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}

.section-sides[data-container-fullwidth="true"][data-media-settings="fit_90"] .section-sides__side {
  height: 100%;
}

.section-sides[data-container-fullwidth="true"][data-media-settings="fit_90"] .section-sides__side .section-sides__media {
  padding-right: 50px;
}

.section-sides[data-container-fullwidth="true"][data-media-settings="fit_90"] .section-sides__side .section-sides__media,
.section-sides[data-container-fullwidth="true"][data-media-settings="fit_90"] .section-sides__side .media_container,
.section-sides[data-container-fullwidth="true"][data-media-settings="fit_90"] .section-sides__side .media_container > * {
  height: 100%;
}

.section-sides[data-container-fullwidth="true"] .container {
  max-width: 100%;
  padding: 0;
}

.section-sides[data-container-fullwidth="true"] .section-sides__side:first-child {
  padding: 60px 0;
  max-width: 620px;
  justify-self: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-sides[data-gap-between-items="xxxl"] {
  --gap: 120px;
}

.section-sides[data-gap-between-items="xxl"] {
  --gap: 100px;
}

.section-sides[data-gap-between-items="xl"] {
  --gap: 80px;
}

.section-sides[data-gap-between-items="standard"] {
  --gap: 60px;
}

.section-sides[data-gap-between-items="large"] {
  --gap: 40px;
}

.section-sides[data-gap-between-items="medium"] {
  --gap: 20px;
}

.section-sides[data-gap-between-items="small"] {
  --gap: 10px;
}

.section-sides[data-gap-between-items="none"] {
  --gap: 0;
}

.section-sides[data-media-container-fullheight="true"] .section-sides__side[data-media-only="true"][data-background-color],
.section-sides[data-media-container-fullheight="true"] .section-sides__side[data-media-only="true"][data-background-gradient-simple] {
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  padding: 40px;
}

.section-sides[data-media-container-fullheight="true"] .section-sides__side[data-media-only="true"][data-background-color] .media_container,
.section-sides[data-media-container-fullheight="true"] .section-sides__side[data-media-only="true"][data-background-gradient-simple] .media_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.section-sides[data-media-container-fullheight="true"] .section-sides__side[data-media-only="true"][data-background-color] .media_container > *,
.section-sides[data-media-container-fullheight="true"] .section-sides__side[data-media-only="true"][data-background-gradient-simple] .media_container > * {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.section-sides[data-layout="split_3070"] .container {
  --side-1-grid-size: 3fr;
  --side-2-grid-size: 7fr;
}

.section-sides[data-layout="split_7030"] .container {
  --side-1-grid-size: 7fr;
  --side-2-grid-size: 3fr;
}

.section-sides[data-sides="1"] .container {
  --side-1-grid-size: 12fr;
  --side-2-grid-size: 0;
  gap: 0;
}

.section-sides[data-sides="1"][data-text-align="start"] {
  --content-padding: 0 0 0 0;
}

.section-sides[data-sides="1"][data-text-align="center"] {
  --content-padding: 0 0;
}

.section-sides[data-sides="1"][data-text-align="center"] [data-title-size="title-display"] {
  --content-padding: 0;
}

.section-sides[data-sides="1"] .media_container video {
  margin: 0 auto;
}

.section-sides[data-sides="2"] .section-sides__title_with_typewriter {
  min-height: 250px;
}

.section-sides[data-sides="2"] .section-sides__cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.section-sides[data-sides="2"] .section-sides__cards__box {
  padding: 0;
  border: 0;
  gap: 10px;
}

.section-sides .container {
  display: grid;
  gap: 15px;
  -webkit-box-align: var(--align-items);
  -webkit-align-items: var(--align-items);
     -moz-box-align: var(--align-items);
      -ms-flex-align: var(--align-items);
          align-items: var(--align-items);
}

.section-sides .container.container_fullwidth {
  max-width: 100%;
  padding: 0;
}

.section-sides__side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--gap);
  -webkit-box-align: var(--text-align);
  -webkit-align-items: var(--text-align);
     -moz-box-align: var(--text-align);
      -ms-flex-align: var(--text-align);
          align-items: var(--text-align);
  min-width: 0;
}

.section-sides__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.section-sides__hubspot {
  max-width: 400px;
  margin: 0 auto;
}

.section-sides__iframe {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

.section-sides__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.section-sides__spacing {
  display: block;
  width: 100%;
}

.section-sides__title {
  margin: 0;
  padding: var(--content-padding);
}

.section-sides__text {
  padding: var(--content-padding);
}

.section-sides__text p {
  margin-top: 0;
}

.section-sides__text p:last-child {
  margin-bottom: 0;
}

.section-sides__text p a {
  color: inherit;
  text-decoration: underline;
}

.section-sides__text p b {
  font-size: 18px;
}

.section-sides__text ul li:not(:last-child),
.section-sides__text ol li:not(:last-child) {
  margin-bottom: 8px;
}

.section-sides__media[data-media-type="embed"] {
  max-width: 750px;
  width: 100%;
}

.section-sides__checkboxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: var(--text-align);
  -webkit-align-items: var(--text-align);
     -moz-box-align: var(--text-align);
      -ms-flex-align: var(--text-align);
          align-items: var(--text-align);
  -webkit-box-pack: var(--text-align);
  -webkit-justify-content: var(--text-align);
     -moz-box-pack: var(--text-align);
      -ms-flex-pack: var(--text-align);
          justify-content: var(--text-align);
}

.section-sides__checkboxes[data-layout="bullets"] .section-sides__checkboxesItem__thumb {
  display: none;
}

.section-sides__checkboxes[data-layout="bullets"] .section-sides__checkboxesItem__text {
  padding: 4px 16px;
  background: var(--surface-background-tertiary);
  border-radius: 8px;
}

.section-sides__checkboxes[data-layout="numbers"] {
  gap: 30px;
}

.section-sides__checkboxes[data-layout="numbers"] .section-sides__checkboxesItem {
  gap: 24px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.section-sides__checkboxes[data-layout="icon"] .section-sides__checkboxesItem {
  padding: 0 14px;
  background: var(--surface-background-primary);
  border-radius: 4px;
  border: 1px solid var(--interaction-hover);
}

.section-sides__checkboxes[data-layout="icon"] .section-sides__checkboxesItem__text {
  color: var(--text-text-secondary);
}

.section-sides__checkboxes[data-layout="checkbox"] .section-sides__checkboxesItem {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.section-sides__checkboxes[data-layout="checkbox"] .section-sides__checkboxesItem__thumb {
  padding-top: 2px;
}

.section-sides__checkboxesItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-sides__checkboxesItem__thumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.section-sides__checkboxesItem__thumb img {
  max-width: 30px;
}

.section-sides__checkboxesItem__thumb__number {
  background: var(--surface-background-secondary);
  color: var(--text-text-primary);
  padding: 0 8px;
}

.section-sides__slider {
  width: 100%;
  margin-top: 24px;
}

.section-sides__slider .swiper .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}

.section-sides__slider .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-sides__slider .swiper .swiper-slide a {
  color: var(--text-text-primary);
}

.section-sides__slider .swiper .swiper-slide a:hover {
  color: var(--text-text-hover);
}

.section-sides__slider .swiper .swiper-pagination {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 13px;
  margin-top: 32px;
}

.section-sides__slider .swiper .swiper-pagination-bullet {
  width: 100%;
  height: 6px;
  margin: 0 !important;
  border-radius: 0;
  background: var(--interaction-hover);
  opacity: 1;
  text-indent: -99999px;
}

.section-sides__slider .swiper .swiper-pagination-bullet-active {
  background: var(--interaction-primary);
}

.section-sides__slider_media {
  width: 100%;
}

.section-sides__contact_form {
  width: 520px;
}

.section-sides__contact_form .wpcf7 form {
  position: relative;
}

.section-sides__contact_form .wpcf7 form.submitting input,
.section-sides__contact_form .wpcf7 form.submitting label,
.section-sides__contact_form .wpcf7 form.submitting textarea,
.section-sides__contact_form .wpcf7 form.submitting select,
.section-sides__contact_form .wpcf7 form.submitting button {
  pointer-events: none;
  opacity: 0.3;
}

.section-sides__contact_form .wpcf7 form.submitting:before {
  opacity: 1;
  visibility: visible;
}

.section-sides__contact_form .wpcf7 form:before {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzgiIGhlaWdodD0iMzgiIHZpZXdCb3g9IjAgMCAzOCAzOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHJva2U9IiMwMDAwMDAiPg0KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iIzAwMCI+DQogICAgICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEgMSkiIHN0cm9rZS13aWR0aD0iMiI+DQogICAgICAgICAgICA8Y2lyY2xlIHN0cm9rZS1vcGFjaXR5PSIuNSIgY3g9IjE4IiBjeT0iMTgiIHI9IjE4Ii8+DQogICAgICAgICAgICA8cGF0aCBkPSJNMzYgMThjMC05Ljk0LTguMDYtMTgtMTgtMTgiPg0KICAgICAgICAgICAgICAgIDxhbmltYXRlVHJhbnNmb3JtDQogICAgICAgICAgICAgICAgICAgICAgICBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iDQogICAgICAgICAgICAgICAgICAgICAgICB0eXBlPSJyb3RhdGUiDQogICAgICAgICAgICAgICAgICAgICAgICBmcm9tPSIwIDE4IDE4Ig0KICAgICAgICAgICAgICAgICAgICAgICAgdG89IjM2MCAxOCAxOCINCiAgICAgICAgICAgICAgICAgICAgICAgIGR1cj0iMXMiDQogICAgICAgICAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIvPg0KICAgICAgICAgICAgPC9wYXRoPg0KICAgICAgICA8L2c+DQogICAgPC9nPg0KPC9zdmc+");
  background-position: center center;
  background-repeat: no-repeat;
}

.section-sides__contact_form .wpcf7 form .wpcf7-spinner {
  display: none !important;
}

.section-sides__contact_form .wpcf7 form .wpcf7-response-output {
  margin: 15px 0 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  text-align: left;
  color: var(--text-text-primary) !important;
}

.section-sides__contact_form .wpcf7 form .wpcf7-not-valid-tip {
  font-size: 15px;
}

.section-sides__contact_form .wpcf7 form .wpcf7-form-control-wrap {
  width: 100%;
  text-align: left;
}

.section-sides__border {
  width: 100%;
  height: 1px;
  background-color: var(--border-border-primary);
}

.section-sides__logos_slider {
  --logo-margin-x: 20px;
  --logos-list-gap: 0px;
  --logo-minmax-width: 160px;
  --logo-minmax-height: 40px;
  --display: flex;
}

.section-sides__logos_slider__heading {
  margin-bottom: 20px;
}

.section-sides__logos_slider .section-logos__box {
  padding-left: var(--logo-margin-x);
  padding-right: var(--logo-margin-x);
  min-height: var(--logo-minmax-height);
  min-width: var(--logo-minmax-width);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-sides__logos_slider img {
  max-height: var(--logo-minmax-height);
  max-width: var(--logo-minmax-width);
}

.section-sides__logos_slider-wrapper:not(.is-slider) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}

.section-sides__title_with_typewriter.with_break {
  min-height: 260px;
}

.section-sides__testimonials_video__wrap_content {
  border-radius: 0 0 20px 20px;
  background: -webkit-linear-gradient(213deg, rgba(84, 96, 95, 0.5) -11.98%, var(--color-grey-800, #3A4141) 73.32%);
  background: -o-linear-gradient(213deg, rgba(84, 96, 95, 0.5) -11.98%, var(--color-grey-800, #3A4141) 73.32%);
  background: linear-gradient(237deg, rgba(84, 96, 95, 0.5) -11.98%, var(--color-grey-800, #3A4141) 73.32%);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.section-sides__testimonials_video__wrap_content_logo img {
  max-width: 140px;
}

.section-sides__label {
  border-radius: 4px;
  border: 1px solid var(--color-yellow-500);
  padding: 0 6px;
}

.section-sides__badges-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.section-sides__stats-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
}

.section-sides__stats__box {
  padding: 8px 12px;
  border-radius: 8px;
  background: var(--color-yellow-200);
  min-width: 200px;
  text-align: center;
}

.section-sides__cards {
  width: 100%;
}

.section-sides__cards-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.section-sides__cards__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 16px 24px;
  text-align: left;
  gap: 8px;
  border-left: 1px solid var(--color-grey-300);
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 200px;
     -moz-box-flex: 1;
      -ms-flex: 1 1 200px;
          flex: 1 1 200px;
}

.section-testimonials__wrap {
  max-width: 720px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.section-testimonials__wrap_author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  gap: 20px;
}

.section-testimonials__wrap_author .person {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.section-testimonials__wrap_author .person .meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}

.section-testimonials__wrap_author .divider {
  height: 61px;
  width: 1px;
  background: var(--color-grey-300);
}

.section-footer {
  padding: 60px 0 20px;
}

.section-footer__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.section-footer__wrap_iso {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-footer__wrap_iso__text a {
  color: var(--color-yellow-600) !important;
  text-decoration: underline;
}

.section-footer__wrap_bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section-footer__wrap_bottom__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.section-header {
  z-index: 990;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background: var(--surface-background-primary);
}

.section-header[data-announcement-bar="true"] {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.section-header[data-announcement-bar="true"] .section-header__wrapMenu-wrapNav > ul > li .sub_items {
  top: calc(var(--header-total-height) - var(--header-modalbar-height) - 38px);
}

.section-header__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
}

.section-header__wrapLogo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.section-header__wrapLogo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.section-header__wrapLogo a img {
  max-height: 60px;
}

.section-header__wrapMenu {
  margin-left: 30px;
}

.section-header__wrapMenu-wrap {
  height: 100%;
}

.section-header__wrapMenu-wrapNav {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-header__wrapMenu-wrapNav > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  gap: 10px;
}

.section-header__wrapMenu-wrapNav > ul > li {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.section-header__wrapMenu-wrapNav > ul > li:nth-child(3) .sub_items .sub_items_wrap {
  min-width: 185px !important;
}

.section-header__wrapMenu-wrapNav > ul > li.menu-item-hasChilds[data-subitems="4"],
.section-header__wrapMenu-wrapNav > ul > li.menu-item-hasChilds[data-subitems="3"] {
  position: inherit;
}

.section-header__wrapMenu-wrapNav > ul > li.menu-item-hasChilds[data-subitems="4"] .sub_items,
.section-header__wrapMenu-wrapNav > ul > li.menu-item-hasChilds[data-subitems="3"] .sub_items {
  left: 50%;
  -webkit-transform: translate(-50%, 10px);
      -ms-transform: translate(-50%, 10px);
          transform: translate(-50%, 10px);
}

.section-header__wrapMenu-wrapNav > ul > li.menu-item-hasChilds span.arrow-down {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 15;
  margin-left: 8px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.section-header__wrapMenu-wrapNav > ul > li.menu-item-hasChilds.open .item a {
  color: var(--text-text-hover);
}

.section-header__wrapMenu-wrapNav > ul > li[data-subitems="1"] .sub_items .sub_items_wrap {
  min-width: 130px;
}

.section-header__wrapMenu-wrapNav > ul > li:hover .item a {
  border-radius: 8px;
}

.section-header__wrapMenu-wrapNav > ul > li > .item a {
  padding: 0 6px;
  white-space: nowrap;
  text-decoration: none;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  color: var(--color-yellow-900);
}

.section-header__wrapMenu-wrapNav > ul > li .sub_items {
  position: absolute;
  top: calc(var(--header-total-height) - var(--header-modalbar-height) - 50px);
  pointer-events: none;
  opacity: 0;
  padding: 25px 0 0 0;
  -webkit-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
  z-index: 9999;
}

.section-header__wrapMenu-wrapNav > ul > li .sub_items_bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.section-header__wrapMenu-wrapNav > ul > li .sub_items .sub_items_wrap {
  border-radius: 8px;
  min-width: 200px;
  max-width: 250px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 12px;
  position: relative;
}

.section-header__wrapMenu-wrapNav > ul > li .sub_items .sub_items_wrap:first-of-type {
  padding-left: 0;
}

.section-header__wrapMenu-wrapNav > ul > li .sub_items .sub_items_wrap:last-of-type {
  padding-right: 0;
}

.section-header__wrapMenu-wrapNav > ul > li .sub_items .sub_items_wrap:not(:first-of-type):before {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--interaction-hover);
  width: 1px;
  height: calc(100% - 8px);
  content: "";
}

.section-header__wrapMenu-wrapNav > ul > li .sub_items .sub_items_wrap .label {
  margin-bottom: 8px;
  display: inline-block;
}

.section-header__wrapMenu-wrapNav > ul > li .sub_items .sub_items_wrap .sub_menu_items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.section-header__wrapMenu-wrapNav > ul > li .sub_items .sub_items_wrap .sub_menu_itemsItem {
  width: 100%;
  word-break: break-word;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border-radius: 10px;
  position: relative;
}

.section-header__wrapMenu-wrapNav > ul > li .sub_items .sub_items_wrap .sub_menu_itemsItem .link_title {
  font-size: 17px;
  line-height: 28px;
  font-weight: 300;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.section-header__wrapMenu-wrapNav > ul > li .sub_items .sub_items_wrap .sub_menu_itemsItem:hover a {
  color: var(--text-text-primary);
  background: var(--interaction-hover);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.section-header__wrapMenu-wrapNav > ul > li .sub_items .sub_items_wrap .sub_menu_itemsItem a {
  padding: 4px 6px;
  display: block;
  position: relative;
  z-index: 2;
  border-radius: 8px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.section-header__wrapMenu-wrapNav > ul > li .sub_items .sub_items_wrap .sub_menu_itemsItem[data-layout="default"] a .heading {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
}

.section-header__wrapMenu-wrapNav > ul > li .sub_items .sub_items_wrap .sub_menu_itemsItem[data-layout="default"] a .heading .thumb {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.section-header__wrapMenu-wrapNav > ul > li .sub_items .sub_items_wrap .sub_menu_itemsItem[data-layout="featured"] a .heading {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.section-header__wrapMenu-wrapNav > ul > li .sub_items .sub_items_wrap .sub_menu_itemsItem[data-layout="featured"] a .heading .thumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.section-header__wrapMenu-wrapNav > ul > li .sub_items .sub_items_wrap .sub_menu_itemsItem[data-layout="featured"] a .heading .thumb img {
  display: block;
}

.section-header__wrapMenu-wrapNav > ul > li .sub_items .sub_items_wrap .sub_menu_itemsItem .thumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.section-header__wrapMenu-wrapNav > ul > li .sub_items .sub_items_wrap .sub_menu_itemsItem .text {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  display: block;
  color: var(--text-text-secondary);
}

.section-header__wrapMenu-wrapNav > ul > li .sub_items .sub_items_wrap .more {
  margin-top: 24px;
  padding: 0 8px;
}

.section-header__wrapMenu-wrapNav > ul > li .sub_items ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.section-header__wrapMenu-wrapNav > ul > li .sub_items li {
  padding-bottom: 16px;
}

.section-header__wrapMenu-wrapNav > ul > li .sub_items li:last-of-type {
  padding-bottom: 0;
}

.section-header__wrapMenu-wrapNav > ul > li .sub_items a {
  color: var(--text-text-primary);
}

.section-header__wrapMenu-wrapNav-buttons-mobile {
  display: none;
  width: 100%;
  padding: 0 30px;
}

.section-header__wrapMenu-wrapNav-buttons-mobile a {
  width: 100%;
}

.section-header__wrapActions {
  margin-left: auto;
}

.section-header__wrapActions .buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
}

.section-header__wrapHamburger {
  display: none;
  margin-left: 24px;
}

.section-header__wrapHamburger-btn {
  width: 34px;
  height: 23px;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  position: relative;
  z-index: 10;
}

.section-header__wrapHamburger-btn span {
  width: 100%;
  height: 2px;
  background: var(--text-text-primary);
  display: block;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  position: absolute;
  opacity: 1;
  left: 0;
}

.section-header__wrapHamburger-btn span:nth-child(1) {
  top: 0;
}

.section-header__wrapHamburger-btn span:nth-child(2),
.section-header__wrapHamburger-btn span:nth-child(3) {
  top: 10px;
}

.section-header__wrapHamburger-btn span:nth-child(4) {
  top: 20px;
}

.section-header__wrapHamburger-btn.open {
  border-radius: 0;
}

.section-header__wrapHamburger-btn.open span:nth-child(1) {
  top: 12px;
  width: 0%;
  left: 50%;
}

.section-header__wrapHamburger-btn.open span:nth-child(2) {
  top: 10px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.section-header__wrapHamburger-btn.open span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.section-header__wrapHamburger-btn.open span:nth-child(4) {
  top: 12px;
  width: 0%;
  left: 50%;
}

.section-header__modal {
  z-index: 99;
  overflow: hidden;
}

.section-header__modal:not(.active) {
  display: none;
}

.section-header__modal .modal-close {
  position: absolute;
  right: 10px;
  top: 7px;
  cursor: pointer;
  overflow: hidden;
}

.section-header__modal-text strong {
  margin-left: 3px;
}

.section-header__modal-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  position: relative;
}

.section-header__modal-title .text p {
  font-weight: 600;
}

.section-header__modal-spacer {
  width: 1px;
  height: 25px;
  background: var(--color-yellow-900);
}

.section-header__modal .buttons a {
  border: 1px solid var(--color-yellow-900);
  background: transparent;
}

.section-header__modal-inner {
  padding: 6px 0;
  background: var(--custom-grey);
  color: var(--color-yellow-900);
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.section-data_integration__wrap {
  background: var(--custom-grey);
  border-radius: 10px;
  padding: 40px 0;
}

.section-data_integration__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 40px 60px;
  padding: 40px 40px 0 40px;
}

.section-data_integration__items_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 240px;
  max-width: 600px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 240px;
     -moz-box-flex: 1;
      -ms-flex: 1 1 240px;
          flex: 1 1 240px;
  gap: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.section-data_integration__items_item_media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.section-data_integration__items_item_media .media__images_slider {
  border-radius: 10px;
  background: var(--color-grey-000);
  padding: 30px 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-data_integration__items_item_media img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-data_integration__items_item[data-layout="slider_image"] .section-data_integration__items_item_media {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.section-data_integration__items_item[data-layout="slider_image"] .section-data_integration__items_item_media img.static_image {
  margin-top: -45px;
}

.section-data_integration__items_item_number {
  border-radius: 20px;
  background: var(--color-yellow-400);
  color: var(--color-yellow-700);
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 22px;
  height: 22px;
  padding: 10px;
  aspect-ratio: 1/1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-book_a_demo {
  border-radius: 16px;
  position: relative;
}

.section-book_a_demo[data-template="template_second"] .section-book_a_demo_wrap__content {
  gap: 60px;
}

.section-book_a_demo[data-template="template_second"] [data-close-popup] {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

.section-book_a_demo_wrap {
  border-radius: 16px;
  border: 1px solid #AFB9B8;
  background: var(--surface-background-primary);
  padding: 10px;
}

.section-book_a_demo_wrap__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.section-book_a_demo_wrap__form {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
     -moz-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  max-width: 50%;
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  text-align: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  height: auto;
}

.section-book_a_demo_wrap__form .pecan_logo {
  margin-top: 10px;
  display: none;
}

.section-book_a_demo_wrap__form .pecan_logo img {
  max-height: 60px;
}

.section-book_a_demo_wrap__form .pecan_logo a[data-close-popup] {
  display: none;
}

.section-book_a_demo_wrap__form .heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}

.section-book_a_demo_wrap__form form {
  max-width: 400px;
  margin: 0 auto;
}

.section-book_a_demo_wrap__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
     -moz-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  max-width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  --text-color: #fff;
  padding: 20px;
  color: #fff;
  text-align: center;
  border-radius: 10px;
}

.section-book_a_demo_wrap__content[data-radial-gradient] {
  background: -webkit-radial-gradient(50% 0%, 255.6% 100%, rgba(206, 157, 255, 0.4) 0%, rgba(34, 38, 38, 0) 87.12%), #222626;
  background: -o-radial-gradient(50% 0%, 255.6% 100%, rgba(206, 157, 255, 0.4) 0%, rgba(34, 38, 38, 0) 87.12%), #222626;
  background: radial-gradient(255.6% 100% at 50% 0%, rgba(206, 157, 255, 0.4) 0%, rgba(34, 38, 38, 0) 87.12%), #222626;
}

.section-book_a_demo_wrap__content__logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  border-bottom: 1px solid #AFB9B8;
  padding-bottom: 20px;
}

.section-book_a_demo_wrap__content__logos .logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 20px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-book_a_demo_wrap__content__logos .title {
  position: relative;
}

.section-book_a_demo_wrap__content__logos .title a[data-close-popup] {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}

.section-book_a_demo_wrap__content__logos_slider .title {
  margin-bottom: 20px;
}

.section-book_a_demo_wrap__content__testimonials {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.section-book_a_demo_wrap__content__testimonials-wrap {
  width: 100% !important;
}

.section-book_a_demo_wrap__content__testimonials-wrapItem {
  margin: 20px 0 40px;
  border-radius: 8px;
  background: rgba(175, 185, 184, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  padding: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}

.section-book_a_demo_wrap__content__testimonials-wrapItem .heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.section-book_a_demo_wrap__content__testimonials-wrapItem .heading img {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}

.section-book_a_demo_wrap__content__testimonials-wrapItem .person {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-book_a_demo_wrap__content__testimonials-wrapItem .position {
  margin-top: 4px;
}

.section-book_a_demo_wrap__content__testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff !important;
}

.section-book_a_demo_wrap__content__testimonials .swiper-pagination .swiper-pagination-bullet {
  background: #AFB9B8;
  opacity: 1;
}

.section-book_a_demo .bxslider {
  --logo-margin-x: 5px;
  --logos-list-gap: 0px;
  --logo-minmax-width: 135px;
  --logo-minmax-height: 40px;
  --display: flex;
}

.section-book_a_demo .bxslider .section-logos__box {
  padding-left: 25px;
  padding-right: 25px;
  min-height: var(--logo-minmax-height);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-book_a_demo .bxslider .section-logos__box img {
  max-height: var(--logo-minmax-height);
  max-width: var(--logo-minmax-width);
}

.section-spacing[data-spacing="XL"] {
  padding: 80px 0;
}

.section-spacing[data-spacing="L"] {
  padding: 60px 0;
}

.section-spacing[data-spacing="M"] {
  padding: 40px 0;
}

.section-spacing[data-spacing="S"] {
  padding: 30px 0;
}

.section-spacing[data-spacing="XS"] {
  padding: 24px 0;
}

.section-spacing[data-spacing="XXS"] {
  padding: 16px 0;
}

.section-spacing[data-spacing="XXXS"] {
  padding: 8px 0;
}

.section-cover_customer_wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 64px;
}

.section-cover_customer__heading {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.section-cover_customer__headingTitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding-top: 32px;
}

.section-cover_customer__headingTitle img {
  padding-top: 18px;
}

.section-cover_customer__headingExcerpt {
  padding-right: 240px;
}

.section-cover_customer__stats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
}

.section-cover_customer__statsItem {
  position: relative;
}

.section-cover_customer__statsItem:not(:last-child):before {
  content: "";
  position: absolute;
  top: 0;
  right: -32px;
  width: 1px;
  height: 100%;
  background: var(--color-grey-300);
}

.section-cover_customer__statsItem-title {
  margin-bottom: 16px;
  padding: 4px 12px;
  background: var(--color-yellow-200);
  border-radius: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.section-cover_customer__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}

.section-cover_customer__infoItem {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

.section-cover_customer__infoItem-title {
  margin-bottom: 8px;
}

.section-use_cases_scroller__wrap-media {
  display: none;
}

.section-use_cases_scroller__wrap-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.section-use_cases_scroller__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}

.section-use_cases_scroller__item-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.section-use_cases_scroller__item-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  padding: 0;
  margin: 0;
  margin-top: 4px;
}

.section-use_cases_scroller__item-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.section-use_cases_scroller__item-list-icon {
  margin-top: 1px;
  width: 16px;
  height: 16px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.section-use_cases_scroller__item-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-top: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-use_cases_scroller__images {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-use_cases_scroller__images-item {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  width: 100%;
}

.section-use_cases_scroller__images-item.active {
  opacity: 1;
}

.section-use_cases_scroller__images-item img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: auto;
}

.section-use_cases_scroller__heading {
  margin-bottom: 60px;
}

/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */

.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
}

.lity-close {
  z-index: 9994;
  width: 56px !important;
  height: 32px;
  position: fixed;
  right: 8px;
  top: 8px;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  background-color: #222626 !important;
  background-repeat: no-repeat !important;
  border: 0 !important;
  background-position: center center !important;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQuNzUgNC43NUwxOS4yNSAxOS4yNU0xOS4yNSA0Ljc1TDQuNzUgMTkuMjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+Cjwvc3ZnPgo=");
  text-indent: -99999999px;
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: .3s !important;
  -o-transition: .3s !important;
  transition: .3s !important;
  border-radius: 0 !important;
  font-size: 0;
  color: #fff;
}

.lity-close:hover {
  background-color: #54605f !important;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Image */

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */

.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

.section-cover_blog,
.section-sides,
.section-sides__spacing,
.section-testimonials,
.section-data_integration,
.section-book_a_demo,
.section-cover_customer,
.section-use_cases_scroller {
  padding: var(--padding-default) 0;
}

.section-cover_blog[data-padding="xxxl"],
.section-sides[data-padding="xxxl"],
.section-sides__spacing[data-padding="xxxl"],
.section-testimonials[data-padding="xxxl"],
.section-data_integration[data-padding="xxxl"],
.section-book_a_demo[data-padding="xxxl"],
.section-cover_customer[data-padding="xxxl"],
.section-use_cases_scroller[data-padding="xxxl"] {
  padding: var(--padding-xxxl) 0;
}

.section-cover_blog[data-padding="xxl"],
.section-sides[data-padding="xxl"],
.section-sides__spacing[data-padding="xxl"],
.section-testimonials[data-padding="xxl"],
.section-data_integration[data-padding="xxl"],
.section-book_a_demo[data-padding="xxl"],
.section-cover_customer[data-padding="xxl"],
.section-use_cases_scroller[data-padding="xxl"] {
  padding: var(--padding-xxl) 0;
}

.section-cover_blog[data-padding="xl"],
.section-sides[data-padding="xl"],
.section-sides__spacing[data-padding="xl"],
.section-testimonials[data-padding="xl"],
.section-data_integration[data-padding="xl"],
.section-book_a_demo[data-padding="xl"],
.section-cover_customer[data-padding="xl"],
.section-use_cases_scroller[data-padding="xl"] {
  padding: var(--padding-xl) 0;
}

.section-cover_blog[data-padding="default"],
.section-sides[data-padding="default"],
.section-sides__spacing[data-padding="default"],
.section-testimonials[data-padding="default"],
.section-data_integration[data-padding="default"],
.section-book_a_demo[data-padding="default"],
.section-cover_customer[data-padding="default"],
.section-use_cases_scroller[data-padding="default"] {
  padding: var(--padding-default) 0;
}

.section-cover_blog[data-padding="large"],
.section-sides[data-padding="large"],
.section-sides__spacing[data-padding="large"],
.section-testimonials[data-padding="large"],
.section-data_integration[data-padding="large"],
.section-book_a_demo[data-padding="large"],
.section-cover_customer[data-padding="large"],
.section-use_cases_scroller[data-padding="large"] {
  padding: var(--padding-large) 0;
}

.section-cover_blog[data-padding="medium"],
.section-sides[data-padding="medium"],
.section-sides__spacing[data-padding="medium"],
.section-testimonials[data-padding="medium"],
.section-data_integration[data-padding="medium"],
.section-book_a_demo[data-padding="medium"],
.section-cover_customer[data-padding="medium"],
.section-use_cases_scroller[data-padding="medium"] {
  padding: var(--padding-medium) 0;
}

.section-cover_blog[data-padding="small"],
.section-sides[data-padding="small"],
.section-sides__spacing[data-padding="small"],
.section-testimonials[data-padding="small"],
.section-data_integration[data-padding="small"],
.section-book_a_demo[data-padding="small"],
.section-cover_customer[data-padding="small"],
.section-use_cases_scroller[data-padding="small"] {
  padding: var(--padding-s) 0;
}

.section-cover_blog[data-padding="none"],
.section-sides[data-padding="none"],
.section-sides__spacing[data-padding="none"],
.section-testimonials[data-padding="none"],
.section-data_integration[data-padding="none"],
.section-book_a_demo[data-padding="none"],
.section-cover_customer[data-padding="none"],
.section-use_cases_scroller[data-padding="none"] {
  padding: 0;
}

@media (min-width: 767px) {
  .section-sides .container {
    --side-1-grid-size: 6fr;
    --side-2-grid-size: 6fr;
    grid-template-columns: minmax(0, var(--side-1-grid-size)) minmax(0, var(--side-2-grid-size));
    gap: calc(var(--content-gap) * 2);
  }
}

@media screen and (min-width: 767px) {
  .section-use_cases_scroller__item-buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 768px) {
  .section-sides[data-container-fullwidth="true"][data-reversed-on-desktop] .section-sides__side:first-child {
    justify-self: flex-start;
  }

  .section-sides[data-container-fullwidth="true"][data-reversed-on-desktop][data-media-settings="fill"] .section-sides__media img,
  .section-sides[data-container-fullwidth="true"][data-reversed-on-desktop][data-media-settings="fill"] .section-sides__media video,
  .section-sides[data-container-fullwidth="true"][data-reversed-on-desktop][data-media-settings="fill"] .media_container img,
  .section-sides[data-container-fullwidth="true"][data-reversed-on-desktop][data-media-settings="fill"] .media_container video,
  .section-sides[data-container-fullwidth="true"][data-reversed-on-desktop][data-media-settings="fill"] .media_container > * img,
  .section-sides[data-container-fullwidth="true"][data-reversed-on-desktop][data-media-settings="fill"] .media_container > * video {
    -o-object-position: right;
       object-position: right;
  }

  .section-sides[data-container-fullwidth="true"][data-reversed-on-desktop][data-media-settings="fit_90"] .section-sides__media {
    padding-left: 50px;
  }

  .section-sides[data-reversed-on-desktop] .container > *:first-child {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .section-header__wrapMenu-wrapNav > ul > li.menu-item-hasChilds:hover span.arrow-down svg {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@media (min-width: 992px) {
  .section-sides[data-section-fullheight] {
    padding: 0 !important;
  }

  .section-header__wrapMenu-wrapNav > ul > li:hover .item a {
    background: var(--color-grey-200);
  }

  .section-header__wrapMenu-wrapNav > ul > li.menu-item-hasChilds:hover .sub_items {
    pointer-events: all;
    opacity: 1;
  }

  .section-header__wrapMenu-wrapNav > ul > li .sub_items_bg {
    padding: 10px;
    position: relative;
    background: var(--surface-background-transparent);
    -webkit-backdrop-filter: blur(15px);
            backdrop-filter: blur(15px);
    border-top: 0;
    border-radius: 8px;
  }
}

@media screen and (min-width: 992px) {
  .section-use_cases_scroller__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 100px;
  }

  .section-use_cases_scroller__wrap-items {
    -webkit-flex-basis: 440px;
        -ms-flex-preferred-size: 440px;
            flex-basis: 440px;
  }

  .section-use_cases_scroller__wrap-media {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: block;
    position: -webkit-sticky;
    position: sticky;
    height: 520px;
    top: calc(50% - 260px);
    right: 0;
  }

  .section-use_cases_scroller__wrap-items {
    gap: 64px;
  }

  .section-use_cases_scroller__item {
    min-height: 520px;
  }

  .section-use_cases_scroller__item-image {
    display: none;
  }

  .section-use_cases_scroller__item-list {
    gap: 20px;
  }
}

@media (max-width: 1440px) {
  .section-sides[data-container-fullwidth="true"] .section-sides__side:first-child {
    padding: 60px 0 60px 60px;
    max-width: 100%;
  }
}

@media (max-width: 992px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  #hero .section-sides__side[data-media-only="true"][data-background-gradient-simple="gradient-02"] {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .single_post_content_wrap-right {
    width: 200px;
  }

  .lity-iframe-container {
    height: 70vh !important;
  }

  .lity-iframe .lity-container {
    width: 95%;
  }

  [data-background-gradient][data-background-gradient="gradient-01"]:after {
    width: 96%;
  }

  [data-background-gradient][data-background-gradient="gradient-02"]:after {
    width: 96%;
  }

  [data-title-size="title-h1"] {
    font-size: 40px;
    line-height: 50px;
  }

  [data-title-size="title-h2"] {
    font-size: 34px;
    line-height: 48px;
  }

  [data-title-size="title-h3"],
  [data-gutenberg] h2 {
    font-size: 20px;
    line-height: 28px;
  }

  [data-title-size="title-h4"],
  [data-gutenberg] h3 {
    font-size: 18px;
    line-height: 26px;
  }

  .button,
  .single_post_content .post_toc_linksList-item a,
  .hbspt-form .submitted-message,
  [data-wysiwyg] p,
  [data-wysiwyg] li,
  [data-gutenberg] p,
  [data-gutenberg] li,
  [data-text-regular],
  [data-text-regular] p,
  .section-sides__label,
  .section-header__wrapMenu-wrapNav > ul > li > .item a {
    font-size: 17px;
    line-height: 26px;
  }

  .section-cover_blog__headingExcerpt {
    padding-right: 0;
  }

  .section-featured_content[data-indent="true"] {
    --wrap-padding: 0 0 40px 40px;
  }

  .section-featured_content-wrap-items[data-items-per-row="2"] {
    gap: 60px;
  }

  .section-featured_content-wrap-items[data-items-per-row="3"] {
    grid-template-columns: 1fr 1fr;
  }

  .section-featured_content-wrap-items[data-items-per-row="3"] {
    gap: 40px;
  }

  .section-featured_content-wrap-items[data-items-per-row="4"] {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section-featured_content-wrap-items[data-items-per-row="4"] {
    grid-template-columns: 1fr 1fr;
  }

  .section-featured_content-wrap-itemsItem[data-layout="default-horizontal"] .thumb {
    width: 300px;
  }

  .section-sides[data-container-fullwidth="true"] .section-sides__side:first-child {
    padding: 52px 0 52px 52px;
  }

  .section-sides[data-sides="1"][data-text-align="start"] {
    --content-padding: 0;
  }

  .section-sides[data-sides="1"][data-text-align="center"] {
    --content-padding: 0;
  }

  .section-sides[data-sides="2"] .section-sides__cards-wrapper {
    grid-template-columns: 1fr;
  }

  .section-sides__title_with_typewriter.with_break {
    min-height: 162px;
  }

  .section-header {
    padding: 0;
  }

  .section-header[data-announcement-bar="true"] {
    gap: 0;
  }

  .section-header__wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: transparent;
    border-radius: 0;
  }

  .section-header__wrapMenu-wrap {
    position: fixed;
    top: var(--header-total-height);
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: 9900;
    margin-left: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }

  .section-header__wrapMenu-wrap:not(.open) {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
  }

  .section-header__wrapMenu-wrapNav > ul > li .sub_items {
    pointer-events: all;
    opacity: 1;
  }

  .section-header__wrapMenu-wrapNav > ul > li .sub_items_bg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }

  .section-header__wrapMenu-wrapNav > ul > li .sub_items .sub_items_wrap {
    min-width: 100%;
    max-width: 100%;
    border-radius: 0;
    padding: 24px 0;
  }

  .section-header__wrapMenu-wrapNav > ul > li .sub_items .sub_items_wrap:not(:first-of-type) {
    border-top: 1px solid var(--interaction-hover);
  }

  .section-header__wrapMenu-wrapNav > ul > li .sub_items .sub_items_wrap:not(:last-of-type) {
    padding: 24px 0 0;
  }

  .section-header__wrapMenu-wrapNav > ul > li .sub_items .sub_items_wrap:not(:first-of-type):before {
    display: none;
  }

  .section-header__wrapMenu-wrapNav > ul > li .sub_items .sub_items_wrap .sub_menu_items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .section-header__wrapMenu-wrapNav > ul > li .sub_items .sub_items_wrap .sub_menu_itemsItem .link_title {
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
  }

  .section-header__wrapMenu-wrapNav > ul > li .sub_items {
    width: 100%;
    background: transparent;
  }

  .section-header__wrapMenu-wrapNav-buttons-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  .section-header__wrapMenu-wrapNav {
    position: absolute;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    top: 0;
    width: 100%;
    bottom: 0;
    background: var(--surface-background-primary);
    padding: 20px 0 100px;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    opacity: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: auto;
    height: calc(100vh - 72px);
  }

  .section-header__wrapMenu-wrapNav > ul {
    display: grid;
    grid-template-columns: 1fr;
  }

  .section-header__wrapMenu-wrapNav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: auto;
    width: 100%;
  }

  .section-header__wrapMenu-wrapNav ul > li {
    position: relative;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 32px;
    margin: 0 0 16px;
    height: auto;
  }

  .section-header__wrapMenu-wrapNav ul > li.open {
    margin: 0;
  }

  .section-header__wrapMenu-wrapNav ul > li.open span.arrow-down {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  .section-header__wrapMenu-wrapNav ul > li .sub_items {
    position: relative;
    top: 0 !important;
    width: 100%;
    display: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }

  .section-header__wrapMenu-wrapNav ul > li .sub_items ul {
    padding: 0;
  }

  .section-header__wrapMenu-wrapNav ul > li .sub_items a:after {
    display: none;
  }

  .section-header__wrapMenu-wrapNav ul > li .sub_items li {
    display: block;
    padding: 0;
    margin: 0 0 8px;
  }

  .section-header__wrapMenu-wrapNav ul > li .sub_items li:last-of-type {
    margin: 0;
  }

  .section-header__wrapMenu-wrapNav ul > li .item a {
    padding: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    width: 100%;
    font-size: 30px;
    line-height: 40px;
  }

  .section-header__wrapMenu-wrapNav ul > li.menu-item-hasChilds .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }

  .section-header__wrapActions .buttons a {
    font-size: 14px;
  }

  .section-header__wrapActions .buttons a + a {
    margin-left: 6px;
  }

  .section-header__wrapActions {
    margin-left: auto;
  }

  .section-header__wrapHamburger {
    display: block;
  }

  .section-header__wrap {
    padding: 0 0 24px;
  }

  .section-header__modal .modal-close {
    right: 3px;
    top: 12px;
  }

  .section-header__modal-title .text p {
    font-size: 16px;
  }

  .section-header__modal-spacer {
    display: none;
  }

  .section-data_integration__items {
    gap: 60px;
  }

  .section-book_a_demo_wrap {
    padding: 20px;
  }

  .section-book_a_demo_wrap__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .section-book_a_demo_wrap__form {
    max-width: inherit;
    padding: 0;
  }

  .section-book_a_demo_wrap__content {
    max-width: 100%;
  }

  .section-cover_customer__headingExcerpt {
    padding-right: 0;
  }

  .section-cover_blog,
  .section-sides,
  .section-sides__spacing,
  .section-testimonials,
  .section-data_integration,
  .section-book_a_demo,
  .section-cover_customer,
  .section-use_cases_scroller {
    padding: var(--padding-medium) 0;
  }

  .section-cover_blog[data-padding="xxxl"],
  .section-sides[data-padding="xxxl"],
  .section-sides__spacing[data-padding="xxxl"],
  .section-testimonials[data-padding="xxxl"],
  .section-data_integration[data-padding="xxxl"],
  .section-book_a_demo[data-padding="xxxl"],
  .section-cover_customer[data-padding="xxxl"],
  .section-use_cases_scroller[data-padding="xxxl"] {
    padding: var(--padding-xl) 0;
  }

  .section-cover_blog[data-padding="xxl"],
  .section-sides[data-padding="xxl"],
  .section-sides__spacing[data-padding="xxl"],
  .section-testimonials[data-padding="xxl"],
  .section-data_integration[data-padding="xxl"],
  .section-book_a_demo[data-padding="xxl"],
  .section-cover_customer[data-padding="xxl"],
  .section-use_cases_scroller[data-padding="xxl"] {
    padding: var(--padding-large) 0;
  }

  .section-cover_blog[data-padding="xl"],
  .section-sides[data-padding="xl"],
  .section-sides__spacing[data-padding="xl"],
  .section-testimonials[data-padding="xl"],
  .section-data_integration[data-padding="xl"],
  .section-book_a_demo[data-padding="xl"],
  .section-cover_customer[data-padding="xl"],
  .section-use_cases_scroller[data-padding="xl"] {
    padding: var(--padding-medium) 0;
  }
}

@media (max-width: 992px) and (max-width: 992px) {
  .section-header__wrapMenu-wrapNav ul > li {
    padding: 0 52px;
  }
}

@media (max-width: 992px) and (max-width: 767px) {
  .section-header__wrapMenu-wrapNav ul > li {
    padding: 0 30px;
  }
}

@media (max-width: 991px) {
  .section-header__modal-text {
    text-align: center;
    font-size: 14px;
  }

  .section-header__modal .buttons {
    margin: 0;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
  }

  .section-header__modal-inner {
    padding: 15px 20px 15px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6px;
  }

  .section-header__modal-inner .section-header__modal-buttons a {
    font-size: 16px;
  }

  .section-header__wrapMenu-wrapNav > ul > li:last-child .sub_items .sub_items_wrap:not(:first-of-type) {
    border-top: 0;
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button {
    width: 100%;
  }

  .buttons {
    width: 100%;
  }

  .hbspt-form select {
    background-color: #fff;
    height: 38px;
    font-size: 13px;
  }

  .book-a-demo-popup .section-book_a_demo .pecan_logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .book-a-demo-popup .section-book_a_demo .pecan_logo a[data-close-popup] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  .book-a-demo-popup .section-book_a_demo_wrap__content {
    display: none;
  }

  .lity-close {
    right: 26px !important;
    top: 95px !important;
    background-color: inherit !important;
    width: 32px !important;
  }

  .video-overlay-wrap {
    width: 90vw !important;
  }

  .single_post_content_wrap {
    padding: 30px 0 0 0;
  }

  .single_post_content_wrap-left {
    width: 100%;
  }

  .single_post_content_wrap-right {
    display: none;
  }

  body.bookademo-lity .lity-wrap {
    left: 4px;
  }

  body.bookademo-lity .lity-iframe .lity-container {
    width: 95%;
  }

  body.bookademo-lity .lity-iframe-container {
    height: 95vh !important;
  }

  .lity-sections-popup {
    max-height: 88vh !important;
    overflow-y: scroll;
  }

  #custom-bg-1 .section-sides__side .section-sides__cards__box:last-of-type {
    border-bottom: 0;
  }

  [data-title-bg] {
    display: block;
  }

  [data-title-size="title-h1"] {
    font-size: 36px;
    line-height: 46px;
  }

  [data-title-size="title-h2"] {
    font-size: 28px;
    line-height: 42px;
  }

  .button,
  .single_post_content .post_toc_linksList-item a,
  .hbspt-form .submitted-message,
  [data-wysiwyg] p,
  [data-wysiwyg] li,
  [data-gutenberg] p,
  [data-gutenberg] li,
  [data-text-regular],
  [data-text-regular] p,
  .section-sides__label,
  .section-header__wrapMenu-wrapNav > ul > li > .item a {
    font-size: 16px;
    line-height: 25px;
  }

  .section-cover_blog_wrap {
    gap: 40px;
  }

  .section-cover_blog__heading {
    gap: 16px;
  }

  .section-featured_content-heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 30px;
  }

  .section-featured_content-wrap-items {
    gap: 40px;
  }

  .section-featured_content-wrap-items[data-items-per-row="2"] {
    grid-template-columns: 1fr;
  }

  .section-featured_content-wrap-items[data-items-per-row="3"] {
    grid-template-columns: 1fr;
  }

  .section-featured_content-wrap-items[data-items-per-row="4"] {
    grid-template-columns: 1fr;
  }

  .section-featured_content-wrap-itemsItem[data-layout="default-horizontal"] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .section-featured_content-wrap-itemsItem[data-layout="default-horizontal"] .thumb {
    width: 100%;
  }

  .section-featured_content-wrap-itemsItem[data-layout="statistic"] .statistic {
    margin-bottom: 0;
  }

  .section-sides {
    padding: 40px 0;
  }

  .section-sides[data-mobile-text-align="center"] {
    --text-align: center;
  }

  .section-sides[data-container-fullwidth="true"] {
    padding: 30px 0;
  }

  .section-sides[data-container-fullwidth="true"][data-media-settings="fit_90"] .section-sides__side .section-sides__media {
    padding-right: 0;
  }

  .section-sides[data-container-fullwidth="true"] .section-sides__side:first-child {
    padding: 0 30px;
  }

  .section-sides[data-media-container-fullheight="true"] .section-sides__side[data-media-only="true"][data-background-color],
  .section-sides[data-media-container-fullheight="true"] .section-sides__side[data-media-only="true"][data-background-gradient-simple] {
    padding: 20px 0 0 0;
  }

  .section-sides[data-media-container-fullheight="true"] .section-sides__side[data-media-only="true"][data-background-color] > .section-sides__media,
  .section-sides[data-media-container-fullheight="true"] .section-sides__side[data-media-only="true"][data-background-gradient-simple] > .section-sides__media {
    background-color: var(--section-bg);
    border-radius: 10px;
    padding: 20px 0 0 0;
  }

  .section-sides[data-sides="2"] .section-sides__title_with_typewriter {
    min-height: 160px;
  }

  .section-sides .container[data-mobile-align='center'] {
    text-align: center;
  }

  .section-sides .container[data-mobile-align='center'] ul,
  .section-sides .container[data-mobile-align='center'] ol {
    text-align: start;
  }

  .section-sides .container[data-mobile-order] .section-sides__side {
    display: contents;
  }

  .section-sides .container[data-mobile-order] .section-sides__side > * {
    -webkit-box-ordinal-group: var(--mobile-order);
    -webkit-order: var(--mobile-order);
       -moz-box-ordinal-group: var(--mobile-order);
        -ms-flex-order: var(--mobile-order);
            order: var(--mobile-order);
  }

  .section-sides .container[data-mobile-order] .section-sides__side > *:not([style*='--mobile-order']) {
    display: none;
  }

  .section-sides__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }

  .section-sides__buttons a {
    width: 100%;
  }

  .section-sides__iframe {
    height: 400px;
  }

  .section-sides__iframe iframe {
    height: 400px;
  }

  .section-sides__checkboxes[data-layout="icon"] .section-sides__checkboxesItem {
    padding: 0 8px;
  }

  .section-sides__checkboxes[data-layout="checkbox"] {
    gap: 8px;
  }

  .section-sides__checkboxes[data-layout="checkbox"] p {
    font-size: 14px;
  }

  .section-sides__checkboxesItem__thumb img {
    max-width: 22px;
  }

  .section-sides__contact_form {
    width: 100%;
  }

  .section-sides__logos_slider__heading {
    text-align: center;
  }

  .section-sides__testimonials_video__wrap_content {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
  }

  .section-sides__stats__box {
    width: 100%;
  }

  .section-sides__cards__box {
    padding: 16px 20px;
    gap: 10px;
    border-left: 0;
    border-bottom: 1px solid var(--color-grey-300);
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }

  .section-testimonials__wrap_author {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .section-testimonials__wrap_author .person {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .section-testimonials__wrap_author .divider {
    width: 61px;
    height: 1px;
  }

  .section-footer__wrap_iso {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }

  .section-footer__wrap_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    gap: 20px;
  }

  .section-header[data-menu-nav="true"] .section-header__wrapActions {
    display: none;
  }

  .section-header__wrapMenu-wrapNav > ul > li.menu-item-hasChilds[data-subitems="4"] .sub_items,
  .section-header__wrapMenu-wrapNav > ul > li.menu-item-hasChilds[data-subitems="3"] .sub_items {
    left: inherit;
    -webkit-transform: inherit;
        -ms-transform: inherit;
            transform: inherit;
  }

  .section-header__wrapMenu-wrapNav > ul > li > .item a {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0;
  }

  .section-data_integration__wrap {
    padding: 20px 0;
  }

  .section-data_integration__items {
    padding: 20px 20px 0 20px;
  }

  .section-spacing[data-spacing-mobile="XL"] {
    padding: 80px 0;
  }

  .section-spacing[data-spacing-mobile="L"] {
    padding: 60px 0;
  }

  .section-spacing[data-spacing-mobile="M"] {
    padding: 40px 0;
  }

  .section-spacing[data-spacing-mobile="S"] {
    padding: 30px 0;
  }

  .section-spacing[data-spacing-mobile="XS"] {
    padding: 24px 0;
  }

  .section-spacing[data-spacing-mobile="XXS"] {
    padding: 16px 0;
  }

  .section-spacing[data-spacing-mobile="XXXS"] {
    padding: 8px 0;
  }

  .section-cover_customer_wrap {
    gap: 40px;
  }

  .section-cover_customer__heading {
    gap: 16px;
  }

  .section-cover_customer__headingTitle img {
    padding-top: 0;
  }

  .section-cover_customer__stats {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }

  .section-cover_customer__statsItem:not(:last-child):before {
    display: none;
  }

  .section-cover_customer__statsItem-title {
    margin-bottom: 8px;
  }

  .section-cover_customer__info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .section-use_cases_scroller__heading {
    margin-bottom: 30px;
  }

  .section-cover_blog[data-padding="xxxl"],
  .section-sides[data-padding="xxxl"],
  .section-sides__spacing[data-padding="xxxl"],
  .section-testimonials[data-padding="xxxl"],
  .section-data_integration[data-padding="xxxl"],
  .section-book_a_demo[data-padding="xxxl"],
  .section-cover_customer[data-padding="xxxl"],
  .section-use_cases_scroller[data-padding="xxxl"] {
    padding: var(--padding-large) 0;
  }

  .section-cover_blog[data-padding="xxl"],
  .section-sides[data-padding="xxl"],
  .section-sides__spacing[data-padding="xxl"],
  .section-testimonials[data-padding="xxl"],
  .section-data_integration[data-padding="xxl"],
  .section-book_a_demo[data-padding="xxl"],
  .section-cover_customer[data-padding="xxl"],
  .section-use_cases_scroller[data-padding="xxl"] {
    padding: var(--padding-medium) 0;
  }

  .section-cover_blog[data-padding-mobile="xxxl"],
  .section-sides[data-padding-mobile="xxxl"],
  .section-sides__spacing[data-padding-mobile="xxxl"],
  .section-testimonials[data-padding-mobile="xxxl"],
  .section-data_integration[data-padding-mobile="xxxl"],
  .section-book_a_demo[data-padding-mobile="xxxl"],
  .section-cover_customer[data-padding-mobile="xxxl"],
  .section-use_cases_scroller[data-padding-mobile="xxxl"] {
    padding: var(--padding-xxxl) 0;
  }

  .section-cover_blog[data-padding-mobile="xxl"],
  .section-sides[data-padding-mobile="xxl"],
  .section-sides__spacing[data-padding-mobile="xxl"],
  .section-testimonials[data-padding-mobile="xxl"],
  .section-data_integration[data-padding-mobile="xxl"],
  .section-book_a_demo[data-padding-mobile="xxl"],
  .section-cover_customer[data-padding-mobile="xxl"],
  .section-use_cases_scroller[data-padding-mobile="xxl"] {
    padding: var(--padding-xxl) 0;
  }

  .section-cover_blog[data-padding-mobile="xl"],
  .section-sides[data-padding-mobile="xl"],
  .section-sides__spacing[data-padding-mobile="xl"],
  .section-testimonials[data-padding-mobile="xl"],
  .section-data_integration[data-padding-mobile="xl"],
  .section-book_a_demo[data-padding-mobile="xl"],
  .section-cover_customer[data-padding-mobile="xl"],
  .section-use_cases_scroller[data-padding-mobile="xl"] {
    padding: var(--padding-xl) 0;
  }

  .section-cover_blog[data-padding-mobile="default"],
  .section-sides[data-padding-mobile="default"],
  .section-sides__spacing[data-padding-mobile="default"],
  .section-testimonials[data-padding-mobile="default"],
  .section-data_integration[data-padding-mobile="default"],
  .section-book_a_demo[data-padding-mobile="default"],
  .section-cover_customer[data-padding-mobile="default"],
  .section-use_cases_scroller[data-padding-mobile="default"] {
    padding: var(--padding-default) 0;
  }

  .section-cover_blog[data-padding-mobile="large"],
  .section-sides[data-padding-mobile="large"],
  .section-sides__spacing[data-padding-mobile="large"],
  .section-testimonials[data-padding-mobile="large"],
  .section-data_integration[data-padding-mobile="large"],
  .section-book_a_demo[data-padding-mobile="large"],
  .section-cover_customer[data-padding-mobile="large"],
  .section-use_cases_scroller[data-padding-mobile="large"] {
    padding: var(--padding-large) 0;
  }

  .section-cover_blog[data-padding-mobile="medium"],
  .section-sides[data-padding-mobile="medium"],
  .section-sides__spacing[data-padding-mobile="medium"],
  .section-testimonials[data-padding-mobile="medium"],
  .section-data_integration[data-padding-mobile="medium"],
  .section-book_a_demo[data-padding-mobile="medium"],
  .section-cover_customer[data-padding-mobile="medium"],
  .section-use_cases_scroller[data-padding-mobile="medium"] {
    padding: var(--padding-medium) 0;
  }

  .section-cover_blog[data-padding-mobile="small"],
  .section-sides[data-padding-mobile="small"],
  .section-sides__spacing[data-padding-mobile="small"],
  .section-testimonials[data-padding-mobile="small"],
  .section-data_integration[data-padding-mobile="small"],
  .section-book_a_demo[data-padding-mobile="small"],
  .section-cover_customer[data-padding-mobile="small"],
  .section-use_cases_scroller[data-padding-mobile="small"] {
    padding: var(--padding-s) 0;
  }

  .section-cover_blog[data-padding-mobile="none"],
  .section-sides[data-padding-mobile="none"],
  .section-sides__spacing[data-padding-mobile="none"],
  .section-testimonials[data-padding-mobile="none"],
  .section-data_integration[data-padding-mobile="none"],
  .section-book_a_demo[data-padding-mobile="none"],
  .section-cover_customer[data-padding-mobile="none"],
  .section-use_cases_scroller[data-padding-mobile="none"] {
    display: none !important;
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 767px) {
  .section-sides[data-container-fullwidth="true"][data-reversed-on-desktop][data-media-settings="fit_90"] .section-sides__media {
    padding-left: 0;
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  .section-sides .container {
    gap: var(--content-gap);
  }
}