/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

/** BREAKPOINTS */
/** BREAKPOINTS MIXINS */
/** Images */
/** FONTS */
/** FONTS SIZES */
/** COLORS */
/** BORDER RADIUS */
/** Z-INDEX */
/** HELPERS */
/* == WordPress WYSIWYG Editor Styles == */
.entry-content img {
  margin: 0 0 1.5em 0;
}

.alignleft, img.alignleft {
  margin-right: 1.5em;
  margin-bottom: 1.5em;
  display: inline;
  float: left;
}

.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}

.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

.alignnone, img.alignnone {
  /* not sure about this one */
}

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

/** GRID */
.container {
  width: 100%;
  max-width: 1578px;
  padding: 0 64px;
  margin: 0 auto;
}
.container--narrow {
  max-width: 1243px;
}

.container-right {
  max-width: calc((100% - 1578px) / 2 + 1578px);
  padding: 0 0 0 64px;
  margin: 0 0 0 auto;
}

.container-left {
  max-width: calc((100% - 1578px) / 2 + 1578px);
  padding: 0 64px 0 0;
  margin: 0 auto 0 0;
}

.container-fluid {
  width: 100%;
  margin: 0 auto;
  max-width: 1440px;
}

[class^=container] [class^=container] {
  padding: 0;
  max-width: unset;
}

.row {
  display: flex;
}

.col {
  flex: 0 1 auto;
}
.col--12 {
  width: 100%;
}
.col--11 {
  width: 91.66%;
}
.col--10 {
  width: 83.33%;
}
.col--9 {
  width: 75%;
}
.col--8 {
  width: 66.666%;
}
.col--7 {
  width: 58.33%;
}
.col--6 {
  width: 50%;
}
.col--5 {
  width: 41.66%;
}
.col--4 {
  width: 33.33%;
}
.col--3 {
  width: 25%;
}
.col--2 {
  width: 16.6667%;
}
.col--1 {
  width: 8.333%;
}

/** COMMON */
:root {
  --spacingxs: 0.5rem;
  --spacingd: 1rem;
  --spacingl: 2rem;
  --spacingxl: 3rem;
  --ff-primary: "Open Sans", sans-serif;
  --clr-white: #FFFFFF;
  --clr-black: #17012C;
  --clr-fonts: #17012C;
  --clr-bg: #FFFFFF;
  --clr-violet-1: #622F89;
  --clr-violet-2: #7A00D8;
  --clr-violet-3: #AB3DFF;
  --clr-orange-1: #BD8E01;
  --clr-orange-2: #FFC927;
  --clr-orange-3: #FFD966;
  --clr-light-gray: #F4F4F4;
  --clr-dark-gray: #666666;
}

/** HEADINGS */
h1,
h2,
h3,
h4,
h5,
h6,
.base-heading-1,
.base-heading-2,
.base-heading-3,
.base-heading-4,
.base-heading-5,
.base-heading-6 {
  font-family: inherit;
  font-weight: inherit;
  margin: 0 0 2rem;
  padding: 0;
}

:root {
  --spacingxs: 0.5rem;
  --spacingd: 1rem;
  --spacingl: 2rem;
  --spacingxl: 3rem;
  --ff-primary: "Funnel Display", sans-serif;
  --clr-white: #FFFFFF;
  --clr-black: #17012C;
  --clr-fonts: #17012C;
  --clr-bg: #FFFFFF;
  --clr-violet-1: #622F89;
  --clr-violet-2: #7A00D8;
  --clr-violet-3: #AB3DFF;
  --clr-orange-1: #BD8E01;
  --clr-orange-2: #FFC927;
  --clr-orange-3: #FFD966;
  --clr-light-gray: #F4F4F4;
  --clr-dark-gray: #666666;
}

html {
  -webkit-text-size-adjust: none;
  touch-action: manipulation;
}

body {
  position: relative;
  font-family: var(--ff-primary);
  font-weight: 400;
  color: var(--clr-fonts);
  background: var(--clr-bg);
  font-size: 16px;
  line-height: 1.5;
}
body.body-overflow, body.menu-active {
  overflow: hidden;
}
body.ios-body-fixed-overflow {
  position: fixed;
  left: 0;
  right: 0;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

img,
svg,
picture {
  max-width: 100%;
  height: auto;
  display: block;
}

a,
button {
  color: inherit;
  font: inherit;
}

section,
[id] {
  scroll-margin-top: var(--scroll-margin-top);
}

.page-content {
  position: relative;
  overflow: clip;
}

.header {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  position: fixed;
  transition: top 0.3s ease;
  will-change: top;
}
.header a {
  text-decoration: none;
}
.header .container {
  max-width: 1728px;
}
.header__logo {
  display: flex;
  width: 116px;
  height: auto;
}
.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  transition: all 0.3s ease;
  padding: 20px 0;
  will-change: all;
}
.header__buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  position: relative;
}
.header__buttons .widget_block:first-child {
  flex-grow: 1;
}
.header__content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 45px;
  align-items: center;
}
.header__search {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__burger {
  display: none;
}
.header__btns-wrapper {
  display: flex;
  gap: 16px;
}
.header__btns-wrapper > .widget-container:first-of-type .btn {
  background: transparent;
  color: #622F89;
  border-color: #622F89;
  box-shadow: unset;
}
.header__btns-wrapper > .widget-container:first-of-type .btn .btn__icon2 {
  filter: brightness(0) saturate(100%) invert(20%) sepia(51%) saturate(2001%) hue-rotate(250deg) brightness(96%) contrast(94%);
}
.header__btns-wrapper > .widget-container:first-of-type .btn:hover {
  background: #FFC927;
  color: #622F89;
  border-color: #FFC927;
}
.header__btns-wrapper > .widget-container:first-of-type .btn:hover .btn__icon2 {
  filter: brightness(0) saturate(100%) invert(20%) sepia(51%) saturate(2001%) hue-rotate(250deg) brightness(96%) contrast(94%);
}
.header__btns-wrapper > .widget-container:last-of-type .btn {
  background: #7A00D8;
  border-color: transparent;
  color: var(--clr-white);
  box-shadow: unset;
}
.header__btns-wrapper > .widget-container:last-of-type .btn .btn__icon2 {
  filter: brightness(0) saturate(100%) invert(92%) sepia(63%) saturate(0%) hue-rotate(77deg) brightness(105%) contrast(109%);
}
.header__btns-wrapper > .widget-container:last-of-type .btn:hover {
  color: #622F89;
  border-color: #FFC927;
  background: #FFC927;
}
.header__btns-wrapper > .widget-container:last-of-type .btn:hover .btn__icon2 {
  filter: brightness(0) saturate(100%) invert(20%) sepia(51%) saturate(2001%) hue-rotate(250deg) brightness(96%) contrast(94%);
}

body.menu-sticky .header {
  background-color: white;
  top: 0;
}

.footer {
  padding: 64px 0 104px;
  background-color: #7A00D8;
  color: var(--clr-white);
}
.footer .container {
  max-width: 1528px;
  margin: 0 auto;
}
.footer__wrapper {
  display: flex;
  gap: 64px;
  margin-bottom: 48px;
}
.footer__col {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  max-width: 280px;
  flex-grow: 1;
}
.footer__col .widget_block {
  width: 100%;
}
.footer__col .text__content {
  max-width: 280px;
  flex-grow: 1;
}
.footer__col-2 {
  max-width: 576px;
}
.footer__bar {
  padding-top: 33px;
  border-top: 1px solid #FFFFFF;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.footer__bar > *:first-child:not(:last-child) {
  text-align: left;
}
.footer__bar > *:not(:last-child, :first-child) {
  text-align: center;
}
.footer__bar > *:last-child:not(:first-child) {
  text-align: right;
}
.footer .widget_nav_menu .menu-widget__title {
  margin-bottom: 16px;
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
}
.footer .widget_nav_menu .menu {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer a {
  transition: all 0.3s ease;
  position: relative;
  text-decoration: none;
}
.footer a:hover {
  opacity: 0.9;
  text-decoration: underline;
}
.footer .wysiwyg__empty-line {
  height: 8px;
}

.error-404__content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 180px 0 180px;
  gap: 16px;
}
.error-404__title {
  font-size: 56px;
  line-height: 120%;
  margin: 0;
}
.error-404__subtitle {
  font-size: 56px;
  line-height: 120%;
  margin: 0;
}
.error-404__desc {
  font-size: 20px;
  line-height: 140%;
}
.error-404__btn {
  margin-top: 32px;
}

.collapse:not(.collapse--mobile-only) .collapse__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

/** COMPONENTS */
.aos-fade {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
  transition: opacity 1s, transform 1s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.aos-loaded.aos-fade {
  opacity: 1;
  transform: translateZ(0);
}
.aos:not(.post-tile, .awards__item) + .aos {
  transition-delay: 0.2s;
}
.aos:not(.post-tile, .awards__item) + .aos + .aos {
  transition-delay: 0.4s;
}
.aos:not(.post-tile, .awards__item) + .aos + .aos + .aos {
  transition-delay: 0.6s;
}
.aos:not(.post-tile, .awards__item) + .aos + .aos + .aos + .aos {
  transition-delay: 0.8s;
}

.burger {
  width: 24px;
  height: 16px;
  position: relative;
  cursor: pointer;
  border: 0;
  background: none;
  padding: 0;
}
.burger__bar {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #7A00D8;
  opacity: 1;
  border-radius: 5px;
  left: 0;
  transition: transform 0.3s linear, opacity 0.3s linear;
}
.burger__bar:nth-child(1) {
  top: 0;
}
.burger__bar:nth-child(2), .burger__bar:nth-child(3) {
  top: 50%;
  transform: translateY(-50%);
}
.burger__bar:nth-child(4) {
  bottom: 0;
}

body.menu-active .burger__bar:nth-child(1), body.menu-active .burger__bar:nth-child(4) {
  opacity: 0;
}
body.menu-active .burger__bar:nth-child(2) {
  transform: translateY(-50%) rotate(45deg);
}
body.menu-active .burger__bar:nth-child(3) {
  transform: translateY(-50%) rotate(-45deg);
}

.btn {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  position: relative;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  font-family: inherit;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  text-transform: uppercase;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
  padding: 20px 30px;
  border-radius: 100px;
  font-size: 18px;
  line-height: 19px;
  font-weight: 500;
  transition: all 300ms ease;
  border: 1px solid var(--clr-black);
  background: #7A00D8;
  border-color: transparent;
  color: var(--clr-white);
  box-shadow: -6px 18px 36px 0px rgba(122, 0, 216, 0.3019607843);
  box-shadow: 0px 8px 16px rgba(98, 47, 137, 0.6862745098), 0px 2px 4px rgba(98, 47, 137, 0.3803921569) !important;
}
.btn:hover {
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0), 0px 1px 3px rgba(0, 0, 0, 0) !important;
  transform: scale(0.985) !important;
}
.btn--drop {
  transform: translate(-3px, -3px) !important;
  box-shadow: 3px 3px 0 0 rgb(0, 0, 0) !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}
.btn--drop:hover {
  transform: translate(0, 0) !important;
  box-shadow: none !important;
}
.btn:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.btn:hover {
  color: #622F89;
  border-color: transparent;
  background: #FFC927;
}
.btn:hover .btn__icon2 {
  filter: brightness(0) saturate(100%) invert(20%) sepia(51%) saturate(2001%) hue-rotate(250deg) brightness(96%) contrast(94%);
}
.btn--style-2 {
  background: #FFC927;
  color: #622F89;
  border-color: transparent;
}
.btn--style-2 .btn__icon2 {
  filter: brightness(0) saturate(100%) invert(20%) sepia(51%) saturate(2001%) hue-rotate(250deg) brightness(96%) contrast(94%);
}
.btn--style-2:hover {
  border-color: white;
  background: #7A00D8;
  box-shadow: -6px 18px 36px 0px rgba(122, 0, 216, 0.3019607843);
  color: var(--clr-white);
}
.btn--style-2:hover .btn__icon2 {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(82deg) brightness(106%) contrast(101%);
}
.btn--style-3 {
  background: transparent;
  color: #fff;
  border-color: #fff;
}
.btn--style-3 .btn__icon2 {
  filter: brightness(0) saturate(100%) invert(99%) sepia(55%) saturate(0%) hue-rotate(13deg) brightness(107%) contrast(101%);
}
.btn--style-3:hover {
  background: #FFC927;
  color: #622F89;
  border-color: transparent;
}
.btn--style-3:hover .btn__icon2 {
  filter: brightness(0) saturate(100%) invert(15%) sepia(47%) saturate(3739%) hue-rotate(262deg) brightness(99%) contrast(84%);
}
.btn--style-4 {
  background: #FFC927;
  color: #622F89;
  border-color: transparent;
}
.btn--style-4 .btn__icon2 {
  filter: brightness(0) saturate(100%) invert(20%) sepia(51%) saturate(2001%) hue-rotate(250deg) brightness(96%) contrast(94%);
}
.btn--style-4:hover {
  border-color: var(--clr-white);
  background: transparent;
  color: var(--clr-white);
}
.btn--style-4:hover .btn__icon2 {
  filter: brightness(0) saturate(100%) invert(99%) sepia(55%) saturate(0%) hue-rotate(13deg) brightness(107%) contrast(101%);
}
.btn--style-5 {
  background: transparent;
  color: #FFC927;
  border-color: #FFC927;
}
.btn--style-5 .btn__icon2 {
  filter: brightness(0) saturate(100%) invert(87%) sepia(28%) saturate(1703%) hue-rotate(333deg) brightness(103%) contrast(105%);
}
.btn--style-5:hover {
  background: #FFC927;
  color: #622F89;
  border-color: transparent;
}
.btn--style-5:hover .btn__icon2 {
  filter: brightness(0) saturate(100%) invert(15%) sepia(47%) saturate(3739%) hue-rotate(262deg) brightness(99%) contrast(84%);
}
.btn--style-6 {
  background: transparent;
  color: #622F89;
  border-color: transparent;
}
.btn--style-6 .btn__icon2 {
  filter: brightness(0) saturate(100%) invert(20%) sepia(51%) saturate(2001%) hue-rotate(250deg) brightness(96%) contrast(94%);
}
.btn--style-6:hover {
  background: #FFC927;
  color: var(--clr-black);
  border-color: transparent;
}
.btn--style-6:hover .btn__icon2 {
  filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7500%) hue-rotate(340deg) brightness(94%) contrast(106%);
}
.btn__icon {
  width: 7px;
  height: auto;
}
.btn__icon2 {
  max-width: 20px;
  height: auto;
  filter: brightness(0) saturate(100%) invert(92%) sepia(63%) saturate(0%) hue-rotate(77deg) brightness(105%) contrast(109%);
}
.btn__icon2--style-2 {
  max-width: 15px;
}
.btn__arrow-path {
  fill: currentColor;
}

.menu__container {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 30px;
  justify-content: flex-end;
}
.menu__container > .menu-item {
  position: relative;
}
.menu__container > .menu-item > .menu__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
}
.menu__container > .menu-item > .menu__link:focus + .sub-menu {
  opacity: 1;
  visibility: visible;
}
.menu__container > .menu-item > .sub-menu {
  position: absolute;
  bottom: 0;
  left: -16px;
  transform: translateY(100%);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
}
.menu__container > .menu-item > .sub-menu::before {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
}
.menu__container > .menu-item > .sub-menu .menu-item {
  padding-bottom: 20px;
}
.menu__container > .menu-item > .sub-menu .menu-item a {
  display: block;
  width: 100%;
}
.menu__container > .menu-item:last-of-type .menu__submenu {
  left: 0;
}
.menu__container .menu-item {
  text-wrap: nowrap;
}
.menu__container .menu-item svg path {
  stroke: var(--clr-black);
}
.menu__container .menu-item.current-menu-item > .menu__link::before,
.menu__container .menu-item.current-menu-item > a .menu__link-text::before {
  content: "";
  width: 100%;
  left: 0;
  bottom: -3px;
  height: 2px;
  background-color: var(--clr-black);
  position: absolute;
  display: none;
}
.menu__arrow {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.menu__submenu-inner-wrapper {
  list-style: none;
  padding: 30px 40px 12px 22px;
  background: var(--clr-white);
}
.menu__link-text {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
.menu__group {
  cursor: pointer;
}

/** SECTIONS */
.about {
  padding: 128px 0;
  position: relative;
}
.about__container {
  max-width: 1368px;
  margin: 0 auto;
}
.about__wrapper {
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
  gap: 64px;
}
.about__img-wrapper-out {
  padding: 33px;
  box-shadow: 0px 12px 36px 0px rgba(122, 0, 216, 0.1019607843);
  border-radius: 16px;
  text-align: center;
}
.about__img-wrapper {
  border-radius: 16px;
  overflow: hidden;
}
.about__img {
  width: 100%;
}
.about__labels {
  margin-top: 24px;
}
.about__items {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 52px;
}
.about__item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 200px;
}
.about__number {
  font-size: 32px;
  line-height: 1;
  font-weight: 800;
}
.about__desc {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #666666;
}

.accordion {
  background-color: var(--bg);
  padding: 131px 0 97px;
  position: relative;
}
.accordion--style-2 {
  padding: 64px 0 112px;
}
.accordion__wrapper {
  display: flex;
  flex-direction: column;
  gap: 80px;
  max-width: 1115px;
  margin: 0 auto;
}
.accordion__content {
  max-width: 865px;
  margin: 0 auto;
  text-align: center;
}
.accordion__title {
  font-size: 40px;
  line-height: 120%;
  font-weight: 500;
  margin: 0;
}
.accordion__groups {
  list-style: none;
  padding: 0;
  flex-grow: 1;
}
.accordion__group-title {
  margin-top: 60px;
  margin-bottom: 0;
}
.accordion__item {
  margin-bottom: 16px;
  border-radius: 8px;
  background-color: var(--clr-white);
  overflow: hidden;
  box-shadow: 0px 12px 36px 0px rgba(122, 0, 216, 0.1019607843);
}
.accordion__item:last-child {
  margin-bottom: 0;
}
.accordion__item-btn {
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  background-color: transparent;
  display: flex;
  align-items: center;
  padding: 32px 45px;
  position: relative;
  text-align: left;
  width: 100%;
  gap: 40px;
  justify-content: space-between;
  border-top: 1px solid transparent;
  transition: all 0.3s ease;
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
}
.accordion__item-btn.collapse__btn--active {
  border-radius: 8px;
}
.accordion__item-btn.collapse__btn--active .accordion__item-toggle {
  transform: rotate(180deg);
}
.accordion__item-btn:hover .accordion__item-toggle::before {
  opacity: 1;
}
.accordion__item-btn:hover .accordion__item-toggle svg path {
  fill: var(--clr-white);
}
.accordion__item-toggle {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  background: linear-gradient(87.85deg, rgba(122, 0, 216, 0.0225) 6.15%, rgba(171, 61, 255, 0.05) 97.17%);
  border-radius: 50%;
}
.accordion__item-toggle svg {
  z-index: 1;
  position: relative;
}
.accordion__item-toggle::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  transition: all 0.3s;
  width: 48px;
  height: 48px;
  background: linear-gradient(43.92deg, #7A00D8 9.2%, #AB3DFF 92.04%);
  border-radius: 50%;
  opacity: 0;
}
.accordion__item-content-wrapper {
  font-family: var(--ff-secondary);
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.accordion__item-content-text {
  padding: 0 45px 32px;
  width: 100%;
}

.benefits {
  padding: 131px 0 144px;
  position: relative;
}
.benefits__content {
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
  max-width: 768px;
}
.benefits__wrapper {
  margin-top: 55px;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(var(--box-count), 1fr);
}
.benefits__wrapper--style-0 {
  gap: 32px;
}
.benefits__wrapper--style-0 .benefits__item {
  padding: 0;
  background: transparent;
}
.benefits__wrapper--items-4 {
  gap: 24px;
}
.benefits__wrapper--items-4 .benefits__item {
  padding: 28px;
}
.benefits__wrapper--items-5 {
  gap: 24px;
}
.benefits__wrapper--items-5 .benefits__item {
  padding: 28px;
}
.benefits__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: var(--item-box-shadow);
  padding: 14px 52.5px;
  border-radius: 16px;
  background: var(--clr-white);
}
.benefits__item-icon-wrapper {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(87.85deg, rgba(122, 0, 216, 0.0225) 6.15%, rgba(171, 61, 255, 0.05) 97.17%);
}
.benefits__item-icon {
  width: 48px;
  height: 48px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(43.92deg, #7A00D8 9.2%, #AB3DFF 92.04%);
}
.benefits__item-text-wrapper {
  margin-top: 20px;
}
.benefits__item-text {
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
}
.benefits__item-desc {
  margin-top: 25px;
  color: var(--clr-dark-gray);
  font-size: 16px;
  line-height: 24px;
}

.boxes {
  padding: 205px 0 147px;
  position: relative;
}
.boxes__content {
  text-align: center;
}
.boxes__content .labels__text2 {
  max-width: 612px;
  margin: 0 auto;
}
.boxes__items {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 21px;
}
.boxes__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  background: var(--clr-white);
  box-shadow: 0px 12px 36px 0px rgba(122, 0, 216, 0.1019607843);
  border-radius: 16px;
  border: 2px solid #7A00D8;
  overflow: hidden;
  padding: 35px 35px;
}
.boxes__item-title {
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  color: #7A00D8;
}
.boxes__item-subtitle {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: -0.5px;
  color: #7A00D8;
  padding: 1px 5px;
  border-radius: 6px;
  background: rgba(122, 0, 216, 0.0509803922);
  display: inline-flex;
}
.boxes__item-text {
  font-size: 16px;
  line-height: 1.45;
  font-weight: 400;
  color: #445375;
  margin-top: 14px;
}
.boxes__btn-wrapper {
  margin-top: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.boxes__btn-text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #445375;
  max-width: 280px;
  text-align: center;
  margin-top: 15px;
  position: relative;
  z-index: 1;
}

.contact {
  padding: 65px 0 45px;
  position: relative;
}
.contact__wrapper {
  display: flex;
  align-items: flex-start;
  gap: 140px;
  max-width: 1233px;
  margin: 0 auto;
}
.contact__content-wrapper {
  background-color: #7A00D8;
  position: relative;
  padding: 52px 48px;
  border-radius: 12px;
  overflow: hidden;
  width: 51%;
  flex-shrink: 0;
}
.contact__content {
  color: var(--clr-white);
}
.contact__form-wrapper {
  margin-top: 40px;
}
.contact__content2-wrapper {
  position: relative;
  border-radius: 8px;
  margin-top: 52px;
}
.contact__icons {
  display: flex;
  flex-direction: column;
  gap: 34px;
  margin-top: 56px;
}
.contact__icon {
  display: flex;
  gap: 16px;
}
.contact__icon-text .wysiwyg__empty-line {
  height: 10px;
}
.contact__icon-text a {
  text-decoration: none;
  transition: all 0.3s ease;
}
.contact__icon-text a:hover {
  opacity: 0.7;
}
.contact__content2-desc {
  overflow: hidden;
  margin-top: 40px;
  background: rgba(34, 34, 34, 0.0509803922);
  padding: 24px 32px;
  border-radius: 12px;
  padding: 32px 52px;
}

.cta-v1 {
  position: relative;
  padding: 121px 0 126px;
}
.cta-v1__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cta-v1__content {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  gap: 35px;
  max-width: 1003px;
  margin: 0 auto;
}

.cta-v2 {
  position: relative;
  z-index: 2;
}
.cta-v2--style-2 {
  padding: 82px 0;
  background: linear-gradient(to bottom, transparent 0%, transparent 50%, #7A00D8 50%, #7A00D8 100%);
}
.cta-v2__wrapper {
  position: relative;
  padding: 69px 0;
  background: linear-gradient(82.25deg, #7A00D8 4.35%, #AB3DFF 155.14%);
  border-radius: 36px;
  box-shadow: 0px 12px 46px 0px rgba(98, 47, 137, 0.3019607843);
}
.cta-v2__icon-wrapper {
  display: inline-flex;
  align-self: center;
  gap: 14px;
  padding: 10px 15px;
  background: rgba(171, 61, 255, 0.3019607843);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: #FFC927;
  border-radius: 100px;
  margin-bottom: 5px;
}
.cta-v2__icon-wrapper img {
  max-width: 30px;
  filter: brightness(0) saturate(100%) invert(78%) sepia(92%) saturate(1006%) hue-rotate(333deg) brightness(101%) contrast(101%);
}
.cta-v2__icon-wrapper p {
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
}
.cta-v2__content {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  gap: 35px;
  max-width: 900px;
  margin: 0 auto;
}
.cta-v2__btns {
  display: flex;
  margin-top: 20px;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.example {
  padding: 24 0;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 250px 0 85px;
  background-color: #FBF7FD;
}
.hero__container {
  max-width: 1650px;
}
.hero__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 129px;
  flex-shrink: 0;
}
.hero__content {
  display: flex;
  flex-direction: column;
  gap: 55px;
  max-width: 681px;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
  width: 48%;
  flex-shrink: 0;
}
.hero__icon-wrapper {
  display: flex;
  gap: 14px;
  align-items: center;
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
  color: #7A00D8;
}
.hero__icon-wrapper img {
  max-width: 30px;
  filter: brightness(0) saturate(100%) invert(12%) sepia(89%) saturate(6620%) hue-rotate(276deg) brightness(82%) contrast(119%);
}
.hero__btns-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 35px;
}
.hero__btn {
  box-shadow: none;
}
.hero__items {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.hero__item {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #7A00D8;
}
.hero__item img {
  max-width: 24px;
  filter: brightness(0) saturate(100%) invert(12%) sepia(89%) saturate(6620%) hue-rotate(276deg) brightness(82%) contrast(119%);
}
.hero__img-wrapper-out {
  position: relative;
  padding-right: 110px;
  width: 100%;
}
.hero__img {
  aspect-ratio: 608/616;
  object-fit: cover;
  object-position: center;
  border-radius: 32px;
  overflow: hidden;
  width: 100%;
}
.hero__icon2-wrapper {
  position: absolute;
  z-index: 2;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 15px 15px;
  border-radius: 100px;
  background-color: var(--clr-white);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.0509803922);
  font-weight: 500;
  line-height: 1;
}
.hero__icon2-wrapper--style-1 {
  max-width: 265px;
  border-radius: 12px;
  top: 32px;
  right: 0;
}
.hero__icon2-wrapper--style-2 {
  max-width: 355px;
  left: -129px;
  top: 75px;
}
.hero__icon2-wrapper--style-3 {
  max-width: 440px;
  bottom: -44px;
  right: 0;
}
.hero__icon2-icon {
  flex-shrink: 0;
  max-width: 40px;
  padding: 7px 8.5px;
  border-radius: 100px;
  background: rgba(122, 0, 216, 0.0509803922);
  filter: brightness(0) saturate(100%) invert(12%) sepia(89%) saturate(6620%) hue-rotate(276deg) brightness(82%) contrast(119%);
}
.hero__icon2-label {
  padding: 2.5px 5px;
  background: rgba(122, 0, 216, 0.1019607843);
  border-radius: 5px;
  margin-right: 6px;
}
.hero__icon2-number {
  font-family: "Afacad", sans-serif;
  color: #7A00D8;
  white-space: nowrap;
  display: inline-flex;
}
.hero__icon2-text {
  font-family: "Afacad", sans-serif;
  margin-left: -6px;
  font-weight: 500;
}

.hero-v2 {
  position: relative;
  overflow: hidden;
  padding: 250px 0 150px;
}
.hero-v2__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-v2__content {
  position: relative;
  max-width: 1232px;
  margin: 0 auto;
  text-align: center;
}
.hero-v2__content .labels {
  gap: 40px;
}
.hero-v2__content .labels__text1 * {
  color: var(--clr-white);
  font-size: 64px;
  line-height: 1.2;
  font-weight: 800;
}
.hero-v2__content .labels__text2 * {
  color: var(--clr-white);
  font-size: 36px;
  line-height: 1.3;
  font-weight: 500;
}

.meet {
  position: relative;
  padding: 121px 0 218px;
}
.meet__wrapper {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.meet__content {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  gap: 35px;
  max-width: 900px;
  margin: 0 auto;
}
.meet__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-start;
  gap: 0 80px;
}
.meet__item {
  background: linear-gradient(77.6deg, #7A00D8 10.62%, #AB3DFF 141.3%);
  border-radius: 36px;
  overflow: hidden;
  display: flex;
  align-items: center;
  box-shadow: 16px 36px 56px 0px rgba(98, 47, 137, 0.3019607843);
}
.meet__item:nth-child(2n) {
  margin-top: 80px;
}
.meet__item picture {
  width: 40%;
  flex-shrink: 0;
}
.meet__item-img {
  aspect-ratio: 266/338;
  object-fit: cover;
  object-position: center;
  width: 100%;
  border-radius: 36px;
  overflow: hidden;
}
.meet__item-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 40px 35px;
}
.meet__item-title {
  color: var(--clr-white);
  font-size: 32px;
  line-height: 1;
  font-weight: 800;
}
.meet__item-desc {
  margin-top: 24px;
  color: var(--clr-white);
}
.meet__content2-wrapper {
  border-radius: 36px;
  padding: 90px;
  box-shadow: 16px 26px 55px 0px rgba(98, 47, 137, 0.6);
  background: linear-gradient(80.6deg, #7A00D8 -22.4%, #AB3DFF 170.51%);
  display: flex;
  align-items: center;
  gap: 85px;
}
.meet__content2-wrapper picture {
  max-width: 220px;
}
.meet__content2 {
  width: 50%;
}
.meet__benefits-wrapper {
  width: 50%;
  display: flex;
  align-items: center;
  gap: 22px;
}
.meet__benefits-items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}
.meet__benefits-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 20px;
  background: #AB3DFF;
  border-radius: 12px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.0509803922);
  font-size: 16px;
  line-height: 17px;
  font-weight: 500;
  color: var(--clr-white);
}
.meet__benefits-item:nth-child(2n) {
  margin-left: 32px;
}
.meet__benefits-text1 {
  background-color: #FFC927;
  color: #7A00D8;
  padding: 2px 5px;
  border-radius: 5px;
}

.navigation {
  overflow: hidden;
  background-color: var(--bg);
  z-index: 10;
  box-shadow: 0px 12px 36px 0px rgba(122, 0, 216, 0.1019607843);
}
.navigation--sticky {
  position: sticky;
  top: var(--header-height);
}
.navigation__menu-wrapper {
  margin: 0;
  position: relative;
  list-style: none;
  display: flex;
  gap: 10px 28px;
  padding: 20px 0;
  overflow: auto;
}
.navigation__item {
  text-decoration: none;
  position: relative;
  flex-shrink: 0;
  padding: 20px 40px;
  border-radius: 8px;
  text-transform: uppercase;
  width: calc(25% - 21px);
  text-align: center;
  transition: all 0.3s ease;
  font-weight: 700;
  background-color: #FAF5FF;
  color: #622F89;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
}
.navigation__item.active {
  background-color: #7A00D8;
  color: var(--clr-white);
}

.partners {
  padding: 121px 0 148px;
  position: relative;
}
.partners__container {
  position: relative;
}
.partners__wrapper {
  display: flex;
  flex-direction: column;
  gap: 65px;
}
.partners__content {
  max-width: 1003px;
  margin: 0 auto;
  text-align: center;
}
.partners__logos {
  overflow: hidden;
  padding: 102.5px 90px;
  background-color: var(--clr-white);
  border-radius: 36px;
  box-shadow: 16px 26px 55px 0px rgba(98, 47, 137, 0.6);
}
.partners__logo {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0509803922);
  border: 1px solid #E5E7EB;
}
.partners__logo-img {
  aspect-ratio: 198/80;
  object-fit: contain;
  object-position: center;
  width: 100%;
}
.partners__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
  gap: 10px;
}
.partners__item {
  box-shadow: 0px 12px 36px 0px rgba(122, 0, 216, 0.1019607843);
  background-color: var(--clr-white);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 24px 80px;
}
.partners__number {
  display: inline-flex;
  font-size: 64px;
  line-height: 1;
  font-weight: 700;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(266.37deg, #AB3DFF -23.61%, #4C0492 74.85%);
  -webkit-background-clip: text;
}
.partners__desc {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
}
.partners__item-desc {
  margin-top: 12px;
  color: var(--clr-black);
  max-width: 245px;
  line-height: 1.5 !important;
}
.partners__caption {
  font-size: 14px;
  line-height: 22px;
  margin-top: 50px;
  text-align: center;
}

.price-v1 {
  padding: 132px 0;
  position: relative;
  color: var(--clr-white);
}
.price-v1--white {
  color: #17012C;
}
.price-v1--white .price-v1__item {
  background: white;
  border: 1px solid rgba(255, 255, 255, 0.5019607843);
  box-shadow: 0px 12px 36px 0px rgba(122, 0, 216, 0.1019607843);
}
.price-v1--white .price-v1__item--style-2 {
  border: 5px solid var(--Orange-3, #FFD966);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0509803922);
}
.price-v1--white .price-v1__item-price-left {
  background: linear-gradient(270deg, #AE41FB 37.09%, #672795 117.03%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.price-v1 .container {
  max-width: 1440px;
  margin: 0 auto;
}
.price-v1__content {
  text-align: center;
  gap: 64px !important;
}
.price-v1__wrapper {
  margin-top: 64px;
  display: flex;
  justify-content: center;
  gap: 24px;
}
.price-v1__item {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  border-radius: 8px;
  overflow: hidden;
  padding: 48px 24px;
  width: 100%;
  max-width: 460px;
  border: 1px solid rgba(255, 255, 255, 0.5019607843);
  box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.2);
}
.price-v1__item--style-2 {
  border: 5px solid #FFD966;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0509803922);
}
.price-v1__item-highlighted {
  position: absolute;
  right: 0px;
  top: 0;
  background-color: #FFD966;
  color: #622F89;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 0 0px 0 12px;
}
.price-v1__item-above-title {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
  margin: 10px 0;
}
.price-v1__item-title {
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
}
.price-v1__item-under-title {
  margin: 22px 0;
}
.price-v1__item-price {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  margin-bottom: 12px;
}
.price-v1__item-price-left {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  color: #FFD966;
}
.price-v1__item-btn {
  width: 100%;
  margin-top: 20px;
}
.price-v1__item2 {
  width: 100%;
  max-width: 876px;
  margin: 112px auto 0;
  padding: 52px 45px;
  box-shadow: 0px 12px 36px 0px rgba(122, 0, 216, 0.1019607843);
}
.price-v1__item2-title {
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
.price-v1__item2-row {
  display: flex;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}
.price-v1__item2-row:not(:last-child) {
  border-bottom: 1px solid #F4F4F4;
}
.price-v1__item2-row--style-2 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}
.price-v1__item2-row-left {
  width: 59%;
  padding: 16px;
}
.price-v1__item2-row-right {
  width: 41%;
  padding: 16px;
}

.price-v2 {
  padding: 132px 0;
  position: relative;
}
.price-v2 .container {
  max-width: 1440px;
  margin: 0 auto;
}
.price-v2__content {
  text-align: center;
  margin-bottom: 65px;
}
.price-v2__group-out {
  display: flex;
  flex-direction: column;
  gap: 52px;
}
.price-v2__group-in {
  padding: 92px 64px;
  border-radius: 24px;
  position: relative;
  z-index: 1;
}
.price-v2__group-in.yellow {
  background: rgba(255, 201, 39, 0.05);
}
.price-v2__group-in.purple {
  background: rgba(171, 61, 255, 0.04);
}
.price-v2__group-out-title {
  text-align: center;
  margin-bottom: 48px;
}
.price-v2__group-title {
  margin-top: 92px;
  text-align: center;
}
.price-v2__separator {
  border: 0.8px solid rgba(171, 61, 255, 0.4);
  width: 100%;
  height: 0px;
}
.price-v2__wrapper {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 24px;
}
.price-v2__item {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  border-radius: 8px;
  overflow: hidden;
  padding: 48px 24px;
  width: 100%;
  max-width: 460px;
  border: 1px solid rgba(255, 255, 255, 0.5019607843);
  box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.2);
  background: white;
  border: 1px solid rgba(255, 255, 255, 0.5019607843);
  box-shadow: 0px 12px 36px 0px rgba(122, 0, 216, 0.1019607843);
}
.price-v2__item--style-2 {
  border: 5px solid #AB3DFF;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0509803922);
}
.price-v2__item-highlighted {
  position: absolute;
  right: 0px;
  top: 0;
  background-color: #AB3DFF;
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 0 0px 0 12px;
}
.price-v2__item-above-title {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
  margin: 10px 0;
}
.price-v2__item-title {
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
}
.price-v2__item-under-title {
  margin: 22px 0;
}
.price-v2__item-price {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  margin-bottom: 12px;
}
.price-v2__item-price-left {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  background: linear-gradient(270deg, #AE41FB 37.09%, #672795 117.03%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.price-v2__item-btn {
  width: 100%;
  margin-top: 20px;
}
.price-v2__item2 {
  width: 100%;
  max-width: 876px;
  margin: 112px auto 0;
  padding: 52px 45px;
  box-shadow: 0px 12px 36px 0px rgba(122, 0, 216, 0.1019607843);
}

.process {
  padding: 137px 0 98px;
  position: relative;
}
.process__wrapper {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  justify-content: space-between;
}
.process__content {
  max-width: 846px;
}
.process__items {
  margin-top: 80px;
}
.process__item-number {
  width: 80px;
  height: 80px;
  font-size: 32px;
  line-height: 1;
  font-weight: 800;
  border-radius: 50%;
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: var(--clr-white);
}
.process__item-number span {
  position: relative;
  z-index: 1;
}
.process__item-number::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  background: linear-gradient(43.92deg, #7A00D8 9.2%, #AB3DFF 92.04%);
  border-radius: 50%;
}
.process__item-number::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(224.5deg, #7A00D8 14.59%, #AB3DFF 86.47%);
  border-radius: 50%;
}
.process__item {
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: flex-start;
  background: linear-gradient(78.37deg, #7A00D8 2.9%, #AB3DFF 99.24%);
  box-shadow: 0px 12px 36px 0px rgba(122, 0, 216, 0.1019607843);
  border-radius: 16px;
  overflow: hidden;
  padding: 25px 45px 45px;
  min-height: 400px;
  height: 100%;
}
.process__item .labels__text1 * {
  color: var(--clr-white);
  font-size: 32px;
  line-height: 1;
  font-weight: 800;
}
.process__item .labels__text2 * {
  color: #F4F4F4;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}
.process .swiper-slide {
  height: unset !important;
}

.social-icons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  padding: 0;
  list-style: none;
  margin-top: 10px;
}
.social-icons__item {
  display: block;
  transition: all 0.3s ease-in-out;
}
.social-icons__item circle {
  transition: fill 0.3s ease;
  fill: var(--clr-woodland);
}
.social-icons__item:hover {
  opacity: 0.5;
  transform: translateY(-4px);
}

.spacer-v1 {
  height: var(--space-desktop);
  background: transparent;
}

.team {
  position: relative;
  padding: 121px 0 100px;
  background: linear-gradient(82.25deg, #7A00D8 4.35%, #AB3DFF 155.14%);
  border-radius: 36px;
  box-shadow: 0px 12px 46px 0px rgba(98, 47, 137, 0.3019607843);
}
.team__wrapper {
  display: flex;
  flex-direction: column;
  gap: 64px;
  max-width: 1240px;
  margin: 0 auto;
}
.team__content {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  gap: 35px;
  max-width: 900px;
  margin: 0 auto;
}
.team__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.team__item {
  background: linear-gradient(14.52deg, #7A00D8 -14.49%, #AB3DFF 82.32%);
  border-radius: 12px;
  overflow: hidden;
}
.team__item-img {
  aspect-ratio: 392/275;
  object-fit: cover;
  object-position: center;
}
.team__item-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 28px 28px;
}
.team__item-name {
  color: var(--clr-white);
  font-size: 30px;
  line-height: 1.3;
  font-weight: 500;
}
.team__item-position {
  color: #FFD966;
}
.team__item-desc {
  margin-top: 22px;
  color: var(--clr-white);
}
.team__content2 {
  max-width: 706px;
  margin: 0 auto;
  text-align: center;
}
.team__content2-title {
  color: var(--clr-white);
  font-size: 30px;
  line-height: 1.3;
  font-weight: 500;
}
.team__content2-desc {
  color: var(--clr-white);
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
  margin-top: 20px;
}
.team__btns {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: -32px;
}

.testimonials {
  padding: 130px 0 239px;
  position: relative;
}
.testimonials--style-2 {
  padding: 130px 0 42px;
  position: relative;
}
.testimonials__wrapper {
  display: flex;
  align-items: flex-start;
  gap: 54px;
}
.testimonials__content {
  width: 42%;
  flex-shrink: 0;
}
.testimonials__content .wysiwyg img {
  display: inline-block;
  vertical-align: text-bottom;
}
.testimonials__content .labels__text1 {
  max-width: 503px;
}
.testimonials__btn {
  margin-top: 45px;
}
.testimonials__items-wrapper {
  flex-grow: 1;
  position: relative;
}
.testimonials__items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
  direction: rtl;
  scrollbar-gutter: stable;
  padding: 0 20px 12px;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-y: auto;
}
.testimonials ::-webkit-scrollbar {
  width: 13px;
}
.testimonials ::-webkit-scrollbar-track {
  border-radius: 13px;
  background: #F1E5FC;
}
.testimonials ::-webkit-scrollbar-track:hover {
  cursor: pointer;
}
.testimonials ::-webkit-scrollbar-thumb {
  border-radius: 13px;
  background: linear-gradient(0deg, rgba(122, 0, 216, 0.06) 0%, rgba(64, 0, 114, 0.2) 100%);
}
.testimonials ::-webkit-scrollbar-thumb:hover {
  cursor: pointer;
}
.testimonials__item {
  direction: ltr;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
  background: var(--clr-white);
  border-radius: 16px;
  box-shadow: 0px 12px 36px 0px rgba(122, 0, 216, 0.1019607843);
  overflow: hidden;
  padding: 47px 45px;
  width: 100%;
}
.testimonials__item-stars {
  display: flex;
  align-items: center;
  gap: 7px;
}
.testimonials__item-stars .half {
  -webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0% 100%);
  clip-path: polygon(0 0, 50% 0, 50% 100%, 0% 100%);
}
.testimonials__item-stars .half + .testimonials__item-title {
  margin-left: 1px;
}
.testimonials__item-title {
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  margin-left: 13px;
}
.testimonials__item-subtitle {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #666666;
}
.testimonials__item-bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 16px;
  align-items: center;
}
.testimonials__item-caption {
  color: var(--clr-black);
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.testimonials__item-data {
  color: #666666;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
}
.testimonials__text-under {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #445375;
  max-width: 367px;
  margin: 23px auto 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}

.text-media {
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  padding: 250px 0;
}
.text-media__row {
  display: flex;
  align-items: center;
  gap: 120px;
  max-width: 1340px;
  margin: 0 auto;
}
.text-media__row-reverse {
  flex-direction: row-reverse;
}
.text-media__row-reverse .text-media__content {
  justify-content: flex-end;
}
.text-media__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 45px;
}
.text-media__medium {
  border-radius: 16px;
  overflow: hidden;
}
.text-media__image {
  width: 100%;
  object-fit: cover;
}

.text__wrapper {
  display: flex;
  gap: 32px;
}
.text__content img {
  display: inline-block;
  vertical-align: middle;
}
.text__content--style-2 {
  margin-top: 48px;
  max-width: 280px;
}

.video {
  width: 100%;
}
.video .visually-hidden {
  visibility: hidden;
  width: 0;
  display: flex;
  height: 0;
}
.video--play .video__play-btn {
  opacity: 0;
  pointer-events: none;
}
.video--play .video__cover {
  opacity: 0;
  pointer-events: none;
}
.video__container {
  position: relative;
}
.video__container--border {
  border-radius: 20px;
  overflow: hidden;
}
.video__wrapper {
  position: relative;
  aspect-ratio: var(--ratio);
}
.video__play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 60px;
  z-index: 1;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  padding: 0;
  cursor: pointer;
  transition: opacity 0.35s ease-in-out;
}
.video__play-btn-icon {
  height: 65px;
  width: 64px;
}
.video__video-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.video__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.35s ease-in-out;
}
.video__caption {
  margin-top: 31px;
  font-style: italic;
}

.works {
  padding: 131px 0 88px;
  position: relative;
}
.works__wrapper {
  display: flex;
  align-items: flex-start;
  gap: 54px;
}
.works__content {
  width: 42%;
  flex-shrink: 0;
}
.works__btn {
  margin-top: 45px;
}
.works__items-wrapper {
  flex-grow: 1;
  position: relative;
}
.works__items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
  direction: rtl;
  scrollbar-gutter: stable;
  padding: 0 20px 12px;
  max-height: 3000px !important;
}
.works ::-webkit-scrollbar {
  width: 13px;
}
.works ::-webkit-scrollbar-track {
  border-radius: 13px;
  background: #F1E5FC;
}
.works ::-webkit-scrollbar-track:hover {
  cursor: pointer;
}
.works ::-webkit-scrollbar-thumb {
  border-radius: 13px;
  background: linear-gradient(0deg, rgba(122, 0, 216, 0.06) 0%, rgba(64, 0, 114, 0.2) 100%);
}
.works ::-webkit-scrollbar-thumb:hover {
  cursor: pointer;
}
.works__item {
  direction: ltr;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
  background: var(--clr-white);
  border-radius: 16px;
  box-shadow: 0px 12px 36px 0px rgba(122, 0, 216, 0.1019607843);
  overflow: hidden;
  padding: 47px 45px;
  width: 100%;
  flex-direction: row;
  align-items: center;
  gap: 40px;
}
.works__item-content {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.works__item-title {
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
}
.works__item-subtitle {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #666666;
  max-width: 280px;
}
.works__icon {
  background: linear-gradient(87.53deg, rgba(122, 0, 216, 0.05) 6.56%, rgba(171, 61, 255, 0.05) 97.29%);
  color: #7A00D8;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 18px;
}
.works__icon-text {
  display: inline-flex;
  padding-right: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.works__icon-text:hover {
  text-decoration: underline;
  opacity: 0.7;
}
.works__text-under {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #445375;
  max-width: 367px;
  margin: 23px auto 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  display: none;
}
/** Parts */
.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.wpcf7 .screen-reader-response, .hidden-fields-container {
  display: none !important;
}

.wpcf7-form.submitting input[type=submit], .wpcf7-form.submitting button[type=submit] {
  opacity: 0.5;
  pointer-events: none;
}
.wpcf7-form.sent .wpcf7-response-output {
  display: flex !important;
}
.wpcf7-form.sent .cf7-popup ~ .wpcf7-response-output {
  display: none !important;
  padding: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background-color: #FEF6F6;
  border: none;
  color: green;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  margin: 16px 0 0 0 !important;
}
.wpcf7-form.invalid .wpcf7-response-output, .wpcf7-form.unaccepted .wpcf7-response-output, .wpcf7-form.failed .wpcf7-response-output, .wpcf7-form.spam .wpcf7-response-output {
  padding: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background-color: #FEF6F6;
  border: none;
  color: #BF161E;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  margin: 16px 0 0 0 !important;
}
.wpcf7-form.invalid .wpcf7-response-output::before, .wpcf7-form.unaccepted .wpcf7-response-output::before, .wpcf7-form.failed .wpcf7-response-output::before, .wpcf7-form.spam .wpcf7-response-output::before {
  content: "";
  flex-shrink: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><g clip-path="url(%23clip0_21051_8710)"><path d="M12 24C9.62663 24 7.30655 23.2962 5.33316 21.9776C3.35977 20.6591 1.8217 18.7849 0.913451 16.5922C0.00519943 14.3995 -0.232441 11.9867 0.230582 9.65892C0.693605 7.33115 1.83649 5.19295 3.51472 3.51472C5.19295 1.83649 7.33115 0.693605 9.65892 0.230582C11.9867 -0.232441 14.3995 0.00519943 16.5922 0.913451C18.7849 1.8217 20.6591 3.35977 21.9776 5.33316C23.2962 7.30655 24 9.62663 24 12C23.9966 15.1815 22.7312 18.2318 20.4815 20.4815C18.2318 22.7312 15.1815 23.9966 12 24ZM12 2.00001C10.0222 2.00001 8.08879 2.5865 6.4443 3.68531C4.79981 4.78412 3.51809 6.34591 2.76121 8.17317C2.00433 10.0004 1.8063 12.0111 2.19215 13.9509C2.578 15.8907 3.53041 17.6725 4.92894 19.0711C6.32746 20.4696 8.10929 21.422 10.0491 21.8079C11.9889 22.1937 13.9996 21.9957 15.8268 21.2388C17.6541 20.4819 19.2159 19.2002 20.3147 17.5557C21.4135 15.9112 22 13.9778 22 12C21.9971 9.34873 20.9426 6.80689 19.0679 4.93215C17.1931 3.05742 14.6513 2.00292 12 2.00001Z" fill="%23BF161E"/><path d="M13 5H11V15H13V5Z" fill="%23BF161E"/><path d="M13 17H11V19H13V17Z" fill="%23BF161E"/></g><defs><clipPath id="clip0_21051_8710"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>');
}
.wpcf7-form.invalid .wpcf7-validates-as-required.wpcf7-not-valid, .wpcf7-form.unaccepted .wpcf7-validates-as-required.wpcf7-not-valid, .wpcf7-form.failed .wpcf7-validates-as-required.wpcf7-not-valid, .wpcf7-form.spam .wpcf7-validates-as-required.wpcf7-not-valid {
  border: 1.5px solid #FF445B;
}
.wpcf7-form.invalid .wpcf7-acceptance:not(.optional) input:not(:checked), .wpcf7-form.unaccepted .wpcf7-acceptance:not(.optional) input:not(:checked), .wpcf7-form.failed .wpcf7-acceptance:not(.optional) input:not(:checked), .wpcf7-form.spam .wpcf7-acceptance:not(.optional) input:not(:checked) {
  border-color: rgb(255, 68, 91);
}
.wpcf7-form .cf7-label-error {
  color: #FF445B;
}
.wpcf7-form .wpcf7-not-valid-tip {
  margin-top: 4px;
  color: #FF445B;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
}
.wpcf7-form .wpcf7-list-item {
  margin: 0;
}
.wpcf7-form .wpcf7-list-item label {
  display: flex;
  gap: 14px;
}
.wpcf7-form .wpcf7-acceptance {
  color: var(--clr-white);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.wpcf7-form .wpcf7-acceptance a {
  text-decoration: underline;
  transition: all 0.3s;
}
.wpcf7-form .wpcf7-acceptance a:hover {
  opacity: 0.7;
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label {
  cursor: pointer;
}
.wpcf7-form + .wpcf7-response-output {
  margin: 16px 0 0 0 !important;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
}
.wpcf7-form input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #767676;
  margin-right: 0;
  margin-top: 4px;
  border-radius: 2.5px;
  overflow: hidden;
  cursor: pointer;
  background-color: var(--clr-white);
  flex-shrink: 0;
}
.wpcf7-form input[type=checkbox]:checked {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="800px" width="800px" version="1.1" id="Capa_1" viewBox="0 0 17.837 17.837" xml:space="preserve"><g><path style="fill:%23030104;" d="M16.145,2.571c-0.272-0.273-0.718-0.273-0.99,0L6.92,10.804l-4.241-4.27 c-0.272-0.274-0.715-0.274-0.989,0L0.204,8.019c-0.272,0.271-0.272,0.717,0,0.99l6.217,6.258c0.272,0.271,0.715,0.271,0.99,0 L17.63,5.047c0.276-0.273,0.276-0.72,0-0.994L16.145,2.571z"/></g></svg>');
}
.wpcf7-form input:not([type=checkbox]), .wpcf7-form textarea, .wpcf7-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  width: 100%;
  padding: 12px 16px;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  border-radius: 8px;
  background-color: var(--clr-white);
  overflow: hidden;
}
.wpcf7-form input:not([type=checkbox]):-ms-input-placeholder, .wpcf7-form textarea:-ms-input-placeholder, .wpcf7-form select:-ms-input-placeholder {
  color: #9CA3AF;
}
.wpcf7-form input:not([type=checkbox])::placeholder, .wpcf7-form textarea::placeholder, .wpcf7-form select::placeholder {
  color: #9CA3AF;
}
.wpcf7-form input[type=number]::-webkit-outer-spin-button,
.wpcf7-form input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.wpcf7-form input[type=number] {
  -moz-appearance: textfield;
}
.wpcf7-form select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M3.96967 6.21967C4.26256 5.92678 4.73744 5.92678 5.03033 6.21967L9.375 10.5643L13.7197 6.21967C14.0126 5.92678 14.4874 5.92678 14.7803 6.21967C15.0732 6.51256 15.0732 6.98744 14.7803 7.28033L9.90533 12.1553C9.76468 12.296 9.57391 12.375 9.375 12.375C9.17609 12.375 8.98532 12.296 8.84467 12.1553L3.96967 7.28033C3.67678 6.98744 3.67678 6.51256 3.96967 6.21967Z" fill="%231E1F11"/></svg>');
  background-position: calc(100% - 16px) center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  border-radius: 0;
}
.wpcf7-form select option {
  font-weight: 500;
}

.cf7-form {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.cf7-form__label {
  margin-bottom: 8px;
}
.cf7-form__input-wrapper {
  width: 100%;
}
.cf7-form__input-wrapper--1-3 {
  width: calc(33.333% - 6px);
}
.cf7-form__input-wrapper--2-3 {
  width: calc(66.666% - 6px);
}
.cf7-form__input-wrapper--half {
  width: calc(50% - 6px);
}
.cf7-form__input-wrapper--vertical-align {
  align-self: center;
}
.cf7-form__input-wrapper--consent {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: calc(50% - 6px);
  margin-right: auto;
}
.cf7-form__input-wrapper--consent-full-width {
  width: 100%;
}
.cf7-form__input-wrapper--submit {
  width: calc(40% - 6px);
}
.cf7-form__btn-wrapper {
  width: 100%;
}
.cf7-form__btn-wrapper p {
  display: flex;
}
.cf7-form__btn-wrapper br {
  display: none;
}
.cf7-form__btn {
  position: relative;
  flex-grow: 1;
  box-sizing: border-box;
  width: 100%;
}
.cf7-form__btn--w-100 {
  width: 100%;
}
.cf7-form__phone {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  color: var(--clr-secondary-500);
  gap: 10px;
}
.cf7-form p {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
  background: linear-gradient(87.85deg, rgba(122, 0, 216, 0.0225) 6.15%, rgba(171, 61, 255, 0.05) 97.17%);
}
.icon--2 {
  width: 48px;
  height: 48px;
  margin-top: -12px;
}
.icon--3 {
  width: 48px;
  height: 48px;
}
.icon__inner {
  width: 48px;
  height: 48px;
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(43.92deg, #7A00D8 9.2%, #AB3DFF 92.04%);
}

.image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.labels {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.labels--style-2 .labels__text1 * {
  color: var(--clr-white);
  font-size: 54px;
  line-height: 1.2;
  font-weight: 800;
}
.labels--style-2 .labels__text2 * {
  color: #F4F4F4;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
}
.labels--style-3 {
  gap: 10px;
}
.labels--style-3 .labels__text1 * {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 800;
}
.labels--style-3 .labels__text2 * {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.labels--style-4 {
  gap: 40px;
}
.labels--style-4 .labels__text1 * {
  font-size: 54px;
  line-height: 1.2;
  font-weight: 800;
}
.labels--style-4 .labels__text2 * {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.labels--style-5 {
  gap: 20px;
}
.labels--style-5 .labels__text1 * {
  color: var(--clr-white);
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
}
.labels--style-5 .labels__text2 * {
  color: var(--clr-white);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.labels--style-6 .labels__text1 * {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
}
.labels--style-6 .labels__text2 * {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.labels--style-7 .labels__text1 * {
  color: var(--clr-white);
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
}
.labels--style-7 .labels__text2 * {
  color: var(--clr-white);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.labels--style-8 {
  gap: 40px;
}
.labels--style-8 .labels__text1 * {
  font-size: 34px;
  line-height: 1.2;
  font-weight: 800;
}
.labels--style-8 .labels__text2 * {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.labels__text1--bg {
  -webkit-text-fill-color: transparent;
  background: var(--bg);
  -webkit-background-clip: text;
}
.labels__text1, .labels__text1 * {
  color: var(--clr-black);
  font-size: 54px;
  line-height: 1.2;
  font-weight: 800;
}
.labels__text2, .labels__text2 * {
  color: var(--clr-dark-gray);
  margin: 0;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
}
.labels__text2 strong, .labels__text2 * strong {
  font-weight: 700 !important;
}
.labels__text2 strong *, .labels__text2 * strong * {
  font-weight: 700 !important;
}
.labels h1, .labels h2, .labels h3, .labels h4, .labels h5, .labels h6 {
  margin: 0;
}

.swiper-nav {
  display: flex;
  align-items: center;
  z-index: 1;
  gap: 20px;
  position: relative;
}
.swiper-nav__btn {
  cursor: pointer;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
  background-color: rgba(122, 0, 216, 0.2);
}
.swiper-nav__btn:not(.swiper-button-disabled):hover {
  background-color: rgba(122, 0, 216, 0.1);
}
.swiper-nav__btn.swiper-button-disabled {
  cursor: auto;
  opacity: 0.5;
}

.swiper-pagination {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 12px;
}
.swiper-pagination.swiper-pagination-lock {
  display: none;
}
.swiper-pagination__item {
  cursor: pointer;
  width: 8px;
  height: 8px;
  transition: background-color 0.5s;
  display: block;
}
.template-container h1, .template-container h2, .template-container h3, .template-container h4, .template-container h5, .template-container h6, .template-container p {
  margin: 1rem 0;
}
.template-container a {
  transition: all 0.3s ease;
}
.template-container a:hover {
  opacity: 0.7;
}
.template-container ul, .template-container ol {
  padding-left: 18px;
}
.wysiwyg ol {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.wysiwyg ol > li {
  counter-increment: item;
  padding-left: 1.75rem;
}
.wysiwyg ol > li:not(:first-child) {
  margin-top: 24px;
}
.wysiwyg ol > li::before {
  content: "0" counter(item) ". ";
  display: inline-block;
  width: 1em;
  margin-left: -2em;
  text-align: right;
  direction: ltr;
  margin-right: 16px;
  font-weight: 500;
  color: #95896A;
  vertical-align: middle;
}
.wysiwyg ul {
  display: block;
  list-style-type: none;
  padding-left: 38px;
}
.wysiwyg ul li {
  position: relative;
  padding-left: 0px;
}
.wysiwyg ul li:not(:first-child) {
  margin-top: 12px;
}
.wysiwyg ul li::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  transform: translateX(-35px);
  width: 18px;
  height: 18px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="21" viewBox="0 0 21 21" fill="none"><path d="M4.77734 11.1014L8.11068 14.4348L16.444 6.10144" stroke="%23FFD966" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/** Swiper */
/**
 * Swiper 11.2.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 31, 2025
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
@media (max-width: 1440.98px) {
  .benefits {
    padding: 126px 0;
  }
  .benefits__wrapper--items-5 {
    grid-template-columns: repeat(3, 1fr);
  }
  .boxes {
    padding: 126px 0;
  }
  .hero {
    padding: 212px 0 132px;
  }
  .hero__wrapper {
    gap: 64px;
  }
  .hero__content {
    gap: 50px;
    max-width: 620px;
  }
  .hero__btns-wrapper {
    margin: 15px 0 0;
  }
  .hero__img-wrapper-out {
    padding-right: 90px;
    margin-left: 50px;
  }
  .hero__icon2-wrapper--style-1 {
    max-width: 264px;
    border-radius: 100px;
  }
  .hero__icon2-wrapper--style-2 {
    max-width: 240px;
    left: -80px;
  }
  .meet {
    padding: 126px 0;
  }
  .meet__item:nth-child(2n) {
    margin-top: 64px;
  }
  .meet__item-content {
    padding: 32px;
  }
  .partners {
    padding: 126px 0;
  }
  .price-v1 {
    padding: 96px 0;
  }
  .price-v2 {
    padding: 96px 0;
  }
  .process {
    padding: 126px 0;
  }
  .testimonials {
    padding: 127px 0 112px;
  }
  .testimonials--style-2 {
    padding: 127px 0 42px;
  }
  .text-media {
    padding: 180px 0;
  }
  .works__item {
    gap: 40px;
    flex-direction: row;
    align-items: center;
  }
  .works__icon {
    margin-top: 0;
  }
  .labels--style-2 .labels__text1 * {
    font-size: 52px;
  }
  .labels--style-4 .labels__text1 * {
    font-size: 52px;
  }
  .labels--style-8 .labels__text1 * {
    font-size: 30px;
  }
  .labels__text1, .labels__text1 * {
    font-size: 52px;
  }
}
@media (max-width: 1199.98px) {
  .hero__img-wrapper-out {
    padding-right: 0;
  }
  .hero__icon2-wrapper--style-1 {
    right: -24px;
    top: -35px;
  }
  .navigation .container {
    padding: 0;
  }
  .navigation__menu-wrapper {
    overflow: none;
    padding-left: 24px;
    padding-right: 24px;
  }
  .navigation__item {
    width: auto;
  }
  .partners__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .works__item {
    gap: 40px;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 991.98px) {
  .container {
    padding: 0 16px;
  }
  .container-right {
    padding: 0 0 0 0;
  }
  .container-left {
    padding: 0 0 0 0;
  }
  .row {
    flex-direction: column;
    align-items: center;
  }
  .col--12 {
    width: 100%;
  }
  .col--11 {
    width: 100%;
  }
  .col--10 {
    width: 100%;
  }
  .col--9 {
    width: 100%;
  }
  .col--8 {
    width: 100%;
  }
  .col--7 {
    width: 100%;
  }
  .col--6 {
    width: 100%;
  }
  .col--5 {
    width: 100%;
  }
  .col--4 {
    width: 100%;
  }
  .col--3 {
    width: 100%;
  }
  .col--2 {
    width: 100%;
  }
  .col--1 {
    width: 100%;
  }
  .header {
    display: block;
    height: auto;
  }
  .header__logo {
    width: 100px;
  }
  .header__wrapper {
    flex-direction: column;
  }
  .header__menu-bar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
  }
  .header__buttons .widget_block:not(:last-child) {
    display: none;
  }
  .header__content {
    gap: 16px;
    display: none;
  }
  .header__burger {
    margin-left: auto;
    display: flex;
  }
  .header__menu {
    width: 100%;
  }
  .header__btns-wrapper {
    flex-direction: column;
    align-items: center;
    margin: auto;
    margin-top: 32px;
  }
  .header__btns-wrapper .widget-container, .header__btns-wrapper .btn {
    width: 100%;
  }
  body.menu-active .header {
    overflow-y: auto;
    height: 100vh;
    background-color: white;
  }
  body.menu-active .header__content {
    display: flex;
    width: 100%;
    gap: 0;
  }
  body.menu-active .header__menu {
    padding: 28px 0 0;
  }
  body:not(.menu-sticky) .header--style-2 .burger__bar {
    filter: brightness(0) saturate(100%) invert(92%) sepia(63%) saturate(0%) hue-rotate(77deg) brightness(105%) contrast(109%);
  }
  body:not(.menu-sticky) .header--style-2 .header__logo img {
    filter: brightness(0) saturate(100%) invert(92%) sepia(63%) saturate(0%) hue-rotate(77deg) brightness(105%) contrast(109%);
  }
  .footer {
    padding: 64px 0;
  }
  .footer__wrapper {
    margin-bottom: 24px;
    flex-direction: column;
    gap: 48px;
  }
  .footer__col {
    max-width: 100%;
  }
  .footer__bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .footer__bar > *:not(:last-child, :first-child) {
    text-align: left;
  }
  .footer__bar > *:last-child:not(:first-child) {
    text-align: left;
  }
  .error-404__subtitle {
    font-size: 40px;
    line-height: 120%;
  }
  .collapse--mobile-only.collapse .collapse__content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  .aos:not(.post-tile, .awards__item) + .aos {
    transition-delay: 0.2s;
  }
  .aos:not(.post-tile, .awards__item) + .aos + .aos {
    transition-delay: 0.2s;
  }
  .aos:not(.post-tile, .awards__item) + .aos + .aos + .aos {
    transition-delay: 0.2s;
  }
  .aos:not(.post-tile, .awards__item) + .aos + .aos + .aos + .aos {
    transition-delay: 0.2s;
  }
  .btn {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    padding: 16px 24px;
    justify-content: center;
  }
  .menu__container > .menu-item > .menu__link {
    gap: 0;
  }
  .menu__container > .menu-item > .sub-menu {
    margin-top: 16px;
  }
  .menu__container > .menu-item > .sub-menu::before {
    display: none;
  }
  .menu__arrow {
    padding: 8px;
  }
  .menu__submenu-inner-wrapper {
    padding: 0;
  }
  .menu__link-text {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
  }
  body.menu-active .menu__container {
    flex-direction: column;
    gap: 0;
  }
  body.menu-active .menu__container > .menu-item {
    font-weight: 700;
    padding-bottom: 24px;
    text-align: center;
  }
  body.menu-active .menu__container > .menu-item > .sub-menu {
    position: static;
    transform: none;
    background: none;
    opacity: 1;
    visibility: visible;
  }
  body.menu-active .menu__container > .menu-item > .sub-menu .menu-item {
    font-weight: 400;
  }
  body.menu-active .menu__container > .menu-item > .sub-menu .menu-item:last-child {
    padding-bottom: 6px;
  }
  body.menu-active .menu__container > .menu-item--active .menu__arrow {
    transform: scaleY(-1);
  }
  .about {
    padding: 64px 0;
  }
  .about__wrapper {
    gap: 48px;
    grid-template-columns: repeat(1, 1fr);
  }
  .about__img-wrapper-out {
    padding: 24px;
  }
  .accordion {
    padding: 56px 0;
  }
  .accordion--style-2 {
    padding: 24px 0 24px;
  }
  .accordion__wrapper {
    gap: 32px;
  }
  .accordion__title {
    font-size: 48px;
    line-height: 120%;
  }
  .accordion__item-btn {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    padding: 24px 32px;
    gap: 24px;
  }
  .accordion__item-toggle {
    width: 64px;
    height: 64px;
  }
  .accordion__item-content-wrapper {
    gap: 0;
  }
  .accordion__item-content-text {
    padding: 0 32px 24px 32px;
  }
  .benefits {
    padding: 56px 0;
  }
  .benefits__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .boxes {
    padding: 64px 0;
  }
  .boxes__items {
    margin-top: 45px;
    grid-template-columns: repeat(1, 1fr);
  }
  .boxes__item-title {
    font-size: 32px;
    line-height: 1;
    font-weight: 700;
  }
  .contact {
    padding: 32px 0;
  }
  .contact__wrapper {
    flex-direction: column;
    gap: 64px;
  }
  .contact__content-wrapper {
    width: 100%;
    padding: 32px 20px;
  }
  .contact__content2-wrapper {
    margin-top: 0;
    width: 100%;
  }
  .contact__icons {
    margin-top: 32px;
  }
  .contact__content2-desc {
    padding: 32px 20px;
  }
  .cta-v1 {
    padding: 64px 0;
  }
  .cta-v2--style-2 {
    padding: 64px 0;
  }
  .cta-v2__wrapper {
    padding: 64px 24px;
  }
  .cta-v2__icon-wrapper p {
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
  }
  .cta-v2__btns {
    flex-direction: column;
    margin-top: 0;
  }
  .cta-v2__btn {
    width: 100%;
  }
  .example {
    padding: 32px 0;
  }
  .hero {
    padding: 80px 0;
  }
  .hero__wrapper {
    gap: 48px;
    flex-direction: column;
    align-items: flex-start;
  }
  .hero__content {
    gap: 35px;
    width: 100%;
  }
  .hero__icon-wrapper {
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
  }
  .hero__items {
    flex-direction: column;
  }
  .hero__img-wrapper-out {
    padding-right: 0;
    margin: 0;
  }
  .hero__icon2-wrapper--style-1 {
    right: 12px;
    top: -32px;
  }
  .hero__icon2-wrapper--style-2 {
    left: 12px;
    top: 55%;
    max-width: 270px;
  }
  .hero__icon2-wrapper--style-3 {
    right: 12px;
  }
  .hero-v2 {
    padding: 150px 0 85px;
  }
  .hero-v2__content .labels {
    gap: 24px;
  }
  .hero-v2__content .labels__text1 * {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 800;
  }
  .hero-v2__content .labels__text2 * {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 500;
  }
  .meet {
    padding: 64px 0;
  }
  .meet__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
  .meet__item {
    flex-direction: column;
  }
  .meet__item picture {
    width: 100%;
  }
  .meet__item-content {
    padding: 40px 20px;
  }
  .meet__content2-wrapper {
    align-items: flex-start;
    flex-direction: column;
    gap: 40px;
    padding: 40px 20px;
  }
  .meet__content2 {
    width: 100%;
  }
  .meet__benefits-wrapper {
    width: 100%;
    flex-direction: column;
  }
  .navigation {
    overflow: auto;
  }
  .navigation__menu-wrapper {
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .navigation__item {
    padding: 16px 10px;
    width: auto;
  }
  .partners {
    padding: 64px 0;
  }
  .partners__wrapper {
    gap: 32px;
  }
  .partners__logos {
    padding: 32px 20px;
  }
  .partners__items {
    grid-template-columns: repeat(1, 1fr);
  }
  .partners__item {
    padding: 24px 40px;
  }
  .partners__number {
    font-size: 48px;
    line-height: 1;
    font-weight: 700;
  }
  .partners__desc {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
  }
  .partners__item-desc {
    max-width: none;
  }
  .price-v1 {
    padding: 64px 0;
  }
  .price-v1__content {
    gap: 48px !important;
  }
  .price-v1__wrapper {
    flex-direction: column;
    align-items: center;
  }
  .price-v1__item {
    padding: 24px;
  }
  .price-v1__item2 {
    margin-top: 64px;
    padding: 24px;
  }
  .price-v1__item2-row {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
  }
  .price-v1__item2-row--style-2 {
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
  }
  .price-v1__item2-row-left {
    width: 50%;
  }
  .price-v1__item2-row-right {
    width: 50%;
  }
  .price-v2 {
    padding: 64px 0;
  }
  .price-v2__content {
    margin-bottom: 48px;
  }
  .price-v2__group-out {
    gap: 32px;
  }
  .price-v2__group-in {
    padding: 32px 16px;
    border-radius: 8px;
  }
  .price-v2__group-out-title {
    margin-bottom: 24px;
  }
  .price-v2__group-title {
    margin-top: 54px;
  }
  .price-v2__wrapper {
    flex-direction: column;
    align-items: center;
  }
  .price-v2__item {
    padding: 24px;
  }
  .price-v2__item2 {
    margin-top: 64px;
    padding: 24px;
  }
  .process {
    padding: 56px 0;
  }
  .process__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  .process__item {
    padding: 25px 20px 25px;
  }
  .spacer-v1 {
    height: var(--space-mobile);
  }
  .team {
    padding: 64px 0;
  }
  .team__items {
    grid-template-columns: repeat(1, 1fr);
  }
  .team__btns {
    flex-direction: column;
  }
  .team__btn {
    width: 100%;
  }
  .testimonials {
    padding: 64px 0;
  }
  .testimonials--style-2 {
    padding: 64px 0;
  }
  .testimonials__wrapper {
    align-items: unset;
    flex-direction: column;
  }
  .testimonials__content {
    width: 100%;
  }
  .testimonials__item {
    padding: 30px 20px;
  }
  .testimonials__text-under {
    display: none;
  }
  .text-media {
    padding: 60px 0;
  }
  .text-media__row {
    flex-direction: column;
    gap: 48px;
  }
  .text-media__row-reverse {
    flex-direction: column;
  }
  .text-media__row-reverse .text-media__content {
    width: 100%;
  }
  .text-media__inner-content {
    max-width: none;
  }
  .text-media__medium {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .text__wrapper {
    flex-direction: column;
    gap: 16px;
  }
  .text__content--style-2 {
    margin-top: 0;
  }
  .video__play-btn {
    width: 80px;
  }
  .video__caption {
    margin-top: 4px;
    font-style: normal;
  }
  .works {
    padding: 64px 0;
  }
  .works__wrapper {
    align-items: unset;
    flex-direction: column;
  }
  .works__content {
    width: 100%;
  }
  .works__items {
    padding: 0 !important;
    overflow: unset;
  }
  .works__item {
    align-items: flex-start;
    gap: 25px;
    flex-direction: column;
    padding: 30px 20px;
  }
  .works__item-subtitle {
    max-width: 350px;
  }
  .works__icon {
    margin-top: 18px;
  }
  .cf7-form__input-wrapper--1-3 {
    width: 100%;
  }
  .cf7-form__input-wrapper--2-3 {
    width: 100%;
  }
  .cf7-form__input-wrapper--half {
    width: 100%;
  }
  .cf7-form__input-wrapper--consent {
    width: 100%;
  }
  .cf7-form__input-wrapper--submit {
    width: 100%;
  }
  .labels--style-2 .labels__text1 * {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 800;
  }
  .labels--style-2 .labels__text2 * {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
  }
  .labels--style-3 .labels__text1 * {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 800;
  }
  .labels--style-3 .labels__text2 * {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }
  .labels--style-4 .labels__text1 * {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 800;
  }
  .labels--style-4 .labels__text2 * {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }
  .labels--style-5 .labels__text1 * {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 800;
  }
  .labels--style-5 .labels__text2 * {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }
  .labels--style-6 .labels__text1 * {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 800;
  }
  .labels--style-6 .labels__text2 * {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }
  .labels--style-7 .labels__text1 * {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 800;
  }
  .labels--style-7 .labels__text2 * {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }
  .labels--style-8 .labels__text1 * {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 800;
  }
  .labels--style-8 .labels__text2 * {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }
  .labels__text1, .labels__text1 * {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 800;
  }
  .labels__text2, .labels__text2 * {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
  }
  .swiper-nav__btn {
    width: 64px;
    height: 64px;
  }
}
@media (max-width: 575.98px) {
  .benefits__item {
    padding-left: 20px;
    padding-right: 20px;
  }
  .meet__items {
    grid-template-columns: repeat(1, 1fr);
  }
  .meet__item:nth-child(2n) {
    margin-top: 0;
  }
  .process__item .labels__text1 * {
    font-size: 7.5vw;
  }
  .labels--style-2 .labels__text1 * {
    font-size: 7.5vw;
  }
  .labels--style-4 .labels__text1 * {
    font-size: 7.5vw;
  }
  .labels--style-5 .labels__text1 * {
    font-size: 7.5vw;
  }
  .labels--style-6 .labels__text1 * {
    font-size: 7.5vw;
  }
  .labels--style-7 .labels__text1 * {
    font-size: 7.5vw;
  }
  .labels__text1, .labels__text1 * {
    font-size: 7.5vw;
  }
}
@media (min-width: 991.98px) and (min-width: 991.98px) {
  .menu__link-text:hover::before, .menu__link-text:focus::before {
    display: block;
  }
}
@media (min-width: 991.98px) and (max-width: 991.98px) {
  .menu__container > .menu-item:hover > .menu__link:before, .menu__container > .menu-item:focus-within > .menu__link:before {
    display: none;
  }
}
@media (min-width: 991.98px) {
  .header {
    background: transparent;
    top: 30px;
  }
  body:not(.menu-sticky) .header--style-2 {
    color: var(--clr-white);
  }
  body:not(.menu-sticky) .header--style-2 .header__logo {
    filter: brightness(0) saturate(100%) invert(99%) sepia(55%) saturate(0%) hue-rotate(13deg) brightness(107%) contrast(101%);
  }
  body:not(.menu-sticky) .header--style-2 .header__btns-wrapper > .widget-container:first-of-type .btn {
    background: transparent;
    color: #fff;
    border-color: #fff;
  }
  body:not(.menu-sticky) .header--style-2 .header__btns-wrapper > .widget-container:first-of-type .btn .btn__icon2 {
    filter: brightness(0) saturate(100%) invert(99%) sepia(55%) saturate(0%) hue-rotate(13deg) brightness(107%) contrast(101%);
  }
  body:not(.menu-sticky) .header--style-2 .header__btns-wrapper > .widget-container:first-of-type .btn:hover {
    background: linear-gradient(88.19deg, #FFC927 6.85%, #FFD966 97.45%);
    color: var(--clr-black);
    border-color: transparent;
  }
  body:not(.menu-sticky) .header--style-2 .header__btns-wrapper > .widget-container:first-of-type .btn:hover .btn__icon2 {
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7500%) hue-rotate(340deg) brightness(94%) contrast(106%);
  }
  body:not(.menu-sticky) .header--style-2 .header__btns-wrapper > .widget-container:last-of-type .btn {
    background: #FFC927;
    color: #622F89;
    border-color: transparent;
  }
  body:not(.menu-sticky) .header--style-2 .header__btns-wrapper > .widget-container:last-of-type .btn .btn__icon2 {
    filter: brightness(0) saturate(100%) invert(20%) sepia(51%) saturate(2001%) hue-rotate(250deg) brightness(96%) contrast(94%);
  }
  body:not(.menu-sticky) .header--style-2 .header__btns-wrapper > .widget-container:last-of-type .btn:hover {
    border-color: var(--clr-white);
    background: transparent;
    color: var(--clr-white);
  }
  body:not(.menu-sticky) .header--style-2 .header__btns-wrapper > .widget-container:last-of-type .btn:hover .btn__icon2 {
    filter: brightness(0) saturate(100%) invert(99%) sepia(55%) saturate(0%) hue-rotate(13deg) brightness(107%) contrast(101%);
  }
  .menu__container > .menu-item:hover > .sub-menu, .menu__container > .menu-item:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
  }
  .menu__container > .menu-item:hover > .menu__link:before, .menu__container > .menu-item:focus-within > .menu__link:before {
    content: "";
    width: 100%;
    left: 0;
    bottom: -3px;
    height: 2px;
    background-color: currentColor;
    display: block;
    position: absolute;
    z-index: 100;
  }
  .menu__container > .menu-item:hover .menu__arrow, .menu__container > .menu-item:focus-within .menu__arrow {
    transform: scaleY(-1);
  }
  .menu__link-text {
    position: relative;
    white-space: nowrap;
  }
  .menu__link-text::before {
    content: "";
    width: 100%;
    left: 0;
    bottom: -3px;
    height: 2px;
    background-color: var(--clr-black);
    display: none;
    position: absolute;
  }
  .benefits__item {
    min-height: 287px;
  }
  .benefits__item-text-wrapper {
    min-height: var(--max-height);
  }
  .contact__form-wrapper textarea {
    height: 336px;
  }
  .hero__content .labels {
    gap: 40px;
  }
  .hero__content .labels__text1 * {
    font-size: 44px;
    line-height: 1.2;
    font-weight: 800;
  }
  .hero__content .labels__text2 {
    max-width: 580px;
  }
  .price-v1__content .labels__text1 * {
    font-size: 64px !important;
    font-weight: 800 !important;
  }
  .price-v2__content * {
    font-size: 64px !important;
    font-weight: 800 !important;
  }
  .testimonials .container {
    max-width: 1505px;
  }
  .testimonials__content {
    position: sticky;
    top: calc(var(--header-height) + 10px);
  }
  .text-media__row-reverse .text-media__medium {
    display: flex;
    justify-content: flex-end;
  }
  .text-media__row-reverse .text-media__medium .container {
    display: flex;
    justify-content: flex-end;
  }
  .text-media__medium {
    width: 50%;
  }
  .works__content {
    position: sticky;
    top: calc(var(--header-height) + 10px);
  }
}
@media (min-width: 1199.98px) {
  .hero__content .labels__text1 * {
    font-size: 60px;
    line-height: 1.2;
    font-weight: 800;
  }
}
@media (min-width: 1440.98px) {
  .hero__content .labels {
    gap: 65px;
  }
  .hero__content .labels__text1 * {
    font-size: 64px;
    line-height: 1.2;
    font-weight: 800;
  }
  .hero__content .labels__text2 {
    max-width: 580px;
  }
}
