@charset "UTF-8";

.cb_fact:before,
.decor,
.hero__decor,
.pluses .decor,
.pluses .decor img,
.pluses .decor picture {
  pointer-events: none;
}
.awards .award__info,
.blog-card__more,
.blog__menu ul a,
.blog__more .more,
.bots a,
.fs_addrs .title,
.glossary__menu ul a,
.glossary__more .more,
.hs_submit,
.positions .position__footer,
.positions__menu ul a,
.positions__more .more,
.press-card__more,
.recognitions_item .text,
.story .more,
.submenu-extra .g-txt,
.team .member__info-body {
  text-transform: uppercase;
}
.blog-card__more a,
.blog__menu ul a,
.bots a,
.button,
.close:focus,
.close:hover,
.default a:not(.button),
.footer__menu li a,
.glossary__menu ul a,
.hero .links-item,
.hero__main .section__text p a,
.hs_submit,
.lang a,
.menu__link,
.positions .position,
.positions__menu ul a,
.socials .social,
.story .more,
.submenu-main a,
.team .member,
a:focus {
  text-decoration: none;
}
.content,
.wrapper,
body,
html {
  overflow-anchor: none;
}
.fa,
.fab,
.fal,
.far,
.fas,
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.container,
.decor picture,
.fa-ul > li,
.form,
.row > div,
.section,
.section__slider,
.wrapper,
blockquote,
label {
  position: relative;
}
.button,
.ellipsis,
.section,
.sr-only {
  overflow: hidden;
}
.button,
.footer__menu li a,
.loaded input[type="email"],
.loaded input[type="password"],
.loaded input[type="search"],
.loaded input[type="tel"],
.loaded input[type="text"],
.loaded textarea,
.menu__link {
  transition: 0.3s ease-in-out;
}
.button.bordered {
  color: var(--btn-bg);
  background-color: transparent;
}
.button-gradient,
:root {
  --btn-color: var(--color-white);
}
.submenu-extra--resources .img img,
.submenu-extra--solutions .img img {
  object-fit: contain !important;
}
.blog-card__more a,
.button,
.glossary__more .more,
.hs_submit,
.positions__more .more,
.story .more {
  letter-spacing: 0.04em;
}

/*Thin*/
@font-face {
  font-family: "Avenir Next Lt Pro";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: 
    url("../fonts/avenir/Linotype - AvenirNextLTPro-Thin.ttf")
      format("truetype");
}
/*Ultra Light*/
@font-face {
  font-family: "Avenir Next Lt Pro";
  font-style: normal;
  font-display: swap;
  font-weight: 200;
  src: 
    url("../fonts/avenir/Linotype - AvenirNextLTPro-UltLt.ttf")
      format("truetype");
}
/*Light*/
@font-face {
  font-family: "Avenir Next Lt Pro";
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: 
    url("../fonts/avenir/Linotype - AvenirNextLTPro-Light.ttf")
      format("truetype");
}
/*Regular*/
@font-face {
  font-family: "Avenir Next Lt Pro";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: 
    url("../fonts/avenir/Linotype - AvenirNextLTPro-Regular.ttf")
      format("truetype");
}
/*Medium*/
@font-face {
  font-family: "Avenir Next Lt Pro";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: 
    url("../fonts/avenir/Linotype - AvenirNextLTPro-Medium.ttf")
      format("truetype");
}
/*Demi*/
@font-face {
  font-family: "Avenir Next Lt Pro";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: 
    url("../fonts/avenir/Linotype - AvenirNextLTPro-Demi.ttf")
      format("truetype");
}
/*Bold*/
@font-face {
  font-family: "Avenir Next Lt Pro";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: 
    url("../fonts/avenir/Linotype - AvenirNextLTPro-Bold.ttf")
      format("truetype");
}
/*Bold Italic*/
@font-face {
  font-family: "Avenir Next Lt Pro";
  font-style: italic;
  font-display: swap;
  font-weight: 700;
  src: 
    url("../fonts/avenir/Linotype - AvenirNextLTPro-Bold-Italic.ttf")
      format("truetype");
}
/*Black*/
@font-face {
  font-family: "Avenir Black";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Avenir-Black.ttf") format("truetype");
  font-display: swap;
}
/*Heavy*/
@font-face {
  font-family: "Avenir Next Lt Pro";
  font-style: normal;
  font-display: swap;
  font-weight: 900;
  src: 
    url("../fonts/avenir/Linotype - AvenirNextLTPro-Heavy.ttf")
      format("truetype");
}
/*Heavy Italic*/
@font-face {
  font-family: "Avenir Next Lt Pro";
  font-style: italic;
  font-display: swap;
  font-weight: 900;
  src: 
    url("../fonts/avenir/Linotype - AvenirNextLTPro-Heavy-Italic.ttf")
      format("truetype");
}
:root {
  --f-tn: "Avenir Next Lt Pro";
  --f-ult: "Avenir Next Lt Pro";
  --f-lt: "Avenir Next Lt Pro";
  --f-rg: "Avenir Next Lt Pro";
  --f-md: "Avenir Next Lt Pro";
  --f-demi: "Avenir Next Lt Pro";
  --f-bold: "Avenir Next Lt Pro";
  --f-black: "Avenir Black";
  --f-heavy: "Avenir Next Lt Pro";

  --phone: 480px;
  --tablet: 768px;
  --desktop: 980px;
  --widescreen: 1200px;
  --color-white: #fff;
  --color-black: #000;
  --color-dark: #15172c;
  --color-purple: #a055ff;
  --color-purple-light: #dddaef;
  --color-purple-white: #eef1fa;
  --color-purple-dark: #261a48;
  --color-purple-mid: #3c1c60;
  --color-grey: #888890;
  --color-pink: #fe0072;
  --color-border: rgba(#111222, 0.2);
  --color-blue: #39f;
  --gradient-main: linear-gradient(90deg, #9925cf 0%, #fd0173 100%);
  --gradient-blue: linear-gradient(44.83deg, #389bff 0%, #72daff 100%);
  --gradient-purple: linear-gradient(44.83deg, #8f5cf5 0%, #6633fe 100%);
  --gradient-bg: radial-gradient(
    50% 50% at 57.75% 50%,
    #3d2968 18.08%,
    #15172c 84.75%
  );
  --font-sans-serif: var(--f-rg);
  --font-serif: "Times New Roman", Times, Baskerville, Georgia, serif;
  --base-background: var(--color-dark);
  --base-font-family: var(--font-sans-serif);
  --base-font-size: 1.6rem;
  --base-line-height: 1.5;
  --base-text-color: var(--color-dark);
  --base-min-width: 320px;
  --base-link-color: var(--color-blue);
  --btn-bg: #fe0072;
  --btn-pd: 0.5rem 1.6875em;
  --btn-fz: 1.8rem;
  --btn-height: 2.611111111em;
  --headings-font-family: var(--font-sans-serif);
  --headings-color: var(--base-text-color);
  --headings-sizes-h1: 5.6rem;
  --headings-sizes-h2: 4.5rem;
  --headings-sizes-h3: 2.6rem;
  --headings-sizes-h4: 2.4rem;
  --headings-sizes-h5: 1.7rem;
  --headings-sizes-h6: 1.5rem;
  --global-gap: 1.5rem;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
}
*,
:after,
:before {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  color: var(--base-text-color);
  background: var(--base-background);
  font: var(--base-font-size) / var(--base-line-height) var(--base-font-family);
  min-width: var(--base-min-width);
}
img {
  max-width: 100%;
  height: auto;
}
.gm-style img {
  max-width: none;
}
.testimonials .testimonial figcaption,
blockquote {
  font-family: var(--f-heavy);
  font-style: italic;
  font-weight: 900;
}
.submenu-title {
  font-family: var(--f-black);
  font-style: italic;
  font-weight: 800;
}
.awards .award__info,
.blog-card-date,
.blog-card__more,
.blog__menu ul a,
.blog__more .more,
.bots a,
.button,
.capital,
.default__footer .text a,
.default__more .more,
.glossary__menu ul a,
.glossary__more .more,
.h,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.positions .position__footer,
.positions__menu ul a,
.positions__more .more,
.press-card-date,
.press-card__more,
.report__more .more,
.research-partners__title,
.story .more,
.submenu-extra .g-txt,
.submenu-extra .txt strong,
.team .member__info-body small,
.trust__percentage,
h1,
h2,
h3,
h4,
h5,
h6,
label {
  font-family: var(--f-black);
  font-weight: 800;
}
.menu,
.positions .position__head h4,
.report-card h4,
.testimonials .testimonial blockquote {
  font-family: var(--f-rg);
  font-weight: 400;
}
.h,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1.1;
}
.h1:not(:last-child),
.h2:not(:last-child),
.h3:not(:last-child),
.h4:not(:last-child),
.h5:not(:last-child),
.h6:not(:last-child),
.h:not(:last-child),
.section .image:not(:last-child),
h1:not(:last-child),
h2:not(:last-child),
h3:not(:last-child),
h4:not(:last-child),
h5:not(:last-child),
h6:not(:last-child) {
  margin-bottom: 2.4rem;
}
.capital {
  font-size: 7rem;
}
.h1,
h1 {
  font-size: var(--headings-sizes-h1);
}
.h2,
h2 {
  font-size: var(--headings-sizes-h2);
  line-height: 1.3725;
}
.h3,
h3 {
  font-size: var(--headings-sizes-h3);
}
.h4,
h4 {
  font-size: var(--headings-sizes-h4);
}
.h5,
h5 {
  font-size: var(--headings-sizes-h5);
}
.h6,
h6 {
  font-size: var(--headings-sizes-h6);
}
p {
  margin: 0;
}
.introducing .section__text > p:not(:last-child),
p:not(:last-child) {
  margin-bottom: 1.25em;
}
blockquote {
  margin: 0;
  font-style: italic;
  font-size: 2.6rem;
  line-height: 1.5;
}
blockquote:not(:last-child) {
  margin-bottom: 2rem;
}
.hbspt-form .actions,
figure {
  margin: 0;
  padding: 0;
}
.blog-featured p,
.blog-resources .blog-card p,
.trusted__item-detailed p,
.whys__item-detailed p,
figure figcaption {
  font-size: 1.9rem;
}
a {
  color: var(--base-link-color);
}
.g-txt,
.report-card .date,
.testimonials--style-1 .testimonial blockquote:before {
  position: relative;
  display: inline-block !important;
  vertical-align: middle;
  --g-txt-gradient: var(--gradient-main);
  background: var(--g-txt-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero__extra .section__text,
.page-template-template-subprogress th,
.pluses__video,
.submenu-extra,
.submenu-main a,
.submenu-title,
.tal {
  text-align: left;
}
.fa-fw,
.fa-li {
  text-align: center;
}
.form {
  display: flex;
  margin-bottom: -1.7rem;
}
.form__field {
  flex: 1;
  margin-bottom: 1.7rem;
}
.form__field-buttons {
  flex: none;
  width: max-content;
}
fieldset,
form {
  margin: 0;
  padding: 0;
  border-style: none;
}
label {
  display: block;
  line-height: 1;
  font-size: 2.4rem;
  color: var(--color-dark);
}
label .red {
  color: red;
}
label:not(:last-child) {
  margin-bottom: 2.7rem;
}
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
textarea {
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  font-size: 1.9rem;
  border-radius: 0;
  border: none;
  border-bottom: 0.1rem solid var(--color-white);
  padding: 0.5rem 0;
  background-color: transparent;
  width: 100%;
  color: var(--color-white);
  min-height: 4rem;
  outline: 0 !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
textarea:focus {
  border-color: var(--form-element-focus-border-color);
}
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
}
input[type="email"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: inherit;
}
input[type="email"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="text"]:-moz-placeholder,
textarea:-moz-placeholder {
  color: inherit;
}
input[type="email"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
}
.submenu-main a.active span,
.submenu-main a:hover span,
input[type="email"].placeholder,
input[type="password"].placeholder,
input[type="search"].placeholder,
input[type="tel"].placeholder,
input[type="text"].placeholder,
textarea.placeholder {
  color: inherit;
}
select {
  border-radius: 0;
}
textarea {
  resize: vertical;
  vertical-align: top;
}
button,
input[type="button"],
input[type="file"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  cursor: pointer;
  font-family: var(--form-font-family);
}

.bot-threats_slider .text:before,
.fs_quote-text,
.pluses .section__text h4,
.rews .item_quote,
.whys .why__side h3 {
  font-style: italic;
}

.menu-button.active .l-1,
.menu-button.active .l-3,
.menu-open .header__nav {
  transform: translateY(0);
}
.menu-button.active {
  color: #fff ;
}

.button,
.button-icon,
.button-text {
  display: inline-flex;
}

.button {
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 3.2rem;
  font-size: var(--btn-fz);
  outline: 0;
  padding: var(--btn-pd);
  height: var(--btn-height);
  color: var(--btn-color);
  background: var(--btn-bg);
  border: 0.1rem solid var(--btn-bg);
  column-gap: 2.6rem;
  font-family: var(--f-demi);
  font-style: normal;
  font-weight: 600;
  /* text-transform: capitalize; */
}
.button:hover {
  background: #e12468;
  border-color: #e12468;
  color: #fff;
}
.header .button {
  --btn-fz: 1.6rem;
  --btn-height: 2.625em;
}
.button-icon,
.button-text,
.button__content {
  position: relative;
  align-items: center;
  z-index: 1;
  align-content: center;
}
.decor,
.decor picture img,
.header {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}
.button--small-pd {
  --btn-pd: 0.8rem 1.45rem;
}
.button:after {
  display: none !important;
}
.button__content {
  display: flex;
  justify-content: center;
  transition: background 0.3s ease-in-out;
  padding: 0 !important;
  color: inherit !important;
  /* height: 3.6rem; */
}
.button.bordered:hover {
  color: var(--btn-color);
  background-color: var(--btn-bg);
}
.button-gradient {
  /* --btn-bg: var(--gradient-main);
  --btn-subbg: var(--color-dark);
  padding: 0.2rem; */
}
.button-white,
.traffic .button,
.trust__side-right .button {
  --btn-color: var(--color-dark);
}
.button-gradient .button__content {
  /* background: var(--btn-subbg);
  border-radius: 3.2rem;
  padding: var(--btn-pd); */
}
.button-gradient:hover,
.default-demo-ja input.hs-button:hover {
  color: var(--color-white) !important;
}
/* .button-gradient:hover .button__content,
.default-demo-ja input.hs-button:hover,
.hero-demo .hbspt-form input.hs-button:hover,
.hero-demo .hero__extra .swiper-pagination-bullet-active,
.hero-fight input.hs-button:hover,
.hero-research .hero__decor,
.popup_form_pdf input.hs-button:hover,
.start input.hs-button:hover {
  background: 0 0;
} */
.button-gradient:active .button__content {
  /* background: rgba(0, 0, 0, 0.2) !important; */
}
.button-white {
  --btn-bg: var(--color-white);
}
.button-dark {
  --btn-bg: var(--color-dark);
  --btn-color: var(--color-white);
}
.decor {
  z-index: 0;
  height: 100%;
}
.decor picture {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.decor picture img {
  height: 100%;
  object-fit: cover;
}
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.content {
  flex: 1 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}
.section {
  width: 100%;
  overflow-anchor: none;
  font-size: 1.9rem;
}
.hero-demo .hero__extra .swiper-container,
.hero-research .hero__decor picture,
.section__slider {
  display: block;
}
.container,
.row > div {
  padding: 0 var(--global-gap);
}
.row {
  margin: 0 calc(-1 * var(--global-gap));
}
.row.jcc,
.thank .jcc {
  justify-content: center;
}
.glossary-page .header,
.page-template-template-bot-management .header,
.page-template-template-csp-thank .header,
.page-template-template-customers .header,
.page-template-template-service-page .header,
.page-template-template-subprogress .header,
.page-template-template-thank-fight .header,
.platform-single-page .header,
.research-page .header,
.solutions-single-page .header,
.thank-page .header {
  position: relative;
  color: var(--color-dark);
}
.glossary-page .header__bottom,
.page-template-template-bot-management .header__bottom,
.page-template-template-customers .header__bottom,
.page-template-template-service-page .header__bottom,
.page-template-template-subprogress .header__bottom,
.page-template-template-thank-fight .header__bottom,
.platform-single-page .header__bottom,
.research-page .header__bottom,
.solutions-single-page .header__bottom {
  background-color: var(--color-white);
  color: var(--color-dark);
}
.glossary-page .header__bottom .button:not(:hover) .button__content,
.page-template-template-bot-management
  .header__bottom
  .button:not(:hover)
  .button__content,
.page-template-template-customers
  .header__bottom
  .button:not(:hover)
  .button__content,
.page-template-template-customers-v2
  .header__bottom
  .button:not(:hover)
  .button__content,
.page-template-template-service-page
  .header__bottom
  .button:not(:hover)
  .button__content,
.page-template-template-subprogress
  .header__bottom
  .button:not(:hover)
  .button__content,
.page-template-template-thank-fight
  .header__bottom
  .button:not(:hover)
  .button__content,
.platform-single-page .header__bottom .button:not(:hover) .button__content,
.research-page .header__bottom .button:not(:hover) .button__content,
.solutions-single-page .header__bottom .button:not(:hover) .button__content,
.testimonials--style-1 .testimonial,
.thank-page .header__bottom .button:not(:hover) .button__content {
  /* background: var(--color-white); */
  /* color: var(--color-dark); */
}
.platform-single-page .hero__main {
  min-height: 70rem;
  padding: 3rem 0;
}
.glossary-page .hero__main,
.page-template-template-customers .hero__main, .page-template-template-customers-v2 .hero__main,
.page-template-template-service-page .hero__main,
.page-template-template-subprogress .hero__main,
.page-template-template-trust .hero__main,
.research-page .hero__main,
.solutions-single-page .hero__main {
  min-height: 70rem;
  padding: 10rem 0;
}
.page-template-template-trust .hero__main {
  padding-top: 25rem;
}
.featured-stories--trust,
.loved-by,
.loved-by_item,
.thank-page .header__bottom,
.trusted-platform {
  background: var(--color-white);
}
.default a:not(.button),
.footer__menu li a:focus,
.footer__menu li a:hover,
.menu__link.active,
.menu__link:focus,
.menu__link:hover,
.submenu-main a.active,
.submenu-main a:hover {
  color: #fe0072;
}
.header {
  --header-color: var(--color-white);
  --header__top-padding: 1.4rem 0;
  --header__top-bg: var(--color-black);
  --header__bottom-padding: 3.9rem 0 2.2rem 0;
  --header__bottom-bg: transparent;
  --header-z: 10;
  color: var(--header-color);
  z-index: var(--header-z);
}
.header__links {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  column-gap: 2.5rem;
}
.header__links a,
.lang,
.lang .image,
.lang picture,
.lang-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.footer__certifications picture,
.header .container,
.header__nav,
.loved-by_block-head,
.loved-by_block-head .image,
.loved-by_item,
.start_form,
input.hs-button {
  display: flex;
  align-content: center;
}
.header__links a picture,
.logo,
.logo picture {
  display: inline-flex;
  position: relative;
  align-content: center;
}
.header__links a picture {
  align-items: center;
  justify-content: center;
  height: 2.3rem;
  width: auto;
}
.header__links a picture img {
  height: 100%;
  width: auto;
}
.header__top {
  padding: var(--header__top-padding);
  background: var(--header__top-bg);
}
.header__bottom {
  padding: var(--header__bottom-padding);
  background: var(--header__bottom-bg);
}
.header .container,
.header__nav,
.logo {
  align-items: center;
}
.header__nav {
  position: relative;
  column-gap: 3.2rem;
  flex: 1;
  justify-content: flex-end;
}
.header-transition .header__nav {
  transition: 0.4s ease-in-out;
}
.fs_head picture,
.logo,
.loved-by_block-head .image picture {
  justify-content: flex-start;
}
.logo picture {
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 14.2rem;
}
.footer {
  --footer-color: var(--color-white);
  --footer__bottom-padding: 2rem 0;
  --footer__bottom-bg: #1c0624;
  --footer__top-padding: 4rem 0;
  --footer__top-bg: #1c0624;
  --footer-fz: 1.6rem;
  color: var(--footer-color);
  font-size: var(--footer-fz);
}
.footer .row {
  row-gap: 4rem;
}
.footer .copy {
  font-size: 1.4rem;
}
.footer .logo {
  max-width: 9.2rem;
}
.footer__top {
  padding: var(--footer__top-padding);
  background: var(--footer__top-bg);
}
.footer__top .container:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4rem;
  margin: 0 auto;
  height: 0.1rem;
  background: rgba(255, 255, 255, 0.1);
  width: calc(100% - var(--global-gap) * 2);
}
.footer__bottom {
  padding: var(--footer__bottom-padding);
  background: var(--footer__bottom-bg);
}
.footer__bottom .container {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  letter-spacing: 0.04em;
}
.footer__menu-title {
  font-size: 1.6rem;
  font-family: var(--f-bold);
  font-weight: 700;
  margin-bottom: 2rem;
}
.footer__menu-wrap.offices .footer__menu li strong {
  position: relative;
  display: block;
  margin-bottom: 0.4rem;
}
.footer__menu-wrap.offices .footer__menu li p {
  font-size: 1.4rem;
}
.footer__menu,
.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__menu {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
@media (min-width: 992px) {
  .menu__item.with-child:hover .submenu {
    z-index: 1;
    opacity: 1;
    visibility: visible;
  }
	
	.footer__top .row {
    justify-content: space-between;
  }
  .footer__top .row > div {
    width: max-content;
    flex: none;
    min-width: max-content;
  }
}
.menu,
.menu__link,
.press-card__image picture,
.socials .social {
  display: flex;
  align-items: center;
  align-content: center;
  position: relative;
}
.footer__menu li,
.menu__item,
.section .image,
.section__text,
.submenu-main li {
  position: relative;
}
.footer__menu li a {
  position: relative;
  color: inherit;
}
.footer__menu-wrap.offices .footer__menu {
  row-gap: 2rem;
}
.menu {
  row-gap: 3.2rem;
  color: currentColor;
}
.menu__link {
  justify-content: center;
  color: inherit;
  padding: 0.5rem 1.6rem;
}
.menu-button,
.submenu-extra .img {
  align-items: center;
  align-content: center;
  display: flex;
}
.submenu-extra--platform a.active,
.submenu-extra--platform a:hover,
.submenu-extra--resources a.active,
.submenu-extra--resources a:hover,
.submenu-extra--solutions a.active,
.submenu-extra--solutions a:hover {
  background: var(--color-purple-white);
}
.submenu--threats .submenu__side-right .submenu-title,
.submenu__side-left .submenu-title {
  margin: 1.6rem 0;
  color: rgba(17, 18, 34, 0.2);
  padding-left: 1.6rem;
}
.menu-open {
  overflow: hidden;
}
.hero-careers,
.hero-home,
.introducing,
.pluses {
  overflow: inherit;
}
.menu-open .header__nav {
  opacity: 1;
  visibility: visible;
}
#myImg:hover,
.hero--style-1 .hero__decor,
.hero-about .hero__decor {
  opacity: 0.7;
}
.menu-button {
  position: relative;
  border: none;
  outline: 0;
  background-color: transparent;
  width: 1.966rem;
  height: 1.4rem;
  justify-content: center;
  color: currentColor;
  transition: 0.4s ease-in-out 0.2s;
  margin-left: auto;
}
.menu-button .l {
  position: absolute;
  width: 1.966rem;
  height: 0.143rem;
  background-color: currentColor;
  border-radius: 0.2rem;
  transition: background 0.4s ease-in-out, transform 0.4s ease-in-out 0.4s;
}
.menu-button .l-2,
.menu-button.active .l-1,
.menu-button.active .l-3 {
  transition: background 0.4s ease-in-out, transform 0.4s ease-in-out;
}
.menu-button .l-1 {
  transform: translateY(-0.7rem);
}
.menu-button .l-3 {
  transform: translateY(0.7rem);
}
.menu-button.active {
  transform: rotate(-315deg);
  transition: 0.4s ease-in-out;
}
.menu-button.active .l-2 {
  transform: rotate(-90deg);
  transition: background 0.4s ease-in-out, transform 0.4s ease-in-out 0.4s;
}
.submenu {
  --s-pos: absolute;
  --s-bg: var(--color-white);
  --s-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  --s-pd-left: 1.6rem 1.6rem;
  --s-pd-right: 3.2rem 1.6rem;
  --s-menu-width: 15rem;
  --s-fz: 1.6rem;
  --s-extra-fz: 1.3rem;
  --s-b-radius: 0.7rem;
  position: var(--s-pos);
  top: 100%;
  background: var(--s-bg);
  box-shadow: var(--s-shadow);
  font-size: var(--s-fz);
  border-radius: var(--s-b-radius);
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  opacity: 0;
  z-index: 0;
  visibility: hidden;
}
.submenu-extra--resources a,
.submenu-extra--solutions .img,
.submenu-extra--solutions a,
.submenu__side-left {
  background: var(--color-purple-white);
}
.submenu__side-left {
  padding: var(--s-pd-left);
  width: var(--s-menu-width);
  border-radius: var(--s-b-radius);
}
.submenu__side-right {
  padding: var(--s-pd-right);
  flex: 1;
  font-size: var(--s-extra-fz);
}
.submenu__side-right .submenu-title {
  margin-bottom: 3rem;
  color: var(--color-purple-light);
}
.bot-threats_slider,
.bot-threats_slider .swiper-button-next,
.bot-threats_slider .swiper-button-prev,
.default,
.default-demo-ja .hs-input,
.default-demo-ja select option,
.hero--light .hero__main form,
.hero--light .hs-form-field .hs-input,
.hero-demo .hbspt-form .hs-form .hs-from-field select option,
.hero-demo .hero__extra .swiper-pagination-bullet,
.hero-fight select option,
.how-work,
.manage,
.popup_form_pdf .hs-input,
.problems,
.secure h3,
.socials .social,
.start select option,
.submenu-extra,
.submenu-main a,
.testimonials--style-1 .swiper-button-next,
.testimonials--style-1 .swiper-button-prev,
.unique {
  color: var(--color-dark);
}
.submenu.submenu--company {
  width: 26.5rem;
  left: 0;
}
.submenu.submenu--company .submenu-title {
  display: none;
}
.submenu.submenu--company .submenu__side-left {
  width: 100%;
  padding: 1.5rem 1.1rem;
  background: #fff;
}
.submenu.submenu--company .submenu__side-left ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.submenu.submenu--company .submenu__side-left ul li:nth-child(2n - 1) {
  border-right: 1px solid #eae9ee;
}
.submenu.submenu--company .submenu__side-left ul a {
  padding: 0.9rem 1.6rem;
  font-size: 1.6rem;
}
.submenu-extra,
.submenu-main {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.submenu-main a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  padding: 1.6rem;
  transition: 0.3s ease-in-out;
  border-radius: var(--s-b-radius);
}
.submenu-extra--platform a,
.submenu-extra--resources a,
.submenu-extra--solutions a {
  color: inherit;
  border-radius: var(--s-b-radius);
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.submenu-main a span {
  font-size: 1.2rem;
  color: var(--color-grey);
}
.submenu-extra {
  --img-size: 3.9rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  row-gap: 3rem;
  column-gap: 6rem;
}
.submenu-extra .img {
  position: relative;
  justify-content: center;
  width: var(--img-size);
  height: var(--img-size);
  min-width: var(--img-size);
}
.submenu-extra .img picture {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.submenu-extra .img picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.submenu-extra .txt {
  position: relative;
  flex: 1;
}
.submenu-extra--contacts {
  padding: 0 1.6rem;
}
.submenu-extra--contacts li {
  position: relative;
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  width: 100%;
  column-gap: 1rem;
}
.socials,
.submenu-extra--platform a,
.submenu-extra--resources a,
.submenu-extra--solutions a {
  position: relative;
  display: flex;
  align-content: center;
  column-gap: 1.6rem;
}
.submenu-extra--platform {
  --img-size: 6.3rem;
  row-gap: 0;
  line-height: 1.5;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.submenu-extra--platform li {
  position: relative;
  /* width: calc(50% - 3rem); */
  /* max-width: 17.5rem; */
}
.submenu-extra--platform a {
  align-items: center;
  width: 100%;
  padding: 1.6rem;
}
.submenu-extra--platform .txt {
  max-width: 11rem;
}
.submenu-extra--solutions {
  --img-size: 13rem;
  row-gap: 2.4rem;
  line-height: 1.5;
}
.submenu-extra--solutions li {
  position: relative;
  width: 100%;
}
.submenu-extra--solutions a {
  flex-direction: column;
  align-items: flex-start;
  align-content: flex-start;
  width: 100%;
  padding: 1.6rem 0.8rem 1.6rem 1.6rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
.submenu-extra--solutions .s-title {
  font-family: var(--f-demi);
  font-weight: 600;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  color: #000;
  display: block;
}
.submenu-extra--solutions .img {
  height: auto;
  width: 18.8rem;
  margin-bottom: 1.5rem;
}
.submenu-extra--solutions .txt {
  margin-bottom: 5.7rem;
  font-family: var(--f-rg);
  font-weight: 400;
}
.submenu-extra--solutions .link {
  font-family: var(--f-bold);
  text-transform: uppercase;
  font-weight: 700;
  background: linear-gradient(90deg, #9925cf 0%, #fd0173 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.submenu-extra--solutions a:hover .s-title {
  color: #fff;
}
.submenu-extra--solutions a:hover .link {
  background: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.submenu-extra--resources {
  --img-size: 8rem;
  row-gap: 2.4rem;
  line-height: 1.5;
}
.blog-card__image,
.lottie__wrap,
.manage_blocks,
.press-card__image,
.report-card__image,
.submenu-extra--resources li,
.team .member__photo {
  position: relative;
  width: 100%;
}
.submenu-extra--resources a {
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 1.6rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
.submenu-extra--resources .img {
  height: auto;
  /* margin-left: 1.6rem; */
  margin-right: 1.6rem;
}
.submenu-extra--resources .txt {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
.default .history h3:not(:last-child),
.default-contact .default__head .text p:not(:last-child),
.default__footer .text h3:not(:last-child),
.default__footer .text p:not(:last-child),
.default__form .row .row > div,
.submenu-extra--resources .txt p:not(:last-child),
.trust__side-right p:not(:last-child),
.whys .why__side h3:not(:last-child) {
  margin-bottom: 0;
}
.submenu-title {
  position: relative;
  display: block;
  font-size: 1.6rem;
}
.submenu--company {
  width: 42.8rem;
  left: -15rem;
  --s-menu-width: 16.5rem;
}
.submenu--company .submenu__side-right .submenu-title {
  padding-left: 1.6rem;
}
.submenu--threats {
  width: 44rem;
  left: -15rem;
  --s-menu-width: 21rem;
}
.submenu--threats .submenu__side-left {
  background: none;
  border-right: 1px solid #eae9ee;
}
.submenu--threats .submenu__side-right {
  padding: var(--s-pd-left);
  font-size: inherit;
}
.submenu--platform {
  width: 63.7rem;
  right: -15rem;
}
.submenu--platform .submenu__side-right .submenu-title {
  padding-left: 1.6rem;
  margin-bottom: 1.6rem;
}
.submenu--solutions {
  width: 65.4rem;
  right: -9rem;
  --s-menu-width: 31.4rem;
  --s-pd-right: 3.2rem;
}
.submenu--resources {
  width: 55.5rem;
  right: -2.5rem;
  --s-menu-width: 20rem;
  --s-pd-right: 3.2rem;
}
.socials {
  flex-direction: row !important;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 1.6rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .socials {
  min-width: max-content;
}
.socials .social {
  justify-content: center;
  width: 3.145rem;
  height: 3.145rem;
  border-radius: 100%;
  background-color: var(--color-white);
  padding: 0.5rem;
  transition: 0.3s ease-in-out;
  font-size: 1.4rem;
  line-height: 1;
}
.socials .social:focus,
.socials .social:hover {
  background-color: #fe0072;
  color: var(--color-white);
}
.press-card {
  position: relative;
  min-height: 100%;
  background: var(--color-purple-light);
  padding: 1.6rem;
}
.press-card__image picture {
  justify-content: center;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
.press-card__image picture img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease-in-out;
}
.blog-card-date,
.how-work .section_text,
.press-card-date {
  font-size: 2.4rem;
}
.blog-card__more a,
.press-card__more a {
  display: inline-flex;
  align-items: center;
  align-content: center;
  font-size: 1.6rem;
}
.press-card__more a > :not(:last-child) {
  margin-right: 1rem;
}
.press-card__more i {
  font-size: 2rem;
  line-height: 1;
  color: var(--color-pink);
}
.press-card__info {
  padding-top: 1.6rem;
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
}
.blog-card:hover .blog-card__image img,
.gallery__items .image:hover img,
.press-card:hover .press-card__image img,
.types-card:hover img {
  transform: scale(1.1);
}
.section {
  z-index: 1;
}
.section .container {
  position: relative;
  z-index: 1;
}
.pluses .image,
.section .image picture {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.section .image--cover {
  min-height: 100%;
  height: 100%;
}
.section .image--cover picture {
  width: 100%;
  height: 100%;
}
.section .image--cover picture img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero {
  --hero-bg: var(--color-dark);
  --hero-color: var(--color-white);
  --hero-text-width: 48rem;
  --hero-z: 2;
  --hero-padding: 0;
  --hero-main-padding: 18.9rem 0 4rem 0;
  --after-height: 42rem;
  --hero-extra-bg: transparent;
  --hero-extra-padding: 0;
  padding: var(--hero-padding);
  background: var(--hero-bg);
  z-index: var(--hero-z);
}
.hero ul,
.hero ol {
  padding-left: 0.85em;
}
.hero-about,
.hero-bot-management,
.hero-glossary,
.hero-partners-single,
.hero-platform,
.hero-platform-single,
.hero-research,
.hero-solutions-single {
  --hero-extra-bg: var(--color-black);
  --hero-extra-padding: 4rem 0;
}
.hero-careers,
.hero-technology {
  --hero-main-padding: 18.9rem 0 10rem 0;
}
.hero--light {
  --hero-bg: var(--color-purple-white);
  --hero-color: var(--color-dark);
}
.hero .row,
.traffic .row {
  align-items: center;
  align-content: center;
}
.hero-home h1 {
  font-size: 6.6rem;
}
.hero-home .hero__main .section__text form,
.hero-partners-single .hero__main p,
.hero-platform .hero__main .section__text form,
.hero-platform .hero__main .section__text p,
.hero-platform-single .hero__main p,
.hero-research .hero__main p,
.hero-solutions-single .hero__main p {
  max-width: 48rem;
}
.hero-about {
  --hero-text-width: 78rem;
}
.hero-about .hero__main h1:not(:last-child) {
  margin-bottom: 1.8rem;
}
.hero-about .hero__main .text:not(:last-child) {
  margin-bottom: 4.8rem;
}
.hero-platform,
.hero-technology {
  --hero-text-width: 67rem;
}
.hero-technology .hero__main .image {
  margin-right: -10rem;
}
.hero-careers .hero__decor {
  top: 0;
}
.hero-careers .image {
  margin: -5rem 0;
}
.hero-platform .hero__main .image > picture {
  min-height: 49rem;
  margin: -7rem 0;
}
.hero-platform .hero__decor {
  opacity: 0.7;
  top: -5rem;
}
.hero-cas,
.hero-platform-single {
  --hero-text-width: 70rem;
}
.hero-platform-single .hero__main,
.hero-platform-single .row {
  align-items: inherit;
  align-content: inherit;
}
.fs,
.fs-simple,
.hero-platform-single .container,
.hero-platform-single .row,
.loved-by_item {
  min-height: 100%;
}
.hero-platform-single .text-side {
  min-height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
}
.hero-platform-single .image-side {
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
  min-height: 100%;
  margin-bottom: -4rem;
  justify-content: center;
}
.hero-platform-single .image-side .image {
  margin-left: -15rem;
}
.hero-platform-single .image-side .image picture {
  justify-content: flex-end;
}
.hero-platform-single .image-side .image img {
  max-width: max-content;
  max-height: calc(100vh - 20rem);
}
.hero-research,
.hero-solutions-single {
  --hero-text-width: 67rem;
  --hero-main-padding: 18.9rem 0 0 0;
}
.hero-bot-management,
.hero-glossary,
.hero-partners-single {
  --hero-text-width: 76rem;
}
.hero-partners-single {
  --hero-main-padding: 18.9rem 0 10rem 0;
}
.hero-partners-single .hero__main .image {
  margin: -3rem 0;
  max-height: 52rem;
}
.hero-partners-single .hero__main .image img,
.hero-partners-single .hero__main .image picture {
  max-height: 52rem;
}
.hero-research .hero__main .image,
.trust__side,
.trusted__items {
  position: relative;
}
.hero-research .hero__main .image:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 303.04px;
  height: 680.71px;
  background: linear-gradient(44.83deg, #8f5cf5 0, #6633fe 100%);
  opacity: 0.4;
  filter: blur(400px);
  transform: rotate(-80.1deg) scale(1) translate(-50%, -50%);
}
.hero--style-1:before,
.hero-demo:before {
  position: absolute;
  width: 100%;
  height: var(--after-height);
  background-color: var(--color-purple-white);
  z-index: 0;
  content: "";
  bottom: -1px;
}
.hero-glossary {
  --hero-main-padding: 18.9rem 0 0 0;
}
.hero-glossary .image-side {
  display: flex;
  justify-content: flex-end;
}
.hero-cas .hero__main .section__text p {
  max-width: 60rem;
}
.hero-cas .hero__main .image {
  height: calc(100vh - 20rem);
  max-height: 60rem;
}
.hero-cas .hero__main .image picture {
  height: 100%;
  width: 100%;
}
.hero-cas .hero__main .image picture img {
  width: auto;
  height: 100%;
  max-width: inherit;
}
.hero--style-1 {
  --hero-padding: 0 0 9rem 0;
}
.hero--style-1 .hero__extra .trust {
  max-width: 1080px;
  margin: 0 auto;
}
.hero--style-1 .hero__extra .trust__side-right {
  align-items: center !important;
  align-content: center !important;
}
.hero--style-1:before {
  -webkit-clip-path: polygon(0 95%, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 95%, 100% 0, 100% 100%, 0 100%);
}
.hero-demo {
  --hero-padding: 0 0 11rem 0;
  --after-height: 65rem;
}
.hero-demo .hero__main .form {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -4.8rem;
  row-gap: 0;
}
.hero-demo .hero__main .form__field {
  flex: none;
  width: 100%;
  margin-bottom: 4.8rem;
}
.hero-demo .hero__main .form__field--half {
  width: calc(50% - 1.2rem);
}
/* .hero-demo .hero__main .form .button:not(:hover) .button__content {
  background: var(--color-purple-dark);
} */
.hero-demo .hero__extra .trusted__items:not(:last-child) {
  margin-bottom: 19rem;
}
.hero-demo .hero__extra .swiper-wrapper {
  align-items: flex-start !important;
  align-content: flex-start !important;
}
.hero-demo:before {
  -webkit-clip-path: polygon(0 70%, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 70%, 100% 0, 100% 100%, 0 100%);
}
.pluses__row:first-child,
.pluses__row:last-child {
  background: var(--color-dark);
}
.trusted .swiper-container {
  min-width: 5rem;
}
.hero__main {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  padding: var(--hero-main-padding);
  min-height: 75.1rem;
}
.hero__main form {
  max-width: 42rem;
  color: var(--color-white);
}
.hero__main form input,
.hero__main form textarea {
  border-color: inherit;
  color: inherit;
}
.hero__main form input::-webkit-input-placeholder,
.hero__main form textarea::-webkit-input-placeholder {
  color: inherit;
}
.hero__main form input::-moz-placeholder,
.hero__main form textarea::-moz-placeholder {
  opacity: 1;
  color: inherit;
}
.hero__main form input:-moz-placeholder,
.hero__main form textarea:-moz-placeholder {
  color: inherit;
}
.hero__main form input:-ms-input-placeholder,
.hero__main form textarea:-ms-input-placeholder {
  color: inherit;
}
.hero__main form input.placeholder,
.hero__main form textarea.placeholder {
  color: inherit;
}
.hero__main form input:focus,
.hero__main form input:hover,
.hero__main form textarea:focus,
.hero__main form textarea:hover {
  border-image-source: linear-gradient(90deg, #9925cf 0%, #fd0173 100%);
  border-width: 0.1rem;
  border-image-slice: 1;
}
.hero__main .section__text {
  max-width: var(--hero-text-width);
  text-align: left;
  color: var(--hero-color);
}
.hero__main .section__text h1:not(:last-child),
.hero__main .section__text p:nth-last-child(2) {
  margin-bottom: 4.8rem;
}
.hero__main .section__text p a {
  color: var(--color-pink);
}
.hero__main .section__text .button:not(:hover) .button__content {
  /* background: var(--hero-bg); */
  /* color: var(--hero-color); */
}
.hero__main .image-platform {
  height: 7.3rem;
}
.hero__main .image-platform picture {
  height: 100%;
  justify-content: flex-end;
}
.hero__main .image-platform img {
  height: 100%;
  width: auto;
}
.hero__extra {
  position: relative;
  z-index: 1;
  background: var(--hero-extra-bg);
  padding: var(--hero-extra-padding);
}
.hero__extra .section__text h2,
.hero__extra .section__text p {
  color: #a5a6f6;
}
.hero__extra .trusted {
  --trusted-padding: 0;
  height: auto;
}
.hero__extra .trusted:after,
.hero__extra .trusted:before {
  display: none;
}
.hero__extra .trusted .trust__side-left blockquote {
  -webkit-line-clamp: 4;
}
.hero__decor {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.hero__decor picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
}
.hero__decor picture img,
.loved-by_logos .image img,
.swiper-button-next img,
.swiper-button-prev img,
.testimonials .swiper-button-next img,
.testimonials .swiper-button-prev img,
.whys .swiper-button-next img,
.whys .swiper-button-prev img {
  width: 100%;
  height: auto;
}
.traffic .image,
.traffic .image picture,
.traffic .image picture img {
  height: 100%;
  max-height: 51.5rem;
}
.traffic {
  --traffic-bg: var(--color-purple-white);
  --traffic-padding: calc(11.9rem + 13.8rem) 0 13.8rem 0;
  background: var(--traffic-bg);
  padding: var(--traffic-padding);
}
.pluses,
.pluses .button:not(:hover) .button__content {
  /* background: var(--pluses-bg);
  color: var(--pluses-color); */
}
.home .traffic {
  --traffic-bg: var(--color-purple-light);
}
.featured-stories--trust .fs .button-gradient,
.hs_submit,
.traffic .button {
  /* --btn-subbg: var(--color-purple-white); */
}
.home .traffic .button {
  /* --btn-subbg: var(--color-purple-light); */
}
.traffic .image {
  margin: -6.1rem 0;
  min-height: 51.5rem;
  width: 77.7rem;
  margin-right: calc(100% - 77.7rem);
}
.pluses {
  --pluses-bg: var(--color-dark);
  --pluses-color: var(--color-white);
  --after-height: 42.6rem;
  --global-gap: 3rem;
  --pluses-text-width: 100%;
  z-index: 2;
  position: relative;
}
.pluses--alternate,
.pluses-single--light {
  --pluses-bg: var(--color-purple-white);
  --pluses-color: var(--color-dark);
}
.blog-featured,
.introducing,
.trusted,
.whys {
  --after-height: 42rem;
}
.pluses .section__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  max-width: var(--pluses-text-width);
}
.blog-card__more .icn,
.default-demo-ja .hs-form-booleancheckbox span a,
.page-template-template-fight-the-fake-ja
  .hero__form
  .hs-form-booleancheckbox
  label
  > span
  a,
.pluses .section__text a:not(.button),
.positions .position:hover,
.testimonials .testimonial figcaption {
  color: var(--color-pink);
}
.pluses .section__text ul {
  padding-left: 2rem;
}
.pluses .lottie__wrap {
  width: 54.4rem;
  height: 45rem;
}
.pluses .decor {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.pluses .decor picture {
  left: 0;
  top: 0;
  max-width: 1440px;
  margin: 0 auto;
}
.default-demo-ja .form-columns-2,
.hero .items .image picture img,
.page-template-template-subprogress .table,
.pluses .decor picture img {
  width: 100%;
}
.pluses__row {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  width: 100%;
  padding: 10rem 0;
  min-height: 60rem;
  max-height: 60rem;
  z-index: 1;
}
.pluses__row-head h4 {
  font-style: normal !important;
}
.pluses__row .row {
  justify-content: center;
  align-items: center;
  align-content: center;
}
.pluses--style-1 {
  color: #fff;
}
.pluses--style-1 .pluses__row:nth-child(2n-1) .row,
.pluses--style-2 .pluses__row:nth-child(2n) .row,
.pluses-single .pluses__row:nth-child(2n-1) .row,
.pluses__row:nth-child(2n) .row {
  flex-direction: row-reverse;
}
.hero-demo .hbspt-form .hs_submit,
.hero-fight .hbspt-form,
.hero-fight .hs_submit,
.pluses__row:nth-child(2n) .section__text,
.popup_form_pdf .hs_submit,
.start .hs_submit {
  margin-left: auto;
}
.pluses__row--gradient {
  background: radial-gradient(
    50% 50% at 57.75% 50%,
    #3d2968 18.08%,
    #15172c 84.75%
  ) !important;
}
.pluses__row--gradient-1 {
  background: radial-gradient(
    49.55% 48.59% at 41.78% 50.07%,
    #3d2968 0,
    #15172c 81.16%
  ) !important;
}
.pluses__row .decor img {
  top: 50%;
  transform: translateY(-50%);
  height: auto !important;
}
.pluses__row-footer {
  z-index: 0;
}
.pluses--alternate {
  --global-gap: 4.5rem;
}
.behind,
.default-page,
.featured-stories,
.featured-stories--trust .fs,
.featured-stories--trust .fs-simple,
.how-work,
.life,
.manage,
.manage_block,
.page-template-template-single-platform .blog-resources,
.page-template-template-subprogress .default,
.play,
.pluses--alternate .pluses__row,
.team,
.testimonials {
  background: var(--color-purple-white);
}
.pluses--alternate .pluses__row:first-child {
  z-index: 1;
}
.pluses--alternate .pluses__row:first-child .decor img {
  object-fit: inherit;
  height: auto;
}
.pluses--alternate .pluses__row .decor img {
  top: 50%;
  transform: translateY(-50%);
  height: auto;
}
.pluses--alternate .pluses__row-2 {
  z-index: 0;
}
.pluses--alternate .pluses__row-2 .decor img {
  height: 100%;
}
.pluses--alternate .pluses__row-trust {
  background: 0 0;
  min-height: 10rem;
}
.pluses--alternate .pluses__row-trust .trusted {
  height: auto;
  padding: 0;
}
.pluses--alternate .pluses__row-trust:before {
  content: "";
  z-index: 0;
  position: absolute;
  width: 100%;
  bottom: -1px;
  height: var(--after-height);
  -webkit-clip-path: polygon(0 95%, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 95%, 100% 0, 100% 100%, 0 100%);
  background-color: var(--color-dark);
  transform: scale(-1, 1);
}
.learn--light .image:before,
.unique .chart_wrap:after {
  transform: translate(-50%, -50%);
  content: "";
  left: 50%;
  top: 50%;
}
.pluses--alternate .pluses__row-trust .decor img {
  object-position: center;
}
.featured-stories .swiper-button-next:after,
.featured-stories .swiper-button-prev:after,
.hero-fight .hs-form-field > label,
.hs_error_rollup,
.pluses--alternate .pluses__row-trust .trusted:after,
.pluses--alternate .pluses__row-trust .trusted:before,
.popup_form_pdf .hs-form-field > label,
.start .hs-form-field > label,
.swiper-button-next:after,
.swiper-button-prev:after,
.testimonials .swiper-button-next:after,
.testimonials .swiper-button-prev:after,
.whys .swiper-button-next:after,
.whys .swiper-button-prev:after {
  display: none;
}
.pluses--alternate .pluses__row-trust .trust,
.testimonials .section__slider,
.testimonials .section__text,
.testimonials .testimonial,
.trusted-platform .trust {
  max-width: 1080px;
  margin: 0 auto;
}
.default-demo-ja .hbspt-form,
.hero-demo .hero__main form,
.hero-fight .hs-form,
.pluses--style-1 .pluses__row-head .section__text,
.pluses--style-2 .pluses__row-head .section__text,
.secure--fight .image,
.whys__item picture img {
  max-width: 100%;
}
.default h2:not(:last-child),
.how-work_head h2:not(:last-child),
.how-work_item h2,
.pluses--style-1 .pluses__row-head .section__text h2:not(:last-child),
.pluses--style-2 .pluses__row-head .section__text h2:not(:last-child),
.positions .position > :not(:last-child),
.prtnrs h2:not(:last-child),
.st_text p:nth-last-child(2) {
  margin-bottom: 2.4rem;
}
.pluses--alternate .pluses__row-trust .trust__side-left blockquote {
  -webkit-line-clamp: inherit;
}
.pluses--alternate .pluses__row-trust .trust__side-right,
.trusted-platform .trust__side-right {
  justify-content: center;
  align-items: center;
  align-content: center;
}
.pluses--style-1 .pluses__row {
  z-index: 1;
}
.pluses--style-1 .pluses__row .decor img {
  width: 100%;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
}
.pluses-single,
.pluses--style-2 {
  color: #fff;
}
.pluses--style-1 .pluses__row:nth-child(2n) .row,
.pluses--style-2 .pluses__row:nth-child(2n-1) .row,
.pluses-single .pluses__row:nth-child(2n) .row {
  flex-direction: row;
}
.pluses--style-1 .pluses__row-head {
  min-height: 10rem;
  background: var(--color-dark);
}
.pluses--style-1 .pluses__row-footer {
  background: var(--color-dark);
  z-index: 0;
}
.pluses--style-1 .pluses__row-footer:before {
  content: "";
  z-index: 0;
  position: absolute;
  width: 100%;
  bottom: -1px;
  height: var(--after-height);
  -webkit-clip-path: polygon(0 95%, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 95%, 100% 0, 100% 100%, 0 100%);
  background-color: var(--color-purple-white);
}
.pluses--style-2 .pluses__row-head {
  min-height: 10rem;
  background: var(--color-dark);
}
.pluses--style-2 .pluses__row-footer {
  background: var(--color-dark);
}
.blog-featured:before,
.cb:after,
.introducing:before,
.pluses--style-2 .pluses__row-footer:before {
  content: "";
  z-index: 0;
  position: absolute;
  width: 100%;
  bottom: -1px;
  height: var(--after-height);
  -webkit-clip-path: polygon(0 95%, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 95%, 100% 0, 100% 100%, 0 100%);
  background-color: var(--color-purple-white);
}
.pluses-single .image,
.pluses-single .image img,
.pluses-single .image picture {
  max-height: 40rem;
}
.pluses-single--style-1 .image {
  margin: 0 auto;
  max-height: 39rem;
}
.pluses-single--style-1 .image picture {
  height: 100%;
  width: 100%;
}
.pluses-single--style-1 .image img {
  max-height: 39rem;
}
.pluses-single--light .pluses__row {
  background: var(--pluses-bg);
  color: var(--pluses-color);
}
.pluses__video .video video,
.pluses__video .video-poster {
  background-size: cover;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
}
.pluses-single--light .pluses__row h2 {
  max-width: 46rem;
}
.pluses-single--light .pluses__row p,
.with .image,
.with p {
  max-width: 51rem;
}
.pluses-single--light .pluses__row:nth-child(2n) .row {
  flex-direction: row-reverse;
}
.pluses-single--light .pluses__row:nth-child(2n-1) .row {
  flex-direction: row;
}
.blog__menu ul,
.blog__menu ul a,
.learn .row,
.manage_block .row,
.pluses__video .video-button,
.powered .row,
.unique .row,
.with .row {
  align-items: center;
  align-content: center;
}
.pluses__video {
  position: relative;
}
.pluses__video-title {
  margin-bottom: 3.5rem;
  text-align: center;
}
.pluses__video .video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
.pluses__video .video-poster {
  position: absolute;
  z-index: 1;
  background-repeat: no-repeat;
}
.pluses__video .video-poster:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(36, 46, 42, 0.6),
    rgba(36, 46, 42, 0.6)
  );
  transition: 0.3s ease-in-out;
}
.pluses__video .video video {
  position: absolute;
  object-fit: cover;
}
.pluses__video .video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.pluses__video .video-button {
  position: absolute;
  display: flex;
  justify-content: center;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 8rem;
  height: 8rem;
  border-radius: 100%;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  z-index: 3;
  margin: auto;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  font-size: 3rem;
  line-height: 1;
  background: var(--color-purple-mid);
  color: var(--color-white);
}
.pluses__video .video-button .icon {
  width: 100%;
  height: 100%;
  color: var(--color-8);
  transition: 0.3s ease-in-out;
}
.pluses__video .video-button:hover .icon {
  color: var(--color-4);
}
.trusted__item-detailed--style-1 .trusted__item-side--left {
  color: var(--color-dark);
  background: var(--color-purple-light);
}
.pluses__video .video__wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 74rem;
}
.pluses__video .video__wrap.playing .video-poster {
  opacity: 0;
  visibility: hidden;
}
.pluses__video .video__wrap.playing .video-button {
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
}
.introducing {
  --introducing-padding: 11.9rem 0 17.4rem 0;
  --introducing-bg: var(--color-dark);
  --introducing-color: var(--color-white);
  min-height: 70rem;
  padding: var(--introducing-padding);
  background: var(--introducing-bg);
  color: var(--introducing-color);
  padding-bottom: 1rem;
}
.powered {
  background: var(--powered-bg);
  color: var(--powered-color);
}
.introducing .section__text > :not(:last-child),
.introducing .section__text > p:nth-last-child(2) {
  margin-bottom: 3.6rem;
}
.introducing .image {
  max-width: 74rem;
  margin-left: auto;
}
.blog-featured .image img,
.introducing .image img {
  border-radius: 1rem;
}
.introducing:after {
  content: "";
  z-index: -1;
  position: absolute;
  width: 378.2px;
  height: 686.13px;
  background: var(--color-purple);
  opacity: 0.4;
  filter: blur(150px);
  left: 70%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-46.27deg) scale(0.55);
}
.powered {
  --powered-bg: var(--color-purple-white);
  --powered-color: var(--color-dark);
  --powered-padding: 8rem 0 2rem 0;
  padding: var(--powered-padding);
  height: 70rem;
}
.powered--style-1 {
  height: auto;
  --powered-padding: 14rem 0;
}
.manage_block:first-child,
.powered--style-1 .image picture,
.start .container {
  z-index: 1;
}
.powered--style-1 .image-bg {
  position: absolute;
  display: block;
  width: 331.97px;
  height: 745.68px;
  right: 15%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: linear-gradient(44.83deg, #8f5cf5 0, #6633fe 100%);
  opacity: 0.4;
  filter: blur(400px);
  transform: rotate(-81.01deg);
  pointer-events: none;
}
.cb_fact,
.trust,
.trusted__item-detailed,
.whys .why,
.whys__item-detailed {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.trusted:after,
.trusted:before,
.whys:after,
.whys:before {
  z-index: 0;
  position: absolute;
  background-color: var(--color-purple-white);
  width: 100%;
  content: "";
}
.safari .powered .section__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-content: flex-start;
}
.blog__more .more .i,
.default__more .more .i {
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
}
.powered .image {
  max-height: 66rem;
}
.powered .image picture,
.powered .image picture img {
  max-height: 65rem;
}
.powered--reversed {
  height: 88rem;
  display: flex;
  align-items: center;
  align-content: center;
}
.powered--reversed .row {
  flex-direction: row-reverse;
}
.trusted {
  --trusted-bg: var(--color-purple-white);
  --trusted-color: var(--color-dark);
  --trusted-padding: 9rem 0 7rem 0;
  padding: var(--trusted-padding);
  height: 70rem;
}
.trusted .section__text {
  text-align: center !important;
}
.default .date:not(:last-child),
.ready .section__text h2:not(:last-child),
.ready--style-1 p:nth-last-child(2),
.trusted .section__text h1:not(:last-child),
.whys h1:not(:last-child) {
  margin-bottom: 4.8rem;
}
.blog__more:not(:first-child),
.default__more:not(:first-child),
.trusted .section__text form:last-child,
.whys form:last-child {
  margin-top: 4.8rem;
}
.trusted .section__text:not(:last-child) {
  margin-bottom: 4.7rem;
}
.trusted:before,
.whys:before {
  height: calc(100% - var(--after-height));
  bottom: calc(var(--after-height) + 1px);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.trusted:after,
.whys:after {
  bottom: 2px;
  height: var(--after-height);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 5%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 5%);
}
.trusted__row {
  position: relative;
  min-height: 70rem;
}
.trusted-platform:before {
  background: url("../images/lines-left-down-1.jpg") top left/cover;
}
.trust,
.whys .why {
  position: relative;
  display: flex;
}
.trust__percentage {
  font-size: 10rem;
  line-height: 1;
}
.trust__logo {
  position: relative;
  display: block;
  min-height: 5.5rem;
  height: 5.5rem;
  max-width: 16.5rem;
}
.trusted__item-detailed,
.whys__item-detailed {
  max-width: 100rem;
}
.trust__logo picture {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
}
.trust__side-left blockquote,
.trust__side-right p {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.trust__logo picture img {
  height: auto;
  width: auto;
  object-fit: contain;
}
.trust__side-left {
  flex: 1;
  width: 60%;
  padding: 4.5rem 8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 2rem;
  background: var(--color-purple-dark);
  color: var(--color-white);
}
.trust__side-right {
  width: 40rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: center;
  row-gap: 3.6rem;
  padding: 4rem 6rem;
  background: var(--color-white);
}
.trust__side-right .button {
  /* --btn-subbg: var(--color-white); */
}
.hero-home .hero__extra .trusted__item-side--left .button,
.trusted__item-detailed .button,
.whys__item-detailed .button {
  /* --btn-subbg: var(--color-purple-mid); */
  /* --btn-color: var(--color-white); */
}
.trusted__items:not(:last-child) {
  margin-bottom: 8rem;
}
.trusted__items .swiper-wrapper {
  transition-timing-function: linear !important;
}
.trusted__items .slide,
.trusted__items .swiper-slide {
  width: auto;
}
.trusted__items .swiper-slide picture {
  display: flex;
  align-items: center;
  align-content: center;
  height: 100%;
  width: 100%;
}
.trusted__item {
  max-height: 3.3rem;
  min-height: 1.5rem;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  height: 3.3rem;
}
.swiper-sldie .trusted__item {
  width: max-content;
  max-width: max-content;
  min-width: max-content;
}
.trusted__item picture {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.trusted__item picture img {
  width: auto;
  max-width: 100%;
  max-height: 3.3rem;
}
.trusted__item-detailed {
  position: relative;
  max-height: inherit !important;
  margin: 0 auto;
  align-items: inherit;
  align-content: inherit;
  min-height: 23.8rem;
}
.trusted__item-detailed:last-child {
  margin-bottom: -11.9rem;
}
.trusted__item-detailed:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 80%;
  height: 100%;
  background-color: var(--color-purple-mid);
}
.trusted__item-detailed--style-1:before {
  background: var(--color-purple-light);
}
.trusted__item-side,
.whys .why__side {
  position: relative;
}
.trusted__item-side--left {
  width: 60%;
  padding: 2rem 6rem;
  color: var(--color-white);
  background-color: var(--color-purple-mid);
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: center;
  flex-direction: column;
}
.trusted__item-side--right,
.trusted__item-side--right picture,
.whys__item,
.whys__item picture {
  align-content: center;
  display: flex;
}
.trusted__item-side--right {
  width: 40%;
  border-radius: 16.9rem;
  background-color: var(--color-white);
  padding: 7.5rem;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.swiper-buttons,
.whys .swiper-buttons {
  z-index: 2;
  position: relative;
  display: flex;
}
.trusted__item-side--right picture {
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.swiper-container,
.whys .swiper-container {
  position: relative;
  overflow: hidden;
  padding: 1rem;
  margin: -1rem -1rem 0;
}
.swiper-slide .trust__side-left,
.testimonials .swiper-slide .trust__side-left,
.whys .swiper-slide .why__side-left {
  padding-bottom: 9rem;
}
.swiper-slide,
.testimonials .swiper-slide,
.whys .swiper-slide {
  min-height: 0;
}
.swiper-buttons {
  column-gap: 2.2rem;
  height: 3rem;
  padding-left: 8rem;
  transform: translateY(-6.5rem);
}
.swiper-pagination,
.whys .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: -1rem;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  column-gap: 1.6rem;
}
.swiper-pagination-bullet,
.whys .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  color: var(--color-white);
  background: currentColor;
  transition: 0.3s ease-in-out;
  opacity: 1 !important;
}
.swiper-pagination-bullet-active,
.whys .swiper-pagination-bullet-active {
  box-shadow: 0 0 0 2px currentColor;
  background: var(--color-dark);
}
.swiper-button-next,
.swiper-button-prev,
.testimonials .swiper-button-next,
.testimonials .swiper-button-prev,
.whys .swiper-button-next,
.whys .swiper-button-prev {
  position: relative;
  width: 3.4rem;
  height: 3rem;
  font-size: 3.4rem;
  margin: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: var(--color-white);
}
.swiper-button-prev,
.testimonials .swiper-button-prev,
.whys .swiper-button-prev {
  left: 0;
}
.swiper-button-next,
.testimonials .swiper-button-next,
.whys .swiper-button-next {
  right: 0;
}
.whys {
  --whys-padding: 12rem 0;
  padding: var(--whys-padding);
}
.whys .section__text:not(:last-child) {
  margin-bottom: 4.3rem;
}
.whys .why__side-left {
  flex: 1;
  padding: 4.5rem 8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 3.3rem;
  background: var(--color-purple-dark);
  color: var(--color-white);
}
.whys__item-detailed--style-1 .trusted__item-side--left {
  color: var(--color-dark);
  background: var(--color-purple-light);
}
.whys .why__side-right {
  width: 40rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: center;
  row-gap: 3.6rem;
  padding: 0 !important;
  background: var(--color-white);
}
.whys .why__side-image {
  position: relative;
  width: 100%;
  height: 100%;
}
.whys .swiper-buttons {
  column-gap: 2.2rem;
  height: 3rem;
  padding-left: 8rem;
}
.whys__items {
  position: relative;
  display: flex;
  column-gap: 5.6rem;
  row-gap: 2.8rem;
}
.awards__items > div,
.default__form .row > div,
.recognitions_items > div,
.starter-kit .section_text:not(:last-child),
.whys__items:not(:last-child) {
  margin-bottom: 8rem;
}
.whys__item {
  max-height: 2.8rem;
  min-height: 1.5rem;
  align-items: center;
  justify-content: center;
}
.whys__item picture {
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.whys__item picture img {
  width: auto;
  max-height: 100%;
}
.whys__item-detailed {
  position: relative;
  max-height: inherit !important;
  margin: 0 auto;
  align-items: inherit;
  align-content: inherit;
  min-height: 23.8rem;
}
.whys__item-detailed:last-child {
  margin-bottom: -12.9rem;
}
.whys__item-detailed:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 80%;
  height: 100%;
  background-color: var(--color-purple-mid);
}
.default .history-item,
.glossary__item,
.glossary__items,
.glossary__menu,
.loved-by_block,
.whys__item-side,
.whys__row {
  position: relative;
}
.whys__item-detailed--style-1:before {
  background: var(--color-purple-light);
}
.default .date,
.default__form .form input.placeholder {
  color: var(--color-grey);
}
.whys__item-side--left {
  width: 60%;
  padding: 2rem 6rem;
  color: var(--color-white);
  background-color: var(--color-purple-mid);
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: center;
  flex-direction: column;
}
.whys__item-side--right {
  width: 40%;
  border-radius: 16.9rem;
  background-color: var(--color-white);
  padding: 7.5rem;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  z-index: 1;
}
.whys__item-side--right picture {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.default__head,
.ready {
  align-items: center;
  display: flex;
}
.blog__menu ul,
.glossary__menu ul,
.positions__menu ul {
  height: 4rem;
  list-style: none;
}
.whys__row {
  min-height: 80rem;
}
.learn {
  --learn-padding: 4rem 0 10rem 0;
  --learn-bg: var(--gradient-bg);
  --learn-bg-btn: var(--color-dark);
  --learn-color: var(--color-white);
  --learn-text-width: 45rem;
  --before-height: 42rem;
  padding: var(--learn-padding);
  color: var(--learn-color);
  background: var(--learn-bg);
  overflow: inherit;
  height: 70rem;
  z-index: 0;
}
.learn .button:not(:hover) .button__content {
  /* background: var(--learn-bg-btn); */
  /* color: var(--learn-color); */
}
.ready {
  background: var(--ready-bg);
  color: var(--ready-color);
}
.learn:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: var(--before-height);
  -webkit-clip-path: polygon(0 0, 100% 5%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 5%, 100% 100%, 0% 100%);
  background-color: var(--color-dark);
  top: calc(-1 * var(--before-height));
  z-index: 0;
}
.learn .section__text {
  max-width: var(--learn-text-width);
}
.learn .section__text h2:not(:last-child),
.learn .section__text p:nth-last-child(2) {
  margin-bottom: 3.6rem;
}
.learn .image,
.learn .image picture,
.learn .image picture img {
  max-height: 55.5rem;
}
.learn--style-1 {
  --learn-bg: var(--color-dark);
  --learn-color: var(--color-purple-white);
}
.ready {
  --ready-bg: var(--color-purple-mid);
  --ready-color: var(--color-white);
  --ready-padding: 15rem 0 15rem 0;
  padding: var(--ready-padding);
  height: 70rem;
  align-content: center;
}
.default-page .header {
  --header-color: var(--color-dark);
  --header__bottom-bg: var(--color-white);
}
.default-page .default .button-gradient,
.problems .button,
.secure .button-gradient {
  --btn-subbg: var(--color-purple-white);
  --btn-color: var(--color-dark);
}
.default ul {
  padding-left: 1.25em;
}
.default .history {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 2.4rem;
}
.default__head {
  min-height: 100vh;
  padding: 35.2rem 0 15rem;
  align-content: center;
}
.default__footer .text a,
.default__more .more,
.report__more .more {
  align-items: center;
  align-content: center;
  display: inline-flex;
  text-transform: uppercase;
}
.default.default-privacy .default__head {
  min-height: inherit;
  padding: 27.2rem 0 12rem;
}
.blog__menu:not(:last-child),
.default-contact .default__head .text:not(:last-child),
.default__head h1:not(:last-child),
.play h2:not(:last-child),
.positions__items:not(:last-child),
.positions__menu:not(:last-child) {
  margin-bottom: 4.8rem;
}
.default__head h2:nth-child(2) {
  margin-top: -3rem;
}
.default__block {
  max-width: 89rem;
}
.default__block:not(:last-child) {
  margin-bottom: 7.5rem;
}
.default__body {
  padding-bottom: 27.5rem;
}
.default__footer {
  padding-bottom: 19.2rem;
}
.default__footer .row {
  row-gap: 8rem;
}
.default__footer h2 {
  font-size: 5.6rem;
}
.default__footer .text {
  max-width: 26.5rem;
}
.default__footer .text a {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
}
.default__footer .text a i {
  color: #9925cf;
  margin-right: 1rem;
}
.awards__items,
.default__form .row,
.recognitions_items {
  margin-bottom: -8rem;
}
/* .default__form .button__content {
  background: var(--color-purple-white);
  color: var(--color-dark);
} */
.default__form .form {
  --global-gap: 4rem;
}
.default__form .form .row .row {
  margin: 0 -1.2rem;
}
.blog__more .more .i:after,
.default__more .more .i:after,
.glossary__more .more .i:after,
.positions__more .more .i:after,
.report__more .more .i:after {
  right: 0;
  margin: auto;
  width: 1.2rem;
  height: 1.2rem;
  background-image: url("../images/caret-down.png");
  bottom: 0;
}
.default__form .form .row .row > div {
  padding: 0 1.2rem;
}
.default__form .form input {
  border-color: #15172c;
  color: var(--color-darl);
  outline: 0;
  border-top: none;
  border-left: none;
  border-right: none;
}
.default__form .form input::-webkit-input-placeholder {
  color: var(--color-grey);
}
.default__form .form input::-moz-placeholder {
  opacity: 1;
  color: var(--color-grey);
}
.default__form .form input:-moz-placeholder {
  color: var(--color-grey);
}
.default__form .form input:-ms-input-placeholder {
  color: var(--color-grey);
}
.default__form .form input:focus,
.default__form .form input:hover {
  border-image-source: linear-gradient(90deg, #9925cf 0%, #fd0173 100%);
  border-width: 0.1rem;
  border-image-slice: 1;
}
.blog .row,
.default__press .row {
  row-gap: 4.8rem;
}
.default__more .more,
.report__more .more {
  position: relative;
  justify-content: flex-start;
  column-gap: 1rem;
  font-size: 1.2rem;
  border: none;
  outline: 0;
  padding: 0;
  background: 0 0;
}
.default__more .more .i {
  position: relative;
  background: var(--color-purple-light);
}
.default__more .more .i:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.default-play .default__head .text {
  max-width: 83rem;
}
.default-contact .default__body {
  padding-bottom: 20rem;
}
.default-press {
  --global-gap: 1.4rem;
}
.default-press .default__head {
  min-height: 55rem;
}
.blog {
  position: relative;
  background: var(--color-purple-white);
  padding: 0 0 14.5rem;
}
.blog__more .button {
  --btn-fz: 1.6rem;
  --btn-height: 2.625em;
}
.awards,
.quotes,
.types {
  background: var(--color-purple-white);
  color: var(--color-dark);
}
.blog__menu,
.hero-csp .exps .item,
.positions__menu {
  position: relative;
  font-size: 1.6rem;
}
.blog__menu ul {
  display: inline-flex;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
  border-radius: 0.4rem;
}
.blog__menu ul li,
.fs-simple_head .image,
.fs-simple_head img,
.fs-simple_head picture,
.fs_head .image,
.fs_head img,
.fs_head picture,
.glossary__menu ul li,
.loved-by_block-head img,
.loved-by_block-head picture,
.loved-by_blokc-main .image,
.loved-by_blokc-main img,
.loved-by_blokc-main picture,
.positions__menu ul li {
  height: 100%;
}
.blog__menu ul li:first-child a {
  border-top-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
  border-left: 0.2rem solid var(--color-purple);
}
.blog__menu ul li:first-child a.active {
  border: none;
}
.blog__menu ul li a,
.glossary__menu ul li a,
.positions__menu ul li a {
  border-left: none;
  border-right: none;
}
.blog__menu ul li:last-child a {
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
  border-right: 0.2rem solid var(--color-purple);
}
.blog__menu ul li:last-child a.active {
  border: none;
}
.blog__menu ul a {
  position: relative;
  height: 100%;
  padding: 1rem 1.6rem;
  display: flex;
  justify-content: center;
  text-align: center;
  border: 0.2rem solid var(--color-purple);
  color: var(--color-dark);
  transition: 0.15s ease-in-out;
}
.blog-card__image picture,
.blog__more .more,
.gallery__items .image picture,
.glossary__menu ul a,
.glossary__more .more,
.positions__more .more {
  position: relative;
  align-items: center;
  align-content: center;
}
.blog__menu ul a.active,
.blog__menu ul a:hover {
  background: var(--gradient-main);
  color: var(--color-white);
  border: none !important;
}
.blog__more .more .i:after,
.driven ul li:before,
.positions__more .more .i:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  left: 0;
}
.blog-resources {
  padding: 10rem 0;
}
.blog-resources .section__text,
.cb .row > div,
.r-fight .row > div,
.recognitions .section_text:not(:last-child),
.sneak .section_text:not(:last-child),
.starter-kit .row > div,
.unique .section_text > :not(:last-child) {
  margin-bottom: 4rem;
}
.blog__more .more {
  display: inline-flex;
  justify-content: flex-start;
  font-size: 1.2rem;
  border: none;
  outline: 0;
  padding: 0;
  background: 0 0;
}
.blog-card,
.blog-card__info {
  flex-direction: column;
  display: flex;
}
.blog__more .more .i,
.team .member {
  background: var(--color-purple-light);
}
.blog__more .more .i {
  position: relative;
  margin-right: 1rem;
}
.glossary__more .more .i,
.positions__more .more .i {
  width: 2.4rem;
  height: 2.4rem;
  background: var(--color-purple-mid);
  margin-right: 1rem;
  display: inline-block;
}
.blog__more .more .i:after {
  top: 0;
}
.blog-featured {
  padding: 11.9rem 0 17.4rem;
  color: var(--color-white);
  background: radial-gradient(
    50% 50% at 57.75% 50%,
    #3d2968 18.08%,
    #15172c 84.75%
  );
  overflow: hidden;
}
.blog-page .blog-featured:nth-child(2) {
  padding-top: 35.2rem;
}
.blog-featured .section__text {
  max-width: 44.4rem;
}
.blog-featured .section__text > :not(:last-child),
.blog-featured .section__text > p:nth-last-child(2),
.entry .section_text,
.fs > :not(:last-child) {
  margin-bottom: 3.6rem;
}
.blog-featured .section__text h3:not(:last-child) {
  margin-bottom: 0.5rem;
}
.blog-featured .section__text > p:not(:last-child),
.unique .section_text > p:not(:last-child) {
  margin-bottom: 1.25em;
}
.blog-featured .image {
  max-width: 64rem;
  margin-left: auto;
  z-index: 1;
}
.blog-card {
  position: relative;
  min-height: 100%;
  padding: 0;
}
.blog-card__image picture {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
.blog-card__image picture img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease-in-out;
}
.blog-card__more a > :not(:last-child) {
  margin-right: 1rem;
}
.blog-card__more .icn {
  font-size: 1.2rem;
}
.blog-card-description {
  line-height: 1.3;
}
.blog-card__info {
  padding-top: 1.6rem;
  flex: 1;
  justify-content: space-between;
}
.blog-card__info > :not(:last-child),
.team .member > :not(:last-child) {
  margin-bottom: 1.6rem;
}
.driven {
  padding: 15.3rem 0 18.3rem;
  color: var(--color-white);
}
.driven h2:not(:last-child) {
  margin-bottom: 4.4rem;
}
.driven ul,
.threats ul {
  list-style: none;
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 4.85rem;
  margin: 0;
  padding: 0;
}
.driven ul li,
.threats ul li {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  padding-left: 4.7rem;
  font-size: 1.9rem;
}
.glossary__menu ul a,
.positions__menu ul a {
  padding: 1rem 1.6rem;
  transition: 0.15s ease-in-out;
  text-align: center;
}
.driven ul li:before {
  top: 0.2rem;
  width: 3.1rem;
  height: 3.1rem;
  background-image: url("../images/list-decor.png");
}
.behind {
  position: relative;
  padding: 9.5rem 0;
}
.behind .row,
.types .row {
  row-gap: 9rem;
}
.behind .image {
  max-width: 111rem;
}
.team {
  --team-padding: 10rem 0;
  --global-gap: 2.8rem;
  padding: var(--team-padding);
}
.team .row > div {
  margin-bottom: 5.6rem;
}
.team .section__text:not(:last-child) {
  margin-bottom: 6.4rem;
}
.team .row {
  margin-bottom: -5.6rem;
}
.team a.member {
  transition: 0.3s ease-in-out;
  border: 0.1rem solid var(--color-purple-light);
}
.team a.member:hover {
  border-color: var(--color-purple);
}
.team .member {
  position: relative;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  color: var(--color-dark);
  min-height: 100%;
}
.team .member__photo picture {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 100%;
  padding-top: 100%;
}
.team .member__photo picture img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team .member__info {
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
}
.team .member__info > :not(:last-child) {
  margin-bottom: 1.6rem;
}
.team .member__info h4:not(:last-child) {
  margin-bottom: 0.5rem;
}
.hbspt-form label,
.team .member__info-body small {
  font-size: 1.2rem;
}
.team--style-1 {
  --team-padding: 17rem 0;
}
.bot-threats_items > div,
.report .section__text:not(:last-child),
.team--style-1 .section__text:not(:last-child),
.types .section__text:not(:last-child) {
  margin-bottom: 10rem;
}
.glossary,
.positions {
  padding: 10rem 0;
  background: var(--color-dark);
  color: var(--color-white);
}
.positions .section__text {
  max-width: 55rem;
}
.bots p,
.hero-demo--new p,
.positions .section__text p,
.report-card .date,
.types-card__info p {
  font-size: 1.9rem;
}
.positions .row {
  margin-bottom: -9rem;
}
.positions .row > div {
  margin-bottom: 9rem;
}
.glossary__menu ul,
.positions__menu ul {
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
  border-radius: 0.4rem;
}
.glossary__menu ul li:first-child a,
.positions__menu ul li:first-child a {
  border-top-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
  border-left: 0.2rem solid var(--color-purple);
}
.positions__menu ul li:first-child a.active {
  border: none;
}
.glossary__menu ul li:last-child a,
.positions__menu ul li:last-child a {
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
  border-right: 0.2rem solid var(--color-purple);
}
.positions__menu ul li:last-child a.active {
  border: none;
}
.positions__menu ul a {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border: 0.2rem solid var(--color-purple);
  color: var(--color-white);
}
.positions__menu ul a.active,
.positions__menu ul a:hover {
  background: var(--gradient-main);
  color: var(--color-white);
  border: none !important;
}
.loved-by_block-head h2,
.positions__items {
  margin-bottom: 0 !important;
}
.positions__items > div {
  margin-bottom: 3rem !important;
}
.positions .position {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  padding: 1.2rem;
  background: var(--color-purple-dark);
  color: inherit;
  transition: color 0.3s ease-in-out;
}
.positions .position__head {
  position: relative;
  height: 2rem;
  display: flex;
  align-items: center;
  align-content: center;
}
.loved-by--cust .loved-by_logos,
.page-template-template-thank .loved-by_logos,
.positions .position__head h4 {
  flex: 1;
}
.positions .position__head h4:not(:last-child),
.report-card h4:not(:last-child) {
  margin-bottom: 0;
}
.positions .position__head i {
  font-size: 1.3rem;
}
.positions .position__body {
  min-height: 8rem;
}
.positions .position__body h2 {
  font-size: 3.2rem;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.positions .position__footer {
  flex: 1;
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
  justify-content: flex-start;
  font-size: 1.4rem;
}
.positions__more {
  padding-top: 3rem;
}
.positions__more .more {
  display: inline-flex;
  justify-content: flex-start;
  font-size: 1.2rem;
  border: none;
  outline: 0;
  padding: 0;
  background: 0 0;
}
.gallery__items .image-caption,
.testimonials .testimonial {
  background: var(--color-purple-dark);
  color: var(--color-white);
}
.positions__more .more .i,
.testimonials .section__slider {
  position: relative;
}
.positions__more .more .i:after {
  top: 0;
}
.play .default__head {
  padding: 25rem 0 10rem;
}
.life {
  padding: 10rem 0 12.4rem;
}
.life .section__text:not(:last-child) {
  margin-bottom: 3.8rem;
}
.gallery__items {
  row-gap: calc(var(--global-gap) * 4);
}
.gallery__items .image {
  position: relative;
  width: 100%;
  cursor: pointer;
}
.gallery__items .image picture {
  width: 100%;
  padding-top: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
  z-index: 0;
}
.gallery__items .image picture img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.4s ease-in-out;
  object-fit: cover;
}
.gallery__items .image-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 1rem 2rem;
  font-size: 1.9rem;
  display: none;
}
.testimonials {
  padding: 10rem 0 9rem;
}
.featured-stories-simple > div,
.testimonials .section__text:not(:last-child) {
  margin-bottom: 5rem;
}
.testimonials .testimonial {
  position: relative;
  padding: 4.5rem 6rem 9rem;
}
.glossary__items-title:not(:last-child),
.glossary__menu:not(:last-child) {
  margin-bottom: 7rem;
}
.testimonials .swiper-container {
  position: relative;
  overflow: hidden;
}
.testimonials .swiper-buttons {
  position: relative;
  z-index: 2;
  display: flex;
  column-gap: 2.2rem;
  height: 3rem;
  padding-left: 6rem;
}
.testimonials .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 2rem;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  column-gap: 1.6rem;
}
.testimonials .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  color: var(--color-dark);
  background: currentColor;
  transition: 0.3s ease-in-out;
  opacity: 1 !important;
}
.glossary__menu ul li:first-child a.active,
.glossary__menu ul li:last-child a.active {
  border: none;
}
.testimonials .swiper-pagination-bullet-active {
  box-shadow: 0 0 0 2px currentColor;
  background: var(--color-purple-white);
}
.testimonials--style-1 .swiper-buttons {
  position: absolute;
  left: auto;
  right: 6rem;
  margin-left: auto;
}
.testimonials--style-1 .testimonial blockquote {
  position: relative;
  font-size: 3.6rem;
  font-family: "Avenir Heavy" !important;
  font-weight: 900 !important;
  padding-left: 8.5rem;
}
.testimonials--style-1 .testimonial blockquote:before {
  content: '"';
  position: absolute;
  left: 2rem;
  top: 0;
  font-size: 10rem;
  line-height: 1;
  font-style: italic;
}
.testimonials--style-1 .testimonial figcaption {
  padding-left: 8.5rem;
  color: var(--color-dark);
}
.glossary__menu ul a {
  height: 100%;
  display: flex;
  justify-content: center;
  border: 0.2rem solid var(--color-purple);
  color: inherit;
}
.glossary__menu ul a.active,
.glossary__menu ul a:hover {
  background: var(--gradient-main);
  color: var(--color-white);
  border: none !important;
}
.glossary__more .more .i:after,
.report__more .more .i:after,
.threats ul li:before {
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: "";
}
.glossary__items-content {
  display: flex;
  flex-direction: column;
  row-gap: 3.6rem;
}
.glossary__items h3:not(:last-child) {
  margin-bottom: 2.6rem;
}
.glossary__more {
  margin-top: 7rem;
}
.glossary__more .more {
  display: inline-flex;
  justify-content: flex-start;
  font-size: 1.2rem;
  border: none;
  outline: 0;
  padding: 0;
  background: 0 0;
}
.awards .award,
.story .more {
  align-items: center;
  position: relative;
}
.cb-item_info,
.featured-stories_block,
.fs,
.fs-simple,
.fs-simple_head,
.fs-simple_quote,
.fs_addrs,
.fs_footer,
.fs_quote,
.fs_quote-image,
.fs_quote-text,
.glossary__more .more .i,
.hero-demo .hs-form-field,
.loved-by_item,
.loved-by_items,
.problems .image-side {
  position: relative;
}
.glossary__more .more .i:after {
  position: absolute;
  top: 0;
}
.story__main {
  position: relative;
  padding: 19rem 0;
  color: var(--color-white);
  min-height: 70rem;
}
.problems h2,
.problems h3,
.r-fight .section_text h2,
.start h2:not(:last-child),
.start_form .row > div,
.story__main h2:not(:last-child) {
  margin-bottom: 4.8rem;
}
.story__main p {
  max-width: 77rem;
}
.story__main .decor {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: url("../images/hero-decor.png") center right/cover no-repeat;
  opacity: 0.7;
}
.story__pressence {
  position: relative;
  padding: 12rem 0 9rem;
  background: var(--color-white);
}
.story__pressence .row {
  row-gap: 2.4rem;
}
.story__pressence h3:not(:last-child) {
  margin-bottom: 2rem;
}
.story .more {
  display: inline-flex;
  align-content: center;
  justify-content: flex-start;
  line-height: 1;
  vertical-align: middle;
  font-size: 1.6rem;
}
.fs_addrs .title,
.recognitions_item .text {
  letter-spacing: 0.02em;
}
.story .more i {
  font-size: 2rem;
  color: var(--color-purple);
  margin-right: 1rem;
}
.awards {
  padding: 10rem 0 6.5rem;
}
.awards .row:not(:last-child) {
  margin-bottom: 3.3rem;
}
.awards .award {
  display: flex;
  align-content: center;
  column-gap: 2.4rem;
}
.awards .award__image picture,
.types-card__image picture {
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-content: center;
}
.awards .award__image {
  position: relative;
  min-width: 12.8rem;
  width: 12.8rem;
  height: 12.8rem;
}
.awards .award__image picture {
  justify-content: center;
}
.awards .award__image picture img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.awards .award__info {
  flex: 1;
  font-size: 1.4rem;
}
.types {
  position: relative;
  padding: 10rem 0;
}
.types-card {
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
}
.types-card__image {
  position: relative;
  width: 100%;
  height: 26.9rem;
}
.types-card__image picture {
  justify-content: center;
  overflow: hidden;
}
.types-card__image picture img {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: 0.4s ease-in-out;
}
.types-card__info h4 {
  line-height: 1.1;
}
.cb-item_info h3,
.types-card__info h4:not(:last-child) {
  margin-bottom: 1.6rem;
}
.report__more:not(:first-child),
.types__more:last-child {
  margin-top: 10rem;
}
.quotes {
  padding: 5.2rem 0 10rem;
}
.quotes .quote {
  position: relative;
  display: flex;
  overflow: hidden;
  height: 32rem;
}
.quotes .quote:after {
  content: "";
  position: absolute;
  right: 0;
  width: 32rem;
  height: 100%;
  top: 0;
  background: var(--color-purple-mid);
  z-index: 0;
  border-top-right-radius: 32rem;
  border-bottom-right-radius: 32rem;
}
.quotes .quote__image {
  position: relative;
  z-index: 1;
  min-height: 100%;
  height: 32rem;
  width: 32rem;
}
.quotes .quote__image picture {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
}
.quotes .quote__image picture img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.quotes .quote__text {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5rem 4rem 5rem 8rem;
  flex: 1;
  background: var(--color-purple-mid);
  color: var(--color-white);
}
.research-partners {
  position: relative;
  display: inline-flex;
  background: var(--color-white);
  height: 8rem;
}
.research-partners:last-child {
  margin-top: 9rem;
}
.research-partners__title {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 11rem;
  padding: 1.5rem;
  text-align: left;
  background: var(--color-purple);
  font-size: 1.7rem;
  line-height: 1.5;
  color: var(--color-white);
  height: 100%;
}
.research-partners__images {
  flex: 1;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding: 1.5rem;
  height: 100%;
  width: auto;
  column-gap: 1.6rem;
}
.research-partners__images .image {
  width: auto;
  margin-bottom: 0 !important;
}
.research-partners__images .image img {
  max-height: 5rem;
}
.report {
  padding: 10rem 0;
  background: var(--color-purple-white);
  color: var(--color-dark);
}
.bots,
.page-template-template-fight-the-fake-ja
  .hero__form
  .hs-form-booleancheckbox
  label
  > span {
  color: var(--color-white);
}
.report__items {
  --global-gap: 6rem;
  row-gap: 10rem;
}
.report-card {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 2.5rem;
}
.report-card__image picture {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding-top: 140%;
}
.report-card__info {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 0.3rem;
}
.report__more .more .i {
  position: relative;
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  background: var(--color-purple-light);
}
.report__more .more .i:after {
  position: absolute;
  top: 0;
}
.swiper img,
.swiper picture {
  display: block !important;
}
.bots {
  position: relative;
  padding: 13rem 0;
  background: var(--color-dark);
}
.bots h2 {
  font-size: 5rem;
}
.bots a {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-content: center;
  column-gap: 1rem;
  font-size: 1.2rem;
}
.bots a i {
  font-size: 2rem;
  color: #9925cf;
}
.lottie {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.thank {
  padding: 15.5rem 0;
  background: var(--bg);
  color: var(--color);
}
.thank .section__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  text-align: center;
  row-gap: 4.8rem;
}
.thank .section__text .check {
  width: 4rem;
}
.thank .section__text p {
  max-width: 43rem;
  font-size: 1.9rem;
}
.start .form__field,
.thank .section__text > :not(:last-child) {
  margin-bottom: 0;
}
@media (max-width: 1399px) and (min-width: 1200px) {
  .introducing .col-lg-5.col-xl-4 {
    width: 40%;
  }
  .introducing .col-lg-7.col-xl-8 {
    width: 60%;
    padding-left: 4rem;
  }
}
@media (max-width: 1299px) {
  .hero-technology .hero__main .image {
    margin-right: -10rem;
  }
  .hero__main {
    min-height: calc(100vh - 18.2rem);
  }
  .pluses__row {
    padding: 10rem 0;
  }
  .trusted__row,
  .whys__row {
    min-height: 55rem;
  }
  .ready .col-xl-8 {
    width: 80rem;
  }
}
@media (max-width: 1279px) {
  .blog-featured,
  .introducing {
    overflow: hidden;
  }
  .introducing:after {
    transform: translate(-50%, -50%) rotate(-46.27deg) scale(0.25);
  }
}
@media (max-width: 1199px) {
  blockquote {
    font-size: 2rem;
  }
  .button {
    --btn-height: 2.5em;
    --btn-fz: 1.6rem;
  }
  .header .button {
    --btn-height: 2.5em;
    --btn-fz: 1.6rem;
  }
  .header .logo {
    max-width: 9.2rem;
  }
  .menu__item.with-child.open .menu__link {
    /*background: var(--color-purple);*/
  }
  .menu__item.with-child.open .menu__link:hover {
    /*color: var(--color-white);*/
  }
  /*.menu__item.with-child.open .menu__link:after {
    content: "";
  }*/
  .menu__item.with-child.open .submenu {
    z-index: 1;
    opacity: 1;
    visibility: visible;
  }
  .hero {
    --hero-main-padding: 14rem 0 4rem 0;
  }
  .hero__decor picture img {
    height: 100%;
    object-position: bottom;
  }
  .pluses__row {
    min-height: 50rem;
  }
  .trust__side,
  .whys .why__side {
    padding: 4rem 5rem;
    row-gap: 3.3rem;
  }
  .ready {
    --ready-padding: 10rem 0;
    height: 60rem;
  }
  .blog-featured:first-child,
  .blog-page .blog-featured:nth-child(2) {
    padding-top: 25rem;
    padding-bottom: 14rem;
  }
  .blog-featured {
    --after-height: 30rem;
  }
  .blog-card-description {
    font-size: 1.9rem;
  }
  .types-card__info p br {
    display: none;
  }
  .report {
    padding: 6rem 0;
  }
  .report .section__text:not(:last-child) {
    margin-bottom: 6rem;
  }
  .report__items {
    --global-gap: 3rem;
    row-gap: 6rem;
  }
  .report__more:not(:first-child) {
    margin-top: 6rem;
  }
}
@media (max-width: 991px) {
  .trusted__item-detailed:last-child {
    margin-bottom: -3rem;
  }
  .testimonials .testimonial {
    padding: 3rem;
  }
  .testimonials--style-1 .testimonial figcaption {
    padding-left: 3rem;
    font-size: 1.4rem;
  }
  .testimonials--style-1 .testimonial blockquote:before {
    left: -1rem;
    font-size: 6rem;
  }
  .testimonials--style-1 .testimonial blockquote {
    padding-left: 3rem;
    font-size: 3rem;
    line-height: 1.5;
  }
  .trusted__item-side picture,
  .whys__item-side picture {
    max-width: 30rem;
  }
  .quotes .quote,
  .trust__side,
  .trusted__item-side,
  .whys .why__side,
  .whys__item-side {
    align-content: center;
  }
  label {
    font-size: 2rem;
  }
  label:not(:last-child) {
    margin-bottom: 1.35rem;
  }
  .blog-card-description,
  .default a,
  .default li,
  .default p,
  .section {
    font-size: 1.6rem;
  }
  .section__text {
    text-align: left !important;
  }
  .section__text h1,
  .section__text h2 {
    width: 100%;
  }
  .header {
    --header__bottom-padding: 2rem 0;
  }
  .login-btn_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    gap: 2.4rem;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .login-btn {
    flex-wrap: wrap;
    gap: 1.2rem;
    justify-content: center;
  }
  .login-btn:not(:last-child) {
    margin-right: 0 !important;
  }
  .login-btn_menu {
    width: 100% !important;
    margin-top: 0 !important;
  }
  .header__nav {
    position: fixed;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    background-color: #34163E;
    display: block;
    text-align: center;
    padding: 10.4rem 0 4rem 0;
    padding-left: 0 !important;
    overflow: auto;
    max-height: calc(var(--vh, 1vh) * 100);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10rem);
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
  }
  .header__nav .lang {
    margin-top: auto;
    margin-bottom: 2.4rem !important;
  }
  .login-btn_menu {
    top: 0 !important;
    background: none !important;
    padding: 2rem 0 0  0 !important;
    margin: 0 !important;
  }
  .login-btn_menu ul {
    gap: 2.4rem !important;
    text-align: center !important;
  }
  .login-btn_menu a {
    color: #fff !important;
    text-align: center !important;
    font-family: var(--f-rg) !important;
    font-weight: 500 !important;
  }
  .menu-open .header__bottom {
    background: #34163E !important;
  }
  .overlay-banner-process .header__nav {
    /* padding-top: 23rem; */
  }
  .footer {
    --footer__top-padding: 6rem 0 9rem 0;
  }
  .menu,
  .trust,
  .whys .why {
    flex-direction: column;
  }
  .menu:not(:last-child) {
    margin-bottom: 4rem;
  }
  .menu__item.with-child {
    padding: 0 2rem;
  }
  .menu__item.with-child .menu__link {
    /* border-radius: 0.7rem 0.7rem 0 0;
    padding-bottom: 1rem; */
    border-radius: 0;
    padding: 0 !important;
  }
  .menu__item.with-child .menu__link:after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    margin-left: 0.5rem;
    font-size: 1.2rem;
    /* margin-top: 0.3rem; */
  }
  .menu__item.with-child.open .menu__link {
    background: none;
  }
  .menu__item.with-child.open .submenu {
    margin-top: 2rem;
  }
  .menu-open .menu {
    color: var(--color-white);
  }
  .menu__item {
    padding: 0 !important;
    width: 100%;
  }
  .menu__link:not(.active):hover {
    color: #fff !important;
  }
  .submenu-main a.active {
    color: #fe0072 !important;
  }
  .submenu {
    --s-pos: relative;
    height: 0;
    width: 100% !important;
    overflow: hidden;
    left: 0 !important;
    right: 0 !important;
    background: none;
    padding: 0 !important;
    box-shadow: none;
    max-width: 100% !important;
    align-items: inherit;
    align-content: inherit;
    top: 0 !important;
  }
  .submenu-title {
    font-size: 1.2rem;
    color: #eae9ee !important;
    letter-spacing: 0.04em;
    font-family: var(--f-rg) !important;
    font-weight: 400;
    font-style: normal;
    padding-left: 1.3rem;
    margin: 0 !important;
    padding-left: 2.25rem !important;
    line-height: 1.35;
  }
  .submenu-title:not(:last-child) {
    margin-bottom: 0.4rem !important;
  }
  .submenu--solutions,
  .submenu--resources {
    max-width: 30rem;
  }
  .submenu--solutions .submenu-main a span,
  .submenu--solutions .submenu-title {
    display: none !important;
  }
  .submenu--resources ul li {
    padding: 0 0.95rem !important;
  }
  .submenu--resources ul li .txt,
  .submenu--resources ul li .g-txt {
    display: none !important;
  }
  .submenu--resources ul li .img {
    margin: 0;
    border: 1px solid #c2c0c4;
    border-radius: 0.8rem;
    overflow: hidden;
    width: 100%;
    max-width: 12rem !important;
    min-width: 1rem !important;
  }
  .submenu--resources ul li .img picture {
    margin: 0;
  }
  .submenu--resources ul li a{
    background: none !important;
    padding: 0.9rem 1.3rem !important;
    box-shadow: none !important;
    color: #fff;
    font-family: var(--f-rg) !important;
    letter-spacing: 0.02em !important;
    font-weight: 500 !important;
    font-size: 1.6rem !important;
    line-height: 1.35;
  }
  .menu__link {
    font-family: var(--f-rg) !important;
    letter-spacing: 0.02em !important;
    font-weight: 500 !important;
    font-size: 1.6rem !important;
    line-height: 1.35;
  }
  .submenu > * {
    padding: 0 !important;
    width: 50% !important;
  }
  .submenu > *:first-child:last-child {
    width: 100% !important;
  }
  .submenu__side-left {
    background: none !important;
    margin: 0 !important;
    border-radius: 0 !important;
  }
  .submenu__side-left:not(:last-child) {
    border-right: 0.5px solid #c2c0c4 !important;
  }
  .submenu-main li {
    padding: 0 0.95rem;
  }
  .submenu-main a {
    color: #fff !important;
    padding: 0.9rem 1.3rem;
    letter-spacing: 0.02em;
    font-weight: 500;
  }
  .hero__main .image {
    margin-top: 2rem !important;
    margin-bottom: 0 !important;
  }
  .hero-technology .hero__main .image {
    margin-right: auto;
  }
  .hero-demo .hero__main .form {
    margin-top: 3rem;
  }
  .hero__main form,
  .learn .section__text {
    margin: 0 auto;
  }
  .hero__main .section__text {
    text-align: left;
    margin: 0 auto;
    max-width: 100% !important;
  }
  .hero__main .section__text p {
    max-width: 100% !important;
  }
  .hero__main .image-platform {
    margin-top: 5rem;
  }
  .learn,
  .ready,
  .traffic .section__text,
  .trusted .section__text,
  .whys .section__text {
    text-align: left;
  }
  .traffic .image {
    width: 100%;
    height: auto;
    min-height: 10rem;
    margin: -3rem 0;
  }
  .pluses {
    --after-height: 24rem;
  }
  .pluses .section__text {
    text-align: left;
    max-width: 50rem;
    margin: 0 auto;
  }
  .introducing,
  .pluses .lottie__wrap,
  .trusted {
    height: auto;
  }
  .pluses .decor img {
    height: 100% !important;
    object-position: center !important;
  }
  .pluses__row {
    min-height: 40rem;
    height: auto;
    max-height: inherit;
  }
  .pluses__video .video__wrap {
    width: 100vw;
    margin: 0 calc((100% - 100vw) / 2);
  }
  .blog-featured .section__text,
  .introducing .section__text {
    text-align: left;
    max-width: 50rem;
    margin: 0 auto 3rem;
  }
  .powered {
    --powered-padding: 5rem 0;
    text-align: left;
    height: auto !important;
  }
  .powered .section__text {
    align-items: center;
    align-content: center;
  }
  .powered--style-1 .row > div:first-child {
    order: 1;
    text-align: center;
    margin-bottom: 2rem;
  }
  .powered .row > div:first-child,
  .powered--style-1 .row > div:nth-child(2) {
    order: 2;
  }
  .trust__side {
    width: 100%;
    text-align: left;
    align-items: center;
  }
  .trusted__item,
  .whys__items {
    flex-wrap: wrap;
  }
  .trusted__item-detailed:before {
    width: 100%;
    height: calc(100% - 5.75rem);
  }
  .trusted__item-side--left {
    padding: 2rem;
  }
  .trusted__item-side--right {
    padding: 3rem;
  }
  .trusted__item-side {
    margin-top: 2rem;
    width: 100%;
    text-align: left;
    justify-content: center;
    align-items: center;
  }
  .swiper-buttons,
  .whys .swiper-buttons {
    padding-left: 5rem;
  }
  .swiper-button-next,
  .swiper-button-prev {
    color: var(--color-dark);
  }
  .whys .why__side-image picture {
    padding-top: 56.25%;
  }
  .whys .why__side {
    width: 100%;
    text-align: left;
    align-items: center;
  }
  .whys__items {
    column-gap: 0;
    margin: 0 -1rem;
  }
  .whys__items .trusted__item {
    width: 25%;
    padding: 0 1rem;
  }
  .whys__item {
    flex-wrap: wrap;
  }
  .whys__item-detailed:before {
    width: 100%;
    height: calc(100% - 5.75rem);
  }
  .whys__item-side--left {
    padding: 2rem;
  }
  .whys__item-side--right {
    padding: 3rem;
  }
  .whys__item-side {
    width: 100%;
    text-align: left;
    justify-content: center;
    align-items: center;
  }
  .learn {
    --learn-text-width: 50rem;
    height: auto;
  }
  .default__head {
    min-height: 40rem;
    padding: 21.5rem 0 10rem;
  }
  .default__head h1 {
    font-size: 5rem;
  }
  .default-contact .default__body,
  .default__body,
  .default__footer {
    padding-bottom: 10rem;
  }
  .default__footer .row {
    row-gap: 4rem;
  }
  .default__form .row .row > div:not(:last-child),
  .default__form .row > div {
    margin-bottom: 4rem;
  }
  .blog__menu ul a,
  .glossary__menu ul a,
  .positions__menu ul a {
    font-size: 1.2rem;
    padding: 1rem;
  }
  .blog-featured:first-child,
  .blog-page .blog-featured:nth-child(2) {
    padding-top: 20rem;
    padding-bottom: 10rem;
  }
  .team--style-1 {
    --team-padding: 10rem 0;
  }
  .team--style-1 .section__text:not(:last-child) {
    margin-bottom: 5rem;
  }
  .quotes .quote {
    height: auto;
    flex-direction: column-reverse;
    align-items: center;
  }
  .quotes .quote:after {
    display: none;
  }
  .quotes .quote__image {
    width: 20rem;
    height: 20rem;
    margin: 0 auto -10rem;
  }
  .quotes .quote__text {
    padding: 13rem 6rem 6rem;
    border-radius: 4rem;
    text-align: left;
  }
  .hero .lottie__wrap {
    height: 55rem;
  }
  .hero__decor picture img {
    height: 100%;
    object-position: top;
    object-fit: cover;
    width: 100%;
    position: absolute;
  }
}
.content,
.hero-solutions-single,
.hero-trust,
.hs_submit {
  overflow: hidden;
}
.bot-threats,
.cb {
  --after-height: 40rem;
}
@media (min-width: 768px) {
  .trusted .row {
    margin: 0 calc(-3 * var(--global-gap));
  }
  .trusted .row > div {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .whys .row {
    margin: 0 calc(-3 * var(--global-gap));
  }
  .whys .row > div {
    padding: 0;
  }
  .glossary-page .hero__main,
  .platform-single-page .hero__main,
  .research-page .hero__main,
  .solutions-single-page .hero__main {
    max-height: 70rem;
  }
  /* .footer .row .info-block {
    flex: none;
    width: max-content;
    min-width: 14rem;
  } */
  .menu-button {
    display: none;
  }
  .submenu {
    height: auto !important;
  }
  .hero-glossary .hero__main {
    height: 70rem;
  }
  .hero-glossary .image {
    min-width: calc(100% + 30rem);
    margin: 0 -6rem -7.5rem;
  }
  .traffic .section__text {
    max-width: 49rem;
  }
  .traffic .section__text h2 {
    max-width: 45rem;
  }
  .pluses {
    --pluses-text-width: 38rem;
  }
  .pluses .section__text {
    align-items: flex-start;
    align-content: flex-start;
    row-gap: 2.4rem;
  }
  .pluses .section__text > * {
    margin: 0;
  }
  .pluses .section__text > :not(:last-child) {
    margin-bottom: 0;
  }
  .pluses--alternate {
    --pluses-text-width: 43rem;
  }
  .pluses--style-1 {
    --pluses-text-width: 41rem;
  }
  .pluses--style-2 {
    --pluses-text-width: 35rem;
  }
  .pluses-single {
    --pluses-text-width: 55rem;
  }
  .entry .row > div {
    width: 20%;
    flex: 1 0 20%;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: calc(1200px + var(--global-gap) * 2);
  }
}
@media (hover: hover) and (pointer: fine),
  (-ms-high-contrast: none),
  (-ms-high-contrast: active) {
  a:hover {
    text-decoration: none;
  }
}
@media (max-width: 767px) {
  .introducing,
  .trusted,
  .whys {
    --after-height: 30rem;
  }
  .capital,
  .hero-home h1 {
    font-size: 5rem;
  }
  .h2,
  .team--style-1 .section__text h2,
  h2 {
    font-size: 3rem;
  }
  p {
    font-size: 1.6rem !important;
  }
  .submenu-extra {
    column-gap: 2.4rem;
  }
  .submenu-extra--resources {
    row-gap: 1.2rem;
  }
  .submenu--solutions {
    --s-menu-width: 42.5%;
  }
  .pluses__row {
    min-height: 10rem;
  }
  .introducing {
    padding-bottom: 2rem;
  }
  .trusted {
    --trusted-padding: 5rem 0 2rem 0;
  }
  .trust__percentage {
    font-size: 6rem;
  }
  .trust__logo {
    height: 3rem;
    min-height: 3rem;
  }
  .trust__side,
  .whys .why__side {
    row-gap: 2rem;
  }
  .trusted__item-side picture,
  .whys__item-side picture {
    max-width: 20rem;
  }
  .swiper-container,
  .testimonials .swiper-container,
  .whys .swiper-container {
    padding: 0;
  }
  .swiper-button-next,
  .swiper-button-prev,
  .testimonials .swiper-button-next,
  .testimonials .swiper-button-prev,
  .types .section__text br,
  .whys .swiper-button-next,
  .whys .swiper-button-prev {
    display: none;
  }
  .whys {
    --whys-padding: 5rem 0 2rem 0;
  }
  .learn {
    --learn-padding: 10rem 0 10rem 0;
    --before-height: 30rem;
  }
  .blog-featured {
    padding-bottom: 2rem;
    --after-height: 20rem;
  }
  .play .default__head {
    padding-bottom: 5rem;
  }
  .life {
    padding-top: 5rem;
  }
  .types {
    padding: 5rem 0;
  }
  .types .section__text:not(:last-child) {
    margin-bottom: 5rem;
  }
  .types .row {
    row-gap: 3rem;
  }
  .types__more:last-child {
    margin-top: 5rem;
  }
  .quotes .quote__text {
    padding: 13rem 2rem 6rem;
  }
  .hero .lottie__wrap {
    height: 40rem;
  }
  .pluses .section__text,
  .whys .why__side {
    text-align: left !important;
    align-items: flex-start !important;
    align-content: flex-start !important;
  }
}
@media (min-width: 321px) {
  .footer__menu-wrap.offices .footer__menu {
    flex-direction: row;
    gap: 2rem 2rem;
    flex-wrap: wrap;
  }
  .footer__menu-wrap.offices .footer__menu li {
    width: 100%;
  }
}
.footer .socials-side {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .footer .socials-side {
    max-width: calc(20.2rem + var(--global-gap));
  }
}
.footer .socials-side > *:not(:last-child) {
  margin-bottom: 3.6rem;
}
.footer__certifications {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  /* flex-wrap: wrap; */
  gap: 1.2rem;
  padding-bottom: 0.8rem;
}
.footer__certifications-left {
  /* display: flex; */
  /* flex-direction: column; */
  gap: 0 1.6rem;
  max-width: 19.121rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  align-items: flex-end;
  align-content: flex-end;
}
.footer__certifications-left > *:nth-child(1) {
  grid-area: 1 / 1 / 3 / 2;
}
.footer__certifications-left > *:nth-child(2) {
  grid-area: 3 / 1 / 4 / 2;
  max-height: 3.255rem;
  margin-top: 1.6rem;
}
.footer__certifications-left > *:nth-child(3) {
  grid-area: 1 / 2 / 2 / 3;
  max-width: 7.19rem;
  margin-left: auto;
  margin-bottom: 1.6rem;
}
.footer__certifications-left > *:nth-child(4) {
  grid-area: 2 / 2 / 3 / 3;
  max-width: 7.19rem;
  margin-left: auto;
}
.footer__certifications-left > *:nth-child(5) {
  grid-area: 3 / 2 / 4 / 3;
  max-height: 3.255rem;
  margin-top: 1.6rem;
}
.footer__certifications:last-child {
  margin-top: auto;
}
@media (max-width: 767px) {
  .footer__certifications-left {
    /* flex-direction: row; */
    /* max-width: 100%; */
  }
}
.footer__certifications .image {
  /* max-height: 6.2rem; */
  /* width: auto; */
  /* flex: 1; */
}
.footer__certifications picture {
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.footer__certifications img {
  /* height: auto; */
  /* width: auto; */
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.fs_head img,
.loved-by_block-head img,
.loved-by_blokc-main img {
  width: 100%;
  object-fit: contain;
}
.loved-by {
  padding: 0 0 5rem;
}
.loved-by_block-head {
  padding: 7rem 0;
  align-items: center;
  flex-wrap: wrap;
  gap: 2.4rem 4.8rem;
}
.loved-by_block-head .image {
  height: 9rem;
  flex: 1;
  align-items: center;
  justify-content: flex-start;
}
.loved-by_block-highlighted {
  padding: 3rem 0;
}
.loved-by_block-highlighted:before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0 calc((100% - 100vw) / 2);
  background: var(--color-purple-white);
}
.loved-by_block-main {
  padding: 4.5rem 0;
}
.loved-by_block-main .row {
  margin-bottom: -3.2rem;
}
.loved-by_block-main .row > div {
  margin-bottom: 3.2rem;
}
.recognitions .section_text h2,
.with h2,
.with h3 {
  margin-bottom: 3rem;
}
.loved-by_items {
  display: flex;
  gap: 2rem;
}
.loved-by_item {
  align-items: center;
  border-left-width: 0.4rem !important;
}
.loved-by_items .loved-by_item {
  border: 1px solid var(--color-purple);
}
.loved-by_block-main .loved-by_item {
  border: 1px solid var(--color-purple-light);
}
.fs-simple_quote-image,
.fs_quote-image {
  border-radius: 100%;
  width: 10.4rem;
  min-width: 10.4rem;
  overflow: hidden;
}
.featured-stories {
  padding: 11rem 0 12rem;
}
.featured-stories_block:not(:last-child) {
  margin-bottom: 11rem;
}
.fs_addrs > :not(:last-child),
.fs_quote-text {
  margin-bottom: 1.3rem;
}
.fs {
  background: var(--color-white);
  padding: 5rem 5rem 6rem;
  color: var(--color-dark);
}
.fs .button-gradient {
  /* --btn-subbg: var(--color-white); */
  /* --btn-color: var(--color-dark); */
}
.fs_head {
  height: 5.3rem;
}
.fs_head .image {
  display: inline-flex;
}
.fs_quote {
  display: flex;
  background: var(--color-purple-light);
  padding: 3rem 2rem;
  gap: 2rem;
}
.fs_quote-image {
  height: 10.4rem;
  background: var(--color-purple-white);
}
.fs_quote-text {
  font-size: 2rem;
  line-height: 1.5;
}
.fs_quote-author {
  font-weight: 700;
}
.fs_footer {
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
}
.fs_addrs {
  display: flex;
  flex-direction: column;
  color: var(--color-grey);
}
.fs_addrs .line {
  display: flex;
  align-items: baseline;
  align-content: inherit;
  line-height: 1;
}
.fs_addrs .title {
  font-size: 1.4rem;
  margin-right: 1.6rem;
  font-weight: 600;
}
.featured-stories_slider {
  position: relative;
  margin-top: 6rem;
}
.featured-stories .swiper-button-next,
.featured-stories .swiper-button-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 100%;
  width: 20.9rem;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-end;
  transition: 0.3s ease-in-out;
}
.featured-stories .swiper-button-prev {
  left: 0;
  padding-left: 2rem;
  justify-content: flex-start;
  background: linear-gradient(
    -270deg,
    #eef1fa 9.26%,
    rgba(238, 241, 250, 0.1) 76.42%
  );
}
.featured-stories .swiper-button-next {
  right: 0;
  left: auto;
  padding-right: 2rem;
  background: linear-gradient(
    270deg,
    #eef1fa 9.26%,
    rgba(238, 241, 250, 0.1) 76.42%
  );
}
.featured-stories .swiper-button-disabled {
  opacity: 0;
}
.cb_fact:after,
.cb_fact:before {
  opacity: 0.4;
  left: 50%;
  z-index: -1;
}
.featured-stories .swiper-container,
.hero,
.single .content,
.single_post_new {
  overflow: visible;
}
.featured-stories .swiper-slide {
  max-width: 87.5rem;
}
.fs-simple {
  display: flex;
  flex-direction: column;
  background: var(--color-white);
  padding: 2rem;
}
.fs-simple_head {
  height: 4rem;
  margin-bottom: 1.1rem;
}
.fs-simple_head picture {
  justify-content: flex-start !important;
}
.fs-simple_head img {
  object-fit: contain;
  object-position: left;
}
.fs-simple_quote {
  background: var(--color-purple-light);
  padding: 1.5rem 2rem 2rem 1.5rem;
  margin-bottom: 3.5rem;
  flex: 1;
}
.fs-simple_quote-image {
  position: absolute;
  height: 10.4rem;
  right: 0;
  bottom: -6rem;
}
.fs-simple_quote-author {
  position: relative;
  line-height: 1.2;
}
.fs-simple_quote-author .name {
  font-weight: 400;
  font-size: 2.4rem;
}
.fs-simple_quote-author .pos {
  font-size: 1.6rem;
}
.footer__menu-wrap {
  max-width: 16.3rem;
}
.socials-side .footer__menu-wrap {
  max-width: inherit;
}
@media (min-width: 1200px) {
  .menu__item.with-child:hover .menu__link {
    /* background: var(--color-purple); */
    /* color: var(--color-white) !important; */
  }
  .menu__item.with-child:hover .menu__link:hover {
    /* color: var(--color-white) !important; */
  }
  .menu__item.with-child:hover .submenu {
    z-index: 1;
    opacity: 1;
    visibility: visible;
  }
  .pluses__video .video {
    min-width: 58.8rem;
    min-height: 33rem;
  }
  .types {
    --global-gap: 3rem;
  }
  .footer .offices-block {
    /* width: auto; */
    /* flex: 1 0 auto; */
    /* max-width: 33rem; */
    max-width: calc(15.2rem + var(--global-gap) * 2);
  }
  .footer__menu-wrap.offices .footer__menu p {
    font-size: 1.1rem;
  }
  .footer .col-12.col-lg.col-xl-4:last-child {
    width: auto;
  }
  .featured-stories-simple {
    margin: 0 -3.2rem;
  }
  .featured-stories-simple > div {
    padding: 0 3.2rem;
  }
  .recognitions_items > div {
    flex: 0 0 auto;
    width: 20%;
  }
}
.featured-stories-simple {
  margin-bottom: -5rem;
}
.text-block {
  padding: 20rem 0;
  min-height: 75rem;
}
.page-template-template-trust .text-block:nth-child(2) {
  padding-top: 15rem;
}
.page-template-template-trust .text-block {
  padding: 10rem 0;
  min-height: inherit;
}
.recognitions {
  padding: 10rem 0 14rem;
  background: var(--color-purple-white);
}
.cb,
.threats,
.with {
  padding: var(--section-pd);
  color: var(--section-color);
}
.recognitions .section_text h2.h1 {
  margin-bottom: 0.8rem;
}
.recognitions .section_text p {
  max-width: 49.2rem;
}
.recognitions_item {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
}
.cb-item,
.cb_fact-left {
  flex-direction: column;
  display: flex;
}
.recognitions_item > :not(:last-child) {
  margin-right: 1rem;
  margin-bottom: 0 !important;
}
.recognitions_item .image {
  width: 10rem;
  height: 10rem;
  min-width: 10rem;
}
.recognitions_item .text {
  font-size: 1.2rem;
  line-height: 2;
  font-weight: 700;
}
.hero-home .hero__main {
  padding-bottom: 15rem;
}
.hero-home .hero__extra .row {
  margin-bottom: 6.4rem;
  position: relative;
  z-index: 1;
}
.hero-home .hero__extra .button {
  /* --btn-subbg: var(--section-bg); */
  /* --btn-color: var(--section-color); */
}
.hero-home .hero__extra {
  background: 0 0;
  color: var(--section-color);
  padding-top: 7rem;
}
.hero-home .hero__extra:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 11.9rem);
  background: var(--section-bg);
  z-index: 0;
  background: url("../images/hero-trust-bg.png"), var(--section-bg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.with {
  --section-pd: 16rem 0 12.5rem 0;
  --section-color: var(--color-white);
  --section-bg: var(--color-dark);
  background: url("../images/lines-right-down.png"),
    radial-gradient(50% 50% at 30% 50%, #3d2968 18.08%, #15172c 84.75%) !important;
}
.cb,
.threats {
  background: var(--section-bg);
}
.with h2 {
  font-style: normal;
}
.threats {
  --section-pd: 15rem 0 19.2rem 0;
  --section-color: var(--color-dark);
  --section-bg: var(--color-purple-white);
}
.threats .decor {
  transform: scale(-1, 1) translateX(-20rem);
}
.threats ul li:before {
  position: absolute;
  top: 0.2rem;
  width: 3.1rem;
  height: 3.1rem;
  background-image: url(../images/list-decor.png);
}
.cb {
  --section-pd: 18rem 0 10rem 0;
  --section-color: var(--color-white);
  --section-bg: var(--color-dark);
}
.cb_block:not(:last-child) {
  padding-bottom: 10rem;
}
.cb .row,
.r-fight .row,
.starter-kit .row {
  margin-bottom: -4rem;
}
.cb .row:not(:last-child) {
  margin-bottom: 1rem;
}
.cb-item {
  position: relative;
  min-height: 100%;
}
.cb-item_image {
  height: 27rem;
  width: 100%;
  position: relative;
  margin-bottom: 1.6rem;
}
.cb-item_image picture {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  background: #3c1c60;
}
.cb_fact-left,
.hs_submit {
  justify-content: center;
  align-content: center;
}
.cb-item_image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cb_fact {
  width: 100%;
  max-width: 1080px;
  display: flex;
  min-height: 40rem;
  background: #fff;
  z-index: 1;
  color: var(--color-dark);
  height: 100%;
  margin: 0 auto;
}
.cb_fact:before {
  position: absolute;
  width: 678.2px;
  height: 986.13px;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-46.27deg);
  background: #a055ff;
  filter: blur(400px);
}
.cb_fact-left {
  width: 40rem;
  min-width: 40rem;
  background: #3c1c60;
  padding: 6rem;
  align-items: center;
  line-height: 1;
  text-align: left;
  color: #fff;
  height: 100%;
}
.cb_fact-left *,
.default-demo-ja .input,
.hero-demo .hbspt-form fieldset .input,
.hero-fight .input,
.popup_form_pdf .input,
.start .input {
  margin: 0 !important;
}
.cb_fact-right {
  padding: 6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-self: flex-start;
  flex: 1;
  height: 100%;
  background: #fff;
}
.cb_fact-right span {
  color: #fe0072;
  font-weight: 600;
}
.cb_fact:after {
  content: "";
  position: absolute;
  width: 378.2px;
  height: 686.13px;
  background: var(--color-purple);
  filter: blur(150px);
  top: 20%;
  transform: translate(-50%, -50%) rotate(-46.27deg) scale(0.55);
}
.hs_submit,
.lang {
  height: auto;
}
.hbspt-form {
  position: relative;
  max-width: 48rem;
  width: 100%;
}
.hbspt-form .hs-form {
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
}
.hs-form-field {
  flex: 1;
  margin-bottom: 0;
}
.hs_submit,
input.hs-button {
  align-items: center;
  transition: 0.3s ease-in-out;
}
.hs-form-field .hs-input {
  background: 0 0 !important;
  border-radius: 0 !important;
  min-height: 40px !important;
  display: block;
  box-sizing: border-box !important;
  font-size: 1.9rem;
  border: none;
  border-bottom: 0.1rem solid currentColor;
  padding: 0.5rem 0 !important;
  color: #fff;
  outline: 0 !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  font-family: "Avenir Next Lt Pro" !important;
}
.bot-threats_slider .text:before,
.start .submitted-message {
  vertical-align: middle;
  --g-txt-gradient: var(--gradient-main);
  background: var(--g-txt-gradient);
  -webkit-text-fill-color: transparent;
}
ul.no-list.hs-error-msgs.inputs-list {
  position: absolute;
  left: 0;
  top: 100%;
  list-style: none;
  padding: 0;
  margin: 0.5rem 0;
  width: 100%;
}
label.hs-error-msg {
  position: absolute;
  font-size: 1.2rem;
  color: red;
}
.hs_submit {
  /* --btn-bg: var(--gradient-main); */
  /* --btn-color: var(--color-dark); */
  /* padding: 0.2rem; */
  position: relative;
  display: inline-flex;
  border-radius: 3.2rem;
  font-size: var(--btn-fz);
  outline: 0;
  /* color: var(--btn-color); */
  /* background: var(--btn-bg); */
  /* border: 0.1rem solid var(--btn-bg); */
  column-gap: 2.6rem;
  vertical-align: middle;
}
#myImg,
.close {
  transition: 0.3s;
}
input.hs-button {
  position: relative;
  justify-content: center;
  z-index: 1;
  font-size: 1.8rem;
  height: 2.611111111em;
  background: #fe0072;
  color: #fff !important;
  border-radius: 3.2rem;
  padding: var(--btn-pd);
  border: none;
  font-family: var(--f-demi);
  font-style: normal;
  font-weight: 600;
  text-transform: capitalize;
}
input.hs-button:hover {
  background: #e12468 !important;
  color: #fff !important;
}
.page-template-template-partnership .hero__extra {
  padding-bottom: 8.5rem;
}
.certification,
.secure {
  background: var(--color-purple-white);
  color: var(--color-dark);
  padding: 16rem 0;
}
.secure .image {
  max-width: 80%;
}
.e-examples .item .item_text,
.secure h2:not(:last-child),
.secure h3:not(:last-child) {
  margin-bottom: 3.5rem;
}
.secure .section__text {
  max-width: 65rem;
  margin-left: auto;
}
.prtnrs {
  --global-gap: 11rem;
  color: #fff;
}
.prtnrs .button:last-child {
  margin-top: 3.6rem;
}
.prtnrs .row > div {
  position: relative;
  z-index: 1;
  padding: 10rem var(--global-gap) 10rem var(--global-gap);
}
.prtnrs .row > div:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 50vw;
  top: 0;
  z-index: -1;
}
.prtnrs .row > div:first-child:after {
  right: 0;
  background: #261a48;
}
.prtnrs .row > div:first-child .button-gradient {
  --btn-subbg: #261a48;
  --btn-color: #fff;
}
.prtnrs .row > div:nth-child(2):after {
  left: 0;
  background: #4c1765;
}
.prtnrs .row > div:nth-child(2) .button-gradient {
  --btn-subbg: #4c1765;
  --btn-color: #fff;
}
.start {
  --headings-sizes-h2: 6.6rem;
  --global-gap: 7rem;
  padding: 20rem 0;
  color: #fff;
}
.start_form {
  --global-gap: 2.4rem;
  min-height: 100%;
  align-items: center;
}
.start .submitted-message {
  position: relative;
  display: inline-block !important;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 600;
}
.start_form .row {
  margin-bottom: -4.8rem;
}
.default-demo-ja .hs-form-field select.hs-input,
.hero-demo .hs-form-field select.hs-input,
.hero-fight .hs-form-field select.hs-input,
.start .hs-form-field select.hs-input,
.start select {
  appearance: none !important;
  box-sizing: border-box !important;
  font-size: 1.9rem !important;
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 0.1rem solid var(--color-white) !important;
  padding: 0.5rem 0 !important;
  background-image: url("../images/icon/t-down.svg") !important;
  background-repeat: no-repeat !important;
  background-position: right center !important;
  width: 100% !important;
  color: var(--color-white) !important;
  min-height: 4rem !important;
  outline: 0 !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}
.hero-demo .hbspt-form {
  max-width: 45.5rem;
}
label.hs-error-msg {
  font-weight: 400;
  font-family: var(--font-sans-serif);
}
.default-demo-ja .hs-form-field select.hs-input {
  background: url("../images/icon/t-down.svg") center right/1.2rem auto
    no-repeat !important;
  border-bottom: 0.1rem solid var(--color-white) !important;
  color: #fff !important;
}
.default-demo-ja .form-columns-1,
.hero-demo .hbspt-form .form-columns-1,
.hero-fight .form-columns-1,
.popup_form_pdf .form-columns-1,
.start .form-columns-1 {
  min-width: 100%;
}
.default-demo-ja .form-columns-2,
.hero-demo .hbspt-form .form-columns-2,
.hero-fight .form-columns-2,
.popup_form_pdf .form-columns-2 {
  display: flex;
  flex-wrap: wrap;
}
.default-demo-ja .hs-form-field > label {
  position: relative;
  display: inline-block !important;
  vertical-align: middle;
  color: #a055ff;
  font-size: 1.6rem;
}
.hero-demo .hbspt-form .hs-form-field > label {
  position: relative;
  display: block;
  color: inherit;
  margin-bottom: 0;
  font: 1.9rem / var(--base-line-height) var(--base-font-family);
}
.default-demo-ja .form-columns-2 > div,
.default-demo-ja fieldset > div,
.hero-demo .hbspt-form .form-columns-2 > div,
.hero-demo .hbspt-form fieldset > div,
.hero-fight .form-columns-2 > div,
.popup_form_pdf .form-columns-2 > div,
.start fieldset > div {
  float: none;
}
.default-demo-ja .form-columns-2 > div:not(:last-child),
.hero-demo .hbspt-form .form-columns-2 > div:not(:last-child),
.hero-fight .form-columns-1 > div:not(:last-child),
.hero-fight .form-columns-2 > div:not(:last-child),
.start .form-columns-2 > div:not(:last-child) {
  margin-right: 4.8rem;
}
.popup_form_pdf .form-columns-2 > div:not(:last-child) {
  margin-right: 2.4rem;
}
@media (max-width: 575px) {
  .submenu-extra--platform li {
    width: 100%;
    max-width: 100%;
  }
  .submenu-extra--platform .txt {
    max-width: inherit;
  }
  .submenu-extra--resources {
    --img-size: 100%;
  }
  .submenu-extra--resources picture {
    max-width: 20rem;
    margin: 0 auto 2rem;
  }
  .submenu {
    --s-menu-width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  .default-demo-ja .form-columns-2 > div,
  .submenu__side-right {
    flex: none;
    width: 100%;
  }
  .pluses .lottie__wrap {
    width: 100%;
  }
  .hero .lottie__wrap {
    height: 30rem;
  }
  .default-demo-ja .form-columns-2 > div:not(:last-child) {
    margin-bottom: 4.8rem;
  }
}
.default-demo-ja fieldset,
.hero-demo .hbspt-form fieldset,
.hero-fight fieldset,
.start fieldset {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4.8rem !important;
  max-width: inherit !important;
}
.popup_form_pdf fieldset {
  margin-bottom: 2.4rem !important;
  max-width: inherit !important;
}
.exps-title,
.hero-fight .section__text ul:not(:last-child),
.hero_items h3 {
  margin-bottom: 2.2rem;
}
.default-demo-ja .hs-input,
.hero-demo .hbspt-form fieldset .hs-input,
.hero-fight .hs-input,
.popup_form_pdf .hs-input,
.start .hs-input {
  width: 100% !important;
}
.hero .items .image picture,
.lang picture,
.loved-by_logos .image picture,
.start:before {
  width: 100%;
  height: 100%;
}
.default-demo-ja .hs-input {
  color: #fff !important;
  border-color: var(--color-white);
}
.default-demo-ja .hs-input:focus {
  border-color: var(--color-pink);
}
.start:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background: url(../images/hero-decor.png) center right/cover no-repeat;
  opacity: 0.7;
}
.hero-demo .hbspt-form onput.hs-button,
.hero-fight input.hs-button,
.popup_form_pdf input.hs-button,
.start input.hs-button {
  /* background: var(--base-background); */
  /* color: #fff !important; */
}
.default-demo-ja input.hs-button {
  background: var(--color-dark);
  color: var(--color-white) !important;
}
.default-demo-ja .hbspt-form .hs-form,
.default-demo-ja .hs-form,
.hero-demo .hbspt-form .hs-form,
.hero-fight .hbspt-form .hs-form,
.popup_form_pdf .hbspt-form .hs-form,
.start .hbspt-form .hs-form {
  flex-wrap: wrap;
}
.lang .image {
  width: 2.7rem;
  min-width: 2.7rem;
}
.lang a {
  color: #fe0072;
  font-size: 1.6rem;
  font-weight: 400;
}
.lang a > :not(:last-child) {
  margin-right: 0.5rem;
}
.hero-fight .section__text {
  max-width: 58.5rem;
}
.hero-fight .hero__main {
  min-height: inherit;
  padding-bottom: 16rem;
}
.hero-fight .hero__extra .section__text {
  text-align: center;
  max-width: 100%;
}
.hero-fight .hero__extra {
  padding-bottom: 6rem;
}
.hero_items {
  position: relative;
  padding: 4rem 3.2rem;
  background: rgba(0, 0, 0, 0.3);
}
.hero_items h3 {
  color: #fff;
}
.hero-fight .section__text ul {
  list-style: none;
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 1.7rem;
  margin: 0;
  padding: 0;
}
.hero-fight .section__text ul li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  padding-left: 0;
  font-size: 1.9rem;
  line-height: 1.1;
}
.hero-fight .section__text ul li h5 {
  position: relative;
  display: block;
  width: 100%;
  color: var(--color-purple);
  margin-bottom: 0 !important;
}
.hero-fight .section__text ul li span {
  position: relative;
  display: block;
  width: 100%;
}
.learn--fight {
  min-height: inherit;
  --learn-padding: 14rem 0;
}
.featured-stories--fight {
  padding: 6.5rem 0 10rem;
}
.featured-stories--fight-1 {
  padding-top: 14rem;
}
.bot-threats_head,
.featured-stories_block-small .container:not(:last-child) {
  margin-bottom: 5rem;
}
.starter-kit {
  padding: 10rem 0 15.4rem;
  color: #fff;
}
.st {
  position: relative;
  max-width: 42rem;
}
.st_iamge {
  position: relative;
  margin-bottom: 2.4rem;
}
.st_text {
  max-width: 28rem;
}
.default-demo-ja {
  background: #15172c;
}
.default-demo-ja .default__head {
  padding: 15rem 0 4.8rem;
  min-height: inherit;
}
.default-demo-ja .hs-form-booleancheckbox span {
  color: #fff;
  font-size: 1.3rem;
  line-height: 2.3rem;
  max-width: 52rem;
}
.text-block {
  background: url("../images/trust-text-block-bg--right.png"), var(--bg) !important;
  background-repeat: no-repeat !important;
  background-size: auto 100% !important;
  background-position: center top !important;
}
.text-block .button {
  /* --btn-subbg: var(--bg); */
  /* --btn-color: var(--c); */
}
.text-block .section_text {
  max-width: 57rem;
}
#compliance .section_text {
  min-width: 57rem;
}
.text-block--reverse {
  background: url("../images/trust-text-block-bg--left.png"), var(--bg) !important;
  background-repeat: no-repeat !important;
  background-size: auto 100% !important;
  background-position: center bottom !important;
}
.manage_block:nth-child(2n) .row,
.text-block--reverse .row {
  flex-direction: row-reverse;
}
.hero-is-trust .hero__extra {
  padding: 10rem 0;
  background: url("../images/trust-bg.jpg"), var(--section-bg) !important;
}
.hero-is-trust .hero__extra .row {
  margin-bottom: 0;
}
.hero-demo--new:before,
.hero-is-trust .hero__extra:after {
  display: none;
}
.hero .items {
  max-width: 48rem;
}
.hero .links {
  --global-gap: 3px;
  color: #fff;
}
.hero .links .row,
.hero-csp .exps .row {
  margin-bottom: calc(-2 * var(--global-gap));
}
.hero .links .row > div,
.hero-csp .exps .row > div,
.rews .row > div {
  margin-bottom: calc(2 * var(--global-gap));
}
.hero .links-item {
  height: 100%;
  min-height: 13rem;
  padding: 1.6rem;
  position: relative;
  display: block;
  color: inherit;
  transition: 0.3s ease-in-out;
}
.hero .links-item:hover {
  filter: brightness(0.7);
}
.hero .links-item h5 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.hero .links-item p {
  font-size: 1.9rem;
  line-height: 1.15;
}
.hero-trust .container > .row {
  align-items: flex-end;
  align-content: flex-end;
}
.hero-trust .section__text p {
  max-width: 50rem;
}
.hero-is-trust .hero__extra p {
  max-width: 36rem;
  min-width: 36rem;
}
.hero-bot-management {
  --hero-main-padding: 18.9rem 0 10rem 0;
}
.hero-bot-management p {
  max-width: 43rem;
}
.hero-bot-management .hero__main {
  min-height: 70rem;
  padding: 3rem 0;
}
.bot-threats {
  padding: 13.5rem 0 2.2rem;
  color: #fff;
}
.bot-threats_items {
  padding-bottom: 19rem;
  margin-bottom: -10rem;
}
.bot-threats_item {
  position: relative;
  min-height: 100%;
  flex-direction: column;
  max-width: 30rem;
  width: 100%;
}
.bot-threats_item > :not(:last-child) {
  margin-bottom: 2.5rem;
}
.bot-threats_item h3 {
  line-height: 1.26;
}
.bot-threats_slider {
  padding: 4.5rem 8rem;
  background: var(--color-white);
}
.bot-threats_slider .swiper-buttons {
  transform: none;
  padding-left: 0;
  justify-content: flex-end;
}
.bot-threats_slider .swiper-container {
  padding: 0;
  margin: 0;
}
.bot-threats_slider .text {
  position: relative;
  padding: 2.5rem 8.5rem 0;
}
.bot-threats_slider .text:before {
  content: '"';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 10rem;
  line-height: 1;
  display: inline-block !important;
  background-clip: text;
  -webkit-background-clip: text;
  width: 8rem;
  text-align: left;
  font-family: var(--f-black);
  font-weight: 800;
}
.bot-threats_slider .text h2 {
  margin-bottom: 3.2rem;
  line-height: 1.5;
}
.bot-threats:before {
  content: "";
  z-index: 0;
  position: absolute;
  width: 100%;
  bottom: -1px;
  height: var(--after-height);
  -webkit-clip-path: polygon(0 95%, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 95%, 100% 0, 100% 100%, 0 100%);
  background-color: var(--color-purple-white);
  transform: scale(-1, 1);
}
.start--bot:before {
  background: url(../images/start-bg-1.jpg) center center/auto 100% no-repeat;
}
.e-examples .item h3,
.unique .chart_wrap {
  background: linear-gradient(44.83deg, #8f5cf5 0, #6633fe 100%);
}
.how-work {
  padding: 12rem 0 22rem;
}
.how-work .section_text p {
  width: calc(100% + 3rem);
}
.how-work_head:not(:last-child) {
  margin-bottom: 4.5rem;
}
.how-work_head h2 {
  color: #7d379e;
}
.how-work_items {
  margin-bottom: -12rem;
}
.how-work_items > div {
  margin-bottom: 12rem;
}
.how-work_item {
  position: relative;
  padding-left: 12.6rem;
}
.how-work_item-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 8rem;
  height: 8rem;
}
.how-work_item h3 {
  margin-bottom: 0.5rem;
  color: #7d379e;
}
.how-work_item .text {
  line-height: 1.5;
}
.manage {
  padding: 18rem 0 0;
}
.manage_block {
  position: relative;
  width: 100%;
  padding: 9rem 0;
}
.manage_block .decor {
  opacity: 0.75;
}
.manage_block .decor picture {
  max-width: 1440px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.manage_block .decor img {
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: auto !important;
}
.manage_block:first-child .decor img {
  object-fit: contain;
}
.manage_block:nth-child(3) .decor img {
  top: 30%;
}
.manage_block .section__text {
  max-width: 42rem;
  margin: 0 auto;
}
.hero-demo--new p:first-of-type,
.learn .section__text p:first-of-type {
  font-size: 2.4rem;
}
.default-demo-ja .inputs-list,
.page-template-template-fight-the-fake-ja .hero__form .inputs-list {
  list-style: none !important;
  padding-left: 0 !important;
}
.default-demo-ja .hs-form-booleancheckbox label > span,
.page-template-template-fight-the-fake-ja
  .hero__form
  .hs-form-booleancheckbox
  label
  > span {
  padding-left: 3.6rem;
  max-width: 52rem;
  position: relative;
  display: block;
}
.default-demo-ja .hs-form-booleancheckbox input,
.page-template-template-fight-the-fake-ja
  .hero__form
  .hs-form-booleancheckbox
  input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.default-demo-ja .hs-form-booleancheckbox label > span:before,
.page-template-template-fight-the-fake-ja
  .hero__form
  .hs-form-booleancheckbox
  label
  > span:before {
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 0;
  width: 2.4rem;
  height: 2.4rem;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  padding: 0.5rem;
  color: transparent;
  border: 2px solid var(--color-white);
  border-radius: 0.4rem;
  display: inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  line-height: 1;
}
.page-template-template-fight-the-fake-ja
  .hero__form
  .hs-form-booleancheckbox
  label
  > span:before {
  border: 2px solid var(--color-white);
}
.default-demo-ja .hs-form-booleancheckbox input:checked ~ span:before,
.page-template-template-fight-the-fake-ja
  .hero__form
  .hs-form-booleancheckbox
  input:checked
  ~ span:before {
  background: var(--color-pink);
  border-color: var(--color-pink);
  color: var(--color-white);
}
.introducing_logos,
.loved-by_logos {
  position: relative;
  max-width: 74rem;
  display: flex;
  align-items: center;
  align-content: center;
  margin-left: auto;
  margin-right: 0;
}
.introducing_logos .image {
  flex: 1;
  margin-bottom: 0 !important;
}
.introducing_logos .image:not(:last-child),
.loved-by_logos .image:not(:last-child) {
  margin-right: 3rem;
}
.introducing_logos .image:first-child {
  width: 12.6rem;
  min-width: 12.6rem;
}
.page-template-template-thank .content .section.thank {
  order: 1 !important;
}
.page-template-template-thank .content .section {
  order: var(--order);
}
.loved-by_logos .image {
  flex: 1;
  margin-bottom: 0 !important;
  max-width: 8.2rem;
}
.loved-by_logos .image:first-child {
  width: 11rem;
  min-width: 11rem;
  max-width: 11rem;
}
.r-fight {
  background: var(--color-purple-light);
  padding: 16.9rem 0;
}
.r-fight .image {
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
  max-width: 49.9rem;
}
.r-fight .section_text p {
  max-width: 50.5rem;
}
.text-block#is {
  background: var(--bg) !important;
}
.page-template-template-subprogress .default__body .row > div:not(:last-child) {
  margin-bottom: 7.5rem;
}
.page-template-template-subprogress .table_wrap {
  width: 100%;
  position: relative;
}
.page-template-template-subprogress thead {
  font-weight: 800;
}
.page-template-template-subprogress td,
.page-template-template-subprogress th {
  padding: 1.3rem 0;
  vertical-align: top;
  width: 25rem;
}
.page-template-template-subprogress td:not(:last-child),
.page-template-template-subprogress th:not(:last-child) {
  padding-right: 2rem;
}
.page-template-template-subprogress .table a {
  color: #fe0072;
}
.page-template-template-subprogress .table tr th,
.page-template-template-subprogress .table tr:not(:last-child) td {
  border-bottom: 1px solid rgba(17, 18, 34, 0.2);
}
.page-template-template-subprogress td:first-child,
.page-template-template-subprogress th:first-child {
  width: 20rem;
}
.page-template-template-subprogress td:last-child,
.page-template-template-subprogress th:last-child {
  /*width: 36rem;*/
  max-width: 25rem;
}
.page-template-template-subprogress td:last-child,
.page-template-template-subprogress th:last-child p {
  word-wrap: break-word;
}
.learn--light {
  --learn-bg: var(--color-purple-white);
  --learn-color: var(--color-dark);
  --learn-padding: 14rem 0;
  height: auto;
}
.learn--light .section__text {
  max-width: 65rem;
}
.learn .section__text p:not(:last-child) {
  margin-bottom: 1.25em !important;
}
.learn .section__text p {
  font-size: 1.9rem;
}
.learn--light .image:before {
  --w: 120.9rem;
  --h: calc(0.929693962 * var(--w));
  width: var(--w);
  height: var(--h);
  position: absolute;
  background-image: url("<?php echo get_template_directory_uri();?>/images/glow_purple.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.sneak {
  padding: 6.6rem 0 21.2rem;
  background: var(--color-dark);
}
.sneak_items {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 9rem 3rem;
  gap: 9rem 3rem;
}
.sneak_items .image {
  cursor: pointer;
}
#myImg {
  border-radius: 5px;
  cursor: pointer;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}
#caption,
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  animation-name: zoom;
  animation-duration: 0.6s;
}
#caption {
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: 700;
}
.close:focus,
.close:hover {
  color: #bbb;
  cursor: pointer;
}
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}
.unique {
  padding: 19.8rem 0;
  background: var(--color-white);
}
.unique .chart_wrap {
  --size: 35rem;
  position: relative;
  width: var(--size);
  height: var(--size);
  border-radius: 100%;
  margin: 0 auto;
}
.unique .chart_wrap:after {
  position: absolute;
  z-index: 1;
  border-radius: 100%;
  width: calc(0.5542857143 * var(--size));
  height: calc(0.5542857143 * var(--size));
  background: var(--color-white);
}
.unique .chart {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 100%;
  background: conic-gradient(
    #fe0072 0deg,
    #fe0072 calc(360 / 100 * var(--c1) * 1deg),
    rgba(0, 0, 0, 0) calc(360 / 100 * var(--c1) * 1deg),
    rgba(0, 0, 0, 0) 360deg
  );
}
.unique .chart-number {
  position: absolute;
  font-size: 4rem;
  font-weight: 700;
}
.unique .chart-number-1 {
  color: #fe0072;
  bottom: 0;
  right: -8rem;
}
.unique .chart-number-2 {
  --g-txt-gradient: linear-gradient(44.83deg, #8f5cf5 0%, #6633fe 100%);
  background: var(--g-txt-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  top: 0;
  left: -8rem;
}
@media (max-width: 1199px) {
  .text-block {
    padding: 10rem 0;
    min-height: 10rem;
  }
  .prtnrs {
    --global-gap: 40px;
  }
  .start {
    --headings-sizes-h2: 4.6rem;
    --global-gap: 30px;
  }
  .bot-threats_slider {
    padding: 4rem;
  }
  .how-work_item h2 br {
    display: none;
  }
  .introducing_logos .image:first-child {
    width: 9rem;
    min-width: 9rem;
  }
  .loved-by--cust .loved-by_logos {
    flex: none;
    margin-left: 0;
    margin-right: auto;
  }
  .page-template-template-subprogress td,
  .page-template-template-subprogress th {
    font-size: 1.4rem;
  }
  .learn--light {
    font-size: 1.6rem;
  }
  .sneak,
  .unique {
    padding: 7rem 0;
  }
  .sneak_items {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 3rem 3rem;
    gap: 3rem 3rem;
  }
  .unique .section_text > :not(:last-child) {
    margin-bottom: 2rem;
  }
  .unique .section_text > p:not(:last-child) {
    margin-bottom: 1.25em;
  }
  .unique .chart_wrap {
    --size: 26rem;
  }
  .unique .chart-number {
    font-size: 2.2rem;
  }
  .unique .chart-number-1 {
    right: -4rem;
  }
  .unique .chart-number-2 {
    left: -4rem;
  }
}
@media (max-width: 991px) {
  .fs,
  .fs_quote {
    padding: 2rem;
  }
  .loved-by_items {
    flex-wrap: wrap;
  }
  .featured-stories .swiper-button-next,
  .featured-stories .swiper-button-prev {
    width: 4.9rem;
  }
  .fs > :not(:last-child) {
    margin-bottom: 2rem;
  }
  .fs_quote {
    flex-direction: column;
  }
  .cb_fact {
    flex-wrap: wrap;
    height: auto;
  }
  .cb_fact-left {
    align-items: flex-start;
    align-content: flex-start;
    min-width: 1rem;
  }
  .cb_fact-left,
  .cb_fact-right {
    width: 100%;
    padding: 8rem 4rem;
  }
  .prtnrs,
  .start {
    --global-gap: 15px;
  }
  .prtnrs .row > div:after {
    width: 100vw;
    margin: 0 calc((100% - 100vw) / 2);
  }
  .start_form {
    margin-top: 4rem;
  }
  .start .submitted-message {
    font-size: 2rem;
  }
  .lang {
    width: 100%;
    margin-bottom: 4rem;
  }
  .starter-kit {
    padding: 8rem 0;
  }
  .hero-solutions-single .hero__main {
    padding-top: 8rem;
  }
  #compliance .section_text {
    min-width: 100%;
  }
  .hero .links {
    margin-top: 6rem;
  }
  .hero-trust .hero__main {
    padding-top: 15rem !important;
  }
  .hero-is-trust .hero__extra {
    padding: 4rem 0 10rem;
  }
  .hero-is-trust .hero__extra p {
    min-width: inherit;
    max-width: 100%;
  }
  .how-work .section_text p {
    width: 100px;
  }
  .bot-threats_slider .text h2 {
    font-size: 2.6rem;
  }
  .manage_block {
    padding: 6rem 0;
  }
  .how-work_head h2 br {
    display: none;
  }
  .how-work_items {
    margin-bottom: -6rem;
  }
  .how-work_items > div {
    margin-bottom: 6rem;
  }
  .introducing_logos .image:first-child {
    width: 12rem;
    min-width: 12rem;
  }
  .loved-by_logos {
    max-width: 100%;
    width: 100%;
    margin-bottom: 2rem;
  }
  .r-fight {
    padding: 10rem 0;
  }
  .r-fight .section_text h2 {
    margin-bottom: 2.4rem;
  }
  .r-fight .text-side {
    order: 1;
  }
  .r-fight .image-side {
    order: 2;
  }
  .hero-demo--new .row > div:not(:last-child),
  .unique .row > div:not(:last-child) {
    margin-bottom: 3rem;
  }
  .hero-csp .hero__main {
    padding-top: 15rem;
    min-height: inherit;
  }
  .page-template-template-csp .trust {
    flex-direction: row;
  }
  .page-template-template-csp .trust .trust__side {
    width: 50%;
  }
  .problems .image {
    margin-top: -5rem;
  }
  .problems {
    background-image: none !important;
  }
}
.testimonials--style-1 .testimonial figcaption {
  color: #fe0072 !important;
}
.trusted__items .swiper-wrapper img {
  max-height: 3.8rem;
}
.pluses__row {
  max-height: inherit;
}
.rews {
  padding: 10.2rem 0 10.5rem;
  background: var(--color-purple-white);
}
.rews .row {
  --global-gap: 3.1rem;
  margin-bottom: calc(-2 * var(--global-gap));
}
.rews .item {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 2rem;
  background: var(--color-white);
}
.rews .item_quote {
  background: var(--color-purple-light);
  font-family: var(--f-bold);
  font-weight: 700;
  font-size: 2rem;
  padding: 1.5rem;
  line-height: 1.5;
  flex: 1;
}
.rews .item_by {
  padding-top: 1rem;
  font-size: 1.9rem;
  line-height: 3rem;
}
.default__form.default-demo-ja {
  background: 0 0;
  margin-bottom: 7.2rem;
}
.hero-csp .hero__main {
  padding-bottom: 8.2rem;
}
.hero-csp .hero__extra {
  padding: 5rem 0 6rem;
  background: #15172c;
}
.hero-csp .exps {
  --global-gap: 2rem;
  position: relative;
  padding: 3rem 3.2rem;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  margin-top: 6.5rem;
  max-width: 98rem;
}
.hero-csp .exps .item-title {
  font-family: var(--f-black);
  font-weight: 800;
  color: var(--color-purple);
}
.page-template-template-csp .trust__side-right {
  padding: 0;
}
.page-template-template-csp .trust__side-right .image {
  width: 100%;
  height: 100%;
  display: flex;
}
.page-template-template-csp .trust__side-right picture {
  min-height: 100%;
  width: 100%;
}
.page-template-template-csp .trust__side-right img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.entry {
  padding: 7.3rem 0 10.9rem;
}
.entry .row {
  --global-gap: 1.5rem;
  margin-bottom: -9.3rem;
}
.entry .row > div {
  margin-bottom: 9.3rem;
}
.problems {
  padding: 10.2rem 0;
  background-color: var(--color-purple-white);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.problems .image {
  max-width: 47.5rem;
}
@media (max-width: 767px) {
  .page-template-template-csp .trust .trust__side,
  .positions__menu ul {
    width: 100%;
  }
  .positions__menu ul li {
    flex: 1 auto;
  }
  .positions__menu ul a {
    padding: 1rem 0.25rem;
  }
  .loved-by_block-head h2 {
    font-size: 4.8rem;
    margin-bottom: 1rem !important;
  }
  .loved-by_block-head .image {
    height: auto;
    flex: none;
    width: 100%;
    justify-content: center;
  }
  .loved-by_block-head .image picture {
    justify-content: center;
  }
  .featured-stories .swiper-button-next,
  .featured-stories .swiper-button-prev {
    width: 4rem;
  }
  .page-template-template-trust .hero__main h1 {
    font-size: 5rem;
  }
  .recognitions_items {
    margin-bottom: -4rem;
  }
  .recognitions_items > div {
    margin-bottom: 4rem;
  }
  .cb,
  .threats {
    --section-pd: 10rem 0;
  }
  .cb {
    --after-height: 30rem;
  }
  .secure,
  .start {
    padding: 8rem 0;
  }
  .prtnrs .row > div {
    padding: 8rem var(--global-gap) 8rem var(--global-gap);
  }
  .page-template-template-subprogress thead,
  .start p br {
    display: none;
  }
  .popup_form.popup_form_pdf {
    width: calc(100% - 4rem);
  }
  .popup_form_pdf .hbspt-form .hs-form > .hs-form-field:not(:last-child) {
    flex: none;
    width: 100%;
    margin-bottom: 2.4rem;
  }
  .hero-fight .hero__form {
    margin-top: 4rem;
  }
  .hero-bot-management .hero__main .section__text h1 {
    font-size: 4rem;
  }
  .manage_block .section__text {
    margin: 0 0 2rem;
  }
  .bot-threats_slider .text {
    padding: 2rem 2rem 0;
  }
  .bot-threats_slider .text h2 {
    z-index: 1;
  }
  .bot-threats_slider .text:before {
    font-size: 3rem;
    width: 3rem;
  }
  .bot-threats_slider .swiper-buttons {
    margin-top: 2rem;
  }
  .bot-threats_slider .swiper-button-next,
  .bot-threats_slider .swiper-button-prev {
    display: inline-flex;
  }
  .how-work_head h2 {
    font-size: 3rem;
  }
  .how-work_item {
    padding-left: 8rem;
  }
  .how-work_item-image {
    width: 4rem;
    height: 4rem;
  }
  .introducing_logos,
  .loved-by_logos {
    justify-content: center;
    flex-wrap: wrap;
  }
  .introducing_logos .image,
  .loved-by_logos .image {
    width: 12rem;
    min-width: 12rem;
    margin: 0 2rem !important;
  }
  .page-template-template-subprogress .table,
  .page-template-template-subprogress tbody {
    display: block;
  }
  .page-template-template-subprogress tbody tr {
    display: flex;
    flex-wrap: wrap;
  }
  .page-template-template-subprogress tbody tr > td {
    width: 100%;
    padding: 0.5rem 0;
  }
  .page-template-template-subprogress tbody tr > td:not(:last-child) {
    border-bottom: none !important;
  }
  .page-template-template-subprogress tbody tr > td:nth-child(2n-1) {
    font-weight: 800;
  }
  .page-template-template-subprogress tbody tr > td:last-child {
    border-bottom: 1px solid rgba(17, 18, 34, 0.2);
  }
  .sneak_items {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.5rem 1.5em;
    gap: 1.5rem 1.5rem;
  }
  .blog-card {
    flex-direction: column !important;
  }
  .hero-csp .hero__main {
    padding-top: 15rem;
    min-height: inherit;
  }
  .page-template-template-csp .trust {
    flex-direction: column;
  }
  .page-template-template-csp .trust .trust__side-right {
    aspect-ratio: 1/1;
  }
}
.page-template-template-csp-thank .ready {
  --ready-bg: #261a48;
}
.page-template-template-csp-thank .header__bottom {
  background: #fff;
}
/* .page-template-template-csp-thank
  .header__bottom
  .button:not(:hover)
  .button__content {
  background: var(--color-white);
  color: var(--color-dark);
} */
.e-examples {
  padding: 10rem 0 12.8rem;
  background: radial-gradient(
    50% 50% at 57.75% 50%,
    #3d2968 18.08%,
    #15172c 84.75%
  );
}
.e-examples .row {
  margin-bottom: -15.3rem;
}
.e-examples .row:not(:last-child) {
  margin-bottom: -7.3rem;
}
.e-examples .row > div {
  margin-bottom: 15.3rem;
}
@media (max-width: 991px) {
  .page-template-template-csp-thank {
    --headings-sizes-h1: 4.6rem;
  }
  .e-examples .row {
    margin-bottom: -8rem;
  }
  .e-examples .row:not(:last-child) {
    margin-bottom: -4rem;
  }
  .e-examples .row > div {
    margin-bottom: 8rem;
  }
}
.e-examples .item {
  position: relative;
  color: #fff;
  font-size: 1.6rem;
  max-width: 41.7rem;
}
.e-examples .item h3 {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 2.5rem;
}
.e-examples .item .item_image {
  position: relative;
  margin-bottom: 2.5rem;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.55));
}
.banner-link {
  position: sticky;
  top: 5rem;
  display: flex;
  width: 100%;
  overflow: hidden;
}
.hero-demo--new .row {
  align-items: flex-start;
  align-content: flex-start;
}

.page-id-10811 .hero .hero__main {
  min-height: inherit;
}

@media (min-width: 992px) and (max-width: 1399px) {
  .login-btn_wrap > .button {
    display: none;
  }
}
