@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

body {
  margin: 0;
  background: #ECECF2;
}

@media screen and (min-width: 769px) {
  body {
    background: #FFF;
  }
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

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

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

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

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

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

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
}

a, a:hover, a:active {
  text-decoration: none;
}

input, input:focus, button, button:focus {
  outline: none;
}

div, p, form, input, a, span, button, textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

p {
  margin: 0;
}

a, a:hover, button, button:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
}

svg {
  fill: currentColor;
}

label {
  margin: 0;
}

button {
  border: none;
}

/* Webfont: Lato-Regular */
@font-face {
  font-family: 'LatoWeb';
  src: url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Regular.eot");
  /* IE9 Compat Modes */
  src: url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Regular.woff2") format("woff2"), url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Regular.woff") format("woff"), url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  font-display: swap;
}

/* Webfont: Lato-Bold */
@font-face {
  font-family: 'LatoWeb';
  src: url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Bold.eot");
  /* IE9 Compat Modes */
  src: url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Bold.woff2") format("woff2"), url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Bold.woff") format("woff"), url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility;
  font-display: swap;
}

/* Webfont: Lato-Black */
@font-face {
  font-family: 'LatoWeb';
  src: url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Black.eot");
  /* IE9 Compat Modes */
  src: url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Black.eot?#iefix") format("embedded-opentype"), url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Black.woff2") format("woff2"), url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Black.woff") format("woff"), url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Black.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
  text-rendering: optimizeLegibility;
  font-display: swap;
}

/* Webfont: Lato-Semibold */
@font-face {
  font-family: 'LatoWeb';
  src: url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Semibold.eot");
  /* IE9 Compat Modes */
  src: url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Semibold.eot?#iefix") format("embedded-opentype"), url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Semibold.woff2") format("woff2"), url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Semibold.woff") format("woff"), url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Semibold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  text-rendering: optimizeLegibility;
  font-display: swap;
}

/* Webfont: Lato-Italic */
@font-face {
  font-family: 'LatoWeb';
  src: url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Italic.eot");
  /* IE9 Compat Modes */
  src: url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Italic.eot?#iefix") format("embedded-opentype"), url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Italic.woff2") format("woff2"), url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Italic.woff") format("woff"), url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Italic.ttf") format("truetype");
  font-style: italic;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  font-display: swap;
}

/* Webfont: Lato-Light */
@font-face {
  font-family: 'LatoWeb';
  src: url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Light.eot");
  /* IE9 Compat Modes */
  src: url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Light.eot?#iefix") format("embedded-opentype"), url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Light.woff2") format("woff2"), url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Light.woff") format("woff"), url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
  text-rendering: optimizeLegibility;
  font-display: swap;
}

/* Webfont: Lato-BoldItalic */
@font-face {
  font-family: 'LatoWebBold';
  src: url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-BoldItalic.eot");
  /* IE9 Compat Modes */
  src: url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-BoldItalic.eot?#iefix") format("embedded-opentype"), url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-BoldItalic.woff2") format("woff2"), url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-BoldItalic.woff") format("woff"), url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-BoldItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  font-display: swap;
}

/* Webfont: Lato-Medium */
@font-face {
  font-family: 'LatoWebMedium';
  src: url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Medium.eot");
  /* IE9 Compat Modes */
  src: url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Medium.eot?#iefix") format("embedded-opentype"), url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Medium.woff2") format("woff2"), url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Medium.woff") format("woff"), url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  font-display: swap;
}

/* Webfont: Lato-Heavy */
@font-face {
  font-family: 'LatoWeb';
  src: url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Heavy.eot");
  /* IE9 Compat Modes */
  src: url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Heavy.eot?#iefix") format("embedded-opentype"), url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Heavy.woff2") format("woff2"), url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Heavy.woff") format("woff"), url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Heavy.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
  text-rendering: optimizeLegibility;
  font-display: swap;
}

/* Webfont: Playfair_Display-Bold */
@font-face {
  font-family: 'Playfair Display';
  src: url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/PlayfairDisplay-Bold.ttf");
  /* IE9 Compat Modes */
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility;
  font-display: swap;
}

html {
  overflow-x: hidden;
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  width: 100.55%;
  pointer-events: auto;
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide.open .list {
  background: #ECECF2;
}

.nice-select.wide .list {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

body {
  margin: 0;
  background: #ECECF2;
}

@media screen and (min-width: 769px) {
  body {
    background: #FFF;
  }
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

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

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

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

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

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

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
}

a, a:hover, a:active {
  text-decoration: none;
}

input, input:focus, button, button:focus {
  outline: none;
}

div, p, form, input, a, span, button, textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

p {
  margin: 0;
}

a, a:hover, button, button:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
}

svg {
  fill: currentColor;
}

label {
  margin: 0;
}

button {
  border: none;
}

/* Webfont: Lato-Regular */
@font-face {
  font-family: 'LatoWeb';
  src: url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Regular.eot");
  /* IE9 Compat Modes */
  src: url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Regular.woff2") format("woff2"), url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Regular.woff") format("woff"), url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  font-display: swap;
}

/* Webfont: Lato-Bold */
@font-face {
  font-family: 'LatoWeb';
  src: url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Bold.eot");
  /* IE9 Compat Modes */
  src: url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Bold.woff2") format("woff2"), url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Bold.woff") format("woff"), url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility;
  font-display: swap;
}

/* Webfont: Lato-Black */
@font-face {
  font-family: 'LatoWeb';
  src: url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Black.eot");
  /* IE9 Compat Modes */
  src: url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Black.eot?#iefix") format("embedded-opentype"), url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Black.woff2") format("woff2"), url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Black.woff") format("woff"), url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Black.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
  text-rendering: optimizeLegibility;
  font-display: swap;
}

/* Webfont: Lato-Semibold */
@font-face {
  font-family: 'LatoWeb';
  src: url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Semibold.eot");
  /* IE9 Compat Modes */
  src: url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Semibold.eot?#iefix") format("embedded-opentype"), url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Semibold.woff2") format("woff2"), url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Semibold.woff") format("woff"), url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Semibold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  text-rendering: optimizeLegibility;
  font-display: swap;
}

/* Webfont: Lato-Italic */
@font-face {
  font-family: 'LatoWeb';
  src: url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Italic.eot");
  /* IE9 Compat Modes */
  src: url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Italic.eot?#iefix") format("embedded-opentype"), url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Italic.woff2") format("woff2"), url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Italic.woff") format("woff"), url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Italic.ttf") format("truetype");
  font-style: italic;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  font-display: swap;
}

/* Webfont: Lato-Light */
@font-face {
  font-family: 'LatoWeb';
  src: url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Light.eot");
  /* IE9 Compat Modes */
  src: url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Light.eot?#iefix") format("embedded-opentype"), url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Light.woff2") format("woff2"), url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Light.woff") format("woff"), url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
  text-rendering: optimizeLegibility;
  font-display: swap;
}

/* Webfont: Lato-BoldItalic */
@font-face {
  font-family: 'LatoWebBold';
  src: url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-BoldItalic.eot");
  /* IE9 Compat Modes */
  src: url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-BoldItalic.eot?#iefix") format("embedded-opentype"), url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-BoldItalic.woff2") format("woff2"), url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-BoldItalic.woff") format("woff"), url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-BoldItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  font-display: swap;
}

/* Webfont: Lato-Medium */
@font-face {
  font-family: 'LatoWebMedium';
  src: url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Medium.eot");
  /* IE9 Compat Modes */
  src: url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Medium.eot?#iefix") format("embedded-opentype"), url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Medium.woff2") format("woff2"), url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Medium.woff") format("woff"), url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  font-display: swap;
}

/* Webfont: Lato-Heavy */
@font-face {
  font-family: 'LatoWeb';
  src: url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Heavy.eot");
  /* IE9 Compat Modes */
  src: url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Heavy.eot?#iefix") format("embedded-opentype"), url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Heavy.woff2") format("woff2"), url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Heavy.woff") format("woff"), url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/Lato-Heavy.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
  text-rendering: optimizeLegibility;
  font-display: swap;
}

/* Webfont: Playfair_Display-Bold */
@font-face {
  font-family: 'Playfair Display';
  src: url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/fonts/PlayfairDisplay-Bold.ttf");
  /* IE9 Compat Modes */
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility;
  font-display: swap;
}

html {
  overflow-x: hidden;
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  width: 100.55%;
  pointer-events: auto;
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide.open .list {
  background: #ECECF2;
}

.nice-select.wide .list {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  font-family: "Helvetica Neue", sans-serif;
  line-height: 1.1em;
}

.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
  text-align: center;
}

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

:root {
  --swiper-theme-color: #007aff
;
}

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

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

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

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

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

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

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

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

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

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

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

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

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

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

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

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

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

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

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

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

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

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px
;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s transform, .2s top;
  transition: .2s transform, .2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform, .2s left;
  transition: .2s transform, .2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform, .2s right;
  transition: .2s transform, .2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
      touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

body {
  font-family: 'LatoWeb', serif;
/*  background-color: #F7F7FC;*/
}

body.locked {
  overflow: hidden;
}

.lazy {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  background-color: transparent;
}

.lazy-block {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  background-color: transparent;
}

svg {
  fill: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.container {
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;
}

.container__inner {
  max-width: 1390px;
  padding: 0 15px;
  margin: 0 auto;
}

h1 {
  font-family: 'Playfair Display', serif;
}

.btn {
  color: #FFF;
  text-align: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 250px;
  min-height: 60px;
  padding: 8px;
  gap: 8px;
  font-family: "LatoWeb";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 8px;
  background: linear-gradient(5deg, #016483 0%, #0BC4FF 100%);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(11, 194, 252, 0.75);
          box-shadow: 0px 0px 30px 0px rgba(11, 194, 252, 0.75);
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.btn:hover {
  background: linear-gradient(5deg, #0BC4FF 0%, #016483 100%);
  -webkit-box-shadow: 0px 5px 30px 0px rgba(11, 194, 252, 0.75);
          box-shadow: 0px 5px 30px 0px rgba(11, 194, 252, 0.75);
}

.btn:disabled {
  background: #D9D9D9;
}

.btn__offer {
  margin-bottom: 35px;
}

.section-title.title--primary {
  color: #4A4A4C;
  text-align: center;
  font-family: 'Playfair Display', serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.14;
}

.header {
  background-color: white;
}

.header .background-header {
  position: absolute;
  width: 100%;
  height: 100vh;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.header .background-header img {
  width: 100%;
  height: auto;
}

.header .logos-background {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100vh;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.header .logos-background img {
  width: 100%;
  height: auto;
}

.header.bg-white {
  height: auto;
}

.header .container {
  max-width: 1920px;
}

.header__panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-bottom: 25px;
}

.header__panel-wrapper {
  margin: 0 auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 12;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.header__panel-wrapper.opacity {
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}

.header__logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo .mini-logo {
  width: 47px;
  height: 35px;
}

.header__logo .mini-logo img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.header__logo a {
  z-index: 1;
}

.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__wrapper-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.header__wrapper-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.header__wrapper-inner ul li {
  position: relative;
  margin-left: 25px;
}

.header__wrapper-inner ul li a {
  color: #4A4A52;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125;
}

.header__nav {
  margin-right: 32px;
  padding-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 535px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.header__nav ul li {
  position: relative;
  margin-left: 25px;
}

.header__nav ul li a {
  color: #4A4A52;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.header__nav ul li a:hover {
  color: #09C2FC !important;
}

.header__nav ul li a:active {
  font-weight: 700;
  color: #4A4A52;
}

.header__nav ul li a.current {
  font-weight: 700;
  color: #4A4A52;
}

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

.header__inner ul {
  row-gap: 10px;
}

.header__inner ul a {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.header__inner ul a:hover {
  color: #09C2FC;
}

.header__inner ul a:active {
  font-weight: 700;
  color: #4A4A52;
}

.header .header-mind-logo {
  display: none;
}

.header-title {
  margin-bottom: 50px;
}

@media screen and (min-width: 1600px) {
  .header-title {
    font-size: 80px !important;
  }
}

.header__offer {
  position: relative;
  background-position: center bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
}

.header__offer-bg-picture {
  display: block;
  position: absolute;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.header__offer-bg-picture.picture-mobile {
  display: none;
}

.header__offer-bg-picture img {
  width: 100%;
  height: auto;
}

.header__offer-bg-picture img svg {
  width: 100%;
}

.header__offer-bg-picture svg {
  width: 100%;
  height: auto;
}

.header__offer-bg-picture object {
  width: 100%;
}

.header__offer-bg-picture iframe {
  width: 100%;
  height: 100%;
}

.header__offer-bg-picture iframe svg {
  width: 100% !important;
  height: 100% !important;
}

.header__offer .logos-bg {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 110px;
  padding-bottom: 221px;
  background-color: transparent;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-position: center bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
}

.header__offer .logos-bg-picture {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.header__offer .logos-bg-picture img {
  width: 100%;
  height: 100%;
}

.header__offer .logos-bg .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 5;
}

.header__offer .logos-bg .bottom-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 5;
}

.header__offer .main-logo {
  margin-bottom: 60px;
  height: 35px;
}

.header__offer .main-logo picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.header__offer .main-logo img {
  width: 100%;
  height: 100%;
}

.header__subtitle {
  width: 100%;
  max-width: 30vw;
  color: #4D4D4D;
  text-align: center;
  font-size: 1.4vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media screen and (min-width: 1600px) {
  .header__subtitle {
    font-size: 25px;
  }
}

.header__subtitle b {
  font-family: 'LatoWeb';
  font-weight: 700;
}

.header__subtitle.mobile {
  display: none;
}

.header__menu .container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
}

.header__nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.header .burger {
  display: none;
}

.section-statistics {
  background: #1D1D20;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-statistics .scroller__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.section-statistics .scroller__inner div > img {
  width: 100%;
}

.section-statistics .item-row {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.section-statistics .statistics-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 60px auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 1150px;
  row-gap: 28px;
}

.section-statistics .statistics-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 230px;
}

.section-statistics .statistics-item__link {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.12;
  opacity: 0.8;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.section-statistics .statistics-item__link:hover {
  opacity: 1;
}

.section-statistics .statistics-item:not(:first-child):not(:last-child) {
  padding: 0 10px;
}

.section-statistics .statistics-item:first-of-type {
  padding-right: 10px;
}

.section-statistics .statistics-item:last-of-type {
  padding-left: 10px;
}

.section-statistics .statistics-item:not(:last-of-type):after {
  content: " ";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #45535E;
  top: 0;
  right: 0;
}

.section-statistics .statistics-item .item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 10px;
}

.section-statistics .statistics-item .item-row span {
  color: #FFF;
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 800;
}

.section-statistics .statistics-item .item-row p {
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  margin-left: 5px;
  font-weight: 800;
}

.section-statistics .statistics-item .item-row p.bold {
  font-size: 50px;
}

.section-statistics .statistics-item .colored {
  color: #1FB0CE;
  text-align: center;
  text-shadow: 0px 0px 20px #1FB0CE;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.14;
  margin-bottom: 16px;
}

.section-statistics .title--secondary {
  color: #FFF;
  text-align: center;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 2.04;
  margin-bottom: 40px;
}

.section-statistics .wrap {
  width: 100%;
  height: 35px;
  position: relative;
  overflow: hidden;
}

.section-statistics .slide-container {
  position: absolute;
  left: 0;
  height: 100%;
}

.section-statistics .slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: row;
      -ms-flex: row;
          flex: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0;
  padding: 0;
}

.section-statistics .animate {
  -webkit-animation: moveSlideshow 20s linear infinite;
          animation: moveSlideshow 20s linear infinite;
}

@-webkit-keyframes moveSlideshow {
  100% {
    -webkit-transform: translate3d(calc(-100% + 100vw), 0, 0);
            transform: translate3d(calc(-100% + 100vw), 0, 0);
  }
}

@keyframes moveSlideshow {
  100% {
    -webkit-transform: translate3d(calc(-100% + 100vw), 0, 0);
            transform: translate3d(calc(-100% + 100vw), 0, 0);
  }
}

.section-statistics .slides li {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 45px;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.section-statistics .slides li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      align-self: center;
}

.section-statistics .slides li > div img {
  height: 30px;
}

.section-statistics .partners-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.section-statistics .partners-wrapper div > img {
  width: 100%;
}

.section-statistics {
  /* general styles */
  /* for testing purposed to ensure the animation lined up correctly */
}

.section-statistics .splide {
  visibility: visible;
}

.section-statistics .splide.gallery {
  -webkit-mask: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(10%, white), color-stop(90%, white), to(transparent));
  -webkit-mask: linear-gradient(90deg, transparent, white 10%, white 90%, transparent);
          mask: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(10%, white), color-stop(90%, white), to(transparent));
          mask: linear-gradient(90deg, transparent, white 10%, white 90%, transparent);
}

.section-statistics .splide__list {
  -webkit-column-gap: 45px;
     -moz-column-gap: 45px;
          column-gap: 45px;
}

.section-statistics .splide__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.section-statistics .splide__slide {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.section-statistics .splide__slide img {
  width: auto;
  height: 100%;
}

.section-statistics .scroller__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
}

.section-statistics .scroller[data-animated="true"] {
  overflow: hidden;
  -webkit-mask: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(10%, white), color-stop(90%, white), to(transparent));
  -webkit-mask: linear-gradient(90deg, transparent, white 10%, white 90%, transparent);
  mask: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(10%, white), color-stop(90%, white), to(transparent));
  mask: linear-gradient(90deg, transparent, white 10%, white 90%, transparent);
}

.section-statistics .scroller[data-animated="true"] .scroller__inner {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-animation: scroll var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite;
          animation: scroll var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite;
}

.section-statistics .scroller[data-direction="right"] {
  --_animation-direction: reverse;
}

.section-statistics .scroller[data-direction="left"] {
  --_animation-direction: forwards;
}

.section-statistics .scroller[data-speed="fast"] {
  --_animation-duration: 20s;
}

.section-statistics .scroller[data-speed="medium"] {
  --_animation-duration: 40s;
}

.section-statistics .scroller[data-speed="slow"] {
  --_animation-duration: 60s;
}

@-webkit-keyframes scroll {
  to {
    -webkit-transform: translate(calc(-50% - 0.5rem));
            transform: translate(calc(-50% - 0.5rem));
  }
}

@keyframes scroll {
  to {
    -webkit-transform: translate(calc(-50% - 0.5rem));
            transform: translate(calc(-50% - 0.5rem));
  }
}

.section-statistics .partners-slide {
  margin-right: 45px;
}

.section-statistics .tag-list {
  margin: 0;
  padding-inline: 0;
  list-style: none;
}

.section-statistics .tag-list li {
  padding: 1rem;
  background: var(--clr-primary-400);
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0.5rem 1rem -0.25rem var(--clr-primary-900);
          box-shadow: 0 0.5rem 1rem -0.25rem var(--clr-primary-900);
}

.section-statistics .test {
  background: red !important;
}

.section-statistics .partners-carousel--desktop {
  display: none;
}

.section-statistics .title--secondary {
  line-height: 1.25;
}

.section-statistics .statistics-block {
  row-gap: 28px;
}

.section-statistics .root {
  overflow: hidden;
  -webkit-mask: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(10%, white), color-stop(90%, white), to(transparent));
  -webkit-mask: linear-gradient(90deg, transparent, white 10%, white 90%, transparent);
          mask: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(10%, white), color-stop(90%, white), to(transparent));
          mask: linear-gradient(90deg, transparent, white 10%, white 90%, transparent);
}

.section-statistics .scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation-duration: 25s;
          animation-duration: 25s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.section-statistics .scroll:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.section-statistics .part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  row-gap: 25px;
}

.section-statistics .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 45px;
}

.section-statistics .box img {
  width: auto;
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.section-cloud-switch {
  padding-top: 80px;
  padding-bottom: 90px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.section-cloud-switch.off .section-cloud-switch-bg.off--desktop {
  opacity: 1;
}

.section-cloud-switch.off .section-cloud-switch-bg.on--desktop {
  opacity: 0;
}

.section-cloud-switch.off .section-cloud-switch-bg.off--mobile {
  opacity: 0;
}

.section-cloud-switch.off .section-cloud-switch-bg.on--mobile {
  opacity: 0;
}

.section-cloud-switch.on .section-cloud-switch-bg.off--desktop {
  opacity: 0;
}

.section-cloud-switch.on .section-cloud-switch-bg.on--desktop {
  opacity: 1;
}

.section-cloud-switch.on .section-cloud-switch-bg.off--mobile {
  opacity: 0;
}

.section-cloud-switch.on .section-cloud-switch-bg.on--mobile {
  opacity: 0;
}

.section-cloud-switch-bg {
  position: absolute;
  width: 1920px;
  height: auto;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  z-index: 0;
}

.section-cloud-switch-bg .switcher-picture {
  width: 100%;
  height: 100%;
  display: block;
}

.section-cloud-switch-bg .switcher-picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.section-cloud-switch-bg .bg-off {
  width: 100%;
  height: 100%;
  display: block;
}

.section-cloud-switch-bg .bg-off img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.section-cloud-switch-bg .bg-on {
  width: 100%;
  height: 100%;
  display: block;
}

.section-cloud-switch-bg .bg-on img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.section-cloud-switch .inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-cloud-switch .switcher-cloud {
  height: 283px;
  width: 524px;
  position: absolute;
}

.section-cloud-switch .switcher-cloud img {
  width: 100%;
  height: auto;
}

.section-cloud-switch .switch-cloud-rellax-1 {
  top: 0;
  left: 0;
}

.section-cloud-switch .container {
  position: relative;
  z-index: 3;
}

.section-cloud-switch__subtitle {
  color: #4A4A4C;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.21;
  margin-bottom: 50px;
}

.section-cloud-switch .title--primary {
  margin-bottom: 16px;
}

.section-cloud-switch .title--primary b {
  color: #2B9CCC;
}

.section-cloud-switch .title--primary strong {
  color: #2B9CCC;
}

.section-cloud-switch .switcher {
  position: relative;
  width: 100px;
  height: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 77px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1) inset;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.section-cloud-switch .switcher__button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.section-cloud-switch .switcher-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 440px;
}

.section-cloud-switch .switcher-block .switcher-text {
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.22;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.section-cloud-switch .switcher-block .text-off.active {
  color: #F1831E;
  text-shadow: 0px 0px 1px #F1831E;
}

.section-cloud-switch .switcher-block .text-off.passive {
  color: #AEB8BF;
}

.section-cloud-switch .switcher-block .text-on.active {
  color: #2B9CCC;
  text-shadow: 0px 0px 1px #2B9CCC;
}

.section-cloud-switch .switcher-block .text-on.passive {
  color: #AEB8BF;
}

.section-cloud-switch .switcher-on {
  background: -webkit-gradient(linear, left top, left bottom, from(#0EA7D8), to(#0BC4FF)), #EEE;
  background: linear-gradient(180deg, #0EA7D8 0%, #0BC4FF 100%), #EEE;
}

.section-cloud-switch .switcher-on .switcher__button {
  right: 4px;
}

.section-cloud-switch .switcher-on .switcher-list__icon {
  width: 63px;
  height: 43px;
}

.section-cloud-switch .switcher-off {
  background: -webkit-gradient(linear, left top, left bottom, from(#D06D11), to(#FF912C)), #EEE;
  background: linear-gradient(180deg, #D06D11 0%, #FF912C 100%), #EEE;
}

.section-cloud-switch .switcher-off .switcher__button {
  right: 52%;
}

.section-cloud-switch .switcher-off .switcher-list__icon {
  width: 49px;
  height: 46px;
}

.section-cloud-switch .switcher-list {
  width: 100%;
  max-width: 1100px;
  position: absolute;
  opacity: 0;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 12px;
  background: #FFF;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  left: -100%;
}

.section-cloud-switch .switcher-list__icon {
  position: absolute;
  z-index: 2;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.section-cloud-switch .switcher-list.switch-off {
  border: 2px solid #F1831E;
}

.section-cloud-switch .switcher-list.switch-off.active {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  position: relative;
}

.section-cloud-switch .switcher-list.switch-off .switcher-list__item:not(:last-of-type):after {
  content: " ";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #F1831E;
  top: 0;
  right: 0;
}

.section-cloud-switch .switcher-list.switch-on {
  border: 2px solid #4A4A4C;
}

.section-cloud-switch .switcher-list.switch-on.active {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  position: relative;
}

.section-cloud-switch .switcher-list.switch-on .switcher-list__item:not(:last-of-type):after {
  content: " ";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #4A4A4C;
  top: 0;
  right: 0;
}

.section-cloud-switch .switcher-list__item {
  position: relative;
  padding: 19px 5px 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 0;
  min-height: 140px;
}

.section-cloud-switch .switcher-list__item-img {
  width: 100%;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.section-cloud-switch .switcher-list__item-img img {
  width: auto;
  height: 100%;
}

.section-cloud-switch .switcher-list__item-descr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 54px;
}

.section-cloud-switch .switcher-list__item-descr p {
  text-align: center;
  font-family: "LatoWeb";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.22;
}

.section-cloud-switch .switcher-list__item-descr.text-off p {
  color: #F1831E;
}

.section-cloud-switch .switcher-list__item-descr.text-on p {
  color: #2B9CCC;
}

.section-experts {
  background: linear-gradient(153deg, #010101 0%, #36C3FF 100%);
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
}

.section-experts .container {
  overflow: visible;
  max-width: 1920px;
}

.section-experts .wrap {
  width: 100%;
  height: 260px;
  position: relative;
  overflow: hidden;
}

.section-experts .slide-container {
  position: absolute;
  left: 0;
  height: 100%;
}

.section-experts .animate {
  -webkit-animation: moveSlideshow 20s linear infinite;
  animation: moveSlideshow 20s linear infinite;
}

.section-experts .slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: row;
  -ms-flex: row;
  flex: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
}

.section-experts .slides li {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 45px;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.section-experts .slides li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.section-experts .container__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  max-width: 100%;
  margin-left: 220px;
}

.section-experts .section-title.title--secondary {
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}

.section-experts__descr {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 30px;
}

.section-experts__content {
  width: 100%;
  max-width: 440px;
  margin-right: 50px;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.section-experts .expert-slide img {
  border-radius: 50%;
  width: 260px;
  height: 260px;
}

.section-experts .expert-slide:not(:last-of-type) {
  margin-right: 20px;
}

.section-experts .my-item {
  width: 230px;
  height: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
  opacity: 1;
  -webkit-transition: opacity 4s, right 10s;
  transition: opacity 4s, right 10s;
  position: relative;
  z-index: 2;
}

.section-experts .my-item img {
  border-radius: 50%;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-experts .wrapper {
  overflow: hidden;
  width: 1250px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.section-experts .box {
  width: 230px;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  pointer-events: auto;
  z-index: 2;
}

.section-experts .box.fade-out {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  pointer-events: none;
}

.section-experts .boxes {
  position: relative;
  left: 0px;
  top: 0;
  height: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.section-experts .slider-container {
  border: 1px solid #555;
  margin-top: 15px;
  height: 230px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: -150px;
}

.section-experts .slider-section {
  overflow: hidden;
  display: block;
  margin: auto;
}

.section-experts .carousel-cell {
  height: auto;
  margin-right: 1px;
  counter-increment: carousel-cell;
}

.section-experts .carousel-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 230px;
  height: 230px;
  margin-right: 20px;
  border-radius: 50%;
}

.section-experts .carousel-content img {
  width: 230px;
  height: 230px;
  border-radius: 50%;
}

.section-experts .carousel-cover img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: auto;
}

.section-experts .slider-section {
  overflow: visible;
}

.section-scale {
  background: -webkit-gradient(linear, left top, left bottom, from(#85E0FD), to(#B9EAF9));
  background: linear-gradient(180deg, #85E0FD 0%, #B9EAF9 100%);
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 276px;
}

.section-scale .wrapper-inner {
  position: relative;
  z-index: 5;
}

.section-scale__bg-picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  width: 1920px;
  height: 603px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}

.section-scale__bg-picture .desktop {
  display: block;
}

.section-scale__bg-picture .mobile {
  display: none;
}

.section-scale__bg-picture img {
  width: 100%;
  min-height: 450px;
}

.section-scale .title--secondary {
  color: #4A4A4C;
  text-align: center;
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 16px;
}

.section-scale .title--secondary img {
  width: 225px;
  height: 146px;
}

.section-scale__subtitle {
  color: #3C3C3C;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.section-steps {
  background-color: #F7F7FC;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-steps .section-bottom-bg {
  background-image: url('https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/stepsbg1920.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}

.section-steps__list {
  background-color: #F7F7FC;
  position: relative;
  width: 100%;
  min-width: 1920px;
}

.section-steps__list .steps-line-bg {
  position: absolute;
  width: 82px;
  height: auto;
  top: 352px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.section-steps__bottom-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 13px;
}

.section-steps__bottom-bg img {
  width: 100%;
  height: 100%;
}

.section-steps .steps-bottom-img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 658px;
  height: 1270px;
  margin-left: 36px;
}

.section-steps__item {
  background-color: #fff;
  padding: 40px;
}

.section-steps__item .wrapper {
  width: 1840px;
  margin: 0 auto;
}

.section-steps__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 130px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  max-width: 1490px;
}

.section-steps__item:nth-of-type(2n) .section-steps__item-inner {
  margin-left: auto;
}

.section-steps__item:nth-of-type(2n) .section-steps__item-inner .item-img-wrapper {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.section-steps__item:nth-of-type(2n) .section-steps__item-inner .item-content {
  margin-right: auto;
}

.section-steps__item:not(:last-of-type) {
  margin-bottom: 200px;
}

.section-steps__item:nth-of-type(3) {
  position: relative;
  z-index: 2;
}

.section-steps__item .item-img-wrapper {
  width: 860px;
  height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.section-steps__item .item-img-wrapper picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

.section-steps__item .item-img-wrapper img {
  width: 100%;
  height: 100%;
}

.section-steps .item-content {
  width: 100%;
  max-width: 500px;
}

.section-steps .item-content__title {
  color: #2B9CCC;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
}

.section-steps .item-content__descr {
  color: #4A4A4A;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.22;
}

.section-integration {
  padding-top: 150px;
  padding-bottom: 100px;
  background-color: #fff;
}

.section-integration .container {
  padding: 0;
}

.section-integration .container__inner {
  max-width: 1420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}

.section-integration .title--secondary {
  max-width: 675px;
  color: #4A4A4A;
  text-align: center;
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.53;
  margin-bottom: 35px;
}

.section-integration .integration-item {
  position: relative;
  width: 100%;
  max-width: 250px;
  min-height: 370px;
  height: 100%;
  border-radius: 8px;
  background: #FFF;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-integration .integration-item::before {
  position: absolute;
  content: '';
  width: 22px;
  height: 22px;
  background-image: url('https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/rounded-square.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  top: -11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.section-integration .integration-item .integration__card-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.section-integration .integration-item__img {
  width: 220px;
  height: 110px;
  margin-bottom: 29px;
}

.section-integration .integration-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.section-integration .integration-item__title {
  margin-bottom: 29px;
  color: #4A4A4A;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.21;
}

.section-integration .integration-item__descr {
  color: #4A4A4A;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 29px;
}

.section-integration .integration-item > img {
  margin-bottom: 29px;
  width: 220px;
  height: auto;
  display: inline-block;
}

.section-integration .integration-item__link {
  color: #016483;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.22;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
}

.section-integration .integration-item__link img {
  padding-left: 10px;
}

.section-integration .integration-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 28px 0;
  margin-bottom: 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section-integration .swiper-integration {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-integration .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
}

.section-accomplishments {
  background: #F7F7FC;
  padding-top: 150px;
}

.section-accomplishments__subtitle {
  color: #3C3C3C;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 50px;
}

.section-accomplishments .container__inner {
  max-width: 1150px;
}

.section-accomplishments .section-title {
  margin: 0 auto;
  margin-bottom: 16px;
  max-width: 923px;
}

.section-accomplishments .section-title b {
  color: #2B9CCC;
}

.section-accomplishments .accomplishments-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 1120px;
  border-top: 1px solid #E0E1E9;
  border-bottom: 1px solid #E0E1E9;
  padding: 30px 0;
  margin-bottom: 28px;
}

.section-accomplishments .accomplishments-info__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 1085px;
}

.section-accomplishments .accomplishments-info__item {
  position: relative;
  width: 100%;
  max-width: 220px;
  text-align: start;
  min-height: 90px;
}

.section-accomplishments .accomplishments-info__item:first-of-type {
  border-left: 1px solid #E0E1E9;
}

.section-accomplishments .accomplishments-info__item:not(:last-of-type) {
  padding: 0 20px;
  border-right: 1px solid #E0E1E9;
}

.section-accomplishments .accomplishments-info__item:last-of-type {
  padding-left: 20px;
}

.section-accomplishments .accomplishments-info__item-descr {
  color: #11375A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.28;
}

.section-accomplishments .accomplishments-info__item-title {
  color: #2B9CCC;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.21;
}

.section-accomplishments .accomplishments-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-accomplishments .accomplishments-table .table {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}

.section-accomplishments .accomplishments-table .table__row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
  width: 100%;
  max-width: 1085px;
}

.section-accomplishments .accomplishments-table .table__row .table-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  row-gap: 30px;
  margin-left: auto;
}

.section-accomplishments .accomplishments-table .table__item {
  width: 100%;
  max-width: 119px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 30px;
  border-bottom: 1px solid #E0E1E9;
  row-gap: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-accomplishments .accomplishments-table .table__item .odometer-formatting-mark {
  display: none;
}

.section-accomplishments .accomplishments-table .table__item:not(:first-of-type)::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 92px;
  background-color: #E0E1E9;
  right: 0;
  top: 0;
}

.section-accomplishments .accomplishments-table .table__item:not(:first-of-type)::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 92px;
  background-color: #E0E1E9;
  left: -1px;
  top: 0;
}

.section-accomplishments .accomplishments-table .table__item:last-of-type::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 92px;
  background-color: #E0E1E9;
  left: -1px;
  top: 0;
}

.section-accomplishments .accomplishments-table .table__item:first-of-type::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 92px;
  background-color: #E0E1E9;
  left: 0;
  top: 0;
}

.section-accomplishments .accomplishments-table .table__item-content {
  width: 55px;
  margin: 0 auto;
}

.section-accomplishments .accomplishments-table .table__item-content .data-moved {
  color: #4A4A4C;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  width: 100%;
}

.section-accomplishments .accomplishments-table .table__item-content .transactions {
  color: #909092;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.section-accomplishments .accomplishments-table .table__item-img {
  width: 55px;
  height: 55px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-accomplishments .accomplishments-table .table__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 30px;
}

.section-accomplishments .accomplishments-link {
  color: #2B9CCC;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  margin-bottom: 50px;
}

.section-accomplishments .accomplishments__footer-text {
  width: 100%;
  max-width: 740px;
  text-align: center;
  color: #4A4A4A;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.22;
  margin: 0 auto;
}

.section-reviews {
  padding-top: 150px;
  padding-bottom: 150px;
}

/* Dark mode styles - only apply when .dark-mode class is present */
.section-reviews.dark-mode {
  background-color: #1D1D20;
}

.section-reviews.dark-mode .section-title.title--secondary {
  color: #FFF;
}

.section-reviews.dark-mode .reviews__subtitle {
  color: rgba(255, 255, 255, 0.7);
}

.section-reviews.dark-mode .review-card {
  background: #2A2A2D;
  box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.2);
}

.section-reviews.dark-mode .review-card__review-text {
  color: rgba(255, 255, 255, 0.7);
}

.section-reviews.dark-mode .name {
  color: #FFF;
}

.section-reviews.dark-mode .position {
  color: rgba(255, 255, 255, 0.6);
}

.section-reviews.dark-mode .employment-history {
  color: #0BC4FF;
}

.section-reviews .container__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-reviews .section-title.title--secondary {
  color: #000;
  text-align: center;
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.53;
  margin-bottom: 16px;
}

.section-reviews .reviews__subtitle {
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 45px;
}

.section-reviews .reviews-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-reviews .swiper-container {
  position: relative;
  width: 100%;
  max-width: 1360px;
  padding: 75px;
  margin: -43px;
}

.section-reviews .swiper-container.fix-width {
  width: 1360px;
  max-width: 100%;
  overflow: visible;
}

.section-reviews .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.section-reviews .swiper-slide.slide-opacity {
  opacity: 1;
}

.section-reviews .swiper-slide-active {
  opacity: 1;
}

.section-reviews .swiper-slide-prev,
.section-reviews .swiper-slide-next {
  opacity: 0.5;
}

.section-reviews .swiper-slide-prev:hover,
.section-reviews .swiper-slide-next:hover {
  opacity: 1;
}

.section-reviews .swiper-pagination {
  bottom: 30px;
}

.section-reviews .review-card {
  width: 100%;
  max-width: 380px;
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 8px;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
}

.section-reviews .review-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  gap: 20px;
}

.section-reviews .review-card__img {
  width: 110px;
  height: 110px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-reviews .review-card__img img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.section-reviews .review-card__header-content {
  width: 100%;
  max-width: 190px;
}

.section-reviews .review-card__main {
  margin-bottom: auto;
}

.section-reviews .review-card__review-text {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.32px;
}

.section-reviews .review-card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section-reviews .name {
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
}

.section-reviews .position {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 10px;
}

.section-reviews .company {
  max-width: 150px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-reviews .company img {
  width: auto;
  height: auto;
}

.section-reviews .employment-history {
  color: #2B9CCC;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
}

.section-reviews .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 8px;
}

.swiper-container {
  width: 100%;
  overflow: hidden;
}

.swiper-wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.swiper-slide {
  width: auto;
  cursor: pointer;
}

.swiper-slide img {
  max-width: 100%;
  height: auto;
  display: block;
  width: auto;
}

.swiper-button-next {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-image: url('https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/swiper-button-next.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.swiper-button-next:hover {
  background-image: url('https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/swiper-button-next-hover.svg');
}

.swiper-button-next::after {
  display: none;
}

.swiper-button-next.swiper-button-disabled {
  background-image: url('https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/swiper-button-next-disabled.svg');
}

.swiper-button-prev {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-image: url('https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/swiper-button-prev.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.swiper-button-prev:hover {
  background-image: url('https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/swiper-button-prev-hover.svg');
}

.swiper-button-prev::after {
  display: none;
}

.swiper-button-prev.swiper-button-disabled {
  background-image: url('https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/swiper-button-prev-disabled.svg');
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 0;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 0;
}

.swiper-pagination-bullet {
  background: #D9D9D9;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #2B9CCC;
}

.footer {
  background-color: #1D1D20;
  padding-top: 100px;
  padding-bottom: 50px;
}

.footer .container__inner {
  width: 100%;
  max-width: 1360px;
  padding: 0;
}

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

.footer__about {
  width: 327px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 327px;
          flex: 0 0 327px;
  margin-right: 113px;
}

.footer__title {
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
}

.footer__text {
  color: #A5AAA5;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 790px;
  gap: 28px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.footer__nav-list-item:not(:last-of-type) {
  margin-bottom: 20px;
}

.footer__nav-list-link {
  color: #A5AAA5;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.footer__nav-list-link:hover {
  color: #fff;
}

.footer__brand-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: auto;
  width: 100%;
  max-width: 790px;
  margin-bottom: 120px;
  row-gap: 30px;
}

.footer__brand-logo {
  width: 25%;
}

.footer__brand-logo img {
  width: 140px;
  height: 50px;
}

.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}

.footer__social a img {
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  opacity: 0.5 !important;
}

.footer__social a img.lazy {
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  opacity: 0.5 !important;
}

.footer__social a:hover img.lazy {
  opacity: 0.7 !important;
}

.footer .footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.footer .footer-row.top-row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 120px;
}

.footer .footer-row.centered-row {
  position: relative;
  margin-bottom: 60px;
  border-bottom: 1px solid #2b2b30;
}

.footer .footer-row.bottom-row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer .list-title {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.16;
  margin-bottom: 40px;
}

.footer .list-wrapper {
  padding-top: 14px;
}

.footer .copyright {
  color: #A5AAA5;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
}

.header.bg-blue {
  background: rgba(17, 55, 90, 0.1);
  height: auto;
}

.header.bg-blue .header__panel-wrapper {
  background: rgba(17, 55, 90, 0.1);
}

.header.bg-blue .opacity {
  background: rgba(17, 55, 90, 0.6);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}

.header.bg-blue .header__nav ul li a {
  color: #fff;
}

.header.bg-blue .header__nav ul li a:hover {
  color: #09C2FC;
}

.header.bg-blue .header__wrapper-inner ul li a {
  color: #fff;
}

.header.bg-blue .header__inner ul a:hover {
  color: #09C2FC;
}

.connection-main {
  background-color: #fff;
  overflow: hidden;
}

.connection-main .container__inner {
  max-width: 1100px;
  padding: 0;
}

.connection-main .video-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.connection-main .video-block .section-title.title--secondary {
  text-transform: uppercase;
}

.connection-main .video-block .section-title-wrapper {
  margin-bottom: 40px;
}

.connection-main .video-block .video {
  margin-bottom: 40px;
  width: 100%;
  height: 380px;
}

.connection-main .video-block .video iframe {
  width: 100%;
  height: 100%;
}

.connection-main .benefits {
  width: 100%;
}

.connection-main .benefits .section-title {
  text-transform: uppercase;
}

.connection-main .benefits .section-title-wrapper {
  margin-bottom: 40px;
}

.connection-main .benefits-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 40px;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.connection-main .benefits__item {
  width: 46%;
  max-width: 450px;
}

.connection-main .benefits__item__text p {
  color: #4A4A4C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
/*  margin-bottom: 1em;*/
}

.connection-main .benefits__item .list-header .decor-item {
  width: 22px;
  height: 22px;
  background-image: url('https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/rounded-square.svg');
  background-size: cover;
  background-position: center center;
  margin-bottom: 15px;
}

.connection-main .benefits__item .list-header h2,
.connection-main .benefits__item .list-header h3,
.connection-main .benefits__item .list-header h4 {
  color: #016483;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.09;
  margin-bottom: 15px;
}

.connection-main .section-form {
  padding-bottom: 100px;
}

.connection-main .section-reviews {
  background-color: #fff;
  padding-top: 0;
}

.connection-main .section-reviews .container__inner {
  max-width: 1390px;
  padding: 0 15px;
}

.connection-main .section-reviews .section-title.title--secondary {
  color: #000;
  text-align: center;
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.53;
  margin-bottom: 16px;
}

.connection-main .section-reviews .reviews__subtitle {
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 45px;
}

.connection-main .section-reviews .reviews-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.connection-main .section-title.title--secondary {
  color: #016483;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.14;
}

.connection-main .section-subtitle {
  color: #11375A;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

.connection-main .swiper-container {
  background-color: #fff;
}

.pricing-main {
  background-color: #fff;
  overflow: hidden;
}

.pricing-main .container {
  padding: 0 50px;
}

.pricing-main .container__inner {
  max-width: 1100px;
  padding: 0;
}

.pricing-main .section-title.title--secondary {
  color: #016483;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.14;
}

.pricing-main .section-subtitle {
  color: #11375A;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

.section-title-wrapper {
  margin-bottom: 50px;
}

.section-title-wrapper .section-title {
  margin-bottom: 10px;
}

.parallax-clouds-pricing {
  width: 1600px;
  position: absolute;
  overflow: hidden;
  margin: 0 auto;
  height: 330px;
  top: 300px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 4;
}

.parallax-clouds-pricing.cloud-right {
  z-index: 2;
  top: 250px;
}

.parallax-clouds-pricing .pricing-cloud-img {
  display: block;
}

.parallax-clouds-pricing .pricing-cloud-img img {
  width: 100%;
  height: 100%;
}

.parallax-clouds-pricing #pricing-scene1 {
  position: absolute;
  z-index: 4;
  left: 60px;
  top: 20px;
}

.parallax-clouds-pricing #pricing-scene1 .pricing-cloud-img {
  width: 250px;
  height: 129px;
  -webkit-filter: drop-shadow(20px 34px 30px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(20px 34px 30px rgba(0, 0, 0, 0.25));
}

.parallax-clouds-pricing #pricing-scene2 {
  position: absolute;
  right: 126px;
  bottom: 150px;
  z-index: 4;
}

.parallax-clouds-pricing #pricing-scene2 .pricing-cloud-img {
  width: 255px;
  height: 130px;
  -webkit-filter: drop-shadow(20px 34px 30px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(20px 34px 30px rgba(0, 0, 0, 0.25));
}

.section-offer {
  background-image: url('https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/offerbg1920.svg');
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 1920px;
  background-color: #fff;
  padding-bottom: 60px;
  padding-top: 100px;
  position: relative;
}

.section-offer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background-color: #2B9CCC;
}

.section-offer .uppertitle {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.22;
  margin-bottom: 10px;
  margin-top: 30px;
}

.section-offer .section-title.title--primary {
  color: #FFF;
  margin: 0 auto 90px auto;
}

.section-offer .container {
  position: relative;
  z-index: 1;
}

.section-offer .container__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-offer .offer__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section-offer .offer__cards-item {
  border-radius: 8px;
}

.section-offer .offer__card {
  -webkit-box-shadow: -20px 20px 40px 0px rgba(0, 0, 0, 0.1), 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: -20px 20px 40px 0px rgba(0, 0, 0, 0.1), 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.section-offer .offer__card-header {
  padding: 38px 50px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.section-offer .offer__card-header p {
  text-transform: uppercase;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

.section-offer .offer__card-content {
  padding: 30px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-offer .offer__card-content p {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

.section-offer .offer__card-content picture {
  width: 470px;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 30px auto;
}

.section-offer .offer__card-content picture img {
  width: auto;
  height: 100%;
}

.section-offer .offer__card-table-item p,
.section-offer .offer__card-table-item span,
.section-offer .offer__card-table-item b {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.14;
}

.section-offer .offer__card-footer {
  padding: 33px 50px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-offer .offer__card-footer-link {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.section-offer .offer__card.offer__card--primary {
  width: 570px;
  background-color: #fff;
}

.section-offer .offer__card.offer__card--primary .offer__card-header {
  border-bottom: 1px solid #DADADA;
  background-color: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.section-offer .offer__card.offer__card--primary .offer__card-header p {
  color: #2B9CCC;
}

.section-offer .offer__card.offer__card--primary .offer__card-content .header-text {
  max-width: 400px;
  text-align: center;
  margin: 0 auto 30px auto;
}

.section-offer .offer__card.offer__card--primary .offer__card-content p {
  color: #11375A;
}

.section-offer .offer__card.offer__card--primary .offer__card-price {
  color: #11375A;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  display: none;
}

.section-offer .offer__card.offer__card--primary .offer__card-price-descr {
  display: none;
  color: #11375A;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  opacity: 0.5;
  margin-bottom: 30px;
}

.section-offer .offer__card.offer__card--primary .offer__card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 18px;
}

.section-offer .offer__card.offer__card--primary .offer__card-list-item {
  padding-left: 44px;
  position: relative;
}

.section-offer .offer__card.offer__card--primary .offer__card-list-item:before {
  position: absolute;
  content: " ";
  width: 22px;
  height: 22px;
  left: 0;
  background-size: cover;
  background-image: url('https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/rounded-square.svg');
}

.section-offer .offer__card.offer__card--primary .offer__card-list-item p {
  text-align: start;
  color: #11375A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.section-offer .offer__card.offer__card--primary .offer__card-footer {
  background-color: #F2F2F2;
}

.section-offer .offer__card.offer__card--primary .offer__card-footer-link {
  color: #11375A;
}

.section-offer .offer__card.offer__card--secondary {
  width: 530px;
}

.section-offer .offer__card.offer__card--secondary .offer__card-header {
  border-bottom: 1px solid #1C5982;
  background-color: #133B5F;
}

.section-offer .offer__card.offer__card--secondary .offer__card-header p {
  color: #FFF;
}

.section-offer .offer__card.offer__card--secondary .offer__card-content {
  padding: 30px 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(#11375A), to(#265683));
  background: linear-gradient(180deg, #11375A 0%, #265683 100%);
  -webkit-box-shadow: -20px 20px 40px 0px rgba(0, 0, 0, 0.1), 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: -20px 20px 40px 0px rgba(0, 0, 0, 0.1), 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.section-offer .offer__card.offer__card--secondary .offer__card-content picture {
  margin: 0 auto 10px auto;
}

.section-offer .offer__card.offer__card--secondary .offer__card-content p {
  color: #FFF;
}

.section-offer .offer__card.offer__card--secondary .offer__card-content .header-text {
  max-width: 400px;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 10px;
}

.section-offer .offer__card.offer__card--secondary .offer__card-content .header-text__descr {
  color: #8BA0B3;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  max-width: 400px;
  margin-bottom: -30px;
}

.section-offer .offer__card.offer__card--secondary .offer__card-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid #2B9CCC;
  border-right: 1px solid #2B9CCC;
  border-left: 1px solid #2B9CCC;
  width: 100%;
  max-width: 430px;
}

.section-offer .offer__card.offer__card--secondary .offer__card-table-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-right: 1px solid #2B9CCC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-offer .offer__card.offer__card--secondary .offer__card-table-item p,
.section-offer .offer__card.offer__card--secondary .offer__card-table-item span,
.section-offer .offer__card.offer__card--secondary .offer__card-table-item b {
  padding: 8px;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.14;
}

.section-offer .offer__card.offer__card--secondary .offer__card-table-item:last-child {
  border-right: none;
}

.section-offer .offer__card.offer__card--secondary .offer__card-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #2B9CCC;
}

.section-offer .offer__card.offer__card--secondary .offer__card-footer {
  background-color: #11375A;
}

.section-offer .offer__card.offer__card--secondary .offer__card-footer-link {
  color: #36C3FF;
}

.section-connection {
  background-image: url('https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/bg-blue.svg');
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 1920px;
  background-color: #fff;
  padding-bottom: 60px;
  padding-top: 100px;
  position: relative;
}

@media screen and (min-width: 1920px) {
  .section-connection {
    background-size: 100%;
  }
}

.section-connection::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background-color: #2B9CCC;
}

.section-connection .uppertitle {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.22;
  margin-bottom: 10px;
  margin-top: 30px;
}

.section-connection .section-title.title--primary {
  color: #FFF;
  margin: 0 auto 45px auto;
  max-width: 900px;
}

.section-connection .container {
  position: relative;
  z-index: 1;
}

.section-connection .container__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-connection .connection-block {
  border-radius: 8px;
  background: #FFF;
  -webkit-box-shadow: -20px 20px 40px 0px rgba(0, 0, 0, 0.1), 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: -20px 20px 40px 0px rgba(0, 0, 0, 0.1), 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 80px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 90px;
}

.section-connection .connection-block .odometer {
  color: #11375A;
  text-align: center;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

.section-connection .connection-block .item-row {
  margin-bottom: 5px;
}

.section-connection .connection-block .connection-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 50px;
}

.section-connection .connection-block .connection-cta__item-picture {
  width: 200px;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}

.section-connection .connection-block .connection-cta__item-picture img {
  width: 100%;
  height: 100%;
}

.section-connection .connection-block .odometer-formatting-mark {
  display: none;
}

.section-connection .connection-block__item {
  width: 100%;
  max-width: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-connection .connection-block__item .colored {
  color: #11375A;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  opacity: 0.5;
  margin-bottom: 40px;
}

.section-connection .connection-cta .text-block:not(:first-child) {
  margin-top: 40px;
}

.section-connection .connection-cta .text-block__title, .section-connection .connection-cta .text-block h4 {
  color: #016483;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.14;
  /* 114.286% */
  text-transform: uppercase;
  margin-bottom: 10px;
}

.section-connection .connection-cta .text-block__descr, .section-connection .connection-cta .text-block p {
  color: #11375A;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1em;
}

.section-connection .connection-cta .text-block__descr a, .section-connection .connection-cta .text-block p a {
  color: #11375A;
  border-bottom: 1px solid #2B9CCC;
}

.section-connection .offer__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section-connection .offer__cards-item {
  border-radius: 8px;
}

.section-connection .offer__card {
  -webkit-box-shadow: -20px 20px 40px 0px rgba(0, 0, 0, 0.1), 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: -20px 20px 40px 0px rgba(0, 0, 0, 0.1), 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.section-connection .offer__card-header {
  padding: 38px 50px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.section-connection .offer__card-header p {
  text-transform: uppercase;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

.section-connection .offer__card-content {
  padding: 30px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-connection .offer__card-content p {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

.section-connection .offer__card-content picture {
  width: 470px;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 30px auto;
}

.section-connection .offer__card-content picture img {
  width: auto;
  height: 100%;
}

.section-connection .offer__card-table-item p,
.section-connection .offer__card-table-item span,
.section-connection .offer__card-table-item b {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.14;
}

.section-connection .offer__card-footer {
  padding: 33px 50px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-connection .offer__card-footer-link {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.section-connection .offer__card.offer__card--primary {
  width: 570px;
  background-color: #fff;
}

.section-connection .offer__card.offer__card--primary .offer__card-header {
  border-bottom: 1px solid #DADADA;
  background-color: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.section-connection .offer__card.offer__card--primary .offer__card-header p {
  color: #2B9CCC;
}

.section-connection .offer__card.offer__card--primary .offer__card-content .header-text {
  max-width: 400px;
  text-align: center;
  margin: 0 auto 30px auto;
}

.section-connection .offer__card.offer__card--primary .offer__card-content p {
  color: #11375A;
}

.section-connection .offer__card.offer__card--primary .offer__card-price {
  color: #11375A;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  display: none;
}

.section-connection .offer__card.offer__card--primary .offer__card-price-descr {
  display: none;
  color: #11375A;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  opacity: 0.5;
  margin-bottom: 30px;
}

.section-connection .offer__card.offer__card--primary .offer__card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 18px;
}

.section-connection .offer__card.offer__card--primary .offer__card-list-item {
  padding-left: 44px;
  position: relative;
}

.section-connection .offer__card.offer__card--primary .offer__card-list-item:before {
  position: absolute;
  content: " ";
  width: 22px;
  height: 22px;
  left: 0;
  background-size: cover;
  background-image: url('https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/rounded-square.svg');
}

.section-connection .offer__card.offer__card--primary .offer__card-list-item p {
  text-align: start;
  color: #11375A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.section-connection .offer__card.offer__card--primary .offer__card-footer {
  background-color: #F2F2F2;
}

.section-connection .offer__card.offer__card--primary .offer__card-footer-link {
  color: #11375A;
}

.section-connection .offer__card.offer__card--secondary {
  width: 530px;
}

.section-connection .offer__card.offer__card--secondary .offer__card-header {
  border-bottom: 1px solid #1C5982;
  background-color: #133B5F;
}

.section-connection .offer__card.offer__card--secondary .offer__card-header p {
  color: #FFF;
}

.section-connection .offer__card.offer__card--secondary .offer__card-content {
  padding: 30px 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(#11375A), to(#265683));
  background: linear-gradient(180deg, #11375A 0%, #265683 100%);
  -webkit-box-shadow: -20px 20px 40px 0px rgba(0, 0, 0, 0.1), 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: -20px 20px 40px 0px rgba(0, 0, 0, 0.1), 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.section-connection .offer__card.offer__card--secondary .offer__card-content picture {
  margin: 0 auto 10px auto;
}

.section-connection .offer__card.offer__card--secondary .offer__card-content p {
  color: #FFF;
}

.section-connection .offer__card.offer__card--secondary .offer__card-content .header-text {
  max-width: 400px;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 10px;
}

.section-connection .offer__card.offer__card--secondary .offer__card-content .header-text__descr {
  color: #8BA0B3;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  max-width: 400px;
  margin-bottom: -30px;
}

.section-connection .offer__card.offer__card--secondary .offer__card-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid #2B9CCC;
  border-right: 1px solid #2B9CCC;
  border-left: 1px solid #2B9CCC;
  width: 100%;
  max-width: 430px;
}

.section-connection .offer__card.offer__card--secondary .offer__card-table-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-right: 1px solid #2B9CCC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-connection .offer__card.offer__card--secondary .offer__card-table-item p,
.section-connection .offer__card.offer__card--secondary .offer__card-table-item span,
.section-connection .offer__card.offer__card--secondary .offer__card-table-item b {
  padding: 8px;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.14;
}

.section-connection .offer__card.offer__card--secondary .offer__card-table-item:last-child {
  border-right: none;
}

.section-connection .offer__card.offer__card--secondary .offer__card-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #2B9CCC;
}

.section-connection .offer__card.offer__card--secondary .offer__card-footer {
  background-color: #11375A;
}

.section-connection .offer__card.offer__card--secondary .offer__card-footer-link {
  color: #36C3FF;
}

.section-anchor {
  padding-top: 40px;
  padding-bottom: 50px;
}

.section-anchor .anchors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 90px;
     -moz-column-gap: 90px;
          column-gap: 90px;
  row-gap: 30px;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  padding: 30px;
}

.section-anchor .anchor-link {
  color: #2B9CCC;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.14;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.section-anchor .anchor-link:hover {
  opacity: 0.5;
}

.section-features .list-header {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.section-features .list-header p,
.section-features .list-header span,
.section-features .list-header h3,
.section-features .list-header h4 {
  color: #016483;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.09;
}

.section-features .features-block li {
  color: #4A4A4C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  padding-left: 21px;
  position: relative;
}

.section-features .features-block li::before {
  position: absolute;
  content: "";
  width: 11px;
  height: 9px;
  background-image: url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/check.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.section-features .features-block li:not(:last-of-type) {
  margin-bottom: 10px;
}

.section-features .features-list-wrapper {
  max-width: 220px;
  width: calc(33.33% - 20px);
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section-features .features-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 50px;
  border-bottom: 1px solid #ddd;
}

.section-features .features-block .decor-item {
  width: 24px;
  height: 24px;
  border-radius: 3px;
  background: #82DAFF;
  margin-bottom: 8px;
}

.section-features .feature-divider {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  /* Занимает всю ширину ряда */
  height: 1px;
  background-color: #ddd;
  margin-top: 50px;
  margin-bottom: 50px;
}

.section-faq {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-faq .container__inner {
  padding-bottom: 50px;
  border-bottom: 1px solid #D9D9D9;
}

.faq-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.faq-block .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.faq__item {
  padding-left: 40px;
  width: 100%;
  max-width: 525px;
}

.faq__item-title {
  color: #016483;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  margin-bottom: 10px;
}

.faq__item-title::before {
  position: absolute;
  content: " ";
  left: -40px;
  top: 0;
  width: 24px;
  height: 24px;
  background-image: url('https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/faq-icon.svg');
  background-size: cover;
  background-position: center center;
}

.faq__item-text {
  color: #4A4A4C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

.faq__item-text p {
  margin-bottom: 1em;
}

.section-form {
  padding-bottom: 50px;
  padding-bottom: 150px;
}

.section-form .form-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}

.section-form .form-block__info {
  width: 100%;
  max-width: 430px;
}

.section-form .form-block__info ul li {
  position: relative;
  padding-left: 24px;
  color: #4A4A4C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.56;
}

.section-form .form-block__info ul li:not(:last-of-type) {
  margin-bottom: 10px;
}

.section-form .form-block__info ul li::before {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #4A4A4C;
  left: 7px;
  top: 10px;
}

.section-form .form-block__info ul p {
  color: #4A4A4C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.56;
}

.section-form .info-title {
  color: #4A4A4C;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
}

.section-form .form-wrapper {
  min-width: 620px;
}

.section-form .form-wrapper .form-selector {
  border-radius: 8px 8px 0px 0px;
  background-color: #11375A;
  padding: 23px 30px;
}

.section-form .form-wrapper .form-selector .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.section-form .form-wrapper .form-selector .form-group .nice-select {
  width: 100%;
  border: none;
}

.section-form .form-wrapper .form-selector .form-group .nice-select.open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.section-form .form-wrapper .form-selector .form-group .nice-select.open .list {
  width: 100%;
}

.section-form .form-wrapper .form-selector .nice-select.open .nice-select-dropdown {
  width: 100%;
  margin-top: -4px;
  border-radius: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  background-color: #fff;
  border-top: none;
}

.section-form .form-wrapper .form-selector select {
  display: none;
}

.section-form .form-wrapper .form-selector .label-wrapper {
  width: 100%;
  max-width: 150px;
}

.section-form .form-wrapper .form-selector .label-wrapper label {
  display: inline-block;
  color: #FDFDFD;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.56;
  width: 100%;
  padding-left: 10px;
}

.hs-form-iframe form {
  width: 100%;
  background: #FFF;
  row-gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.hbspt-form {
  border-radius: 8px;
  -webkit-box-shadow: -20px 20px 40px 0px rgba(0, 0, 0, 0.1), 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: -20px 20px 40px 0px rgba(0, 0, 0, 0.1), 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.hbspt-form form {
  width: 100%;
  border-radius: 8px;
  background: #FFF;
  row-gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.hbspt-form form .hs-error-msgs {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: absolute;
  width: 100%;
  max-width: 380px;
  top: -18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 0;
}

.hbspt-form form .hs-error-msgs label {
  max-width: 100%;
  font-size: 12px;
  width: 100%;
  color: red;
}

.hbspt-form form input[type="submit"] {
  margin-left: auto;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  border: none;
  color: #FFF;
  text-align: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 250px;
  min-height: 60px;
  padding: 8px;
  gap: 8px;
  font-family: "LatoWeb";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  border-radius: 8px;
  background: linear-gradient(5deg, #016483 0%, #0BC4FF 100%);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(11, 194, 252, 0.75);
          box-shadow: 0px 0px 30px 0px rgba(11, 194, 252, 0.75);
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.hbspt-form .hs-fieldtype-textarea.hs-input {
  border-radius: 6px;
  background: #ECECF2;
  border: none;
  padding: 8px 20px;
  width: 100%;
  max-width: 380px;
  outline: none;
  resize: none;
  height: 6.7em;
}

.hbspt-form .hs-form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  position: relative;
}

.hbspt-form .hs-form-field .input {
  width: 100%;
  max-width: 380px;
}

.hbspt-form .hs-form-field .input input {
  border: 1px solid transparent;
  outline: none;
  border-radius: 6px;
  background: #ECECF2;
  padding: 8px 20px;
  width: 100%;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.56;
  -webkit-transition: border 0.3s ease-in-out;
  transition: border 0.3s ease-in-out;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
}

.hbspt-form .hs-form-field label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 100%;
  max-width: 150px;
  margin-bottom: 0;
}

.hbspt-form .hs-form-field label span:not(.hs-form-required) {
  padding-left: 3px;
  display: inline-block;
  color: #4A4A4C;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.56;
  width: 100%;
}

.hbspt-form .hs-form-field label .hs-form-required {
  width: 7px;
  color: #2B9CCC;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.56;
  margin-right: 1px;
}

.form {
  width: 100%;
  border-radius: 8px;
  background: #FFF;
  -webkit-box-shadow: -20px 20px 40px 0px rgba(0, 0, 0, 0.1), 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: -20px 20px 40px 0px rgba(0, 0, 0, 0.1), 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 30px;
  row-gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  position: relative;
}

.form .form-group:has(select.error) .nice-select {
  border: 1px solid #EC3434;
}

.form .form-group:has(select.error) .nice-select.wide.open .list {
  border-left: 1px solid #EC3434;
  border-right: 1px solid #EC3434;
  border-bottom: 1px solid #EC3434;
}

.form .form-group:has(select.error) .nice-select.wide.open .list .option {
  color: #EC3434;
}

.form .form-group:has(select.error) .nice-select .current {
  color: #EC3434;
}

.form .form-group input:not([type="checkbox"]) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.form .form-group input.error:not([type="checkbox"]) {
  border: 1px solid #EC3434;
  color: #EC3434;
}

.form .form-group input.error:not([type="checkbox"])::-webkit-input-placeholder {
  color: #EC3434;
}

.form .form-group input.error:not([type="checkbox"])::-moz-placeholder {
  color: #EC3434;
}

.form .form-group input.error:not([type="checkbox"]):-ms-input-placeholder {
  color: #EC3434;
}

.form .form-group input.error:not([type="checkbox"])::-ms-input-placeholder {
  color: #EC3434;
}

.form .form-group input.error:not([type="checkbox"])::placeholder {
  color: #EC3434;
}

.form .form-group.checkboxes {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.form .form-group.textarea {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.form .form-group select {
  display: none;
}

.form .form-group .nice-select {
  width: 100%;
  border-radius: 6px;
  background: #ECECF2;
  height: auto;
  line-height: 1.56;
  padding-left: 0;
  padding-right: 0;
  padding: 8px 20px;
  border: none;
  border: 1px solid transparent;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-transition: border 0.3s ease-in-out;
  transition: border 0.3s ease-in-out;
}

.form .form-group .nice-select-dropdown {
  width: 100%;
  margin-top: 0;
  border-radius: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  background-color: #ECECF2;
}

.form .form-group .nice-select .current {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.56;
}

.form .form-group .nice-select:active {
  outline: none;
  border-color: transparent;
}

.form .form-group .nice-select:focus {
  outline: none;
  border-color: transparent;
}

.form .form-group .nice-select.open {
  outline: none;
  border-color: transparent;
  border-radius: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.form .form-group .nice-select .option {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.form .form-group .nice-select .option.null {
  color: #AAA;
}

.form .form-group .nice-select .option.null.selected.focus {
  color: #000;
}

.form .form-group .nice-select .option.selected {
  font-weight: normal;
}

.form .form-group .nice-select .option:hover {
  color: #000;
}

.form .form-group .nice-select .option:hover,
.form .form-group .nice-select .option.focus,
.form .form-group .nice-select .option.selected.focus {
  background-color: transparent;
}

.form input.error ~ .label-wrapper label {
  color: #EC3434;
}

.form input.error ~ .label-wrapper label.required:before {
  color: #EC3434;
}

.form select.error ~ .label-wrapper label {
  color: #EC3434;
}

.form select.error ~ .label-wrapper label.required:before {
  color: #EC3434;
}

.form .checkpoints {
  width: 100%;
  max-width: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  row-gap: 8px;
}

.form .checkpoints label {
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  width: 100%;
  max-width: 100px;
  color: #4A4A4C;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.92;
}

.form .checkpoints .check {
  display: none;
}

.form .checkpoints .check + span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 16px;
  height: 16px;
  text-align: center;
  border-radius: 2px;
  background: #ECECF2;
}

.form .checkpoints .check + span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  width: 13px;
  height: 10px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  background-image: url('https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/checkbox.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.form .checkpoints .check:checked + span:before {
  opacity: 1;
}

.form .btn {
  margin-left: auto;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: capitalize;
}

.form .label-wrapper {
  width: 100%;
  max-width: 150px;
}

.form .label-wrapper label {
  display: inline-block;
  color: #4A4A4C;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.56;
  width: 100%;
  position: relative;
  padding-left: 10px;
}

.form .label-wrapper label.required:before {
  position: absolute;
  content: '*';
  left: 0;
  width: 7px;
  height: 100%;
  color: #2B9CCC;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.56;
}

.form input {
  border: 1px solid transparent;
  outline: none;
}

.form input:not([type="checkbox"]) {
  border-radius: 6px;
  background: #ECECF2;
  padding: 8px 20px;
  width: 100%;
  max-width: 380px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.56;
  -webkit-transition: border 0.3s ease-in-out;
  transition: border 0.3s ease-in-out;
}

.form input *::-webkit-input-placeholder {
  color: #AAA;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.56;
}

.form input *::-moz-placeholder {
  color: #AAA;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.56;
}

.form input *:-ms-input-placeholder {
  color: #AAA;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.56;
}

.form input *::-ms-input-placeholder {
  color: #AAA;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.56;
}

.form input *::placeholder {
  color: #AAA;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.56;
}

.form textarea {
  border-radius: 6px;
  background: #ECECF2;
  border: none;
  padding: 8px 20px;
  width: 100%;
  max-width: 380px;
  outline: none;
  resize: none;
}

.header.products-header {
  height: 100%;
}

.header.products-header .header__nav ul li a {
  color: #909092;
}

.header.products-header .header__nav ul li a:hover {
  color: #09C2FC;
}

.header.products-header .header__nav ul li a:active {
  font-weight: 700;
  color: #4A4A52;
}

.header.products-header .header__nav ul li a.current {
  font-weight: 700;
  color: #4A4A52;
}

.header.products-header.solutions-page .header__nav ul li a {
  color: #909092;
}

.header.products-header.solutions-page .header__nav ul li a:hover {
  color: #09C2FC;
}

.header.products-header.solutions-page .header__nav ul li a:active {
  font-weight: 700;
  color: #09C2FC;
}

.header.products-header.solutions-page .header__nav ul li a.current {
  font-weight: 700;
  color: #09C2FC;
}

.header.products-header .header__wrapper-inner ul li a {
  color: #909092;
}

.header.products-header .header__wrapper-inner ul li a:hover {
  color: #09C2FC;
}

.header.products-header .header__wrapper-inner ul li a:active {
  font-weight: 700;
  color: #4A4A52;
}

.header.products-header .header__panel-wrapper.opacity .header__nav ul li a {
  color: #4A4A52;
}

.header.products-header .header__panel-wrapper.opacity .header__nav ul li a.current {
  font-weight: 700;
  color: #4A4A52;
}

.header.products-header .header__panel-wrapper.opacity .header__wrapper-inner ul li a {
  color: #4A4A52;
}

.products-main {
  overflow: hidden;
  position: relative;
  background-color: white;
}

.products-main .section-certified .parallax-clouds-certified {
  width: 1620px;
}

.products-main .section-certified .parallax-clouds-certified #certified-scene1 {
  left: 1293px;
}

.products-main .section-certified .parallax-clouds-certified #certified-scene2 {
  right: 1200px;
}

.parallax-clouds-products {
  width: 1620px;
  position: absolute;
  overflow: visible;
  margin: 0 auto;
  height: 445px;
  top: 265px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 4;
}

.parallax-clouds-products .products-cloud-img {
  display: block;
}

.parallax-clouds-products .products-cloud-img img {
  width: 100%;
  height: 100%;
}

.parallax-clouds-products #product-scene1 {
  position: absolute;
  z-index: 4;
  left: 0;
  top: 0;
}

.parallax-clouds-products #product-scene1 .products-cloud-img {
  width: 296px;
  height: 154px;
}

.parallax-clouds-products #product-scene2 {
  position: absolute;
  left: 145px;
  top: 55px;
  z-index: 4;
}

.parallax-clouds-products #product-scene2 .products-cloud-img {
  width: 526px;
  height: 286px;
  -webkit-filter: drop-shadow(20px 34px 30px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(20px 34px 30px rgba(0, 0, 0, 0.25));
}

.parallax-clouds-products #product-scene3 {
  position: absolute;
  right: 281px;
  top: 45px;
  z-index: 4;
}

.parallax-clouds-products #product-scene3 .products-cloud-img {
  width: 295px;
  height: 150px;
  -webkit-filter: drop-shadow(20px 34px 30px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(20px 34px 50px rgba(0, 0, 0, 0.25));
}

.parallax-clouds-products #product-scene4 {
  position: absolute;
  right: 78px;
  bottom: 0;
  z-index: 4;
}

.parallax-clouds-products #product-scene4 .products-cloud-img {
  width: 296px;
  height: 154px;
}

.section-principles {
  padding-top: 100px;
  background-color: #fff;
}

.section-principles .container__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-principles .principles-swiper {
  position: relative;
  margin-top: -185px;
}

.section-principles .principles-swiper--desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-principles .principles-swiper--mobile {
  display: none;
}

.section-principles .product-platform-wrapper {
  position: relative;
  width: 1050px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-principles .product-platform-wrapper .dashboard-items-lines {
  position: absolute;
  width: 1050px;
  height: 276px;
  z-index: 11;
  top: 300px;
}

.section-principles .product-platform-wrapper .dashboard-items-lines img {
  margin-left: 57px;
}

.section-principles .product-platform-wrapper .product-wrapper__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-principles .section-title.title--primary {
  margin-bottom: 30px;
}

.section-principles .uppertitle {
  color: #2B9CCC;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.22;
  margin-bottom: 10px;
}

.section-principles .product-block {
  border-radius: 60px;
  background: linear-gradient(224deg, #36C3FF 0%, #2B9CCC 100%, #016483 100%);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  width: 100%;
  max-width: 650px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 28px 30px 0 30px;
}

.section-principles .product-block__title {
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.09;
  margin-bottom: 10px;
}

.section-principles .product-block__subtitle {
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.09;
  margin-bottom: 31px;
}

.section-principles .product-block__img {
  margin-bottom: 372px;
  width: 280px;
  height: 220px;
}

.section-principles .product-block__img img {
  width: 100%;
  height: 100%;
}

.section-principles .principles-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 45px;
     -moz-column-gap: 45px;
          column-gap: 45px;
  margin-bottom: -89px;
  z-index: 10;
}

.section-principles .principles-swiper {
  background-color: transparent;
}

.section-principles .principles-item {
  border-radius: 30px;
  background: #FFF;
  -webkit-box-shadow: 0px 20px 24px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 20px 24px 0px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 320px;
  padding: 0 30px 40px 30px;
  min-height: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.section-principles .principles-item__header {
  margin-bottom: 30px;
}

.section-principles .principles-item__header picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 80px;
  height: 90px;
  margin-top: 23px;
}

.section-principles .principles-item__header picture img {
  width: 100%;
  height: auto;
}

.section-principles .principles-item__link {
  color: #016483;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.22;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-principles .principles-item__link img {
  padding-left: 10px;
}

.section-principles .principles-item__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.section-principles .principles-item__content-title {
  color: #1D1D20;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.09;
  margin-bottom: 10px;
}

.section-principles .principles-item__content-text {
  color: #4A4A4C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
}

.section-principles .principles-item__footer {
  margin-top: auto;
}

.section-dashboard {
  background: radial-gradient(50% 50% at 50% 50%, #FFF 0%, #E0E1E9 100%);
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-dashboard .dashboard-header-line {
  position: absolute;
  top: 89px;
  left: 0;
  width: 100%;
}

.section-dashboard .dashboard-header-line img {
  margin-left: 46px;
}

.section-dashboard .dashboard-picture {
  position: relative;
  width: 324px;
  height: 260px;
}

.section-dashboard .dashboard-picture img {
  width: 100%;
}

.section-dashboard .container {
  /*min-width: 1920px;*/
  padding: 0;
}

.section-dashboard .container__wrapper {
  /*width: 1920px;*/
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0;
}

.section-dashboard .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: visible;
  width: 1440px;
  padding: 0;
  margin: 0 auto;
}

.section-dashboard .wrapper__inner {
  width: 1050px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.section-dashboard .wrapper .picture-bottom {
  margin-right: auto;
  margin-left: -36px;
  position: relative;
  width: 571px;
  height: 204px;
}

.section-dashboard .wrapper .picture-bottom picture {
  width: 100%;
  height: 100%;
}

.section-dashboard .wrapper .picture-bottom picture img {
  width: 100%;
  height: auto;
}

.section-dashboard .wrapper .picture-bottom:before {
  position: absolute;
  content: '';
  width: 0.292%;
  height: 125px;
  background-color: #016483;
  bottom: -121px;
  left: 4px;
}

.section-dashboard .title-dashboard {
  color: #016483;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
  max-width: 619px;
  margin-bottom: 30px;
  margin-top: 150px;
}

.section-products {
  background-color: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-products__item:nth-child(odd) {
  background-color: #F5F5F7;
}

.section-products__list {
  width: 100%;
  min-width: 1920px;
}

.section-products .wrapper {
  width: 1558px;
  margin: 0 auto;
}

.section-products .item-content {
  width: 100%;
  max-width: 440px;
  margin-top: 120px;
  margin-right: 22px;
  z-index: 5;
}

.section-products .item-content__title {
  color: #4A4A4C;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
}

.section-products .item-content__descr {
  color: #86868B;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 30px;
}

.section-products .item-content__link {
  display: inline-block;
  color: #2B9CCC;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.section-products .item-img-wrapper--static {
  width: 400px;
  height: 438px;
  margin-right: 152px;
  z-index: 2;
}

.section-products .item-img-wrapper--static img {
  width: 100%;
  height: 100%;
}

.section-products .item-img-wrapper--product {
  width: 548px;
  height: 510px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0;
  z-index: 2;
}

.section-products .item-img-wrapper--product picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-products .item-img-wrapper--product.mobile {
  display: none;
}

.section-products .item-img-wrapper--product img {
  width: 100%;
  height: 100%;
}

.section-products__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.section-products__item-inner .product-item__bg {
  position: absolute;
  width: 1200px;
  height: 250px;
  bottom: 120px;
  left: 198px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-custom-solutions {
  background: radial-gradient(50% 50% at 50% 50%, #FFF 0%, #E0E1E9 100%);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-custom-solutions .btn__custom-solutions {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: unset;
}

.section-custom-solutions .container {
  padding: 70px 0px 50px 0px;
  min-width: 1920px;
}

.section-custom-solutions .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  overflow: visible;
  width: 1920px;
  padding: 0;
  margin: 0 auto;
  padding-left: 435px;
}

.section-custom-solutions .custom-solutions__content {
  width: 100%;
  max-width: 430px;
}

.section-custom-solutions .custom-solutions__title {
  color: #4A4A4A;
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.53;
}

.section-custom-solutions .custom-solutions__text {
  color: #4A4A4A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 30px;
}

.section-custom-solutions .custom-solutions__img {
  width: 780px;
  height: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-custom-solutions .custom-solutions__img img {
  width: auto;
  height: 100%;
}

.section-certified {
  padding-top: 124px;
  padding-bottom: 150px;
  background: #FFF;
  position: relative;
  width: 100%;
}

.section-certified .parallax-clouds-certified {
  width: 1520px;
  position: absolute;
  overflow: visible;
  margin: 0 auto;
  height: 445px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 4;
}

.section-certified .parallax-clouds-certified .certified-cloud-img {
  display: block;
}

.section-certified .parallax-clouds-certified .certified-cloud-img img {
  width: 100%;
  height: 100%;
}

.section-certified .parallax-clouds-certified #certified-scene1 {
  position: absolute;
  z-index: 4;
  left: 193px;
  bottom: 159px;
}

.section-certified .parallax-clouds-certified #certified-scene1 .certified-cloud-img {
  width: 303px;
  height: 148px;
  -webkit-filter: drop-shadow(20px 34px 30px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(20px 34px 30px rgba(0, 0, 0, 0.25));
}

.section-certified .parallax-clouds-certified #certified-scene2 {
  position: absolute;
  right: 340px;
  top: 0;
  z-index: 4;
}

.section-certified .parallax-clouds-certified #certified-scene2 .certified-cloud-img {
  width: 303px;
  height: 148px;
  -webkit-filter: drop-shadow(20px 34px 30px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(20px 34px 30px rgba(0, 0, 0, 0.25));
}

.section-certified .container {
  position: relative;
  z-index: 5;
}

.section-certified .container__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-certified .section-title.title--secondary {
  color: #4A4A4C;
  text-align: center;
  font-size: 52px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.53;
}

.section-certified .section-title.title--secondary b {
  color: #4A4A4C;
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.53;
}

.section-certified .certified__title {
  width: 100%;
  max-width: 706px;
  margin-bottom: 10px;
}

.section-certified .certified__subtitle {
  color: #4A4A4A;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 45px;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.section-certified .certified-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-certified .swiper-container {
  position: relative;
  width: 980px;
  background-color: transparent;
  padding: 75px;
  margin: -43px;
}

.section-certified .swiper-container.fix-width {
  width: 980px;
  max-width: 100%;
  overflow: visible;
}

.section-certified .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.section-certified .swiper-slide.slide-opacity {
  opacity: 1;
}

.section-certified .swiper-slide-active {
  opacity: 1;
}

.section-certified .swiper-slide-prev,
.section-certified .swiper-slide-next {
  opacity: 0.5;
}

.section-certified .swiper-slide-prev:hover,
.section-certified .swiper-slide-next:hover {
  opacity: 1;
}

.section-certified .swiper-pagination {
  bottom: 30px;
}

.section-certified .certified-card {
  width: 100%;
  max-width: 260px;
  min-height: 340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 28px;
  position: relative;
}

.section-certified .certified-card:before {
  position: absolute;
  content: '';
  width: 22px;
  height: 22px;
  background-image: url('https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/rounded-square.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  top: -11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section-certified .certified-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
  gap: 20px;
}

.section-certified .certified-card__img {
  width: 150px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-certified .certified-card__img img {
  width: 100%;
  height: 100%;
}

.section-certified .certified-card__main {
  margin-bottom: auto;
}

.section-certified .certified-card__text {
  color: #4A4A4A;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.14;
  opacity: 0.3;
}

.section-certified .certified-card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-certified .certified-card__status {
  color: #4A4A4A;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.14;
  margin-bottom: 10px;
}

.section-certified .certified-card__date {
  color: #016483;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.11;
}

.header.services-header {
  height: 100%;
}

.services-main {
  background-color: #fff;
  overflow: hidden;
  position: relative;
}

.parallax-clouds-services {
  width: 1400px;
  position: absolute;
  overflow: visible;
  margin: 0 auto;
  height: 630px;
  top: 300px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 4;
}

.parallax-clouds-services .services-cloud-img {
  display: block;
}

.parallax-clouds-services .services-cloud-img img {
  width: 100%;
  height: 100%;
}

.parallax-clouds-services #services-scene1 {
  position: absolute;
  z-index: 4;
  left: 63px;
  top: 20px;
}

.parallax-clouds-services #services-scene1 .services-cloud-img {
  width: 250px;
  height: 129px;
  -webkit-filter: drop-shadow(20px 34px 30px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(20px 34px 30px rgba(0, 0, 0, 0.25));
}

.parallax-clouds-services #services-scene2 {
  position: absolute;
  right: 66px;
  bottom: 111px;
  z-index: 4;
}

.parallax-clouds-services #services-scene2 .services-cloud-img {
  width: 255px;
  height: 130px;
  -webkit-filter: drop-shadow(20px 34px 30px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(20px 34px 30px rgba(0, 0, 0, 0.25));
}

.parallax-clouds-services:hover ~ .section-services .services-item:nth-child(1) .services-item__aside {
  background-color: #2B9CCC;
}

.parallax-clouds-services:hover ~ .section-services .services-item:nth-child(1) .services-item__aside .aside__title {
  color: white;
}

.parallax-clouds-services:hover ~ .section-services .services-item:nth-child(1) .services-item__aside .aside__text {
  color: white;
}

.section-services {
  padding-top: 100px;
  padding-bottom: 150px;
}

.section-services .uppertitle {
  color: #2B9CCC;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.22;
  margin-bottom: 10px;
}

.section-services .section-title.title--primary {
  margin-bottom: 100px;
}

.section-services .section-title.title--primary b {
  color: #2B9CCC;
}

.section-services .section-title.title--primary strong {
  color: #2B9CCC;
}

.section-services .container__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-services .services-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 50px;
  width: 100%;
  max-width: 1100px;
}

.section-services .services-wrapper__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-services .services-lists-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  max-width: 500px;
  width: 100%;
}

.section-services .services-item {
  border-radius: 8px;
  background: #FFF;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-services .services-item__aside {
  border-radius: 8px 0px 0px 8px;
  background-color: #F7F7FC;
  padding: 50px 35px 35px 35px;
  width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.section-services .services-item:hover .services-item__aside {
  background-color: #2B9CCC;
}

.section-services .services-item:hover .aside__title {
  color: #fff;
}

.section-services .services-item:hover .aside__text {
  color: #fff;
}

.section-services .services-item__content {
  padding: 70px 50px;
  width: 100%;
}

.section-services .services-item .two-columns #columnList {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.section-services .services-item__content-text {
  color: #4A4A4C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 14px;
  width: 100%;
  max-width: 500px;
}

.section-services .services-item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 500px;
  max-height: 182px;
}

.section-services .services-item__list-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
  width: 100%;
  max-width: 500px;
}

.section-services .services-item__list-item {
  color: #4A4A4C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  padding-left: 21px;
  position: relative;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}

.section-services .services-item__list-item::before {
  position: absolute;
  content: "";
  width: 11px;
  height: 9px;
  background-image: url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/check.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  left: 0;
  top: 7px;
}

.section-services .services-item__list-item.item-arrow-decor {
  padding-left: 31px;
}

.section-services .services-item__list-item.item-arrow-decor::before {
  position: absolute;
  content: "";
  width: 21px;
  height: 19px;
  background-image: url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/item-arrow.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.section-services .services-item__list-item .item-title {
  color: #4A4A4C;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 5px;
}

.section-services .services-item__list-item .item-text {
  color: #4A4A4C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  opacity: 0.7;
}

.section-services .services-item .block-checked_list_block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
  width: 100%;
  max-width: 500px;
}

.section-services .services-item .block-checked_list_block li {
  color: #4A4A4C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  padding-left: 21px;
  position: relative;
}

.section-services .services-item .block-checked_list_block li::before {
  position: absolute;
  content: "";
  width: 11px;
  height: 9px;
  background-image: url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/check.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.section-services .services-item .block-triangle_list_block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
  width: 100%;
  max-width: 500px;
}

.section-services .services-item .block-triangle_list_block li {
  color: #4A4A4C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  padding-left: 21px;
  position: relative;
}

.section-services .services-item .block-triangle_list_block li.item-arrow-decor {
  padding-left: 31px;
}

.section-services .services-item .block-triangle_list_block li.item-arrow-decor::before {
  position: absolute;
  content: "";
  width: 21px;
  height: 19px;
  background-image: url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/item-arrow.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.section-services .services-item .block-triangle_list_block li .item-title {
  color: #4A4A4C;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 5px;
}

.section-services .services-item .block-triangle_list_block li .item-text {
  color: #4A4A4C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  opacity: 0.7;
}

.section-services .aside__picture {
  width: 200px;
  height: 190px;
  margin-bottom: 10px;
}

.section-services .aside__picture picture {
  display: block;
  width: 100%;
  height: 100%;
}

.section-services .aside__picture picture img {
  width: 100%;
  height: 100%;
}

.section-services .aside__title {
  color: #4A4A4C;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.section-services .aside__text {
  color: #4A4A4C;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.section-services .content-header__title {
  color: #2B9CCC;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.16;
  margin-bottom: 5px;
}

.section-services .content-header__subtitle {
  color: #4A4A4C;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.16;
  margin-bottom: 16px;
  width: 100%;
  max-width: 680px;
}

.section-services .logos-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  margin-top: 16px;
}

.section-services .logos-item picture {
  display: block;
  width: 34px;
  height: 30px;
}

.section-services .logos-item picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header.bg-grey .header__panel-wrapper {
  background-color: #D9D9D9;
}

.solutions-main {
  background-color: #fff;
  overflow: hidden;
  position: relative;
}

.solutions-main .section-certified {
  background-color: #F5F5F7;
}

.company-main {
  background-color: #fff;
}

.parallax-clouds-assignment {
  width: 1920px;
  position: absolute;
  overflow: visible;
  margin: 0 auto;
  height: 413px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 4;
}

.parallax-clouds-assignment .assignment-cloud-img {
  display: block;
}

.parallax-clouds-assignment .assignment-cloud-img img {
  width: 100%;
  height: 100%;
}

.parallax-clouds-assignment #assignment-scene1 {
  position: absolute;
  z-index: 4;
  left: 40px;
  top: -130px;
}

.parallax-clouds-assignment #assignment-scene1 .assignment-cloud-img {
  width: 470px;
  height: 239px;
  -webkit-filter: drop-shadow(24.80034px 29.76042px 62.00088px rgba(74, 74, 76, 0.25));
          filter: drop-shadow(24.80034px 29.76042px 62.00088px rgba(74, 74, 76, 0.25));
}

.solution-fs {
  background-color: #1D1D20;
  padding-top: 100px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.solution-fs__container-wrapper {
  position: relative;
  width: 1920px;
}

.solution-fs__bg {
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#1D1D20), color-stop(50%, #4F4F57), color-stop(95.83%, #1D1D20));
  background: linear-gradient(180deg, #1D1D20 0%, #4F4F57 50%, #1D1D20 95.83%);
  width: 1512px;
  height: 710px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-53%);
      -ms-transform: translateX(-53%);
          transform: translateX(-53%);
  bottom: 215px;
}

.solution-fs__bg img {
  width: 100%;
  height: 100%;
}

.solution-fs__bg-wrapper {
  margin: 0 auto;
  position: relative;
  width: 100vw;
  max-width: 1577px;
}

.solution-fs .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0 auto;
}

.solution-fs .container__inner {
  margin: 0;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.solution-fs__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 795px;
}

.solution-fs .uppertitle {
  color: #2B9CCC;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.22;
  margin-bottom: 10px;
}

.solution-fs .section-title.title--primary {
  color: #FFF;
  text-align: center;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.14;
  max-width: 1041px;
}

.solution-fs .section-title.title--primary span,
.solution-fs .section-title.title--primary b
{
  color: #23CBFF;
}
.solution-fs .section-title.title--primary strong
{
  color: #23CBFF;
}

.solution-fs-bg__data-left-side {
  position: absolute;
  left: -75px;
  width: 364px;
  height: 969px;
  bottom: 96px;
}

.solution-fs-bg__data-left-side img {
  width: 100%;
  height: 100%;
}

.solution-fs-bg__data-left-side svg {
  width: 100%;
  height: 100%;
}

.solution-fs-bg__data-right-side {
  position: absolute;
  right: -72px;
  width: 358px;
  height: 941px;
  bottom: 124px;
}

.solution-fs-bg__data-right-side img {
  width: 100%;
  height: 100%;
}

.solution-fs-bg__data-right-side svg {
  width: 100%;
  height: 100%;
}

.solution-fs-bg__girl-at-desk {
  position: absolute;
  bottom: 245px;
  left: 54%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 556px;
  height: 535px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.solution-fs-bg__girl-at-desk img {
  width: 100%;
  height: 100%;
}

.solution-fs-bg__stroke-right {
  position: absolute;
  right: 23px;
  bottom: 217px;
  width: 400px;
  height: 750px;
}

.solution-fs-bg__stroke-left {
  position: absolute;
  left: 27px;
  bottom: 214px;
  width: 371px;
  height: 760px;
}

.solution-fs-bg__line-left {
  position: absolute;
  width: 366px;
  height: 22px;
  left: 391px;
  bottom: 498px;
  overflow: hidden;
}

.solution-fs-bg__line-left svg {
  width: auto;
  height: 100%;
}

.solution-fs-bg__line-right {
  position: absolute;
  width: 302px;
  height: 22px;
  right: 381px;
  bottom: 485px;
  overflow: hidden;
}

.solution-fs-bg__line-right svg {
  width: auto;
  height: 100%;
}

.solution-fs .solution-fs__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 614px;
  margin: 0 auto;
}

.solution-fs .solution-fs__footer .rating-block {
  margin-bottom: 30px;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.solution-fs .solution-fs__footer .rating-block picture {
  width: 44px;
  height: 43px;
}

.solution-fs .solution-fs__footer .rating-block picture img {
  width: 100%;
  height: 100%;
}

.solution-fs .solution-fs__footer-title {
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 7px;
}

.solution-fs .solution-fs__footer-text {
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.11;
}

.solution-fs .solution-fs__footer-text span {
  color: #0BC4FF;
}

.section-assignment {
  padding-top: 100px;
  padding-bottom: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 156, 204, 0.3)), color-stop(54.17%, rgba(130, 218, 255, 0.3)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(180deg, rgba(43, 156, 204, 0.3) 0%, rgba(130, 218, 255, 0.3) 54.17%, rgba(255, 255, 255, 0.3) 100%);
  overflow: visible;
  position: relative;
}

.section-assignment .container {
  position: relative;
  z-index: 1;
  padding: 0;
}

.section-assignment .container__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  width: 1460px;
  padding: 0;
}

.section-assignment .btn-cta {
  position: relative;
  z-index: 5;
}

.section-assignment-bg {
  position: absolute;
  width: 1920px;
  height: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.section-assignment-bg picture {
  width: 100%;
  height: 100%;
  display: block;
}

.section-assignment-bg picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  min-height: 800px;
}

.section-assignment .section-title.title--secondary {
  color: #4A4A4C;
  text-align: center;
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 16px;
  max-width: 615px;
}

.section-assignment .assignment__subtitle {
  color: #2B9CCC;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.14;
  margin-bottom: 45px;
}

.section-assignment .assignment-card {
  width: 440px;
  min-height: 630px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px;
  border-radius: 30px;
  background: #FFF;
  -webkit-box-shadow: 0px 20px 24px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 20px 24px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.section-assignment .assignment-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-assignment .assignment-card__header-title {
  color: #016483;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
}

.section-assignment .assignment-card__header-title span {
  display: inline-block;
  width: 100%;
  color: #4A4A4A;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.16;
  margin-top: 10px;
}

.section-assignment .assignment-card__img {
  margin-bottom: 30px;
  width: 210px;
  height: 145px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-assignment .assignment-card__img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.section-assignment .assignment-card__main {
  width: 100%;
  max-width: 300px;
}

.section-assignment .assignment-card__main p {
  color: #4A4A4A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
}

.section-assignment .assignment-card ul {
  margin-top: 30px;
}

.section-assignment .assignment-card ul li {
  padding-left: 21px;
  margin-bottom: 3px;
  position: relative;
  color: #4A4A4A;
}

.section-assignment .assignment-card ul li::before {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #4A4A4C;
  left: 7px;
  top: 10px;
}

.section-assignment .swiper-container {
  position: relative;
  width: 1440px;
  max-width: 1440px;
  background-color: transparent;
  padding: 75px;
  margin: -43px;
}

.section-assignment .swiper-container.fix-width {
  width: 1440px;
  overflow: visible;
}

.section-assignment .assignment-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-assignment .swiper-pagination {
  bottom: 65px;
}

.section-assignment .swiper-wrapper {
  margin-bottom: 40px;
}

.section-assignment .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  border-radius: 30px;
  background: #FFF;
  -webkit-box-shadow: 0px 20px 24px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 20px 24px 0px rgba(0, 0, 0, 0.1);
}

.section-assignment .swiper-slide.slide-opacity {
  opacity: 1;
}

.section-assignment .swiper-slide.slide-opacity.swiper-slide-next .assignment-card {
  opacity: 1;
}

.section-assignment .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.section-assignment .swiper-slide.swiper-slide-active .assignment-card {
  opacity: 1;
}

.section-assignment .swiper-slide.swiper-slide-next {
  opacity: 1;
}

.section-assignment .swiper-slide.swiper-slide-next .assignment-card {
  opacity: 0.5;
}

.section-assignment .swiper-slide.swiper-slide-next .assignment-card:hover {
  opacity: 1;
}

.section-assignment .swiper-slide.swiper-slide-prev .assignment-card {
  opacity: 0.5;
}

.section-assignment .swiper-slide.swiper-slide-prev .assignment-card:hover {
  opacity: 1;
}

.section-assignment .swiper-button-next {
  right: 470px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
}

.section-assignment .swiper-button-prev {
  left: 470px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
}

.company-page {
  background-color: #fff;
}

.section-about-company {
  padding-top: 100px;
  padding-bottom: 150px;
}

.section-about-company .container__inner {
  max-width: 1150px;
}

.section-about-company .section-title.title--primary {
  margin-bottom: 100px;
}

.section-about-company .uppertitle {
  color: #2B9CCC;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.22;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.section-about-company .our-mission {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section-about-company .our-mission__content {
  width: 100%;
  max-width: 391px;
  position: relative;
}

.section-about-company .our-mission__content-title {
  color: #4A4A4C;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.16;
  margin-bottom: 10px;
}

.section-about-company .our-mission__content-text {
  color: #11375A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.28;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 20px;
}

.section-about-company .our-mission__image .our-mission__picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 14px;
  width: 690px;
  height: 420px;
  /* Cloud Shadow */
}

.section-about-company .our-mission__image .our-mission__picture img {
  border-radius: 14px;
  width: auto;
  height: 100%;
  -webkit-box-shadow: 20px 34px 50px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 20px 34px 50px 0px rgba(0, 0, 0, 0.25);
}

.section-about-company .quick-facts {
  margin-bottom: 50px;
}

.section-about-company .quick-facts__title {
  color: #4A4A4C;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.16;
  margin-bottom: 30px;
}

.section-about-company .quick-facts__stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section-about-company .quick-facts__stat-item {
  width: 100%;
  max-width: 250px;
  position: relative;
  min-height: 90px;
}

.section-about-company .quick-facts__stat-item:first-child {
  padding: 0 20px 0 0;
  max-width: 230px;
}

.section-about-company .quick-facts__stat-item:not(:first-child) {
  padding: 0 20px;
}

.section-about-company .quick-facts__stat-item:not(:first-child):before {
  content: " ";
  position: absolute;
  width: 1px;
  height: 100%;
  min-height: 90px;
  background: #E0E1E9;
  top: 0;
  left: 0;
}

.section-about-company .quick-facts__stat-item:last-child {
  padding-left: 20px;
  padding-right: 0;
}

.section-about-company .stat-item-title {
  color: #2B9CCC;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.21;
  margin-bottom: 4px;
}

.section-about-company .stat-item-text {
  color: #11375A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.28;
}

.section-about-company .creating-reasons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 30px;
}

.section-about-company .creating-reasons__content-title {
  color: #4A4A4C;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.16;
  margin-bottom: 10px;
}

.section-about-company .creating-reasons__content-text {
  color: #11375A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.28;
  width: 100%;
  max-width: 391px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 20px;
}

.section-about-company .creating-reasons__content-text img {
  display: none;
}

@media (max-width: 480px) {
  .section-about-company .creating-reasons__content-text img {
    display: block;
  }
}

.section-about-company .creating-reasons__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 690px;
  height: 350px;
}

.section-about-company .creating-reasons__image img {
  width: 100%;
  height: 100%;
}

.company-cloud-wrapper {
  position: relative;
}

.parallax-clouds-company {
  width: 320px;
  position: absolute;
  overflow: visible;
  margin: 0 auto;
  height: 190px;
  z-index: 4;
  bottom: 50%;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  left: -129px;
}

.parallax-clouds-company .rellax-company {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-filter: drop-shadow(20px 34px 30px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(20px 34px 30px rgba(0, 0, 0, 0.25));
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.parallax-clouds-company.company-right {
  z-index: 0;
  top: 250px;
}

.parallax-clouds-company .company-cloud-img {
  display: block;
}

.parallax-clouds-company .company-cloud-img img {
  width: 100%;
  height: 100%;
}

.parallax-clouds-company #company-scene1 {
  position: absolute;
  z-index: 4;
  left: 0;
  top: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: visible;
}

.parallax-clouds-company #company-scene1 .company-cloud-img {
  overflow: visible;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.parallax-clouds-company #company-scene1 .company-cloud-img img {
  width: 250px;
  height: 129px;
  margin: 30px;
}

.blog-page {
  background-color: #fff;
}

/* Стили для табов */
.tab {
  display: none;
  width: 100%;
}

/* Стили для активного таба */
.active-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-resources {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-resources .container__inner {
  max-width: 1160px;
}

.section-resources .resources-title {
  font-family: 'LatoWeb', serif;
  color: #4A4A4C;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.11;
  margin-bottom: 30px;
}

.section-resources .active-tab {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 70px;
}

.section-resources .post-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-resources .post-item__link-wrapper {
  display: block;
  height: 100%;
}

.section-resources .post-item__big-picture {
  width: 100%;
  border-radius: 20px;
  -webkit-box-shadow: 20px 34px 50px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 20px 34px 50px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 70px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section-resources .post-item__big-picture .tag {
  border: 1px solid transparent;
  background: transparent;
  padding: 0;
}

.section-resources .post-item__big-picture .post-item__content {
  padding-right: 40px;
  padding-top: 40px;
  padding-left: 40px;
  padding-bottom: 40px;
  width: 100%;
  max-width: 420px;
}

.section-resources .post-item__big-picture .post-item__content::before {
  display: none;
}

.section-resources .post-item__big-picture .post-item__content-title {
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.19;
  word-wrap: break-word;
}

.section-resources .post-item__big-picture .post-item__content-text {
  margin-bottom: 10px;
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.section-resources .post-item__big-picture .post-item__content-text .secondary {
  color: #4A4A4C;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.57;
  margin-top: 10px;
}

.section-resources .post-item__big-picture .post-item__aside {
  padding-left: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 100%;
}

.section-resources .post-item__big-picture .post-item__aside .aside-big-picutre-link {
  width: 100%;
  height: 100%;
}

.section-resources .post-item__big-picture .post-item__aside .aside-big-picutre {
  width: 100%;
  height: 520px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.section-resources .post-item__big-picture .post-item__aside .aside-big-picutre img {
  width: 100%;
  height: 100%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-resources .post-item__content {
  position: relative;
  padding-right: 50px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.section-resources .post-item__content:before {
  position: absolute;
  content: '';
  right: 0;
  height: 100%;
  width: 1px;
  background-color: #E0E1E9;
}

.section-resources .post-item__content-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.section-resources .post-item__content-title {
  color: #1D1D20;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.14;
  margin-bottom: 10px;
}

.section-resources .post-item__content-text {
  overflow: hidden;
  color: #4A4A4C;
  text-overflow: ellipsis;
  whitespace: nowrap;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.44;
  margin-bottom: 20px;
  height: 78px;
}

.section-resources .post-item__link {
  color: #2B9CCC;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.11;
}

.section-resources .post-item__aside {
  padding-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 10px;
  width: 150px;
}

.section-resources .tag {
  color: #2B9BCB;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  padding: 4px 20px;
  border-radius: 20px;
  border: 1px solid #2B9CCC;
  background: transparent;
  margin-bottom: 10px;
}

.section-resources .aside-header {
  margin-bottom: 10px;
}

.section-resources .aside-header-text {
  color: #5D727F;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.14;
  white-space: nowrap;
}

.section-resources .aside-picture {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 1px solid #D9D9D9;
}

.section-resources .aside-picture img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.section-resources .aside-footer .text-bold {
  color: #5D727F;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.14;
  text-align: center;
}

.section-resources .aside-footer .text-normal {
  color: #5D727F;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagination-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}

.pagination-buttons .pagination-button {
  padding: 1px 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagination #page-info {
  color: #909092;
  text-align: center;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.85;
}

.pagination #prevPage {
  background-color: transparent;
  cursor: pointer;
}

.pagination #prevPage svg {
  fill: transparent;
}

.pagination #nextPage {
  background-color: transparent;
  cursor: pointer;
}

.pagination #nextPage svg {
  fill: transparent;
}

.pagination #dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.pagination .dot {
  background-color: #D9D9D9;
  width: 10px;
  height: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  cursor: pointer;
}

.pagination .active-dot {
  background-color: #2B9CCC;
}

.pagination .disabled {
  pointer-events: none;
  opacity: 0.5;
}

.pagination .disabled svg path {
  stroke: #D9D9D9;
}

@-webkit-keyframes changeOpacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes changeOpacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

/* Скрываем кнопку очистки в элементе поиска */
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 10px;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
}

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

.tabs__search .search-button {
  background-color: transparent;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.tabs__search input {
  background-color: transparent;
  outline: none;
  border: none;
  width: 100%;
  max-width: 108px;
  color: #5C696D;
  font-family: 'LatoWeb', serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.14;
  padding: 0;
}

.tabs__search input::-webkit-input-placeholder {
  color: #5C696D;
  font-family: 'LatoWeb', serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.14;
}

.tabs__search input::-moz-placeholder {
  color: #5C696D;
  font-family: 'LatoWeb', serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.14;
}

.tabs__search input:-ms-input-placeholder {
  color: #5C696D;
  font-family: 'LatoWeb', serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.14;
}

.tabs__search input::-ms-input-placeholder {
  color: #5C696D;
  font-family: 'LatoWeb', serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.14;
}

.tabs__search input::placeholder {
  color: #5C696D;
  font-family: 'LatoWeb', serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.14;
}

.tabs__button {
  color: #4A4A4C;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  padding: 4px 18px;
  background-color: transparent;
  border-radius: 20px;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  text-transform: capitalize;
}

.tabs__button:hover {
  color: white;
  background-color: #2B9CCC;
}

.tabs__button.active-button {
  color: white;
  border-radius: 20px;
  background-color: #2B9CCC;
}

.tabs__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
  padding: 0 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 30px;
}

.tabs__item {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  -webkit-animation: changeOpacity linear 0.3s;
          animation: changeOpacity linear 0.3s;
}

.tabs__item.active {
  display: block;
  opacity: 1;
}

.tabs-btn {
  margin-right: 1.6vw;
}

.tabs-btn.active {
  color: white;
  background-color: red;
  border: 1px solid transparent;
}

.tabs-content__item {
  color: black;
}

.tabs-content__item p,
.tabs-content__item span,
.tabs-content__item li {
  font-weight: 400;
  letter-spacing: 0.0015em;
  font-size: 1vw;
  line-height: 1.34em;
  width: 78vw;
}

.tabs-content__item ul {
  padding-left: 1.5vw;
}

.tabs-content__item ul li {
  position: relative;
}

.tabs-content__item ul li:before {
  position: absolute;
  content: "";
  background-color: yellow;
  width: 2px;
  height: 2px;
  left: -10px;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
}

.tabs-content__item .small-text {
  margin-top: 1vw;
  display: inline-block;
  color: grey;
  font-weight: 400;
  letter-spacing: 0.058em;
  font-size: 0.7vw;
  line-height: 1.34em;
}

.tab-content {
  width: 100%;
  padding-bottom: 70px;
  position: relative;
  margin-bottom: 20px;
}

.tab-content::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background: #E0E1E9;
  bottom: 0;
}

.tab-content .post-item__link {
  color: #2B9CCC;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.22;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tab-content .post-item__link img {
  padding-left: 10px;
}

/* Стили для хлебных крошек */
.breadcrumbs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}

.breadcrumbs-wrapper {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
}

.breadcrumbs li {
  display: inline;
  margin-right: 5px;
  color: #909092;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.11;
}

.breadcrumbs li a {
  color: #2B9CCC;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.11;
}

.breadcrumbs li::after {
  content: '/';
  margin-left: 10px;
  color: #4A4A4C;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.11;
}

.breadcrumbs li:last-child::after {
  content: '';
  /* Убираем символ после последнего элемента */
}

.section-article {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-article .article-main-block {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
}

.section-article .container__inner {
  max-width: 1150px;
}

.section-article .article-header {
  margin-bottom: 30px;
}

.section-article blockquote {
  margin-top: 50px;
  width: 100%;
  max-width: 550px;
}

.section-article blockquote p {
  position: relative;
}

.section-article blockquote p:first-child::before {
  position: absolute;
  content: '';
  background-image: url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/quote-top.svg");
  width: 28px;
  height: 26px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  top: 0;
  left: -32px;
}

.section-article blockquote p:first-child::after {
  position: absolute;
  content: '';
  background-image: url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/quote-bottom.svg");
  width: 28px;
  height: 26px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  bottom: 0;
  right: -32px;
}

.section-article blockquote p:last-child span {
  color: #4A4A4C;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

.section-article blockquote p:last-child span b {
  color: #4A4A4C;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.44;
}

.section-article blockquote p:last-child span a {
  color: #2B9CCC;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.44;
}

.section-article blockquote p {
  color: #4A4A4C;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20px;
}

.section-article .article-title {
  color: #1D1D20;
  font-family: 'LatoWeb', serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 30px;
  width: 100%;
  max-width: 680px;
}

.section-article .article-title-wrapper {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
}

.section-article .author-info-block {
  border-top: 1px solid #E0E1E9;
  border-bottom: 1px solid #E0E1E9;
  padding: 20px 0;
  width: 100%;
}

.section-article .author-info-block-wrapper {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section-article .author-info-block .author-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 10px;
}

.section-article .author-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}

.section-article .author-info picture {
  width: 65px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
  border-radius: 50%;
  border: 1px solid #D9D9D9;
}

.section-article .author-info picture img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.section-article .author-info__text .name {
  color: #5D727F;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.14;
}

.section-article .author-info__text .position {
  color: #5D727F;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.11;
}

.section-article .author-info__date-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.section-article .author-info__date-category .date {
  color: #5D727F;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.14;
  white-space: nowrap;
}

.section-article .author-info__date-category .category {
  color: #5D727F;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: right;
}

.section-article .article-social-header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.section-article .article-content__article-picture {
  width: 100%;
  max-width: 820px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}

.section-article .article-content__article-picture img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.section-article .article-content .content-wrapper {
  margin-bottom: 50px;
}

.section-article .article-content ul {
  margin-top: 20px;
}

.section-article .article-content ul li {
  margin-bottom: 10px;
  padding-left: 36px;
  position: relative;
}

.section-article .article-content ul li::before {
  position: absolute;
  content: '';
  background-image: url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/cloud-item.svg");
  width: 26px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  top: 0;
  left: 0;
}

.section-article .article-content ul li {
  color: #4A4A4C;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.66;
}

.section-article .article-content ul li p {
  color: #4A4A4C;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.66;
}

.section-article .article-content ol {
  margin-top: 20px;
}

.section-article .article-content ol li {
  margin-bottom: 10px;
  position: relative;
}

.section-article .article-content ol li {
  display: list-item;
  color: #4A4A4C;
  font-size: 18px;
  font-style: normal;l
  font-weight: 400;
  line-height: 1.66;

  list-style-type: decimal;
}

.section-article .article-content .content-button {
  margin-top: 50px;
}

.section-article .article-content .talk-to-expert {
  border-radius: 8px !important;
}

.section-article .article-content .talk-to-expert p   {
  min-width: 250px !important;
  padding: 0 37px !important;
  border-radius: 8px !important;
  font-family: "LatoWeb" !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 60px !important;
}

.section-article .article-content .text-title {
  color: #1D1D20;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.14;
  margin-bottom: 10px;
}

.section-article .article-content p {
  color: #4A4A4C;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.44;
  margin-bottom: 10px;
}

.section-article .article-content a {
  color: #4A4A4C;
  text-decoration: underline;
  text-decoration-color: #2B9CCC;
  text-underline-offset: 4px;
}

.section-article .article-content .content-text .colored {
  color: #2B9CCC;
}

.section-article .article-footer {
  border-top: 1px solid #E0E1E9;
  padding-top: 20px;
}

.section-article .article-footer-wrapper {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section-article .cta-block {
  width: 33.3%;
  position: relative;
}

.section-article .cta-block:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 80px;
  top: 0;
  right: 0;
  background: #E0E1E9;
}

.section-article .cta-block-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 220px;
}

.section-article .title-cta {
  color: #1D1D20;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}

.section-article .text-cta {
  color: #2B9CCC;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.14;
}

.section-article .share-block {
  width: 33.3%;
  position: relative;
}

.section-article .share-block:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 80px;
  top: 0;
  right: 0;
  background: #E0E1E9;
}

.section-article .share-block-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
}

.section-article .share-block__title {
  color: #1D1D20;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 10px;
}

.section-article .share-block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin-bottom: 10px;
}

.section-article .share-block-text {
  color: #4A4A4C;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.14;
}

.section-article .contact-us-block {
  width: 33.3%;
}

.section-article .contact-us-block-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 228px;
  margin-left: auto;
}

.section-article .contact-us-block__title {
  color: #1D1D20;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 10px;
}

.section-article .contact-us-block__text {
  color: #4A4A4C;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.14;
  margin-bottom: 10px;
}

.section-article .contact-us-block__link {
  color: #2B9CCC;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.14;
}

.main__table-page {
  padding-bottom: 150px;
}

.flat-page-text {
  margin-top: 100px;
}

.flat-page-text p {
  width: 100%;
  color: #4A4A4A;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.22;
  margin-bottom: 1em;
}

.flat-page-text h1,
.flat-page-text h2,
.flat-page-text h3 {
  margin-top: 2em;
}

@media screen and (min-width: 321px) {
  .solution-fs .solution-fs-bg__data-lines-mobile {
    min-height: 372px;
    height: 100%;
  }
}

@media screen and (min-width: 769px) {
  .section-assignment .swiper-wrapper.3-slides {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .section-assignment .swiper-container.fix-width .swiper-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 961px) {
  .section-reviews .swiper-wrapper.3-slides {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .section-reviews .swiper-container.fix-width .swiper-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .section-certified .swiper-wrapper.3-slides {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .section-certified .swiper-container.fix-width .swiper-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}

@media screen and (min-width: 1201px) {
  .header.index-page {
    height: 100vh;
    min-height: 740px;
    max-height: 769px;
  }
  .header.index-page .header__offer {
    height: 100vh;
    min-height: 740px;
    max-height: 769px;
  }

.header__offer .logos-bg {
    height: 100vh;
    min-height: 740px;
    max-height: 769px;
  }
}

@media screen and (min-width: 1275px) {
  .section-assignment .swiper-wrapper.3-slides {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .section-assignment .swiper-container.fix-width .swiper-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}

@media screen and (min-width: 1441px) {
  .header.index-page {
    max-height: 960px;
  }
.header__offer {
    max-height: 960px;
  }
.header__offer .logos-bg {
    max-height: 960px;
    padding-top: 7vw;
  }
}

@media screen and (min-width: 1921px) {
  .section-offer {
    background-size: 100%;
  }
  .section-cloud-switch-bg {
    width: 100%;
  }
  .section-assignment-bg {
    width: 100%;
  }
  .section-scale__bg-picture {
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width: 2000px) {
  .section-offer::before {
    display: none;
  }
}

@media screen and (max-width: 1440px) {
  .section-title.title--primary {
    font-size: 60px;
  }
  .header-title {
    margin-bottom: 150px;
  }
  .header__offer .logos-bg {
    padding-bottom: 66px;
  }
  .header__offer .main-logo {
    margin-bottom: 50px;
  }
  .btn__offer {
    margin-bottom: 50px;
  }
  .section-cloud-switch {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .section-cloud-switch-bg {
    width: 1440px;
  }
  .section-cloud-switch .switcher-block {
    margin-bottom: 275px;
  }
  .section-cloud-switch__subtitle {
    margin-bottom: 30px;
  }
  .section-scale {
    padding-bottom: 106px;
  }
  .section-scale__bg-picture {
    width: 1440px;
    bottom: -28px;
  }
  .section-integration .container__inner {
    padding: 0;
  }
  .section-experts .container__inner {
    margin-left: 110px;
  }
  .section-steps__item .item-img-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .pricing-main .section-title.title--primary {
    font-size: 69px;
  }
  .parallax-clouds-products #product-scene1 {
    left: 153px;
    top: 0;
  }
  .parallax-clouds-products #product-scene2 {
    left: 145px;
    top: 55px;
  }
  .parallax-clouds-products #product-scene3 {
    right: 281px;
    top: 45px;
  }
  .parallax-clouds-products #product-scene4 {
    right: 238px;
    bottom: 54px;
  }
  .section-principles .section-title.title--primary {
    font-size: 70px;
  }
  .section-about-company .section-title.title--primary {
    font-size: 70px;
  }
  .section-certified .parallax-clouds-certified {
    width: 1220px;
  }
  .products-main .section-certified .parallax-clouds-certified {
    width: 920px;
  }
}

@media screen and (max-width: 1280px) {
  .solution-fs-bg__line-left {
    width: 225px;
  }
  .solution-fs-bg__line-right {
    width: 197px;
    right: 413px;
  }
}

@media screen and (max-width: 1275px) {
  .section-assignment .swiper-wrapper.three-slides .swiper-slide {
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
  }
}

@media screen and (min-width: 1201px) {
  .section-integration .integration-list {
    gap: 27px;
    row-gap: 0;
  }
}

@media screen and (max-width: 1200px) {
  .section-title.title--primary {
    font-size: 45px;
  }
  .container {
    padding: 0 30px;
  }
  .container__inner {
    padding: 0;
  }
  .header-title {
    margin-bottom: 145px;
  }
  .header__offer .logos-bg {
    padding-bottom: 51px;
  }
  .header__offer .main-logo {
    margin-bottom: 35px;
    width: 220px;
  }
  .header .btn__offer {
    margin-bottom: 35px;
  }
  .section-experts .container {
    padding-left: 30px;
    padding-right: 0;
  }
  .section-experts .container__inner {
    margin-left: 0px;
  }
  .section-experts__content {
    min-width: 440px;
  }
  .section-experts .my-container {
    visibility: visible;
  }
  .section-steps__item-inner {
    gap: 40px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .section-steps__item .item-img-wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .section-steps__item:nth-of-type(2n) .section-steps__item-inner .item-img-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .section-integration .container__inner {
    max-width: 960px;
  }
  .section-reviews {
    overflow: hidden;
  }
  .section-reviews .review-card {
    max-width: 320px;
    padding: 20px;
  }
  .section-reviews .review-card__img {
    width: 80px;
    height: 80px;
  }
  .section-reviews .review-card__header-content {
    max-width: 180px;
  }
  .section-reviews .swiper-pagination {
    bottom: 20px;
  }
  .section-reviews .swiper-button-next,
  .section-reviews .swiper-button-prev {
    position: relative;
    top: 0;
    margin-top: 0;
  }
  .section-reviews .swiper-buttons-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 20px;
    margin-bottom: 20px;
  }
  .section-reviews .swiper-container {
    padding: 50px;
    overflow: visible;
    margin: -50px;
  }
  .section-reviews .swiper-wrapper {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .parallax-clouds-assignment {
    width: 1420px;
  }
  .section-certified .parallax-clouds-certified {
    width: 920px;
  }
  .section-certified .swiper-pagination {
    bottom: 20px;
  }
  .section-certified .swiper-button-next,
  .section-certified .swiper-button-prev {
    position: relative;
    top: 0;
    margin-top: 0;
  }
  .section-certified .swiper-buttons-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 20px;
    margin-bottom: 20px;
  }
  .section-certified .swiper-container {
    padding: 50px;
    overflow: visible;
    margin: -50px;
    width: 882px;
  }
  .section-certified .swiper-wrapper {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .products-main .section-certified .parallax-clouds-certified {
    width: 320px;
  }
  .section-offer {
    background-position: right top;
  }
  .section-assignment-bg {
    display: none;
  }
  .section-assignment .swiper-pagination {
    bottom: 65px;
  }
  .section-assignment .swiper-buttons-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 20px;
  }
  .section-assignment .swiper-wrapper {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (min-width: 1151px) {
  .solution-fs-bg__data-lines-mobile {
    display: none;
  }
}

@media screen and (max-width: 1150px) {
  .solution-fs-bg__line-left {
    width: 225px;
    -webkit-animation: none;
            animation: none;
  }
  .solution-fs-bg__line-left svg {
    width: auto;
    height: 100%;
  }
  .solution-fs-bg__line-right {
    width: 197px;
    right: 413px;
  }
}

@media screen and (max-width: 1150px) {
  .section-principles #principles-slider .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section-principles .principles-swiper--desktop {
    display: none;
  }
  .section-principles .principles-swiper.principles-swiper--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: visible;
  }
  .section-principles .product-platform-wrapper .product-wrapper__inner {
    width: 100%;
  }
  .section-principles .product-platform-wrapper {
    width: 100%;
  }
  .section-principles .dashboard-items-lines {
    display: none;
  }
  .section-principles {
    padding-top: 115px;
  }
  .section-principles .product-block__img {
    position: relative;
  }
  .section-principles .product-block__img::before {
    position: absolute;
    content: "";
    background-image: url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/dashboard-connect-line.svg");
    bottom: -61px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 44px;
    height: 81px;
    z-index: 5;
  }
  .section-principles .section-title.title--primary {
    margin-bottom: 45px;
  }
  .section-principles .principles-swiper {
    width: 100%;
    margin-top: -312px;
    margin-bottom: -135px;
    height: 430px;
  }
  .section-principles .principles-swiper .swiper-pagination {
    bottom: -29px;
  }
  .section-principles .principles-item {
    border-radius: 0;
    background: #FFF;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    padding-top: 0;
    min-height: 430px;
    position: relative;
    border-radius: 30px;
    background: #FFF;
    -webkit-box-shadow: 0px 20px 24px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 20px 24px 0px rgba(0, 0, 0, 0.1);
  }
  .section-principles .principles-item__header {
    margin-bottom: 45px;
    margin-top: -80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section-principles .principles-item__header picture {
    position: relative;
  }
  .section-principles .principles-item__header picture:before {
    position: absolute;
    content: " ";
    width: 26px;
    height: 26px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background-image: url("https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/decor-icon.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .section-principles .principles-item__footer {
    margin-bottom: 30px;
  }
  .section-principles .swiper-slide {
    -webkit-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;
    opacity: 0;
  }
  .section-principles .swiper-slide.swiper-slide-next {
    opacity: 0;
  }
  .section-principles .swiper-slide.swiper-slide-prev {
    opacity: 0;
  }
  .section-principles .swiper-slide.swiper-slide-active {
    opacity: 1;
  }
  .section-principles .principles-items {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    margin-bottom: 0;
    padding-bottom: 42px;
    padding-top: 57px;
  }
  .section-dashboard {
    margin-top: 102px;
  }
  .section-dashboard .container {
    min-width: 100%;
  }
  .section-dashboard .container__wrapper {
    width: 100%;
  }
  .section-dashboard .wrapper {
    width: 100%;
  }
  .section-dashboard .wrapper__inner {
    width: 100%;
    padding-bottom: 100px;
  }
  .section-dashboard .wrapper .picture-bottom {
    display: none;
  }
  .section-dashboard .dashboard-header-line {
    display: none;
  }
  .section-certified {
    padding-top: 106px;
  }
  .solution-fs__header {
    margin-bottom: 0;
  }
  .solution-fs .section-title.title--primary {
    font-size: 45px;
    max-width: 600px;
  }
  .solution-fs .solution-fs-bg__data-left-side {
    display: none;
  }
  .solution-fs .solution-fs-bg__data-right-side {
    display: none;
  }
  .solution-fs .solution-fs-bg__stroke-right {
    display: none;
  }
  .solution-fs .solution-fs-bg__stroke-left {
    display: none;
  }
  .solution-fs .solution-fs-bg__girl-at-desk {
    display: none;
  }
  .solution-fs .solution-fs-bg__line-right {
    display: none;
  }
  .solution-fs .solution-fs-bg__line-left {
    display: none;
  }
  .solution-fs .data-lines-bg-mobile {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .solution-fs__bg {
    display: none;
  }
  .solution-fs .container__inner {
    width: 100%;
  }
  .solution-fs .solution-fs-bg__data-lines-mobile {
    width: 100%;
    position: relative;
  }
  .solution-fs .solution-fs-bg__data-lines-mobile .grey-bg {
    position: absolute;
    width: 66%;
    background-color: #f8f8f8;
    display: block;
    height: 70%;
    z-index: 0;
    top: 13%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .solution-fs .solution-fs-bg__data-lines-mobile .lines-solutions-bg--mobile {
    position: absolute;
    width: 67%;
    height: auto;
    top: 11.3%;
    z-index: 2;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .solution-fs .solution-fs-bg__data-lines-mobile .girl-at-desk--mobile {
    position: absolute;
    width: 20.4%;
    height: auto;
    top: 30%;
    left: 51.65%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .parallax-clouds-assignment {
    width: 1342px;
  }
  .parallax-clouds-assignment .assignment-cloud-img {
    display: block;
  }
  .parallax-clouds-assignment .assignment-cloud-img img {
    width: 100%;
    height: 100%;
  }
  .parallax-clouds-assignment #assignment-scene1 {
    position: absolute;
    z-index: 4;
    left: -10px;
  }
  .parallax-clouds-assignment #assignment-scene1 .assignment-cloud-img {
    width: 346px;
    height: 175px;
  }
  .parallax-clouds-products #product-scene1 {
    left: 298px;
    top: 51px;
  }
  .parallax-clouds-products #product-scene1 .products-cloud-img {
    width: 220px;
    height: 114px;
  }
  .parallax-clouds-products #product-scene2 {
    left: 321px;
    top: 99px;
  }
  .parallax-clouds-products #product-scene2 .products-cloud-img {
    width: 391px;
    height: 213px;
  }
  .parallax-clouds-products #product-scene3 {
    right: 416px;
    top: 64px;
  }
  .parallax-clouds-products #product-scene3 .products-cloud-img {
    width: 219px;
    height: 113px;
  }
  .parallax-clouds-products #product-scene4 {
    right: 330px;
    bottom: 123px;
  }
  .parallax-clouds-products #product-scene4 .products-cloud-img {
    width: 219px;
    height: 113px;
  }
  .section-about-company .our-mission__image {
    width: 490px;
    height: 250px;
  }
  .section-about-company .our-mission__image .our-mission__picture {
    width: 490px;
    height: 250px;
  }
  .section-about-company .quick-facts__stat-item {
    max-width: 240px;
  }
  .section-about-company .quick-facts__stat-item:first-child {
    max-width: 200px;
  }
}

@media screen and (min-width: 961px) {
  .section-steps__item .item-img-wrapper .item-img--mobile {
    display: none;
  }
  .section-statistics .carousel-wrapper.partners-carousel {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .header__offer {
    background-size: 124%;
    overflow: hidden;
  }
  .header__offer .logos-bg {
    background-size: 126%;
  }
  .header__offer .logos-bg-picture {
    width: 124%;
  }
  .header__offer-bg-picture {
    width: 124%;
  }
  .section-resources .post-item__aside {
    padding-left: 30px;
  }
  .section-cloud-switch {
    padding-bottom: 45px;
    padding-top: 120px;
  }
  .section-cloud-switch-bg {
    width: 1920px;
  }
  .section-cloud-switch .switcher-block {
    margin-bottom: 70px;
  }
  .section-cloud-switch .switcher-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 680px;
    position: relative;
  }
  .section-cloud-switch .switcher-list:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
  }
  .section-cloud-switch .switcher-list.switch-off::after {
    background: #F1831E;
  }
  .section-cloud-switch .switcher-list.switch-on::after {
    background: #4A4A4C;
  }
  .section-cloud-switch .switcher-list__item:not(:last-of-type):not(:nth-last-child(2)) {
    width: 33%;
  }
  .section-cloud-switch .switcher-list__item:nth-last-of-type(1) {
    width: 50%;
  }
  .section-cloud-switch .switcher-list__item:nth-last-child(2) {
    width: 50%;
  }
  .section-cloud-switch .switcher-list.switch-off .switcher-list__item:nth-of-type(3):after,
  .section-cloud-switch .switcher-list.switch-on .switcher-list__item:nth-of-type(3):after {
    display: none;
  }
  .section-title.title--primary {
    font-size: 45px;
  }
  .section-steps__item:nth-of-type(2n) .section-steps__item-inner .item-content {
    margin-right: unset;
  }
  .section-accomplishments .accomplishments-info__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 670px;
    row-gap: 20px;
  }
  .section-steps__list {
    min-width: 100%;
  }
  .section-steps__list .steps-line-bg {
    left: 50px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: 140px;
  }
  .section-steps .steps-bottom-img {
    width: 495px;
    height: 868px;
    margin-left: 0;
  }
  .section-steps__item {
    padding: 50px 0;
  }
  .section-steps__item:not(:last-of-type) {
    margin-bottom: 150px;
  }
  .section-steps__item .wrapper {
    width: 100%;
  }
  .section-steps__item .item-img-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 360px;
    height: 295px;
  }
  .section-steps__item .item-img-wrapper .item-img {
    display: none;
  }
  .section-steps__item-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 30px;
  }
  .section-steps__item:nth-of-type(2n) .section-steps__item-inner {
    margin-left: 0;
  }
  .section-steps__item:nth-of-type(2n) .section-steps__item-inner .item-img-wrapper {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .footer__text {
    font-size: 14px;
  }
  .footer__nav-list-link {
    font-size: 14px;
  }
  .footer .list-title {
    margin-bottom: 20px;
  }
  .footer__social {
    gap: 30px;
  }
  .footer__about {
    margin-right: 40px;
  }
  .footer__brand-logos {
    margin-bottom: 30px;
    row-gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .footer-row.top-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .footer-row.centered-row {
    margin-bottom: 30px;
  }
  .footer .copyright {
    font-size: 14px;
  }
  .pricing-main .container {
    padding: 0 20px;
  }
  .pricing-main .section-title.title--primary {
    font-size: 45px;
    max-width: 570px;
  }
  .parallax-clouds-pricing {
    width: 1226px;
    top: 263px;
  }
  .parallax-clouds-pricing.cloud-right {
    top: 330px;
  }
  .parallax-clouds-pricing.cloud-left {
    top: 293px;
  }
  .parallax-clouds-pricing #pricing-scene1 {
    left: 151px;
  }
  .parallax-clouds-pricing #pricing-scene2 {
    right: 116px;
    bottom: 98px;
  }
  .section-offer {
    padding-top: 130px;
    background-position: left top;
  }
  .section-offer .offer__cards {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section-offer .offer__card.offer__card--secondary {
    width: 96%;
    max-width: 530px;
  }
  .section-offer .offer__card.offer__card--secondary .offer__card-header {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .section-anchor .anchors {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section-anchor .anchors .anchor-link {
    width: 100%;
  }
  .section-products .wrapper {
    width: 100%;
  }
  .section-products .item-img-wrapper--static {
    display: none;
  }
  .section-products .product-item__bg {
    display: none;
  }
  .section-products__item-inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    padding: 0;
  }
  .section-products .item-content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .section-products .item-img-wrapper--product {
    width: 450px;
    height: 450px;
    margin: 0;
  }
  .section-products .item-img-wrapper--product.desktop {
    display: none;
  }
  .section-products .item-img-wrapper--product.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section-products .item-content {
    margin-right: 0;
    margin-top: 0;
  }
  .section-products__list {
    min-width: 100%;
  }
  .section-custom-solutions .container {
    min-width: 100%;
  }
  .section-custom-solutions .wrapper {
    padding-left: 20px;
  }
  .section-custom-solutions .custom-solutions__img {
    width: 500px;
    height: 205px;
  }
  .section-certified {
    overflow: visible;
  }
  .section-certified .parallax-clouds-certified {
    width: 695px;
    bottom: 80px;
  }
  .section-certified .parallax-clouds-certified #certified-scene1 {
    left: 200px;
    bottom: 165px;
  }
  .section-certified .parallax-clouds-certified #certified-scene2 {
    right: 150px;
  }
  .parallax-clouds-services {
    width: 1240px;
    top: 263px;
  }
  .solution-fs {
    padding-bottom: 100px;
  }
  .parallax-clouds-assignment {
    width: 100%;
  }
  .section-about-company {
    padding-bottom: 100px;
  }
  .section-about-company .container {
    padding: 0 20px;
  }
  .section-about-company .creating-reasons__image {
    width: 490px;
    height: 350px;
  }
  .section-about-company .section-title.title--primary {
    font-size: 45px;
  }
  .parallax-clouds-company {
    left: -55px;
  }
  .parallax-clouds-company #company-scene1 {
    position: absolute;
    z-index: 4;
    right: -127px;
  }
  .parallax-clouds-company #company-scene1 .company-cloud-img img {
    width: 185px;
    height: 95px;
  }
  .section-resources .post-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section-resources .post-item__content {
    max-width: 709px;
    padding-right: 30px;
  }
  .section-resources .post-item__big-picture .post-item__content {
    padding-right: 20px;
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
  }
  .section-connection .section-title.title--primary {
    margin: 0 auto 50px auto;
  }
  .section-connection .connection-block {
    padding: 80px 50px;
  }
  .section-connection .connection-block .connection-cta {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .section-connection .connection-cta .text-block__descr {
    font-size: 16px;
  }
  .section-connection .connection-cta .text-block:not(:first-child) {
    margin-top: 20px;
  }
  .section-connection .connection-block__item {
    max-width: 380px;
  }
  .section-connection .parallax-clouds-pricing.cloud-left {
    display: none;
  }
  .section-connection .parallax-clouds-pricing.cloud-right {
    top: 150px;
  }
  .section-connection .parallax-clouds-pricing #pricing-scene2 {
    right: 150px;
  }
  .connection-main .benefits__item {
    max-width: 335px;
  }
  .connection-main .benefits-block {
    padding: 0 40px;
  }
}

@media screen and (max-width: 935px) {
  .section-form .hbspt-form .form-block {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .section-form .hbspt-form .form-block .form__info {
    max-width: 500px !important;
    margin-bottom: 30px !important;
  }
  .section-form .hbspt-form .form-wrapper {
    min-width: -webkit-fit-content !important;
    min-width: -moz-fit-content !important;
    min-width: fit-content !important;
    width: 100% !important;
    max-width: 620px !important;
  }
  .section-form .form-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section-form .form-block__info {
    max-width: 500px;
    margin-bottom: 30px;
  }
  .section-form .form-wrapper {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    width: 100%;
    max-width: 620px;
  }
}

@media screen and (max-width: 910px) {
  .section-certified .parallax-clouds-certified {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .section-assignment .swiper-slide {
    opacity: 0;
  }
  .section-products .item-content__link {
    margin-bottom: 50px;
  }
  .section-resources .post-item__aside--mobile {
    display: none;
  }
}

@media screen and (min-width: 721px) {
  .solution-fs .solution-fs-bg__data-lines-mobile {
    width: 1150px;
    position: relative;
    height: 100%;
    min-height: 573px;
  }
  .solution-fs .data-lines-bg-mobile {
    height: 100%;
    min-height: 573px;
  }
}

@media screen and (max-width: 1100px) {
  .header {
    max-height: 100%;
  }
  .header.products-header .header__nav.solutions ul li a.current {
    color: #4A4A52;
  }
  .header.bg-grey .header__panel-wrapper {
    background-color: transparent;
  }
  .header-title {
    margin-bottom: 140px;
  }
  .header .header-fixed {
    min-height: 65px;
  }
  .header.bg-blue .header__nav ul li a {
    color: #4A4A52;
  }
  .header.bg-blue .header__nav ul li a:hover {
    color: #09C2FC;
  }
  .header.bg-blue .header__nav ul li a {
    color: #4A4A52;
  }
  .header__offer {
    background-size: 135%;
    height: 100%;
  }
  .header__offer-bg-picture {
    width: 135%;
  }
  .header__offer .logos-bg {
    padding-bottom: 37px;
    background-size: 135%;
    height: 100%;
    padding-top: 110px;
  }
  .header__offer-wrapper {
    padding-bottom: 40px;
  }
  .header__logo {
    margin-right: auto;
  }
  .header__logo .header-mind-logo {
    width: 150px;
    height: 27px;
  }
  .header__logo .header-mind-logo img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .header.active {
    max-height: 100vh;
  }
  .header__panel {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__wrapper {
    position: fixed;
    background-image: url('https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/bg-trans.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    top: -100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 100vh;
    width: 100vw;
    overflow: auto;
    z-index: 2;
    padding: 0 30px;
    pointer-events: none;
    opacity: 0;
  }
  .header__wrapper-inner ul li:not(:last-of-type) {
    margin-left: 0;
  }
  .header__wrapper-inner ul li a:active {
    font-weight: 700;
  }
  .header__wrapper.active {
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: auto;
    opacity: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__nav {
    height: auto;
    margin-bottom: 78px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 0;
    margin-right: 0;
  }
  .header__nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px;
  }
  .header__nav ul li {
    position: static;
    margin-left: 0;
  }
  .header__nav ul li a:active {
    font-weight: 700;
    color: #09C2FC;
  }
  .header__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header .mini-logo {
    display: none;
    width: 150px;
    height: 27px;
  }
  .header .mini-logo picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header .mini-logo img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .header .mini-logo.active {
    z-index: 4;
  }
  .header .header-mind-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header .header-mind-logo.active {
    z-index: 4;
  }
  .header .burger {
    display: block;
    position: relative;
    height: 26px;
    width: 44px;
    z-index: 102;
    cursor: pointer;
    border-radius: 36px;
    background: #2B9CCC;
  }
  .header .burger.active-burger:before {
    background: white;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
    transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
    top: 11px;
  }
  .header .burger.active-burger:after {
    background: white;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 12px;
    -webkit-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
    transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
  }
  .header .burger.active-burger span {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  .header .burger:before, .header .burger:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 50%;
    left: 11px;
    background: white;
    border-radius: 3px;
    -webkit-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
    transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
  }
  .header .burger:before {
    top: 7px;
  }
  .header .burger::after {
    bottom: 9px;
  }
  .header .burger span {
    position: absolute;
    top: 11px;
    right: 11px;
    width: 50%;
    background: white;
    height: 2px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    border-radius: 3px;
    -webkit-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
    transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
  }
  .header__subtitle {
    font-size: 16px;
    max-width: 380px;
  }
  .header__menu {
    background-color: #F7F7FC;
  }
  .header__menu .container {
    padding-bottom: 0;
  }
  .header__nav a {
    font-size: 28px;
  }
  .header__offer .logos-bg {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header__offer .main-logo {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
  .header {
    max-height: 100%;
  }
  .header.products-header .header__nav.solutions ul li a.current {
    color: #4A4A52;
  }
  .header.bg-grey .header__panel-wrapper {
    background-color: transparent;
  }
  .header-title {
    margin-bottom: 140px;
  }
  .header .header-fixed {
    min-height: 65px;
  }
  .header.bg-blue .header__nav ul li a {
    color: #4A4A52;
  }
  .header.bg-blue .header__nav ul li a:hover {
    color: #09C2FC;
  }
  .header.bg-blue .header__wrapper-inner ul li a {
    color: #4A4A52;
  }
  .header__offer {
    background-size: 135%;
    height: 100%;
  }
  .header__offer-bg-picture {
    width: 135%;
  }
  .header__offer .logos-bg {
    padding-bottom: 37px;
    background-size: 135%;
    height: 100%;
    padding-top: 110px;
  }
  .header__offer-wrapper {
    padding-bottom: 40px;
  }
  .header__logo {
    margin-right: auto;
  }
  .header__logo .header-mind-logo {
    width: 150px;
    height: 27px;
  }
  .header__logo .header-mind-logo img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .header.active {
    max-height: 100vh;
  }
  .header__panel {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__wrapper {
    position: fixed;
    background-image: url('https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/bg-trans.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    top: -100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 100vh;
    width: 100vw;
    overflow: auto;
    z-index: 2;
    padding: 0 30px;
    pointer-events: none;
    opacity: 0;
  }
  .header__wrapper-inner ul li:not(:last-of-type) {
    margin-left: 0;
  }
  .header__wrapper-inner ul li a:active {
    font-weight: 700;
  }
  .header__wrapper.active {
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    pointer-events: auto;
    opacity: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__nav {
    height: auto;
    margin-bottom: 78px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 0;
    margin-right: 0;
  }
  .header__nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }
  .header__nav ul li {
    position: static;
    margin-left: 0;
  }
  .header__nav ul li a:active {
    font-weight: 700;
    color: #09C2FC;
  }
  .header__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header .mini-logo {
    display: none;
    width: 150px;
    height: 27px;
  }
  .header .mini-logo picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .mini-logo img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .header .mini-logo.active {
    z-index: 4;
  }
  .header .header-mind-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .header-mind-logo.active {
    z-index: 4;
  }
  .header .burger {
    display: block;
    position: relative;
    height: 26px;
    width: 44px;
    z-index: 102;
    cursor: pointer;
    border-radius: 36px;
    background: #2B9CCC;
  }
  .header .burger.active-burger:before {
    background: white;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
    transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
    top: 11px;
  }
  .header .burger.active-burger:after {
    background: white;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    bottom: 12px;
    -webkit-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
    transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
  }
  .header .burger.active-burger span {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
  }
  .header .burger:before, .header .burger:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 50%;
    left: 11px;
    background: white;
    border-radius: 3px;
    -webkit-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
    transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
  }
  .header .burger:before {
    top: 7px;
  }
  .header .burger::after {
    bottom: 9px;
  }
  .header .burger span {
    position: absolute;
    top: 11px;
    right: 11px;
    width: 50%;
    background: white;
    height: 2px;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    border-radius: 3px;
    -webkit-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
    transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
  }
  .header__subtitle {
    font-size: 16px;
    max-width: 380px;
  }
  .header__menu {
    background-color: #F7F7FC;
  }
  .header__menu .container {
    padding-bottom: 0;
  }
  .header__nav a {
    font-size: 28px;
  }
  .header__offer .logos-bg {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header__offer .main-logo {
    display: none;
  }
  .section-integration {
    padding-top: 100px;
  }
  .section-statistics .title--secondary {
    font-size: 32px;
  }
  .section-steps__item:not(:last-of-type) {
    margin-bottom: 40px;
  }
  .section-cloud-switch {
    background-position: top 55px center;
    background-size: contain;
    background-color: white;
  }
  .section-cloud-switch.off .section-cloud-switch-bg.off--desktop {
    opacity: 0;
  }
  .section-cloud-switch.off .section-cloud-switch-bg.on--desktop {
    opacity: 0;
  }
  .section-cloud-switch.off .section-cloud-switch-bg.off--mobile {
    opacity: 1;
  }
  .section-cloud-switch.off .section-cloud-switch-bg.on--mobile {
    opacity: 0;
  }
  .section-cloud-switch.on .section-cloud-switch-bg.off--desktop {
    opacity: 0;
  }
  .section-cloud-switch.on .section-cloud-switch-bg.on--desktop {
    opacity: 0;
  }
  .section-cloud-switch.on .section-cloud-switch-bg.off--mobile {
    opacity: 0;
  }
  .section-cloud-switch.on .section-cloud-switch-bg.on--mobile {
    opacity: 1;
  }
  .section-cloud-switch-bg {
    display: none;
  }
  .section-cloud-switch .switcher-list:after {
    display: none;
  }
  .section-cloud-switch .switcher-list.switch-off .switcher-list__item:nth-child(3) {
    border-left: 1px solid #F1831E;
  }
  .section-cloud-switch .switcher-list.switch-off .switcher-list__item:nth-child(4) {
    border-top: 1px solid #F1831E;
  }
  .section-cloud-switch .switcher-list.switch-off .switcher-list__item:nth-last-of-type(1) {
    border-top: 1px solid #F1831E;
  }
  .section-cloud-switch .switcher-list.switch-off .switcher-list__item:nth-last-child(2) {
    border-left: 1px solid #F1831E;
    border-top: 1px solid #F1831E;
  }
  .section-cloud-switch .switcher-list.switch-on .switcher-list__item:nth-child(3) {
    border-left: 1px solid #4A4A4C;
  }
  .section-cloud-switch .switcher-list.switch-on .switcher-list__item:nth-child(4) {
    border-top: 1px solid #4A4A4C;
  }
  .section-cloud-switch .switcher-list.switch-on .switcher-list__item:nth-last-of-type(1) {
    border-top: 1px solid #4A4A4C;
  }
  .section-cloud-switch .switcher-list.switch-on .switcher-list__item:nth-last-child(2) {
    border-left: 1px solid #4A4A4C;
    border-top: 1px solid #4A4A4C;
  }
  .section-cloud-switch .switcher-list__item::after {
    display: none;
  }
  .section-cloud-switch .switcher-list__item-descr {
    min-height: 48px;
  }
  .section-cloud-switch .switcher-list__item:not(:last-of-type):not(:nth-last-child(2)) {
    width: 50%;
  }
  .section-cloud-switch .switcher-list__item:nth-last-of-type(1) {
    width: 100%;
  }
  .section-cloud-switch .switcher-list__item:nth-last-child(2) {
    width: 50%;
  }
  .section-cloud-switch .switcher-list.switch-off .switcher-list__item:nth-of-type(3):after {
    display: none;
  }
  .section-experts {
    padding-bottom: 50px;
  }
  .section-experts .my-container {
    margin-top: 50px;
  }
  .section-experts .section-title.title--secondary {
    max-width: 400px;
  }
  .section-experts__content {
    padding-left: 20px;
    padding-right: 20px;
    min-width: 100%;
    margin-bottom: 60px;
  }
  .section-experts .container {
    padding-left: 0;
  }
  .section-experts .container__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-experts .boxes {
    height: 200px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-experts .box {
    width: 200px;
  }
  .section-experts .my-item {
    width: 200px;
    height: 200px;
  }
  .section-experts .my-item img {
    height: 100%;
  }
  .section-scale {
    padding-top: 100px;
    padding-bottom: 119px;
  }
  .section-scale .title--secondary {
    font-size: 32px;
  }
  .section-scale .title--secondary img {
    width: 120px;
    height: 77px;
  }
  .section-scale__subtitle {
    font-size: 20px;
  }
  .section-steps__list .steps-line-bg {
    display: none;
  }
  .section-accomplishments {
    padding-top: 100px;
  }
  .section-accomplishments .section-title {
    font-size: 40px;
    line-height: 1.25;
  }
  .section-accomplishments .accomplishments-info {
    border-top: none;
    border-bottom: none;
    padding: 0;
    margin-bottom: 50px;
  }
  .section-accomplishments .accomplishments-info__inner {
    max-width: 360px;
  }
  .section-accomplishments .accomplishments-info__item {
    width: 360px;
    border-bottom: 1px solid #E0E1E9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section-accomplishments .accomplishments-info__item:first-of-type {
    border-left: none;
    border-top: 1px solid #E0E1E9;
  }
  .section-accomplishments .accomplishments-info__item:not(:last-of-type) {
    padding: 30px 0;
    border-right: none;
  }
  .section-accomplishments .accomplishments-info__item:last-of-type {
    padding: 30px 0;
  }
  .section-accomplishments .accomplishments-info__item-descr {
    width: 180px;
  }
  .section-accomplishments .accomplishments-info__item-title {
    width: 180px;
  }
  .footer__about {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .footer__text {
    max-width: 327px;
  }
  .footer .footer-row.top-row {
    margin-bottom: 30px;
  }
  .parallax-clouds-pricing {
    width: 100%;
    height: 863px;
  }
  .parallax-clouds-pricing.cloud-right {
    z-index: 2;
    width: 30%;
    left: 86%;
    height: 300px;
  }
  .parallax-clouds-pricing.cloud-left {
    height: 300px;
    top: 333px;
  }
  .parallax-clouds-pricing #pricing-scene1 {
    left: -18px;
  }
  .parallax-clouds-pricing #pricing-scene1 .pricing-cloud-img {
    width: 180px;
    height: 90px;
  }
  .parallax-clouds-pricing #pricing-scene2 {
    right: -44px;
  }
  .parallax-clouds-pricing #pricing-scene2 .pricing-cloud-img {
    width: 180px;
    height: 90px;
  }
  .section-offer {
    background-position: right top;
  }
  .section-offer .offer__card-content picture {
    width: 100%;
    height: 100%;
  }
  .section-offer .offer__card.offer__card--primary {
    width: 100%;
    max-width: 570px;
  }
  .section-offer .offer__card.offer__card--secondary {
    max-width: 530px;
  }
  .section-features .features-block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    /* Линейное размещение для меньших экранов */
  }
  .section-features .features-list-wrapper {
    width: calc(50% - 20px);
    /* Учитываем отступы для 2 элементов в ряд */
  }
  .faq-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .parallax-clouds-products {
    width: 778px;
    height: 389px;
    top: 327px;
  }
  .parallax-clouds-products .products-cloud-img {
    display: block;
  }
  .parallax-clouds-products .products-cloud-img img {
    width: 100%;
    height: 100%;
  }
  .parallax-clouds-products #product-scene1 {
    left: 0;
    top: 26px;
  }
  .parallax-clouds-products #product-scene1 .products-cloud-img {
    width: 159px;
    height: 82px;
  }
  .parallax-clouds-products #product-scene2 {
    left: 57px;
    top: 125px;
  }
  .parallax-clouds-products #product-scene2 .products-cloud-img {
    width: 237px;
    height: 130px;
  }
  .parallax-clouds-products #product-scene3 {
    right: 89px;
    top: 47px;
  }
  .parallax-clouds-products #product-scene3 .products-cloud-img {
    width: 133px;
    height: 68px;
  }
  .parallax-clouds-products #product-scene4 {
    right: 0;
    bottom: 44px;
  }
  .parallax-clouds-products #product-scene4 .products-cloud-img {
    width: 158px;
    height: 81px;
  }
  .section-products__item-inner {
    padding: 50px 0;
  }
  .section-products .item-img-wrapper--product {
    width: 300px;
    height: 300px;
    margin: 0 0 20px 0;
  }
  .section-products__item {
    padding: 0 20px;
  }
  .section-products .item-content {
    max-width: 500px;
  }
  .section-principles .product-block {
    max-width: 680px;
    border-radius: 32px;
  }
  .section-principles .product-block__title {
    max-width: 300px;
  }
  .section-principles .section-title.title--primary {
    font-size: 45px;
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
  .section-custom-solutions .wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 50px;
    padding-left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section-custom-solutions .container {
    padding: 100px 0;
  }
  .section-custom-solutions .btn__custom-solutions {
    margin: 0 auto;
  }
  .section-custom-solutions .custom-solutions__content {
    max-width: 320px;
  }
  .section-custom-solutions .custom-solutions__title {
    font-size: 32px;
    line-height: 1.25;
  }
  .section-custom-solutions .custom-solutions__img {
    width: 320px;
    height: 131px;
  }
  .section-certified .section-title.title--secondary {
    font-size: 32px;
    max-width: 320px;
  }
  .section-certified .section-title.title--secondary b {
    font-size: 32px;
    display: inline-block;
    width: 100%;
  }
  .section-certified .swiper-container {
    padding: 30px;
    margin: -42px;
  }
  .section-certified .swiper-pagination {
    bottom: -10px;
  }
  .parallax-clouds-services {
    width: 740px;
    height: 863px;
  }
  .parallax-clouds-services #services-scene1 .services-cloud-img {
    width: 180px;
    height: 90px;
  }
  .parallax-clouds-services #services-scene2 .services-cloud-img {
    width: 180px;
    height: 90px;
  }
  .section-services .section-title.title--primary {
    margin-bottom: 85px;
  }
  .section-services .services-wrapper {
    max-width: 520px;
  }
  .section-services .services-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section-services .services-item__aside {
    width: 100%;
    padding: 30px 20px;
    border-radius: 8px 8px 0px 0px;
  }
  .section-services .services-item__content {
    padding: 30px 20px;
  }
  .section-services .services-item__list {
    max-height: 100%;
  }
  .section-services .services-item__list-item {
    width: 100%;
  }
  .section-services .aside__title {
    max-width: 260px;
  }
  .section-services .services-lists-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 10px;
  }
  .section-assignment {
    padding-bottom: 118px;
  }
  .section-assignment .section-title.title--secondary {
    color: #4A4A4C;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25;
    max-width: 320px;
  }
  .section-assignment .assignment__subtitle {
    max-width: 320px;
    margin-bottom: 30px;
  }
  .section-assignment .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 30px;
  }
  .section-assignment .swiper-container {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  .section-assignment .swiper-buttons-wrapper {
    display: none;
  }
  .section-assignment .swiper-slide {
    opacity: 1;
    width: 100%;
    max-width: 520px;
  }
  .section-assignment .swiper-slide:not(:nth-child(-n+3)) {
    display: none;
  }
  .section-assignment .assignment-card {
    max-width: 100%;
    width: 100%;
    padding: 50px 20px;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
  .section-assignment .assignment-card__main {
    max-width: 100%;
  }
  .parallax-clouds-assignment .assignment-cloud-img {
    display: block;
  }
  .parallax-clouds-assignment #assignment-scene1 {
    left: -70px;
  }
  .parallax-clouds-assignment #assignment-scene1 .assignment-cloud-img {
    width: 236px;
    height: 120px;
  }
  .company-page {
    background: #ECECF2;
  }
  .parallax-clouds-company {
    display: none;
  }
  .parallax-clouds-company #company-scene1 {
    top: unset;
    bottom: -116px;
  }
  .section-about-company {
    overflow: hidden;
  }
  .section-about-company .container__inner {
    max-width: 500px;
  }
  .section-about-company .section-title.title--primary {
    margin-bottom: 30px;
  }
  .section-about-company .our-mission {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-about-company .our-mission__image {
    width: 100%;
    height: 100%;
  }
  .section-about-company .our-mission__image .our-mission__picture {
    width: 100%;
    height: 100%;
  }
  .section-about-company .our-mission__image .our-mission__picture img {
    width: 100%;
  }
  .section-about-company .creating-reasons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-about-company .quick-facts__stat {
    row-gap: 30px;
  }
  .section-about-company .quick-facts__stat-item {
    max-width: 235px;
  }
  .section-about-company .quick-facts__stat-item:not(:first-child):before {
    content: " ";
    position: absolute;
    width: 1px;
    height: 100%;
    min-height: 90px;
    background: #4A4A4C;
    opacity: 0.5;
    top: 0;
    left: 0;
  }
  .section-about-company .quick-facts__stat-item:first-child {
    max-width: 235px;
    padding-left: 20px;
  }
  .section-about-company .quick-facts__stat-item:first-child:before {
    content: " ";
    position: absolute;
    width: 1px;
    height: 100%;
    min-height: 90px;
    background: #4A4A4C;
    opacity: 0.5;
    top: 0;
    left: 0;
  }
  .blog-page {
    background: #ECECF2;
  }
  .section-resources .post-item__content {
    padding-right: 0px;
  }
  .section-resources .post-item__big-picture {
    background-color: #fff;
  }
  .section-resources .post-item__big-picture .post-item__content {
    max-width: 320px;
  }
  .section-resources .post-item__big-picture .post-item__content-title {
    font-size: 32px;
  }
  .section-resources .post-item__big-picture .post-item__aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section-resources .post-item__content::before {
    display: none;
  }
  .section-resources .post-item__content-text {
    font-size: 16px;
    height: 60px;
    line-height: 1.25;
  }
  .section-resources .post-item__aside {
    display: none;
  }
  .section-resources .post-item__aside--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
  }
  .section-resources .post-item__aside--mobile .aside-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section-resources .post-item__aside--mobile .aside-header {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0;
  }
  .section-resources .post-item__aside--mobile .aside-header-text {
    color: #5D727F;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.14;
  }
  .section-resources .post-item__aside--mobile .aside-picture {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    margin-right: 10px;
  }
  .section-resources .post-item__aside--mobile .aside-picture img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }
  .section-resources .post-item__aside--mobile .aside-footer .text-bold {
    color: #5D727F;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.14;
  }
  .section-resources .post-item__aside--mobile .aside-footer .text-normal {
    color: #5D727F;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
  }
  .tabs__nav {
    margin-bottom: 20px;
  }
  .section-article blockquote {
    padding-left: 20px;
  }
  .connection-main .benefits-block {
    padding: 0;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .connection-main .benefits__item {
    max-width: 285px;
  }
  .connection-main .faq__item {
    max-width: 100%;
  }
  .connection-main .section-form .form-block__info {
    max-width: 620px;
  }
  .connection-main .video-block .video {
    height: 270px;
  }
  .section-connection .connection-block {
    padding: 80px 40px;
  }
  .section-connection .parallax-clouds-pricing.cloud-right {
    width: 68%;
    top: 208px;
  }
}

@media screen and (max-width: 729px) {
  .section-statistics .statistics-item::before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #45535E;
    left: 0;
    bottom: 0;
  }
  .section-statistics .statistics-item:not(:last-of-type):after {
    display: none;
  }
  .section-statistics .statistics-item:first-of-type {
    padding-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .section-statistics .statistics-item:not(:first-child):not(:last-child) {
    padding: 20px 0;
  }
  .section-statistics .statistics-item:last-of-type {
    padding-left: 0;
    padding-bottom: 20px;
    padding-top: 20px;
  }
}

@media screen and (max-width: 720px) {
  .solution-fs .solution-fs-bg__data-lines-mobile {
    width: 750px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .solution-fs .solution-fs-bg__data-lines-mobile .lines-solutions-bg--mobile {
    width: 478px;
    height: auto;
    top: 49px;
  }
  .solution-fs .solution-fs-bg__data-lines-mobile .lines-solutions-bg--mobile {
    width: 498px;
    height: auto;
    top: 11.3%;
  }
  .solution-fs .solution-fs-bg__data-lines-mobile .girl-at-desk--mobile {
    width: 148px;
    height: auto;
    top: 117px;
    z-index: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    left: 314px;
  }
  .solution-fs .data-lines-bg-mobile {
    width: 750px;
  }
  .solution-fs .solution-fs-bg__data-lines-mobile .grey-bg {
    width: 750px;
  }
  .solution-fs .solution-fs__header {
    padding: 0 20px;
  }
  .solution-fs .solution-fs__footer {
    max-width: 320px;
  }
}

@media screen and (max-width: 620px) {
  .footer__brand-logo {
    width: 50%;
  }
  .section-about-company .creating-reasons__image {
    width: 100%;
    height: 100%;
  }
  .section-about-company .creating-reasons__image img {
    width: 100%;
  }
  .tabs__button {
    padding: 4px 15px;
  }
  .section-resources .post-item__big-picture {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section-resources .post-item__big-picture .post-item__content {
    max-width: 420px;
  }
  .section-resources .post-item__big-picture .aside-big-picutre {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .section-resources .post-item__big-picture .aside-big-picutre img {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .section-resources .post-item__big-picture .post-item__aside {
    padding: 0 20px 20px 20px;
  }
  .section-article .article-title {
    font-size: 32px;
  }
  .section-article .cta-block {
    width: 100%;
    padding-bottom: 20px;
  }
  .section-article .cta-block:before {
    display: none;
  }
  .section-article .cta-block:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #E0E1E9;
  }
  .section-article .cta-block-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    max-width: 100%;
  }
  .section-article .share-block {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
  }
  .section-article .share-block:before {
    display: none;
  }
  .section-article .share-block:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #E0E1E9;
  }
  .section-article .share-block-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .section-article .share-block ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    margin-bottom: 10px;
  }
  .section-article .contact-us-block {
    width: 100%;
    padding-top: 20px;
  }
  .section-article .contact-us-block-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .section-article .article-footer {
    border-top: none;
    padding-top: 0;
  }
  .section-article .article-footer-wrapper {
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-article blockquote p:first-child::after {
    right: -18px;
  }
  .section-steps__item .item-img-wrapper {
    width: 100%;
    height: auto;
  }
  .section-steps__item .item-img-wrapper img {
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 481px) {
  .section-steps .bottom-bg--mobile {
    display: none;
  }
  .section-integration .swiper-pagination,
  .section-integration .swiper-button-next,
  .section-integration .swiper-button-prev {
    display: none;
  }
  .section-integration .integration-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 27px;
    row-gap: 50px;
  }
}

@media screen and (max-width: 507px) {
  .parallax-clouds-pricing.cloud-right {
    width: 34%;
  }
  .parallax-clouds-pricing #pricing-scene2 .pricing-cloud-img {
    -webkit-filter: drop-shadow(30px 34px 30px rgba(0, 0, 0, 0.25));
            filter: drop-shadow(30px 34px 30px rgba(0, 0, 0, 0.25));
  }
}

@media screen and (min-width: 481px) {
  .section-integration .integration-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 480px) {
  .header__offer .header-clouds-bg-mobile {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .section-offer .offer__card-content picture img {
    width: 100%;
    height: auto;
  }
  .section-title.title--primary {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .section-title.title--primary.header-title {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .header__subtitle {
    margin-bottom: 50px;
    max-width: 300px;
  }
  .header__subtitle.desktop {
    display: none;
  }
  .header__subtitle.mobile {
    display: block;
  }
  .header .btn__offer {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0;
  }
  .header__wrapper {
    background-image: url(https://21483960.fs1.hubspotusercontent-na1.net/hubfs/21483960/burgerbg360.png);
  }
  .header-title {
    margin-bottom: 50px;
  }
  .header__offer {
    background-size: 100%;
    background-position: center bottom;
    position: relative;

    background-color: #fff;
  }
  .header__offer .header-clouds-bg-mobile {
    position: absolute;
    display: block;
    top: 50px;
    left: 0;
    width: 100%;
    height: auto;
  }
  .header__offer .header-clouds-bg-mobile img {
    width: 100%;
    height: 100%;
  }
  .header__offer .logos-bg {
    background-size: cover;
    padding-bottom: 290px;
    background-image: none;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 140px;
    background-size: 226%;
  }
  .header__offer .logos-bg-picture {
    display: none;
  }
  .header__offer-bg-picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .header__offer-bg-picture img {
    min-height: 258px;
  }
  .section-steps .item-content {
    padding: 0 20px;
  }
  .section-steps__bottom-bg {
    display: block;
  }
  .section-steps__bottom-bg.bottom-bg--mobile {
    display: block;
  }
  .section-steps .section-bottom-bg {
    background-image: none;
    padding: 0 30px;
  }
  .section-steps .steps-bottom-img {
    width: 301px;
    height: 530px;
  }
  .section-statistics .statistics-item {
    width: 100%;
  }
  .section-statistics .statistics-block {
    row-gap: 0;
  }
  .section-reviews .swiper-slide-prev,
  .section-reviews .swiper-slide-next {
    opacity: 0;
  }
  .section-reviews .swiper-container {
    padding: 0;
    margin: 0;
  }
  .section-reviews .swiper-buttons-wrapper {
    margin-bottom: 30px;
  }
  .section-reviews .swiper-pagination {
    bottom: -35px;
  }
  .section-cloud-switch {
    padding-top: 100px;
  }
  .section-cloud-switch-bg {
    width: 360px;
  }
  .section-cloud-switch__subtitle {
    font-size: 20px;
  }
  .section-cloud-switch .switcher-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 70px;
  }
  .section-cloud-switch .switcher-list__item {
    min-height: 100px;
    padding: 19px 5px 0 5px;
  }
  .section-cloud-switch .switcher-list__item::after {
    display: none;
  }
  .section-cloud-switch .switcher-list__item-img {
    height: 32px;
  }
  .section-cloud-switch .switcher-list__item-descr p {
    font-size: 13px;
  }
  .solution-fs .section-title.title--primary {
    font-size: 32px;
    margin-bottom: 0;
  }
  .parallax-clouds-products {
    display: none;
  }
  .parallax-clouds-company #company-scene1 {
    right: unset;
    left: -63px;
    bottom: -95px;
  }
  .parallax-clouds-company #company-scene1 .company-cloud-img img {
    width: 117px;
    height: 61px;
  }
  .section-about-company .creating-reasons__image-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: auto;
  }
  .section-about-company .creating-reasons__image-mobile img {
    width: 100%;
    height: auto;
  }
  .section-article .article-content .content-text {
    font-size: 16px;
    line-height: 1.25;
  }
  .section-article blockquote p {
    font-size: 18px;
  }
  .section-article blockquote p:first-child::before {
    width: 18px;
    height: 26px;
    left: -22px;
  }
  .section-article blockquote p:first-child::after {
    width: 18px;
    height: 26px;
  }
  .section-principles .container {
    padding: 0 10px;
  }
  .section-principles .section-title.title--primary {
    font-size: 32px;
    line-height: 1.25;
    margin-bottom: 30px;
  }
  .section-principles .product-block__title {
    max-width: 264px;
    margin-bottom: 18px;
  }
  .section-principles .product-block__subtitle {
    font-size: 18px;
    margin-bottom: 29px;
  }
  .section-principles .product-block__img {
    margin-bottom: 321px;
  }
  .section-principles .principles-swiper {
    margin-top: -261px;
    margin-bottom: -172px;
  }
  .section-dashboard .title-dashboard {
    margin-top: 200px;
  }
  .section-dashboard .container {
    padding: 0 20px;
  }
  .section-dashboard .wrapper__inner {
    padding-bottom: 50px;
  }
  .section-scale {
    padding-top: 60px;
    padding-bottom: 112px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(28%, #7ADFFF), to(rgba(11, 197, 255, 0)));
    background: linear-gradient(180deg, #7ADFFF 28%, rgba(11, 197, 255, 0) 100%);
  }
  .section-scale .container {
    padding: 0 6px;
  }
  .section-scale__bg-picture {
    width: 100%;
    bottom: 0;
    height: 450px;
  }
  .section-scale__bg-picture .desktop {
    display: none;
  }
  .section-scale__bg-picture .mobile {
    display: block;
  }
  .section-scale__bg-picture img {
    min-height: unset;
  }
  .section-scale__subtitle {
    max-width: 195px;
    margin: 0 auto;
    font-size: 22px;
  }
  .section-scale .section-title.title--secondary {
    margin-bottom: 25px;
    line-height: 1.53;
  }
  .section-integration .swiper-integration {
    margin-bottom: 50px;
  }
  .section-integration .integration-list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .section-integration .title--secondary {
    font-size: 32px;
    margin-bottom: 50px;
  }
  .section-reviews {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .section-reviews .section-title.title--secondary {
    font-size: 32px;
    line-height: 1.25;
  }
  .section-reviews .reviews__subtitle {
    font-size: 20px;
  }
  .section-accomplishments .section-title {
    font-size: 32px;
  }
  .section-accomplishments__subtitle {
    font-size: 20px;
  }
  .section-accomplishments .accomplishments-table .table__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section-accomplishments .accomplishments-table .table__row .table-items {
    row-gap: 10px;
    margin: 0 auto;
  }
  .section-accomplishments .accomplishments-table .table__item-img {
    width: 45px;
  }
  .section-accomplishments .accomplishments-table .table__item {
    max-width: 67px;
    padding-bottom: 25px;
  }
  .section-form .container {
    padding: 0;
  }
  .section-form .form-block__info {
    padding: 0 20px;
  }
  .hbspt-form {
    row-gap: 20px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .hbspt-form form .hs-error-msgs {
    max-width: 100%;
    top: unset;
    bottom: -27px;
    padding-left: 3px;
  }
  .hbspt-form form input[type="submit"] {
    margin: 0 auto;
  }
  .hbspt-form .hs-form-field {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .hbspt-form .hs-form-field label {
    margin-bottom: 10px;
    max-width: 100%;
  }
  .hbspt-form .btn {
    margin: 0 auto;
  }
  .hbspt-form .form-group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .hbspt-form .label-wrapper {
    margin-bottom: 10px;
    max-width: 100%;
  }
  .hbspt-form .checkpoints {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .form {
    row-gap: 20px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .form .btn {
    margin: 0 auto;
  }
  .form-group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .form .label-wrapper {
    margin-bottom: 10px;
    max-width: 100%;
  }
  .form .checkpoints {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .tabs__nav {
    margin-bottom: 20px;
    padding: 0;
  }
  .footer__social {
    margin-bottom: 20px;
  }
  .footer .footer-row.bottom-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section-connection .section-title.title--primary {
    width: 90%;
  }
  .section-connection .connection-block {
    padding: 50px 20px;
    row-gap: 100px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .section-connection .connection-block .connection-cta {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section-connection .parallax-clouds-pricing.cloud-right {
    display: none;
  }
  .section-connection .container {
    padding: 0;
  }
  .connection-main .video-block .video {
    height: 160px;
  }
  .connection-main .section-reviews {
    padding-top: 0;
    padding-bottom: 135px;
  }
  .connection-main .section-reviews .section-title.title--secondary {
    font-size: 32px;
    line-height: 1.25;
  }
  .connection-main .section-reviews .reviews__subtitle {
    font-size: 20px;
  }
  .connection-main .benefits__item {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 375px) {
  .container {
    padding: 0 20px;
  }
  .section-integration .swiper-integration {
    position: relative;
    width: 100%;
    max-width: 1360px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
  }
  .section-integration .swiper-pagination {
    bottom: 40px;
  }
  .section-steps .section-bottom-bg {
    background-image: none;
  }
  .section-steps .item-content {
    padding: 0 20px;
  }
  .section-integration .swiper-integration {
    padding-bottom: 50px;
    margin-bottom: 30px;
  }
  .section-integration .integration-list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .section-integration .swiper-button-next,
  .section-integration .swiper-button-prev {
    position: relative;
    top: 0;
    margin-top: 0;
  }
  .section-integration .swiper-buttons-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 20px;
    margin-bottom: 20px;
  }
  .parallax-clouds-assignment #assignment-scene1 {
    top: -90px;
  }
  .section-accomplishments .container {
    padding: 0 12px;
  }
  .section-form {
    padding-bottom: 100px;
  }
  .parallax-clouds-pricing #pricing-scene1 {
    left: -41px;
  }
  .parallax-clouds-pricing #pricing-scene2 {
    right: -78px;
  }
  .parallax-clouds-pricing #pricing-scene2 .pricing-cloud-img {
    -webkit-filter: drop-shadow(30px 34px 30px rgba(0, 0, 0, 0.25));
            filter: drop-shadow(30px 34px 30px rgba(0, 0, 0, 0.25));
  }
  .section-offer .offer__card.offer__card--secondary .offer__card-content {
    padding: 30px 20px;
  }
  .section-offer .offer__card.offer__card--secondary .offer__card-content picture {
    height: 150px;
    margin: 0 auto;
  }
  .section-offer .offer__card.offer__card--secondary picture img {
    width: 100%;
    height: auto;
  }
  .section-features .list-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .section-features .feature-divider {
    display: none;
  }
  .section-features .features-block {
    row-gap: 30px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .section-features .features-block .decor-item {
    margin-right: 14px;
  }
  .section-features .features-list-wrapper {
    width: 100%;
  }
  .pricing-main .container {
    padding: 0 10px;
  }
  .section-certified {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .section-certified .section-title.title--secondary {
    font-size: 32px;
    line-height: 1.25;
  }
  .section-certified .swiper-container {
    padding: 0;
    margin: 0;
  }
  .section-certified .swiper-buttons-wrapper {
    margin-bottom: 30px;
  }
  .section-certified .swiper-pagination {
    bottom: -35px;
  }
  .section-assignment {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .section-assignment .section-title.title--secondary {
    font-size: 32px;
    line-height: 1.25;
  }
  .section-assignment .assignment__subtitle {
    font-size: 20px;
  }
  .section-assignment .swiper-container {
    padding: 0 20px;
    margin: 0;
  }
  .section-assignment .swiper-buttons-wrapper {
    margin-bottom: 30px;
  }
  .section-assignment .swiper-pagination {
    bottom: -35px;
  }
  .parallax-clouds-services {
    width: 589px;
    height: 958px;
  }
  .section-about-company .section-title.title--primary {
    font-size: 32px;
    margin-bottom: 50px;
  }
  .section-about-company .quick-facts__stat {
    row-gap: 20px;
  }
}

/*karen*/

@media screen and (min-width: 1920px) {
  .logos-bg-picture {
    display: none !important;
  }}

@media screen and (min-width: 1920px) and (min-aspect-ratio: 1/1.5) {
  .header__offer {
    max-height: 90vw !important;
    height: 49vw!important;
  }
  
  
  .header__offer-bg-picture {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  main {
    z-index: 1;
    position: relative;
  }
}

.cta_button p {
  color: #FFF !important;
  margin-bottom: 0 !important;
}

.calendlycss {
  width: 100%;
  height: 820px;
}

@media screen and (min-width: 1441px) {
  .header__offer .btn__offer {
    margin-bottom: 240px;
  }
}

// new-pricing


.pricing-bg-mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1
}

@media((min-width: 1366px)) {
.pricing-bg-mobile {
  display: none
}
}

.pricing-bg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -1
}

@media((min-width: 1366px)) {
.pricing-bg {
  display: block
}
}

.pricing-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 128px;
  padding-bottom: 16px;
  margin-bottom: 28px;
  border-radius: 48px
}

@media((min-width: 720px)) {
.pricing-container {
  /*max-width: 560px;*/
  width: calc(100% - 128px);
  padding-top: 128px;
  padding-left: 120px;
  padding-right: 120px;
  padding-bottom: 40px;
  margin-bottom: 40px
}
}

@media((min-width: 1366px)) {
.pricing-container {
  /*max-width: 1312px;*/
  padding-top: 128px;
  /*padding-right: 56px;*/
  /*padding-left: 56px;*/
  margin-bottom: 56px;
  margin-bottom: 64px;
  padding-bottom: 106px
}
}

.pricing-subtitle {
  color: #4a4a4c;
  text-align: center;
  font-family: 'LatoWeb';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 24px
}

@media((min-width: 720px)) {
.pricing-subtitle {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px
}
}

.pricing-title {
  color: #4a4a4c;
  text-align: center;
  font-family: "Playfair Display";
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 8px
}

@media((min-width: 720px)) {
.pricing-title {
  font-size: 60px;
  line-height: 70px
}
}

.pricing-intro-text {
  max-width: 592px;
  margin: 0 auto;
  color: #4a4a4c;
  text-align: center;
  font-family: 'LatoWeb';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 44px
}

@media((min-width: 720px)) {
.pricing-intro-text {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 64px
}
}

.pricing-layout {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px
}

@media((min-width: 720px)) {
.pricing-layout {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px
}
}

@media((min-width: 1366px)) {
.pricing-layout {
  gap: 8px;
  align-items: center;
  flex-wrap: nowrap;
}
}

.pricing-item {
  display: flex;
  flex-direction: column;
  padding: 16px;
  border-radius: 20px;
  border: 1px solid rgba(228, 231, 236, .5);
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(20, 28, 37, .04);
  min-width: 320px;
  max-width: 540px;
  flex-grow: 1;
}

@media((min-width: 720px)) {
.pricing-item {
  flex-grow: 1;
}
}

@media((min-width: 1024px)) {
.pricing-item {
  flex-grow: 1;
  max-width: 50%;
}
}

@media((min-width: 1200px)) {
.pricing-item {
  min-height: 600px;
}
}

@media((min-width: 1366px)) {
.pricing-item {
  max-width: 540px;
}
}

.pricing-item__title {
  color: #4a4a4c;
  leading-trim: both;
  text-edge: cap;
  font-family: 'LatoWeb';
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 12px
}

.pricing-item__price-wrapper {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 12px 0;
  margin-bottom: 12px
}

@media((min-width: 720px)) {
.pricing-item__price-wrapper {
  margin-bottom: 32px
}
}

.pricing-item__price, .pricing-item__price-discont {
  color: #4a4a4c;
  font-family: 'LatoWeb';
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px
}

.pricing-item__price2 {
  color: #4a4a4c;
  font-family: 'LatoWeb';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px
}

.pricing-item__plan {
  display: flex;
  gap: 12px;
  padding: 20px 0px;
  border-top: 1px solid rgba(0, 0, 0, .05);
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  margin-bottom: 32px;
  color: #4a4a4c;
  font-family: 'LatoWeb';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px
}

.pricing-item-features {
  margin-bottom: 32px
}

@media((min-width: 720px)) {
.pricing-item-features {
  margin-bottom: 106px
}
}

@media((min-width: 1200px)) {
.pricing-item-features {
  margin-bottom: 0px
}
}

.pricing-item-features__title {
  color: #4a4a4c;
  font-family: 'LatoWeb';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 24px
}

.pricing-item-features__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style-type: none;
  padding-left: 0
}

.pricing-item-features__list-item {
  position: relative;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-right: 14px
}

.pricing-item-features__list-item span {
  color: #4a4a4c;
  font-family: 'LatoWeb';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px
}

.pricing-item-features__list-item-note-wrapper {
  position: absolute;
  top: 0;
  right: 0
}

.pricing-item-features__list-item-note-pic {
  cursor: pointer
}

.pricing-item-features__list-item-note-pic:hover~.pricing-item-features__list-item-note {
  display: block
}

.pricing-item-features__list-item-note {
  display: none;
  position: relative;
  max-width: 169px;
  width: max-content;
  position: absolute;
  bottom: 20px;
  left: -14px;
  padding: 8px 7px 16px 9px
}

.pricing-item-features__list-item-note span {
  position: relative;
  color: #4a4a4a;
  font-family: 'LatoWeb';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  z-index: 1
}

.pricing-item-features__list-item-note svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1
}

.pricing-item-button {
  display: flex;
  padding: 16px 8px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  border: 1px solid #246bfd;
  background: #fff;
  color: #246bfd;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: 'LatoWeb';
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: auto
}

.pricing-item-button:hover {
  border-radius: 12px;
  border: 1px solid #246bfd;
  background: linear-gradient(0deg, rgba(1, 102, 255, 0.1) 0%, rgba(1, 102, 255, 0.1) 100%), #fff
}

.pricing-switcher {
  display: flex;
  width: 36px;
  height: 20px;
  padding: 2px 8px 2px 2px;
  align-items: center;
  flex-shrink: 0;
  border-radius: 500px;
  background: #97a1af;
  transition: .5s;
  cursor: pointer
}

.pricing-switcher__button {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  transition: .3s
}

.pricing-switcher_active {
  background: #0bc4ff
}

.pricing-switcher_active .pricing-switcher__button {
  transform: translateX(15px)
}

.pricing-item_highlighted {
  border: 1px solid rgba(228, 231, 236, .5);
  background: #133b5f;
  box-shadow: 0px 1px 2px 0px rgba(20, 28, 37, .04)
}

@media((min-width: 1366px)) {
.pricing-item_highlighted {
  min-height: 660px
}
}

.pricing-item_highlighted .pricing-item__title {
  color: #fff;
  opacity: .8
}

.pricing-item_highlighted .pricing-item__price {
  color: #fff
}

.pricing-item_highlighted .pricing-item__price-discont {
  color: #fff
}

.pricing-item_highlighted .pricing-item__price2 {
  color: #fff;
  opacity: .8
}

.pricing-item_highlighted .pricing-item__plan {
  color: #fff;
  opacity: 1;
  border-top: 1px solid hsla(0, 0%, 100%, .1);
  border-bottom: 1px solid hsla(0, 0%, 100%, .1)
}

.pricing-item_highlighted .pricing-item-features__title {
  color: #fff
}

.pricing-item_highlighted .pricing-item-features__list-item>span {
  color: #fff
}

.pricing-item_highlighted .pricing-item-features__list-item-note-pic path {
  fill: #fff
}

.pricing-item_highlighted .pricing-item-button {
  color: #fff;
  border-radius: 12px;
  border: 1px solid hsla(0, 0%, 100%, .15);
  background: radial-gradient(78.24% 153.77% at 50.21% 100%, rgba(17, 20, 194, 0.6) 0%, rgba(34, 100, 150, 0) 100%), #5fd8ff;
  box-shadow: 0px 0px 5px 0px rgba(184, 240, 255, .4) inset, 3px 0px 24px 0px rgba(186, 238, 255, .2)
}

.pricing-item_highlighted .pricing-item-button:hover {
  border: 1px solid hsla(0, 0%, 100%, .15);
  background: radial-gradient(111.84% 219.81% at 50.21% 100%, rgba(17, 20, 194, 0.6) 0%, rgba(34, 100, 150, 0) 100%), #02b7f1;
  box-shadow: 23px 0px 12px 0px rgba(11, 194, 252, .12), 0px 0px 5px 0px rgba(184, 240, 255, .4) inset
}

.pricing-item_highlighted .pricing-item-cta {
  margin-top: 12px;
  display: block;
  opacity: .8;
  color: #fff;
  text-align: center;
  font-family: 'LatoWeb';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font
}

.compare-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 128px;
  padding-bottom: 16px;
  margin-bottom: 28px;
  border-radius: 48px
}

@media((min-width: 720px)) {
.compare-container {
  /*max-width: 560px;*/
  width: calc(100% - 128px);
  padding-top: 128px;
  padding-left: 120px;
  padding-right: 120px;
  padding-bottom: 40px;
  margin-bottom: 40px
}
}

@media((min-width: 1366px)) {
.compare-container {
  /*max-width: 1312px;*/
  padding-top: 128px;
  /*padding-right: 56px;*/
  /*padding-left: 56px;*/
  padding-bottom: 80px;
  margin-bottom: 64px
}
}

.compare-mobile-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px
}

@media((min-width: 1024px)) {
.compare-mobile-header {
  display: none
}
}

.compare-select {
  position: relative
}

.compare-select.open .compare-select-menu {
  display: flex
}

.compare-select-button {
  display: flex;
  padding: 10px 16px 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  border-radius: var(--radius-m, 10px);
  border: 1px solid rgba(0, 0, 0, .1);
  background: #133b5f
}

.compare-select-button span {
  color: #fff;
  text-align: center;
  font-family: 'LatoWeb';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase
}

.compare-select-menu {
  display: none;
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  min-width: 134px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: var(--radius-l, 12px);
  border: 1px solid rgba(52, 64, 81, .2);
  background: #fff;
  box-shadow: 0px 10px 15px -3px var(--Effects-shadow-l, rgba(20, 28, 37, 0.08))
}

.compare-select-menu-title {
  padding: 8px 12px;
  border-bottom: .5px solid rgba(52, 64, 81, .2);
  opacity: .5;
  background: #fff;
  color: #344051;
  font-family: 'LatoWeb';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase
}

.compare-select-menu-list {
  width: 100%
}

.compare-select-menu-list-item {
  display: flex;
  width: 100%;
  height: 32px;
  padding: 8px 12px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  color: #344051;
  font-family: 'LatoWeb';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase
}

.compare-select-menu-list-item svg {
  display: none;
}

.compare-select-menu-list-item_active svg {
  display: block;
}

.compare-mobile-header-title {
  color: #4a4a4c;
  leading-trim: both;
  text-edge: cap;
  font-family: 'LatoWeb';
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase
}

.compare-layout {
  display: flex;
  border-radius: 20px;
  border: 1px solid rgba(228, 231, 236, .5);
  overflow: hidden
}

@media((min-width: 720px)) {
.compare-layout {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
}

@media((min-width: 1366px)) {
.compare-layout {
  flex-wrap: nowrap;
  border-radius: 20px;
  border: 1px solid rgba(228, 231, 236, .5);
  background: #fff;
  padding-bottom: 32px;
  padding-top: 32px;
  gap: 20px;
}
}

.compare-item {
  background: #fff;
  flex-grow: 1;
  display: none
}

@media((min-width: 1024px)) {
.compare-item {
  display: block;
  width: 50%;
  flex-grow: 0;
}
}

@media((min-width: 1366px)) {
.compare-item {
  display: block;
  width: auto;
  min-width: 320px;
  flex-grow: 1;
}
}

.compare-item_active {
  display: block
}

.compare-item-block {
  padding: 32px 0px
}

.compare-item-block-title {
  color: #4a4a4c;
  leading-trim: both;
  text-edge: cap;
  font-family: 'LatoWeb';
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 32px;
  padding: 0 32px
}

.compare-item-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 32px;
  border-top: 1px solid rgba(0, 0, 0, .05);
  color: #4a4a4c;
  font-family: 'LatoWeb';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px
}

.compare-item-row svg {
  width: 16px;
  height: 16px;
  aspect-ratio: 1/1
}

@media((min-width: 720px)) {
.compare-item-row svg {
  width: 24px;
  height: 24px
}
}

.compare-item-row_disabled {
  color: #4a4a4c;
  opacity: .5
}

.compare-item-cta {
  display: flex;
  padding: 16px 8px;
  justify-content: center;
  align-items: center;
  margin: 0 16px;
  margin-bottom: 32px;
  border-radius: 12px;
  border: 1px solid #246bfd;
  background: #fff;
  color: #246bfd;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: 'LatoWeb';
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: none
}

.compare-item-cta:hover {
  border-radius: 12px;
  border: 1px solid #246bfd;
  background: linear-gradient(0deg, rgba(1, 102, 255, 0.1) 0%, rgba(1, 102, 255, 0.1) 100%), #fff
}

@media((min-width: 1366px)) {
.compare-item_highlighted {
  background: #133b5f;
  border-radius: 16px
}
}

@media((min-width: 1366px)) {
.compare-item_highlighted .compare-item-block-title {
  color: #fff
}
}

@media((min-width: 1366px)) {
.compare-item_highlighted .compare-item-row {
  color: #fff
}
.compare-item_highlighted .compare-item-row svg path {
  fill: #82daff
}
}

.compare-item_highlighted .compare-item-cta {
  color: #fff;
  border-radius: 12px;
  border: 1px solid hsla(0, 0%, 100%, .15);
  margin-bottom: 0;
  background: radial-gradient(78.24% 153.77% at 50.21% 100%, rgba(17, 20, 194, 0.6) 0%, rgba(34, 100, 150, 0) 100%), #5fd8ff;
  box-shadow: 0px 0px 5px 0px rgba(184, 240, 255, .4) inset, 3px 0px 24px 0px rgba(186, 238, 255, .2)
}

.compare-item_highlighted .compare-item-cta:hover {
  border-radius: 12px;
  border: 1px solid hsla(0, 0%, 100%, .15);
  background: radial-gradient(111.84% 219.81% at 50.21% 100%, rgba(17, 20, 194, 0.6) 0%, rgba(34, 100, 150, 0) 100%), #02b7f1;
  box-shadow: 23px 0px 12px 0px rgba(11, 194, 252, .12), 0px 0px 5px 0px rgba(184, 240, 255, .4) inset
}

.compare-item_highlighted .compare-item-contact {
  margin-top: 12px;
  margin-bottom: 32px;
  display: block;
  opacity: .8;
  color: #fff;
  text-align: center;
  font-family: 'LatoWeb';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font
}

.pricing-item__price-discont {
  display: none;
}

.pricing-item__price-wrapper_show-discont > .pricing-item__price {
  display: none;
}

.pricing-item__price-wrapper_show-discont > .pricing-item__price-discont {
  display: block;
}

/*end new pricing*/

/*aspire integrations*/

.aspire-integrations {
  /*padding-top: 120px;*/
  padding-bottom: 120px;
  background: linear-gradient(180deg, #76767D 0%, #39393C 100%);
}

@media((min-width: 960px)) {
.aspire-integrations {
  /*padding-top: 120px;*/
  padding-bottom: 120px;
}
}

.aspire-integrations-header {
  padding-top: 120px;
  padding-bottom: 70px;
  background: #1D1D20;
  position: relative;
}

@media((min-width: 960px)) {
.aspire-integrations-header {
  padding-top: 120px;
  padding-bottom: 100px;
}
}

.aspire-integrations-header-mindcloud {
  color: #2B9CCC;
  text-align: center;
  font-family: LatoWeb;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 10px;
}

.aspire-integrations-header__title {
  color: #FFF;
  text-align: center;
  font-family: LatoWeb;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 48px */
}

@media((min-width: 960px)) {
.aspire-integrations-header__title {
  font-size: 68px;
  line-height: 120%; /* 81.6px */
}
}

.aspire-integrations-header__button {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: fit-content;
  padding: 0 65px;
  border-radius: 8px;
  background: linear-gradient(57deg, #016483 -2.27%, #0BC4FF 91.08%);
  box-shadow: 0px 0px 30px 0px rgba(11, 194, 252, 0.75);

  color: #FFF;
  text-align: center;
  font-family: LatoWeb;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  z-index: 5;
}

.aspire-integrations-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
}

@media((min-width: 960px)) {
.aspire-integrations-content {
  padding-top: 69px;
}
}

.aspire-integrations-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 653px;
  background: linear-gradient(180deg, rgba(43, 156, 204, 0.30) 0%, rgba(130, 218, 255, 0.30) 54.17%, rgba(255, 255, 255, 0.30) 100%), #FFF;
  z-index: 1;
}

@media((min-width: 960px)) {
.aspire-integrations-bg {
  height: 617px;
}
}

.aspire-integrations-bg-cloud-left {
  display: none;
}

@media((min-width: 960px)) {
.aspire-integrations-bg-cloud-left {
  position: absolute;
  left: 0;
  top: -96px;
  display: block;
  display: none;
}
}

.aspire-integrations-bg-cloud-right {
  display: none;
}

@media((min-width: 960px)) {
.aspire-integrations-bg-cloud-right {
  position: absolute;
  right: 0;
  top: -40px;
  display: block;
  display: none;
}
}

.aspire-integrations-bg-house-right-mobile {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: .2;
}

@media((min-width: 960px)) {
.aspire-integrations-bg-house-right-mobile {
  display: none;
}
}

.aspire-integrations-bg-house-right {
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
}

@media((min-width: 960px)) {
.aspire-integrations-bg-house-right {
  position: absolute;
  right: 0;
  opacity: 1;
  bottom: -110px;
  display: block;
}
}

.aspire-integrations-bg-house-left {
  display: none;
}

@media((min-width: 960px)) {
.aspire-integrations-bg-house-left {
  display: block;
  position: absolute;
  left: 0;
  bottom: -110px;
  /*transform: scaleX(-1);*/
}
}

.aspire-integrations-info-text {
  padding: 0 30px;
  color: #4A4A4A;
  text-align: center;
  font-family: LatoWeb;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 21.6px */
  max-width: 750px;
  margin-bottom: 60px;
  z-index: 2;
}

@media((min-width: 960px)) {
.aspire-integrations-info-text {
  margin-bottom: 40px;
}
}

.aspire-integrations-cards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
  z-index: 1;
}

@media((min-width: 960px)) {
.aspire-integrations-cards {
  gap: 60px;
}
}

.aspire-integrations-card {
  position: relative;
  width: 360px;
  padding: 40px 0 60px;

  border-radius: 30px;
  background: #FFF;
  box-shadow: 0px 20px 24px 0px rgba(0, 0, 0, 0.10);
}

.aspire-integrations-card-bg {
  display: none;
}

@media((min-width: 960px)) {
.aspire-integrations-card-bg {
  position: absolute;
  top: 60%;
  right: 50%;
  transform: translate(50%,-40%);
  display: block;
  width: 100vw;
  height: auto;
  z-index: -1;
}
}

@media((min-width: 960px)) {
.aspire-integrations-card {
  width: 930px;
  padding: 40px 100px 60px;
}
}

.aspire-integrations-card__title {
  color: #2B9CCC;
  text-align: center;
  font-family: LatoWeb;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 38.4px */
  margin-bottom: 15px;
  padding: 0 15px;
}

@media((min-width: 960px)) {
.aspire-integrations-card__title {
  padding: 0;
}
}

.aspire-integrations-card__text {
  color: #4A4A4A;
  text-align: center;
  font-family: LatoWeb;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 21.6px */
  margin-bottom: 40px;
  padding: 0 15px;
}

@media((min-width: 960px)) {
.aspire-integrations-card__text {
  color: #4A4A4A;
  text-align: center;
  font-family: LatoWeb;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 21.6px */
  margin-bottom: 40px;
  padding: 0;
}
}

@media((min-width: 960px)) {
.aspire-integrations-card__text {
  margin-bottom: 55px;
}
}

.aspire-integrations-card__pics {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 40px;
}

@media((min-width: 960px)) {
.aspire-integrations-card__pics {
  gap: 5px;
}
}

.aspire-integrations-card__pics-item {
  position: relative;
}

.aspire-integrations-card__pics-lines {
  width: 150px;
  height: auto;
}

@media((min-width: 960px)) {
.aspire-integrations-card__pics-lines {
  width: 210px;
}
}

.aspire-integrations-card__pics-item-pic {
  position: relative;
  width: 84px;
  height: 70px;

  border-radius: 3px;
  border: 1px solid #4A4A52;
}

@media((min-width: 960px)) {
.aspire-integrations-card__pics-item-pic {
  position: absolute;
  top: 30px;
  left: 6px;
  right: 0;
  margin: auto;
  border: 0;
}
}

.aspire-integrations-card__pics-item-pic img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.aspire-integrations-card__pics-item-computer {
  display: none;
}

@media((min-width: 960px)) {
.aspire-integrations-card__pics-item-computer {
  display: block;
  width: 200px;
  height: 176px;
}
}

.aspire-integrations-card__table {
  border: 1px solid #CCEBF7;
}

.aspire-integrations-card__table-item {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 34px;
  gap: 15px;
  border-bottom: 1px solid #CCEBF7;
}

@media((min-width: 960px)) {
.aspire-integrations-card__table-item {
  gap: 20px;
}
}

.aspire-integrations-card__table-item:last-child {
  border-bottom: 0;
}

.aspire-integrations-card__table-item-text {
  width: 140px;
  color: #4A4A4A;
  font-family: LatoWeb;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 21.6px */
  letter-spacing: -0.36px;
  flex-shrink: 0;
  padding: 6px 0;
}

@media((min-width: 960px)) {
.aspire-integrations-card__table-item-text {
  width: 225px;
  padding: 0;
}
}

.aspire-integrations-card__table-item-text:first-child {
  text-align: right;
}

.aspire-integrations-card__table-item-arrows-mobile {

}

@media((min-width: 960px)) {
.aspire-integrations-card__table-item-arrows-mobile {
  display: none;
}
}

.aspire-integrations-card__table-item-arrows-desktop {
  display: none;
}

@media((min-width: 960px)) {
.aspire-integrations-card__table-item-arrows-desktop {
  display: block;
}
}

/*end aspire integrations*/



/*karen*/
.section-statistics {
position: relative;
}