/* latin */
/* latin */
@import url(normalize.css);
@import url(animate.css);
@import url(aos.css);
@import url(hamburgers.css);
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/webfonts/Manrope-Light.woff2) format("woff2");
}

/* latin */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/webfonts/Manrope-Regular.woff2) format("woff2");
}

/* latin */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/webfonts/Manrope-Medium.woff2) format("woff2");
}

/* latin */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/webfonts/Manrope-SemiBold.woff2) format("woff2");
}

/* latin */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/webfonts/Manrope-Bold.woff2) format("woff2");
}

/* latin */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(../fonts/webfonts/Manrope-ExtraBold.woff2) format("woff2");
}

/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
  overflow: visible;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0 none;
}

@media only screen and (min-width: 768px) {
  .on__mobile {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .on__desktop {
    display: none;
  }
}

.ng-hide {
  display: none;
  visibility: hidden;
}

.no-display {
  display: none;
  visibility: hidden;
}

p {
  margin-top: 0;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  p {
    margin-bottom: 15px;
  }
}

p:empty {
  display: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}

p:last-child {
  margin: 0;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: underline;
}

img,
object,
embed,
video {
  max-width: 100%;
  height: initial;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  text-transform: none;
  margin: 0;
  line-height: 1.2;
}

h2.title,
h3.title {
  font-size: 4rem;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  h2.title,
  h3.title {
    font-size: 2.5rem;
  }
}

html,
body,
#wrapper {
  height: 100%;
  position: relative;
}

html {
  font-size: 62.5%;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html.fixed_scroll {
  overflow: hidden;
}

body {
  font-family: "Manrope", sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #000;
  padding: 0;
  margin: 0;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

body.ecommerce-mobile-apps,
body.ecommerce-marketing {
  overflow-x: revert;
}

body.ecommerce-mobile-apps #wrapper,
body.ecommerce-marketing #wrapper {
  height: 100%;
}

.container {
  max-width: 1320px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.container .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .container .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

header {
  position: relative;
  z-index: 9999;
  height: 50px;
}

header .header-wrapper {
  background-color: white;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0);
  -webkit-transition: background-color 250ms cubic-bezier(0, 0, 0.5, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.5, 1), -webkit-box-shadow 250ms cubic-bezier(0, 0, 0.5, 1);
  transition: background-color 250ms cubic-bezier(0, 0, 0.5, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.5, 1), -webkit-box-shadow 250ms cubic-bezier(0, 0, 0.5, 1);
  transition: transform 250ms cubic-bezier(0, 0, 0.5, 1), box-shadow 250ms cubic-bezier(0, 0, 0.5, 1), background-color 250ms cubic-bezier(0, 0, 0.5, 1);
  transition: transform 250ms cubic-bezier(0, 0, 0.5, 1), box-shadow 250ms cubic-bezier(0, 0, 0.5, 1), background-color 250ms cubic-bezier(0, 0, 0.5, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.5, 1), -webkit-box-shadow 250ms cubic-bezier(0, 0, 0.5, 1);
  width: 100%;
  position: fixed;
  top: 0;
}

@media only screen and (min-width: 768px) {
  header {
    height: 65px;
  }
  header.scrollDown .header-wrapper {
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
  }
  header.scrollUp .header-wrapper {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

header.fixed .header-wrapper {
  background-color: white;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}

header nav {
  color: #000;
}

@media only screen and (max-width: 767px) {
  header nav {
    width: 100%;
  }
}

header nav a {
  color: #000;
}

header nav a:hover {
  color: #000;
}

header .logo {
  position: absolute;
  top: 1rem;
  left: 2rem;
}
header .logo svg{
  height: 40px;
}
@media only screen and (max-width: 767px) {
  header .logo {
    top: 0.3rem;
  }
}

header .logo a {
  display: block;
}

header .logo svg path.cOlor {
  fill: #000;
}

@media only screen and (max-width: 767px) {
  header .logo svg {
    width: 110px;
  }
}

header .container {
  max-width: 1270px;
  padding: 20px 20px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  header .container {
    min-height: 50px;
    padding: 15px 20px;
  }
}

header .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -20px;
}

header .row .head__left,
header .row .head__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  header .row .head__right {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.87);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 60px 0;
    min-height: 100vh;
  }
}

header nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 30px;
}

@media only screen and (min-width: 768px) {
  header nav ul {
    font-size: 18px;
  }
}

header nav ul a {
  text-decoration: none;
  position: relative;
}

@media only screen and (max-width: 767px) {
  header nav ul a {
    color: #fff !important;
  }
}

header nav ul a:hover {
  text-decoration: none;
}

header nav ul .menu-item-has-children {
  display: none;
}

header nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  header nav > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (min-width: 768px) {
  header nav > ul > li:not(:first-child) {
    margin-left: 4rem;
  }
}

@media only screen and (min-width: 1024px) {
  header nav > ul > li:not(:first-child) {
    margin-left: 6.5rem;
  }
}

@media only screen and (max-width: 767px) {
  header nav > ul > li {
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  header nav > ul > li:first-child {
    padding-top: 0;
  }
  header nav > ul > li > a {
    padding: 0 30px;
  }
}

header nav > ul > li.current_page_item > a:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

header nav > ul > li.menu-item-type-custom {
  position: relative;
}

@media only screen and (max-width: 767px) {
  header nav > ul > li.menu-item-type-custom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  header nav > ul > li.menu-item-type-custom > a {
    padding: 0 30px;
  }
  header nav > ul > li.menu-item-type-custom .dropdown__icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 62px;
    height: 42px;
    display: block;
  }
  header nav > ul > li.menu-item-type-custom .dropdown__icon:after {
    content: '';
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNiAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1IDlMOCAyTDEgOSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPgo=);
    background-position: center;
    background-repeat: no-repeat;
    width: 62px;
    height: 42px;
    display: block;
    -webkit-transform: rotate3d(0, 0, 1, 180deg);
    transform: rotate3d(0, 0, 1, 180deg);
  }
  header nav > ul > li.menu-item-type-custom .dropdown__icon.focus:after {
    -webkit-transform: rotate3d(0, 0, 0, 180deg);
    transform: rotate3d(0, 0, 0, 180deg);
  }
}

@media only screen and (min-width: 768px) {
  header nav > ul > li.menu-item-type-custom:after {
    content: '';
    pointer-events: none;
    position: absolute;
    height: 48px;
    left: -50%;
    right: -50%;
    top: 0px;
  }
  header nav > ul > li.menu-item-type-custom > a {
    position: relative;
    z-index: 1;
  }
}

@media only screen and (min-width: 1024px) {
  header nav > ul > li.menu-item-type-custom:after {
    left: -90%;
    right: -90%;
  }
}

@media only screen and (min-width: 768px) {
  header nav > ul > li > a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    pointer-events: none;
  }
}

@media only screen and (min-width: 768px) {
  header nav > ul > li:hover.menu-item-type-custom:after {
    pointer-events: auto;
  }
}

header nav > ul > li:hover > a:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

header .actions {
  max-width: 272px;
}

@media only screen and (min-width: 768px) {
  header .actions {
    position: absolute;
    right: 2rem;
    top: 1.5rem;
  }
}

header .actions .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 15px;
  background-color: #3ab554;
  border-radius: 30px;
  height: 3.5rem;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  header .actions .link {
    min-width: 275px;
    min-height: 45px;
    font-size: 18px;
    margin-top: 40px;
  }
}

header .actions .link:hover {
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  header .actions .link:hover {
    background-color: #000;
  }
}

@media only screen and (min-width: 768px) {
  .hamburger {
    display: none;
  }
}

.hamburger .hamburger-inner, .hamburger .hamburger-inner::before, .hamburger .hamburger-inner::after {
  background-color: #000;
}

.hamburger.is-active ~ .head__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer {
  background-color: #181818;
  color: #fff;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  footer {
    font-size: 1.1rem;
  }
}

footer .container {
  max-width: 1270px;
}

footer .container .row {
  -ms-flex-wrap: unset;
  flex-wrap: unset;
}

footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer ul li:not(:first-child) {
  margin-top: 12px;
}

@media only screen and (min-width: 768px) {
  footer ul li:not(:first-child) {
    margin-top: 15px;
  }
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #fff;
  text-decoration: underline !important;
}

@media only screen and (max-width: 767px) {
  footer p {
    margin-bottom: 15px;
  }
}

footer h4 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 18px;
}

@media only screen and (max-width: 767px) {
  footer h4 {
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
}

footer .footer__top {
  padding: 30px 0 35px;
}

@media only screen and (min-width: 768px) {
  footer .footer__top {
    padding: 35px 0;
  }
}

@media only screen and (max-width: 767px) {
  footer .footer__top .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  footer .footer__top .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

footer .footer__bottom {
  border-top: 1px solid #f3f3f3;
  padding: 15px 0;
}

@media only screen and (min-width: 768px) {
  footer .footer__bottom {
    padding: 20px 0;
  }
}

footer .footer__bottom .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .footer__bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .footer__bottom ul > li:not(:first-child) {
  margin-top: 0;
  margin-left: 25px;
}

@media only screen and (min-width: 768px) {
  footer .footer__bottom ul > li:not(:first-child) {
    margin-left: 40px;
  }
}

footer .footer__bottom .policy-link li {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  footer .footer__bottom .policy-link {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 10px;
  }
}

.foo-logo {
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  .foo-logo {
    margin-bottom: 25px;
  }
}

.foo-logo a {
  display: block;
}

.foo-logo svg {
  display: block;
}

@media only screen and (max-width: 767px) {
  .foo-logo svg {
    width: 100px;
    /* height: 14px; */
  }
}

@media only screen and (min-width: 768px) {
  .foo-location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .foo-location {
    padding: 30px 0;
  }
}

@media only screen and (min-width: 1024px) {
  .foo-location {
    padding: 0 0 0 8%;
  }
}

@media only screen and (max-width: 767px) {
  .foo-location .location {
    margin-bottom: 30px;
  }
}

.foo-link ul {
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .foo-address {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .foo-address {
    margin-top: 20px;
  }
}

.foo-address .title {
  margin: 0;
  text-decoration: underline;
}

.foo-address ul li {
  font-weight: 700;
}

.foo-address ul li .link {
  text-decoration: underline;
}

.foo-policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .foo-policy {
    display: none;
  }
}

.foo-policy ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.foo-policy ul li:not(:first-child) {
  margin-left: 20px;
}

.all-access-pass__container {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  pointer-events: none;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}

.sticky__button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  margin-top: 30px;
  position: sticky;
  will-change: transform;
}

.sticky__button .button__groups {
  margin: 0;
}

.play__icon {
  position: relative;
}

.aap-base,
.aap-base__icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#featured__case__study .aap-base__text {
  -webkit-margin-end: 50px;
  margin-inline-end: 50px;
}

@media only screen and (max-width: 767px) {
  #featured__case__study .aap-base__text {
    -webkit-margin-end: 40px;
    margin-inline-end: 40px;
  }
}

.aap-base__text {
  -webkit-margin-start: 24px;
  margin-inline-start: 24px;
  -webkit-margin-end: 24px;
  margin-inline-end: 24px;
  max-width: 30em;
}

.aap-base {
  border-radius: 32px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  pointer-events: auto;
  position: relative;
  width: 100%;
  text-align: center;
}

.all-access-pass:before {
  background-color: green;
  border-radius: 50%;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  width: 100%;
  will-change: transform;
}

.all-access-pass.inactive .all-access-pass__background {
  -webkit-transform: matrix(0.01, 0, 0, 0.01, 0, 0);
  transform: matrix(0.01, 0, 0, 0.01, 0, 0);
  height: 45px;
  width: 45px;
  -webkit-transition: width 250ms ease-in-out 250ms, -webkit-transform 500ms ease-in-out 500ms;
  transition: width 250ms ease-in-out 250ms, -webkit-transform 500ms ease-in-out 500ms;
  transition: transform 500ms ease-in-out 500ms, width 250ms ease-in-out 250ms;
  transition: transform 500ms ease-in-out 500ms, width 250ms ease-in-out 250ms, -webkit-transform 500ms ease-in-out 500ms;
  will-change: transform;
}

.all-access-pass.inactive .aap-base__text {
  opacity: 0;
}

.aap-base__icon {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .aap-base__icon {
    width: 3.5rem;
    height: 3.5rem;
  }
}

.aap-base__text {
  display: inline-block;
  line-height: 1.2353;
  padding: 0;
  text-align: left;
  color: #fff;
  will-change: opacity;
  white-space: nowrap;
  font-size: 1.6rem;
  font-weight: 600;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .aap-base__text {
    font-size: 1.4rem;
  }
}

.all-access-pass__container.inactive .all-access-pass__background {
  -webkit-transform: matrix(0.01, 0, 0, 0.01, 0, 0);
  transform: matrix(0.01, 0, 0, 0.01, 0, 0);
  height: 4.5rem;
  width: 4.5rem;
  will-change: transform;
  -webkit-transition: width 250ms ease-in-out 250ms, -webkit-transform 500ms ease-in-out 500ms;
  transition: width 250ms ease-in-out 250ms, -webkit-transform 500ms ease-in-out 500ms;
  transition: transform 500ms ease-in-out 500ms, width 250ms ease-in-out 250ms;
  transition: transform 500ms ease-in-out 500ms, width 250ms ease-in-out 250ms, -webkit-transform 500ms ease-in-out 500ms;
}

@media only screen and (max-width: 767px) {
  .all-access-pass__container.inactive .all-access-pass__background {
    width: 3.5rem;
    height: 3.5rem;
  }
}

.all-access-pass__container .all-access-pass__background {
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transition: width 500ms ease-in-out 500ms, -webkit-transform 250ms ease-in-out 250ms;
  transition: width 500ms ease-in-out 500ms, -webkit-transform 250ms ease-in-out 250ms;
  transition: transform 250ms ease-in-out 250ms, width 500ms ease-in-out 500ms;
  transition: transform 250ms ease-in-out 250ms, width 500ms ease-in-out 500ms, -webkit-transform 250ms ease-in-out 250ms;
  height: 4.5rem;
  width: 17rem;
  will-change: transform;
  background-color: #000;
  border-radius: 30px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  will-change: transform;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .all-access-pass__container .all-access-pass__background {
    width: 14rem;
    height: 3.5rem;
  }
}

.all-access-pass__container .all-access-pass__background:hover {
  background-color: #3ab554;
}

.all-access-pass__container .all-access-pass__background:hover a {
  text-decoration: none;
}

.all-access-pass__container .all-access-pass__background:hover .aap-base__icon {
  background-color: #3ab554;
}

#featured__case__study .all-access-pass__container.inactive .all-access-pass__background {
  width: 4.5rem;
}

@media only screen and (max-width: 767px) {
  #featured__case__study .all-access-pass__container.inactive .all-access-pass__background {
    width: 3.5rem;
  }
}

#featured__case__study .all-access-pass__container .all-access-pass__background {
  width: 194px;
}

@media only screen and (max-width: 767px) {
  #featured__case__study .all-access-pass__container .all-access-pass__background {
    width: 164px;
    height: 3.5rem;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body.page-template-redesign-service #section__intro .toggleMute {
  display: none !important;
}

body.page-template-redesign-about #section__intro .forix__video:before {
  content: none;
}

body:not(.page-template-redesign-about) #section__intro .button__groups {
  position: static;
  -webkit-transform: none;
  transform: none;
  margin-top: 6rem;
}

@media only screen and (max-width: 767px) {
  body:not(.page-template-redesign-about) #section__intro .button__groups {
    margin-top: 2rem;
  }
}

body.page-template-redesign-home #section__intro video {
  height: auto;
  -o-object-position: center top;
  object-position: center top;
}

body.page-template-redesign-about #section__intro video {
  height: calc( 100vh - 65px);
  -o-object-position: center 10%;
  object-position: center 10%;
}

@media only screen and (max-width: 767px) {
  body.page-template-redesign-about #section__intro video {
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  body.page-template-redesign-about #section__intro .button__groups {
    left: 20px;
    -webkit-transform: none;
    transform: none;
  }
}

body:not(.page-template-redesign-about) #section__intro {
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
  position: relative;
}

body:not(.page-template-redesign-about) #section__intro .forix__video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#section__intro {
  overflow: hidden;
}

#section__intro video,
#section__intro img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
}

#section__intro video {
  -o-object-position: center top;
  object-position: center top;
}

@media only screen and (max-width: 767px) {
  #section__intro video {
    height: inherit;
  }
}

#section__intro .forix__video {
  position: relative;
  width: 100%;
}

#section__intro .forix__video:before {
  content: '';
  background: black;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.7)), color-stop(30%, rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#section__intro .forix__video .container__banner {
  max-width: 1340px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

#section__intro .forix__video .contain {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(4rem, -50%);
  transform: translate(4rem, -50%);
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  #section__intro .forix__video .contain {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

#section__intro .forix__video .caption .banner__title__extra__bold {
  font-size: 2.2rem;
  line-height: 2.5rem;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  #section__intro .forix__video .caption .banner__title__extra__bold {
    font-size: 4rem;
    line-height: 4rem;
  }
}

@media only screen and (min-width: 1024px) {
  #section__intro .forix__video .caption .banner__title__extra__bold {
    font-size: 5.5rem;
    line-height: 5.5rem;
  }
}

#section__intro .forix__video .caption .banner__title__bold {
  font-size: 1.7rem;
  line-height: 1.7rem;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  #section__intro .forix__video .caption .banner__title__bold {
    font-size: 2.2rem;
    line-height: 2.2rem;
  }
}

@media only screen and (min-width: 1024px) {
  #section__intro .forix__video .caption .banner__title__bold {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
}

#section__intro .forix__video .caption .line {
  height: 1px;
  background-color: #3AB554;
  width: 90px;
  margin: 1.6rem 0 1.2rem;
}

@media only screen and (min-width: 768px) {
  #section__intro .forix__video .caption .line {
    width: 110px;
    margin: 3rem 0 2.5rem;
  }
}

@media only screen and (min-width: 1024px) {
  #section__intro .forix__video .caption .line {
    width: 126px;
    margin: 4rem 0 3.5rem;
  }
}

#section__intro .logo__app__icon {
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  #section__intro .logo__app__icon {
    display: none;
  }
}

#section__intro .logo__app__icon img {
  display: block;
}

#section__intro .logo__app__icon.magento__icon {
  width: 200px;
}

#section__intro .logo__app__icon.shopify__icon {
  width: 180px;
}

#section__intro .logo__app__icon.bigcommerce__icon {
  width: 200px;
}

#section__intro .app__video__banner {
  pointer-events: none;
  position: absolute;
  z-index: 1;
  height: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  #section__intro .app__video__banner {
    width: 70px;
    height: 154px;
    top: 15px;
    right: 15px;
    bottom: unset;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #section__intro .app__video__banner {
    width: 140px;
    height: 286px;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
  }
}

@media only screen and (min-width: 1200px) {
  #section__intro .app__video__banner {
    padding: 0 15% 0 0;
    width: 274px;
    height: 559px;
    margin: auto;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
}

@media only screen and (min-width: 1332px) {
  #section__intro .app__video__banner {
    padding: 0 20% 0 0;
  }
}

#section__intro .app__video__banner video {
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  #section__intro .app__video__banner video {
    border-radius: 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #section__intro .app__video__banner video {
    border-radius: 24px;
  }
}

@media only screen and (min-width: 1200px) {
  #section__intro .app__video__banner video {
    border-radius: 47px;
  }
}

#section__intro .toggleMute {
  cursor: pointer;
  position: absolute;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMS4yMzUzIDMyLjc5NjFMMTIuNDE3NiAyNS4yMzczSDguODUyOTRDOC4zODIzNSAyNS4yMzczIDggMjQuODU0OSA4IDI0LjM4NDRWMTYuNjE5N0M4IDE2LjE0OTEgOC4zODIzNSAxNS43NjY3IDguODUyOTQgMTUuNzY2N0gxMi40MTc2TDIxLjIzNTMgOC4yMDc4OUMyMS40ODgyIDcuOTkwMjUgMjEuODQ3MSA3LjkzNzMxIDIyLjE0NzEgOC4wNzg0OEMyMi40NDcxIDguMjE5NjYgMjIuNjQxMiA4LjUyNTU0IDIyLjY0MTIgOC44NTQ5NVYzMi4xNDkxQzIyLjY0MTIgMzIuNDg0NCAyMi40NDcxIDMyLjc4NDQgMjIuMTQ3MSAzMi45MjU1QzIxLjg0NzEgMzMuMDYwOCAyMS40ODgyIDMzLjAxMzggMjEuMjM1MyAzMi43OTYxWk0xMi43MzUzIDE3LjQ3MjZIOS43MDU4OFYyMy41MzE0SDEyLjczNTNDMTIuOTM1MyAyMy41MzE0IDEzLjEzNTMgMjMuNjAyIDEzLjI4ODIgMjMuNzM3M0wyMC45NDEyIDMwLjI5NjFWMTAuNzA3OUwxMy4yODgyIDE3LjI2NjdDMTMuMTM1MyAxNy40MDIgMTIuOTQxMiAxNy40NzI2IDEyLjczNTMgMTcuNDcyNlpNMzIuNzUyOSAxOC41MTk2TDMwLjc2NDcgMjAuNTAyTDMyLjc0NyAyMi40ODQzQzMzLjA4MjMgMjIuODEzOCAzMy4wODIzIDIzLjM1NDkgMzIuNzQ3IDIzLjY5MDJDMzIuNDExOCAyNC4wMjU1IDMxLjg3NjUgMjQuMDI1NSAzMS41NDEyIDIzLjY5MDJMMjkuNTUyOSAyMS43MDc5TDI3LjU3MDYgMjMuNjkwMkMyNy4yMzUzIDI0LjAyNTUgMjYuNyAyNC4wMjU1IDI2LjM2NDcgMjMuNjkwMkMyNi4wMjk0IDIzLjM2MDggMjYuMDI5NCAyMi44MTk2IDI2LjM2NDcgMjIuNDg0M0wyOC4zNDcgMjAuNTAyTDI2LjM2NDcgMTguNTE5NkMyNi4yMDU5IDE4LjM1NDkgMjYuMTE3NiAxOC4xNDMyIDI2LjExNzYgMTcuOTEzOEMyNi4xMTc2IDE3LjY4NDMgMjYuMjA1OSAxNy40NjY3IDI2LjM2NDcgMTcuMzA3OUMyNi41MzUzIDE3LjE0MzIgMjYuNzQ3IDE3LjA2MDggMjYuOTcwNiAxNy4wNjA4QzI3LjE5NDEgMTcuMDYwOCAyNy40MTE4IDE3LjE0MzIgMjcuNTc2NSAxNy4zMDc5TDI5LjU1ODggMTkuMjkwMkwzMS41NDcgMTcuMzA3OUMzMS44ODIzIDE2Ljk3MjYgMzIuNDIzNSAxNi45NzI2IDMyLjc1MjkgMTcuMzA3OUMzMi45MTE4IDE3LjQ3MjYgMzMgMTcuNjg0MyAzMyAxNy45MTM4QzMzIDE4LjE0MzIgMzIuOTExOCAxOC4zNjA4IDMyLjc1MjkgMTguNTE5NloiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(58, 181, 84, 0);
  border-radius: 50%;
  -webkit-transform: translate3d(0px, -50%, 0px);
  transform: translate3d(0px, -50%, 0px);
  -webkit-transition: background-color 500ms cubic-bezier(0, 0, 0.5, 1);
  transition: background-color 500ms cubic-bezier(0, 0, 0.5, 1);
  will-change: transform;
}

#section__intro .toggleMute:hover {
  background-color: #3ab554;
}

#section__intro .toggleMute.focus {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOS45NjMgOC4yMDc4OEMyMC4yMjg0IDcuOTkwMjUgMjAuNjA0OSA3LjkzNzMxIDIwLjkyNTkgOC4wNzg0OEMyMS4yNDA3IDguMjE5NjUgMjEuNDUwNiA4LjUyNTUxIDIxLjQ0NDQgOC44NTQ5VjMyLjE0NzdDMjEuNDQ0NCAzMi40ODMgMjEuMjM0NiAzMi43ODg4IDIwLjkxOTggMzIuOTI0MUMyMC42MDQ5IDMzLjA1OTQgMjAuMjIyMiAzMy4wMTIzIDE5Ljk1NjggMzIuNzk0N0wxMC42NjA1IDI1LjIzNjNINi45MDEyM0M2LjQwNzQxIDI1LjIzNjMgNiAyNC44NTQgNiAyNC4zODM0VjE2LjYxOTJDNiAxNi4xNDg2IDYuNDA3NDEgMTUuNzY2MyA2LjkwMTIzIDE1Ljc2NjNIMTAuNjYwNUwxOS45NjMgOC4yMDc4OFpNMTEuNTgwMiAyMy43MzY0TDE5LjY0ODEgMzAuMjg5VjEwLjcxMzZMMTEuNTgwMiAxNy4yNjYyQzExLjQxOTggMTcuNDAxNSAxMS4yMDk5IDE3LjQ3MjEgMTAuOTkzOCAxNy40NzIxSDcuODAyNDdWMjMuNTMwNUgxMC45OTM4QzExLjIwOTkgMjMuNTMwNSAxMS40MTk4IDIzLjYwMTEgMTEuNTgwMiAyMy43MzY0Wk0zMSAyMC41MDEzQzMxIDIzLjM0MjMgMzAuMjA5OSAyNS40NDIyIDI5LjU0MzIgMjYuNzA2OEMyOS4yMzQ2IDI3LjI4OTEgMjguODg4OSAyNy44MTg1IDI4LjUxMjMgMjguMjgzMkMyOC4zNzA0IDI4LjQ2NTUgMjguMjUzMSAyOC42MDA4IDI4LjE2MDUgMjguNzAwOEMyOC4xNDE2IDI4LjcyMTQgMjguMTIzOCAyOC43Mzk4IDI4LjEwNzcgMjguNzU2NEMyOC4wODcyIDI4Ljc3NzcgMjguMDY5NCAyOC43OTYxIDI4LjA1NTYgMjguODEyNkwyOC4wMDYyIDI4Ljg2NTVDMjcuNjU0MyAyOS4yMDA4IDI3LjA4MDIgMjkuMjAwOCAyNi43Mjg0IDI4Ljg2NTVDMjYuMzgyNyAyOC41MzYxIDI2LjM4MjcgMjcuOTk1IDI2Ljc0MDcgMjcuNjQ3OUwyNi44MDg2IDI3LjU3NzNDMjYuODY0MiAyNy41MTg1IDI2Ljk1NjggMjcuNDEyNiAyNy4wNzQxIDI3LjI2NTZDMjcuMjgzOSAyNy4wMDA5IDI3LjYwNDkgMjYuNTUzOSAyNy45MjU5IDI1Ljk0MjFDMjguNTA2MiAyNC44NDgxIDI5LjE5NzUgMjMuMDA3IDI5LjE5NzUgMjAuNTAxM0MyOS4xOTc1IDE3Ljk5NTUgMjguNTA2MiAxNi4xNjA0IDI3LjkyNTkgMTUuMDYwNEMyNy42MDQ5IDE0LjQ0ODcgMjcuMjgzOSAxNC4wMDE3IDI3LjA3NDEgMTMuNzMxMUMyNi45NTY4IDEzLjU4NCAyNi44NjQyIDEzLjQ3ODIgMjYuODA4NiAxMy40MTkzTDI2LjcyODQgMTMuMzMxMUMyNi4zODI3IDEzLjAwMTcgMjYuMzg4OSAxMi40NjA2IDI2LjczNDYgMTIuMTMxMkMyNi45MDc0IDExLjk2NjUgMjcuMTQyIDExLjg4NDEgMjcuMzcwNCAxMS44ODQxQzI3LjYwNDkgMTEuODg0MSAyNy44Mzk1IDExLjk3MjQgMjguMDE4NSAxMi4xNDI5TDI4LjM0NTcgMTEuODMxMkwyOC4wNjE3IDEyLjE4NDFDMjguMDc1NiAxMi4yMDA2IDI4LjA5MzQgMTIuMjE5IDI4LjExMzkgMTIuMjQwM0MyOC4xMyAxMi4yNTY5IDI4LjE0NzcgMTIuMjc1MiAyOC4xNjY3IDEyLjI5NTlDMjguMjU5MyAxMi4zOSAyOC4zNzY1IDEyLjUzMTEgMjguNTE4NSAxMi43MDc2QzI4Ljc3NzggMTMuMDMxMSAyOS4xNjA1IDEzLjU2NjQgMjkuNTQzMiAxNC4yOTU4QzMwLjIwMzcgMTUuNTYwNCAzMSAxNy42NjAzIDMxIDIwLjUwMTNaTTI1LjM3MDQgMjQuOTk1MkwyNS42NDgxIDI1LjI1NDFMMjUuNSAyNS4xNTk5TDI1LjM3MDQgMjQuOTk1MlpNMjUuNTc0IDI0LjY0ODJDMjUuNzc3OCAyNC4zOTUyIDI1Ljk2MjkgMjQuMTA3IDI2LjEyOTYgMjMuNzg5NEMyNi40ODE1IDIzLjExODggMjYuOTA3NCAyMi4wMDEyIDI2LjkwNzQgMjAuNDk1NUMyNi45MDc0IDE4Ljk4OTcgMjYuNDg3NiAxNy44NzggMjYuMTI5NiAxNy4yMDE1QzI1Ljk2MjkgMTYuODg5OCAyNS43Nzc4IDE2LjYwMTYgMjUuNTc0IDE2LjM0MjdDMjUuNSAxNi4yNDg2IDI1LjQzMjEgMTYuMTY2MyAyNS4zNzY1IDE2LjExMzNMMjUuMjUzMSAxNS45ODk4QzI1LjA5MjYgMTUuODM2OSAyNC44NzAzIDE1Ljc2MDQgMjQuNjQyIDE1Ljc2MDRDMjQuNDA3NCAxNS43NjA0IDI0LjE3MjggMTUuODQyOCAyMy45OTM4IDE2LjAxMzRDMjMuNjQ4MSAxNi4zNDI3IDIzLjY0MTkgMTYuODc4IDIzLjk4MTUgMTcuMjA3NEMyNC4wMTk3IDE3LjI0MzkgMjQuMDUwNiAxNy4yODAzIDI0LjA4ODQgMTcuMzI1TDI0LjEyMzQgMTcuMzY2MkMyNC4yMTYgMTcuNDgzOSAyNC4zNjQyIDE3LjY4OTcgMjQuNTA2MSAxNy45NjYyQzI0Ljc3MTYgMTguNDcyIDI1LjA5MjYgMTkuMzI0OSAyNS4wOTI2IDIwLjQ5NTVDMjUuMDkyNiAyMS42NjYgMjQuNzcxNiAyMi41MTg5IDI0LjUwNjEgMjMuMDI0N0MyNC4zNjQyIDIzLjMwMTIgMjQuMjE2IDIzLjUwMTIgMjQuMTIzNCAyMy42MjQ3QzI0LjA2NzkgMjMuNjg5NCAyNC4wMzA4IDIzLjczNjQgMjQuMDEyMyAyMy43NkwyNC4wMTIzIDIzLjc2QzIzLjY0ODEgMjQuMTE4OCAyMy42NDgxIDI0LjY1NCAyMy45OTM4IDI0Ljk4MzRDMjQuMzQ1NyAyNS4zMTg3IDI0LjkxOTcgMjUuMzE4NyAyNS4yNzE2IDI0Ljk4MzRMMjUuMzE0OCAyNC45NDgxTDI1LjM3NjUgMjQuODgzNEMyNS40MzIxIDI0LjgyNDYgMjUuNSAyNC43NDgxIDI1LjU3NCAyNC42NDgyWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==");
}

@media only screen and (max-width: 767px) {
  #section__intro .toggleMute {
    top: 50px;
    right: 10px;
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
  }
}

@media only screen and (min-width: 768px) {
  #section__intro .toggleMute {
    right: 30px;
    top: 50%;
    width: 40px;
    height: 40px;
  }
}

#section__intro .button__groups {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 3.5rem;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  #section__intro .button__groups {
    bottom: 1.5rem;
  }
}

.section-banner {
  background: 0;
}

.section-banner .banner__gallery {
  width: 100vw;
  height: 100vh;
  position: relative;
}

.section-banner .banner__gallery img,
.section-banner .banner__gallery video {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.portfolio__video {
  position: relative;
}

.portfolio__video .video__modal__wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 98;
  opacity: 0;
  pointer-events: none;
  padding: 15px;
  border-radius: 20px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .portfolio__video .video__modal__wrap {
    padding: 10px 15px;
  }
}

.portfolio__video .video__modal__wrap:before {
  content: '';
  background-color: rgba(9, 9, 9, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.portfolio__video .video__modal__wrap.open {
  opacity: 1;
  pointer-events: auto;
}

.portfolio__video .video__modal__wrap.__fullscreen {
  position: fixed;
  z-index: 9999999;
  opacity: 1;
  pointer-events: auto;
}

.portfolio__video .video__modal__wrap .video__modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .portfolio__video .video__modal__wrap .video__modal {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.portfolio__video .video__modal__wrap .modal__content {
  position: relative;
  z-index: 1;
  max-width: 740px;
  width: 100%;
  margin: 0 auto;
}

.portfolio__video .video__modal__wrap .endscreen__upnext {
  color: #fff;
  margin-bottom: 15px;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .portfolio__video .video__modal__wrap .endscreen__upnext {
    margin-bottom: 6px;
    font-size: 1rem;
  }
}

.portfolio__video .video__modal__wrap .endscreen__upnext .countdown__timer {
  font-weight: 700;
}

.portfolio__video .video__modal__wrap .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 22px;
}

@media only screen and (max-width: 767px) {
  .portfolio__video .video__modal__wrap .actions {
    margin-top: 10px;
  }
}

.portfolio__video .video__modal__wrap .actions .button {
  font-size: 14px;
  font-weight: 500;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #000;
  border-radius: 30px;
  min-width: 170px;
  min-height: 35px;
  padding: 6px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  -webkit-transition: background-color 250ms cubic-bezier(0, 0, 0.5, 1), color 250ms cubic-bezier(0, 0, 0.5, 1);
  transition: background-color 250ms cubic-bezier(0, 0, 0.5, 1), color 250ms cubic-bezier(0, 0, 0.5, 1);
  width: calc((100% - 15px)/2);
}

@media only screen and (max-width: 767px) {
  .portfolio__video .video__modal__wrap .actions .button {
    width: calc((50% - 10px)/2);
    min-height: 25px;
    padding: 4px 10px;
    min-width: 50px;
    font-size: 12px;
  }
}

.portfolio__video .video__modal__wrap .actions .button:hover {
  text-decoration: none;
  opacity: .8;
}

.portfolio__video .video__modal__wrap .actions .button.cancel.disabled {
  pointer-events: none;
  opacity: 0;
  visibility: visible;
}

.portfolio__video .video__modal__wrap .actions .button.button__gray {
  background-color: #373737;
  color: #fff;
}

.portfolio__video .video__modal__wrap .actions .button.button__green {
  background-color: #3ab554;
  margin-left: 15px;
}

@media only screen and (max-width: 767px) {
  .portfolio__video .video__modal__wrap .actions .button.button__green {
    margin-left: 10px;
  }
}

.portfolio__video .video__modal__wrap .button__refresh {
  border-radius: 4px;
  background-color: #000;
  position: absolute;
  padding: 2px;
  bottom: 10px;
  left: 10px;
}

@media only screen and (max-width: 767px) {
  .portfolio__video .video__modal__wrap .button__refresh {
    bottom: 10px;
    left: 15px;
  }
}

.portfolio__video .video__modal__wrap .button__refresh svg {
  fill: #fff;
  display: block;
  height: 32px;
  pointer-events: none;
  width: 32px;
}

@media only screen and (max-width: 767px) {
  .portfolio__video .video__modal__wrap .button__refresh svg {
    width: 26px;
    height: 26px;
  }
}

.portfolio__video .video__modal__wrap .button__refresh:hover {
  background-color: #3ab554;
}

.portfolio__video .video__suggestions__block .grouplink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.portfolio__video .video__suggestions__block .grouplink > div {
  width: calc((100% - 15px)/2);
}

@media only screen and (max-width: 767px) {
  .portfolio__video .video__suggestions__block .grouplink > div {
    width: calc((100% - 10px)/2);
  }
}

.portfolio__video .video__suggestions__block .grouplink > div:not(:first-child) {
  margin-left: 15px;
}

@media only screen and (max-width: 767px) {
  .portfolio__video .video__suggestions__block .grouplink > div:not(:first-child) {
    margin-left: 10px;
  }
}

.portfolio__video .video__suggestions__block .grouplink:hover {
  text-decoration: none;
}

.portfolio__video .video__suggestions__block .thumnb .photo {
  display: block;
  border-radius: 15px;
  overflow: hidden;
  padding-top: 56.31579%;
  position: relative;
}

.portfolio__video .video__suggestions__block .thumnb img {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.portfolio__video .video__suggestions__block .contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  padding-left: 5px;
}

@media only screen and (max-width: 767px) {
  .portfolio__video .video__suggestions__block .contain {
    padding-left: 0;
  }
}

.portfolio__video .video__suggestions__block .contain .title {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  .portfolio__video .video__suggestions__block .contain .title {
    font-size: 1.2rem;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.portfolio__video .video__suggestions__block .contain .subscript {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  font-size: 1.6rem;
  line-height: 1.4;
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  .portfolio__video .video__suggestions__block .contain .subscript {
    font-size: .8rem;
    line-height: 1.1;
    margin-top: 6px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.portfolio__video .video__suggestions__block .contain .logo_white,
.portfolio__video .video__suggestions__block .contain .logo_sm {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  .portfolio__video .video__suggestions__block .contain .logo_white,
  .portfolio__video .video__suggestions__block .contain .logo_sm {
    margin-top: 10px;
  }
}

.portfolio__video .video__suggestions__block .contain .logo_white img,
.portfolio__video .video__suggestions__block .contain .logo_sm img {
  display: block;
  max-width: 140px;
}

.portfolio__video .video__suggestions__block .contain .logo_sm {
  display: none;
}

.portfolio__video .video__suggestions__block .contain .logo_white {
  display: block !important;
}

@media only screen and (max-width: 767px) {
  .portfolio__video .video__suggestions__block .contain .logo_white {
    margin-top: 10px;
    max-width: 120px;
  }
  .portfolio__video .video__suggestions__block .contain .logo_white img {
    display: block;
    max-width: 80px;
    max-height: 20px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: top left;
    object-position: top left;
  }
}

.plyr .plyr__control.plyr__control--overlaid {
  padding: 0;
  opacity: 1;
  width: 70px;
  height: 70px;
  background-color: #43CE61;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzAiIGhlaWdodD0iNzAiIHZpZXdCb3g9IjAgMCA3MCA3MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI4LjEzIDIxLjY2TDQ3LjY1IDM0LjY3QzQ3Ljg3IDM0LjgyIDQ4LjA1IDM1LjAxIDQ4LjE3IDM1LjI1QzQ4LjI5IDM1LjQ4IDQ4LjM2IDM1Ljc0IDQ4LjM2IDM2LjAxQzQ4LjM2IDM2LjI4IDQ4LjI5IDM2LjUzIDQ4LjE3IDM2Ljc3QzQ4LjA1IDM3IDQ3Ljg3IDM3LjIgNDcuNjUgMzcuMzVMMjguMTMgNTAuMzRDMjcuODkgNTAuNSAyNy42MSA1MC41OSAyNy4zMiA1MC42QzI3LjAzIDUwLjYxIDI2Ljc0IDUwLjU1IDI2LjQ5IDUwLjQxQzI2LjI0IDUwLjI3IDI2LjAyIDUwLjA3IDI1Ljg3IDQ5LjgyQzI1LjcyIDQ5LjU3IDI1LjY0IDQ5LjI5IDI1LjY0IDQ5VjIyLjk5QzI1LjY0IDIyLjcgMjUuNzIgMjIuNDIgMjUuODcgMjIuMTdDMjYuMDIgMjEuOTIgMjYuMjMgMjEuNzIgMjYuNDkgMjEuNThDMjYuNzUgMjEuNDQgMjcuMDMgMjEuMzggMjcuMzIgMjEuMzlDMjcuNjEgMjEuNDEgMjcuODkgMjEuNSAyOC4xMyAyMS42NloiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=");
  background-position: center;
  background-repeat: no-repeat;
}

.plyr .plyr__control.plyr__control--overlaid svg {
  opacity: 0;
  display: none;
}

.plyr .plyr__control.plyr__control--overlaid:hover {
  background-color: #3AB554;
  opacity: 1;
  background-position: center;
  background-repeat: no-repeat;
}

.plyr.plyr--playing .plyr__control.plyr__control--overlaid {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzAiIGhlaWdodD0iNzAiIHZpZXdCb3g9IjAgMCA3MCA3MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIxLjUgMjJIMzAuNVY0OUgyMS41VjIyWk0zOS41IDIySDQ4LjVWNDlIMzkuNVYyMloiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=");
}

.plyr.plyr--playing:not(.plyr--hide-controls) .plyr__control.plyr__control--overlaid {
  opacity: 1;
  visibility: visible;
}

.plyr.plyr--paused .plyr__control.plyr__control--overlaid {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzAiIGhlaWdodD0iNzAiIHZpZXdCb3g9IjAgMCA3MCA3MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI4LjEzIDIxLjY2TDQ3LjY1IDM0LjY3QzQ3Ljg3IDM0LjgyIDQ4LjA1IDM1LjAxIDQ4LjE3IDM1LjI1QzQ4LjI5IDM1LjQ4IDQ4LjM2IDM1Ljc0IDQ4LjM2IDM2LjAxQzQ4LjM2IDM2LjI4IDQ4LjI5IDM2LjUzIDQ4LjE3IDM2Ljc3QzQ4LjA1IDM3IDQ3Ljg3IDM3LjIgNDcuNjUgMzcuMzVMMjguMTMgNTAuMzRDMjcuODkgNTAuNSAyNy42MSA1MC41OSAyNy4zMiA1MC42QzI3LjAzIDUwLjYxIDI2Ljc0IDUwLjU1IDI2LjQ5IDUwLjQxQzI2LjI0IDUwLjI3IDI2LjAyIDUwLjA3IDI1Ljg3IDQ5LjgyQzI1LjcyIDQ5LjU3IDI1LjY0IDQ5LjI5IDI1LjY0IDQ5VjIyLjk5QzI1LjY0IDIyLjcgMjUuNzIgMjIuNDIgMjUuODcgMjIuMTdDMjYuMDIgMjEuOTIgMjYuMjMgMjEuNzIgMjYuNDkgMjEuNThDMjYuNzUgMjEuNDQgMjcuMDMgMjEuMzggMjcuMzIgMjEuMzlDMjcuNjEgMjEuNDEgMjcuODkgMjEuNSAyOC4xMyAyMS42NloiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=");
}

.ecommerce__companies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -14px;
  margin-right: -14px;
  -webkit-transition: opacity 500ms cubic-bezier(0, 0, 0.5, 1), visibility 500ms cubic-bezier(0, 0, 0.5, 1), -webkit-transform 500ms cubic-bezier(0, 0, 0.5, 1);
  transition: opacity 500ms cubic-bezier(0, 0, 0.5, 1), visibility 500ms cubic-bezier(0, 0, 0.5, 1), -webkit-transform 500ms cubic-bezier(0, 0, 0.5, 1);
  transition: transform 500ms cubic-bezier(0, 0, 0.5, 1), opacity 500ms cubic-bezier(0, 0, 0.5, 1), visibility 500ms cubic-bezier(0, 0, 0.5, 1);
  transition: transform 500ms cubic-bezier(0, 0, 0.5, 1), opacity 500ms cubic-bezier(0, 0, 0.5, 1), visibility 500ms cubic-bezier(0, 0, 0.5, 1), -webkit-transform 500ms cubic-bezier(0, 0, 0.5, 1);
}

@media only screen and (max-width: 767px) {
  .ecommerce__companies {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.ecommerce__companies .item {
  width: 50%;
  padding: 0 14px;
  margin-bottom: 56px;
}

@media only screen and (max-width: 767px) {
  .ecommerce__companies .item {
    padding: 0 10px;
    margin-bottom: 33px;
  }
}

.ecommerce__companies .block {
  border-radius: 10px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 22px;
  position: relative;
  text-align: center;
  height: 100%;
  padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .ecommerce__companies .block {
    font-size: 1.1rem;
    line-height: 1.4;
    padding-bottom: 20px;
  }
}

.ecommerce__companies img {
  margin-top: -23px;
  margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
  .ecommerce__companies img {
    margin-top: -15px;
    margin-bottom: 15px;
  }
}

.ecommerce__companies a {
  color: #fff;
}

.ecommerce__companies a:hover {
  text-decoration: underline;
}

.ecommerce__companies p {
  display: block;
  padding: 0 25px;
}

@media only screen and (max-width: 767px) {
  .ecommerce__companies p {
    padding: 0 10px;
  }
}

.ecommerce__companies .block__oranger {
  background: #eb5409;
  background: -webkit-gradient(linear, left bottom, left top, from(#eb5409), to(#f2631c));
  background: linear-gradient(0deg, #eb5409 0%, #f2631c 100%);
}

.ecommerce__companies .block__oranger img {
  top: -20px;
}

.ecommerce__companies .block__green {
  background: #5f8d43;
  background: -webkit-gradient(linear, left bottom, left top, from(#5f8d43), to(#95be50));
  background: linear-gradient(0deg, #5f8d43 0%, #95be50 100%);
}

.ecommerce__companies .block__green img {
  top: -23px;
}

.ecommerce__companies .block__black {
  background: #313131;
  background: -webkit-gradient(linear, left bottom, left top, from(#313131), to(#5a5a5a));
  background: linear-gradient(0deg, #313131 0%, #5a5a5a 100%);
}

.ecommerce__companies .block__black img {
  top: -23px;
}

.ecommerce__companies .block__blue {
  background: #098cc5;
  background: -webkit-gradient(linear, left bottom, left top, from(#098cc5), to(#1a9ed7));
  background: linear-gradient(0deg, #098cc5 0%, #1a9ed7 100%);
}

.ecommerce__companies .block__blue img {
  top: -18px;
}

#platforms .ecommerce__companies {
  margin-left: -14px;
  margin-right: -14px;
}

@media only screen and (max-width: 767px) {
  #platforms .ecommerce__companies {
    margin-top: 40px;
    margin-left: -10px;
    margin-right: -10px;
  }
}

#platforms .ecommerce__companies .item {
  width: 50%;
  padding: 0 14px;
  margin-bottom: 56px;
}

@media only screen and (max-width: 767px) {
  #platforms .ecommerce__companies .item {
    padding: 0 10px;
    margin-bottom: 33px;
  }
}

#ecommerce {
  background-color: #E9E9E9;
}

#ecommerce .row {
  display: block;
}

#ecommerce .ecommerce__companies {
  margin-left: -28px;
  margin-right: -28px;
  padding-top: 100px;
  padding-bottom: 70px;
}

@media only screen and (max-width: 767px) {
  #ecommerce .ecommerce__companies {
    margin-left: -10px;
    margin-right: -10px;
    padding-top: 50px;
    padding-bottom: 0;
  }
}

#ecommerce .ecommerce__companies .item {
  width: 25%;
  padding: 0 28px;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  #ecommerce .ecommerce__companies .item {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 33px;
  }
}

@media only screen and (max-width: 767px) {
  .megamenu {
    background-color: #fff;
    color: #000;
    font-size: 17px;
    margin-top: 10px;
    display: none;
  }
  .megamenu .megamenu__inner {
    padding: 20px 0;
  }
  .megamenu .megamenu__inner > .title {
    display: none;
  }
  .megamenu .megamenu__inner a {
    color: #000 !important;
    font-size: 17px;
    line-height: 20px;
    font-weight: 600;
    padding: 10px 30px;
    display: block;
  }
  .megamenu .megamenu__inner a:hover {
    color: #3AB554 !important;
  }
  .megamenu .megamenu__inner .items .item strong {
    font-weight: 600;
  }
  .megamenu .megamenu__inner .items .item span {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  header.hover .header-wrapper {
    background-color: #fafafa;
  }
  header.scrollDown .megamenu {
    opacity: 0 !important;
    pointer-events: none !important;
  }
  .menu-item-type-custom {
    position: relative;
  }
  .menu-item-type-custom:hover .megamenu {
    opacity: 1;
    pointer-events: auto;
    z-index: 1;
  }
  .menu-item-type-custom:hover .megamenu .megamenu__inner {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  .megamenu {
    right: 0;
    z-index: -1;
    background-color: #fff;
    border-top: 1px solid #f0f0f0;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    padding: 25px 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 350ms cubic-bezier(0, 0, 0.5, 1), visibility 350ms cubic-bezier(0, 0, 0.5, 1), -webkit-transform 350ms cubic-bezier(0, 0, 0.5, 1);
    transition: opacity 350ms cubic-bezier(0, 0, 0.5, 1), visibility 350ms cubic-bezier(0, 0, 0.5, 1), -webkit-transform 350ms cubic-bezier(0, 0, 0.5, 1);
    transition: transform 350ms cubic-bezier(0, 0, 0.5, 1), opacity 350ms cubic-bezier(0, 0, 0.5, 1), visibility 350ms cubic-bezier(0, 0, 0.5, 1);
    transition: transform 350ms cubic-bezier(0, 0, 0.5, 1), opacity 350ms cubic-bezier(0, 0, 0.5, 1), visibility 350ms cubic-bezier(0, 0, 0.5, 1), -webkit-transform 350ms cubic-bezier(0, 0, 0.5, 1);
    position: absolute;
    top: 45px;
    left: -35px;
    width: 290px;
  }
  .megamenu .megamenu__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    max-width: 1270px;
    margin: auto;
    padding: 0 20px 0 35px;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: opacity 350ms cubic-bezier(0, 0, 0.5, 1), visibility 350ms cubic-bezier(0, 0, 0.5, 1), -webkit-transform 350ms cubic-bezier(0, 0, 0.5, 1);
    transition: opacity 350ms cubic-bezier(0, 0, 0.5, 1), visibility 350ms cubic-bezier(0, 0, 0.5, 1), -webkit-transform 350ms cubic-bezier(0, 0, 0.5, 1);
    transition: transform 350ms cubic-bezier(0, 0, 0.5, 1), opacity 350ms cubic-bezier(0, 0, 0.5, 1), visibility 350ms cubic-bezier(0, 0, 0.5, 1);
    transition: transform 350ms cubic-bezier(0, 0, 0.5, 1), opacity 350ms cubic-bezier(0, 0, 0.5, 1), visibility 350ms cubic-bezier(0, 0, 0.5, 1), -webkit-transform 350ms cubic-bezier(0, 0, 0.5, 1);
  }
  .megamenu a {
    display: block;
  }
  .megamenu a:hover {
    text-decoration: none;
  }
  .megamenu a:hover .subtitle {
    color: #36B553;
    -webkit-transition: color 250ms cubic-bezier(0, 0, 0.5, 1);
    transition: color 250ms cubic-bezier(0, 0, 0.5, 1);
  }
  .megamenu a:hover .subtitle:before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  .megamenu .title {
    font-size: 35px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0;
    display: none;
  }
  .megamenu .items .item:not(:first-child) {
    margin-top: 20px;
  }
  .megamenu .items .subtitle {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    -webkit-transition: color 250ms cubic-bezier(0, 0, 0.5, 1);
    transition: color 250ms cubic-bezier(0, 0, 0.5, 1);
  }
  .megamenu .items .subtitle:before {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #36B553;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    pointer-events: none;
  }
  .megamenu .items span {
    display: none;
    font-size: 14px;
    pointer-events: none;
  }
}

#section__platform.services__block {
  background-color: #E9E9E9;
}

@media only screen and (min-width: 768px) {
  #section__platform.services__block {
    padding-left: 0;
    padding-right: 0;
  }
  #section__platform.services__block .container {
    max-width: 1320px;
  }
}

#section__platform.services__block .all-access-pass__container.inactive .all-access-pass__background {
  width: 4.5rem;
}

#section__platform.services__block .all-access-pass__container .all-access-pass__background {
  width: 27rem;
}

@media only screen and (min-width: 768px) {
  #section__platform.services__block .left__col {
    width: 45%;
  }
}

@media only screen and (max-width: 767px) {
  #section__platform.services__block .right__col {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) {
  #section__platform.services__block .right__col {
    padding: 60px 0;
    width: 55%;
  }
}

@media only screen and (min-width: 768px) {
  #section__platform.services__block.rtl .right__col {
    padding-right: 50px;
  }
}

@media only screen and (min-width: 1200px) {
  #section__platform.services__block.rtl .right__col {
    padding-right: 120px;
  }
}

@media only screen and (min-width: 768px) {
  #section__platform.services__block.ltr .right__col {
    padding-left: 50px;
  }
}

@media only screen and (min-width: 1200px) {
  #section__platform.services__block.ltr .right__col {
    padding-left: 120px;
  }
}

#section__platform .photo__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media only screen and (min-width: 768px) {
  #section__platform .photo__group {
    margin: 0 -15px;
  }
}

#section__platform .photo__group .item {
  width: 50%;
  padding: 10px;
}

@media only screen and (min-width: 768px) {
  #section__platform .photo__group .item {
    padding: 15px;
  }
}

#section__platform .photo__group .item .logo__app {
  background-color: #fff;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@use "sass:math";
.section__tab {
  padding: 35px 0;
}

@media only screen and (min-width: 768px) {
  .section__tab {
    padding: 70px 0;
  }
}

.section__tab .row {
  display: block;
}

.section__tab .typography-site-body {
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
}

.section__tab .typography-site-body .title {
  font-weight: 900;
}

@media only screen and (min-width: 768px) {
  .section__tab .typography-site-body .title {
    font-size: 50px;
  }
}

.section__tab .typography-site-body .description {
  margin-bottom: 40px;
}

.section__tab .tab__inner .on__desktop {
  margin: 0 -10px;
}

@media only screen and (min-width: 768px) {
  .section__tab .tab__inner .on__desktop {
    margin: 0 -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.section__tab .tab__inner .on__desktop .items {
  width: 50%;
}

.section__tab .tab__inner .on__desktop .items .item {
  width: 100%;
}

.section__tab .tab__inner .on__mobile {
  margin: 0 -10px;
}

@media only screen and (min-width: 768px) {
  .section__tab .tab__inner .on__mobile {
    margin: 0 -15px;
    display: none;
  }
}

.section__tab .tab__inner .on__mobile .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  counter-reset: section;
}

.section__tab .tab__inner .on__mobile .items .item .title:before {
  counter-increment: section;
  content: "#" counter(section);
  font-size: 25px;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (min-width: 768px) {
  .section__tab .tab__inner .on__mobile .items .item .title:before {
    font-size: 35px;
    left: 23px;
  }
}

.section__tab .tab__inner .items .item {
  padding: 10px;
}

@media only screen and (min-width: 768px) {
  .section__tab .tab__inner .items .item {
    padding: 15px;
  }
}

.section__tab .tab__inner .items .tab__contain {
  background-color: #F4F4F4;
  border-radius: 15px;
  -webkit-transition: background-color 250ms cubic-bezier(0, 0, 0.5, 1);
  transition: background-color 250ms cubic-bezier(0, 0, 0.5, 1);
}

.section__tab .tab__inner .items .tab__contain .title {
  cursor: pointer;
  min-height: 54px;
  padding: 0 50px 0 73px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  -webkit-transition: color 250ms cubic-bezier(0, 0, 0.5, 1);
  transition: color 250ms cubic-bezier(0, 0, 0.5, 1);
}

@media only screen and (min-width: 768px) {
  .section__tab .tab__inner .items .tab__contain .title {
    font-size: 18px;
    min-height: 70px;
    padding: 0 75px 0 103px;
  }
}

.section__tab .tab__inner .items .tab__contain .title:after {
  content: '';
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNyAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTguMTgyMDUgNi4zNjQxTDE0LjU0NjIgLTYuMzU4MzNlLTA3TDE2LjM2NDEgMS44MTc5NUw4LjE4MjA1IDEwTC0zLjU3NjQ5ZS0wNyAxLjgxNzk1TDEuODE3OTUgLTcuOTQ2NWUtMDhMOC4xODIwNSA2LjM2NDFaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K");
  background-color: rgba(0, 0, 0, 0.1);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  top: 50%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
  color: #000;
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.5, 1);
  transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.5, 1);
  transition: transform 250ms cubic-bezier(0, 0, 0.5, 1);
  transition: transform 250ms cubic-bezier(0, 0, 0.5, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.5, 1);
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .section__tab .tab__inner .items .tab__contain .title:after {
    width: 36px;
    height: 36px;
    right: 23px;
  }
}

.section__tab .tab__inner .items .tab__contain .counter {
  font-size: 25px;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (min-width: 768px) {
  .section__tab .tab__inner .items .tab__contain .counter {
    font-size: 35px;
    left: 23px;
  }
}

.section__tab .tab__inner .items .tab__contain .caption {
  padding: 10px 15px 15px 73px;
  display: none;
}

@media only screen and (min-width: 768px) {
  .section__tab .tab__inner .items .tab__contain .caption {
    padding: 0 25px 25px 103px;
  }
}

.section__tab .tab__inner .items .tab__contain:hover {
  background-color: #000;
  color: #fff;
}

.section__tab .tab__inner .items .tab__contain:hover .title:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNyAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTguMTgyMDUgNi4zNjQxTDE0LjU0NjIgLTYuMzU4MzNlLTA3TDE2LjM2NDEgMS44MTc5NUw4LjE4MjA1IDEwTC0zLjU3NjQ5ZS0wNyAxLjgxNzk1TDEuODE3OTUgLTcuOTQ2NWUtMDhMOC4xODIwNSA2LjM2NDFaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K");
  background-color: rgba(255, 255, 255, 0.2);
}

.section__tab .tab__inner .items .tab__contain.expanded {
  background-color: #000;
  color: #fff;
}

.section__tab .tab__inner .items .tab__contain.expanded .title:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNyAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTguMTgyMDUgNi4zNjQxTDE0LjU0NjIgLTYuMzU4MzNlLTA3TDE2LjM2NDEgMS44MTc5NUw4LjE4MjA1IDEwTC0zLjU3NjQ5ZS0wNyAxLjgxNzk1TDEuODE3OTUgLTcuOTQ2NWUtMDhMOC4xODIwNSA2LjM2NDFaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K");
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

@use "sass:math";
@media only screen and (max-width: 1440px) and (min-width: 768px), (max-height: 640px) {
  html.fixed_scroll header {
    opacity: 0;
  }
  .section.parallax__block > .container.fixed {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .section.parallax__block .parallax__content .left__col {
    width: 60%;
  }
  .section.parallax__block .parallax__content .right__col {
    width: 40%;
  }
  .section.parallax__block .parallax__paging {
    width: 280px;
    right: 50px;
    top: 30px;
  }
  .section.parallax__block .parallax__paging .button__groups {
    margin-top: 20px;
  }
  .section.parallax__block .swiper-pagination .swiper-pagination-bullet {
    font-size: 18px;
  }
  .section.parallax__block .swiper-pagination .swiper-pagination-bullet:not(:first-child) {
    margin-top: 14px;
  }
}

.parallax__block {
  position: relative;
  overflow: hidden;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .parallax__block {
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .parallax__block {
    height: 100%;
  }
}

.parallax__block > .container {
  max-width: 1360px;
}

.parallax__block > .container.fixed {
  pointer-events: none;
  background-color: #fff;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .parallax__block > .container.fixed {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

@media only screen and (min-width: 768px) {
  .parallax__block > .container.fixed {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 1920px) {
  .parallax__block > .container.fixed {
    padding-top: 110px;
    padding-bottom: 60px;
  }
}

.parallax__block > .container.position {
  position: relative;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .parallax__block > .container.position {
    padding: 0;
  }
}

.parallax__block .swiper {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .parallax__block .swiper {
    height: 65vh;
    overflow: visible;
  }
  .parallax__block .swiper:after {
    content: '';
    background: #e7e7e7;
    background: -webkit-gradient(linear, left top, left bottom, from(#e7e7e7), to(white));
    background: linear-gradient(180deg, #e7e7e7 0%, white 100%);
    border-radius: 40px 40px 0 0;
    height: 446px;
    position: absolute;
    top: 0;
    left: 0;
    right: 380px;
  }
}

@media only screen and (min-width: 1332px) {
  .parallax__block .swiper {
    height: 100%;
  }
}

.parallax__block .swiper .container {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .parallax__block .swiper .container {
    padding-left: 0;
    padding-right: 380px;
  }
  .parallax__block .swiper .container:before {
    content: "";
    position: absolute;
    top: -50vh;
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50vw);
    bottom: -50vh;
    background-color: transparent;
    z-index: -1;
  }
}

@media only screen and (max-width: 767px) {
  .parallax__block .parallax__paging {
    padding-top: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .parallax__block .parallax__paging {
    position: absolute;
    right: 20px;
    top: 60px;
    left: auto;
    bottom: inherit;
    width: 290px;
    text-align: left;
    z-index: 10;
  }
}

.parallax__block .parallax__paging .button__groups {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .parallax__block .parallax__paging .button__groups {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .parallax__block .parallax__paging .button__groups .button.button__black {
    min-width: 300px;
  }
}

.parallax__block .swiper-pagination {
  all: revert;
}

@media only screen and (max-width: 767px) {
  .parallax__block .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .parallax__block .swiper-pagination .swiper-pagination-bullet {
    color: transparent;
  }
  .parallax__block .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #3ab554;
  }
}

@media only screen and (min-width: 768px) {
  .parallax__block .swiper-pagination .swiper-pagination-bullet {
    all: revert;
    cursor: pointer;
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #808080;
  }
  .parallax__block .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    font-weight: 900;
    color: #000000;
    position: relative;
  }
  .parallax__block .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    content: '';
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzkiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAzOSAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTM0Ljk5OTMgNkwzOSA5Ljk5OTA2TDM3LjAwMDQgMTJMMzEgNkwzNy4wMDA0IDBMMzkgMi4wMDA5NEwzNC45OTkzIDZaIiBmaWxsPSIjM0FCNTU0Ii8+CjxwYXRoIG9wYWNpdHk9IjAuNyIgZD0iTTI3Ljk5OTMgNkwzMiA5Ljk5OTA2TDMwLjAwMDQgMTJMMjQgNkwzMC4wMDA0IDBMMzIgMi4wMDA5NEwyNy45OTkzIDZaIiBmaWxsPSIjM0FCNTU0Ii8+CjxwYXRoIG9wYWNpdHk9IjAuNCIgZD0iTTE5Ljk5OTMgNkwyNCA5Ljk5OTA2TDIyLjAwMDQgMTJMMTYgNkwyMi4wMDA0IDBMMjQgMi4wMDA5NEwxOS45OTkzIDZaIiBmaWxsPSIjM0FCNTU0Ii8+CjxwYXRoIG9wYWNpdHk9IjAuMiIgZD0iTTExLjk5OTMgNkwxNiA5Ljk5OTA2TDE0LjAwMDQgMTJMOCA2TDE0LjAwMDQgMEwxNiAyLjAwMDk0TDExLjk5OTMgNloiIGZpbGw9IiMzQUI1NTQiLz4KPHBhdGggb3BhY2l0eT0iMC4xIiBkPSJNMy45OTkyOSA2TDggOS45OTkwNkw2LjAwMDM1IDEyTDAgNkw2LjAwMDM1IDBMOCAyLjAwMDk0TDMuOTk5MjkgNloiIGZpbGw9IiMzQUI1NTQiLz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    width: 39px;
    height: 12px;
    display: block;
    position: absolute;
    left: -50px;
    top: 7px;
  }
  .parallax__block .swiper-pagination .swiper-pagination-bullet:not(:first-child) {
    margin-top: 20px;
  }
  .parallax__block .swiper-pagination .swiper-pagination-bullet:hover {
    font-weight: 900;
    color: #000000;
  }
}

.heading__position {
  pointer-events: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.heading__position .fx__heading .title {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .heading__position .fx__heading .title {
    display: inline;
  }
}

@media only screen and (min-width: 768px) {
  .heading__position .fx__heading .title + .title {
    margin-left: 50px;
  }
}

.parallax__content {
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .parallax__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 30px;
    background: #e7e7e7;
    background: -webkit-gradient(linear, left top, left bottom, from(#e7e7e7), to(white));
    background: linear-gradient(180deg, #e7e7e7 0%, white 100%);
  }
}

@media only screen and (min-width: 768px) {
  .parallax__content {
    border-radius: 40px;
    padding: 0 10px 0 30px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.parallax__content .left__col,
.parallax__content .right__col {
  padding: 0 10px;
}

.parallax__content .left__col {
  padding: 10px;
}

@media only screen and (min-width: 768px) {
  .parallax__content .left__col {
    width: 60%;
    padding: 45px 10px;
  }
}

@media only screen and (min-width: 1024px) {
  .parallax__content .left__col {
    width: 50%;
  }
}

.parallax__content .right__col {
  padding: 10px;
}

@media only screen and (max-width: 767px) {
  .parallax__content .right__col {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

@media only screen and (min-width: 768px) {
  .parallax__content .right__col {
    width: 40%;
  }
}

@media only screen and (min-width: 1024px) {
  .parallax__content .right__col {
    width: 50%;
  }
}

.parallax__content .right__col img {
  display: block;
}

.parallax__content .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .parallax__content .title {
    font-size: 30px;
  }
}

.solutions__block {
  background-color: #F1F1F1;
  padding: 35px 0;
}

@media only screen and (min-width: 768px) {
  .solutions__block {
    padding: 70px 0;
  }
}

.solutions__block .solutions__inner {
  width: 100%;
}

.solutions__block .solutions__inner .typography-site-body {
  text-align: center;
}

.solutions__block a {
  text-decoration: none;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.solutions__block .solution__items {
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .solutions__block .solution__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (min-width: 768px) {
  .solutions__block .solution__items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px;
  }
}

.solutions__block .solution__items .item {
  width: 100%;
  padding: 10px;
}

@media only screen and (min-width: 768px) {
  .solutions__block .solution__items .item {
    width: 33.33333%;
    padding: 20px;
  }
}

.solutions__block .solution__items .item > .contain {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.solutions__block .solution__items .item > .contain:after {
  content: '';
  width: 100%;
  height: 5px;
  background-color: black;
  border-radius: 0 0 5px 5px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.solutions__block .solution__items a {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.solutions__block .solution__items a:after {
  content: '';
  width: 100%;
  height: 5px;
  background-color: black;
  border-radius: 0 0 5px 5px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.solutions__block .solution__items a:hover {
  text-decoration: none;
}

.solutions__block .solution__items a:hover .title {
  color: #36B553;
}

.solutions__block .solution__items a:hover:after {
  background-color: #36b553;
}

.solutions__block .contain {
  padding: 24px 24px 30px;
  height: 100%;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .solutions__block .contain {
    padding: 30px 30px 40px;
  }
}

.solutions__block .contain .title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .solutions__block .contain .title {
    font-size: 17px;
    font-size: 20px;
    margin-bottom: 16px;
  }
}

.solutions__block .contain .description {
  font-size: 14px;
}

@media only screen and (min-width: 768px) {
  .solutions__block .contain .description {
    font-size: 15px;
  }
}

.solutions__block.columns__04 {
  background-color: #E1E1E1;
}

.solutions__block.columns__04 .solution__items .item {
  width: 100%;
  padding: 10px;
}

@media only screen and (min-width: 1024px) {
  .solutions__block.columns__04 .solution__items .item {
    width: 50%;
    padding: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .solutions__block.columns__04 .solution__items .item {
    width: 25%;
  }
}

@use "sass:math";
#section__award {
  background-color: #F1F1F1;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1115px 810px;
}

@media only screen and (min-width: 768px) {
  #section__award .row {
    min-height: 810px;
  }
}

#section__award .left__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  #section__award .left__col {
    padding-top: 35px;
  }
  #section__award .left__col .services__content .fx__heading .sub__catalog,
  #section__award .left__col .services__content .fx__heading .title {
    display: block;
  }
}

#section__award .right__col {
  position: relative;
}

@media only screen and (max-width: 767px) {
  #section__award .right__col {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 -20px;
    padding-top: 0;
    width: inherit;
  }
}

@media only screen and (min-width: 768px) {
  #section__award .right__col .bg__pattern {
    position: absolute;
    left: -50vw;
    right: 0;
    top: 0;
    bottom: 0;
  }
}

#section__award .right__col .bg__pattern img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 90% 50%;
  object-position: 90% 50%;
}

@use "sass:math";
#services__collapes {
  position: relative;
  padding-left: 0;
}

#services__collapes .container {
  max-width: 1320px;
}

@media only screen and (min-width: 768px) {
  #services__collapes .row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

#services__collapes .contain__collapes .collapes__row {
  background-color: transparent;
}

#services__collapes .contain__collapes .collapes__row.open__first .content {
  display: block;
}

#services__collapes .contain__collapes .collapes__row .title {
  cursor: pointer;
  padding-right: 2.5rem;
}

#services__collapes .contain__collapes .collapes__row .title:before {
  display: block;
}

#services__collapes .contain__collapes .collapes__row .content {
  display: none;
}

@media only screen and (min-width: 768px) {
  #services__collapes .fx__heading {
    font-size: 2rem;
  }
}

#services__collapes .fx__heading .title {
  font-weight: 900;
}

@media only screen and (min-width: 768px) {
  #services__collapes .fx__heading .title {
    font-size: 5rem;
  }
}

#services__collapes .fx__heading .sub-title {
  padding-top: 30px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  #services__collapes .fx__heading .sub-title {
    margin-bottom: 15px;
  }
}

#services__collapes .logo_app {
  margin-top: 40px;
}

#services__collapes.noButton .left__col .services__content {
  padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
  #services__collapes.noButton .left__col .services__content {
    padding-bottom: 0;
  }
}

#services__collapes .left__col {
  width: 100%;
  padding-top: 25px;
  padding-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  #services__collapes .left__col {
    max-width: 100%;
    padding-top: 35px;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 1024px) {
  #services__collapes .left__col {
    max-width: 600px;
  }
}

#services__collapes .left__col .services__content .fx__heading .sub__catalog,
#services__collapes .left__col .services__content .fx__heading .title {
  display: block;
}

#services__collapes .right__col {
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 10px 0 30px;
}

@media only screen and (max-width: 767px) {
  #services__collapes .right__col {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-top: 0;
  }
  #services__collapes .right__col .typography-site-body .fx__heading .sub__catalog,
  #services__collapes .right__col .typography-site-body .fx__heading .title {
    display: none;
  }
  #services__collapes .right__col .accordion__wrap {
    padding-bottom: 0;
  }
  #services__collapes .right__col .accordion__wrap .collapes__row .title {
    cursor: pointer;
  }
}

@media only screen and (min-width: 768px) {
  #services__collapes .right__col {
    width: 50%;
    padding: 70px 0 30px 40px;
  }
}

@media only screen and (min-width: 1024px) {
  #services__collapes .right__col {
    max-width: 590px;
    width: 50%;
    padding: 70px 0 30px 70px;
  }
}

@use "sass:math";
.development__block {
  background-color: #F8F8F8;
  padding-bottom: 70px;
}

@media only screen and (min-width: 768px) {
  .development__block {
    padding-bottom: 60px;
  }
}

.development__block .container .row {
  display: block;
}

.development__block.padding {
  padding-top: 35px;
  padding-bottom: 70px;
}

@media only screen and (min-width: 768px) {
  .development__block.padding {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.development__block.column__03 .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media only screen and (max-width: 767px) {
  .development__block.column__03 .items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 767px) {
  .development__block.column__03 .items .item:not(:first-child) {
    margin-top: 70px;
  }
}

@media only screen and (min-width: 768px) {
  .development__block.column__03 .items .item {
    width: calc((100% - 80px)/3);
  }
  .development__block.column__03 .items .item:not(:first-child) {
    margin-left: 40px;
  }
}

.development__block.column__04 .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .development__block.column__04 .items .item:not(:first-child) {
    margin-top: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .development__block.column__04 .items .item {
    width: calc((100% - 40px)/2);
  }
  .development__block.column__04 .items .item:nth-child(even) {
    margin-left: 40px;
  }
  .development__block.column__04 .items .item:nth-child(n+3) {
    margin-top: 70px;
  }
}

@media only screen and (min-width: 1200px) {
  .development__block.column__04 .items .item {
    width: calc((100% - 120px)/4);
  }
  .development__block.column__04 .items .item:not(:first-child) {
    margin-left: 40px;
  }
}

.development__block .item {
  background-color: #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.development__block .item .contain {
  padding: 20px 20px 0;
}

@media only screen and (min-width: 768px) {
  .development__block .item .contain {
    padding: 30px 30px 0;
  }
}

.development__block .item .contain .title {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .development__block .item .contain .title {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

.development__block .item .photo {
  margin-top: -50px;
}

@media only screen and (min-width: 768px) {
  .development__block .item .photo {
    margin-top: auto;
  }
}

.development__block .item .photo img {
  position: relative;
  top: 64px;
}

@media only screen and (min-width: 768px) {
  .development__block .item .photo img {
    top: 40px;
  }
}

#platforms {
  padding-top: 65px;
}

@media only screen and (max-width: 767px) {
  #platforms {
    padding-top: 30px;
  }
}

#platforms .left__col {
  width: 54%;
  padding-right: 9rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media only screen and (max-width: 767px) {
  #platforms .left__col {
    width: 100%;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}

#platforms .right__col {
  width: 46%;
}

@media only screen and (max-width: 767px) {
  #platforms .right__col {
    width: 100%;
    margin-top: 1rem;
  }
}

#platforms__content .fx__heading strong {
  font-size: 2rem;
}

@media only screen and (max-width: 767px) {
  #platforms__content .fx__heading strong {
    font-size: 1.6rem;
  }
}

body.page-template-redesign-service #platforms__content .fx__heading .sub__catalog.home-custom {
  letter-spacing: 0.3px;
}

#datadriven__page .container {
  max-width: 1440px;
}

#datadriven__page .left__col {
  width: 40%;
  position: relative;
  padding: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  #datadriven__page .left__col #platforms__content .fx__heading .sub__catalog,
  #datadriven__page .left__col #platforms__content .fx__heading .title {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  #datadriven__page .left__col {
    padding: 100px 0 60px 0;
  }
}

@media only screen and (min-width: 1200px) {
  #datadriven__page .left__col {
    padding-left: 80px;
  }
}

#datadriven__page .right__col {
  width: 60%;
  padding: 60px 0 0;
}

@media only screen and (max-width: 767px) {
  #datadriven__page .right__col {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    padding: 35px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  #datadriven__page .left__col,
  #datadriven__page .right__col {
    width: 100%;
  }
}

#technologies__forix,
#welcome__forix {
  background-color: #F8F8F8;
  padding: 35px 0;
}

@media only screen and (min-width: 768px) {
  #technologies__forix,
  #welcome__forix {
    padding: 50px 0 60px;
  }
}

#technologies__forix .row,
#welcome__forix .row {
  display: block;
}

.welcome__main .typography-site-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .welcome__main .typography-site-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.welcome__main .typography-site-body .fx__heading {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .welcome__main .typography-site-body .fx__heading {
    min-width: 40%;
  }
}

@media only screen and (min-width: 1024px) {
  .welcome__main .typography-site-body .fx__heading {
    white-space: nowrap;
  }
}

@media only screen and (min-width: 768px) {
  .welcome__main .typography-site-body .fx__content {
    padding-left: 42px;
  }
}

#custom__services__block {
  background-color: #F8F8F8;
  padding-bottom: 35px;
}

@media only screen and (min-width: 768px) {
  #custom__services__block {
    padding-bottom: 70px;
  }
}

#custom__services__block .row {
  display: block;
}

#custom__services__block a {
  text-decoration: none;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#custom__services__block .services__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  #custom__services__block .services__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#custom__services__block .services__items .item {
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #custom__services__block .services__items .item {
    width: calc((100% - 25px)/2);
  }
  #custom__services__block .services__items .item:nth-child(even) {
    margin-left: 25px;
  }
  #custom__services__block .services__items .item:nth-child(n+3) {
    margin-top: 25px;
  }
}

@media only screen and (min-width: 1200px) {
  #custom__services__block .services__items .item {
    width: calc((100% - 60px)/4);
  }
}

@media only screen and (max-width: 767px) {
  #custom__services__block .services__items .item:not(:first-child) {
    margin-top: 25px;
  }
}

@media only screen and (min-width: 1200px) {
  #custom__services__block .services__items .item:not(:first-child) {
    margin-left: 20px;
  }
}

#custom__services__block .services__items .item .contain {
  padding: 20px 20px 0;
  text-align: center;
  font-size: 14px;
}

@media only screen and (min-width: 768px) {
  #custom__services__block .services__items .item .contain {
    padding: 25px 25px 0;
  }
}

@media only screen and (min-width: 1024px) {
  #custom__services__block .services__items .item .contain {
    padding: 30px 25px 0;
  }
}

#custom__services__block .services__items .item .contain .title {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  #custom__services__block .services__items .item .contain .title {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

#custom__services__block .services__items .item .photo {
  margin-top: auto;
}

#custom__services__block .services__items .item a {
  position: relative;
}

#custom__services__block .services__items .item a:after {
  content: '';
  width: 100%;
  height: 5px;
  background-color: black;
  border-radius: 0 0 5px 5px;
  position: absolute;
  bottom: 0;
  left: 0;
}

#custom__services__block .services__items .item a:hover {
  text-decoration: none;
}

#custom__services__block .services__items .item a:hover .title {
  color: #36B553;
}

#custom__services__block .services__items .item a:hover:after {
  background-color: #36b553;
}

.services__block .container {
  max-width: 1440px;
}

.services__block .services__content {
  position: relative;
  padding: 70px 0 130px;
}

@media only screen and (max-width: 767px) {
  .services__block .services__content {
    padding: 0 0 110px;
  }
}

.services__block .left__col {
  width: 36%;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .services__block .left__col .services__content .fx__heading .sub__catalog,
  .services__block .left__col .services__content .fx__heading .title {
    display: none;
  }
}

.services__block .right__col {
  width: 64%;
  padding: 50px 0 100px;
}

@media only screen and (max-width: 767px) {
  .services__block .right__col {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    padding: 35px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .services__block .left__col,
  .services__block .right__col {
    width: 100%;
  }
}

.services__block.ltr {
  padding-left: 95px;
}

@media only screen and (max-width: 1023px) {
  .services__block.ltr {
    padding-left: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .services__block.ltr {
    padding-left: 0;
  }
}

.services__block.ltr .right__col {
  padding-left: 50px;
}

@media only screen and (max-width: 1023px) {
  .services__block.ltr .right__col {
    padding-left: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .services__block.ltr .right__col {
    padding-left: 0;
  }
}

.services__block.rtl {
  background-color: #F8F8F8;
  padding-right: 95px;
}

@media only screen and (max-width: 1023px) {
  .services__block.rtl {
    padding-right: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .services__block.rtl {
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) {
  .services__block.rtl .left__col {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.services__block.rtl .right__col {
  padding-right: 50px;
}

@media only screen and (max-width: 1023px) {
  .services__block.rtl .right__col {
    padding-right: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .services__block.rtl .right__col {
    padding-right: 0;
  }
}

.services__block.bg__revert.ltr {
  background-color: #F8F8F8;
}

.services__block.bg__revert.rtl {
  background-color: #fff;
}

.services__block .list__block {
  margin-top: 30px;
}

.services__block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.services__block ul li {
  position: relative;
  padding-left: 28px;
}

.services__block ul li:not(:first-child) {
  margin-top: 16px;
}

.services__block ul li:before {
  content: '';
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMyAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyLjU2MzcgMC4zMjgzODFDMTMuMTAwMyAwLjgwNTM3NCAxMy4xNDg2IDEuNjI3MDcgMTIuNjcxNiAyLjE2MzY4TDUuNzM4MyA5Ljk2MzY3QzUuNDkxNiAxMC4yNDEyIDUuMTM4IDEwLjQgNC43NjY2NyAxMC40QzQuMzk1MzQgMTAuNCA0LjA0MTc0IDEwLjI0MTIgMy43OTUwNCA5Ljk2MzY3TDAuMzI4MzgxIDYuMDYzNjdDLTAuMTQ4NjExIDUuNTI3MDYgLTAuMTAwMjc2IDQuNzA1MzcgMC40MzYzNCA0LjIyODM3QzAuOTcyOTU2IDMuNzUxMzggMS43OTQ2NSAzLjc5OTcyIDIuMjcxNjQgNC4zMzYzM0w0Ljc2NjY3IDcuMTQzMjRMMTAuNzI4NCAwLjQzNjM0QzExLjIwNTQgLTAuMTAwMjc2IDEyLjAyNyAtMC4xNDg2MTEgMTIuNTYzNyAwLjMyODM4MVoiIGZpbGw9IiMzNkI1NTMiLz4KPC9zdmc+Cg==");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px 10.5px;
  width: 13px;
  height: 22px;
  position: absolute;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .services__block ul li:before {
    height: 16px;
  }
}

.services__block .service__photo {
  text-align: center;
}

#custom__services__page {
  background-color: #F8F8F8;
  padding-bottom: 35px;
}

@media only screen and (min-width: 768px) {
  #custom__services__page {
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 768px) {
  #custom__services__page .row > div {
    width: calc((100% - 50px)/2);
  }
}

@media only screen and (max-width: 767px) {
  #custom__services__page .row .right__col {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px) {
  #custom__services__page .row .right__col {
    margin-left: 50px;
  }
}

#custom__services__page .item {
  background-color: #fff;
  border-radius: 5px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#custom__services__page .item .contain {
  padding: 20px 20px 0;
}

@media only screen and (min-width: 768px) {
  #custom__services__page .item .contain {
    padding: 30px 30px 0;
  }
}

#custom__services__page .item .contain .title {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  #custom__services__page .item .contain .title {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

#custom__services__page .item .photo {
  margin-top: auto;
}

@media only screen and (max-width: 767px) {
  #custom__services__page.services__mobile__app {
    padding-bottom: 90px;
  }
}

@media only screen and (max-width: 767px) {
  #custom__services__page.services__mobile__app .row .right__col {
    margin-top: 80px;
  }
}

@media only screen and (min-width: 768px) {
  #custom__services__page.services__mobile__app .row .right__col {
    margin-left: 50px;
  }
}

#custom__services__page.services__mobile__app .item .photo {
  margin-top: -50px;
}

@media only screen and (min-width: 768px) {
  #custom__services__page.services__mobile__app .item .photo {
    margin-top: auto;
  }
}

#custom__services__page.services__mobile__app .item .photo img {
  position: relative;
  top: 64px;
}

@media only screen and (min-width: 768px) {
  #custom__services__page.services__mobile__app .item .photo img {
    top: 70px;
  }
}

.techstack__block {
  padding: 35px 0;
}

@media only screen and (min-width: 768px) {
  .techstack__block {
    padding: 70px 0;
  }
}

.techstack__block .techstack__inner {
  width: 100%;
}

.techstack__block .techstack__inner .typography-site-body {
  text-align: center;
}

.techstack__maincontent .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
}

@media only screen and (max-width: 767px) {
  .techstack__maincontent .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (min-width: 768px) {
  .techstack__maincontent .item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 40px 0;
  }
}

.techstack__maincontent .item:not(:first-of-type) {
  border-top: 1px solid #D9DDE4;
}

.techstack__maincontent .item .head__text {
  font-size: 22px;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .techstack__maincontent .item .head__text {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .techstack__maincontent .item .head__text {
    width: 260px;
    font-size: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .techstack__maincontent .item .head__text {
    width: 300px;
  }
}

@media only screen and (min-width: 1200px) {
  .techstack__maincontent .item .head__text {
    width: 340px;
  }
}

.techstack__maincontent .item .logo__app li {
  position: relative;
}

.techstack__maincontent .item .logo__app li:hover .tooltip {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.techstack__maincontent .tooltip {
  background-color: #fff;
  border: 1px solid #DCDCDC;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  padding: 13px 15px;
  width: 296px;
  margin-left: -148px;
  position: absolute;
  bottom: 110%;
  left: 50%;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out, opacity .3s ease-in-out;
  transition: transform .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

@media only screen and (max-width: 1023px) {
  .techstack__maincontent .tooltip {
    display: none !important;
  }
}

.techstack__maincontent .tooltip:empty {
  display: none !important;
}

.techstack__maincontent .tooltip p {
  margin: 0;
}

.techstack__maincontent .tooltip:after, .techstack__maincontent .tooltip:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.techstack__maincontent .tooltip:before {
  border-top-color: #DCDCDC;
  border-width: 16px;
  left: 50%;
  margin-left: -16px;
}

.techstack__maincontent .tooltip:after {
  border-top-color: #fff;
  border-width: 14px;
  left: 50%;
  margin-left: -14px;
}

.techstack__maincontent .tooltip span {
  display: block;
}

.techstack__maincontent .tooltip .tooltip__title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
}

.techstack__maincontent .tooltip .tooltip__text {
  font-size: 13px;
  font-weight: 300;
}

.techstack__maincontent ul {
  margin: 0 -5px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.techstack__maincontent ul li {
  margin: 5px;
}

@media only screen and (min-width: 768px) {
  .techstack__maincontent ul li {
    margin: 7px;
  }
}

.techstack__maincontent ul li img {
  max-width: 100%;
  width: inherit;
  height: 40px;
  display: block;
}

@media only screen and (min-width: 768px) {
  .techstack__maincontent ul li img {
    height: 65px;
  }
}

.featured__studies__block {
  background-color: #F8F8F8;
  padding: 35px 0;
}

@media only screen and (min-width: 768px) {
  .featured__studies__block {
    padding: 70px 0;
  }
}

.featured__studies__block .featured__studies__inner {
  width: 100%;
}

.featured__studies__block .featured__studies__inner .typography-site-body {
  text-align: center;
}

.featured__studies__block .featured__studies__items {
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .featured__studies__block .featured__studies__items {
    margin: 0 -28px;
  }
}

.featured__studies__block .featured__studies__items .item {
  width: 100%;
  padding: 10px;
}

@media only screen and (min-width: 768px) {
  .featured__studies__block .featured__studies__items .item {
    width: 50%;
    padding: 28px;
  }
}

.featured__studies__block .contain {
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 15px 15px 20px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .featured__studies__block .contain {
    padding: 30px 30px 40px;
  }
}

.featured__studies__block .contain .video__thumb {
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 Aspect Ratio */
  height: 0;
  border-radius: 5px;
  overflow: hidden;
  display: block;
}

@media only screen and (min-width: 768px) {
  .featured__studies__block .contain .video__thumb {
    margin-bottom: 25px;
  }
}

.featured__studies__block .contain .video__thumb video,
.featured__studies__block .contain .video__thumb img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  border-radius: 5px;
  overflow: hidden;
}

.featured__studies__block .contain .video__thumb:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMzMiIHZpZXdCb3g9IjAgMCAyOCAzMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuMjc5NTUgOC4xNDg3OFYyNC45NjMyTDE5LjY4OTggMTYuNTU2TDUuMjc5NTUgOC4xNDg3OFpNMi4yOTcxMyAwLjg3OTExNUwyNy40MDg4IDE1LjUyODRDMjcuNTg4NyAxNS42MzM3IDI3LjczOCAxNS43ODQzIDI3Ljg0MTcgMTUuOTY1MkMyNy45NDU0IDE2LjE0NjEgMjggMTYuMzUxIDI4IDE2LjU1OTZDMjggMTYuNzY4MSAyNy45NDU0IDE2Ljk3MyAyNy44NDE3IDE3LjE1MzlDMjcuNzM4IDE3LjMzNDggMjcuNTg4NyAxNy40ODU0IDI3LjQwODggMTcuNTkwN0wyLjI5NzEzIDMyLjI0QzIuMTE1MDEgMzIuMzQ2MyAxLjkwODAyIDMyLjQwMjUgMS42OTcxNiAzMi40MDI5QzEuNDg2MzEgMzIuNDAzMyAxLjI3OTEgMzIuMzQ3OSAxLjA5NjU4IDMyLjI0MjNDMC45MTQwNjQgMzIuMTM2NyAwLjc2MjczMyAzMS45ODQ3IDAuNjU3OTU4IDMxLjgwMTdDMC41NTMxODIgMzEuNjE4OCAwLjQ5ODY5NCAzMS40MTEzIDAuNTAwMDI0IDMxLjIwMDVWMS45MDkxQzAuNDk5OTYxIDEuNjk4ODYgMC41NTUzNzQgMS40OTIzMiAwLjY2MDY2NyAxLjMxMDM0QzAuNzY1OTU5IDEuMTI4MzYgMC45MTc0MDMgMC45NzczODggMS4wOTk3MSAwLjg3MjY2MUMxLjI4MjAxIDAuNzY3OTMzIDEuNDg4NzIgMC43MTMxNiAxLjY5ODk2IDAuNzEzODc0QzEuOTA5MjEgMC43MTQ1ODggMi4xMTU1NCAwLjc3MDc2MiAyLjI5NzEzIDAuODc2NzI1VjAuODc5MTE1WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
  background-position: 56% 50%;
  background-repeat: no-repeat;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.featured__studies__block .contain .video__thumb:hover:before {
  background-color: #3ab554;
}

.featured__studies__block .contain .caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .featured__studies__block .contain .caption {
    margin-bottom: 25px;
  }
}

.featured__studies__block .contain .caption .title {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  padding-right: 30px;
  font-size: 15px;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .featured__studies__block .contain .caption .title {
    font-size: 20px;
  }
}

.featured__studies__block .contain .caption .logo__cpnis {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .featured__studies__block .contain .caption .logo__cpnis {
    top: 4px;
  }
  .featured__studies__block .contain .caption .logo__cpnis img {
    max-height: 22px;
    width: inherit;
  }
}

.featured__studies__block .contain .description {
  font-weight: 300;
  font-size: 14px;
}

@media only screen and (min-width: 768px) {
  .featured__studies__block .contain .description {
    font-size: 15px;
  }
}

#services__collapes {
  position: relative;
  padding-left: 0;
}

#services__collapes .container {
  max-width: 1320px;
}

@media only screen and (min-width: 768px) {
  #services__collapes .row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

#services__collapes .contain__collapes .collapes__row.open__first .content {
  display: block;
}

#services__collapes .contain__collapes .collapes__row .title {
  cursor: pointer;
  padding-right: 2.5rem;
}

#services__collapes .contain__collapes .collapes__row .title:before {
  display: block;
}

#services__collapes .contain__collapes .collapes__row .content {
  display: none;
}

@media only screen and (min-width: 768px) {
  #services__collapes .fx__heading {
    font-size: 2rem;
  }
}

#services__collapes .fx__heading .title {
  font-weight: 900;
}

@media only screen and (min-width: 768px) {
  #services__collapes .fx__heading .title {
    font-size: 5rem;
  }
}

#services__collapes .logo_app {
  margin-top: 40px;
}

#services__collapes.noButton .left__col .services__content {
  padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
  #services__collapes.noButton .left__col .services__content {
    padding-bottom: 0;
  }
}

#services__collapes .left__col {
  width: 100%;
  padding-top: 25px;
  padding-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  #services__collapes .left__col {
    max-width: 100%;
    padding-top: 35px;
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  #services__collapes .left__col {
    max-width: 600px;
  }
}

#services__collapes .left__col .services__content .fx__heading .sub__catalog,
#services__collapes .left__col .services__content .fx__heading .title {
  display: block;
}

#services__collapes .right__col {
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 10px 0 30px;
}

@media only screen and (max-width: 767px) {
  #services__collapes .right__col {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  #services__collapes .right__col .typography-site-body .fx__heading .sub__catalog,
  #services__collapes .right__col .typography-site-body .fx__heading .title {
    display: none;
  }
  #services__collapes .right__col .accordion__wrap {
    padding-bottom: 0;
  }
  #services__collapes .right__col .accordion__wrap .collapes__row .title {
    cursor: pointer;
  }
}

@media only screen and (min-width: 768px) {
  #services__collapes .right__col {
    width: 50%;
    padding: 70px 0 30px 40px;
  }
}

@media only screen and (min-width: 1024px) {
  #services__collapes .right__col {
    max-width: 590px;
    width: 50%;
    padding: 70px 0 30px 70px;
  }
}

.page-template-redesign-service-ai #featured__case__study,
.page-template-ai-development-custom #featured__case__study {
  background-color: #F1F1F1;
}

.page-template-redesign-service-ai #featured__case__study .contain__collapes .collapes__row,
.page-template-ai-development-custom #featured__case__study .contain__collapes .collapes__row {
  background-color: #F1F1F1;
}

.page-template-redesign-service-ai .solutions__block,
.page-template-ai-development-custom .solutions__block {
  background-color: #F8F8F8;
}

#portfolio {
  background-color: #fff;
}

.portfolio__first {
  overflow: hidden;
}

.portfolio__first .container {
  padding-top: 45px;
  margin-bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .portfolio__first .container {
    padding-top: 50px;
    margin-bottom: 20px;
  }
}

.portfolio__first .container .fx__heading h3 {
  margin-bottom: 20px;
}

.portfolio__first .container .fx__heading p {
  font-size: 25px;
}

@media only screen and (max-width: 767px) {
  .portfolio__first .container .fx__heading p {
    font-size: 20px;
  }
}

.portfolio__block {
  padding-bottom: 108px;
}

@media only screen and (max-width: 767px) {
  .portfolio__block {
    padding-bottom: 45px;
  }
}

.portfolio__block .row {
  margin-left: -15px;
  margin-right: -15px;
}

@media only screen and (max-width: 767px) {
  .portfolio__block .row {
    margin-left: 0;
    margin-right: 0;
  }
}

.portfolio__block .left__col,
.portfolio__block .right__col {
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (max-width: 767px) {
  .portfolio__block .left__col,
  .portfolio__block .right__col {
    padding: 0;
  }
}

.portfolio__block .left__col {
  width: 68%;
}

@media only screen and (max-width: 767px) {
  .portfolio__block .left__col {
    width: 100%;
  }
}

.portfolio__block .right__col {
  width: 32%;
}

@media only screen and (max-width: 767px) {
  .portfolio__block .right__col {
    width: 100%;
    padding-top: 35px;
  }
}

.portfolio__block .portfolio__video {
  border-radius: 20px;
  overflow: hidden;
}

.portfolio__block .portfolio__video .video_position {
  display: block;
  position: relative;
  padding-top: 56.25%;
  height: 0;
  border-radius: 20px;
  overflow: hidden;
}

.portfolio__block .portfolio__video .video_position #vimeo_clip {
  border-radius: 20px;
}

.portfolio__block .portfolio__video img,
.portfolio__block .portfolio__video video {
  width: 100%;
  display: block;
}

.portfolio__block .portfolio__video iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.portfolio__block .portfolio__video .plyr--video {
  border-radius: 20px;
}

.portfolio__block .portfolio__video__contain {
  margin-top: 35px;
}

.portfolio__block .portfolio__video__contain .title {
  font-size: 2.5rem;
  margin-bottom: 15px;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .portfolio__block .portfolio__video__contain .title {
    font-size: 1.8rem;
  }
}

.portfolio__block .portfolio__video__contain .description {
  margin-bottom: 25px;
}

.portfolio__block .portfolio__video__contain .detail .item:not(:last-child) {
  margin-bottom: 25px;
}

.portfolio__block .portfolio__video__contain .detail .item h4 {
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: 600;
  display: none;
}

@media only screen and (max-width: 767px) {
  .portfolio__block .portfolio__video__contain .detail .item h4 {
    font-size: 1.6rem;
  }
}

.portfolio__block .portfolio__video__contain .detail .overview {
  margin-bottom: 25px;
}

.portfolio__block .portfolio__video__contain .detail .overview .small-caption {
  display: none;
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .portfolio__block .portfolio__video__contain .detail .overview .small-caption {
    font-size: 1.6rem;
  }
}

.portfolio__block .portfolio__video__contain .detail .overview.challenge .small-caption, .portfolio__block .portfolio__video__contain .detail .overview.solution .small-caption {
  display: block;
}

.waypoint__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.waypoint__block .counter {
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .waypoint__block .counter {
    margin-right: 14px;
  }
}

.waypoint__block .counter:not(:first-child) {
  border-left: 1px solid #BCBCBC;
  padding-left: 20px;
}

@media only screen and (max-width: 767px) {
  .waypoint__block .counter:not(:first-child) {
    padding-left: 14px;
  }
}

.waypoint__block .number {
  font-weight: 700;
  font-size: 3.5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .waypoint__block .number {
    font-size: 2.5rem;
  }
}

.waypoint__block .number:after {
  content: '';
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyNCAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDBMMCAxMS4zNzVINi44NTcxNFYyNkgxNy4xNDI5VjExLjM3NUgyNEwxMiAwWiIgZmlsbD0iIzM2QjU1MyIvPgo8L3N2Zz4K");
  background-size: 24px 26px;
  width: 24px;
  height: 26px;
  margin-left: 5px;
}

@media only screen and (max-width: 767px) {
  .waypoint__block .number:after {
    background-size: 19px 20px;
    width: 19px;
    height: 20px;
  }
}

.waypoint__block .label {
  display: block;
  padding: 8px 0;
}

.portfolio__list-item .item:not(:first-child) {
  margin-top: 25px;
}

.portfolio__list-item .item.active .grouplink {
  text-decoration: none;
}

.portfolio__list-item .item.active .grouplink:before, .portfolio__list-item .item.active .grouplink:after {
  opacity: 1;
}

.portfolio__list-item .item.active .grouplink:after {
  opacity: 1;
  -webkit-animation: animate-play 2s ease-in-out infinite;
  animation: animate-play 2s ease-in-out infinite;
}

.portfolio__list-item .grouplink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.portfolio__list-item .grouplink > div {
  width: calc((100% - 12px)/2);
}

.portfolio__list-item .grouplink > div:not(:first-child) {
  margin-left: 12px;
}

.portfolio__list-item .grouplink:before, .portfolio__list-item .grouplink:after {
  pointer-events: none;
  content: '';
  position: absolute;
  opacity: 0;
  -webkit-transition: all 500ms cubic-bezier(0, 0, 0.5, 1);
  transition: all 500ms cubic-bezier(0, 0, 0.5, 1);
}

.portfolio__list-item .grouplink:before {
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  border-radius: 27px;
  border: 1.5px solid #3AB554;
}

@media only screen and (max-width: 767px) {
  .portfolio__list-item .grouplink:before {
    top: -7px;
    right: -7px;
    bottom: -7px;
    left: -7px;
    border-radius: 24px;
  }
}

.portfolio__list-item .grouplink:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxNCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgMThWMEwxNCA5TDAgMThaIiBmaWxsPSIjM0FCNTU0Ii8+Cjwvc3ZnPgo=");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px 18px;
  width: 14px;
  height: 18px;
  right: 0;
  bottom: 0;
}

.portfolio__list-item .grouplink:hover {
  text-decoration: none;
}

.portfolio__list-item .grouplink:hover:before, .portfolio__list-item .grouplink:hover:after {
  opacity: 1;
}

.portfolio__list-item .thumnb .photo {
  display: block;
  border-radius: 15px;
  overflow: hidden;
  padding-top: 56.31579%;
  position: relative;
}

.portfolio__list-item .thumnb img {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.portfolio__list-item .contain .title {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .portfolio__list-item .contain .title {
    font-size: 11px;
  }
}

.portfolio__list-item .contain .subscript {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  font-size: 1.1rem;
  line-height: 1.2;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 6px;
}

.portfolio__list-item .contain .logo_sm img {
  display: block;
  max-width: 126px;
}

@-webkit-keyframes animate-play {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes animate-play {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

#client-logo-slide {
  background-color: #F6F6F6;
  padding: 60px 0;
  overflow: hidden;
  max-height: 220px;
}

@media only screen and (max-width: 767px) {
  #client-logo-slide {
    padding: 30px 0;
  }
}

#client-logo-slide .container {
  max-width: 100%;
}

#client-logo-slide .container .row {
  display: block;
}

#client-logo-slide .container .item {
  padding: 0 50px;
}

@media only screen and (max-width: 767px) {
  #client-logo-slide .container .item {
    padding: 0 25px;
  }
}

#client-logo-slide .container .client__slide__logo > .item:not(:first-child) {
  display: none;
}

#client-logo-slide .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: visible !important;
}

#client-logo-slide .slick-list {
  padding: 0 !important;
  overflow: visible !important;
}

#client-logo-slide .slick-slide {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#client-logo-slide .slick-slide .inner {
  margin: 0 15px;
}

#client-logo-slide .marquee_rtl,
#client-logo-slide .marquee {
  -webkit-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  margin-top: 0px;
}

#client-logo-slide .hide {
  display: none !important;
}

.about__block {
  height: 100vh;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .about__block {
    height: 400px;
  }
}

.about__block .img-container {
  height: 100vh;
}

.about__block .img-container img {
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .about__block .img-container img {
    height: 100vh;
  }
}

@media only screen and (min-width: 768px) {
  .about__block .img-container img {
    max-width: 100%;
    width: 100%;
    height: 100%;
  }
}

.about__block .logo__company {
  position: absolute;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .about__block .logo__company {
    right: 15px;
    top: 15px;
  }
  .about__block .logo__company.schutt__logo {
    width: 60px;
    height: 24px;
  }
  .about__block .logo__company.dakine__logo {
    width: 96px;
    height: 9px;
  }
  .about__block .logo__company.mcdavid__logo {
    width: 126px;
    height: 12px;
  }
  .about__block .logo__company.adidas__logo {
    width: 48px;
    height: 32px;
  }
}

@media only screen and (min-width: 768px) {
  .about__block .logo__company {
    right: 40px;
    top: 30px;
  }
  .about__block .logo__company.schutt__logo {
    width: 120px;
    height: 48px;
  }
  .about__block .logo__company.dakine__logo {
    width: 193px;
    height: 18px;
  }
  .about__block .logo__company.mcdavid__logo {
    width: 252px;
    height: 24px;
  }
  .about__block .logo__company.adidas__logo {
    width: 97px;
    height: 66px;
  }
}

.about__block .content__block {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 20px;
}

.about__block .content__block .typography-site-body {
  max-width: 1020px;
  margin: auto;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .about__block .content__block .typography-site-body {
    max-width: 350px;
  }
}

.about__block .content__block .fx__heading .sub__catalog {
  color: #fff;
}

.about__block .content__block .fx__heading .title {
  line-height: 1.34;
}

.about__block .content__block .fx__heading .title strong {
  font-weight: 700;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.about__block .content__block .fx__heading .title strong:before {
  content: '';
  background-color: #3ab554;
  height: 15px;
  position: absolute;
  pointer-events: none;
  left: 0;
  right: 0;
  bottom: 3px;
  z-index: -1;
}

#landing__page.services__block {
  background-color: #F8F8F8;
}

#contact__page {
  margin-top: 4rem;
  background: #afd4f2;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(175, 212, 242, 0)), color-stop(70%, #afd4f2), to(rgba(193, 227, 247, 0)));
  background: linear-gradient(0deg, rgba(175, 212, 242, 0) 0%, #afd4f2 70%, rgba(193, 227, 247, 0) 100%);
  overflow: hidden;
}

#contact__page .container {
  max-width: 1340px;
}

#contact__page .contact_image_city {
  margin-top: 45px;
  padding-top: 9.09722%;
  height: 0;
  position: relative;
  overflow: hidden;
}

#contact__page .contact_image_city img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
}

@media only screen and (max-width: 767px) {
  #contact__page .contact_image_city img {
    height: 66px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left center;
    object-position: left center;
  }
}

@media only screen and (min-width: 768px) {
  #contact__page .contact_image_city {
    margin-top: 120px;
  }
}

@media only screen and (min-width: 1024px) {
  #contact__page .contact_image_city {
    margin-top: 200px;
  }
}

#contact__page .left__col,
#contact__page .right__col {
  background-color: #fff;
  position: relative;
}

#contact__page .left__col:before,
#contact__page .right__col:before {
  content: '';
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
}

@media only screen and (max-width: 767px) {
  #contact__page .left__col,
  #contact__page .right__col {
    padding: 20px;
  }
}

@media only screen and (min-width: 768px) {
  #contact__page .left__col,
  #contact__page .right__col {
    width: calc((100% - 54px)/2);
    padding: 30px;
  }
}

#contact__page .left__col .block,
#contact__page .right__col .block {
  width: 100%;
  max-width: 483px;
}

#contact__page .left__col {
  border-radius: 0 0 27px 0;
  z-index: 1;
}

#contact__page .left__col:before {
  right: 100%;
  left: -50vw;
}

@media only screen and (max-width: 767px) {
  #contact__page .left__col {
    margin-left: -20px;
  }
}

#contact__page .right__col {
  margin-left: 54px;
  border-radius: 0 0 0 27px;
}

#contact__page .right__col:before {
  left: 100%;
  right: -50vw;
}

@media only screen and (min-width: 768px) {
  #contact__page .right__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media only screen and (max-width: 767px) {
  #contact__page .right__col {
    margin-left: 0;
    margin-right: -20px;
    border-radius: 27px 0 0 27px;
    margin-top: 133px;
  }
}

#contact__page h3 {
  font-size: 4rem;
  margin-bottom: 27px;
}

@media only screen and (max-width: 767px) {
  #contact__page h3 {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
}

#contact__page .calendar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 17px;
  border: 1px solid #DCDCDC;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  #contact__page .calendar .calendly-inline-widget {
    height: 600px !important;
  }
}

#contact__page .calendly__module ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

#contact__page .calendly__module ::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}

#contact__page .calendly__module ::-webkit-scrollbar-thumb {
  background-color: #000000;
}

#contact__page .calendly__module .contact__content {
  position: relative;
  overflow: hidden;
}

#contact__page .calendly__module .contact__content .fx__heading .title {
  font-size: 2.5rem;
}

@media only screen and (min-width: 768px) {
  #contact__page .calendly__module .contact__content .fx__heading .title {
    font-size: 4rem;
  }
}

#contact__page .calendly__module .contact__content .contact__infomation__inner {
  margin-top: 25px;
}

#contact__page .calendly__module .contact__content ul {
  list-style: none;
  margin: 20px 0 30px;
  padding: 0;
}

#contact__page .calendly__module .contact__content ul li {
  position: relative;
  padding-left: 28px;
}

#contact__page .calendly__module .contact__content ul li:not(:first-child) {
  margin-top: 16px;
}

#contact__page .calendly__module .contact__content ul li:before {
  content: '';
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMyAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyLjU2MzcgMC4zMjgzODFDMTMuMTAwMyAwLjgwNTM3NCAxMy4xNDg2IDEuNjI3MDcgMTIuNjcxNiAyLjE2MzY4TDUuNzM4MyA5Ljk2MzY3QzUuNDkxNiAxMC4yNDEyIDUuMTM4IDEwLjQgNC43NjY2NyAxMC40QzQuMzk1MzQgMTAuNCA0LjA0MTc0IDEwLjI0MTIgMy43OTUwNCA5Ljk2MzY3TDAuMzI4MzgxIDYuMDYzNjdDLTAuMTQ4NjExIDUuNTI3MDYgLTAuMTAwMjc2IDQuNzA1MzcgMC40MzYzNCA0LjIyODM3QzAuOTcyOTU2IDMuNzUxMzggMS43OTQ2NSAzLjc5OTcyIDIuMjcxNjQgNC4zMzYzM0w0Ljc2NjY3IDcuMTQzMjRMMTAuNzI4NCAwLjQzNjM0QzExLjIwNTQgLTAuMTAwMjc2IDEyLjAyNyAtMC4xNDg2MTEgMTIuNTYzNyAwLjMyODM4MVoiIGZpbGw9IiMzNkI1NTMiLz4KPC9zdmc+Cg==");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px 10.5px;
  width: 13px;
  height: 22px;
  position: absolute;
  left: 0;
}

@media only screen and (max-width: 767px) {
  #contact__page .calendly__module .contact__content ul li:before {
    height: 16px;
  }
}

#contact__page .calendly__module .contact__content .digital-submit-logo {
  margin-top: 20px;
}

#contact__page .calendly__module .contact__content .questions {
  margin-top: 30px;
}

#contact__page .calendly__module .contact__content .tel-link {
  font-weight: 700;
}

#contact__page .calendly__module .contact__content .left__col {
  width: 60%;
  position: relative;
}

@media only screen and (min-width: 768px) {
  #contact__page .calendly__module .contact__content .left__col {
    padding-right: 8%;
  }
}

#contact__page .calendly__module .contact__content .right__col {
  width: 44%;
  position: relative;
  padding-top: 0;
}

@media only screen and (min-width: 768px) {
  #contact__page .calendly__module .contact__content .right__col {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  #contact__page .calendly__module .contact__content .left__col,
  #contact__page .calendly__module .contact__content .right__col {
    width: 100%;
  }
}

#contact__page .calendly__module .contact__content .CROaudit__content {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  #contact__page .calendly__module .contact__content .CROaudit__content {
    padding-top: 60px;
    padding-bottom: 45px;
  }
}

#contact__page .calendly__module .contact__content .CROaudit__content p {
  line-height: 30px;
}

@media only screen and (min-width: 768px) {
  #contact__page .calendly__module .contact__content .CROaudit__content:before {
    pointer-events: none;
    content: '';
    background: #c1e3f7;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(193, 227, 247, 0.25)), color-stop(60%, rgba(175, 212, 242, 0.66)), to(rgba(193, 227, 247, 0.4)));
    background: linear-gradient(180deg, rgba(193, 227, 247, 0.25) 0%, rgba(175, 212, 242, 0.66) 60%, rgba(193, 227, 247, 0.4) 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 200vw;
    left: 0;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

#contact__page .calendly__module .contact__content .partner_block {
  padding: 35px 0 0;
  position: relative;
}

@media only screen and (min-width: 768px) {
  #contact__page .calendly__module .contact__content .partner_block {
    padding: 45px 0 0;
  }
}

#contact__page .calendly__module .contact__content .partner_block h4 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #838383;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  #contact__page .calendly__module .contact__content .partner_block h4 {
    font-size: 16px;
    margin-bottom: 35px;
  }
}

#contact__page .calendly__module .contact__content .partner_block .logo__partner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

#contact__page .calendly__module .contact__content .partner_block .logo__partner .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#contact__page .calendly__module .contact__content .contact__form {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  max-width: 573px;
  -webkit-box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 768px) {
  #contact__page .calendly__module .contact__content .contact__form {
    padding: 30px 45px;
  }
}

#contact__page .calendly__module .contact__content .contact__form .content {
  color: #838383;
  font-size: 15px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  #contact__page .calendly__module .contact__content .contact__form .content {
    font-size: 17px;
  }
}

#contact__page .calendly__module .contact__content .contact__form .content .title {
  color: #000;
  font-size: 20px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  #contact__page .calendly__module .contact__content .contact__form .content .title {
    font-size: 25px;
  }
}

#contact__page .calendly__module .contact__content .contact__form input.input-text,
#contact__page .calendly__module .contact__content .contact__form input.wpcf7-text,
#contact__page .calendly__module .contact__content .contact__form textarea.textarea-text,
#contact__page .calendly__module .contact__content .contact__form textarea.wpcf7-textarea {
  border: 1px solid #A2A2A2;
}

#contact__page #Letstalk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 140px;
}

@media only screen and (max-width: 767px) {
  #contact__page #Letstalk {
    padding-bottom: 80px;
  }
}

#contact__page #Letstalk .fly_anime {
  position: absolute;
  right: 0px;
  bottom: -135px;
}

@media only screen and (min-width: 768px) {
  #contact__page #Letstalk .fly_anime {
    right: -198px;
    bottom: -142px;
  }
}

#contact__page #Letstalk .fly_anime img {
  width: 400px;
}

#contact__page #Letstalk input.input-text,
#contact__page #Letstalk input.wpcf7-text,
#contact__page #Letstalk textarea.textarea-text,
#contact__page #Letstalk textarea.wpcf7-textarea {
  border: 1px solid #A2A2A2;
}

#contact__page #Letstalk .content p {
  color: #838383;
  font-size: 1.7rem;
}

.location__section {
  background: #eeeeee;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #eeeeee), to(rgba(238, 238, 238, 0.400998)));
  background: linear-gradient(0deg, #eeeeee 40%, rgba(238, 238, 238, 0.400998) 100%);
  padding: 43px 0;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .location__section {
    padding: 25px 0;
  }
}

.location__section .container .row {
  display: block;
}

.location__section .location__groups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -17px;
  margin-right: -17px;
}

@media only screen and (max-width: 767px) {
  .location__section .location__groups {
    margin-left: 0;
    margin-right: 0;
  }
}

.location__section .location__groups .location__block {
  width: 33.33333%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 17px;
  color: #2D2D2D;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .location__section .location__groups .location__block {
    width: 100%;
    padding: 0;
    font-size: 12px;
  }
  .location__section .location__groups .location__block:not(:first-child) {
    margin-top: 20px;
  }
}

.location__section .location__groups .location__block .item {
  background-color: #fff;
  border-radius: 17px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  padding: 155px 25px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  text-align: center;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .location__section .location__groups .location__block .item {
    margin-bottom: 20px;
  }
}

.location__section .location__groups .location__block .map {
  position: absolute;
  height: 150px;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.location__section .location__groups .location__block h3 {
  text-transform: uppercase;
  font-size: 25px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .location__section .location__groups .location__block h3 {
    font-size: 18px;
  }
}

.location__section .location__groups .location__block .phone {
  font-weight: 700;
  margin-bottom: 10px;
}

.location__section .location__groups .location__block .phone a {
  color: #2D2D2D;
}

.page-template-redesign-unsubcribe #contact__page .container {
  max-width: 615px;
  width: 100%;
  margin: 0 auto;
}

.page-template-redesign-unsubcribe #contact__page h1.green-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0px;
  text-align: left;
  color: #36B553;
  margin-bottom: 10px;
}

.page-template-redesign-unsubcribe #contact__page h3.title {
  font-size: 35px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0px;
  text-align: left;
  color: #2d2d2d;
  margin-bottom: 20px;
}

.page-template-redesign-unsubcribe #contact__page {
  padding: 79px 0 0 0;
  margin-top: 0;
}

.page-template-redesign-unsubcribe .wpcf7 {
  background: #fff;
  border-radius: 5px;
  padding: 40px 40px 15px 40px;
}

.page-template-redesign-unsubcribe .wpcf7-list-item-label {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0px;
  text-align: left;
  color: #2d2d2d;
}

.page-template-redesign-unsubcribe .unsubscribe-option .wpcf7-radio .wpcf7-list-item {
  margin: 0 0 23px 0;
}

.page-template-redesign-unsubcribe .unsubscribe-option .wpcf7-radio .wpcf7-list-item.last {
  margin: 0 0 0 0;
}

.page-template-redesign-unsubcribe .wpcf7-submit {
  max-width: 170px;
  width: 100%;
  background-color: #36B553;
  font-family: "Manrope";
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: center;
}

.page-template-redesign-unsubcribe .wpcf7-submit:hover {
  background-color: #000;
}

.page-template-redesign-unsubcribe #contact__page .contact_image_city {
  margin-top: 70px;
}

.page-template-redesign-unsubcribe .unsubscribe-option > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page-template-redesign-unsubcribe textarea.wpcf7-textarea {
  border: 1px solid #a2a2a2;
  border-radius: 30px;
  margin-bottom: 0;
  max-height: 115px;
}

.page-template-redesign-unsubcribe-success #contact__page .main__col {
  max-width: 615px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
}

.page-template-redesign-unsubcribe .unsubscribe-option .wpcf7-radio .wpcf7-list-item input[type="radio"]:checked,
.page-template-redesign-unsubcribe .unsubscribe-option .wpcf7-radio .wpcf7-list-item input[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.page-template-redesign-unsubcribe .unsubscribe-option .wpcf7-radio .wpcf7-list-item input[type="radio"]:checked + span,
.page-template-redesign-unsubcribe .unsubscribe-option .wpcf7-radio .wpcf7-list-item input[type="radio"]:not(:checked) + span {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #2d2d2d;
}

.page-template-redesign-unsubcribe .unsubscribe-option .wpcf7-radio .wpcf7-list-item input[type="radio"]:checked + span:before,
.page-template-redesign-unsubcribe .unsubscribe-option .wpcf7-radio .wpcf7-list-item input[type="radio"]:not(:checked) + span:before {
  content: '';
  position: absolute;
  left: 0;
  top: -2px;
  width: 25px;
  height: 25px;
  border: 1px solid #a2a2a2;
  border-radius: 100%;
  background: #fff;
}

.page-template-redesign-unsubcribe .unsubscribe-option .wpcf7-radio .wpcf7-list-item input[type="radio"]:checked + span:after,
.page-template-redesign-unsubcribe .unsubscribe-option .wpcf7-radio .wpcf7-list-item input[type="radio"]:not(:checked) + span:after {
  content: '';
  width: 15px;
  height: 15px;
  background: #3AB554;
  position: absolute;
  top: 3px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.page-template-redesign-unsubcribe .unsubscribe-option .wpcf7-radio .wpcf7-list-item input[type="radio"]:not(:checked) + span:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.page-template-redesign-unsubcribe .unsubscribe-option .wpcf7-radio .wpcf7-list-item input[type="radio"]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.page-template-redesign-unsubcribe-success #contact__page {
  margin-top: 0;
  padding: 186px 0 0 0;
}

.page-template-redesign-unsubcribe-success #contact__page .main__col {
  width: 100%;
  max-width: 615px;
  margin: 0 auto;
  background: #fff;
  border-radius: 5px;
  padding: 77px 0 86px 0;
}

.page-template-redesign-unsubcribe-success #contact__page .main__col h1 {
  font-size: 35px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 14px;
  color: #2d2d2d;
}

.page-template-redesign-unsubcribe-success #contact__page .main__col h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0px;
  text-align: center;
  color: #2d2d2d;
}

.page-template-redesign-unsubcribe-success #contact__page .contact_image_city {
  margin-top: 219px;
}

.page-template-redesign-unsubcribe textarea {
  font-family: "Manrope";
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0px;
  text-align: left;
  color: #808080;
}

@media only screen and (max-width: 767px) {
  .page-template-redesign-unsubcribe #contact__page h1.green-text {
    font-size: 16px;
  }
  .page-template-redesign-unsubcribe #contact__page h3.title {
    font-size: 28px;
    line-height: 1.5em;
  }
  .page-template-redesign-unsubcribe .wpcf7 {
    padding: 20px;
  }
  .page-template-redesign-unsubcribe .unsubscribe-option .wpcf7-radio .wpcf7-list-item {
    margin: 0 0 15px 0;
  }
  .page-template-redesign-unsubcribe .wpcf7-list-item-label {
    font-size: 15px;
  }
  .page-template-redesign-unsubcribe-success #contact__page {
    padding: 60px 0 20px 0;
  }
  .page-template-redesign-unsubcribe-success #contact__page .contact_image_city {
    margin-top: 100px;
  }
  .page-template-redesign-unsubcribe-success #contact__page .main__col h1 {
    font-size: 23px;
  }
  .page-template-redesign-unsubcribe-success #contact__page .main__col h3 {
    font-size: 16px;
  }
  .page-template-redesign-unsubcribe-success #contact__page .main__col {
    padding: 50px 0;
  }
  .page-template-redesign-unsubcribe textarea.wpcf7-textarea {
    border-radius: 10px;
  }
}

.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
  margin: 0 0 0 2.5em;
}

.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item.first.last label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.section__CROaudit {
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .section__CROaudit {
    background: #c1e3f7;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(193, 227, 247, 0.25)), color-stop(30%, rgba(175, 212, 242, 0.66)), color-stop(50%, rgba(193, 227, 247, 0.25)), to(white));
    background: linear-gradient(180deg, rgba(193, 227, 247, 0.25) 0%, rgba(175, 212, 242, 0.66) 30%, rgba(193, 227, 247, 0.25) 50%, white 100%);
  }
}

@media only screen and (min-width: 768px) {
  .section__CROaudit {
    padding-bottom: 100px;
  }
}

.section__CROaudit .fx__heading .title {
  font-size: 25px;
}

@media only screen and (min-width: 768px) {
  .section__CROaudit .fx__heading .title {
    font-size: 35px;
  }
}

.section__CROaudit .list__block {
  margin-top: 25px;
}

.section__CROaudit ul {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}

.section__CROaudit ul li {
  position: relative;
  padding-left: 28px;
}

.section__CROaudit ul li:not(:first-child) {
  margin-top: 16px;
}

.section__CROaudit ul li:before {
  content: '';
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMyAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyLjU2MzcgMC4zMjgzODFDMTMuMTAwMyAwLjgwNTM3NCAxMy4xNDg2IDEuNjI3MDcgMTIuNjcxNiAyLjE2MzY4TDUuNzM4MyA5Ljk2MzY3QzUuNDkxNiAxMC4yNDEyIDUuMTM4IDEwLjQgNC43NjY2NyAxMC40QzQuMzk1MzQgMTAuNCA0LjA0MTc0IDEwLjI0MTIgMy43OTUwNCA5Ljk2MzY3TDAuMzI4MzgxIDYuMDYzNjdDLTAuMTQ4NjExIDUuNTI3MDYgLTAuMTAwMjc2IDQuNzA1MzcgMC40MzYzNCA0LjIyODM3QzAuOTcyOTU2IDMuNzUxMzggMS43OTQ2NSAzLjc5OTcyIDIuMjcxNjQgNC4zMzYzM0w0Ljc2NjY3IDcuMTQzMjRMMTAuNzI4NCAwLjQzNjM0QzExLjIwNTQgLTAuMTAwMjc2IDEyLjAyNyAtMC4xNDg2MTEgMTIuNTYzNyAwLjMyODM4MVoiIGZpbGw9IiMzNkI1NTMiLz4KPC9zdmc+Cg==");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px 10.5px;
  width: 13px;
  height: 22px;
  position: absolute;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .section__CROaudit ul li:before {
    height: 16px;
  }
}

.section__CROaudit .digital-submit-logo {
  margin-top: 20px;
}

.section__CROaudit .questions {
  margin-top: 30px;
}

.section__CROaudit .tel-link {
  font-weight: 700;
}

.section__CROaudit .left__col {
  width: 60%;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .section__CROaudit .left__col {
    padding-right: 8%;
  }
}

.section__CROaudit .right__col {
  width: 44%;
  position: relative;
  padding-top: 0;
}

@media only screen and (min-width: 768px) {
  .section__CROaudit .right__col {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .section__CROaudit .left__col,
  .section__CROaudit .right__col {
    width: 100%;
  }
}

.section__CROaudit .CROaudit__content {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .section__CROaudit .CROaudit__content {
    padding-top: 60px;
    padding-bottom: 45px;
  }
}

.section__CROaudit .CROaudit__content p {
  line-height: 30px;
}

@media only screen and (min-width: 768px) {
  .section__CROaudit .CROaudit__content:before {
    pointer-events: none;
    content: '';
    background: #c1e3f7;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(193, 227, 247, 0.25)), color-stop(60%, rgba(175, 212, 242, 0.66)), to(rgba(193, 227, 247, 0.4)));
    background: linear-gradient(180deg, rgba(193, 227, 247, 0.25) 0%, rgba(175, 212, 242, 0.66) 60%, rgba(193, 227, 247, 0.4) 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 200vw;
    left: 0;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.section__CROaudit .partner_block {
  padding: 35px 0 0;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .section__CROaudit .partner_block {
    padding: 45px 0 0;
  }
}

.section__CROaudit .partner_block h4 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #838383;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .section__CROaudit .partner_block h4 {
    font-size: 16px;
    margin-bottom: 35px;
  }
}

.section__CROaudit .partner_block .logo__partner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.section__CROaudit .partner_block .logo__partner .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section__CROaudit .contact__form {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  max-width: 573px;
  -webkit-box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 768px) {
  .section__CROaudit .contact__form {
    padding: 30px 45px;
  }
}

.section__CROaudit .contact__form .content {
  color: #838383;
  font-size: 15px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .section__CROaudit .contact__form .content {
    font-size: 17px;
  }
}

.section__CROaudit .contact__form .content .title {
  color: #000;
  font-size: 20px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .section__CROaudit .contact__form .content .title {
    font-size: 25px;
  }
}

.section__CROaudit .contact__form input.input-text,
.section__CROaudit .contact__form input.wpcf7-text,
.section__CROaudit .contact__form textarea.textarea-text,
.section__CROaudit .contact__form textarea.wpcf7-textarea {
  border: 1px solid #A2A2A2;
}

.section__banner__video {
  padding-top: 35px;
}

@media only screen and (min-width: 768px) {
  .section__banner__video {
    padding-top: 100px;
  }
}

.section__banner__video .row {
  display: block;
}

.section__banner__video .video__block {
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .section__banner__video .video__block {
    padding-top: 56.25%;
    height: auto;
  }
}

.section__banner__video .video__block video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.section__banner__video .video__block:after {
  content: '';
  background: black;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.25)), color-stop(30%, rgba(0, 0, 0, 0.75)), color-stop(70%, rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.25)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.75) 30%, rgba(0, 0, 0, 0.75) 70%, rgba(0, 0, 0, 0.25) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.section__banner__video .video__content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  padding: 45px 20px;
  max-width: 700px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .section__banner__video .video__content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.section__banner__video .video__content .typography-site-body {
  font-size: 16px;
  line-height: 28px;
}

@media only screen and (min-width: 768px) {
  .section__banner__video .video__content .typography-site-body {
    font-size: 18px;
  }
}

.section__banner__video .video__content .typography-site-body .sub__catalog {
  font-size: 20px;
}

@media only screen and (min-width: 768px) {
  .section__banner__video .video__content .typography-site-body .sub__catalog {
    font-size: 25px;
  }
}

.section__banner__video .video__content .typography-site-body .title {
  font-size: 30px;
}

@media only screen and (min-width: 768px) {
  .section__banner__video .video__content .typography-site-body .title {
    font-size: 45px;
  }
}

.section__banner__video .video__content .typography-site-body .description {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.section__visitors {
  padding-top: 35px;
}

@media only screen and (min-width: 768px) {
  .section__visitors {
    padding-top: 60px;
  }
}

.section__visitors .row {
  display: block;
}

.section__visitors .visitors__inner .typography-site-body {
  text-align: center;
  max-width: 587px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section__visitors .visitors__inner .typography-site-body .fx__heading .title {
  margin-bottom: 45px;
}

.section__visitors .visitors__items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}

@media only screen and (min-width: 768px) {
  .section__visitors .visitors__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

@media only screen and (min-width: 1024px) {
  .section__visitors .visitors__items {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .section__visitors .visitors__items {
    -webkit-column-gap: 55px;
    -moz-column-gap: 55px;
    column-gap: 55px;
    row-gap: 45px;
  }
}

.section__visitors .visitors__items .item {
  border-top: 1px solid #E2E7EF;
  padding-top: 15px;
  padding-left: 75px;
  position: relative;
  min-height: 55px;
}

@media only screen and (min-width: 768px) {
  .section__visitors .visitors__items .item {
    padding-top: 30px;
    padding-left: 75px;
  }
}

.section__visitors .visitors__items .item .icon {
  background-color: #3AB554;
  width: 55px;
  height: 55px;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 15px;
  left: 0;
}

@media only screen and (min-width: 768px) {
  .section__visitors .visitors__items .item .icon {
    top: 30px;
  }
}

.section__visitors .visitors__items .item .contain .title {
  font-size: 18px;
  font-weight: 700;
  color: #2D2D2D;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .section__visitors .visitors__items .item .contain .title {
    font-size: 20px;
  }
}

.section__whatwedo {
  padding-top: 35px;
}

@media only screen and (min-width: 768px) {
  .section__whatwedo {
    padding-top: 60px;
  }
}

.section__whatwedo .row {
  display: block;
}

.section__whatwedo .whatwedo__inner .typography-site-body {
  text-align: center;
}

.section__whatwedo .whatwedo__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media only screen and (min-width: 768px) {
  .section__whatwedo .whatwedo__items {
    gap: 30px;
  }
}

@media only screen and (min-width: 1024px) {
  .section__whatwedo .whatwedo__items {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .section__whatwedo .whatwedo__items {
    gap: 55px;
  }
}

.section__whatwedo .whatwedo__items .item {
  background-color: #F6F7F9;
  border-radius: 10px;
  padding: 20px 10px;
}

@media only screen and (min-width: 768px) {
  .section__whatwedo .whatwedo__items .item {
    padding: 30px;
  }
}

.section__whatwedo .whatwedo__items .item .contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section__whatwedo .whatwedo__items .item .contain .icon {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .section__whatwedo .whatwedo__items .item .contain .icon {
    width: 65px;
    height: 65px;
  }
}

.section__whatwedo .whatwedo__items .item .contain .title {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #2D2D2D;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .section__whatwedo .whatwedo__items .item .contain .title {
    font-size: 20px;
  }
}

.section__ourclient {
  padding-top: 35px;
}

@media only screen and (min-width: 768px) {
  .section__ourclient {
    padding-top: 100px;
  }
}

.section__ourclient .row {
  display: block;
}

.section__ourclient .ourclient__inner .typography-site-body {
  text-align: center;
}

.section__ourclient .increase__block {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}

@media only screen and (min-width: 768px) {
  .section__ourclient .increase__block {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}

.section__ourclient .increase__block .item {
  background-color: #D9D9D9;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  padding: 10% 5% 50%;
  text-align: center;
}

.section__ourclient .increase__block .sportrx__bg {
  background-image: url(../images/sportrx.png);
}

.section__ourclient .increase__block .kidkraft__bg {
  background-image: url(../images/kidkraft.png);
}

.section__ourclient .increase__block .sexyhair__bg {
  background-image: url(../images/sexyhair.png);
}

.section__ourclient .increase__block .counter .number {
  font-size: 60px;
  font-weight: 700;
  position: relative;
}

.section__ourclient .increase__block .counter .number:after {
  content: '';
}

.section__ourclient .increase__block .counter .label {
  display: block;
}

.section__cro {
  padding: 35px 0;
}

@media only screen and (min-width: 768px) {
  .section__cro {
    padding: 100px 0;
  }
}

.section__cro .row {
  display: block;
}

.section__cro .typography-site-body {
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
}

.section__cro .typography-site-body .fx__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .section__cro .typography-site-body .title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}

.section__cro .typography-site-body .button__groups {
  margin-top: 30px;
}

.section__cro .typography-site-body .button__groups .button {
  min-width: 290px;
}

.section__thankyou-audit {
  padding: 35px 0;
}

@media only screen and (min-width: 768px) {
  .section__thankyou-audit {
    padding: 100px 0;
  }
}

.section__thankyou-audit .row {
  display: block;
}

.section__thankyou-audit .typography-site-body {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.section__thankyou-audit .typography-site-body .fx__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .section__thankyou-audit .typography-site-body .title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}

.section__thankyou-audit .typography-site-body .description {
  line-height: 28px;
}

.section__thankyou-audit .typography-site-body .button__groups {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section__thankyou-audit .typography-site-body .button__groups .button {
  min-width: 290px;
}

.bg__gray01 {
  background-color: #E1E1E1;
}

.bg__gray02 {
  background-color: #F1F1F1;
}

.bg__gray03 {
  background-color: #F5F5F5;
}

.bg__gray04 {
  background-color: #F8F8F8;
}

#platforms__content,
#featured__case__study__content,
#ourwork__content,
#aboutus__content,
#Letstalk {
  will-change: transform;
  position: relative;
}

#ourwork {
  padding-top: 65px;
  padding-bottom: 65px;
  background-color: #f5f5f5;
}

@media only screen and (max-width: 767px) {
  #ourwork {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

#ourwork .left__col {
  max-width: 370px;
  padding-right: 7rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
  #ourwork .left__col {
    max-width: 100%;
    padding-right: 0;
  }
  #ourwork .left__col .button {
    display: none;
  }
}

#ourwork .right__col {
  max-width: 930px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  #ourwork .right__col .button {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 500;
    margin-top: 25px;
  }
}

#ourwork .title {
  font-size: 3rem;
  font-weight: 400;
  color: #2d2d2d;
  line-height: 3.8rem;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  #ourwork .title {
    font-size: 2rem;
    line-height: 2.8rem;
    text-align: center;
  }
}

#ourwork .button {
  position: relative;
}

#ourwork .button:after {
  content: '';
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODU5MzcgNC42MzgyMkw1Ljg1OTM1IDAuMTY0NTM0QzUuNjcyODIgLTAuMDM5MDAzIDUuMzcwMDkgLTAuMDYyNjQ1MSA1LjE1MjMyIDAuMTQzOTc1QzQuOTU3OTggMC4zMjc5OCA0Ljk1MzEgMC42ODc3NjUgNS4xMzI3OSAwLjg4ODIxMkw4LjM0MzgxIDQuNDczNzRIMC41MDAwMDNDMC4yMjM2MjcgNC40NzM3NCAwIDQuNzA5MTQgMCA1LjAwMDA2QzAgNS4yOTA5NyAwLjIyMzYzNCA1LjUyNjM3IDAuNTAwMDAzIDUuNTI2MzdIOC4zNDM4MUw1LjEzMjc5IDkuMTExOUM0Ljk1MzEgOS4zMTIzNiA0Ljk2NTc5IDkuNjYyOSA1LjE1MjMyIDkuODU2MTRDNS4zNDk1OCAxMC4wNTk3IDUuNjc1NzcgMTAuMDQyMiA1Ljg1OTM1IDkuODM1NThMOS44NTkzNyA1LjM2MTg5QzkuOTc2NTYgNS4yNDA1OSA5Ljk5ODA1IDUuMTIzNDEgMTAgNS4wMDAwNUMxMCA0Ljg3ODc2IDkuOTI5NjkgNC43MTYzNSA5Ljg1OTM3IDQuNjM4MjJaIiBmaWxsPSIjM0FCNTU0Ii8+Cjwvc3ZnPgo=");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  width: 10px;
  height: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

#ourwork .button a {
  color: #3ab554;
  text-decoration: underline !important;
}

#ourwork .button a:hover {
  text-decoration: none !important;
}

#aboutus {
  padding-top: 70px;
  padding-bottom: 50px;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  #aboutus {
    padding-top: 35px;
    padding-bottom: 25px;
  }
}

#aboutus .row {
  display: block;
}

#aboutus .aboutus__inner {
  font-size: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  #aboutus .aboutus__inner {
    font-size: 2.5rem;
  }
}

#aboutus .typography-site-body {
  font-weight: 600;
  text-align: center;
  max-width: 774px;
  margin: auto;
  padding-bottom: 43px;
  margin-bottom: 40px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #aboutus .typography-site-body {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}

#aboutus .typography-site-body:before {
  content: "";
  width: 90px;
  height: 1px;
  background-color: #d1d1d1;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#aboutus .typography-site-body .sub__catalog {
  margin-bottom: 20px;
}

#aboutus .typography-site-body .title {
  font-weight: 600;
  font-size: 3.5rem;
  line-height: 1.34;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  #aboutus .typography-site-body .title {
    font-size: 2.5rem;
  }
}

#aboutus .typography-site-body strong {
  font-size: 4rem;
  font-weight: 800;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #aboutus .typography-site-body strong {
    font-size: 3rem;
  }
}

#aboutus .typography-site-body strong:before {
  content: "";
  background-color: rgba(255, 92, 0, 0.5);
  height: 15px;
  position: absolute;
  pointer-events: none;
  left: 0;
  right: 0;
  bottom: 6px;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  #aboutus .typography-site-body strong:before {
    height: 7px;
  }
}

#aboutus .animation__text {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  position: relative;
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  #aboutus .animation__text {
    font-size: 2.3rem;
    max-width: 100%;
  }
}

#aboutus .animation__text .typo {
  -webkit-transition: opacity 500ms cubic-bezier(0, 0, 0.5, 1), visibility 500ms cubic-bezier(0, 0, 0.5, 1), -webkit-transform 500ms cubic-bezier(0, 0, 0.5, 1);
  transition: opacity 500ms cubic-bezier(0, 0, 0.5, 1), visibility 500ms cubic-bezier(0, 0, 0.5, 1), -webkit-transform 500ms cubic-bezier(0, 0, 0.5, 1);
  transition: transform 500ms cubic-bezier(0, 0, 0.5, 1), opacity 500ms cubic-bezier(0, 0, 0.5, 1), visibility 500ms cubic-bezier(0, 0, 0.5, 1);
  transition: transform 500ms cubic-bezier(0, 0, 0.5, 1), opacity 500ms cubic-bezier(0, 0, 0.5, 1), visibility 500ms cubic-bezier(0, 0, 0.5, 1), -webkit-transform 500ms cubic-bezier(0, 0, 0.5, 1);
}

@media only screen and (max-width: 767px) {
  #aboutus .animation__text .typo {
    max-width: 100%;
  }
}

#aboutus .animation__text .fade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  visibility: hidden;
}

#aboutus .animation__text strong {
  font-weight: 700;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

#aboutus .animation__text strong:before {
  content: "";
  background-color: rgba(58, 181, 84, 0.5);
  height: 15px;
  position: absolute;
  pointer-events: none;
  left: 0;
  right: 0;
  bottom: 3px;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  #aboutus .animation__text strong:before {
    height: 7px;
  }
}

.accordion__wrap {
  padding-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .accordion__wrap {
    padding-bottom: 60px;
  }
}

.contain__collapes {
  -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.5, 1), visibility 250ms cubic-bezier(0, 0, 0.5, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.5, 1);
  transition: opacity 250ms cubic-bezier(0, 0, 0.5, 1), visibility 250ms cubic-bezier(0, 0, 0.5, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.5, 1);
  transition: transform 250ms cubic-bezier(0, 0, 0.5, 1), opacity 250ms cubic-bezier(0, 0, 0.5, 1), visibility 250ms cubic-bezier(0, 0, 0.5, 1);
  transition: transform 250ms cubic-bezier(0, 0, 0.5, 1), opacity 250ms cubic-bezier(0, 0, 0.5, 1), visibility 250ms cubic-bezier(0, 0, 0.5, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.5, 1);
  will-change: transform;
}

.contain__collapes .collapes__row {
  background-color: #fff;
  overflow: hidden;
}

.contain__collapes .collapes__row:not(:first-child) {
  border-top: 1px solid #d9dde4;
}

.contain__collapes .collapes__row .title {
  font-size: 1.8rem;
  font-weight: 600;
  padding: 2.5rem 0;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .contain__collapes .collapes__row .title {
    font-size: 1.6rem;
    padding: 1.5rem 0;
  }
}

.contain__collapes .collapes__row .title::before {
  display: none;
  content: '';
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNiAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgMUw4IDhMMTUgMSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  top: 50%;
  width: 14px;
  height: 14px;
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.5, 1);
  transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.5, 1);
  transition: transform 250ms cubic-bezier(0, 0, 0.5, 1);
  transition: transform 250ms cubic-bezier(0, 0, 0.5, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.5, 1);
}

.contain__collapes .collapes__row .title.expanded::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.contain__collapes .collapes__row .content {
  will-change: height;
  overflow: hidden;
}

.contain__collapes .collapes__row .content p {
  margin-bottom: 25px;
}

.contain__collapes .collapes__row .content ul {
  margin-bottom: 25px;
}

.fx__heading.center {
  text-align: center;
}

.fx__heading .sub__catalog {
  font-size: 2rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #3ab554;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .fx__heading .sub__catalog {
    font-size: 1.5rem;
    margin-bottom: 6px;
  }
}

.fx__heading .sub__catalog.sub__catalog__black {
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: none;
  color: #000000;
  letter-spacing: 2px;
}

@media only screen and (max-width: 767px) {
  .fx__heading .sub__catalog.sub__catalog__black {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}

.fx__heading .title {
  font-size: 4rem;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .fx__heading .title {
    font-size: 2.5rem;
    margin-bottom: 15px;
  }
}

.page-template-redesign-service .fx__heading .sub__catalog.sub__catalog__black {
  letter-spacing: 0;
}

.button__groups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .button__groups {
    margin-top: 20px;
  }
}

.button__groups .button {
  background-color: #000;
  border-radius: 30px;
  min-width: 170px;
  min-height: 45px;
  padding: 6px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  -webkit-transition: background-color 250ms cubic-bezier(0, 0, 0.5, 1), color 250ms cubic-bezier(0, 0, 0.5, 1);
  transition: background-color 250ms cubic-bezier(0, 0, 0.5, 1), color 250ms cubic-bezier(0, 0, 0.5, 1);
}

@media only screen and (max-width: 767px) {
  .button__groups .button {
    min-width: 136px;
    min-height: 35px;
    padding: 6px 15px;
  }
}

.button__groups .button:not(:first-child) {
  margin-left: 15px;
}

@media only screen and (max-width: 767px) {
  .button__groups .button:not(:first-child) {
    margin-left: 10px;
  }
}

.button__groups .button:hover {
  text-decoration: none;
  background-color: #3ab554;
  color: #fff;
}

.button__groups .button__gray {
  background-color: #373737;
  color: #fff;
}

.button__groups .button__gray:hover {
  background-color: #000;
  color: #fff;
}

.button__groups .button__green {
  background-color: #3ab554;
}

.button__groups .button__green:hover {
  background-color: #000;
  color: #fff;
}

.button__groups .button__white {
  background-color: #fff;
  color: #000;
}

.button__groups .button__white:hover {
  background-color: #3ab554;
  color: #fff;
}

.button__chat {
  background-color: #3ab554;
  border-radius: 30px;
  max-width: 170px;
  min-height: 45px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .button__chat {
    min-height: 40px;
  }
}

.button__chat span {
  display: inline-block;
  white-space: nowrap;
}

.button__chat span.svg {
  width: 34px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .button__chat span.svg {
    height: 40px;
  }
}

.button__chat:hover {
  text-decoration: none;
  background-color: #000;
  color: #fff;
}

.ourwork__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -2px;
  margin-right: -2px;
}

.ourwork__items .ourwork__item {
  padding: 2px;
  width: 33.33333%;
}

@media only screen and (min-width: 768px) {
  .ourwork__items .ourwork__item {
    width: 25%;
  }
}

@media only screen and (min-width: 1024px) {
  .ourwork__items .ourwork__item {
    width: 16.66667%;
  }
}

.ourwork__items .ourwork__gallery {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.ourwork__items .ourwork__gallery img {
  width: 100%;
  display: block;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 500ms cubic-bezier(0, 0, 0.5, 1);
  transition: -webkit-transform 500ms cubic-bezier(0, 0, 0.5, 1);
  transition: transform 500ms cubic-bezier(0, 0, 0.5, 1);
  transition: transform 500ms cubic-bezier(0, 0, 0.5, 1), -webkit-transform 500ms cubic-bezier(0, 0, 0.5, 1);
}

.ourwork__items .ourwork__gallery:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.video__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

@media only screen and (min-width: 768px) {
  .video__grid {
    grid-column-gap: 14px;
    grid-row-gap: 10px;
  }
}

@media only screen and (min-width: 1024px) {
  .video__grid {
    grid-column-gap: 24px;
    grid-row-gap: 20px;
  }
}

.video__grid .block img,
.video__grid .block video {
  border-radius: 30px;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media only screen and (min-width: 1200px) {
  .video__grid .block img,
  .video__grid .block video {
    border-radius: 50px;
  }
}

.video__grid .block.sm .item {
  padding-top: 100%;
  height: 0;
  position: relative;
}

.video__grid .block.sm .item img,
.video__grid .block.sm .item video {
  position: absolute;
  top: 0;
  bottom: 0;
}

.video__grid .block.md {
  grid-row: 1 / 3;
  grid-column: 2 / 3;
}

.video__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .video__top {
    padding-bottom: 10px;
  }
}

.video__top .block {
  padding: 0;
  width: calc((100% - 20px)/2);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media only screen and (max-width: 767px) {
  .video__top .block {
    width: calc((100% - 10px)/2);
  }
}

.video__top .block:not(:first-child) {
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .video__top .block:not(:first-child) {
    margin-left: 10px;
  }
}

.video__top .item {
  padding-top: 100%;
  height: 0;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.video__top .item img,
.video__top .item video {
  position: absolute;
  top: 0;
  bottom: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 20px;
  overflow: hidden;
}

.video__bottom {
  position: relative;
}

.video__bottom video {
  border: 1px solid #D9D9D9;
  border-radius: 20px;
  overflow: hidden;
}

.video__bottom img,
.video__bottom video {
  display: block;
}

.video__bottom .photo__small__oveplay {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}

.video__bottom .photo__small__oveplay img {
  width: 100%;
}

#featured__case__study {
  position: relative;
}

#featured__case__study .left__col {
  padding-top: 70px;
  padding-bottom: 100px;
}

@media only screen and (min-width: 768px) {
  #featured__case__study .left__col .on__mobile {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  #featured__case__study .left__col {
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 30px;
  }
}

#featured__case__study .right__col {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0 0 30px;
}

@media only screen and (max-width: 767px) {
  #featured__case__study .right__col .typography-site-body .content {
    margin-bottom: 20px;
  }
  #featured__case__study .right__col .typography-site-body .fx__heading .sub__catalog,
  #featured__case__study .right__col .typography-site-body .fx__heading .title {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  #featured__case__study .right__col {
    width: 50%;
    padding: 70px 0 100px 40px;
  }
}

@media only screen and (min-width: 1024px) {
  #featured__case__study .right__col {
    width: 520px;
    padding: 70px 0 100px 70px;
  }
}

#contactus {
  background-color: #f1f1f1;
}

#contactus .container {
  max-width: 1240px;
}

@media only screen and (min-width: 768px) {
  #contactus .container {
    padding: 0 60px;
  }
}

#contactus .container .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#contactus .left__col,
#contactus .right__col {
  padding: 92px 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media only screen and (max-width: 767px) {
  #contactus .left__col,
  #contactus .right__col {
    padding: 35px 0;
  }
}

@media only screen and (max-width: 767px) {
  #contactus .left__col {
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  #contactus .left__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 550px;
    flex: 0 1 550px;
    margin-right: 50px;
  }
}

@media only screen and (max-width: 767px) {
  #contactus .right__col {
    padding-top: 45px;
  }
}

@media only screen and (min-width: 768px) {
  #contactus .right__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 450px;
    flex: 0 1 450px;
  }
}

#Letstalk .content {
  font-size: 2rem;
  margin-bottom: 43px;
  color: #838383;
}

@media only screen and (max-width: 767px) {
  #Letstalk .content {
    font-size: 15px;
    margin-bottom: 20px;
  }
}

#Letstalk .content .title {
  color: #000000;
  font-size: 4rem;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  #Letstalk .content .title {
    font-size: 2.5rem;
    margin-bottom: 10px;
  }
}

#Letstalk .content p {
  color: #838383;
}

#Letstalk .contact__form .fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#Letstalk .contact__form .field:not(.w2) {
  width: 100%;
}

#Letstalk .contact__form .field.w2:nth-child(2) {
  margin-left: 15px;
}

#Letstalk .contact__form .w2 {
  width: calc((100% - 15px) / 2);
}

#Letstalk .contact__form .actions {
  width: 100%;
}

.char__wrap {
  background-color: #fff;
  border-radius: 20px;
  height: 100%;
}

#chat {
  width: 100%;
  background: #c1e3f7;
  background: linear-gradient(5deg, rgba(193, 227, 247, 0) 0%, #afd4f2 100%);
  border-radius: 20px;
  padding-top: 370px;
  text-align: center;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #chat {
    padding-top: 0;
  }
}

#chat p {
  color: #878787;
}

#chat .chat__content {
  padding-bottom: 35px;
}

#chat .chat__content .title {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 4rem;
  text-transform: none;
  line-height: 1.2;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  #chat .chat__content .title {
    font-size: 2.5rem;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  #chat .chat__content p {
    font-size: 15px;
    font-weight: 500;
  }
}

#chat .fly_anime {
  position: absolute;
  scale: 1;
  top: 60px;
  width: 100%;
  scale: 1.3;
}

@media only screen and (max-width: 767px) {
  #chat .fly_anime {
    position: relative;
    top: -30px;
    width: 100%;
    scale: 1.1;
  }
}

input.input-text,
input.wpcf7-text,
textarea.textarea-text,
textarea.wpcf7-textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 30px;
  background-color: #fff;
  border: none;
  width: 100%;
}

input.input-text::-webkit-input-placeholder, input.wpcf7-text::-webkit-input-placeholder, textarea.textarea-text::-webkit-input-placeholder, textarea.wpcf7-textarea::-webkit-input-placeholder {
  font-weight: 300;
  opacity: 1;
}

input.input-text::-moz-placeholder, input.wpcf7-text::-moz-placeholder, textarea.textarea-text::-moz-placeholder, textarea.wpcf7-textarea::-moz-placeholder {
  font-weight: 300;
  opacity: 1;
}

input.input-text:-ms-input-placeholder, input.wpcf7-text:-ms-input-placeholder, textarea.textarea-text:-ms-input-placeholder, textarea.wpcf7-textarea:-ms-input-placeholder {
  font-weight: 300;
  opacity: 1;
}

input.input-text::-ms-input-placeholder, input.wpcf7-text::-ms-input-placeholder, textarea.textarea-text::-ms-input-placeholder, textarea.wpcf7-textarea::-ms-input-placeholder {
  font-weight: 300;
  opacity: 1;
}

input.input-text::placeholder,
input.wpcf7-text::placeholder,
textarea.textarea-text::placeholder,
textarea.wpcf7-textarea::placeholder {
  font-weight: 300;
  opacity: 1;
}

.label {
  display: none;
}

input.input-text,
input.wpcf7-text {
  padding: 0 25px;
  height: 50px;
}

@media only screen and (max-width: 767px) {
  input.input-text,
  input.wpcf7-text {
    padding: 0 15px;
    height: 40px;
  }
}

textarea.textarea-text,
textarea.wpcf7-textarea {
  padding: 15px 25px;
}

@media only screen and (max-width: 767px) {
  textarea.textarea-text,
  textarea.wpcf7-textarea {
    padding: 15px;
    height: 150px;
  }
}

button.button-primary,
input.wpcf7-submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 50px;
  border: none;
  background-color: #000;
  border-radius: 30px;
  text-align: center;
  line-height: 50px;
  width: 100%;
  color: #fff;
  font-weight: 600;
  width: 100%;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  button.button-primary,
  input.wpcf7-submit {
    height: 40px;
    line-height: 40px;
  }
}

button.button-primary:hover,
input.wpcf7-submit:hover {
  text-decoration: none;
  background-color: #3AB554;
}

.wpcf7-form .form-group {
  margin-bottom: 20px;
}

.wpcf7-form .form-group > label {
  display: none;
}

.wpcf7-form span.wpcf7-not-valid-tip {
  position: unset;
  margin-top: 6px;
}

.contact-v3 > .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-v3 > .form-group br {
  display: none;
}

.contact-v3 > .form-group .wpcf7-form-control-wrap {
  width: 100%;
}

.contact-v3 > .form-group .wpcf7-form-control-wrap.fullname, .contact-v3 > .form-group .wpcf7-form-control-wrap.Phone {
  width: calc((100% - 15px) / 2);
}

.contact-v3 > .form-group .wpcf7-form-control-wrap.Phone {
  margin-left: 15px;
}

/*Tien Custom*/
.page-template-redesign-unsubcribe #contact__page .container {
  max-width: 615px;
  width: 100%;
  margin: 0 auto;
}

.page-template-redesign-unsubcribe #contact__page h1.green-text {
  /* font-family: "Manrope"; */
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0px;
  text-align: left;
  color: #36B553;
  margin-bottom: 10px;
}

.page-template-redesign-unsubcribe #contact__page h3.title {
  /* font-family: "Manrope"; */
  font-size: 35px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0px;
  text-align: left;
  color: #2d2d2d;
  margin-bottom: 20px;
}

.page-template-redesign-unsubcribe #contact__page {
  padding: 79px 0 0 0;
  margin-top: 0;
}

.page-template-redesign-unsubcribe .wpcf7 {
  background: #fff;
  border-radius: 5px;
  padding: 40px 40px 15px 40px;
}

.page-template-redesign-unsubcribe .wpcf7-list-item-label {
  /* font-family: "Manrope"; */
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0px;
  text-align: left;
  color: #2d2d2d;
}

.page-template-redesign-unsubcribe .unsubscribe-option .wpcf7-radio .wpcf7-list-item {
  margin: 0 0 23px 0;
}

.page-template-redesign-unsubcribe .unsubscribe-option .wpcf7-radio .wpcf7-list-item.last {
  margin: 0 0 0 0;
}

.page-template-redesign-unsubcribe .wpcf7-submit {
  max-width: 170px;
  width: 100%;
  background-color: #36B553;
}

.page-template-redesign-unsubcribe .wpcf7-submit:hover {
  background-color: #000;
}

.page-template-redesign-unsubcribe #contact__page .contact_image_city {
  margin-top: 70px;
}

.page-template-redesign-unsubcribe .unsubscribe-option > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page-template-redesign-unsubcribe textarea.wpcf7-textarea {
  border: 1px solid #a2a2a2;
  border-radius: 30px;
  margin-bottom: 25px;
  max-height: 115px;
}

.page-template-redesign-unsubcribe-success #contact__page .main__col {
  max-width: 615px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
}

.page-template-redesign-unsubcribe .unsubscribe-option .wpcf7-radio .wpcf7-list-item input[type="radio"]:checked,
.page-template-redesign-unsubcribe .unsubscribe-option .wpcf7-radio .wpcf7-list-item input[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.page-template-redesign-unsubcribe .unsubscribe-option .wpcf7-radio .wpcf7-list-item input[type="radio"]:checked + span,
.page-template-redesign-unsubcribe .unsubscribe-option .wpcf7-radio .wpcf7-list-item input[type="radio"]:not(:checked) + span {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #2d2d2d;
}

.page-template-redesign-unsubcribe .unsubscribe-option .wpcf7-radio .wpcf7-list-item input[type="radio"]:checked + span:before,
.page-template-redesign-unsubcribe .unsubscribe-option .wpcf7-radio .wpcf7-list-item input[type="radio"]:not(:checked) + span:before {
  content: '';
  position: absolute;
  left: 0;
  top: -2px;
  width: 25px;
  height: 25px;
  border: 1px solid #a2a2a2;
  border-radius: 100%;
  background: #fff;
}

.page-template-redesign-unsubcribe .unsubscribe-option .wpcf7-radio .wpcf7-list-item input[type="radio"]:checked + span:after,
.page-template-redesign-unsubcribe .unsubscribe-option .wpcf7-radio .wpcf7-list-item input[type="radio"]:not(:checked) + span:after {
  content: '';
  width: 15px;
  height: 15px;
  background: #3AB554;
  position: absolute;
  top: 3px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.page-template-redesign-unsubcribe .unsubscribe-option .wpcf7-radio .wpcf7-list-item input[type="radio"]:not(:checked) + span:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.page-template-redesign-unsubcribe .unsubscribe-option .wpcf7-radio .wpcf7-list-item input[type="radio"]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.page-template-redesign-unsubcribe-success #contact__page {
  margin-top: 0;
  padding: 186px 0 0 0;
}

.page-template-redesign-unsubcribe-success #contact__page .main__col {
  width: 100%;
  max-width: 615px;
  margin: 0 auto;
  background: #fff;
  border-radius: 5px;
  padding: 77px 0 86px 0;
}

.page-template-redesign-unsubcribe-success #contact__page .main__col h1 {
  /* font-family: "Manrope"; */
  font-size: 35px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 14px;
  color: #2d2d2d;
}

.page-template-redesign-unsubcribe-success #contact__page .main__col h3 {
  /* font-family: "Manrope"; */
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0px;
  text-align: center;
  color: #2d2d2d;
}

.page-template-redesign-unsubcribe-success #contact__page .contact_image_city {
  margin-top: 219px;
}

/*
.page-template-redesign-unsubcribe textarea::placeholder{
    font-family:"Manrope";
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: left;
    color: #808080;
}
*/
@media only screen and (max-width: 767px) {
  .page-template-redesign-unsubcribe #contact__page h1.green-text {
    font-size: 16px;
  }
  .page-template-redesign-unsubcribe #contact__page h3.title {
    font-size: 28px;
    line-height: 1.5em;
  }
  .page-template-redesign-unsubcribe .wpcf7 {
    padding: 20px;
  }
  .page-template-redesign-unsubcribe .unsubscribe-option .wpcf7-radio .wpcf7-list-item {
    margin: 0 0 15px 0;
  }
  .page-template-redesign-unsubcribe .wpcf7-list-item-label {
    font-size: 15px;
  }
  .page-template-redesign-unsubcribe-success #contact__page {
    padding: 60px 0 20px 0;
  }
  .page-template-redesign-unsubcribe-success #contact__page .contact_image_city {
    margin-top: 100px;
  }
  .page-template-redesign-unsubcribe-success #contact__page .main__col h1 {
    font-size: 23px;
  }
  .page-template-redesign-unsubcribe-success #contact__page .main__col h3 {
    font-size: 16px;
  }
  .page-template-redesign-unsubcribe-success #contact__page .main__col {
    padding: 50px 0;
  }
  .page-template-redesign-unsubcribe textarea.wpcf7-textarea {
    border-radius: 10px;
  }
}

/*# 021725 */

/* Why Us */
@media only screen and (min-width: 768px) {
  .affordable-performance-wrap.rtl .left__col.no-order{
    order: 0;
  }
  .affordable-performance-wrap.rtl.why-us{
    grid-template-columns: 0.8fr 1.2fr;
  }
}
.why-us .on__mobile .title{
  color: #fff;
}
.banner__hightlight.banner__hightlight-new-background {
  background-size: cover !important;
  position: relative;
  height: 42vw;
  display: flex;
  background-size: cover;
}
.banner__hightlight .banner__hightlight-content {
  display: flex;
  align-items: center;
  height: 100%;
  max-width: 570px;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .banner__hightlight.banner__hightlight-new-background {
      height: 125vw;
      background: url(/wp-content/themes/fagency-2021-child/images/iframe-template-hightlight-mobile-new-bg.png) no-repeat !important;
      background-size: cover !important;
  }
  .banner__hightlight-content.aos-init.aos-animate {
    align-items: flex-end;
    padding-bottom: 80px;
  }
  .banner__hightlight .banner__hightlight-content .fx__heading p {
    font-size: 16px;
  }
  .banner__hightlight .banner__hightlight-content .button__groups .button {
    min-width: 100%;
    height: 44px;
  }
}