/*!
Theme Name: stcai
Author: DevsX
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: stcai
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

stcai is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under th

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* --------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

-------------------------------------------------------------- */

/* --------------------------------------------------------------
# Generic
-------------------------------------------------------------- */

/* Normalize
--------------------------------------------- */

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

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

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

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  src: url('fonts/Montserrat-Regular.woff');
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  src: url('fonts/Montserrat-Medium.woff');
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  src: url('fonts/Montserrat-SemiBold.woff');
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  src: url("fonts/Roboto-Light.ttf");
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  src: url("fonts/Roboto-Regular.ttf");
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  src: url("fonts/Roboto-Medium.ttf");
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  src: url("fonts/Roboto-Bold.ttf");
  font-display: swap;
}


html {
  line-height: 1.15;
  text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

.color-blue {
  color: #4389A2;
}

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

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

/**
 * 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;
  font-size: 1em;
}

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

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: none;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  appearance: button;
}

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

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

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * 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"] {
  appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  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 {
  font: inherit;
  appearance: button;
}

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

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

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

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

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/* --------------------------------------------------------------
# Base
-------------------------------------------------------------- */

/* Typography
--------------------------------------------- */


h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  clear: both;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  max-width: 100%;
  padding: 1.6em;
  margin-bottom: 1.6em;
  overflow: auto;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  background: #eee;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  cursor: help;
  border-bottom: 1px dotted #666;
}

mark,
ins {
  text-decoration: none;
  background: #fff9c0;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  height: 1px;
  margin-bottom: 1.5em;
  background-color: #ccc;
  border: 0;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

figure {
  margin: 1em 0;
}

table {
  width: 100%;
  margin: 0 0 1.5em;
}

/* Links
--------------------------------------------- */
a {
  color: #4389A2;
}

a:visited {
  color: #4389A2;
}

a:hover,
a:focus,
a:active {
  color: initial;
}

a:focus {
  outline: none;
}

a:hover,
a:active {
  outline: 0;
}


select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/* --------------------------------------------------------------
# Layouts
-------------------------------------------------------------- */

/* --------------------------------------------------------------
# Components
-------------------------------------------------------------- */

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.main-navigation ul ul {
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  float: left;
  box-shadow: 0 3px 3px rgb(0 0 0 / 20%);
}

.main-navigation ul ul ul {
  top: 0;
  left: -999em;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: auto;
  display: block;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  flex: 1 0 50%;
  text-align: end;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}


.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  margin: 0 0 1.5em;
  clear: both;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  border: none;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  max-width: 100%;
  margin-bottom: 1.5em;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  display: grid;
  grid-gap: 1.5em;
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* --------------------------------------------------------------
# Plugins
-------------------------------------------------------------- */

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/* --------------------------------------------------------------
# Utilities
-------------------------------------------------------------- */

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  word-wrap: normal !important;
  border: 0;
}

.screen-reader-text:focus {
  top: 5px;
  left: 5px;
  z-index: 100000;
  display: block;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  clip: auto !important;
  clip-path: none;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: normal;
  color: #21759b;
  text-decoration: none;
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgb(0 0 0 / 60%);
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /* rtl:ignore */
  float: left;

  /* rtl:ignore */
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /* rtl:ignore */
  float: right;
  margin-bottom: 1.5em;

  /* rtl:ignore */
  margin-left: 1.5em;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-bottom: 1.5em;
  margin-left: auto;
  clear: both;
}


.home #page {
  overflow: hidden;
}

a {
  text-decoration: none;
}

.btn {
  display: inline-flex;
  align-items: center;
  height: 43px;
  padding: 0 32px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  appearance: none;
  background: #000;
  border: 1px solid #000;
  border-radius: 4px;
  transition: 0.3s;
}

.btn.btn-lg {
  height: 55px;
  padding: 0 50px;
  font-size: 20px;
}

.btn:hover {
  color: #fff;
  background: #363636;
  border: 1px solid #363636;
  transition: 0.2s;
}

.btn:active,
.btn:focus {
  color: #fff;
}

.btn:visited {
  color: #fff;
}

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

.flex {
  display: flex;
}

.flex > .col-50 {
  width: 50%;
}

.flex > .col-30 {
  width: 33.3333333%;
}

.section-title {
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 150%;
  text-align: center;
  letter-spacing: -0.5px;
}

.section-subtitle {
  max-width: 739px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 30px;
  color: #BBB;
  letter-spacing: 0.42px;
}

.site-header {
  padding-top: 20px;
}

.site-header .site-branding img {
  width: 101px;
}

.site-header .main-navigation {
  position: relative;
  top: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-header .main-navigation ul {
  display: flex;
  gap: 32px;
}

.site-header .main-navigation li {
  position: relative;
  display: flex;
}

.site-header .main-navigation li::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 1px;
  height: 17px;
  margin-left: 32px;
  content: '';
  background: #000;
}

.site-header .main-navigation li:last-child::after {
  display: none;
}

.site-header .main-navigation li a {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  transition: 0.4s;
}

.site-header .main-navigation li a:hover {
  color: #71BCD6;
  transition: 0.2s;
}

.site-header .btn-wrap {
  top: -2px;
  display: flex;
  align-items: center;
}

.site-header .btn-wrap .btn {
  position: relative;
  top: -2px;
  justify-content: center;
  width: 150px;
  padding: 0;
}

.site-header .btn-wrap .btn::after {
  position: absolute;
  bottom: 100%;
  left: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.33;
  color: #FFF;
  text-transform: uppercase;
  content: 'free';
  background: #E03727;
  border: 1px solid #FFF;
  border-radius: 24px;
  transform: translate(-50%, 50%);
}

.home-hero {
  position: relative;

  /* min-height: calc(100vh - 100px); */
}

.home-hero::after {
  position: absolute;
  top: -20px;
  left: 50%;
  z-index: -1;
  display: block;
  width: 100vw;
  height: 100%;
  content: '';
  background: url("img/home-hero-background.jpg") center / cover no-repeat;
  transform: translate(-50%, -100px);
}

.home-hero-content {
  flex-direction: column;
  align-items: center;
}

.home-hero > .flex {
  align-items: end;
}

.hero_text_container {
  display: flex;
  flex-direction: column;
  justify-content: end;
  height: 100%;
}

.hero_text_heading {
  margin-top: 48px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: clamp(36px, 30.3673px + 1.2245vw, 48px);
  font-style: normal;
  font-weight: 500;
  line-height: 1.33;
  color: #FFF;
  text-align: center;
  letter-spacing: -1.056px;
}

.hero_text_heading span {
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.33; /* 133.333% */
  color: #FFF;
}

.home-hero .hero-img-container {
  margin-top: 59px;
  margin-left: 11px;
}

.home-hero .hero-img-container img {
  max-width: 620px;

}

.home-hero .hero-text-container {
  padding-top: 108px;
}

.hero-btn-wrapper {
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: center;
}

.hero-btn-wrapper .btn {
  position: relative;
  width: fit-content;
  max-width: 100%;
  padding: clamp(16px, 14px + 0.5556vw, 22px) clamp(40px, 24.9796px + 3.2653vw, 72px);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  border-radius: 80px;
}

.hero-btn-wrapper .btn::after {
  position: absolute;
  top: -8px;
  right: -12px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.33; /* 133.333% */
  color: #FFF;
  text-transform: uppercase;
  content: 'free';
  background: #E03727;
  border: 1px solid #FFF;
  border-radius: 24px;
}

.hero-btn-wrapper .btn.light {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #436775;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  background: #FFF;
  border: 1px solid #436775;
  transition-duration: 0.3s;
}

.hero-btn-wrapper .btn.light:hover {
  color: #fff;
  background: #71BCD6;
  border: 1px solid #fff;
}

.hero-btn-wrapper .btn.light::after {
  content: none;
}

.home-hero .btn-container {
  position: relative;
  gap: 24px;
  align-items: center;
  justify-content: center;
  margin-top: 56px;
}

.home-hero .videoWrap {
  position: relative;
  max-width: 1008px;
  aspect-ratio: 908 / 511;
  margin-top: 67px;
  overflow: hidden;
  border: 1.49px solid #4389A2;
  border-radius: 20px;
}

.home-hero .video-poster2-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(189px, 166px + 5vw, 238px);
  height: clamp(48px, 46.1224px + 0.4082vw, 52px);
  cursor: pointer;
  content: '';
  background: url("img/icon-play-new.svg") center / cover no-repeat;
  border: none;
  border-radius: clamp(40px, 36.2449px + 0.8163vw, 48px);
  outline: none;
  transition: transform 0.5s;
  transform: translate(-50%, -50%) scale(1);
}

.home-hero .video-poster2-btn:hover {
  transform: translate(-50%, -50%) scale(1.2);
}

.home-hero .videoWrap figure {
  margin: 0;
}

.home-hero .videoWrap .poster {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center;
  filter: blur(1px);
}

.home-hero .hero-title {
  margin-bottom: 23px;
  font-size: clamp(2.5rem, calc(0.57rem + 3.12vw), 3.38rem);
  line-height: 1.14;
  color: #fff;
  letter-spacing: -0.7px;
}

.home-hero .hero-title span {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 13.3; /* 133.333% */
  color: #FFF;
}

.underline-1 {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.underline-1::before {
  position: absolute;
  bottom: 17px;
  left: 8px;
  z-index: -1;
  width: 98%;
  height: 25px;
  content: '';
  background: #ACD0DD;
}

.underline-2 {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-left: 14px;
}

.underline-2::before {
  position: absolute;
  bottom: 17px;
  left: 4px;
  z-index: -1;
  width: 98%;
  height: 25px;
  content: '';
  background: #ACD0DD;
}

.home-hero .hero-subtitle {
  max-width: 810px;
  margin: 24px auto 0;
  font-size: clamp(20px, 18.1224px + 0.4082vw, 24px);
  font-style: normal;
  font-weight: 500;
  line-height: 1.5; /* 140% */
  color: rgb(255 255 255 / 80%);
  text-align: center;
  letter-spacing: 0.48px;
}

.home-hero .hero-subtitle span {
  font-size: 14px;
}

.home-hero .users-photo img {
  height: 50px;
  margin-right: 18px;
}

.home-hero .users-photo {
  position: relative;
  display: flex;
  align-items: center;
}

.home-hero .users-photo span {
  position: relative;
  top: 1px;
}

.home-hero .btn {
  justify-content: center;
}

.home-features {
  padding-top: 50px;
  padding-bottom: 100px;
}

.home-features .features-grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 52px;
  margin-bottom: clamp(24px, 12.7347px + 2.449vw, 48px);
}

.home-features .features-grid-container .grid-item {
  padding: 24px;
  background: #FFF;
  backdrop-filter: blur(40px);
  box-shadow: 0 5px 18px 0 rgb(0 0 0 / 8%);
}

.home-features .features-grid-container .grid-item img {
  max-width: 68px;
  height: auto;
}

.home-features .features-grid-container .grid-item h3 {
  margin-top: 13px;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.666px;
}

.home-features .features-grid-container .grid-item p {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.33px;
}

.home-features .btn-container {
  justify-content: center;
}

.home-features .btn {
  position: relative;
}

.home-features .btn::after {
  position: absolute;
  bottom: 100%;
  left: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.33; /* 133.333% */
  color: #FFF;
  text-transform: uppercase;
  content: 'free';
  background: #E03727;
  border: 1px solid #FFF;
  border-radius: 24px;
  transform: translate(-50%, 50%);
}

.home-how-it-works .features-grid-container {
  display: flex;
  gap: 32px 15px;
  align-items: center;
  justify-content: space-between;
}

.home-how-it-works .features-grid-container .grid-item {
  position: relative;
  display: flex;
  flex: 0 0 310px;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

.home-how-it-works .features-grid-container .grid-item:not(:last-child)::after {
  position: absolute;
  top: 26%;
  right: calc(-1 * var(--item-gap, 0px));
  width: var(--item-gap, 0);
  height: 8px;
  content: '';
  background: url("data:image/svg+xml,%3Csvg width='156' height='16' viewBox='0 0 156 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M155.707 8.70712C156.098 8.3166 156.098 7.68343 155.707 7.29291L149.343 0.928945C148.953 0.538421 148.319 0.538421 147.929 0.928945C147.538 1.31947 147.538 1.95263 147.929 2.34316L153.586 8.00001L147.929 13.6569C147.538 14.0474 147.538 14.6806 147.929 15.0711C148.319 15.4616 148.953 15.4616 149.343 15.0711L155.707 8.70712ZM-8.57629e-08 9L155 9.00001L155 7.00001L8.57629e-08 7L-8.57629e-08 9Z' fill='%23436775'/%3E%3C/svg%3E%0A") right / cover no-repeat;
}

@media screen and (max-width: 1024px) {
  .home-how-it-works .features-grid-container {
    flex-direction: column;
  }

  .home-how-it-works .features-grid-container .grid-item {
    flex: initial;
  }

  .home-how-it-works .features-grid-container .grid-item:not(:last-child)::after {
    content: none;
  }
}


.home-how-it-works .features-grid-container .grid-item img {
  width: clamp(80px, 47.1429px + 7.1429vw, 150px);
  aspect-ratio: 1;
  margin-bottom: 32px;
}

.home-how-it-works .features-grid-container .grid-item h3 {
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 144%; /* 28.8px */
  color: #000;
  text-align: center;
  letter-spacing: 0.4px;
}

.home-how-it-works .features-grid-container .grid-item p {
  margin: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 144%; /* 25.92px */
  color: #697586;
  text-align: center;
  letter-spacing: 0.36px;
}

.home-simple-pricing {
  padding-top: clamp(50px, 26.5306px + 5.102vw, 100px);
  padding-bottom: clamp(50px, 26.5306px + 5.102vw, 100px);
}

.home-simple-pricing .container {
  padding: 0;
}

.home-simple-pricing .section-title {
  margin-bottom: clamp(36px, 30.3673px + 1.2245vw, 48px);
}

.home-simple-pricing .section-title span {
  position: relative;
}

.home-simple-pricing .section-title span::before {
  position: absolute;
  bottom: -13px;
  left: 50%;
  z-index: -1;
  width: 129px;
  height: 11px;
  content: '';
  background: url("img/underline-2.png");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(-50%);
}

.home-simple-pricing .section-content {
  max-width: 524px;
  padding: 48px clamp(35px, 10.1224px + 5.4082vw, 88px);
  margin: 0 auto;
  background: #E4EFF4;
  border: 1px solid #D0D7E7;
  border-radius: 16px;
}

.home-simple-pricing .section-price {
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 76.667%;
  color: #436775;
  text-align: center;
}

.home-simple-pricing .section-subtitle {
  padding: 16px 0;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4; /* 355.556% */
  color: #000;
  text-align: center;
  border-bottom: 1px solid #D0D7E7;
}

.home-simple-pricing .section-grid-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 36px;
}

.home-simple-pricing .section-grid-container .grid-item {
  display: flex;
  gap: 4px;
  align-items: center;
  padding-left: clamp(0px, -18.7755px + 4.0816vw, 40px);
}

.home-simple-pricing .section-grid-container .grid-item img {
  width: 24px;
  aspect-ratio: 1;
}

.home-simple-pricing .section-grid-container .grid-item p {
  margin: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 151%; /* 24.16px */
  color: #2D2D2D;
}

.home-simple-pricing .btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 16px;
}

.home-simple-pricing .btn::after {
  position: absolute;
  bottom: 100%;
  left: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.33; /* 133.333% */
  color: #FFF;
  text-transform: uppercase;
  content: 'free';
  background: #E03727;
  border: 1px solid #FFF;
  border-radius: 24px;
  transform: translate(-50%, 50%);
}

.home-simple-pricing .section-text-wrapper {
  display: flex;
  gap: 4px;
  align-items: start;
}

.home-simple-pricing .section-text-wrapper p {
  margin: 0;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 151%; /* 18.12px */
  color: rgb(105 117 134 / 80%);
}

.home-reviews {
  padding: 50px 0 0;
}

.home-reviews .container {
  padding: 0;
}

.home-reviews .section-title {
  margin-bottom: clamp(24px, 12.7347px + 2.449vw, 48px);
}

.home-reviews .slick-track {
  display: flex !important;
  align-items: stretch;
  padding: 20px 0;
}

.home-reviews .swiper-slide {
  display: flex !important;
  flex-direction: column;
  max-width: 380px;
  height: auto;
  padding: clamp(32px, 28.2449px + 0.8163vw, 40px) clamp(24px, 20.2449px + 0.8163vw, 32px);
  margin-inline: clamp(15px, 10.3061px + 1.0204vw, 25px);
  background: #FFF;
  border: 1px solid #F5F5F5;
  border-radius: 16px;
  box-shadow: 0 4px 6px -2px rgb(16 24 40 / 3%), 0 12px 16px -4px rgb(16 24 40 / 8%);
}

.home-reviews .swiper-slide img {
  width: 136px;
  height: 24px;
  object-fit: cover;
}

.home-reviews .slick-dots li button::before {
  font-size: 12px !important;
  color: #E3E9EB !important;
  opacity: 1 !important;
}

.home-reviews .slick-dots li.slick-active button::before {
  color: #A2B7BC !important;
  opacity: 1 !important;
}

.home-reviews .swiper-slide .slide-text {
  flex: 1 1 auto;
  font-family: Roboto, sans-serif;
  font-size: clamp(16px, 15.0612px + 0.2041vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 144%; /* 25.92px */
  color: #697586;
  letter-spacing: 0.36px;
}

.home-reviews .swiper-slide .slide-item-name {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5; /* 150% */
  color: #202939;
}

.home-presentation {
  padding-bottom: 80px;
}

.home-presentation .section-title {
  max-width: 980px;
  margin: 0 auto;
}

.home-presentation .section-title span {
  position: relative;
  display: inline-block;
  margin: 0 auto;
}

.home-presentation .section-title span::before {
  position: absolute;
  bottom: -7px;
  left: -8px;
  z-index: -1;
  width: 270px;
  height: 11px;
  content: '';
  background: url("img/underline-4.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.home-presentation .section-subtitle {
  max-width: 790px;
  margin-top: 24px;
  text-align: center;
}

.home-presentation figure {
  margin-top: 48px;
}

.home-charts-types {
  position: relative;
  z-index: 1;
  padding-top: 99px;
  padding-bottom: 84px;
}

.home-charts-types::before {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  height: 100%;
  content: '';
  background-color: #F5F5F5;
  transform: translateX(-50%)
}

.home-charts-types .section-title {
  position: relative;
  max-width: 780px;
  margin: 0 auto;
  margin-bottom: 24px;
  color: #4389A2;
}

.home-charts-types .section-title::before {
  position: absolute;
  bottom: -18px;
  left: 50%;
  z-index: 0;
  width: 281px;
  height: 17px;
  content: '';
  background: url("img/underline-5.png");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(-50%);
}

.home-charts-types .section-subtitle {
  line-height: 32px;
  color: #000;
  text-align: center;
  letter-spacing: 0.4px;
}

.home-charts-types .types-switcher {
  margin-top: 22px;
}

.home-charts-types .types-switcher-tabs {
  margin-bottom: 40px;
  text-align: center;
}

.home-charts-types .types-switcher-tabs button {
  width: 310px;
  padding: 12px 0 18px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #BBB;
  letter-spacing: 0.1px;
  cursor: pointer;
  background: transparent;
  border: none;
  border-bottom: 1px solid #BBB;
  border-radius: 0;
}

.home-charts-types .types-switcher-tabs button:hover {
  color: #363636;
  border-bottom: 1px solid #363636;
}

.home-charts-types .types-switcher-tabs button.active {
  padding: 12px 0 17px;
  color: #4389A2;
  border-bottom: 2px solid #4389A2;
}

.home-charts-types .types-switcher-tabs button:last-child {
  position: relative;
  left: -4px;
  padding-left: 18px;
}

.home-charts-types .icons-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 4px;
  max-width: 835px;
  margin: 0 auto;
}

.home-charts-types .icons-grid .grid-item {
  text-align: center;
}

.home-charts-types .icons-grid .grid-item .item-title {
  padding: 0 7px;
  margin-top: 13px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #000;
  letter-spacing: 0.5px;
}

.home-charts-types .icons-grid .grid-item img {
  max-width: 100px;
  height: auto;
}

.home-story {
  padding-top: 100px;
  padding-bottom: 100px;
}

.home-story .section-title {
  max-width: 740px;
  margin: 0 auto;
  margin-bottom: 24px;
  letter-spacing: 1.2px;
}

.home-story.bg {
  background: #F5F5F5;
}

.home-story.bg .section-subtitle {
  color: #000;
}

.home-story .section-title span {
  position: relative;
  z-index: 0;
}

.home-story .section-title span::before {
  position: absolute;
  bottom: -9px;
  left: -13px;
  z-index: -1;
  width: 225px;
  height: 11px;
  content: '';
  background: url("img/underline-6.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.home-story .section-subtitle {
  margin-bottom: 48px;
  text-align: center;
}

.home-story .img-container {
  max-width: 609px;
  height: 342px;
  margin: 0 auto;
  background: #D9D9D9;
}

.home-story .btn-container {
  justify-content: center;
  margin-top: 48px;
}

.home-story .btn-container .btn {
  padding: 0 40px;
}

.cta-contact-form {
  position: relative;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 100px;
}

.cta-contact-form::before {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  height: 100%;
  content: '';
  background: url("img/cta_bg.jpg");
  background-position: top center;
  background-size: cover;
  transform: translateX(-50%);
}

.cta-contact-form .section-title {
  margin: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: clamp(32px, 26.3673px + 1.2245vw, 44px);
  font-style: normal;
  font-weight: 500;
  line-height: 64px; /* 145.455% */
  color: #FFF;
  text-align: center;
}

.cta-contact-form .section-subtitle {
  margin-top: 24px;
  font-family: Roboto, sans-serif;
  font-size: clamp(18px, 17.0612px + 0.2041vw, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: 144%; /* 28.8px */
  color: rgb(255 255 255 / 80%);
  text-align: center;
  letter-spacing: 0.4px;
}

.cta-contact-form form {
  position: relative;
  max-width: 610px;
  margin: 0 auto;
  margin-top: 35px;
}

.cta-contact-form form input[type="email"] {
  width: 100%;
  height: 62px;
  padding: 0 16px;
  font-size: 20px;
  color: #000;
  letter-spacing: -0.5px;
  background: #fff;
  border: none;
  border: 2px solid #fff;
  border-radius: 4px;
}

.cta-contact-form form input[type="email"]::placeholder {
  color: #BBB;
}

.cta-contact-form form input[type="email"]:focus-visible {
  border: 2px solid #71BCD6;
  outline: none;
}

.cta-contact-form form input[type="email"]:focus-visible::placeholder {
  color: transparent;
}

.cta-contact-form form .btn {
  position: relative;
  display: flex;
  justify-content: center;
  width: 320px;
  height: 62px;
  padding: 0 8px;
  margin: 0 auto;
  margin-top: 21px;
  font-size: 20px;
  text-align: center;
  letter-spacing: -0.5px;
  cursor: pointer;
}

.home .cta-contact-form form .btn::after {
  position: absolute;
  bottom: 100%;
  left: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.33; /* 133.333% */
  color: #FFF;
  text-transform: uppercase;
  content: 'free';
  background: #E03727;
  border: 1px solid #FFF;
  border-radius: 24px;
  transform: translate(-50%, 50%);
}

@media screen and (max-width: 576px) {
  transform: translate(-80%, 50%);
}

.cta-contact-form form #loader {
  top: 20px;
}

.home-os-support {
  position: relative;
  padding-top: 101px;
  padding-bottom: 120px;
}

.home-os-support::after {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  height: 100%;
  content: '';
  background-color: #F4F9FA;
  transform: translateX(-50%);
}

.home-os-support .container {
  padding: 0;
}

.home-os-support .container > .cols > .col-50:first-child {
  position: relative;
  left: -3px;
  width: 49.7%;
}

.home-os-support .container > .cols > .col-50:last-child {
  padding-left: 15px;
}

.home-os-support .section-title {
  margin-top: 55px;
  margin-bottom: 18px;
  text-align: left;
  letter-spacing: 1px;
}

.home-os-support .section-title span {
  position: relative;
}

.home-os-support .section-title span::before {
  position: absolute;
  bottom: -13px;
  left: -20px;
  width: 129px;
  height: 11px;
  content: '';
  background: url("img/underline-2.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.home-os-support .download-buttons {
  margin-top: 35px;
  text-align: center;
}

.home-os-support .download-buttons img,
.home-os-support .download-buttons svg {
  display: block;
  height: 101px;
  margin: 0 auto;
  object-fit: cover;
  object-position: top;
}

.home-os-support .download-buttons .item {
  padding-right: 18px;
}

.home-os-support .download-buttons .item:last-child {
  padding-left: 3px;
}

.home-os-support .download-buttons .btn {
  justify-content: center;
  width: 100%;
  height: 48px;
  margin-top: 24px;
}

.faq {
  padding-top: 95px;
  padding-bottom: 100px;
}

.faq .section-title {
  margin-bottom: 18px;
}

.faq .section-subtitle {
  max-width: 820px;
  text-align: center;
}

.faq .accordion {
  max-width: 820px;
  margin: 0 auto;
  margin-top: 30px;
  overflow: hidden;
}

.faq .accordion-item {
  border-bottom: 1px solid #000;
}

.faq .accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 64px;
  padding: 0;
  margin-top: 15.5px;
  margin-bottom: 16px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0;
  cursor: pointer;
  background: transparent;
  border: none;
  outline: none;
}

.faq .chevron-container {
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: rgb(113 188 214 / 10%);
  border-radius: 50%;
}

.faq .chevron {
  width: 100%;
  height: 100%;
  fill: #71BCD6;
  transition: transform 0.3s;
  transform: rotate(90deg);
}

.faq .accordion-content {
  display: none;
  margin-top: -8px;
  margin-bottom: 30px;
  background-color: #fff;
}

.faq .accordion-content p {
  margin: 0;
  line-height: 24px;
}

.faq .accordion-header.active .chevron {
  fill: #fff;
  transform: rotate(-90deg);

}

.faq .accordion-header.active .chevron-container {
  background-color: #4389A2;
}

.site-footer {
  padding-top: 100px;
  padding-bottom: 40px;
  color: #fff;
  background: url("img/footer-bg.jpg");
  background-position: top center;
  background-size: cover;
}

.site-footer .footer-email {
  display: inline-flex;
  align-items: center;
  width: 100%;
  height: 43px;
  padding: 0 11px;
  margin-bottom: 25px;
  color: #fff;
  letter-spacing: 0.666px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 4px;
}

.site-footer .footer-email:hover {
  color: #71BCD6;
  border: 1px solid #71BCD6;
}

.site-footer .container > .flex {
  position: relative;
  gap: 48px;
}

.site-footer .flex > .col {

}

.site-footer .flex > .col:first-child {
  width: 100%;
  max-width: 295px;
}

.site-footer .flex > .col:nth-child(2) {
  width: 100%;
  max-width: 341px;
}

.site-footer .footer-logo {
  width: 103px;
  height: 32px;
  object-fit: contain;
}

.site-footer .footer-title {
  margin-bottom: 34px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.site-footer .footer-navigation .flex {
  gap: 28px;
}

.site-footer .footer-info .footer-description {
  margin-top: 20px;
  line-height: 28px;
  letter-spacing: 0.33px;
}

.site-footer .footer-info input {
  width: 100%;
  height: 43px;
  padding: 0 11px;
  margin-bottom: 25px;
  color: #fff;
  letter-spacing: 0.666px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 4px;
}

.site-footer .footer-info input::placeholder {
  color: #fff;
}

.site-footer .footer-info input:focus-visible::placeholder {
  color: transparent;
}

.site-footer .footer-info input:focus-visible {
  border: 2px solid #71BCD6;
  outline: none;
}

.site-footer .footer-form-title {
  margin-top: 34px;
  margin-bottom: 26px;
  letter-spacing: 0.33px;
}

.site-footer .footer-copyright {
  display: inline-block;
  margin-bottom: 23px;
  letter-spacing: 0.33px;
}

.site-footer .develover-logo {
  position: absolute;
  right: 0;
  bottom: 10px;
  margin-top: 0;
  margin-bottom: 0;
}

.footer-subscribe-form {
  display: flex;
  align-items: center;
  width: 100%;
}

.footer-subscribe-form input {
  flex: none;
  width: 100%;
  max-width: 332px;
  height: 48px;
  padding: 0 16px;
  margin-right: 18px;
  color: #000;
  letter-spacing: -0.333px;
  border: none;
}

.site-footer .footer-subscribe-form input::placeholder {
  color: #BBB;
}

.site-footer .footer-subscribe-form input:focus-visible::placeholder {
  color: transparent;
}

.site-footer .footer-subscribe-form input:focus-visible {
  border: 2px solid #71BCD6;
  outline: none;
}

.footer-subscribe-form .btn {
  height: 48px;
  padding: 0 42px;
  font-size: 16px;
  cursor: pointer;
}

.footer-socials {
  display: flex;
  gap: 16px;
  align-self: center;
}

.footer-socials img {
  width: 32px;
}

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

.footer-navigation ul li {
  margin-bottom: 25px;
}

.footer-navigation ul li a {
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.3px;
  transition: 0.4s;
}

.footer-navigation ul li a:hover {
  color: #71BCD6;
  transition: 0.2s;
}

.stcai-iubenda a {
  display: inline-block;
  height: auto !important;
  margin-bottom: 25px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.3px;
  transition: 0.2s;
}

.stcai-iubenda a:hover {
  color: #71BCD6;
  transition: 0.2s;
}

.download-hero {
  padding-bottom: 32px;
}

.download-hero .container {
  max-width: 1260px;
}

.download-hero .flex {
  justify-content: baseline;
}

.download-hero .hero-img-container {
  position: relative;
  margin-top: 20px;
  margin-left: 26px;
}

.download-hero .hero-img-container img {
  max-width: 100%;
}

.download-hero .hero-video-link {
  position: absolute;
  top: 39%;
  left: 50%;
  z-index: 1;
  cursor: pointer;
  transition: 0.3s;
  transform: translate(-50%, -50%);
}

.download-hero .hero-video-link svg {
  border-radius: 50px;
}

.download-hero .hero-video-link:hover svg path {
  transition: 0.3s;
}

.download-hero .hero-video-link:hover svg path {
  fill: #333;
  transition: 0.2s;
}

.download-hero .hero-text-container {
  padding-top: 102px;
}

.download-hero .hero-title {
  margin-bottom: 23px;
  font-size: 54px;
  font-size: clamp(2.5rem, calc(0.57rem + 3.12vw), 3.38rem);
  line-height: 81px;
  line-height: clamp(3.38rem, calc(-0.35rem + 6.01vw), 5.06rem);
  letter-spacing: -0.7px;
}

.download-hero .hero-subtitle {
  margin-top: 0;
  margin-bottom: 31px;
  font-size: 24px;
  line-height: 36px;
  color: #BBB;
  letter-spacing: 0.5px;
}

.download-hero .bnt-icon {
  display: inline-flex;
  width: 224px;
  height: 70px;
  padding: 0 39px;
  margin-right: 32px;
  font-size: 18px;
}

.download-hero .bnt-icon .wrap {
  display: flex;
  align-items: center;
  width: 140px;
  margin: 0 auto;
  transform: translate(-1px, 0);
}

.download-hero .bnt-icon span {
  display: inline-block;
  margin-bottom: 1px;
  line-height: 1.2;
}

.download-hero .bnt-icon span:first-child {
  font-size: 14px;
}

.download-hero .bnt-icon:first-child span {
  display: inline-block;
  margin-bottom: -1px;
}

.download-hero .bnt-icon:first-child span:last-child {
  position: relative;
  top: 3px;
}

.download-hero .bnt-icon img {
  width: 24px;
  margin-right: 9px;
}

.download-hero .underline-2 {
  padding-left: 0;
}

.download-hero .underline-2::before {
  left: -4px;
  width: 111%;
}

.download-hero .underline-1::before {
  left: -6px;
  width: 104%;
}

.seen-on {
  padding-top: 60px;
  padding-bottom: 60px;
}

.seen-on .title {
  font-size: 44px;
  text-align: center;
  letter-spacing: -0.5px;
}

.seen-on .logos-container {
  align-items: center;
  justify-content: space-between;
  max-width: 1026px;
  margin: 0 auto;
  margin-top: 39px;
}

.seen-on .logos-container img {
  max-width: 223px;
  height: auto;
  margin-right: 45px;
}

.seen-on .logos-container img:last-child {
  margin-right: 0;
}

.how-to-install {
  padding-top: 51px;
  padding-bottom: 51px;
}

.how-to-install > .container {
  max-width: 1224px;
}

.how-to-install .flex {
  gap: 69px;
}

.how-to-install .section-title {
  position: relative;
}

.how-to-install .section-title span {
  position: relative;
  display: inline-block;
}

.how-to-install .section-title span::before {
  position: absolute;
  bottom: -6px;
  left: -11px;
  z-index: 1;
  width: 142px;
  height: 12px;
  content: '';
  background: url("img/underline-3.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.how-to-install .section-subtitle {
  max-width: 824px;
  margin-bottom: 72px;
  line-height: 32px;
  text-align: center;
}

.how-to-install .section-subtitle a {
  text-decoration: underline;
}

.how-to-install .section-subtitle a:hover {
  text-decoration: none;
}

.how-to-install img {
  max-width: 68px;
  margin-bottom: 13px;
}

.how-to-install .title {
  margin-bottom: 16px;
  font-size: 24px;
  letter-spacing: 0.9px;
}

.how-to-install .description {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.3px;
}

.presentation {
  padding-top: 49px;
  padding-bottom: 92px;
}

.presentation .section-title {
  text-align: left;
}

.presentation-carousel-container {
  position: relative;
  width: 100%;
  margin: auto;
}

.presentation-carousel img {
  display: block;
  width: 100%;
}

.presentation-carousel .slick-arrow {
  width: 40px;
  height: 40px;
  background: #F5F5F5;
  border-radius: 4px;
}

.presentation-carousel .slick-prev,
.presentation-carousel .slick-next {
  position: absolute;
  top: -54px;
  right: 50px;
  z-index: 1;

}

.presentation-carousel .slick-next {
  right: 0;
}

.presentation-carousel .slick-prev {
  right: 57px;
  left: unset;
}

.presentation-carousel .slick-prev::before {
  display: inline-block;
  width: 12.35px;
  height: 20px;
  content: '';
  background: url("img/icon-chevron-gray.svg");
}

.presentation-carousel .slick-prev:hover::before {
  background: url("img/icon-chevron-white.svg");
  transform: rotate(180deg);
}

.presentation-carousel .slick-next::before {
  display: inline-block;
  width: 12.35px;
  height: 20px;
  content: '';
  background: url("img/icon-chevron-gray.svg");
  transform: rotate(180deg);
}

.presentation-carousel .slick-next:hover::before {
  background: url("img/icon-chevron-white.svg");
  transform: rotate(360deg);
}

.presentation-carousel .slick-next:focus,
.presentation-carousel .slick-prev:focus {
  background: #F5F5F5;
}

.presentation-carousel .slick-arrow:hover {
  background: #4389A2;
}

.presentation-carousel .slick-list {
  margin: 0 -10px; /* Встановлюємо негативний margin для slick-list */
}

.presentation-carousel .slick-slide {
  height: auto;
  margin: 0 10px; /* Встановлює відстань між слайдами 20px (10px зліва і 10px справа) */
}

.presentation-carousel .presentation-item figure {
  position: relative;
  height: 250px;
  overflow: hidden;
  border-radius: 4px;
}

.presentation-carousel .presentation-item .title {
  padding: 0 24px;
  margin-bottom: 18px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.7px;
}

.presentation-carousel .presentation-item .description {
  padding: 0 24px;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.3px;
}

.presentation-carousel .presentation-item .play-video {
  position: absolute;
  top: 50%;
  right: 50%;
  display: inline-block;
  width: 56px;
  height: 56px;
  cursor: pointer;
  background: url("img/icon-play.png");
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  transform: translate(50%, -50%);
}

#resend_key.cta-contact-form .section-subtitle {
  margin-bottom: 48px;
  line-height: 23px;
}

#resend_key.cta-contact-form form .btn {
  margin-top: 50px;
}

.partners {
  padding-top: 50px;
  padding-bottom: 50px;
}

.partners .flex {
  align-items: center;
  justify-content: space-between;
}

.partners figure {
  margin: 0 20px;
}

.partners img {
  height: 64px;
  margin: 0 30px;
  object-fit: contain;

}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  display: none;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0 0 0 / 70%);
}

.modal .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  max-width: 820px;
  padding: 31px 26px;
  padding-bottom: 44px;
  background-color: #fefefe;
  border-radius: 12px;
  transform: translate(-50%, -50%);
}

.modal .spam-info {
  display: block;
  max-width: 600px;
  padding-top: 22px;
  margin: 0 auto;
  font-size: 16px;
  color: #4389a2;
  text-align: center;
}

#subscribeModal .title {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  letter-spacing: -0.666px;
}

#subscribeModal .subtitle {
  width: 100%;
  margin-top: 0;
  margin-bottom: 33px;
  font-size: 20px;
  line-height: 32px;
  color: #BBB;
  text-align: center;
  letter-spacing: 0.5px;
}

.support-page input,
.wpcf7 input:not(.wpcf7-submit),
.wpcf7 textarea,
#subscribeModal input,
.subcribe-form-2 input {
  position: relative;
  top: 5px;
  display: inline-flex;
  align-items: center;
  width: 100%;
  height: 62px;
  padding: 0 18px;
  margin-bottom: 24px;
  font-size: 20px;
  color: #000;
  letter-spacing: -0.6px;
  background: #F5F5F5;
  border: none;
  border-radius: 4px;
}

#subscribeModal input.valid,
.subcribe-form-2 input.valid {
  outline: forestgreen auto 1px;
}

#subscribeModal input::placeholder,
.subcribe-form-2 input::placeholder {
  color: #BBB;
}

#subscribeModal form,
.subcribe-form-2 form {
  transform: translateY(11px);
}

.wpcf7 .wpcf7-submit,
#subscribeModal .btn {
  position: relative;
  display: flex;
  justify-content: center;
  width: 326px;
  height: 55px;
  padding: 0;
  margin: 0 auto;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
}

#subscribeModal .btn[disabled] {
  cursor: not-allowed;
  opacity: 0.6;
}

#subscribeModal .btn.btn-hide {
  display: none;
}

:focus-visible {
  outline: #71BCD6 auto 1px;
}

#subscribeModal .form-container,
.subcribe-form-2 .form-container {
  width: 100%;
  max-width: 712px;
  margin: 0 auto;
}

.subcribe-form-2 .form-container .flex,
#subscribeModal .form-container .flex {
  position: relative;
  gap: 24px;
}

.subcribe-form-2 .form-container .terms,
#subscribeModal .form-container .terms {
  gap: 0;
  height: 16px;
  margin-bottom: 61px;
}

.subcribe-form-2 .input-wrap,
#subscribeModal .input-wrap {
  position: relative;
}

.subcribe-form-2 .conditions,
#subscribeModal .conditions {
  padding-top: 12px;
  padding-left: 7px;
  font-weight: 400;
  color: #BBB;
}

.wpcf7-not-valid-tip,
#subscribeModal .error-message,
#resendPassword .error-message {
  position: absolute;
  bottom: 7px;
  font-size: 12px;
  color: #4389A2 !important;
  transition: 0.5s;
  transform: translateY(3px);
}

.success-key-modal h2 {
  max-width: 441px;
  margin: 0 auto;
  line-height: 30px;
  text-align: center;
}

.success-key-modal .modal-content {
  padding-bottom: 31px;
}

.success-key-modal a {
  display: block;
  width: 100%;
  font-size: 24px;
  text-align: center;
}

.subcribe-form-2 .error-message {
  position: absolute;
  bottom: 7px;
  font-size: 12px;
  color: #fff !important;
  transition: 0.5s;
  transform: translateY(3px);
}

#resendPassword .error-message {
  bottom: unset;
  color: #fff !important;
}

#subscribeModal .conditions .error-message-check {
  position: absolute;
  bottom: -27px;
  font-size: 12px;
  color: #4389A2 !important;
  transition: 0.5s;
  transform: translateY(3px);
}

.subcribe-form-2 .terms {
  display: none;
}

.subcribe-form-2 > .flex {
  gap: 24px;
}

.subcribe-form-2 > .flex > .col-50 {
  position: relative;
}

.subcribe-form-2 .form-container .terms a,
#subscribeModal .form-container .terms a {
  padding-top: 12px;
  font-size: 16px;
  font-weight: 400;
  color: #BBB;
}

.subcribe-form-2 .form-container .terms a:hover,
#subscribeModal .form-container .terms a:hover {
  text-decoration: underline;
}

.subcribe-form-3 .flex > .col-50 {
  position: relative;
}

.subcribe-form-3 input {
  height: 48px;
  margin-bottom: 16px;
  font-size: 16px;
}

.subcribe-form-3 > .flex {
  gap: 16px;
  justify-content: space-between;
}

.subcribe-form-3 .input-wrap {
  min-width: 330px;
}

.subcribe-form-3 .error-message {
  bottom: 1px;
  font-size: 10px;
}

.subcribe-form-3 .btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 157px;
  height: 48px;
  margin-top: 5px;
  font-size: 16px;
}

.subcribe-form-3 .btn #loader {
  top: 13px;
}

.false-modal h2 {
  width: 100%;
  margin-bottom: 0;
  text-align: center;
}

.false-modal p {
  width: 100%;
  margin-bottom: 0;
  text-align: center;
}

#subscribeModal .custom-checkbox {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  cursor: pointer;
}

#subscribeModal .custom-checkbox input[type="checkbox"] {
  position: absolute;
  width: 0;
  height: 0;
  cursor: pointer;
  opacity: 0;
}

#subscribeModal .custom-checkbox__box {
  position: relative;
  top: 12px;
  left: -0;
  display: inline-block;
  flex: none;
  width: 16px;
  height: 16px;
  margin-right: 0;
  background-color: #fff;
  border: 1px solid #4389A2;
  border-radius: 3.5px;
  box-shadow: 0 1px 2.5px 0 #007AFF3D;
  transition: background-color 0.2s, border-color 0.1s;
}

#subscribeModal .custom-checkbox input[type="checkbox"]:checked + .custom-checkbox__box {
  background-color: #4389A2;
  border-color: #4389A2;
}

#subscribeModal .custom-checkbox__box::after {
  position: absolute;
  top: 1px;
  left: 5px;
  display: none;
  width: 4.5px;
  height: 10px;
  content: '';
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) scale(0.8);
}

#subscribeModal .custom-checkbox input[type="checkbox"]:checked + .custom-checkbox__box::after {
  display: block;
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 16px;
  height: 16px;
  background: url("img/icon-close.svg");
  filter: brightness(0.5);
  background-size: contain;
}

.modal-close:hover {
  filter: brightness(0.7);
}

.success-modal .modal-content {
  max-width: 820px;
}

.success-modal h2 {
  display: block;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.success-modal p {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  margin-top: 20px;
  font-size: 18px;
  line-height: 23px;
  text-align-last: center;
}

.subscribe-form input {
  border: 1px solid #333;
}

#subscribeModal .message {
  bottom: 7px;
  width: 100%;
  margin-top: 18px;
  font-size: 16px;
  color: #4389A2;
  text-align: center;
  transition: 0.5s;
}

.hide-desktop {
  display: none;
}

.mobile-menu {
  display: none;
}

#loader {
  position: absolute;
  top: 16px;
  right: 13px;
  display: none;
  width: 20px;
  height: 20px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #436775;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 1280px) {
  .home-hero .hero-img-container img,
  .download-hero .hero-img-container img {
    width: 100%;
  }

  .download-hero .bnt-icon {
    padding: 0 22px;
  }
}

.modal-close {
  display: none;
}

.suggest-feature {
  margin-top: 45px;
}

.suggest-feature .container {
  max-width: 820px;
  margin: 0 auto;
}

.suggest-feature .title {
  margin-bottom: 0;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
  letter-spacing: -0.9px;
}

.suggest-feature .entry-content {
  margin-top: 16px;
}

.suggest-feature .entry-content p {
  margin-top: 0;
  font-size: 20px;
  line-height: 30px;
  color: #BBB;
  letter-spacing: 0.33px;
}

.suggest-feature .wpcf7-form {
  max-width: 712px;
  margin: 0 auto;
  margin-top: 43px;
}

.suggest-feature .wpcf7-form input {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}

.suggest-feature .wpcf7-form input::placeholder,
.suggest-feature .wpcf7-form textarea::placeholder {
  color: #BBB;
}

.suggest-feature .wpcf7 .wpcf7-submit {
  width: 248px;
}

.suggest-feature .wpcf7 .wpcf7-not-valid-tip {
  transform: translateY(14px);
}

.suggest-feature .wpcf7-form textarea {
  height: 160px;
  padding-top: 20px;
  margin-bottom: 16px;
  resize: none;
}

.suggest-feature .wpcf7 form .wpcf7-response-output {
  padding: 16px;
  font-size: 20px;
  color: #bbb;
  text-align: center;
}

.wpcf7-form-control-wrap[data-name="your-email"] .wpcf7-not-valid-tip {
  display: inline-block;
  width: 204px;
  transform: translateY(-15px);
}

.suggest-feature span.wpcf7-spinner {
  display: block;
  margin: 0 auto;
}

.support-page {
  padding-bottom: 150px;
  margin-top: 46px;
}

.support-page .title {
  margin-bottom: 0;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
  letter-spacing: -0.9px;
}

.support-page .description {
  max-width: 820px;
  margin: 0 auto;
  margin-top: 16px;
  font-size: 20px;
  line-height: 30px;
  color: #BBB;
  text-align: center;
  letter-spacing: 0.33px;
}

.support-page .highlight {
  background-color: #71BCD6;
}

.support-page .ui-icon {
  display: inline-block;
  background-repeat: no-repeat;
}

.support-page .search-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 564px;
  margin: 0 auto;
  margin-top: 67px;
  margin-bottom: 81px;
}

.support-page #clear-search {
  position: absolute;
  top: 19px;
  right: 16px;
  display: none;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url("img/icon-search-close.svg");
  transform: none;
}

.support-page #clear-search:hover {
  opacity: 0.6;
}

.support-page .section-title {
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  color: #436775;
  text-align: left;
  letter-spacing: -0.8px;
}

.support-page .accordion {
  margin-bottom: 72px;
}

.support-page input {
  height: 48px;
  margin-bottom: 0;
  font-size: 16px;
  letter-spacing: -0.4px;
}

.support-page input::placeholder {
  color: #BBB;
}

.faq-block .accordion h3,
.support-page .accordion h3 {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 72px;
  padding: 0 44px 0 30px;
  margin-top: 1px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
  color: #0A0A0D;
  background: transparent;
  border-color: #F5F5F5;
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: 0;
}

.faq-block .accordion h3 {
  height: 87px;
  padding-left: 19px;
  color: #436775;
}

.faq-block .accordion h3:nth-child(n+19) {
  padding-left: 27px;
}

.faq-block .accordion h3:focus-visible,
.support-page .accordion h3:focus-visible {
  outline: none;
}

.faq-block .accordion h3:hover,
.support-page .accordion h3:hover {
  color: #436775;
}

.ui-state-active {
  color: #0A0A0D;
  background: transparent;
  border: none;
}

.faq-block .accordion h3::before,
.support-page .accordion h3::before {
  position: absolute;
  top: 24px;
  left: 0;
  font-weight: bold;
  color: #333;
  content: var(--index-number); /* Use the custom property */
}

.faq-block .accordion h3::before {
  top: 32px;
  left: -3px;
  color: #436775;
}

.faq-block .accordion.active-search h3::before,
.support-page .accordion.active-search h3::before {
  display: none;
}

.faq-block .accordion.active-search,
.support-page .accordion.active-search {
  margin-bottom: 0;
}

.faq-block .accordion.active-search h3,
.support-page .accordion.active-search h3 {
  padding-left: 0;
}

.support-page .accordion h3::after {
  position: absolute;
  top: 28px;
  right: 15px;
  display: inline-block;
  width: 0;
  height: 0;
  padding: 4px;
  content: "";
  border-color: #71BCD6;
  border-style: solid;
  border-width: 2px 2px 0 0; /* Controls the thickness of the lines */
  transition: transform 0.3s ease;
  transform: translateY(-50%);
  transform: rotate(135deg);
}

.faq-block .accordion h3::after {
  position: absolute;
  top: 27px;
  right: 7px;
  display: block;
  width: 32px;
  height: 32px;
  content: "";
  background: url("img/icon-plus.svg");
}

.faq-block .accordion h3.ui-state-active::after {
  background: url("img/icon-minus.svg");
}

.faq-block .accordion h3 p,
.support-page .accordion h3 p {
  margin-bottom: 0;
}

.support-page .accordion h3.ui-state-active::after {
  top: 39px;
  border-color: #4389A2;
  transition: transform 0.3s ease;
  transform: translateY(-50%) rotate(-45deg); /* Normal state for checkmark */
}

.faq-block .ui-accordion-header-icon,
.support-page .ui-accordion-header-icon {
  display: none;
}

.faq-block .ui-accordion .ui-accordion-content,
.support-page .ui-accordion .ui-accordion-content {
  padding: 0;
  padding-bottom: 20px;
  margin: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  border-color: #F5F5F5;
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: 0;
}

.home .faq-block .ui-accordion .ui-accordion-content,
.support-page .ui-accordion .ui-accordion-content,
.home .ui-widget-content {
  border-color: #F4F9FA !important;
}

.ui-widget-content {
  background-color: inherit !important;
}

.faq-block .ui-accordion .ui-accordion-content p,
.support-page .ui-accordion .ui-accordion-content p {
  padding: 0;
  margin: 0;
}

.faq-block .ui-accordion .ui-accordion-content ul,
.faq-block .ui-accordion .ui-accordion-content ol,
.support-page .ui-accordion .ui-accordion-content ol,
.support-page .ui-accordion .ui-accordion-content ul {
  margin: 4px 0;
}

.faq-block .ui-accordion .ui-accordion-content a,
.support-page .ui-accordion .ui-accordion-content a {
  color: #436775;
}

.faq-block .ui-accordion .ui-accordion-content a:hover,
.support-page .ui-accordion .ui-accordion-content a:hover {
  text-decoration: underline;
}

.faq-block,
.support-page .section {
  max-width: 820px;
  margin: 0 auto;
}

.home .faq-block {
  position: relative;
  padding-top: 50px;
}

.home .faq-block::after {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  height: 100%;
  content: '';
  background: #F4F9FA;
  transform: translateX(-50%);
}

.faq-block .container {
  padding: 0;
}

.faq-block .section-title span {
  position: relative;
}

.faq-block .section-title span::before {
  position: absolute;
  bottom: -9px;
  left: -3px;
  width: 277px;
  height: 11px;
  content: '';
  background: url("img/underline-7.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.faq-block .bottom .section-title span::before {
  width: 218px;
}

.faq-block .bottom {
  margin-top: 120px;
  margin-bottom: 140px;
}

.faq-block .section-subtitle {
  max-width: 100%;
  margin-bottom: 60px;
  text-align: center;
}

.faq-block .bottom .section-subtitle {
  margin-bottom: 48px;
}

.faq-block .bottom .email-link {
  text-align: center;
}

.faq-block .bottom .email-link a {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}

.support-page #result-count {
  max-width: 820px;
  margin: 0 auto;
  margin-bottom: 35px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.no-results {
  display: none;
  max-width: 870px;
  padding-bottom: 150px;
  margin: 0 auto;
}

.no-results h4 {
  font-size: 32px;
  line-height: 48px;
  text-align: center;
}

.no-results p {
  font-size: 16px;
  line-height: 24px;
  color: #BBB;
  text-align: center;
}

.video-turtorials {
  padding-top: 96px;
}

.video-turtorials .title {
  margin-bottom: 47px;
  font-size: 40px;
  font-weight: 500;
  line-height: 60px;
  text-align: center;
  letter-spacing: -0.022em;
}

.video-turtorials .video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  margin: 20px 0;
}

.video-turtorials .video-card {
  padding: 25px 24px 12px;
  color: #000;
  text-align: center;
  transition: all 0.3s ease;
}

.video-turtorials .video-card .video-thumbnail {
  height: 200px;
}

.video-turtorials .video-card:hover {
  box-shadow: 3px 4px 9.1px 1px #0000000F;
}

.video-turtorials .video-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-turtorials .video-content h3 {
  margin-top: 11px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 29.26px;
  text-align: left;
  letter-spacing: 0.02em;
}

.video-turtorials .video-content p {
  margin-top: 17px;
  margin-bottom: 11px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  letter-spacing: 0.02em;
}

.video-turtorials .pagination {
  margin: 48px 0;
  text-align: center;
}

.video-turtorials .pagination a,
.video-turtorials .pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0 8px;
  font-size: 18px;
  color: white;
  text-decoration: none;
  background-color: #4389A2;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.video-turtorials .pagination a:hover {
  background-color: #000;
}

.video-turtorials .pagination .disabled {
  cursor: not-allowed;
  background-color: #f5F5F5;
}

.video-turtorials .pagination .prev-page:not(.disabled) svg {
  position: relative;
  left: -2px;
  transform: rotate(180deg);
}

.video-turtorials .pagination .next-page.disabled svg {
  position: relative;
  left: 1px;
  transform: rotate(180deg);
}

.tutorial-video-block {
  position: relative;
  z-index: 1;
  padding: 13px 0;
  margin-bottom: 50px;
}

.tutorial-video-block::before {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  height: 100%;
  content: '';
  background-image: url("img/section-video-bg.png");
  background-position: center center;
  background-size: cover;
  transform: translateX(-50%);
}

.tutorial-video-block .container {
  max-width: 1036px;
}

.tutorial-video-block .flex {
  align-items: center;
  justify-content: space-between;
}

.tutorial-video-block .title {
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  letter-spacing: -0.022em;
}

.tutorial-video-block .title span {
  display: block;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 133%;
  color: rgb(255 255 255 / 48%);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.tutorial-video-block .video-wrap {
  position: relative;
  width: 290px;
  height: 150px;
  overflow: hidden;
  border-radius: 10px;
}

.tutorial-video-block .video-wrap .video-poster {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
}

.tutorial-video-block .video-wrap .video-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tutorial-video-block .video-wrap .youtube-link {
  position: absolute;
  top: 50%;
  right: 50%;
  z-index: 11;
  display: block;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background: url("img/icon-play.svg");
  transition: .2s;
  transform: translate(50%, -50%);
}

.tutorial-video-block .video-wrap .youtube-link:hover {
  opacity: 0.7;
  transition: .2s;
}

.modal-tutorial-video-block .modal-content {
  width: calc(100% + 1px) !important;
  max-width: 860px;
  height: 540px;
  padding: 0 !important;
  overflow: hidden;
  border: none;
  border-radius: 0;
}

.modal-tutorial-video-block .modal-content iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.page-id-2181 main {
  display: block;
  max-width: 800px;
  padding-top: 30px;
  margin: 0 auto;
}

.unsubscribe-page {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}

.unsubscribe-page h1 {
  text-align: center;
}

@media (max-width: 991px) {
  .site-header .main-navigation ul {
    gap: 15px;
  }

  .site-header .main-navigation li::after {
    margin-left: 15px;
  }

  .home-hero .hero-title {
    font-size: 30px;
    line-height: 45px;
  }

  .underline-1::before,
  .underline-2::before {
    bottom: 9px;
    height: 10px;
  }

  .faq .accordion {
    padding: 0 17px;
  }

  .home-presentation .section-title {
    padding: 0 10%;
  }

  .seen-on > .container {
    padding: 0;
  }

  .seen-on .logos-container {
    margin-top: 31px;
    overflow-x: scroll;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .seen-on .logos-container::-webkit-scrollbar {
    display: none;
  }

  .seen-on .logos-container img {
    flex: 0 0 auto;
    max-width: 221px;
    height: 23px;
    margin-right: 6px;
    margin-left: 6px;
    object-fit: contain;
  }

  .download-hero .bnt-icon {
    padding: 0 11px;
  }

  .download-hero .bnt-icon {
    margin-right: 10px;
  }

  .download-hero .bnt-icon:first-child span:last-child {
    top: unset;
  }

  .video-turtorials .video-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px;
  }

  .faq-block .container,
  .faq-block .accordion {
    padding: 0 17px;
  }
}

@media screen and (max-width: 900px) {
  .home-hero-content {
    flex-direction: column;
    align-items: center;
    justify-content: end;
  }

  .subcribe-form-2 > .flex {
    flex-direction: column;
    gap: 0;
  }

  .flex > .col-50 {
    width: 100%;
  }

  .hero-btn-wrapper {
    justify-content: center;
  }

  .home-hero .btn-container {
    margin-left: initial;
  }
}

@media (max-width: 767px) {
  main {
    padding-top: 90px;
  }

  .container {
    padding: 0 16px;
  }

  .mobile-menu {
    position: fixed;
    top: 90px;
    z-index: 999;
    display: none;
    width: 100%;
    padding-top: 24px;
    padding-bottom: 10px;
    background: #fff;
    box-shadow: 4px 3px 5px #faf5f5;
  }

  .mobile-menu .btn-container {
    text-align: center;
  }

  .mobile-menu .btn-container .btn {
    padding: 0 44px;
  }

  .mobile-menu nav ul {
    padding: 0 16px;
    margin: 0;
    margin-top: 23px;
    list-style: none;
  }

  .mobile-menu nav ul li {
    border-top: 1px solid #bbb;

  }

  .mobile-menu nav ul li a {
    display: inline-block;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 15px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #000;
    text-transform: uppercase;
  }

  .btn,
  .btn.btn-lg {
    font-size: 16px;
  }

  .hide-mobile {
    display: none !important;
  }

  .hide-desktop {
    display: block;
  }

  .site-header {
    position: absolute;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 8px;
    margin-top: 0;
    background: #fff;
    box-shadow: 0 4px 10px 0 #0000000D;
  }

  .site-header.fixed {
    position: fixed;
    z-index: 999;
    width: 100%;
    background: #fff;
  }

  .site-header .flex {
    display: flex;
    justify-content: space-between;
  }

  .site-header .site-branding img {
    width: 74px;
  }

  .site-header .menu-burger {
    width: 32px;
    height: 32px;
    margin-top: 21px;
    background: url("img/icon-menu-open.svg");
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
  }

  .site-header .menu-close {
    display: none;
    width: 32px;
    height: 32px;
    margin-top: 21px;
    background: url("img/icon-menu-close.svg");
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
  }

  .home-hero .flex {
    flex-direction: column;
  }

  .home-hero .hero-text-container {
    padding-top: 57px;
  }

  .home-hero .flex .col-50 {
    width: 100%;
  }

  .home-hero .hero-title {
    padding-right: 4px;
    margin-bottom: 7px;
    font-size: 30px;
    line-height: 48px;
    letter-spacing: 0.666px;
  }

  .underline-2 {
    padding-left: 0;
  }

  .underline-1::before {
    bottom: 1px;
    left: 0;
    width: 104%;
    height: 19px;
  }

  .underline-2::before {
    bottom: 10px;
    left: -1px;
    width: 102%;
    height: 19px;
  }

  .home-hero .hero-img-container {
    margin-top: 0;
    margin-bottom: 25px;
    margin-left: 6px;
  }

  .home-hero .hero-img-container img {
    transform: scale(1.048);
  }

  .home-hero .btn-container {
    display: flex;
  }

  .section-title {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 1.5;
  }

  .home-features .section-title {
    white-space: nowrap;
  }

  .section-subtitle {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.333px;
  }

  .home-features .features-grid-container {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 33px;
  }

  .home-features .features-grid-container .grid-item {
    padding: 14px 8px;
  }

  .home-features .features-grid-container .grid-item p {
    line-height: 24px;
  }

  .home-features .btn {
    justify-content: center;
    width: 190px;
    height: 51px;
    padding: 0;
  }

  .home-features {
    padding-bottom: 96px;
  }

  .home-presentation .section-title {
    padding: 0;
  }

  .home-presentation .section-title span::before {
    bottom: -3px;
    left: -15px;
    width: 228px;
    height: 10px;
  }

  .home-presentation .section-subtitle {
    margin-top: 16px;
  }

  .home-presentation figure {
    margin-top: 24px;
  }

  .home-presentation figure img {
    height: 221px;
  }

  .home-presentation {
    padding-bottom: 30px;
  }

  .home-charts-types {
    padding-top: 46px;
    padding-bottom: 28px;
  }

  .home-charts-types .section-title::before {
    bottom: -17px;
    left: 48%;
    width: 209px;
    height: 19px;
  }

  .home-charts-types .section-subtitle {
    margin-top: 24px;
    line-height: 24px;
    letter-spacing: 0.333px;
  }

  .home-charts-types .types-switcher-tabs {
    display: flex;
    margin-bottom: 29px;
  }

  .home-charts-types .types-switcher-tabs button {
    width: 50%;
    font-size: 14px;
  }

  .home-charts-types .types-switcher-tabs button {
    padding: 12px 0 5px;
  }

  .home-charts-types .types-switcher-tabs button.active {
    padding: 12px 0 4px;
  }

  .home-charts-types .types-switcher-tabs button:last-child {
    left: unset;
  }

  .home-charts-types .icons-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 4px 16px;
  }

  .home-charts-types .icons-grid .grid-item .item-title {
    padding: 0 1px;
  }

  .home-story {
    padding-top: 52px;
    padding-bottom: 48px;
  }

  .home-story .container {
    padding: 0;
  }

  .home-story .section-title {
    padding: 0 16px;
    margin-bottom: 15px;
    line-height: 60px;
  }

  .home-story .section-title span {
    display: block;
    width: 200px;
    margin: 0 auto;
  }

  .home-story .section-title span::before {
    bottom: -4px;
    left: 9px;
    width: 177px;
    height: 11px;
  }

  .home-story .section-subtitle {
    margin-bottom: 25px;
  }

  .home-story .img-container {
    height: 210px;
  }

  .home-story .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .home-story .btn-container {
    margin-top: 24px;
  }

  .home-story .btn-container .btn {
    height: 51px;
    padding: 0 40px;
  }

  .cta-contact-form {
    padding-top: 48px;
    padding-bottom: 48px;

  }

  .cta-contact-form .section-subtitle {
    margin-top: 16px;
  }

  .cta-contact-form form {
    margin-top: 24px;
  }

  .cta-contact-form form input[type="email"] {
    height: 56px;
  }

  .cta-contact-form form .btn {
    width: 320px;
    height: 56px;
    padding: 0;
    margin-top: 24px;
    letter-spacing: -0.3px;
  }

  .home-os-support {
    padding-top: 49px;
  }

  .home-os-support .container {
    padding: 0 16px;
  }

  .home-os-support .flex {
    flex-direction: column;
  }

  .home-os-support .col-50 {
    width: 100%;
    padding: 0;
  }

  .home-os-support .section-title {
    margin-top: 0;
    margin-bottom: 25px;
    line-height: 38px;
    text-align: center;
  }

  .home-os-support .container > .cols > .col-50:last-child {
    padding-left: 0;
  }

  .home-os-support .section-title span::before {
    bottom: -9px;
    left: -10px;
    width: 102px;
    height: 11px;
  }

  .home-os-support .section-subtitle {
    margin-bottom: 24px;
  }

  .home-os-support img {
    transform: scale(1.055) translate(-4px, 8px);
  }

  .home-os-support .download-buttons {
    flex-direction: row;
    gap: 12px;
  }

  .home-os-support .download-buttons .col-50 {
    width: 50%;
    padding: 0;
  }

  .home-os-support .download-buttons .btn {
    margin-top: 34px;
  }

  .faq {
    padding-bottom: 46px;
  }

  .faq .accordion {
    margin-top: 8px;
  }

  .faq .accordion-header {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
  }

  .site-footer {
    padding-top: 49px;
    padding-bottom: 44px;
  }

  .site-footer .container > .flex {
    flex-direction: column;
  }

  .site-footer .flex > .col,
  .site-footer .flex > .col:first-child {
    width: 100%;
    max-width: 100%;
  }

  .site-footer .footer-navigation {
    order: 1;
  }

  .site-footer .footer-subscribe {
    order: 2;
    margin-top: -42px;
    margin-bottom: -16px;
  }

  .site-footer .footer-info {
    order: 3;
  }

  .site-footer .footer-title {
    margin-bottom: 25px;
  }

  .site-footer .footer-form-title {
    margin-top: 25px;
  }

  .footer-subscribe-form {
    flex-direction: column;
    padding: 0;
  }

  .footer-subscribe-form input {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }

  .footer-subscribe-form .btn {
    align-self: baseline;
    margin-top: 16px;
  }

  .site-footer .footer-info .footer-description {
    margin-top: 19px;
    margin-bottom: 25px;
    line-height: 24px;
  }

  .site-footer .develover-logo {
    bottom: 50px;
  }

  .download-hero .flex {
    flex-direction: column;
  }

  .download-hero .hero-text-container {
    padding-top: 57px;
  }

  .download-hero .flex .col-50 {
    width: 100%;
  }

  .download-hero .hero-title {
    padding-right: 4px;
    margin-bottom: 7px;
    font-size: 30px;
    line-height: 48px;
    letter-spacing: 0.666px;
  }

  .download-hero .hero-subtitle {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.4px;
  }

  .download-hero .hero-img-container {
    margin-top: -5px;
    margin-bottom: 12px;
    margin-left: 0;
  }

  .download-hero .hero-img-container img {
    transform: scale(0.98);
  }

  .download-hero .btn-container {
    display: flex;
  }

  .download-hero .bnt-icon {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-right: 0;
    margin-bottom: 16px;
  }

  .download-hero .bnt-icon span {
    line-height: 1.4;
  }

  .seen-on {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .seen-on .title {
    font-size: 32px;
    letter-spacing: -0.6px;
  }

  .seen-on .logos-container {
    padding-right: 40px;
  }

  .how-to-install {
    padding-top: 47px;
  }

  .how-to-install .section-title {
    margin-bottom: 16px;
  }

  .how-to-install .section-subtitle {
    margin-bottom: 48px;
    line-height: 24px;
  }

  .how-to-install .flex {
    flex-direction: column;
  }

  .how-to-install .flex > .col-30 {
    width: 100%;
    padding: 0 9px;
  }

  .how-to-install .description {
    margin-bottom: -12px;
    line-height: 24px;
  }

  .presentation {
    padding-top: 81px;
    padding-bottom: 149px;
  }

  .presentation .section-title {
    margin-bottom: 64px;
  }

  .presentation-carousel .slick-prev, .presentation-carousel .slick-next {
    top: -27px;
  }

  .presentation-carousel .slick-prev {
    right: unset;
    left: 0;
  }

  .presentation-carousel .slick-next {
    right: unset;
    left: 56px;
  }

  .presentation-carousel .presentation-item figure {
    height: 185px;
  }

  .download-page .cta-contact-form .section-subtitle {
    margin-bottom: 25px;
  }

  .download-page .cta-contact-form {
    padding-bottom: 73px;
  }

  .partners .flex {
    flex-wrap: wrap;
    gap: 26px;
  }

  .modal .modal-content {
    width: calc(100% - 32px);
    padding: 32px 16px;
    padding-bottom: 20px;
  }

  #subscribeModal .title {
    margin-top: -7px;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 36px;
  }

  #subscribeModal .subtitle {
    margin-bottom: 9px;
    font-size: 16px;
    line-height: 24px;
  }

  #subscribeModal input {
    width: 100%;
    margin-bottom: 32px;
  }

  #subscribeModal .flex:not(.terms) > .col-50 {
    position: relative;
    width: 100%;
  }

  #subscribeModal .form-container .flex:not(.terms) {
    flex-direction: column;
    gap: 0;
  }

  #subscribeModal .flex.terms {
    width: 100%;
    margin-bottom: 50px;
    transform: translateY(-8px);
  }

  #subscribeModal .conditions .error-message-check {
    position: relative;
    bottom: 3px;
  }

  #subscribeModal .btn {
    width: 100%;
    height: 51px;
    font-size: 16px;
  }

  #subscribeModal .message {
    padding-bottom: 10px;
  }

  #subscribeModal .error-message {
    bottom: 12px;
  }

  .modal-close {
    position: absolute;
    top: -46px;
    right: 2px;
    display: block;
    width: 28px;
    height: 28px;
    background: url("img/icon-close.svg");
    filter: brightness(1);
    background-size: contain;
  }

  .subcribe-form-3 > .flex {
    flex-direction: column;
    gap: 0;
  }

  .subcribe-form-3 .flex > .col-50 {
    width: 100%;
  }

  .subcribe-form-3 .input-wrap {
    min-width: 100%;
  }

  .suggest-feature .title {
    font-size: 32px;
    line-height: 48px;
  }

  .suggest-feature .entry-content p {
    font-size: 16px;
    line-height: 24px;
  }

  .suggest-feature .wpcf7-form textarea {
    height: 240px;
  }

  .suggest-feature .wpcf7 .wpcf7-submit {
    width: 100%;
    height: 51px;
    margin-bottom: 4px;
    font-size: 16px;
  }

  .suggest-feature {
    margin-top: 60px;
  }

  .suggest-feature .wpcf7-form {
    padding: 0 16px;
  }

  .suggest-feature .wpcf7-form input {
    margin-bottom: 30px;
  }

  .support-page {
    padding: 0 16px;
    padding-bottom: 0;
    margin-top: 60px;
  }

  .support-page .title {
    font-size: 32px;
    line-height: 48px;
  }

  .support-page .description {
    font-size: 16px;
    line-height: 24px;
  }

  .support-page .section-title {
    margin-bottom: 6px;
    font-size: 26px;
    line-height: 39px;
  }

  .support-page .accordion h3 {
    padding-left: 22px;
    font-size: 14px;
    line-height: 17px;
  }

  .support-page .accordion h3::before {
    top: 25px;
  }

  .support-page .ui-accordion .ui-accordion-content {
    font-size: 14px;
    line-height: 21px;
  }

  .support-page .search-container {
    margin-top: 34px;
    margin-bottom: 46px;
  }

  .video-turtorials {
    padding-top: 75px;
  }

  .video-turtorials .video-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 5px;
  }

  .video-turtorials .title {
    font-size: 32px;
    line-height: 48px;
  }

  .modal-tutorial-video-block .modal-content {
    z-index: 111;
    height: 240px;
    overflow: visible;
  }

  .modal-tutorial-video-block .modal-close {
    top: -35px;
    right: 7px;
  }

  .unsubscribe-page {
    padding-top: 180px;
    font-size: 10px;
  }

  .page-id-2181 main {
    padding-top: 120px;
    padding-right: 16px;
    padding-left: 16px;

  }

  .page-id-2181 main ol,
  .page-id-2181 main ul {
    margin: 0;
  }

  .faq-block .accordion h3 {
    font-size: 16px;
  }

  .faq-block .ui-accordion .ui-accordion-content {
    font-size: 14px;
    line-height: 21px;
  }

  .faq-block .section-title span {
    display: block;
  }

  .faq-block .section-title span::before {
    position: relative;
    bottom: -54px;
    left: 0;
    display: block;
    width: 188px;
    height: 7px;
    margin: 0 auto;
  }

  .faq-block .bottom .section-title span::before {
    width: 196px;
  }

  .faq-block .bottom .email-link a {
    font-size: 18px;
  }

  .faq-block .bottom {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .faq-block .bottom .section-subtitle {
    margin-bottom: 18px;
  }

  .tutorial-video-block {
    padding: 29px 0;
  }

  .tutorial-video-block .flex {
    flex-direction: column;
  }

  .tutorial-video-block .title {
    margin-bottom: 24px;
    font-size: 28px;
    font-weight: 500;
    line-height: 42px;
    text-align: center;
  }

  .blog-page .pagination a,
  .blog-page .pagination span,
  .category-page .pagination a,
  .category-page .pagination span {
    flex: none;
    margin: 0 3px !important;
  }


}

@media (max-height: 750px) {
  .modal-close {
    top: 10px;
    right: 10px;
    filter: brightness(0.5);
  }
}

.hero_text_heading-mobile {
  display: none;
  visibility: hidden;
}

@media (max-width: 576px) {
  .hero_text_heading {
    display: none;
    visibility: hidden;
  }

  .hero_text_heading-mobile {
    display: block;
    margin-top: 69px;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 54px */
    color: #FFF;
    letter-spacing: -0.792px;
    visibility: visible;
  }

  .home-hero .container {
    padding: 0;
  }

  .home-hero .home-reviews {
    padding: 50px 0 0;
  }

  .home-hero .hero-subtitle {
    text-align: start;
  }

  .hero-btn-wrapper,
  .home-hero .btn-container {
    flex: 1 1 auto;
    width: 100%;
  }

  .hero-btn-wrapper .btn {
    width: 100%;
  }

  .hero_video_container {
    width: 100vw;
    padding: 32px;
    margin-top: 48px;
    background-color: #fff;
    border-radius: 24px 24px 0 0;
  }

  .home-hero .videoWrap {
    margin-top: initial;
  }

  .home-features {
    padding-top: 24px;
    padding-bottom: 40px;
  }

  .tutorial-video-block .title {
    font-size: 22px;
  }

  .tutorial-video-block .title span {
    font-size: 20px;
  }

  .site-footer .develover-logo {
    bottom: 0;
  }
}

@media screen and (max-width: 520px) {
  .home-hero .btn-container::after,
  .home-hero .btn-container::before {
    display: none;
    visibility: hidden;
    content: none;
  }

  .hero-btn-wrapper .btn {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 375px) {
  .home-hero .container {
    padding: 0;
  }

  .home-hero .hero-title {
    font-size: 25px;
    line-height: 40px;
  }

  .home-charts-types .icons-grid .grid-item img {
    width: 100%;
    height: 75px;
    object-fit: contain;
  }

  .home-charts-types .types-switcher-tabs button {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .cta-contact-form form .btn {
    width: 100%;
    max-width: 320px;
  }
}

html .wp-admin .block-editor__container :where(.wp-block) {
  max-width: 100%;
}

html .wp-admin .block-editor__container .home-presentation .section-title span.color-blue,
html .wp-admin .block-editor__container .home-story .section-title span.color-blue,
html .wp-admin .block-editor__container span.color-blue {
  margin-left: 9px;
}

.entry-content {
  /* margin: 0; */
}

.error-404.not-found.container {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}

.about-us {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 576px) {
  .about-us {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.about-us .container {
  max-width: 820px;
}

.about-us .container .section-title {
  position: relative;
  margin-bottom: 75px;
  color: #4389a2;
}

.about-us .container .section-title::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  z-index: -1;
  width: 270px;
  height: 11px;
  margin: auto;
  content: '';
  background: url("img/underline-4.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.about-us .container > .imgWrap {
  margin-bottom: 50px;
}

@media (max-width: 576px) {
  .about-us .container > .imgWrap {
    margin-bottom: 30px;
  }
}

.about-us .container .contentBlock {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 90px;
}

.about-us .container .contentBlock .blockItem {
}

.about-us .container .contentBlock .blockItem .itemTitle {
  font-size: 32px;
  line-height: 150%;
  color: #436775;
}

.about-us .container .contentBlock .blockItem .itemText {
  line-height: 150%;
}

@media (max-width: 576px) {
  .about-us .container .contentBlock {
    gap: 20px;
  }

  .about-us .container .contentBlock .blockItem .itemTitle {
    margin-bottom: 20px;
  }
}

.about-us .container .quoteBlock {
  position: relative;
  padding: 24px 24px 24px 72px;
  background-color: #F5F5F5;
}

.about-us .container .quoteBlock::before {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 32px;
  height: 32px;
  content: url('data:image/svg+xml;utf8,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.78571 25H10.1429L13.7143 17.8V7H3V17.8H8.35714L4.78571 25ZM19.0714 25H24.4286L28 17.8V7H17.2857V17.8H22.6429L19.0714 25Z" fill="%234389A2" /></svg>');
}

.about-us .container .quoteBlock .quote {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  color: #292b2f;
}

.about-us .container .quoteBlock .bottomSide {
  display: flex;
  gap: 16px;
  align-items: center;
}

.about-us .container .quoteBlock .bottomSide .imgWrap {
  flex: 0 0 80px;
  width: 80px;
  height: 80px;
}

.about-us .container .quoteBlock .bottomSide .textWrap {
}

.about-us .container .quoteBlock .bottomSide .textWrap .name {
  margin-bottom: 8px;
  font-size: 22px;
  color: #000;
}

.about-us .container .quoteBlock .bottomSide .textWrap .duty {
  font-size: 22px;
  color: #838383;
}

@media (max-width: 576px) {
  .home-hero {
    min-height: initial;
  }

  .about-us .container .quoteBlock {
    padding: 20px;
  }

  .about-us .container .quoteBlock::before {
    /* display: none; */
    top: 7px;
    left: 16px;
  }

  .about-us .container .quoteBlock .quote {
    margin-top: 16px;
    font-size: 20px;
  }

  .about-us .container .quoteBlock .bottomSide .textWrap .name {
    font-size: 18px;
  }

  .about-us .container .quoteBlock .bottomSide .textWrap .duty {
    font-size: 18px;
  }
}

.blog-page {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 576px) {
  .blog-page {
    padding-top: 130px;
    padding-bottom: 50px;
  }
}

.blog-page .blog-header {
  margin-bottom: 50px;
  text-align: center;
}

.blog-page .blog-header h1 {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 500;
  line-height: 150%;
  text-align: center;
  letter-spacing: -0.022em;
}

.blog-page .blog-header h1 span {
  color: #4389a2;
}

.blog-page .blog-header .description {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 150%;
  color: #BBB;
  letter-spacing: 0.42px;
}


@media (max-width: 576px) {
  .blog-page .blog-header {
    margin-bottom: 30px;
  }

  .blog-page .blog-header h1 {
    font-size: 32px;
  }

  .blog-page .blog-header .description {
    font-size: 16px;
  }
}

.blog-page .blog-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: 50px;
}

.blog-page .blog-filters .filter {
  padding: 8px 16px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  color: #4389a2;
  border: 1px solid #4389a2;
  border-radius: 8px;
}

.blog-page .blog-filters .filter:hover {
  color: #000;
  border-color: #000;
}


@media (max-width: 576px) {
  .blog-page .blog-filters {
    gap: 8px;
    margin-bottom: 30px;
  }

  .blog-page .blog-filters .filter {
    padding: 6px 12px;
    font-size: 12px;
  }
}

.blog-page .blog-main-content {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.blog-page .blog-main-content .post-item {
  flex: 0 0 calc((100% / 3) - 22px);
  background-color: #fff;
  border: 1px solid #f5f5f5;
}

@media (max-width: 768px) {
  .blog-page .blog-main-content .post-item {
    flex: 0 0 calc((100% / 2) - 16px);
  }
}

@media (max-width: 576px) {
  .blog-page .blog-main-content .post-item {
    flex: 0 0 100%
  }
}

.blog-page .blog-main-content .post-item:hover {
  box-shadow: 3px 4px 9px 1px rgb(0 0 0 / 6%);
}

.blog-page .blog-main-content .post-item .imgWrap {
  height: 200px;
}

@media (max-width: 576px) {
  .blog-page .blog-main-content .post-item .imgWrap {
    height: 55vw;
  }
}

.blog-page .blog-main-content .post-item .imgWrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.blog-page .blog-main-content .post-item:hover .imgWrap img {
  filter: brightness(.85);
}

.blog-page .blog-main-content .post-item .textWrap {
  padding: 12px 20px;
}

.blog-page .blog-main-content .post-item .textWrap .topElements {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  justify-content: space-between;
  margin-top: -40px;
  margin-bottom: 20px;
}

.blog-page .blog-main-content .post-item .textWrap .topElements .author-avatar {
  flex: 0 0 100%;
}

.blog-page .blog-main-content .post-item .textWrap .topElements .author-avatar img {
  width: 53px;
  height: 53px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.blog-page .blog-main-content .post-item .textWrap .topElements .author {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 137%;
  color: #000;
  letter-spacing: 0.02em;
}

.blog-page .blog-main-content .post-item .textWrap .topElements .date {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 137%;
  color: #a2b7bc;
  letter-spacing: 0.02em;
}


.blog-page .blog-main-content .post-item .textWrap .categories {
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
  margin-bottom: 10px;
}

.blog-page .blog-main-content .post-item .textWrap .categories a {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 137%;
  color: #4389a2;
  letter-spacing: 0.04em;
}

.blog-page .blog-main-content .post-item .textWrap .categories a:hover {
  color: #000;
}

.blog-page .blog-main-content .post-item .textWrap h5 {
  margin-bottom: 0;
}

.blog-page .blog-main-content .post-item .textWrap h5 a {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 133%;
  color: #000;
  letter-spacing: 0.02em;
}

.blog-page .blog-main-content .post-item .textWrap h5 a:hover {
  color: #4389a2;
}

@media (max-width: 576px) {
  .blog-page .blog-main-content {
    gap: 24px;
  }

  .blog-page .blog-main-content .post-item .textWrap .topElements .author {
    font-size: 14px;
  }

  .blog-page .blog-main-content .post-item .textWrap .topElements .date {
    font-size: 14px;
  }

  .blog-page .blog-main-content .post-item .textWrap .categories a {
    font-size: 14px;
  }

  .blog-page .blog-main-content .post-item .textWrap h5 a {
    font-size: 16px;
  }
}

.blog-page .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 48px 0;
}

.blog-page .pagination a,
.blog-page .pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0 8px;
  font-size: 18px;
  color: white;
  text-decoration: none;
  background-color: #4389A2;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.blog-page .pagination span.current {
  background-color: #000;
}

.blog-page .pagination a:hover {
  background-color: #000;
}

.blog-page .pagination .disabled {
  cursor: not-allowed;
  background-color: #f5F5F5;
}

.blog-page .pagination .prev-page:not(.disabled) svg {
  position: relative;
  left: -2px;
  transform: rotate(180deg);
}

.blog-page .pagination .next-page.disabled svg {
  position: relative;
  left: 1px;
  transform: rotate(180deg);
}


.category-page {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 576px) {
  .category-page {
    padding-top: 130px;
    padding-bottom: 50px;
  }
}

.category-page .category-header {
  margin-bottom: 50px;
}

.category-page .category-header .search-form {
  display: flex;
  gap: 12px;
  align-items: center;
  max-width: 630px;
  margin: auto;
}

.category-page .category-header .search-form input {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 100%;
  height: 48px;
  padding: 0 18px;
  font-size: 16px;
  color: #000;
  letter-spacing: -0.6px;
  background: #F5F5F5;
  border: none;
  border-radius: 4px;
}

.category-page .category-header .search-form button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  cursor: pointer;
  background-color: #000;
  border: none;
  border-radius: 4px;
  transition: all .2s ease-in-out;
}

.category-page .category-header .search-form button:hover {
  background-color: #363636;
}

.category-page .category-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

.category-page .category-title a {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
}

.category-page .category-title a:hover {
  color: #4389a2;
}

.category-page .category-title h1 {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.category-page .category-title h1 span {
  color: #4389a2;
}

.category-page .category-main-content {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.category-page .category-main-content .post-item {
  display: flex;
  gap: 50px;
}

@media (max-width: 768px) {
  .category-page .category-main-content .post-item {
    display: block;
  }
}

.category-page .category-main-content .post-item .imgWrap {
  position: relative;
  flex: 0 0 385px;
  height: 240px;
}

@media (max-width: 768px) {
  .category-page .category-main-content .post-item .imgWrap {
    height: 70vw;
  }
}

.category-page .category-main-content .post-item .imgWrap::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  content: '';
  background: linear-gradient(180deg, rgb(0 0 0 / 50%) 0%, transparent 100%);
}

.category-page .category-main-content .post-item .imgWrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.category-page .category-main-content .post-item .textWrap {
  padding: 15px;
}

.category-page .category-main-content .post-item .textWrap .categories {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  margin-bottom: 20px;
}

.category-page .category-main-content .post-item .textWrap .categories a {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 200%;
  color: #a2b7bc;
}

.category-page .category-main-content .post-item .textWrap .categories a:hover {
  color: #000;
}

.category-page .category-main-content .post-item .textWrap h5 {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.category-page .category-main-content .post-item .textWrap h5 a {
  color: #000;
}

.category-page .category-main-content .post-item .textWrap h5 a:hover {
  color: #4389a2;
}

.category-page .category-main-content .post-item .textWrap .excerpt {
  margin-bottom: 20px
}

.category-page .category-main-content .post-item .textWrap .readMore {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  color: #4389a2;
  text-align: center;
  text-decoration: underline;
  letter-spacing: -0.02em;
  text-decoration-skip-ink: none;
}

.category-page .category-main-content .post-item .textWrap .readMore:hover {
  color: #000;
  text-decoration: none;
}

.category-page .pagination {
  display: flex;
  align-items: center;
  justify-self: center;
  margin: 48px 0;
}

.category-page .pagination a,
.category-page .pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0 8px;
  font-size: 18px;
  color: white;
  text-decoration: none;
  background-color: #4389A2;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.category-page .pagination span.current {
  background-color: #000;
}

.category-page .pagination a:hover {
  background-color: #000;
}

.category-page .pagination .disabled {
  cursor: not-allowed;
  background-color: #f5F5F5;
}

.category-page .pagination .prev-page:not(.disabled) svg {
  position: relative;
  left: -2px;
  transform: rotate(180deg);
}

.category-page .pagination .next-page.disabled svg {
  position: relative;
  left: 1px;
  transform: rotate(180deg);
}

.search-page {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 576px) {
  .search-page {
    padding-top: 130px;
    padding-bottom: 50px;
  }
}

.search-page .search-header {
  margin-bottom: 50px;
}

.search-page .search-header .search-form {
  display: flex;
  gap: 12px;
  align-items: center;
  max-width: 630px;
  margin: auto;
}

.search-page .search-header .search-form input {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 100%;
  height: 48px;
  padding: 0 18px;
  font-size: 16px;
  color: #000;
  letter-spacing: -0.6px;
  background: #F5F5F5;
  border: none;
  border-radius: 4px;
}

.search-page .search-header .search-form button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  cursor: pointer;
  background-color: #000;
  border: none;
  border-radius: 4px;
  transition: all .2s ease-in-out;
}

.search-page .search-header .search-form button:hover {
  background-color: #363636;
}


.search-page .search-title {
  margin-bottom: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: center;
  text-transform: uppercase;
}

.search-page .search-main-content {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.search-page .search-main-content .post-item {
  display: flex;
  gap: 50px;

}

@media (max-width: 768px) {
  .search-page .search-main-content .post-item {
    display: block;
  }
}

.search-page .search-main-content .post-item .imgWrap {
  position: relative;
  flex: 0 0 385px;
  height: 240px;
}

@media (max-width: 768px) {
  .search-page .search-main-content .post-item .imgWrap {
    height: 70vw;
  }
}

.search-page .search-main-content .post-item .imgWrap::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  content: '';
  background: linear-gradient(180deg, rgb(0 0 0 / 50%) 0%, transparent 100%);
}

.search-page .search-main-content .post-item .imgWrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.search-page .search-main-content .post-item .textWrap {
  padding: 15px;
}

.search-page .search-main-content .post-item .textWrap .categories {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  margin-bottom: 20px;
}

.search-page .search-main-content .post-item .textWrap .categories a {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 200%;
  color: #a2b7bc;
}

.search-page .search-main-content .post-item .textWrap .categories a:hover {
  color: #000;
}

.search-page .search-main-content .post-item .textWrap h5 {
  margin-bottom: 20px;
  font-family: Montserrat, san-serif, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.search-page .search-main-content .post-item .textWrap h5 a {
  color: #000;
}

.search-page .search-main-content .post-item .textWrap h5 a:hover {
  color: #4389a2;
}

.search-page .search-main-content .post-item .textWrap .excerpt {
  margin-bottom: 20px
}

.search-page .search-main-content .post-item .textWrap .readMore {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  color: #4389a2;
  text-align: center;
  text-decoration: underline;
  letter-spacing: -0.02em;
  text-decoration-skip-ink: none;
}

.search-page .search-main-content .post-item .textWrap .readMore:hover {
  color: #000;
  text-decoration: none;
}

.search-page .pagination {
  margin: 48px 0;
  text-align: center;
}

.search-page .pagination a,
.search-page .pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0 8px;
  font-size: 18px;
  color: white;
  text-decoration: none;
  background-color: #4389A2;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.search-page .pagination a:hover {
  background-color: #000;
}

.search-page .pagination .disabled {
  cursor: not-allowed;
  background-color: #f5F5F5;
}

.search-page .pagination .prev-page:not(.disabled) svg {
  position: relative;
  left: -2px;
  transform: rotate(180deg);
}

.search-page .pagination .next-page.disabled svg {
  position: relative;
  left: 1px;
  transform: rotate(180deg);
}

.post-single {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: visible;
}

@media (max-width: 576px) {
  .post-single {
    padding-top: 130px;
    padding-bottom: 50px;
  }
}

.post-single .container {
  position: relative;
  display: flex;
  gap: 32px;
  max-width: 1274px;
  min-height: 100vh;
  overflow: initial !important;
}

.post-single .container .mainContent {
  flex: 1 1 auto;
}

.firstSidebar {
  position: sticky;
  top: 40px;
  flex: 0 0 320px;
  align-self: flex-start;
  height: fit-content;
}

.postSidebar {
  flex: 0 0 320px;
}

.post-single .container .firstSidebar .infoBlock {
  padding: 24px;
  margin-bottom: 60px;
  text-align: center;
  border: 1px solid #acd0dd;
  border-radius: 4px;
}

.post-single .container .firstSidebar .smallSocials {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1200px) {
  .post-single .container {
    flex-direction: column;
  }

  .firstSidebar {
    position: static;
  }

  .post-single .container .mainContent {
    order: -1;
  }
}

@media (max-width: 768px) {
  .post-single .container .mainContent {
    flex: 0 0 100%;
  }
}

.post-single .container .mainContent .authorBlock {

}

.post-single .container .mainContent .authorBlock .authorInfo {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 24px;
}

.post-single .container .mainContent .authorBlock .authorInfo .authorAvatar {
  flex: 0 0 80px;
}

.post-single .container .mainContent .authorBlock .authorInfo .authorAvatar img {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 4px;
}

.post-single .container .mainContent .authorBlock .authorInfo .authorDetails {
}

.post-single .container .mainContent .authorBlock .authorInfo .authorDetails .authorName {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 137%;
  color: #a2b7bc;
  letter-spacing: 0.02em;
}

.post-single .container .mainContent .authorBlock .authorInfo .authorDetails .authorName span {
  color: #000;
}

.post-single .container .mainContent .authorBlock .authorInfo .authorDetails .postDate {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 137%;
  color: #a2b7bc;
  letter-spacing: 0.02em;
}

.post-single .container .mainContent .authorBlock .authorInfo .authorDetails .postTags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
}

.post-single .container .mainContent .socialShare {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.post-single .container .mainContent .socialShare.afterContent {
  margin-bottom: 50px;
}

.post-single .container .mainContent .socialShare .social-button {
  display: flex;
  gap: 12px;
  align-items: center;
  height: 40px;
  padding: 8px 24px 8px 8px;
  border-radius: 8px;
}

.post-single .container .mainContent .socialShare .social-button.facebook {
  background-color: #3569b3;
}

.post-single .container .mainContent .socialShare .social-button.twitter {
  background-color: #1a9cd1;
}

.post-single .container .mainContent .socialShare .social-button.linkedin {
  background-color: #0177b5;
}

.post-single .container .mainContent .socialShare .social-button svg {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.post-single .container .mainContent .socialShare .social-button span {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #fff;
}

.post-single .container .mainContent .post-navigation .nav-links {
  justify-content: space-between;
  margin-bottom: 80px;
}

.post-single .container .mainContent .post-navigation .nav-links div {
  flex: 0 0 auto;
  width: max-content;
}

.post-single .container .mainContent .post-navigation .nav-links a {
  display: flex;
  gap: 20px;
  align-items: center;
}

.post-single .container .mainContent .post-navigation .nav-links a svg {
}

.post-single .container .mainContent .post-navigation .nav-links a svg rect {
  fill: #F5F5F5;
}

.post-single .container .mainContent .post-navigation .nav-links a svg path {
  fill: #BBB;
}

.post-single .container .mainContent .post-navigation .nav-links a:hover svg rect {
  fill: #4389A2;
}

.post-single .container .mainContent .post-navigation .nav-links a:hover svg path {
  fill: #fff;
}

.post-single .container .mainContent .aboutAuthorBlock {
  display: flex;
  gap: 20px;
}

@media (max-width: 576px) {
  .post-single .container .mainContent .aboutAuthorBlock {
    flex-direction: column;
  }
}

.post-single .container .mainContent .aboutAuthorBlock .leftSide {
  flex: 0 0 200px;
}

.post-single .container .mainContent .aboutAuthorBlock .leftSide .authorName {
  margin-bottom: 5px;
}

.post-single .container .mainContent .aboutAuthorBlock .leftSide .socialLinks {
  display: flex;
  gap: 8px;
  align-items: center;
}

.post-single .container .mainContent .aboutAuthorBlock .leftSide .socialLinks a {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.post-single .container .mainContent .aboutAuthorBlock .rightSide .blockTitle {
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 150%;
  color: #000;
  letter-spacing: -0.02em;
}


.post-single .container .mainContent h1 {
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 150%;
  color: #000;
  letter-spacing: -0.02em;
}

.post-single .container .mainContent ul,
.post-single .container .mainContent ol {
  padding: 0;
  margin: 0;
  margin-bottom: 12px;
  list-style-position: inside
}

.post-single .container .mainContent ul li,
.post-single .container .mainContent ol li {
  margin-bottom: 6px;
}

.post-single .container .postSidebar {
  flex: 0 0 320px;
}

@media (max-width: 768px) {
  .post-single .container .postSidebar {
    flex: 0 0 100%;
  }
}

.post-single .container .postSidebar .infoBlock {
  padding: 24px;
  margin-bottom: 60px;
  text-align: center;
  border: 1px solid #acd0dd;
  border-radius: 4px;
}

.post-single .container .postSidebar .infoBlock .blockTitle,
.post-single .container .firstSidebar .infoBlock .blockTitle {
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
  color: #000;
  text-align: center;
  letter-spacing: -0.02em;
}

.post-single .container .postSidebar .infoBlock .blockText,
.post-single .container .firstSidebar .infoBlock .blockText {
  margin-bottom: 16px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #000;
  text-align: center;
  letter-spacing: -0.02em;
}

.post-single .container .postSidebar .infoBlock .blockImg,
.post-single .container .firstSidebar .infoBlock .blockImg {
  margin-bottom: 16px;
}

.post-single .container .postSidebar .infoBlock .blockBtn {
}

.post-single .container .postSidebar .infoBlock .blockBtn .btn,
.post-single .container .firstSidebar .infoBlock .blockBtn .btn {
  cursor: pointer;
}

.post-single .container .postSidebar .smallSocials {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}

.post-single .container .postSidebar .smallSocials a {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  fill: #000;
}

.post-single .container .postSidebar .smallSocials a:hover {
  fill: #4389a2;
}

.post-single .container .postSidebar .relatedPostsBlock {
  margin-bottom: 60px;
}

.post-single .container .postSidebar .relatedPostsBlock .blockTitle {
  margin-bottom: 16px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  color: #000;
  letter-spacing: -0.02em;
}

.post-single .container .postSidebar .relatedPostsBlock .relatedPostItem {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 16px
}

.post-single .container .postSidebar .relatedPostsBlock .relatedPostItem:last-child {
  margin-bottom: 0;
}

.post-single .container .postSidebar .relatedPostsBlock .relatedPostItem .itemThumbnail {
  flex: 0 0 92px;
  height: 92px;
}

.post-single .container .postSidebar .relatedPostsBlock .relatedPostItem .itemThumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.post-single .container .postSidebar .relatedPostsBlock .relatedPostItem .itemTitle {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  color: #000;
  letter-spacing: -0.02em;
}

.post-single .container .postSidebar .relatedPostsBlock .relatedPostItem:hover .itemTitle {
  color: #4389a2;
}

.post-single .container .postSidebar .relatedPostsBlock .relatedPostItem .itemTitle span {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  color: #a2b7bc;
  letter-spacing: -0.02em;
}

.post-single .container .postSidebar .relatedPostsBlock .relatedPostItem:hover .itemTitle span {
  color: #4389a2;
}

.post-single .container .postSidebar .categoriesBlock {
  margin-bottom: 60px;
}

.post-single .container .postSidebar .categoriesBlock .blockTitle {
  margin-bottom: 16px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  color: #000;
  letter-spacing: -0.02em;
}

.post-single .container .postSidebar .categoriesBlock ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.post-single .container .postSidebar .categoriesBlock ul li {
}

.post-single .container .postSidebar .categoriesBlock ul li a {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  color: #436775;
}

.post-single .container .postSidebar .categoriesBlock ul li a:hover {
  text-decoration: underline;
}

.post-single .container .postSidebar .categoriesBlock a {

}

.post-single .container .postSidebar .searchBlock {
}

.post-single .container .postSidebar .searchBlock .search-form {
  display: flex;
  gap: 16px;
  align-items: center;
}

.post-single .container .postSidebar .searchBlock .search-form input {
  display: block;
  width: 100%;
  height: 48px;
  padding: 14px;
  line-height: normal;
  background-color: #e3e9eb;
  border: none;
}

.post-single .container .postSidebar .searchBlock .search-form button {
  display: flex;
  flex: 0 0 48px;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  cursor: pointer;
  background-color: #000;
  border: none;
}

.post-single .container .postSidebar .searchBlock .search-form button:hover {
  background-color: #363636;
}

.page-id-2472 .site-header .btn-wrap .btn {
  display: none;
}

.thankYouPage {
  padding-top: 150px;
  padding-bottom: 150px;
}

.thankYouPage .contentWrapper {
  max-width: 575px;
  margin: auto;
  text-align: center;
}

.thankYouPage .contentWrapper h1 {
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  line-height: 150%;
  color: #000;
  letter-spacing: -0.02em;
}

.thankYouPage .contentWrapper h1 span {
  color: #4389a2;
}

.thankYouPage .contentWrapper .description {
  margin-bottom: 80px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  color: #000;
  text-align: center;
  letter-spacing: 0.02em;
}

.thankYouPage .contentWrapper .description a {
  color: #4389a2;
}

.thankYouPage .contentWrapper .imgWrap {
  width: 100%;
  max-width: 228px;
  margin: auto;
  margin-bottom: 40px;
}

.thankYouPage .contentWrapper .imgWrap img {
  display: block;
  width: 100%;
  height: auto;
}

.thankYouPage .contentWrapper .spamNote {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  color: #000;
  letter-spacing: 0.02em;
}

@media (max-width: 768px) {
  .thankYouPage {
    padding-bottom: 100px;
  }

  .thankYouPage .contentWrapper h1 {
    font-size: 36px;
  }

  .thankYouPage .contentWrapper .description {
    font-size: 18px;
  }

  .thankYouPage .contentWrapper .imgWrap {
    max-width: 190px;
  }
}

@media (max-width: 575px) {
  .thankYouPage {
    padding-bottom: 75px;
  }

  .thankYouPage .contentWrapper h1 {
    font-size: 32px;
  }

  .thankYouPage .contentWrapper .description {
    font-size: 16px;
  }
}


.downloadSuccessPage {
  padding-top: 150px;
  padding-bottom: 150px;
}

.downloadSuccessPage .contentWrapper {
  position: relative;
  z-index: 10;
  padding-right: 57%;
}

.downloadSuccessPage .contentWrapper h1 {
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 150%;
  color: #000;
  letter-spacing: -0.02em;
}

.downloadSuccessPage .contentWrapper h1 span {
  color: #4389a2;
}

.downloadSuccessPage .contentWrapper p {
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  color: #000;
  letter-spacing: 0.02em;
}

.downloadSuccessPage .contentWrapper figure {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 610px;
  height: 343px;
  margin: 0;
  margin: auto;
}

.downloadSuccessPage .contentWrapper *:last-child {
  margin-bottom: 0;
}


@media (max-width: 1200px) {
  .downloadSuccessPage .contentWrapper figure {
    max-width: 500px;
    height: 280px;
  }
}

@media (max-width: 991px) {
  .downloadSuccessPage .contentWrapper figure {
    max-width: 350px;
    height: 195px;
  }
}

@media (max-width: 768px) {
  .downloadSuccessPage {
    padding-bottom: 100px;
  }

  .downloadSuccessPage .contentWrapper {
    padding-right: 0;
    text-align: center;
  }

  .downloadSuccessPage .contentWrapper h1 {
    font-size: 36px;
  }

  .downloadSuccessPage .contentWrapper p {
    font-size: 18px;
  }

  .downloadSuccessPage .contentWrapper figure {
    position: static;
    max-width: unset;
    height: auto;
    margin-bottom: 25px;
  }
}

@media (max-width: 575px) {
  .downloadSuccessPage {
    padding-bottom: 50px;
  }

  .downloadSuccessPage .contentWrapper h1 {
    font-size: 32px;
  }

  .downloadSuccessPage .contentWrapper p {
    font-size: 16px;
  }
}


.newHeroSection {
  position: relative;
}

.newHeroSection .videoWrapper {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
}

.newHeroSection .videoWrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: linear-gradient(180deg, rgb(66 137 157 / 0%) 0%, #42899d 100%);
}

.newHeroSection .videoWrapper video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.newHeroSection .container {
  position: relative;
  z-index: 10;
  max-width: 1280px;
}

.newHeroSection .innerWrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  height: calc(100vh - 130px);
  min-height: 580px;
}

.newHeroSection .innerWrapper .textHolder {
  max-width: 530px;
  padding-bottom: 50px;
}

.newHeroSection .innerWrapper .textHolder h1 {
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 114%;
  color: #fff;
}

.newHeroSection .innerWrapper .textHolder .description {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 133%;
  color: #fff;
}

.newHeroSection .innerWrapper .textHolder .text {
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  color: rgb(255 255 255 / 80%);
}


.newHeroSection .innerWrapper .buttonHolder {
  position: relative;
  padding: 30px;
  margin-bottom: -1px;
  background-color: #fff;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}

.newHeroSection .innerWrapper .buttonHolder::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 40px;
  content: url('data:image/svg+xml;utf8,<svg viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M40 40H0C22.0914 40 40 22.0914 40 0V40Z" fill="white" /></svg>');
  transform: translateX(-100%);
}

.newHeroSection .innerWrapper .buttonHolder::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  content: url('data:image/svg+xml;utf8,<svg viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0 40H40C17.9086 40 0 22.0914 0 0V40Z" fill="white" /></svg>');
  transform: translateX(100%);
}

.newHeroSection .innerWrapper .buttonHolder .btnWrap {
  margin-bottom: 25px;
}

.newHeroSection .innerWrapper .buttonHolder .btnWrap button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 350px;
  height: 68px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  cursor: pointer;
  background-color: #000;
  border: none;
  border-radius: 80px;
  transition: all .3s ease-in-out;
}

.newHeroSection .innerWrapper .buttonHolder .btnWrap button::before {
  position: absolute;
  top: -10px;
  right: -12px;
  padding: 8px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 100%;
  color: #fff;
  content: 'free';
  background-color: #e03727;
  border: 1px solid #fff;
  border-radius: 24px;
}

.newHeroSection .innerWrapper .buttonHolder .btnWrap button:hover {
  background-color: #363636;
}

.newHeroSection .innerWrapper .buttonHolder .downloadInfo {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.newHeroSection .innerWrapper .buttonHolder .downloadInfo .imgWrap {
  max-width: 135px;
}

.newHeroSection .innerWrapper .buttonHolder .downloadInfo .imgWrap img {
  display: block;
  width: 100%;
}

.newHeroSection .innerWrapper .buttonHolder .downloadInfo .textWrap {
}

.newHeroSection .innerWrapper .buttonHolder .downloadInfo .textWrap .topText {
  font-family: Roboto, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 100%;
  color: #436775;
}

.newHeroSection .innerWrapper .buttonHolder .downloadInfo .textWrap .bottomText {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 143%;
  color: #436775;
}

@media (max-width: 991px) {
  .newHeroSection .innerWrapper .textHolder h1 {
    font-size: 46px;
  }
}

@media (max-width: 768px) {
  .newHeroSection .innerWrapper {
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
  }

  .newHeroSection .innerWrapper .textHolder h1 {
    font-size: 40px;
  }
}

@media (max-width: 576px) {
  .newHeroSection .innerWrapper .buttonHolder {
    width: calc(100% + 64px);
  }

  .newHeroSection .innerWrapper .buttonHolder .btnWrap button {
    width: 100%;
  }

  .newHeroSection .innerWrapper .textHolder h1 {
    font-size: 36px;
  }
}

.blockWithVideo {
  padding-top: 80px;
  padding-bottom: 80px;
}

.blockWithVideo .innerWrapper {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
}

.blockWithVideo .innerWrapper .textWrap {
  flex: 0 1 530px;
  order: 2;
}

.blockWithVideo .innerWrapper .textWrap h2 {
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 150%;
  color: #000;
  letter-spacing: -0.02em;
}

.blockWithVideo .innerWrapper .textWrap .description {
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  color: #bbb;
  letter-spacing: 0.02em;
}

.blockWithVideo .innerWrapper .videoWrap {
  flex: 0 1 610px;
  order: 1;
}

.blockWithVideo .innerWrapper .videoWrap figure {
  margin: 0;
}

@media (max-width: 991px) {
  .blockWithVideo {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .blockWithVideo .innerWrapper .textWrap h2 {
    font-size: 36px;
  }

  .blockWithVideo .innerWrapper .textWrap .description {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .blockWithVideo .innerWrapper {
    display: block;
  }

  .blockWithVideo .innerWrapper .textWrap {
    text-align: center;
  }

  .blockWithVideo .innerWrapper .textWrap .description {
    margin-bottom: 24px;
  }

  .blockWithVideo .innerWrapper .textWrap h2 {
    font-size: 32px;
  }

  .blockWithVideo .innerWrapper .textWrap .description {
    font-size: 16px;
  }
}

#landingPage {
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.landingPage figure,
.landingPage h1,
.landingPage h2,
.landingPage h3,
.landingPage h4,
.landingPage h5,
.landingPage h6,
.landingPage p {
  margin: 0
}

.landingHeader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  background-color: transparent;
}

.landingHeader .innerWrapper {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
}

.logoWrap {
  flex: 0 0 82px;
  height: 82px;
}

.LPHero {
  padding-top: 200px;
  background-image: url('img/LB_bg_1.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.LPHero .topWrapper {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 70px;
}

.LPHero .topWrapper .textWrap {
  flex: 1 1 auto;
  width: 100%;
}

.LPHero .topWrapper .textWrap h1 {
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 139%;
  color: #fff;
}

.LPHero .topWrapper .textWrap .description {
  max-width: 550px;
  margin-bottom: 45px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
  color: rgb(255 255 255 / 80%);
}

.LPHero .topWrapper .textWrap .btnWrap {

}

.LPHero .topWrapper .textWrap .btnWrap .btn {
  position: relative;
  justify-content: center;
  width: 100%;
  max-width: 350px;
  height: 67px;
  font-size: 20px;
  text-transform: uppercase;
  border-radius: 80px;
}

.LPHero .topWrapper .textWrap .btnWrap .btn::before {
  position: absolute;
  top: -10px;
  right: -12px;
  padding: 8px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 100%;
  color: #fff;
  content: 'free';
  background-color: #e03727;
  border: 1px solid #fff;
  border-radius: 24px;
}

.LPHero .topWrapper figure {
  flex: 1 1 auto;
  width: 100%;
}

.LPHero .topWrapper figure img {
  display: block;
}

.LPHero .bottomWrapper {
  position: relative;
  z-index: 10;
  display: flex;
}

.LPHero .bottomWrapper::before {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  height: 100%;
  content: '';
  background: rgb(255 255 255 / 4%);
  backdrop-filter: blur(24px);
  transform: translateX(-50%);
}

.LPHero .bottomWrapper .bottomItem {
  flex: 0 0 calc(100% / 3);
  padding: 40px;
  border-right: 1px solid rgb(255 255 255 / 16%);
}

.LPHero .bottomWrapper .bottomItem:last-child {
  border: none;
}

.LPHero .bottomWrapper .bottomItem .topLine {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 12px;
}

.LPHero .bottomWrapper .bottomItem .topLine .iconWrap {
  display: flex;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: rgb(255 255 255 / 10%);
  border-radius: 50%;
}

.LPHero .bottomWrapper .bottomItem .topLine .itemTitle {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  color: #fff;
}

.LPHero .bottomWrapper .bottomItem .itemText {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 143%;
  color: #fff;
}


@media (max-width: 1200px) {
  .LPHero .bottomWrapper .bottomItem {
    padding: 30px;
  }
}

@media (max-width: 768px) {
  .LPHero .topWrapper {
    flex-wrap: wrap;
  }

  .LPHero .topWrapper .textWrap {
    flex: 0 0 100%;
  }

  .LPHero .topWrapper figure {
    flex: 0 0 100%;
  }

  .LPHero .topWrapper .textWrap h1 {
    font-size: 42px;
  }

  .LPHero .topWrapper .textWrap .description {
    max-width: 100%;
    font-size: 18px;
  }

  .LPHero .topWrapper .textWrap .btnWrap {
    text-align: center;
  }

  .LPHero .topWrapper .textWrap .btnWrap .btn {
    height: 65px;
  }

  .LPHero .bottomWrapper {
    flex-wrap: wrap;
  }

  .LPHero .bottomWrapper .bottomItem {
    flex: 0 0 100%;
    padding: 25px 15px;
    border-right: none;
    border-bottom: 1px solid rgb(255 255 255 / 16%);
  }
}

@media (max-width: 575px) {
  .LPHero {
    padding-top: 170px;
  }

  .LPHero .topWrapper .textWrap h1 {
    font-size: 36px;
  }

  .LPHero .topWrapper .textWrap .description {
    font-size: 16px;
  }

  .LPHero .topWrapper .textWrap .btnWrap .btn {
    height: 62px;
  }
}

.LBAuthorBlock {
  padding-top: 65px;
  padding-bottom: 65px;
  margin-top: 140px;
  background-color: #f4f9fa;
}

.LBAuthorBlock .innerWrapper {
  display: flex;
  gap: 75px;
  align-items: flex-start;
}

.LBAuthorBlock .innerWrapper .photoBlock {
  position: relative;
  flex: 0 0 450px;
  padding: 45px;
  background-color: #fff;
  box-shadow: 22px 19px 29px 0 rgb(0 0 0 / 9%), 50px 43px 40px 0 rgb(0 0 0 / 5%), 89px 77px 47px 0 rgb(0 0 0 / 1%), 139px 120px 51px 0 rgb(0 0 0 / 0%);
  transform: translateY(-145px);
}

.LBAuthorBlock .innerWrapper .photoBlock img {
  display: block;
}

.LBAuthorBlock .innerWrapper .photoBlock .signature {
  position: absolute;
  top: calc(100% - 43px);
  right: -20px;
  width: 180px;
}

.LBAuthorBlock .innerWrapper .textBlock {
  flex: 1 0;
}

.LBAuthorBlock .innerWrapper .textBlock .preTitle {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 221%;
  color: #436775;
  letter-spacing: 0.02em;
}

.LBAuthorBlock .innerWrapper .textBlock h4 {
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 111%;
  color: #000;
}

.LBAuthorBlock .innerWrapper .textBlock .contentText {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 161%;
  color: rgb(0 0 0 / 70%);
}

@media (max-width: 991px) {
  .LBAuthorBlock .innerWrapper .photoBlock {
    flex: 0 0 375px;
  }
}

@media (max-width: 768px) {
  .LBAuthorBlock {
    margin-top: 0;
  }

  .LBAuthorBlock .innerWrapper {
    flex-wrap: wrap;
    max-width: 500px;
    margin: auto;
  }

  .LBAuthorBlock .innerWrapper .photoBlock {
    flex: 0 0 100%;
    transform: none;
  }

  .LBAuthorBlock .innerWrapper .photoBlock .signature {
    right: 0;
  }

  .LBAuthorBlock .innerWrapper .textBlock {
    flex: 0 0 100%;
  }

  .LBAuthorBlock .innerWrapper .textBlock h4 {
    font-size: 26px;
  }
}

@media (max-width: 575px) {
  .LBAuthorBlock {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .LBAuthorBlock .innerWrapper {
    gap: 25px;
  }

  .LBAuthorBlock .innerWrapper .photoBlock {
    padding: 15px;
  }

  .LBAuthorBlock .innerWrapper .photoBlock .signature {
    top: calc(100% - 30px);
    width: 125px;
  }

  .LBAuthorBlock .innerWrapper .textBlock h4 {
    margin-bottom: 8px;
    font-size: 24px;
  }

  .LBAuthorBlock .innerWrapper .textBlock .contentText {
    font-size: 16px;
  }
}

.LBWhatYouLearn {
  padding-top: 50px;
  padding-bottom: 50px;
}

.LBWhatYouLearn h2 {
  margin-bottom: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 145%;
  color: #000;
  text-align: center;
}

.LBWhatYouLearn .contentWrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.LBWhatYouLearn .contentWrapper .contentItem {
  flex: 0 0 calc(100% / 3 - 15px);
  padding: 75px 25px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 5px 18px 0 rgb(0 0 0 / 8%);
}

.LBWhatYouLearn .contentWrapper .contentItem .iconWrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 25px;
  background: linear-gradient(47deg, #4389a2 0%, #436775 100%);
  border-radius: 50%;
}

.LBWhatYouLearn .contentWrapper .contentItem .itemText {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 125%;
  color: #000;
  letter-spacing: 0.02em;
}

@media (max-width: 991px) {
  .LBWhatYouLearn .contentWrapper .contentItem {
    padding: 50px 25px;
  }
}

@media (max-width: 768px) {
  .LBWhatYouLearn h2 {
    font-size: 38px;
  }

  .LBWhatYouLearn .contentWrapper .contentItem {
    flex: 0 0 calc(100% / 2 - 10px);
  }
}

@media (max-width: 575px) {
  .LBWhatYouLearn h2 {
    font-size: 32px;
  }

  .LBWhatYouLearn .contentWrapper {
    gap: 16px;
  }

  .LBWhatYouLearn .contentWrapper .contentItem {
    flex: 0 0 100%;
    padding: 25px;
  }
}

.LBLeftSideImg {

}

.LBLeftSideImg .innerWrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 550px;
  padding-left: 50%;
}

.LBLeftSideImg .innerWrapper figure {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 40%;
  height: fit-content;
  margin: auto;
}

.LBLeftSideImg .innerWrapper figure img {
  display: block;
}

.LBLeftSideImg .innerWrapper h2 {
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 150%;
  color: #000;
  letter-spacing: -0.02em;
}

.LBLeftSideImg .innerWrapper .description {
  margin-bottom: 24px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  color: rgb(0 0 0 / 60%);
  letter-spacing: 0.02em;
}

.LBLeftSideImg .innerWrapper .btnWrap {
}

.LBLeftSideImg .innerWrapper .btnWrap .btn {
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .LBLeftSideImg {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .LBLeftSideImg .innerWrapper {
    max-width: 500px;
    min-height: unset;
    padding-left: 0;
    margin: auto;
    text-align: center;
  }

  .LBLeftSideImg .innerWrapper h2 {
    font-size: 38px;
  }

  .LBLeftSideImg .innerWrapper .description {
    font-size: 18px;
  }

  .LBLeftSideImg .innerWrapper figure {
    position: static;
    width: 100%;
    margin-bottom: 25px;
  }
}

@media (max-width: 575px) {
  .LBLeftSideImg .innerWrapper h2 {
    font-size: 32px;
  }

  .LBLeftSideImg .innerWrapper .description {
    font-size: 16px;
  }
}

.LBBonusTool {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url('img/LB_bg_2.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.LBBonusTool .innerWrapper {
  position: relative;
  z-index: 10;
  padding-right: 50%;
}

.LBBonusTool .innerWrapper figure {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40%;
  height: fit-content;
  margin: auto;
}

.LBBonusTool .innerWrapper figure img {
  display: block;
}

.LBBonusTool .innerWrapper h2 {
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 145%;
  color: #fff;
}

.LBBonusTool .innerWrapper .description {
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 123%;
  color: #fff;
}

.LBBonusTool .innerWrapper .contentText {
  margin-bottom: 24px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  color: rgb(255 255 255 / 80%);
}

.LBBonusTool .innerWrapper .btnsWrap {
  display: flex;
  gap: 40px;
}

.LBBonusTool .innerWrapper .btnsWrap .btn {
  justify-content: center;
  width: 100%;
  max-width: 235px;
  height: 48px;
  text-transform: uppercase;
}

.LBBonusTool .innerWrapper .btnsWrap .btn.white {
  color: #000;
  background-color: #fff;
}

.LBBonusTool .innerWrapper .btnsWrap .btn.white:hover {
  background-color: #999;
}

@media (max-width: 991px) {
  .LBBonusTool .innerWrapper {
    padding-right: 40%;
  }
}

@media (max-width: 768px) {
  .LBBonusTool {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .LBBonusTool .innerWrapper {
    max-width: 500px;
    padding-right: 0;
    margin: auto;
    text-align: center;
  }

  .LBBonusTool .innerWrapper figure {
    position: static;
    width: 100%;
    margin-bottom: 24px;
  }

  .LBBonusTool .innerWrapper h2 {
    font-size: 36px;
  }

  .LBBonusTool .innerWrapper .description {
    font-size: 24px;
  }

  .LBBonusTool .innerWrapper .contentText {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .LBBonusTool {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .LBBonusTool .innerWrapper .btnsWrap {
    flex-direction: column;
    gap: 12px;
  }

  .LBBonusTool .innerWrapper .btnsWrap .btn {
    max-width: 100%;
    height: 52px;
  }

  .LBBonusTool .innerWrapper h2 {
    font-size: 32px;
  }

  .LBBonusTool .innerWrapper .description {
    font-size: 22px;
  }

  .LBBonusTool .innerWrapper .contentText {
    font-size: 16px;
  }
}

.LBTestimonials {
  padding-top: 60px;
  padding-bottom: 60px;
}

.LBTestimonials .titleBlock {
  margin-bottom: 50px;
  text-align: center;
}

.LBTestimonials .titleBlock .preTitle {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 129%;
  color: #436775;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.LBTestimonials .titleBlock h2 {
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 145%;
  color: #000;
  text-align: center;
}

.LBTestimonials .contentWrapper {
  display: flex;
  gap: 50px;
}

.LBTestimonials .contentWrapper .contentItem {
  flex: 0 0 calc(100% / 3 - 33px);
  padding: 40px 30px;
  background-color: #fff;
  box-shadow: 0 12px 16px -4px rgb(16 24 40 / 8%), 0 4px 6px -2px rgb(16 24 40 / 3%);
}

.LBTestimonials .contentWrapper .contentItem .rateBlock {
  max-width: 135px;
  margin-bottom: 16px;
}

.LBTestimonials .contentWrapper .contentItem .rateBlock img {
  display: block;
}

.LBTestimonials .contentWrapper .contentItem .itemText {
  margin-bottom: 16px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 144%;
  color: #697586;
  letter-spacing: 0.02em;
}

.LBTestimonials .contentWrapper .contentItem .authorBlock {
  display: flex;
  gap: 16px;
  align-items: center;
}

.LBTestimonials .contentWrapper .contentItem .authorBlock .imgWrap {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
}

.LBTestimonials .contentWrapper .contentItem .authorBlock .imgWrap img {
  display: block;
}

.LBTestimonials .contentWrapper .contentItem .authorBlock .textWrap {
}

.LBTestimonials .contentWrapper .contentItem .authorBlock .textWrap .name {
  margin-bottom: 3px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  color: #202939;
}

.LBTestimonials .contentWrapper .contentItem .authorBlock .textWrap .duty {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #697586;
}

@media (max-width: 991px) {
  .LBTestimonials .contentWrapper {
    gap: 20px;
  }

  .LBTestimonials .contentWrapper .contentItem {
    flex: 0 0 calc(100% / 3 - 13px);
  }
}

@media (max-width: 768px) {
  .LBTestimonials .titleBlock {
    margin-bottom: 25px;
  }

  .LBTestimonials .titleBlock h2 {
    font-size: 36px;
  }

  .LBTestimonials .contentWrapper {
    flex-direction: column;
    gap: 16px;
    max-width: 500px;
    margin: auto;
  }

  .LBTestimonials .contentWrapper .contentItem {
    flex: 0 0 100%;
    padding: 20px 15px;
  }

  .LBTestimonials .contentWrapper .contentItem .itemText {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .LBTestimonials {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .LBTestimonials .titleBlock h2 {
    font-size: 32px;
  }
}


.LBAmazon {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: rgb(119 168 180 / 28%);
}

.LBAmazon .innerWrapper {
  position: relative;
  z-index: 10;
  padding-right: 50%;
}

.LBAmazon .innerWrapper figure {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40%;
  height: fit-content;
  margin: auto;
}

.LBAmazon .innerWrapper figure img {
  display: block;
}

.LBAmazon .innerWrapper h2 {
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 145%;
  color: #436775;
}

.LBAmazon .innerWrapper .description {
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 123%;
  color: #000;
}

.LBAmazon .innerWrapper .contentText {
  margin-bottom: 24px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  color: rgb(0 0 0 / 60%);
}

.LBAmazon .innerWrapper .btnWrap {
}

.LBAmazon .innerWrapper .btnWrap .btn {
  justify-content: center;
  width: 100%;
  max-width: 235px;
  height: 48px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .LBAmazon .innerWrapper {
    padding-right: 40%;
  }
}

@media (max-width: 768px) {
  .LBAmazon {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .LBAmazon .innerWrapper {
    max-width: 500px;
    padding-right: 0;
    margin: auto;
    text-align: center;
  }

  .LBAmazon .innerWrapper figure {
    position: static;
    width: 100%;
    margin-bottom: 24px;
  }

  .LBAmazon .innerWrapper h2 {
    font-size: 36px;
  }

  .LBAmazon .innerWrapper .description {
    font-size: 24px;
  }

  .LBAmazon .innerWrapper .contentText {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .LBAmazon {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .LBAmazon .innerWrapper .btnWrap {
    flex-direction: column;
    gap: 12px;
  }

  .LBAmazon .innerWrapper .btnWrap .btn {
    max-width: 100%;
    height: 52px;
  }

  .LBAmazon .innerWrapper h2 {
    font-size: 32px;
  }

  .LBAmazon .innerWrapper .description {
    font-size: 22px;
  }

  .LBAmazon .innerWrapper .contentText {
    font-size: 16px;
  }
}

.LBFAQ {
  padding-top: 60px;
  padding-bottom: 60px;
}

.LBFAQ h2 {
  margin-bottom: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 145%;
  color: #000;
  text-align: center;
}

.LBFAQ .accordionBlock {
  max-width: 820px;
  margin: auto;
}

.LBFAQ .accordionItem {
  border-bottom: 1px solid #d0d7e7
}

.LBFAQ .accordionItem .itemHeader {
  position: relative;
  padding-top: 15px;
  padding-right: 35px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  color: #0a0a0d;
  cursor: pointer;
}

.LBFAQ .accordionItem .itemHeader:hover {
  opacity: .5;
}

.LBFAQ .accordionItem .itemHeader::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 24px;
  height: 24px;
  margin: auto;
  content: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 15L12 9L18 15" stroke="%234389A2" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>');
  transition: all .3s ease-in-out;
}

.LBFAQ .accordionItem.active .itemHeader::before {
  transform: rotate(180deg);
}

.LBFAQ .accordionItem .itemContent {
  display: none;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #333;
}

@media (max-width: 768px) {
  .LBFAQ h2 {
    margin-bottom: 25px;
  }

  .LBFAQ .accordionItem .itemHeader {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .LBFAQ {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.LBCTA {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url('img/LB_bg_3.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.LBCTA .innerWrapper {
  text-align: center;
}

.LBCTA .innerWrapper h2 {
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 145%;
  color: #fff;
  text-align: center;
}

.LBCTA .innerWrapper .contentText {
  max-width: 750px;
  margin: auto;
  margin-bottom: 40px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 144%;
  color: rgb(255 255 255 / 80%);
  text-align: center;
  letter-spacing: 0.02em;
}

.LBCTA .innerWrapper .btnWrap {
}

.LBCTA .innerWrapper .btnWrap .btn {
  height: 48px;
  text-transform: uppercase;
}

.LBSeenOn {
  padding-top: 100px;
  padding-bottom: 100px;
}

.LBSeenOn h2 {
  margin-bottom: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 145%;
  color: #000;
  text-align: center;
}

.LBSeenOn .contentWrapper {
  display: flex;
  justify-content: space-between;
}

.LBSeenOn .contentWrapper .contentItem {
}


