/* Стили Webflow, ограниченные контейнером .all-8.
   Вся вёрстка страницы должна лежать внутри <div class="all-8">…</div>.
   Блоки Тильды вне этого контейнера (свой подвал, меню, попапы) не затрагиваются. */
/* ===== normalize.css ===== */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
.all-8 {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
.all-8 {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
.all-8 article, .all-8 aside, .all-8 details, .all-8 figcaption, .all-8 figure, .all-8 footer, .all-8 header, .all-8 hgroup, .all-8 main, .all-8 menu, .all-8 nav, .all-8 section, .all-8 summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
.all-8 audio, .all-8 canvas, .all-8 progress, .all-8 video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
.all-8 audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
.all-8 [hidden], .all-8 template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
.all-8 a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
.all-8 a:active, .all-8 a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
.all-8 abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
.all-8 b, .all-8 strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
.all-8 dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
.all-8 h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
.all-8 mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
.all-8 small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
.all-8 sub, .all-8 sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.all-8 sup {
  top: -0.5em;
}
.all-8 sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
.all-8 img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
.all-8 svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
.all-8 figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
.all-8 hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
.all-8 pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
.all-8 code, .all-8 kbd, .all-8 pre, .all-8 samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
.all-8 button, .all-8 input, .all-8 optgroup, .all-8 select, .all-8 textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
.all-8 button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
.all-8 button, .all-8 select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
.all-8 button, .all-8 input[type="button"], .all-8 input[type="reset"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
.all-8 button[disabled], .all-8 input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
.all-8 button::-moz-focus-inner, .all-8 input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
.all-8 input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
.all-8 input[type="checkbox"], .all-8 input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
.all-8 input[type="number"]::-webkit-inner-spin-button, .all-8 input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
.all-8 input[type="search"] {
  -webkit-appearance: none;
  /* 1 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
.all-8 input[type="search"]::-webkit-search-cancel-button, .all-8 input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
.all-8 fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
.all-8 legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
.all-8 textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
.all-8 optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
.all-8 table {
  border-collapse: collapse;
  border-spacing: 0;
}
.all-8 td, .all-8 th {
  padding: 0;
}
/* ===== webflow.css ===== */
@font-face  {
  font-family: "webflow-icons";
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.all-8 [class^="w-icon-"], .all-8 [class*=" w-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "webflow-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.all-8 .w-icon-slider-right:before {
  content: "";
}
.all-8 .w-icon-slider-left:before {
  content: "";
}
.all-8 .w-icon-nav-menu:before {
  content: "";
}
.all-8 .w-icon-arrow-down:before, .all-8 .w-icon-dropdown-toggle:before {
  content: "";
}
.all-8 .w-icon-file-upload-remove:before {
  content: "";
}
.all-8 .w-icon-file-upload-icon:before {
  content: "";
}
.all-8 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.all-8 {
  height: 100%;
}
.all-8 {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
.all-8 img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
.all-8 html.w-mod-touch * {
  background-attachment: scroll !important;
}
.all-8 .w-block {
  display: block;
}
.all-8 .w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.all-8 .w-clearfix:before, .all-8 .w-clearfix:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.all-8 .w-clearfix:after {
  clear: both;
}
.all-8 .w-hidden {
  display: none;
}
.all-8 .w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
.all-8 input.w-button {
  -webkit-appearance: button;
}
.all-8 :where(button.w-popover-trigger) {
  background-color: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-decoration: inherit;
}
.all-8 .w-popover {
  position-anchor: none;
}
.all-8 .w-popover[popover]:not(:popover-open) {
  display: none;
}
.all-8 html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}
.all-8 .w-code-block {
  margin: unset;
}
.all-8 pre.w-code-block code {
  all: inherit;
}
.all-8 pre.w-code-block code > span {
  display: block !important;
}
.all-8 .w-optimization {
  display: contents;
}
.all-8 .w-webflow-badge, .all-8 .w-webflow-badge > img {
  box-sizing: unset;
  width: unset;
  height: unset;
  max-height: unset;
  max-width: unset;
  min-height: unset;
  min-width: unset;
  margin: unset;
  padding: unset;
  float: unset;
  clear: unset;
  border: unset;
  border-radius: unset;
  background: unset;
  background-image: unset;
  background-position: unset;
  background-size: unset;
  background-repeat: unset;
  background-origin: unset;
  background-clip: unset;
  background-attachment: unset;
  background-color: unset;
  box-shadow: unset;
  transform: unset;
  transition: unset;
  direction: unset;
  font-family: unset;
  font-weight: unset;
  color: unset;
  font-size: unset;
  line-height: unset;
  font-style: unset;
  font-variant: unset;
  text-align: unset;
  letter-spacing: unset;
  text-decoration: unset;
  text-indent: unset;
  text-transform: unset;
  list-style-type: unset;
  text-shadow: unset;
  vertical-align: unset;
  cursor: unset;
  white-space: unset;
  word-break: unset;
  word-spacing: unset;
  word-wrap: unset;
}
.all-8 .w-webflow-badge {
  position: fixed !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2147483647 !important;
  top: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;
  color: #aaadb0 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding: 6px !important;
  font-size: 12px !important;
  line-height: 14px !important;
  text-decoration: none !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: unset !important;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.all-8 .w-webflow-badge > img {
  position: unset;
  display: inline-block !important;
  visibility: unset !important;
  opacity: 1 !important;
  vertical-align: middle !important;
}
.all-8 h1, .all-8 h2, .all-8 h3, .all-8 h4, .all-8 h5, .all-8 h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
.all-8 h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
.all-8 h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
.all-8 h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
.all-8 h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
.all-8 h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
.all-8 h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}
.all-8 p {
  margin-top: 0;
  margin-bottom: 10px;
}
.all-8 blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}
.all-8 figure {
  margin: 0;
  margin-bottom: 10px;
}
.all-8 figcaption {
  margin-top: 5px;
  text-align: center;
}
.all-8 ul, .all-8 ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}
.all-8 .w-list-unstyled {
  padding-left: 0;
  list-style: none;
}
.all-8 .w-embed:before, .all-8 .w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.all-8 .w-embed:after {
  clear: both;
}
.all-8 .w-video {
  width: 100%;
  position: relative;
  padding: 0;
}
.all-8 .w-video iframe, .all-8 .w-video object, .all-8 .w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.all-8 fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
.all-8 button, .all-8 [type="button"], .all-8 [type="reset"] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
.all-8 .w-form {
  margin: 0 0 15px;
}
.all-8 .w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}
.all-8 .w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}
.all-8 label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.all-8 .w-input, .all-8 .w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.all-8 .w-input::placeholder, .all-8 .w-select::placeholder {
  color: #999;
}
.all-8 .w-input:focus, .all-8 .w-select:focus {
  border-color: #3898EC;
  outline: 0;
}
.all-8 .w-input[disabled], .all-8 .w-select[disabled], .all-8 .w-input[readonly], .all-8 .w-select[readonly], .all-8 fieldset[disabled] .w-input, .all-8 fieldset[disabled] .w-select {
  cursor: not-allowed;
}
.all-8 .w-input[disabled]:not(.w-input-disabled), .all-8 .w-select[disabled]:not(.w-input-disabled), .all-8 .w-input[readonly], .all-8 .w-select[readonly], .all-8 fieldset[disabled]:not(.w-input-disabled) .w-input, .all-8 fieldset[disabled]:not(.w-input-disabled) .w-select {
  background-color: #eeeeee;
}
.all-8 textarea.w-input, .all-8 textarea.w-select {
  height: auto;
}
.all-8 .w-select {
  background-color: #f3f3f3;
}
.all-8 .w-select[multiple] {
  height: auto;
}
.all-8 .w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}
.all-8 .w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}
.all-8 .w-radio:before, .all-8 .w-radio:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.all-8 .w-radio:after {
  clear: both;
}
.all-8 .w-radio-input {
  margin: 4px 0 0;
  line-height: normal;
  float: left;
  margin-left: -20px;
}
.all-8 .w-radio-input {
  margin-top: 3px;
}
.all-8 .w-file-upload {
  display: block;
  margin-bottom: 10px;
}
.all-8 .w-file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100;
}
.all-8 .w-file-upload-default, .all-8 .w-file-upload-uploading, .all-8 .w-file-upload-success {
  display: inline-block;
  color: #333333;
}
.all-8 .w-file-upload-error {
  display: block;
  margin-top: 10px;
}
.all-8 .w-file-upload-default.w-hidden, .all-8 .w-file-upload-uploading.w-hidden, .all-8 .w-file-upload-error.w-hidden, .all-8 .w-file-upload-success.w-hidden {
  display: none;
}
.all-8 .w-file-upload-uploading-btn {
  display: flex;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.all-8 .w-file-upload-file {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.all-8 .w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.all-8 .w-file-remove-link {
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer;
}
.all-8 .w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}
.all-8 .w-file-upload-error-msg {
  display: inline-block;
  color: #ea384c;
  padding: 2px 0;
}
.all-8 .w-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px;
}
.all-8 .w-file-upload-label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.all-8 .w-icon-file-upload-icon, .all-8 .w-icon-file-upload-uploading {
  display: inline-block;
  margin-right: 8px;
  width: 20px;
}
.all-8 .w-icon-file-upload-uploading {
  height: 20px;
}
.all-8 .w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.all-8 .w-container:before, .all-8 .w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.all-8 .w-container:after {
  clear: both;
}
.all-8 .w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}
.all-8 .w-row:before, .all-8 .w-row:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.all-8 .w-row:after {
  clear: both;
}
.all-8 .w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}
.all-8 .w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.all-8 .w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}
.all-8 .w-col-1 {
  width: 8.33333333%;
}
.all-8 .w-col-2 {
  width: 16.66666667%;
}
.all-8 .w-col-3 {
  width: 25%;
}
.all-8 .w-col-4 {
  width: 33.33333333%;
}
.all-8 .w-col-5 {
  width: 41.66666667%;
}
.all-8 .w-col-6 {
  width: 50%;
}
.all-8 .w-col-7 {
  width: 58.33333333%;
}
.all-8 .w-col-8 {
  width: 66.66666667%;
}
.all-8 .w-col-9 {
  width: 75%;
}
.all-8 .w-col-10 {
  width: 83.33333333%;
}
.all-8 .w-col-11 {
  width: 91.66666667%;
}
.all-8 .w-col-12 {
  width: 100%;
}
.all-8 .w-hidden-main {
  display: none !important;
}
@media screen and (max-width: 991px) {
.all-8 .w-container {
    max-width: 728px;
  }
.all-8 .w-hidden-main {
    display: inherit !important;
  }
.all-8 .w-hidden-medium {
    display: none !important;
  }
.all-8 .w-col-medium-1 {
    width: 8.33333333%;
  }
.all-8 .w-col-medium-2 {
    width: 16.66666667%;
  }
.all-8 .w-col-medium-3 {
    width: 25%;
  }
.all-8 .w-col-medium-4 {
    width: 33.33333333%;
  }
.all-8 .w-col-medium-5 {
    width: 41.66666667%;
  }
.all-8 .w-col-medium-6 {
    width: 50%;
  }
.all-8 .w-col-medium-7 {
    width: 58.33333333%;
  }
.all-8 .w-col-medium-8 {
    width: 66.66666667%;
  }
.all-8 .w-col-medium-9 {
    width: 75%;
  }
.all-8 .w-col-medium-10 {
    width: 83.33333333%;
  }
.all-8 .w-col-medium-11 {
    width: 91.66666667%;
  }
.all-8 .w-col-medium-12 {
    width: 100%;
  }
.all-8 .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
.all-8 .w-hidden-main {
    display: inherit !important;
  }
.all-8 .w-hidden-medium {
    display: inherit !important;
  }
.all-8 .w-hidden-small {
    display: none !important;
  }
.all-8 .w-row, .all-8 .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
.all-8 .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
.all-8 .w-col-small-1 {
    width: 8.33333333%;
  }
.all-8 .w-col-small-2 {
    width: 16.66666667%;
  }
.all-8 .w-col-small-3 {
    width: 25%;
  }
.all-8 .w-col-small-4 {
    width: 33.33333333%;
  }
.all-8 .w-col-small-5 {
    width: 41.66666667%;
  }
.all-8 .w-col-small-6 {
    width: 50%;
  }
.all-8 .w-col-small-7 {
    width: 58.33333333%;
  }
.all-8 .w-col-small-8 {
    width: 66.66666667%;
  }
.all-8 .w-col-small-9 {
    width: 75%;
  }
.all-8 .w-col-small-10 {
    width: 83.33333333%;
  }
.all-8 .w-col-small-11 {
    width: 91.66666667%;
  }
.all-8 .w-col-small-12 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
.all-8 .w-container {
    max-width: none;
  }
.all-8 .w-hidden-main {
    display: inherit !important;
  }
.all-8 .w-hidden-medium {
    display: inherit !important;
  }
.all-8 .w-hidden-small {
    display: inherit !important;
  }
.all-8 .w-hidden-tiny {
    display: none !important;
  }
.all-8 .w-col {
    width: 100%;
  }
.all-8 .w-col-tiny-1 {
    width: 8.33333333%;
  }
.all-8 .w-col-tiny-2 {
    width: 16.66666667%;
  }
.all-8 .w-col-tiny-3 {
    width: 25%;
  }
.all-8 .w-col-tiny-4 {
    width: 33.33333333%;
  }
.all-8 .w-col-tiny-5 {
    width: 41.66666667%;
  }
.all-8 .w-col-tiny-6 {
    width: 50%;
  }
.all-8 .w-col-tiny-7 {
    width: 58.33333333%;
  }
.all-8 .w-col-tiny-8 {
    width: 66.66666667%;
  }
.all-8 .w-col-tiny-9 {
    width: 75%;
  }
.all-8 .w-col-tiny-10 {
    width: 83.33333333%;
  }
.all-8 .w-col-tiny-11 {
    width: 91.66666667%;
  }
.all-8 .w-col-tiny-12 {
    width: 100%;
  }
}
.all-8 .w-widget {
  position: relative;
}
.all-8 .w-widget-map {
  width: 100%;
  height: 400px;
}
.all-8 .w-widget-map label {
  width: auto;
  display: inline;
}
.all-8 .w-widget-map img {
  max-width: inherit;
}
.all-8 .w-widget-map .gm-style-iw {
  text-align: center;
}
.all-8 .w-widget-map .gm-style-iw > button {
  display: none !important;
}
.all-8 .w-widget-twitter {
  overflow: hidden;
}
.all-8 .w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: white;
  border: #758696 solid 1px;
  border-radius: 3px;
}
.all-8 .w-widget-twitter-count-shim * {
  pointer-events: none;
  user-select: none;
}
.all-8 .w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif;
}
.all-8 .w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block;
}
.all-8 .w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}
.all-8 .w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}
.all-8 .w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}
.all-8 .w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}
.all-8 .w-widget-twitter-count-shim:not(.w--vertical):before, .all-8 .w-widget-twitter-count-shim:not(.w--vertical):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.all-8 .w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px;
}
.all-8 .w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px;
}
.all-8 .w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px;
}
.all-8 .w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px;
}
.all-8 .w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}
.all-8 .w-widget-twitter-count-shim.w--vertical:before, .all-8 .w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.all-8 .w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px;
}
.all-8 .w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px;
}
.all-8 .w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}
.all-8 .w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}
.all-8 .w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}
.all-8 .w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100;
}
.all-8 .w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.all-8 .w-background-video--control {
  position: absolute;
  bottom: 1em;
  right: 1em;
  background-color: transparent;
  padding: 0;
}
.all-8 .w-background-video--control > [hidden] {
  display: none !important;
}
.all-8 .w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.all-8 .w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}
.all-8 .w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}
.all-8 .w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.all-8 .w-slider-nav.w-round > div {
  border-radius: 100%;
}
.all-8 .w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}
.all-8 .w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.all-8 .w-slider-nav-invert {
  color: #fff;
}
.all-8 .w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}
.all-8 .w-slider-nav-invert > div.w-active {
  background-color: #222;
}
.all-8 .w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
}
.all-8 .w-slider-dot.w-active {
  background-color: #fff;
}
.all-8 .w-slider-dot:focus {
  outline: none;
  box-shadow: 0px 0px 0px 2px #fff;
}
.all-8 .w-slider-dot:focus.w-active {
  box-shadow: none;
}
.all-8 .w-slider-arrow-left, .all-8 .w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}
.all-8 .w-slider-arrow-left [class^="w-icon-"], .all-8 .w-slider-arrow-right [class^="w-icon-"], .all-8 .w-slider-arrow-left [class*=" w-icon-"], .all-8 .w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute;
}
.all-8 .w-slider-arrow-left:focus, .all-8 .w-slider-arrow-right:focus {
  outline: 0;
}
.all-8 .w-slider-arrow-left {
  z-index: 3;
  right: auto;
}
.all-8 .w-slider-arrow-right {
  z-index: 4;
  left: auto;
}
.all-8 .w-icon-slider-left, .all-8 .w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}
.all-8 .w-slider-aria-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.all-8 .w-slider-force-show {
  display: block !important;
}
.all-8 .w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}
.all-8 .w-dropdown-btn, .all-8 .w-dropdown-toggle, .all-8 .w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
.all-8 .w-dropdown-toggle {
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}
.all-8 .w-dropdown-toggle:focus {
  outline: 0;
}
.all-8 .w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}
.all-8 .w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}
.all-8 .w-dropdown-list.w--open {
  display: block;
}
.all-8 .w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}
.all-8 .w-dropdown-link.w--current {
  color: #0082f3;
}
.all-8 .w-dropdown-link:focus {
  outline: 0;
}
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.all-8 .w-lightbox-backdrop {
  cursor: auto;
  font-style: normal;
  letter-spacing: normal;
  list-style: disc;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */
}
/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.all-8 .w-lightbox-backdrop, .all-8 .w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.all-8 .w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.all-8 .w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}
.all-8 .w-lightbox-view:before {
  content: "";
  height: 100vh;
}
/* .w-lightbox-content */
.all-8 .w-lightbox-group, .all-8 .w-lightbox-group .w-lightbox-view, .all-8 .w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}
.all-8 .w-lightbox-frame, .all-8 .w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}
/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.all-8 .w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */
}
.all-8 .w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}
/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.all-8 .w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}
/**
 * 1. Reset if style is set by user on "All Images"
 */
.all-8 .w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh;
}
.all-8 .w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}
.all-8 .w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.all-8 .w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.all-8 .w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.all-8 .w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}
.all-8 .w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}
/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.all-8 .w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
}
/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.all-8 .w-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.all-8 .w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */
}
.all-8 .w-lightbox-active {
  opacity: 0.3;
}
.all-8 .w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}
.all-8 .w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}
.all-8 .w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.all-8 .w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.all-8 .w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin 0.8s infinite linear;
  animation: spin 0.8s infinite linear;
}
.all-8 .w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
}
/*
 * Utility classes
 */
.all-8 .w-lightbox-hide {
  display: none;
}
.all-8 .w-lightbox-noscroll {
  overflow: hidden;
}
@media (min-width: 768px) {
.all-8 .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }
.all-8 .w-lightbox-view, .all-8 .w-lightbox-view:before {
    height: 96vh;
  }
/* .w-lightbox-content */
.all-8 .w-lightbox-group, .all-8 .w-lightbox-group .w-lightbox-view, .all-8 .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }
.all-8 .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }
.all-8 .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }
.all-8 .w-lightbox-left, .all-8 .w-lightbox-right {
    display: block;
    opacity: 0.5;
  }
.all-8 .w-lightbox-close {
    opacity: 0.8;
  }
.all-8 .w-lightbox-control:hover {
    opacity: 1;
  }
}
.all-8 .w-lightbox-inactive, .all-8 .w-lightbox-inactive:hover {
  opacity: 0;
}
.all-8 .w-richtext:before, .all-8 .w-richtext:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.all-8 .w-richtext:after {
  clear: both;
}
.all-8 .w-richtext[contenteditable="true"]:before, .all-8 .w-richtext[contenteditable="true"]:after {
  white-space: initial;
}
.all-8 .w-richtext ol, .all-8 .w-richtext ul {
  overflow: hidden;
}
.all-8 .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after, .all-8 .w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after {
  outline: 2px solid #2895f7;
}
.all-8 .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div, .all-8 .w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}
.all-8 .w-richtext figure.w-richtext-figure-type-video > div:after, .all-8 .w-richtext figure[data-rt-type="video"] > div:after {
  content: "";
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.all-8 .w-richtext figure {
  position: relative;
  max-width: 60%;
}
.all-8 .w-richtext figure > div:before {
  cursor: default!important;
}
.all-8 .w-richtext figure img {
  width: 100%;
}
.all-8 .w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}
.all-8 .w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent;
}
.all-8 .w-richtext figure.w-richtext-figure-type-image, .all-8 .w-richtext figure[data-rt-type="image"] {
  display: table;
}
.all-8 .w-richtext figure.w-richtext-figure-type-image > div, .all-8 .w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}
.all-8 .w-richtext figure.w-richtext-figure-type-image > figcaption, .all-8 .w-richtext figure[data-rt-type="image"] > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.all-8 .w-richtext figure.w-richtext-figure-type-video, .all-8 .w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}
.all-8 .w-richtext figure.w-richtext-figure-type-video iframe, .all-8 .w-richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.all-8 .w-richtext figure.w-richtext-figure-type-video > div, .all-8 .w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}
.all-8 .w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}
.all-8 .w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div, .all-8 .w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}
.all-8 .w-richtext figure.w-richtext-align-normal {
  clear: both;
}
.all-8 .w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.all-8 .w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
  padding-bottom: inherit;
}
.all-8 .w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}
.all-8 .w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none;
}
.all-8 .w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none;
}
.all-8 .w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}
.all-8 .w-nav:before, .all-8 .w-nav:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.all-8 .w-nav:after {
  clear: both;
}
.all-8 .w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}
.all-8 .w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.all-8 .w-nav-link.w--current {
  color: #0082f3;
}
.all-8 .w-nav-menu {
  position: relative;
  float: right;
}
.all-8 [data-nav-menu-open] {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}
.all-8 .w--nav-link-open {
  display: block;
  position: relative;
}
.all-8 .w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}
.all-8 .w-nav-overlay [data-nav-menu-open] {
  top: 0;
}
.all-8 .w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}
.all-8 .w-nav[data-animation="over-left"] .w-nav-overlay, .all-8 .w-nav[data-animation="over-left"] [data-nav-menu-open] {
  right: auto;
  z-index: 1;
  top: 0;
}
.all-8 .w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}
.all-8 .w-nav[data-animation="over-right"] .w-nav-overlay, .all-8 .w-nav[data-animation="over-right"] [data-nav-menu-open] {
  left: auto;
  z-index: 1;
  top: 0;
}
.all-8 .w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}
.all-8 .w-nav-button:focus {
  outline: 0;
}
.all-8 .w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white;
}
.all-8 .w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}
.all-8 .w-nav[data-collapse="all"] .w-nav-button {
  display: block;
}
.all-8 .w--nav-dropdown-open {
  display: block;
}
.all-8 .w--nav-dropdown-toggle-open {
  display: block;
}
.all-8 .w--nav-dropdown-list-open {
  position: static;
}
/**
 * NOTE: These rules are overridden in site-designer.less to use container queries instead of media queries
 * when the navbar is inside a Frame on the Open Canvas.
 */
@media screen and (max-width: 991px) {
.all-8 .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }
.all-8 .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
.all-8 .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }
.all-8 .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }
.all-8 .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
.all-8 .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }
.all-8 .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}
.all-8 .w-tabs {
  position: relative;
}
.all-8 .w-tabs:before, .all-8 .w-tabs:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.all-8 .w-tabs:after {
  clear: both;
}
.all-8 .w-tab-menu {
  position: relative;
}
.all-8 .w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd;
}
.all-8 .w-tab-link.w--current {
  background-color: #C8C8C8;
}
.all-8 .w-tab-link:focus {
  outline: 0;
}
.all-8 .w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}
.all-8 .w-tab-pane {
  position: relative;
  display: none;
}
.all-8 .w--tab-active {
  display: block;
}
@media screen and (max-width: 479px) {
.all-8 .w-tab-link {
    display: block;
  }
}
.all-8 .w-ix-emptyfix:after {
  content: "";
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.all-8 .w-dyn-empty {
  padding: 10px;
  background-color: #dddddd;
}
.all-8 .w-dyn-hide {
  display: none !important;
}
.all-8 .w-dyn-bind-empty {
  display: none !important;
}
.all-8 .w-condition-invisible {
  display: none !important;
}
.all-8 .wf-layout-layout {
  display: grid;
}
.all-8 .w-layout-grid {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}
/* ===== napopravku-plus-c51e1df80f670153253a68f.webflow.css ===== */
@font-face  {
  font-family: Lumios marker;
  src: url("../fonts/lumios-marker.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.all-8 {
  --white: white;
  --text-heading: #373660;
  --violet--primary: #8037fc;
  --violet-secondary: #b082fd;
  --violet-bg: #f2ebff;
  --orange-primary: #ffb401;
  --иет: #ffc83d;
  --lavender: #f2ebff;
  --pale-turquoise: #d3f5e4;
  --light-cyan: #ccf1f7;
  --green-bg: #c6f6dd;
  --pink: #ffdbdd;
  --orange-secondary: #ffecc0;
  --text-paragraph: #8686a0;
  --border-radius: 30px;
  --blue-bg: #cdf9ff;
  --blue-secondary: #37e7ff;
  --alice-blue: #e8edf4;
  --blue-primary-2: #00b9d2;
  --orange-light-bg: #fcf7e9;
  --oreange-srcondary: #ffd062;
  --orange-bg: #ffecc0;
  --blue-light-bg: #e6f8fc;
  --voilet-secondary: #dfcdfe;
  --green-primary: #23d376;
  --green-secondary-2: #71e8a9;
  --green-secondary: #c6f6dd;
  --red-primary: #ff4956;
  --red-secondary: #ff8d95;
  --red-bg: #ffd2d5;
  --red-10: #ffeded;
  --dark-100: #373660;
  --dark-60: #8686a0;
  --dark-20: #b0afbf;
  --dark-10-2: #d7d7df;
  --alice-blue-2: #e8edf4;
  --blue-bf-light: #eaf5fe;
  --blue-primary: #ffc83d;
  --dffdsf: var(--border-radius);
}
.all-8 .w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-8 .w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}
.all-8 .w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}
.all-8 .w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}
.all-8 .w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}
.all-8 .w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}
.all-8 .w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}
.all-8 .w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}
.all-8 h1 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 105%;
}
.all-8 h2 {
  color: var(--text-heading);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 105%;
}
.all-8 h3 {
  color: var(--text-heading);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 110%;
}
.all-8 h4 {
  color: var(--text-heading);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 115%;
}
.all-8 h5 {
  color: var(--text-heading);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 118%;
}
.all-8 h6 {
  color: var(--text-heading);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
}
.all-8 p {
  color: var(--text-heading);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 170%;
}
.all-8 a {
  color: var(--violet--primary);
  font-weight: 500;
  text-decoration: none;
}
.all-8 a:hover {
  color: var(--violet-secondary);
}
.all-8 ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}
.all-8 ol {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  display: flex;
}
.all-8 li {
  color: var(--text-heading);
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}
.all-8 strong {
  font-weight: bold;
}
.all-8 .faq-question-wrap {
  border: 3px solid var(--violet-bg);
  background-color: var(--white);
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 40px;
}
.all-8 .utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}
.all-8 .utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}
.all-8 .utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}
.all-8 .btn-prise-qr {
  background-color: var(--orange-primary);
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 60px;
  text-decoration: none;
  display: flex;
  position: sticky;
  inset: auto 0% 0% auto;
}
.all-8 .btn-prise-qr:hover {
  background-color: var(--иет);
}
.all-8 .chat-user-wrapper {
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 0;
  display: flex;
}
.all-8 .motion-slide-in-2 {
  color: #373660;
  margin-bottom: 40px;
}
.all-8 .btn-prise-qr-3 {
  background-color: #ffb401;
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 60px;
  text-decoration: none;
  display: flex;
  position: sticky;
  inset: auto 0% 0% auto;
}
.all-8 .btn-prise-qr-3:hover {
  background-color: #ffc83d;
}
.all-8 .faq-question-wrap-2 {
  border: 3px solid var(--lavender);
  background-color: #fff;
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 40px;
}
.all-8 .btn-pay {
  background-color: var(--orange-primary);
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  text-decoration: none;
  display: flex;
  position: sticky;
  inset: auto 0% 0% auto;
}
.all-8 .btn-pay:hover {
  background-color: var(--иет);
}
.all-8 .containe {
  background-color: #0000;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.all-8 .guide-img-2.blue.margin-bottom-20 {
  border-radius: 20px;
  overflow: hidden;
}
.all-8 .guide-img-2.green {
  background-color: var(--green-bg);
  border-radius: 20px;
  overflow: hidden;
}
.all-8 .guide-img-2.red {
  background-color: var(--pink);
  border-radius: 20px;
}
.all-8 .card-guide-2 {
  background-color: #fff;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}
.all-8 .card-guide-2.radius-20px {
  border-radius: 20px;
  padding: 20px;
}
.all-8 .card-guide-2.radius-20px.all-padding-24px.border-light-2px {
  border-width: 3px;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  margin-right: 0;
  display: flex;
}
.all-8 .card-guide-2.radius-20px.all-padding-24px.border-light-2px-blue {
  border: 3px solid var(--light-cyan);
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  margin-right: 0;
  display: flex;
}
.all-8 .card-guide-2.radius-20px.all-padding-24px.border-light-2px-green {
  border: 3px solid var(--pale-turquoise);
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  margin-right: 0;
  display: flex;
}
.all-8 .card-guide-2.radius-20px.all-padding-24px.border-light-2px-red {
  border: 3px solid var(--pink);
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  margin-right: 0;
  display: flex;
}
.all-8 .div-block-35 {
  align-items: center;
  display: flex;
}
.all-8 .div-block-35.margin-btm-20px {
  align-items: center;
}
.all-8 .punkt-image {
  margin-right: 10px;
}
.all-8 .grid-16 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 0;
}
.all-8 .grid-16.margin-bottom-40px {
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: start;
  margin-bottom: 40px;
}
.all-8 .swiper-slide {
  flex-flow: row;
  flex: none;
  justify-content: space-between;
  width: 33.3333%;
  display: flex;
}
.all-8 .swiper-slide.all-padding-24px.border-light-2px {
  border-width: 3px;
  border-radius: 20px;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}
.all-8 .swiper-wrapper {
  flex-flow: row;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  position: static;
  overflow: visible;
}
.all-8 .swiper-wrapper.motion-slide-in, .all-8 .swiper-wrapper.motion-slide-in.margin-btm-20 {
  flex-direction: row;
}
.all-8 .swiper-wrapper.motion-slide-in.margin-bottom-40px {
  flex-flow: row;
  display: flex;
}
.all-8 .section-3 {
  background-color: #fff;
  margin-top: 60px;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  transition: border-radius .3s cubic-bezier(.55, .055, .675, .19), background-color .3s cubic-bezier(.55, .055, .675, .19);
  display: block;
  overflow: visible;
}
.all-8 .image-26 {
  margin: auto;
  display: block;
}
.all-8 .margin-btm-20 {
  margin-bottom: 20px;
  padding-right: 60px;
}
.all-8 .margin-btm-20.motion-slide-in {
  padding-right: 0;
}
.all-8 .swiper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
  overflow: hidden;
}
.all-8 .swiper.motion-slide-in {
  flex-direction: column;
  margin-bottom: 40px;
  display: block;
}
.all-8 .swiper.hiden-desctop.motion-slide-in, .all-8 .swiper.hiden-desctop.motion-slide-in.margin-bottom-40px, .all-8 .swiper.hiden-desctop.motion-slide-in, .all-8 .swiper.hiden-desctop.motion-slide-in {
  display: none;
}
.all-8 .swiper.motion-slide-in {
  flex-direction: column;
  display: block;
}
.all-8 .margin-btm-20px {
  margin-bottom: 20px;
}
.all-8 .arrow-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch flex-end;
  place-items: center stretch;
  width: auto;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}
.all-8 .swiper-button-next {
  background-color: #0000;
  border: 3px solid #f2ebff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 60px;
  display: flex;
}
.all-8 .swiper-button-next:hover {
  background-color: #f2ebff;
}
.all-8 .swiper-button-next:active {
  background-color: #dfcdfe;
  border-color: #dfcdfe;
}
.all-8 .swiper-button-prev {
  background-color: #0000;
  border: 3px solid #f2ebff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 60px;
  display: flex;
}
.all-8 .swiper-button-prev:hover {
  background-color: #f2ebff;
}
.all-8 .swiper-button-prev:active {
  background-color: #dfcdfe;
  border-color: #dfcdfe;
}
.all-8 .card-review {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  padding: 24px;
  display: flex;
}
.all-8 .card-review.st {
  border: 3px solid var(--violet-bg);
  border-radius: 30px;
  justify-content: space-between;
  align-self: stretch;
}
.all-8 .card-review.all-padding-24px.border-light-2px {
  border-width: 3px;
  border-radius: 20px;
  flex: 1;
  justify-content: space-between;
}
.all-8 .text-span-46 {
  color: #ffb401;
}
.all-8 .form-2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}
.all-8 .heading-23 {
  text-align: center;
  margin-bottom: 16px;
}
.all-8 .image-12 {
  margin-left: 20px;
}
.all-8 .google-play-icon {
  width: 24px;
  height: 24px;
  color: var(--orange-secondary);
  margin-left: 10px;
  margin-right: 0;
}
.all-8 .google-play-icon.margin-right-8px {
  margin-right: 8px;
}
.all-8 .google-play-icon.orange {
  color: var(--orange-primary);
}
.all-8 .div-block-57 {
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}
.all-8 .section {
  background-color: #0000;
  margin-top: 60px;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  transition: border-radius .3s cubic-bezier(.55, .055, .675, .19), background-color .3s cubic-bezier(.55, .055, .675, .19);
  display: block;
  overflow: hidden;
}
.all-8 .tag-text-copy {
  color: #8037fc;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 115%;
}
.all-8 .image-21 {
  padding-right: 8px;
}
.all-8 .grid-18 {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  flex-direction: column-reverse;
  grid-template-rows: auto;
  justify-content: space-between;
  display: flex;
}
.all-8 .div-block-38 {
  padding-right: 60px;
}
.all-8 .heading-21-copy-copy {
  margin-bottom: 30px;
}
.all-8 .btn-main {
  background-color: #ffc83d;
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 171px;
  text-decoration: none;
  display: flex;
}
.all-8 .btn-main:hover {
  background-color: #ffc83d;
}
.all-8 .grid-12 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start start;
  display: flex;
}
.all-8 .faq-question-bar {
  color: #191b22;
  border-bottom: 0 solid #0000000a;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}
.all-8 .tag-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.all-8 .card-copy {
  border: 3px solid #f2ebff;
}
.all-8 .card-copy.radius-20px {
  border-radius: 20px;
}
.all-8 .card-copy.radius-20px.all-padding {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #e8edf4;
  border-width: 0;
  border-color: #0000;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  padding: 30px;
  display: grid;
}
.all-8 .card-copy.radius-20px.all-padding.dss {
  background-color: #f2ebff;
}
.all-8 .tag-warp {
  background-color: #f2ebff;
  border-radius: 100px;
  padding: 15px 30px;
}
.all-8 .block-bonus {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: stretch;
}
.all-8 .div-block-51 {
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}
.all-8 .div-block-53 {
  margin-bottom: 20px;
}
.all-8 .tag-lab {
  color: #23d376;
  margin-top: 0;
  margin-bottom: 0;
  padding: 4px 10px;
  font-weight: 500;
}
.all-8 .tabs-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 40px;
  display: grid;
}
.all-8 .text-span-9 {
  color: #b082fd;
}
.all-8 .name-review {
  color: #373660;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.all-8 .grid-foot-9 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  margin-bottom: 60px;
  display: grid;
}
.all-8 .heading-22 {
  margin-bottom: 30px;
}
.all-8 .prise-check {
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 10px;
  padding-top: 4px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 500;
}
.all-8 .grid-19 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-8 .photo-doc {
  grid-column-gap: 0px;
  justify-content: flex-start;
  display: flex;
}
.all-8 .photo-doc.margin-bottom-40px {
  justify-content: center;
  align-items: center;
  display: flex;
}
.all-8 .div-block-64 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-8 .h1-text {
  font-size: 50px;
}
.all-8 .h1-text.light-text {
  color: var(--text-heading);
  margin-bottom: 0;
  font-size: 39px;
  display: block;
}
.all-8 .h1-text.light-text.margin-btm-20 {
  margin-bottom: 20px;
}
.all-8 .div-block-87 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  margin-bottom: 30px;
  display: grid;
}
.all-8 .grid-16-copy {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 0;
}
.all-8 .grid-16-copy.margin-bottom-40px {
  grid-template-columns: 2fr 1fr;
  justify-items: start;
  margin-bottom: 40px;
}
.all-8 .link {
  text-decoration: none;
  display: none;
}
.all-8 .text-prise-copy-copy {
  opacity: 0;
  color: #8686a0;
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 115%;
  text-decoration: line-through;
}
.all-8 .doc-left-2 {
  border: 3px solid #f2ebff;
  border-radius: 100%;
  overflow: hidden;
}
.all-8 .lottie-animation-9 {
  background-color: #f2ebff;
  border-radius: 10px;
  flex: 0 auto;
  width: 50%;
  max-width: 100%;
  display: flex;
}
.all-8 .logo-centr {
  align-items: center;
  display: flex;
}
.all-8 .section-2 {
  margin-top: 60px;
  padding-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
  transition: border-radius .3s cubic-bezier(.55, .055, .675, .19), background-color .3s cubic-bezier(.55, .055, .675, .19);
  display: block;
}
.all-8 .logo-bonus {
  max-width: 100%;
}
.all-8 .popup-warp {
  z-index: 10001;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #373660cc;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}
.all-8 .family-warp {
  margin-bottom: 14px;
}
.all-8 .button-text-20px-2 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}
.all-8 .doc-hide-2 {
  border: 3px solid #f2ebff;
  border-radius: 100%;
  margin-left: -20px;
  overflow: hidden;
}
.all-8 .hero-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  background-color: #0000;
  border-radius: 0 0 40px 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  place-items: center;
  padding-top: 20px;
  padding-bottom: 0;
  display: grid;
  overflow: hidden;
}
.all-8 .social-icon {
  border: 3px solid #e8edf4;
  border-radius: 100px;
  padding: 8px;
}
.all-8 .social-icon:hover {
  background-color: #b082fd;
  border-color: #b082fd;
}
.all-8 .tag-text {
  color: #8037fc;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 115%;
}
.all-8 .tag-text.light-text {
  color: #fff;
}
.all-8 .warp-headin-icon-copy {
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}
.all-8 .button_warper {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: sticky;
  top: 0;
}
.all-8 .prise-copy {
  opacity: 1;
  background-color: #f2ebff;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: -20px;
  display: inline-block;
  position: relative;
  top: -40px;
}
.all-8 .image-22 {
  width: auto;
  height: 160px;
}
.all-8 .div-block-43 {
  display: flex;
}
.all-8 .txt-prise-sale {
  opacity: 1;
  color: #8037fc;
  padding: 14px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  display: block;
}
.all-8 .div-block-50 {
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}
.all-8 .margin-btm-16px {
  margin-bottom: 16px;
}
.all-8 .block-tezis-02 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.all-8 .button_warper-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0000;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  height: 60px;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 20px;
  display: grid;
}
.all-8 .hiden-desctop {
  display: none;
}
.all-8 .heading-21 {
  margin-bottom: 30px;
}
.all-8 .data-review {
  color: #8686a0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.all-8 .section-fotm {
  margin-top: 60px;
  padding-left: 30px;
  padding-right: 30px;
  transition: border-radius .3s cubic-bezier(.55, .055, .675, .19), background-color .3s cubic-bezier(.55, .055, .675, .19);
  display: block;
  overflow: hidden;
}
.all-8 .section-fotm.motion-slide-in {
  display: none;
}
.all-8 .image-15 {
  z-index: 1;
  display: none;
  position: absolute;
}
.all-8 .link-block-2-copy {
  color: #8686a0;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}
.all-8 .link-block-2-copy:hover {
  color: #b082fd;
}
.all-8 .text-header-warp {
  flex-flow: column wrap;
  align-content: flex-start;
  align-items: stretch;
  display: flex;
}
.all-8 .tag-warp-dark {
  background-color: #b082fd;
  border-radius: 100px;
  padding: 15px 30px;
}
.all-8 .text-prise {
  color: #8686a0;
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 115%;
}
.all-8 .header {
  background-color: #0000;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  padding: 0 30px;
  display: block;
  position: relative;
}
.all-8 .faq-content-2 {
  margin-top: -2px;
  overflow: hidden;
}
.all-8 .text-span-3-copy {
  color: #b082fd;
}
.all-8 .btn-prise-store {
  background-color: #ffb401;
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 171px;
  text-decoration: none;
  display: none;
  position: sticky;
  inset: auto 0% 0% auto;
}
.all-8 .btn-prise-store:hover {
  background-color: #ffc83d;
}
.all-8 .sale-prise-warp {
  margin-top: 20px;
  margin-bottom: 40px;
}
.all-8 .text-prise-copy {
  color: #8686a0;
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 115%;
  text-decoration: line-through;
}
.all-8 .btn-main-fixed {
  background-color: #ffb401;
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 171px;
  text-decoration: none;
  display: none;
  position: sticky;
  inset: auto 0% 0% auto;
}
.all-8 .btn-main-fixed:hover {
  background-color: #ffc83d;
}
.all-8 .margin-btm-16px-2 {
  margin-bottom: 16px;
}
.all-8 .image-38 {
  width: auto;
  height: 150px;
}
.all-8 .sale-text {
  color: #fff;
  background-color: #71e8a9;
  border-radius: 20px;
  flex-direction: row;
  padding: 10px 20px;
  font-weight: 500;
  display: block;
}
.all-8 .prise-hide {
  opacity: 0;
  background-color: #ffb401;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: -20px;
  display: inline-block;
  position: relative;
  top: -31px;
}
.all-8 .text-span-2 {
  color: #8686a0;
  text-decoration: line-through;
}
.all-8 .text-prise-copy-2 {
  color: #8686a0;
  text-align: center;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 115%;
}
.all-8 .div-block-60 {
  background-color: #f2ebff;
  height: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.all-8 .div-block-63 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-8 .form-warp {
  background-color: #0000;
}
.all-8 .form-warp.radius-20px {
  flex-direction: column;
  display: flex;
}
.all-8 .review-warp {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}
.all-8 .playstore-button-2 {
  background-color: #0000;
  border: 2px solid #e8edf4;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-right: 14px;
  padding: 14px 40px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.55, .055, .675, .19);
  display: flex;
}
.all-8 .playstore-button-2:hover {
  background-color: #666a70;
}
.all-8 .playstore-button-2.margin-btm-16px {
  background-color: #8686a0;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: 10px 20px;
}
.all-8 .playstore-button-2.margin-btm-16px:hover {
  background-color: #b082fd;
}
.all-8 .garant {
  background-color: #b082fd;
  border-radius: 20px;
  margin-top: 20px;
  padding: 20px;
  position: relative;
  overflow: visible;
}
.all-8 .versus {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0000;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 20px;
  padding: 0;
}
.all-8 .card-bonus-lab-copy {
  background-color: #f2ebff;
}
.all-8 .card-bonus-lab-copy.radius-20px.all-padding-24px {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}
.all-8 .tag-warp-lab-copy {
  background-color: #dfcdfe;
  border-radius: 100px;
  padding-right: 0;
  display: inline-block;
}
.all-8 .doc-centr-2 {
  border: 3px solid #f2ebff;
  border-radius: 100%;
  margin-left: -20px;
  overflow: hidden;
}
.all-8 .div-block-54 {
  grid-column-gap: 20px;
  flex-direction: column;
  display: flex;
}
.all-8 .form-block {
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}
.all-8 .form-block.margin-btm-20px {
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.all-8 .text-block-header--sl {
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 60px;
  margin-left: 0;
  padding-right: 60px;
  display: flex;
}
.all-8 .icon--48px {
  margin-right: 0;
  padding-bottom: 0;
  padding-right: 0;
}
.all-8 .icon--48px.margin-right-20px {
  margin-right: 20px;
}
.all-8 .icon--48px.margin-right-10 {
  margin-right: 10px;
}
.all-8 .tag-warp-lab {
  background-color: #c6f6dd;
  border-radius: 100px;
  padding-right: 0;
  display: inline-block;
}
.all-8 .sale-text-copy {
  color: #fff;
  background-color: #b082fd;
  border-radius: 20px;
  flex-direction: row;
  padding: 10px 20px;
  font-weight: 500;
  display: block;
}
.all-8 .text-prise-fin {
  color: #8037fc;
  text-align: center;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 115%;
}
.all-8 .card-bonus-lab {
  background-color: #ebfaf2;
}
.all-8 .card-bonus-lab.radius-20px.all-padding-24px {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}
.all-8 .link-block-2 {
  color: #8686a0;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}
.all-8 .link-block-2:hover {
  color: #b082fd;
}
.all-8 .btn-main-header {
  background-color: #ffb401;
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  text-decoration: none;
  display: none;
  position: sticky;
  inset: auto 0% 0% auto;
}
.all-8 .btn-main-header:hover {
  background-color: #ffc83d;
}
.all-8 .paragraph-6 {
  text-align: center;
  margin-bottom: 26px;
}
.all-8 .image-36 {
  opacity: 1;
  border-radius: 0 0 40px;
  display: block;
}
.all-8 .paragraph-10 {
  text-align: center;
  margin-bottom: 20px;
}
.all-8 .h_plus {
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: center;
  margin-bottom: 60px;
}
.all-8 .h_plus.motion-slide-in {
  justify-content: center;
  display: flex;
}
.all-8 .closed {
  opacity: .3;
  cursor: pointer;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}
.all-8 .closed:hover {
  opacity: 1;
}
.all-8 .partner-link:hover {
  opacity: .6;
}
.all-8 .image-16 {
  width: 32px;
  height: 32px;
  margin-right: 14px;
}
.all-8 .qr-open {
  text-decoration: none;
  display: block;
}
.all-8 .card-2 {
  border: 3px solid #f2ebff;
}
.all-8 .card-2.radius-20px {
  border-radius: 20px;
}
.all-8 .card-2.radius-20px.all-padding {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}
.all-8 .button-text-20px {
  color: #fff;
  flex: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}
.all-8 .image-11 {
  mix-blend-mode: darken;
}
.all-8 .div-block-52 {
  margin-bottom: 0;
}
.all-8 .vished {
  z-index: 0;
  display: flex;
  position: relative;
}
.all-8 .vished.motion-slide-in {
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 0;
}
.all-8 .card-paywall {
  background-color: #0000;
  border: 2px solid #e8edf4;
}
.all-8 .card-paywall.w--current {
  background-color: #0000;
  border-width: 4px;
  border-color: #ffb401;
}
.all-8 .card-paywall.sdw.radius-20px.all-padding-14 {
  border-width: 2px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 14px;
  display: flex;
}
.all-8 .card-paywall.radius-20px.all-padding-14.sdw {
  background-color: #0000;
  border-width: 3px;
  border-color: #f2ebff;
}
.all-8 .card-paywall.radius-20px.all-padding-14.sdw.w--current {
  border-width: 4px;
  border-color: #ffc83d;
}
.all-8 .grid-foot-2-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}
.all-8 .popup {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60vh;
  display: flex;
  position: relative;
}
.all-8 .popup.all-padding-24px {
  background-color: #fff;
}
.all-8 .popup.all-padding-24px.radius-20px {
  justify-content: space-between;
  align-items: stretch;
  width: 400px;
  padding: 50px 40px 40px;
}
.all-8 .section-3-garant {
  background-color: #fff;
  margin-top: 60px;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  transition: border-radius .3s cubic-bezier(.55, .055, .675, .19), background-color .3s cubic-bezier(.55, .055, .675, .19);
  display: block;
  overflow: visible;
}
.all-8 .light-text {
  color: #fff;
}
.all-8 .image-39 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.all-8 .bloc-text-2colmn-copy {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr 1fr;
}
.all-8 .bloc-text-2colmn-copy.margin-btm-60 {
  grid-template-columns: 1fr 1fr 1fr;
}
.all-8 .div-block-96 {
  align-items: center;
  margin-left: 0;
  padding: 20px;
  display: flex;
}
.all-8 .sale-prise-warp-hide {
  opacity: 1;
  margin-top: 20px;
  margin-bottom: 40px;
}
.all-8 .bloc-text-2colmn {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}
.all-8 .bloc-text-2colmn.margin-bottom-40px {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}
.all-8 .bloc-text-2colmn.margin-btm-60 {
  margin-bottom: 60px;
}
.all-8 .bloc-text-2colmn.margin-bottom-40px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding-right: 0;
  display: grid;
}
.all-8 .plus-2 {
  opacity: .5;
  max-height: 100%;
}
.all-8 .fix-bitton {
  z-index: 90;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: fixed;
  inset: auto 20px 20px;
}
.all-8 .p2 {
  font-size: 12px;
}
.all-8 .p2.light-text {
  font-size: 14px;
}
.all-8 .card-guide-copy-2 {
  background-color: #fff;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}
.all-8 .card-guide-copy-2.radius-20px {
  border-radius: 20px;
  padding: 20px;
}
.all-8 .card-guide-copy-2.radius-20px.all-padding-24px.border-light-2px {
  border: 3px solid var(--violet-bg);
  border-width: 3px;
  flex-direction: column;
  justify-content: space-between;
  height: 280px;
  display: flex;
}
.all-8 .qr-code-wrapper {
  opacity: 1;
  background-color: #f2ebff33;
  border-radius: 20px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  padding-right: 20px;
  display: flex;
}
.all-8 .qr-code-wrapper.hide-mobile {
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: stretch;
  padding-right: 0;
}
.all-8 .doc-right-2 {
  background-color: #fff;
  border: 3px solid #f2ebff;
  border-radius: 100%;
  margin-left: -20px;
  overflow: hidden;
}
.all-8 .image-33 {
  margin-bottom: 40px;
}
.all-8 .section-paywall {
  background-color: #fff;
  margin-top: 0;
  padding-top: 60px;
  padding-left: 30px;
  padding-right: 30px;
  transition: border-radius .3s cubic-bezier(.55, .055, .675, .19), background-color .3s cubic-bezier(.55, .055, .675, .19);
  display: flex;
  overflow: hidden;
}
.all-8 .footer-link {
  color: #8686a0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}
.all-8 .footer-link:hover {
  color: #8037fc;
}
.all-8 .text-month {
  text-align: center;
  margin-bottom: 14px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 115%;
}
.all-8 .div-block-88 {
  position: absolute;
  inset: -4px -1% 0% auto;
}
.all-8 .margin-bottom-40px {
  text-align: left;
  object-fit: cover;
  margin-bottom: 40px;
}
.all-8 .margin-bottom-40px.motion-slide-in {
  margin-top: 8px;
}
.all-8 .paragraph-2 {
  font-size: 16px;
}
.all-8 .tags-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}
.all-8 .style-form {
  border-radius: 20px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 11px;
  padding: 30px 24px;
  font-family: Montserrat, sans-serif;
}
.all-8 .heading-warp, .all-8 .heading-warp.motion-slide-in {
  padding-right: 60px;
}
.all-8 .tag-lab-copy {
  color: #8037fc;
  margin-top: 0;
  margin-bottom: 0;
  padding: 4px 10px;
  font-weight: 500;
}
.all-8 .button-text-14px-2 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 100%;
  text-decoration: none;
}
.all-8 .card-form {
  background-color: #b082fd;
  display: flex;
}
.all-8 .card-form.all-padding-24px.radius-20px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  display: flex;
  overflow: hidden;
}
.all-8 .div-block-28 {
  background-color: #f7f8fc;
  height: 4px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.all-8 .star {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #fcf7e9;
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  padding: 10px 20px;
  display: flex;
}
.all-8 .tag-warp-comment {
  background-color: #f2ebff;
  border-radius: 100px;
  flex-wrap: nowrap;
  padding: 15px 30px;
  display: flex;
}
.all-8 .block-bonus-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-8 .block-bonus-copy.motion-slide-in {
  grid-template-columns: 1fr 1fr 1fr;
}
.all-8 .review-text {
  font-style: italic;
}
.all-8 .section-bonus {
  margin-top: 60px;
  padding-left: 30px;
  padding-right: 30px;
  transition: border-radius .3s cubic-bezier(.55, .055, .675, .19), background-color .3s cubic-bezier(.55, .055, .675, .19);
  display: block;
  overflow: hidden;
}
.all-8 .section-bonus.motion-slide-in {
  display: block;
}
.all-8 .margin-bottom-20 {
  text-align: left;
  flex: 1;
  margin-bottom: 20px;
  margin-right: 0;
}
.all-8 .card-illustrration-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-8 .heading-24, .all-8 .heading-25, .all-8 .heading-26 {
  text-align: center;
}
.all-8 .div-block-98 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-8 .card-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-8 .margin-bottom-60px {
  text-align: left;
  margin-bottom: 60px;
}
.all-8 .margin-bottom-60px.motion-slide-in {
  margin-top: 8px;
}
.all-8 .warp-headin-icon-copy-2 {
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}
.all-8 .div-block-100 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}
.all-8 .div-lotiie {
  background-color: #f2ebff;
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
}
.all-8 .div-lotiie.hide-mobile {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
}
.all-8 .div-lotiie.hiden-desctop {
  display: none;
}
.all-8 .div-lotiie.hide-mobile {
  display: flex;
  overflow: hidden;
}
.all-8 .div-block-109-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}
.all-8 .paragraph-17 {
  margin-bottom: 0;
}
.all-8 .paragraph-17.margin-bottom-40px {
  margin-bottom: 40px;
}
.all-8 .paragraph-17.margin-bottom-20 {
  margin-bottom: 20px;
}
.all-8 .text-block {
  color: #373660;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 105%;
}
.all-8 .text-block.margin-bottom-20 {
  flex: 0 auto;
}
.all-8 .paragraph-17-copy {
  margin-bottom: 30px;
}
.all-8 .error-message-2 {
  border-radius: 30px;
}
.all-8 .containe-copy {
  background-color: #f2ebff;
  border-radius: 20px;
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.all-8 .btn-main-2 {
  background-color: #ffb401;
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  display: flex;
}
.all-8 .btn-main-2:hover {
  background-color: #ffc83d;
}
.all-8 .bt {
  margin-bottom: 20px;
}
.all-8 .success-message-2 {
  background-color: var(--white);
  opacity: .9;
  border-radius: 30px;
  padding: 30px;
}
.all-8 .div-block-128 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  display: flex;
}
.all-8 .div-block-128.margin-btm-20 {
  flex-direction: column;
  margin-bottom: 0;
  padding-right: 0;
}
.all-8 .form-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--violet-bg);
  border-radius: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  place-items: stretch stretch;
  display: grid;
  position: relative;
}
.all-8 .image-60 {
  object-fit: fill;
  width: auto;
  height: auto;
  display: block;
}
.all-8 .paragraph-18 {
  color: #8686a0;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}
.all-8 .style-form-2 {
  border-radius: 30px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 30px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}
.all-8 .paragraph-20-copy {
  color: #8686a0;
  text-align: left;
}
.all-8 .paragraph-20-copy.margin-bottom-40px {
  text-align: left;
}
.all-8 .form-3 {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}
.all-8 .form-3.margin-btm-20px {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  margin-bottom: 0;
}
.all-8 .heading-31 {
  text-align: left;
}
.all-8 .swiper-pagination {
  text-align: center;
  background-color: #0000;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}
.all-8 .swiper-wrapper-2 {
  flex-flow: row;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  position: static;
  overflow: visible;
}
.all-8 .swiper-slide-2 {
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  width: 33.3333%;
  display: flex;
  overflow: visible;
}
.all-8 .card-bloger {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border: 3px solid var(--violet-bg);
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  padding: 24px;
  display: flex;
}
.all-8 .card-bloger.st {
  border: 3px solid var(--violet-bg);
  border-radius: 30px;
}
.all-8 .div-block-131 {
  background-color: var(--violet-bg);
  border-radius: 30px;
  overflow: hidden;
}
.all-8 .doc-navig {
  border: 3px solid #f2ebff;
  border-radius: 20px;
  text-decoration: none;
  display: block;
  overflow: hidden;
}
.all-8 .doc-navig.w--current {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}
.all-8 .doc-navig-photo {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}
.all-8 .d {
  object-fit: cover;
  margin-bottom: 0;
}
.all-8 .link-doc {
  padding: 20px;
  text-decoration: none;
}
.all-8 .mrgn-btm-10px {
  margin-bottom: 10px;
}
.all-8 .card-block-img {
  background-color: var(--violet-bg);
  border-radius: 30px;
  flex-direction: row;
  justify-content: center;
  display: flex;
  overflow: hidden;
}
.all-8 .image-61 {
  object-fit: cover;
  flex: 1;
  align-self: stretch;
}
.all-8 .image-62 {
  object-fit: cover;
  height: auto;
}
.all-8 .heading-32 {
  margin-bottom: 16px;
}
.all-8 .image-63 {
  position: static;
  inset: auto;
}
.all-8 .play {
  background-color: #b082fd66;
  border-radius: 30px;
  padding: 20px 30px 20px 41px;
  position: absolute;
}
.all-8 .play:hover {
  background-color: #b082fdcc;
}
.all-8 .grid-20 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}
.all-8 .div-block-132 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.all-8 .containe-2 {
  background-color: #0000;
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  position: relative;
}
.all-8 .phone-tag-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  overflow: hidden;
}
.all-8 .card-block-img-2 {
  background-color: var(--violet-bg);
  border-radius: 30px;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
}
.all-8 .card-block-img-mobile {
  background-color: var(--violet-bg);
  border-radius: 30px;
  flex-direction: row;
  justify-content: center;
  display: none;
  overflow: hidden;
}
.all-8 .list-p {
  color: var(--text-paragraph);
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 170%;
}
.all-8 .image-64 {
  object-fit: contain;
}
.all-8 .div-block-133, .all-8 .div-block-134 {
  flex-direction: column;
  display: flex;
}
.all-8 .form-wrapper-popup {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--violet-bg);
  border-radius: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  place-items: start center;
  width: 75vw;
  padding: 60px;
  display: grid;
  position: relative;
}
.all-8 .margin-btm-60 {
  margin-bottom: 60px;
}
.all-8 .div-block-122 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
  position: static;
}
.all-8 .div-block-122.margin-btm-60 {
  margin-bottom: 60px;
}
.all-8 .instruction-wraper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: flex-start;
  display: flex;
  position: relative;
}
.all-8 .div-block-126-copy {
  justify-content: center;
  display: flex;
}
.all-8 .number-img {
  width: 60px;
  height: 60px;
}
.all-8 .arrow {
  height: 30px;
  position: absolute;
  inset: -28% auto auto -30%;
}
.all-8 .arrow-2 {
  height: 30px;
  position: absolute;
  inset: auto -30px 6% auto;
}
.all-8 .heading-29 {
  margin-top: 16px;
  margin-bottom: 10px;
}
.all-8 .button-text-20px-3 {
  color: #fff;
  flex: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}
.all-8 .gift-btn-popup {
  background-color: #ffb401;
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 60px;
  text-decoration: none;
  display: flex;
  position: sticky;
  inset: auto 0% 0% auto;
}
.all-8 .gift-btn-popup:hover {
  background-color: #ffc83d;
}
.all-8 .instruction-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 80px;
  display: grid;
  position: static;
}
.all-8 .instruction-wrapper.margin-btm-60 {
  margin-bottom: 60px;
}
.all-8 .form-block-wrapper {
  padding: 40px;
}
.all-8 .div-block-136 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding: 30px 40px 0;
  display: flex;
}
.all-8 .div-block-137 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}
.all-8 .hiden {
  display: none;
}
.all-8 .fix-bitton-chat {
  z-index: 90;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: fixed;
  inset: auto 20px 20px;
}
.all-8 .btn-prise-qr-4 {
  background-color: #ffb401;
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 60px;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: sticky;
  inset: auto 0% 0% auto;
}
.all-8 .btn-prise-qr-4:hover {
  background-color: #ffc83d;
}
.all-8 .promocode {
  grid-column-gap: 10px;
  color: #8037fc;
  background-color: #f2ebff;
  border-radius: 10px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 10px 40px;
  display: flex;
}
.all-8 .promocode:hover, .all-8 .promocode:active {
  background-color: #dfcdfe;
}
.all-8 .promo-code-cms {
  color: #373660;
  flex: none;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
}
.all-8 .light-text-3 {
  color: #dfcdfe;
  flex: 1;
}
.all-8 .hero-wrapper-2 {
  z-index: auto;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  background-color: #8037fc;
  border-radius: 0 0 40px 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding-top: 20px;
  padding-bottom: 0;
  display: grid;
  position: static;
  overflow: hidden;
}
.all-8 .image-49 {
  margin-bottom: 60px;
}
.all-8 .margin-btm-16px-3 {
  margin-bottom: 16px;
}
.all-8 .margin-btm-16px-3.color {
  color: #f2ebff;
}
.all-8 .h1-seo-main {
  font-size: 48px;
}
.all-8 .vished-wrapper {
  z-index: 0;
  justify-content: flex-end;
  display: flex;
  position: relative;
}
.all-8 .image-50-copy {
  opacity: 1;
  border-radius: 0 0 40px;
  flex: 0 auto;
  max-width: 90%;
  height: auto;
  display: block;
  position: static;
}
.all-8 .div-block-139 {
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-between;
  max-width: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}
.all-8 .paragraph-19, .all-8 .color {
  color: #f2ebff;
}
.all-8 .promo-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}
.all-8 .div-block-140 {
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}
.all-8 .header-2 {
  background-color: #0000;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  padding: 0 30px;
  display: block;
  position: relative;
}
.all-8 .div-block-138 {
  align-items: center;
  margin-left: 0;
  padding: 20px;
  display: flex;
}
.all-8 .image-52 {
  border-radius: 10px;
  max-width: 24%;
}
.all-8 .title-wrapper {
  flex-wrap: wrap;
  display: flex;
}
.all-8 .title-wrapper.margin-btm-20 {
  flex-direction: column;
  padding-right: 0;
}
.all-8 .hide-fix-btn-triger-2 {
  color: #f2ebff;
}
.all-8 .button-text-20px-4 {
  color: #fff;
  flex: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}
.all-8 .text-block-header--sl-2 {
  flex-direction: column;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 40px;
  margin-left: 0;
  padding-left: 40px;
  padding-right: 60px;
  display: flex;
}
.all-8 .hero-wrapper-3 {
  z-index: auto;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  background-color: #8037fc;
  border-radius: 0 0 40px 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding-top: 20px;
  padding-bottom: 0;
  display: grid;
  position: static;
  overflow: hidden;
}
.all-8 .image-65 {
  margin-bottom: 60px;
}
.all-8 .margin-btm-16px-4 {
  margin-bottom: 16px;
}
.all-8 .margin-btm-16px-4.color {
  color: #f2ebff;
}
.all-8 .div-block-141 {
  flex: 0 auto;
  justify-content: space-between;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}
.all-8 .paragraph-20 {
  color: #f2ebff;
}
.all-8 .div-block-142 {
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}
.all-8 .div-block-143 {
  align-items: center;
  margin-left: 0;
  padding: 20px;
  display: flex;
}
.all-8 .image-67 {
  border-radius: 10px;
  max-width: 24%;
}
.all-8 .button-text-20px-5 {
  color: #fff;
  flex: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}
.all-8 .text-block-header--sl-3 {
  flex-direction: column;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 40px;
  margin-left: 0;
  padding-left: 40px;
  padding-right: 60px;
  display: flex;
}
.all-8 .text-promocode {
  color: var(--violet-secondary);
  text-align: left;
  flex: 1;
  line-height: 120%;
}
.all-8 .promocode-2 {
  grid-column-gap: 10px;
  color: #8037fc;
  background-color: #f2ebff;
  border-radius: 10px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}
.all-8 .promocode-2:hover, .all-8 .promocode-2:active {
  background-color: #dfcdfe;
}
.all-8 .div-block-144 {
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}
.all-8 .form-4 {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}
.all-8 .heading-36 {
  text-align: center;
  margin-bottom: 16px;
}
.all-8 .div-block-145 {
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}
.all-8 .div-block-146 {
  padding-right: 60px;
}
.all-8 .grid-21 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start start;
  display: flex;
}
.all-8 .btn-pay-2 {
  background-color: #ffb401;
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  text-decoration: none;
  display: flex;
  position: sticky;
  inset: auto 0% 0% auto;
}
.all-8 .btn-pay-2:hover {
  background-color: #ffc83d;
}
.all-8 .text-span-47 {
  color: #b082fd;
}
.all-8 .card-bonus-lab-lifetime {
  background-color: #f2ebff;
}
.all-8 .card-bonus-lab-lifetime.radius-20px.all-padding-24px {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}
.all-8 .heading-37 {
  margin-bottom: 30px;
}
.all-8 .grid-22 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-8 .hero-wrapper-4 {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  background-color: #8037fc;
  border-radius: 0 0 40px 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end center;
  padding-top: 20px;
  padding-bottom: 0;
  display: grid;
  overflow: hidden;
}
.all-8 .img-arroe-r {
  margin: auto;
  display: block;
}
.all-8 .heading-text-pay {
  color: #fff;
  font-size: 44px;
}
.all-8 .heading-text-pay.text-span--pay {
  color: #ffb401;
}
.all-8 .div-block-149 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-8 .div-block-150 {
  align-items: center;
  display: flex;
}
.all-8 .div-block-150.margin-btm-20px {
  align-items: flex-start;
}
.all-8 .div-block-151 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  margin-bottom: 30px;
  display: grid;
}
.all-8 .heading-warp-2, .all-8 .heading-warp-2.motion-slide-in {
  padding-right: 60px;
}
.all-8 .popup-warp-2 {
  z-index: 10001;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #373660cc;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}
.all-8 .tag-lab-wch {
  color: #ffb401;
  margin-top: 0;
  margin-bottom: 0;
  padding: 4px 10px;
  font-weight: 500;
}
.all-8 .containe-960-copy {
  background-color: #0000;
  width: 1080px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  position: relative;
}
.all-8 .card-tezis-pay {
  border: 3px solid #f2ebff;
  border-radius: 20px;
}
.all-8 .card-tezis-pay.all-padding-24px {
  padding: 24px;
}
.all-8 .text-header-warp-3 {
  flex-flow: column wrap;
  align-content: flex-start;
  align-items: stretch;
  display: flex;
}
.all-8 .guide-bg {
  background-color: #dfcdfe;
  border-radius: 20px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}
.all-8 .guide-bg.gr {
  background-color: #c6f6dd;
}
.all-8 .guide-bg.piink {
  background-color: #ffd2d5;
}
.all-8 .guide-bg.green {
  background-color: #cdf9ff;
}
.all-8 .heading-38 {
  margin-bottom: 30px;
}
.all-8 .image-70 {
  z-index: 1;
  display: none;
  position: absolute;
}
.all-8 .grid-foot-10 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}
.all-8 .fix-button {
  z-index: 90;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: fixed;
  inset: auto 20px 20px;
}
.all-8 .sale-text-life {
  color: #fff;
  background-color: #b082fd;
  border-radius: 20px;
  flex-direction: row;
  padding: 10px 20px;
  font-weight: 500;
  display: block;
}
.all-8 .margin-btm-16px-5 {
  margin-bottom: 16px;
}
.all-8 .image-71 {
  width: auto;
  height: 150px;
}
.all-8 .section-paywall-1200 {
  background-color: #fff;
  margin-top: 60px;
  padding-top: 0;
  transition: border-radius .3s cubic-bezier(.55, .055, .675, .19), background-color .3s cubic-bezier(.55, .055, .675, .19);
  display: block;
  overflow: visible;
}
.all-8 .text-prise-copy-3 {
  color: #8686a0;
  text-align: center;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 115%;
}
.all-8 .div-block-152 {
  background-color: #f2ebff;
  height: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.all-8 .div-lotiie-2 {
  background-color: #f2ebff;
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
}
.all-8 .containe-960 {
  background-color: #0000;
  width: 940px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}
.all-8 .card-bonus-lab-wt {
  background-color: #f2ebff;
}
.all-8 .card-bonus-lab-wt.radius-20px.all-padding-24px {
  background-color: #fff8e6;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}
.all-8 .text-block-header--sl-4 {
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 60px;
  margin-left: 0;
  padding-left: 73px;
  padding-right: 60px;
  display: flex;
}
.all-8 .section-1200-garant {
  background-color: #fff;
  margin-top: 60px;
  padding-top: 0;
  padding-left: 100px;
  padding-right: 100px;
  transition: border-radius .3s cubic-bezier(.55, .055, .675, .19), background-color .3s cubic-bezier(.55, .055, .675, .19);
  display: block;
  overflow: visible;
}
.all-8 .sale-text-wch {
  color: #fff;
  background-color: #ffb401;
  border-radius: 20px;
  flex-direction: row;
  padding: 10px 20px;
  font-weight: 500;
  display: block;
}
.all-8 .image-72 {
  opacity: 1;
  border-radius: 0 0 40px;
  display: block;
}
.all-8 .text-span-violet {
  color: #b082fd;
}
.all-8 .paragraph-21 {
  text-align: center;
  margin-bottom: 20px;
}
.all-8 .swiper-wrapper-3 {
  flex-flow: row;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  position: static;
  overflow: visible;
}
.all-8 .swiper-wrapper-3.motion-slide-in {
  flex-direction: row;
}
.all-8 .grid-23 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 0;
}
.all-8 .grid-23.margin-bottom-40px {
  grid-template-columns: 2fr 1fr;
  justify-items: start;
  margin-bottom: 40px;
}
.all-8 .grid-foot-2-copy-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}
.all-8 .button-text-20px-6 {
  color: #fff;
  flex: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}
.all-8 .icon-tezis-pay {
  margin-right: 0;
  padding-bottom: 0;
  padding-right: 0;
}
.all-8 .grid-pay-bonus {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}
.all-8 .phone-tag-grid-pay {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  overflow: hidden;
}
.all-8 .light-text-4 {
  color: #fff;
}
.all-8 .image-73 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.all-8 .card-bonus-lab-invitro {
  background-color: #ebfaf2;
}
.all-8 .card-bonus-lab-invitro.radius-20px.all-padding-24px {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px;
  display: block;
}
.all-8 .warp-headin-icon-copy-3 {
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}
.all-8 .heading-p1-pay {
  color: #f2ebff;
}
.all-8 .tag-warp-lab-cvh {
  background-color: #ffecc0;
  border-radius: 100px;
  padding-right: 0;
  display: inline-block;
}
.all-8 .section-1200 {
  background-color: #fff;
  margin-top: 60px;
  padding-top: 0;
  transition: border-radius .3s cubic-bezier(.55, .055, .675, .19), background-color .3s cubic-bezier(.55, .055, .675, .19);
  display: block;
  overflow: visible;
}
.all-8 .faq-question-wrap-3 {
  background-color: #fff;
  border: 3px solid #f2ebff;
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 40px;
}
.all-8 .section-1200-bonus {
  background-color: #fff;
  margin-top: 60px;
  padding-top: 0;
  transition: border-radius .3s cubic-bezier(.55, .055, .675, .19), background-color .3s cubic-bezier(.55, .055, .675, .19);
  display: block;
  overflow: visible;
}
.all-8 .containe-960-garant {
  background-color: #0000;
  width: 980px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  position: relative;
  overflow: visible;
}
.all-8 .image-74 {
  margin-bottom: 40px;
}
.all-8 .image-2 {
  mix-blend-mode: darken;
}
.all-8 .logo-right {
  align-items: center;
  display: flex;
}
.all-8 .div-block-154 {
  position: absolute;
  inset: -4px -1% 0% auto;
}
.all-8 .margin-bottom-40px-2 {
  text-align: left;
  margin-bottom: 40px;
}
.all-8 .margin-bottom-40px-2.motion-slide-in {
  margin-top: 8px;
}
.all-8 .paragraph-22 {
  font-size: 16px;
}
.all-8 .style-form-3 {
  border-radius: 20px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 11px;
  padding: 30px 24px;
  font-family: Montserrat, sans-serif;
}
.all-8 .div-block-155 {
  background-color: #f7f8fc;
  height: 4px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.all-8 .card-guide-pay {
  background-color: #fff;
  border: 3px solid #f2ebff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 20px;
  display: flex;
}
.all-8 .no-apps {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-8 .all-padding-24px {
  padding: 24px;
}
.all-8 .radius-20px {
  border-radius: 20px;
}
.all-8 .border-light-2px {
  border: 3px solid var(--violet-bg);
}
.all-8 .form-5 {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}
.all-8 .section--spec {
  background-color: #fff;
  margin-top: 60px;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  transition: border-radius .3s cubic-bezier(.55, .055, .675, .19), background-color .3s cubic-bezier(.55, .055, .675, .19);
  display: block;
  overflow: visible;
}
.all-8 .section--spec.btm-100 {
  padding-bottom: 100px;
}
.all-8 .div-block-156 {
  padding-right: 60px;
}
.all-8 .wrapper-text {
  flex-direction: column;
  margin-bottom: 60px;
  display: flex;
}
.all-8 .vished-2 {
  z-index: 0;
  display: flex;
  position: relative;
}
.all-8 .hero-wrapper-5 {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  background-color: #8037fc;
  border-radius: 0 0 40px 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end center;
  padding-top: 20px;
  padding-bottom: 0;
  display: grid;
  overflow: hidden;
}
.all-8 .logo-centr-2 {
  align-items: center;
  display: flex;
}
.all-8 .section-copy {
  background-color: #fff;
  margin-top: 60px;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  transition: border-radius .3s cubic-bezier(.55, .055, .675, .19), background-color .3s cubic-bezier(.55, .055, .675, .19);
  display: block;
  overflow: hidden;
}
.all-8 .h1-text-copy {
  font-size: 50px;
}
.all-8 .h1-text-copy.text-white {
  font-size: 39px;
}
.all-8 .h1-text-copy.light-text {
  flex-direction: column;
  margin-bottom: 0;
  font-size: 41px;
  display: flex;
}
.all-8 .h1-text-copy.light-text.text-span {
  margin-bottom: 0;
  display: flex;
}
.all-8 .h1-text-copy.light-text.text-span.centr-al {
  margin-bottom: 0;
  display: block;
}
.all-8 .scpec-block {
  border: 4px solid #f7f8fc;
  border-radius: 20px;
  margin-top: 20px;
  padding: 20px;
}
.all-8 .scpec-block.btm-100 {
  border-width: 0;
}
.all-8 .spec-text {
  color: #8686a0;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.all-8 .text-block-header--sl-5 {
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 60px;
  margin-left: 0;
  padding-left: 73px;
  padding-right: 60px;
  display: flex;
}
.all-8 .p1-header {
  color: #f2ebff;
  margin-top: 14px;
}
.all-8 .button-text-20px-7 {
  color: #fff;
  flex: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}
.all-8 .btn-prise-qr-5 {
  background-color: #ffb401;
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 60px;
  text-decoration: none;
  display: flex;
  position: sticky;
  inset: auto 0% 0% auto;
}
.all-8 .btn-prise-qr-5:hover {
  background-color: #ffc83d;
}
.all-8 .light-text-5 {
  color: #fff;
}
.all-8 .bg-image {
  max-width: 90%;
}
.all-8 .image-75 {
  margin-bottom: 40px;
}
.all-8 .paragraph-23 {
  font-size: 16px;
}
.all-8 .style-form-4 {
  border-radius: 20px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 11px;
  padding: 30px 24px;
  font-family: Montserrat, sans-serif;
}
.all-8 .text-span {
  color: var(--orange-primary);
}
.all-8 .heading-39 {
  text-align: center;
  margin-bottom: 16px;
}
.all-8 .div-block-157 {
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}
.all-8 .text-block-header--sl-6 {
  flex-direction: column;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 40px;
  margin-left: 0;
  padding-left: 40px;
  padding-right: 60px;
  display: flex;
}
.all-8 .image-48 {
  width: 48px;
  height: 48px;
}
.all-8 .footer {
  margin-top: 60px;
  padding-bottom: 100px;
  padding-left: 30px;
  padding-right: 30px;
  transition: border-radius .3s cubic-bezier(.55, .055, .675, .19), background-color .3s cubic-bezier(.55, .055, .675, .19);
  display: block;
}
.all-8 .grid-24 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start start;
  display: flex;
}
.all-8 .bold-text-2 {
  color: #373660;
  font-size: 24px;
}
.all-8 .vished-3 {
  z-index: 0;
  justify-content: space-between;
  display: flex;
  position: static;
}
.all-8 .div-block-105 {
  color: #f2ebff;
  background-color: #f2ebff;
  border: 3px solid #f2ebff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  padding: 24px;
  display: flex;
  position: relative;
}
.all-8 .phone-tag-grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  overflow: hidden;
}
.all-8 .grid-foot-11 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .5fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}
.all-8 .grid-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-8 .garant-2 {
  background-color: #c6f6dd;
  border-radius: 20px;
  margin-top: 20px;
  padding: 20px;
  position: relative;
  overflow: visible;
}
.all-8 .div-block-159 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-8 .star-div {
  position: absolute;
  inset: auto -2% -15% auto;
}
.all-8 .scpec-block-2 {
  border: 4px solid #f7f8fc;
  border-radius: 20px;
  margin-top: 20px;
  padding: 20px;
}
.all-8 .card-bonus-zdrav {
  background-color: #fcf7e9;
}
.all-8 .card-bonus-zdrav.all-padding-24px.radius-20px {
  align-items: flex-start;
}
.all-8 .card-bonus-zdrav.all-padding-24px.radius-20px.hide {
  display: none;
}
.all-8 .margin-btm-20px-2 {
  margin-bottom: 21px;
}
.all-8 .d-2 {
  margin-bottom: 0;
}
.all-8 .spec-vrach-grid {
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr;
}
.all-8 .image-76 {
  mix-blend-mode: multiply;
  object-fit: fill;
  max-width: 100%;
  display: inline-block;
}
.all-8 .padding-small {
  padding-bottom: 1rem;
}
.all-8 .button_warper-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0000;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 20px;
  display: grid;
}
.all-8 .doc-links {
  color: #8686a0;
  background-color: #0000;
  border: 3px solid #f2ebff;
  border-radius: 20px;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 115%;
}
.all-8 .doc-links:hover {
  color: #8037fc;
  background-color: #f2ebff;
  font-weight: 500;
}
.all-8 .div-block-160 {
  position: absolute;
  inset: -4px -1% 0% auto;
}
.all-8 .heading-40 {
  margin-bottom: 30px;
}
.all-8 .image-77 {
  z-index: 1;
  display: none;
  position: absolute;
}
.all-8 .sale-text-2 {
  color: #fff;
  background-color: #71e8a9;
  border-radius: 20px;
  flex-direction: row;
  padding: 10px 20px;
  font-weight: 500;
  display: inline-block;
}
.all-8 .he-p {
  color: #fff;
  margin-bottom: 40px;
  font-size: 20px;
}
.all-8 .spec-text-2 {
  color: #8686a099;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.all-8 .section-4 {
  background-color: #fff;
  margin-top: 60px;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  transition: border-radius .3s cubic-bezier(.55, .055, .675, .19), background-color .3s cubic-bezier(.55, .055, .675, .19);
  display: block;
  overflow: visible;
}
.all-8 .section-3-garant-2 {
  background-color: #fff;
  margin-top: 40px;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  transition: border-radius .3s cubic-bezier(.55, .055, .675, .19), background-color .3s cubic-bezier(.55, .055, .675, .19);
  display: block;
  overflow: visible;
}
.all-8 .margin-btm-16px-6 {
  margin-bottom: 16px;
}
.all-8 .image-78 {
  width: auto;
  height: 150px;
}
.all-8 .logo-bonus-2 {
  justify-content: space-between;
  align-self: stretch;
  max-width: 100%;
  display: flex;
}
.all-8 .div-block-161 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-8 .swiper-pagination-2 {
  background-color: #0000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}
.all-8 .div-block-116 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
  position: static;
}
.all-8 .image-79 {
  margin: auto;
  display: block;
}
.all-8 .image-50 {
  opacity: 1;
  border-radius: 0 0 40px;
  display: block;
}
.all-8 .navig-vrach {
  background-color: #fff;
  margin-top: 60px;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  transition: border-radius .3s cubic-bezier(.55, .055, .675, .19), background-color .3s cubic-bezier(.55, .055, .675, .19);
  display: block;
  overflow: hidden;
}
.all-8 .image-80 {
  margin-bottom: 60px;
}
.all-8 .swiper2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  position: static;
  overflow: hidden;
}
.all-8 .swiper2.margin-bottom-40px {
  object-fit: fill;
  align-items: center;
  display: flex;
}
.all-8 .light-text-6 {
  color: #dfcdfe;
  flex: 1;
}
.all-8 .paragraph-24 {
  text-align: center;
  margin-bottom: 20px;
}
.all-8 .paragraph-25 {
  margin-bottom: 30px;
}
.all-8 .prise-text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 105%;
}
.all-8 .heading-41 {
  margin-top: 16px;
  margin-bottom: 10px;
}
.all-8 .button-text-20px-8 {
  color: #fff;
  flex: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}
.all-8 .navig-wraper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-8 .navig-wraper.btm-40px {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.all-8 .faq-question-wrap-4 {
  background-color: #fff;
  border: 3px solid #f2ebff;
  border-radius: 30px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 30px;
}
.all-8 .image-82 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.all-8 .warp-headin-icon-copy-4 {
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}
.all-8 .div-block-162 {
  align-items: center;
  margin-left: 0;
  padding: 20px;
  display: flex;
}
.all-8 .image-83 {
  border-radius: 10px;
  max-width: 24%;
}
.all-8 .motion-slide-in-3 {
  color: #373660;
  margin-bottom: 40px;
}
.all-8 .containe-navig-spec {
  background-color: #0000;
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  position: relative;
}
.all-8 .swiper-wrapper-4 {
  flex-flow: row;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  position: static;
  overflow: visible;
}
.all-8 .grid-25 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.all-8 .doc-navig-photo-2 {
  justify-content: space-between;
  display: flex;
}
.all-8 .div-block-118 {
  background-color: #f2ebff;
  height: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.all-8 .like-div {
  position: absolute;
  inset: auto -2% -15% auto;
}
.all-8 .block-numbers {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-8 .div-block-106 {
  position: absolute;
  inset: auto -2% -15% auto;
}
.all-8 .div-block-163 {
  background-color: #f7f8fc;
  height: 4px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.all-8 .all-4 {
  overflow: hidden;
}
.all-8 .swiper-slide-3 {
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  width: 33.3333%;
  display: flex;
  overflow: visible;
}
.all-8 .block-tezis-02-copy-copy-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}
.all-8 .swiper-wrapper-5 {
  flex-flow: row;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  position: static;
  overflow: visible;
}
.all-8 .div-block-164 {
  position: absolute;
  inset: -4px -1% 0% auto;
}
.all-8 .image-84 {
  width: auto;
  height: 150px;
}
.all-8 .div-block-165 {
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}
.all-8 .image-85 {
  padding-right: 8px;
}
.all-8 .div-block-166 {
  color: #f2ebff;
  background-color: #f2ebff;
  border: 3px solid #f2ebff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  padding: 24px;
  display: flex;
  position: relative;
}
.all-8 .margin-btm-20px-3 {
  margin-bottom: 21px;
}
.all-8 .section-5 {
  background-color: #fff;
  margin-top: 60px;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  transition: border-radius .3s cubic-bezier(.55, .055, .675, .19), background-color .3s cubic-bezier(.55, .055, .675, .19);
  display: block;
  overflow: visible;
}
.all-8 .image-86 {
  margin: auto;
  display: block;
}
.all-8 .swiper-wrapper-6 {
  flex-flow: row;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  position: static;
  overflow: visible;
}
.all-8 .div-block-167 {
  position: absolute;
  inset: auto -2% -15% auto;
}
.all-8 .div-block-168 {
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}
.all-8 .image-87 {
  padding-right: 8px;
}
.all-8 .div-block-169 {
  color: #f2ebff;
  background-color: #f2ebff;
  border: 3px solid #f2ebff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  padding: 24px;
  display: flex;
  position: relative;
}
.all-8 .margin-btm-20px-4 {
  margin-bottom: 21px;
}
.all-8 .section-6 {
  background-color: #fff;
  margin-top: 60px;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  transition: border-radius .3s cubic-bezier(.55, .055, .675, .19), background-color .3s cubic-bezier(.55, .055, .675, .19);
  display: block;
  overflow: visible;
}
.all-8 .image-88 {
  margin: auto;
  display: block;
}
.all-8 .swiper-wrapper-7 {
  flex-flow: row;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  position: static;
  overflow: visible;
}
.all-8 .div-block-170 {
  position: absolute;
  inset: auto -2% -15% auto;
}
.all-8 .div-block-171 {
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}
.all-8 .image-89 {
  padding-right: 8px;
}
.all-8 .div-block-172 {
  color: #f2ebff;
  background-color: #f2ebff;
  border: 3px solid #f2ebff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  padding: 24px;
  display: flex;
  position: relative;
}
.all-8 .margin-btm-20px-5 {
  margin-bottom: 21px;
}
.all-8 .section-7 {
  background-color: #fff;
  margin-top: 60px;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  transition: border-radius .3s cubic-bezier(.55, .055, .675, .19), background-color .3s cubic-bezier(.55, .055, .675, .19);
  display: block;
  overflow: visible;
}
.all-8 .image-90 {
  margin: auto;
  display: block;
}
.all-8 .swiper-wrapper-8 {
  flex-flow: row;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  position: static;
  overflow: visible;
}
.all-8 .div-block-173 {
  position: absolute;
  inset: auto -2% -15% auto;
}
.all-8 .section-8 {
  background-color: #fff;
  margin-top: 60px;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  transition: border-radius .3s cubic-bezier(.55, .055, .675, .19), background-color .3s cubic-bezier(.55, .055, .675, .19);
  display: block;
  overflow: visible;
}
.all-8 .image-91 {
  margin: auto;
  display: block;
}
.all-8 .section-9 {
  background-color: #fff;
  margin-top: 60px;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  transition: border-radius .3s cubic-bezier(.55, .055, .675, .19), background-color .3s cubic-bezier(.55, .055, .675, .19);
  display: block;
  overflow: visible;
}
.all-8 .image-92 {
  margin: auto;
  display: block;
}
.all-8 .section-10 {
  background-color: #fff;
  margin-top: 60px;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  transition: border-radius .3s cubic-bezier(.55, .055, .675, .19), background-color .3s cubic-bezier(.55, .055, .675, .19);
  display: block;
  overflow: visible;
}
.all-8 .image-93 {
  margin: auto;
  display: block;
}
.all-8 .div-block-108 {
  flex-direction: row;
  align-items: flex-start;
  margin-right: 10px;
  display: flex;
}
.all-8 .tag-text-copy-2 {
  color: #8037fc;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 115%;
  display: inline;
}
.all-8 .div-block-107 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.all-8 .name-review-copy-copy {
  color: #8686a0;
  margin-bottom: 18px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.all-8 .name-doc {
  font-size: 20px;
  font-weight: 600;
}
.all-8 .card-vrach {
  border: 3px solid #f2ebff;
  border-radius: 20px;
  flex-direction: column;
  flex: none;
  justify-content: space-around;
  max-width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}
.all-8 .div-block-102-copy {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}
.all-8 .name-review-copy {
  color: #373660;
  margin-bottom: 18px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.all-8 .image-46 {
  object-fit: cover;
  height: 100%;
  margin-bottom: 140px;
  padding-bottom: 0;
  position: relative;
}
.all-8 .tag-warp-comment-copy {
  background-color: #f2ebff;
  border-radius: 100px;
  flex-flow: column-reverse;
  flex: none;
  justify-content: flex-start;
  padding: 10px 20px;
  display: block;
}
.all-8 .div-block-174 {
  flex-direction: row;
  align-items: flex-start;
  margin-right: 10px;
  display: flex;
}
.all-8 .tag-text-copy-3 {
  color: #8037fc;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 115%;
  display: inline;
}
.all-8 .div-block-175 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.all-8 .image-94 {
  object-fit: cover;
  height: 100%;
  margin-bottom: 140px;
  padding-bottom: 0;
  position: relative;
}
.all-8 .tag-text-copy-4 {
  color: #8037fc;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 115%;
  display: inline;
}
.all-8 .test-tag {
  color: #8037fc;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 115%;
  display: block;
}
.all-8 .data-review-2 {
  color: #8686a0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.all-8 .div-block-111 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 30px;
  display: grid;
}
.all-8 .tag-warp-comment-2 {
  background-color: #f2ebff;
  border-radius: 100px;
  flex-wrap: nowrap;
  padding: 15px;
  display: flex;
}
.all-8 .name-review-2 {
  color: #373660;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}
.all-8 .card-review-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border: 3px solid #f2ebff;
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  padding: 24px;
  display: flex;
}
.all-8 .star-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #fcf7e9;
  border-radius: 20px;
  flex-direction: row;
  justify-content: flex-start;
  padding: 10px 20px;
  display: flex;
}
.all-8 .div-block-119 {
  padding: 15px;
}
.all-8 .image-95 {
  mix-blend-mode: multiply;
  object-fit: fill;
  max-width: 100%;
  display: inline-block;
}
.all-8 .image-96 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.all-8 .grid-26 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.all-8 .cont {
  flex-direction: column;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}
.all-8 .heading-42 {
  color: var(--text-heading);
  text-align: center;
  margin-bottom: 40px;
  margin-left: 200px;
  margin-right: 200px;
}
.all-8 .button {
  border-radius: var(--border-radius);
  text-align: center;
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}
.all-8 .h2 {
  color: var(--text-heading);
  text-align: left;
  font-size: 32px;
}
.all-8 .div-block-178 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-radius: var(--border-radius);
  background-color: var(--blue-bg);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 40px;
  display: grid;
}
.all-8 .div-block-178.green {
  background-color: var(--green-bg);
}
.all-8 .div-block-178.orange {
  background-color: var(--orange-secondary);
}
.all-8 .form-6 {
  flex-direction: column;
  display: flex;
}
.all-8 .submit-button, .all-8 .email-tab {
  border-radius: var(--border-radius);
}
.all-8 .input {
  border-radius: 10px;
}
.all-8 .section-1201 {
  margin-bottom: 61px;
}
.all-8 .section-1202 {
  padding-top: 70px;
}
.all-8 .s1 {
  margin-top: 100px;
}
.all-8 .div-block-179 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: var(--border-radius);
  background-color: var(--orange-secondary);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 40px;
  display: grid;
}
.all-8 .div-block-179.blue {
  background-color: var(--blue-bg);
}
.all-8 .heading-43 {
  color: var(--text-heading);
}
.all-8 .div-block-180 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px 0;
  display: grid;
}
.all-8 .div-block-181 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}
.all-8 .please-go-to-docs {
  color: #333;
  background-color: #fff;
  position: fixed;
  inset: 1rem auto auto 0%;
}
.all-8 .fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.all-8 .fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.all-8 .fs-cc-manager_component {
  z-index: 999;
  display: block;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}
.all-8 .fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}
.all-8 .fs-cc-banner_close-icon {
  width: 1.5rem;
  height: 1.5rem;
}
.all-8 .fs-cc-prefs_trigger {
  display: none;
}
.all-8 .fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}
.all-8 .fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.all-8 .fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}
.all-8 .fs-cc-manager_trigger {
  display: none;
}
.all-8 .fs-cc-prefs_title {
  color: #021a69;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}
.all-8 .fs-cc-prefs_checkbox-label {
  display: none;
}
.all-8 .fs-cc-prefs_text {
  color: #021a69;
  font-size: .75rem;
}
.all-8 .fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}
.all-8 .fs-cc-prefs_space-medium {
  margin-bottom: 2.5rem;
}
.all-8 .fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}
.all-8 .fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}
.all-8 .fs-cc-banner_text-link {
  color: #4353ff;
  border-bottom: 2px solid #4353ff;
  font-weight: 400;
  text-decoration: none;
}
.all-8 .fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}
.all-8 .fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 1rem;
  height: 1rem;
}
.all-8 .fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .625rem;
  box-shadow: 1px 1px 12px #0000001a;
}
.all-8 .fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}
.all-8 .fs-cc-manager_icon {
  width: 2rem;
  height: 2rem;
}
.all-8 .fs-cc-banner_text {
  color: #616161;
  margin-right: 1.5rem;
}
.all-8 .fs-cc-banner_trigger {
  display: none;
}
.all-8 .fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  flex-direction: column;
  padding: .625rem;
  transition: color .2s;
  display: flex;
}
.all-8 .fs-cc-manager_button:hover {
  color: #4353ff;
}
.all-8 .fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: flex;
  position: fixed;
  inset: 0%;
}
.all-8 .fs-cc-prefs_label {
  color: #4353ff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}
.all-8 .fs-cc-prefs_button {
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}
.all-8 .fs-cc-prefs_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #fff;
  border-color: #4353ff;
}
.all-8 .fs-cc-banner_button {
  color: #fff;
  text-align: center;
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}
.all-8 .fs-cc-banner_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #f5f5f5;
  border-color: #4353ff;
}
.all-8 .fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 1.5rem 2rem;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}
.all-8 .fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}
.all-8 .fs-cc-prefs_submit-hide {
  display: none;
}
.all-8 .fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}
.all-8 .text-field {
  margin-top: 20px;
}
.all-8 .div-block-182 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 20px;
  display: flex;
}
.all-8 .div-block-183 {
  background-color: var(--blue-secondary);
  padding: 50px;
}
.all-8 .div-block-184 {
  background-color: #fff;
  border-radius: 30px;
  padding: 20px;
}
.all-8 .heading-44 {
  color: var(--white);
}
.all-8 .div-block-185 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-8 .div-block-186 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: var(--text-heading);
  background-color: #ffd2d566;
  border: 3px #000;
  border-radius: 20px;
  align-items: flex-start;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}
.all-8 .text-block-2 {
  color: var(--text-paragraph);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.all-8 .div-block-187 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-8 .swn-btn {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 0px solid var(--orange-secondary);
  color: var(--orange-primary);
  background-color: #ffecc080;
  border-radius: 14px;
  flex-flow: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 14px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}
.all-8 .swn-btn:hover {
  background-color: var(--orange-secondary);
  color: var(--orange-primary);
}
.all-8 .swn-btn.mbt40 {
  flex-flow: row;
  margin-top: 40px;
  display: flex;
}
.all-8 .text-block-3 {
  color: var(--orange-primary);
  font-size: 14px;
}
.all-8 .download-wraper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.all-8 .tab-link-tab-1 {
  border-radius: 20px;
}
.all-8 .tab-link-tab-1.w--current {
  border-style: none none solid;
  border-width: 3px;
  border-color: var(--orange-primary);
  background-color: #c8c8c800;
  border-radius: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.all-8 .tab-link-tab-1.tab-style.w--current {
  color: var(--orange-primary);
}
.all-8 .tab-link-tab-1-2 {
  background-color: #c8c8c8;
}
.all-8 .tab-link-tab-1-2.w--current {
  border: 3px solid var(--orange-secondary);
  background-color: #0000;
  border-radius: 20px;
}
.all-8 .text-block-4 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}
.all-8 .tab-style {
  border-style: none none solid;
  border-width: 3px;
  border-color: black black var(--alice-blue);
  background-color: #0000;
  flex-direction: column;
  flex: 0 auto;
  align-items: stretch;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: block;
}
.all-8 .tab-style:hover {
  border-style: none none solid;
  border-color: var(--orange-primary);
  color: var(--orange-primary);
}
.all-8 .tab-style.w--current {
  border-style: none none solid;
  border-color: var(--orange-primary);
  color: var(--orange-primary);
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}
.all-8 .style-logo-wraper {
  border: 2px solid var(--alice-blue);
  background-color: var(--text-paragraph);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 160px;
  padding: 20px;
  display: flex;
}
.all-8 .style-logo-wraper.white {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
}
.all-8 .tabs-menu-2 {
  border: 2px #000;
  border-bottom-width: 0;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 20px;
  margin-bottom: 30px;
  display: flex;
}
.all-8 .dwn-img {
  max-width: 40%;
}
.all-8 .div-block-188 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}
.all-8 .text-block-5 {
  color: var(--text-heading);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}
.all-8 .text-block-5.mbt {
  margin-bottom: 30px;
}
.all-8 .down-div-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: center;
  place-items: center start;
  display: grid;
}
.all-8 .tab-style-main {
  border: 2px solid var(--blue-primary-2);
  color: var(--blue-primary-2);
  background-color: #0000;
  border-radius: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.all-8 .tab-style-main:hover {
  background-color: var(--blue-primary-2);
  color: var(--white);
}
.all-8 .tab-style-main.w--current {
  border: 3px solid var(--blue-primary-2);
  background-color: var(--blue-primary-2);
  color: var(--white);
  border-radius: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.all-8 .tabs-menu-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 30px;
  display: grid;
}
.all-8 .style-text {
  font-size: 20px;
  font-weight: 500;
}
.all-8 .body {
  background-color: #eaf5fe;
}
.all-8 .text-block-6 {
  color: var(--text-paragraph);
}
.all-8 .image-97 {
  aspect-ratio: auto;
  object-fit: scale-down;
  flex: 0 auto;
  padding: 20px;
  display: block;
}
.all-8 .div-block-189 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}
.all-8 .image-98 {
  height: 60px;
}
.all-8 .div-block-190 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--blue-primary-2);
  border-radius: 20px;
  padding: 20px;
  display: flex;
}
.all-8 .div-block-191 {
  border-bottom: 3px solid var(--alice-blue);
}
.all-8 .btb-h1 {
  font-size: 40px;
}
.all-8 .text-rorm-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}
.all-8 .bloc-u45 {
  background-color: #dafbff;
  border-radius: 37px;
}
.all-8 .bloc-u45.mobile {
  display: none;
}
.all-8 .footer-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 30px;
  padding-bottom: 100px;
  display: grid;
}
.all-8 .b2b-p1 {
  text-align: left;
  font-size: 16px;
}
.all-8 .b2b-p1.centr {
  text-align: center;
}
.all-8 .image-99 {
  z-index: 2;
  position: absolute;
  inset: 38% auto auto 0%;
}
.all-8 .image-99.load-anim {
  top: 28%;
}
.all-8 .wrapper-block-grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}
.all-8 .success-message-4 {
  background-color: #23d376;
  border-radius: 20px;
  padding: 40px;
}
.all-8 .b2b-btn-wrapper {
  flex-flow: column;
  align-items: stretch;
  display: flex;
}
.all-8 .error-message-4 {
  border-radius: 20px;
  padding: 20px;
}
.all-8 .text-du-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  padding: 40px;
  display: flex;
}
.all-8 .div-block-192 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0000;
  border: 1px #000;
  border-radius: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
}
.all-8 .text-span-190 {
  color: #00b9d2;
}
.all-8 .b2b-navig {
  background-color: var(--blue-bg);
}
.all-8 .block-duo {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 3px solid #cdf9ff;
  border-radius: 40px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}
.all-8 .icon-next-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}
.all-8 .div-block-193 {
  background-color: #cdf9ff;
  border-radius: 30px;
  padding: 30px;
}
.all-8 .btn-b2b {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #ffb401;
  border-radius: 20px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: sticky;
  inset: auto 0% 0% auto;
}
.all-8 .btn-b2b:hover {
  background-color: #ffc83d;
}
.all-8 .grid-27 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: flex-start start;
  display: flex;
}
.all-8 .b2b-input {
  color: #373660;
  border: 2px solid #cdf9ff;
  border-radius: 14px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.all-8 .b2b-input:hover {
  border-color: #cdf9ff;
}
.all-8 .b2b-fix-bitton-chat {
  z-index: 90;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: fixed;
  inset: auto 20px 20px;
}
.all-8 .div-block-194 {
  padding-top: 108px;
  padding-bottom: 100px;
  padding-right: 40px;
}
.all-8 .div-block-194.btm-40px {
  padding-right: 0;
}
.all-8 .form-btb-reg {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  display: flex;
}
.all-8 .b2b-card-03.radius-20px.all-padding-24px.stroke-blue {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  border: 3px solid #cdf9ff;
  flex-direction: column;
  display: flex;
}
.all-8 .card-b2b-02.all-padding-24px.radius-20px {
  text-align: center;
  border: 3px solid #ffecc0;
  margin-top: 0;
  margin-bottom: 0;
}
.all-8 .form-text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
.all-8 .form-text.black {
  color: #373660;
}
.all-8 .image-100 {
  max-width: 30%;
  display: block;
}
.all-8 .b2b-h3 {
  font-size: 28px;
}
.all-8 .navig-grid {
  grid-column-gap: 17px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: stretch;
  padding: 20px;
  display: flex;
}
.all-8 .social-icon-b2b {
  color: var(--blue-primary-2);
  border: 2px solid #00b9d2;
  border-radius: 100px;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}
.all-8 .social-icon-b2b:hover {
  color: #fff;
  background-color: #00b9d2;
  border-color: #00b9d2;
}
.all-8 .btb-h2 {
  text-align: left;
  flex: 0 auto;
  font-size: 38px;
  display: inline;
}
.all-8 .btb-h2.centr {
  text-align: center;
}
.all-8 .div-block-195 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}
.all-8 .footer-2 {
  background-color: #cdf9ff;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  padding-left: 30px;
  padding-right: 30px;
}
.all-8 .icon-block-2 {
  max-width: 20%;
}
.all-8 .b2b-h4 {
  color: #373660;
  text-align: left;
  justify-content: space-around;
  font-size: 22px;
  display: flex;
}
.all-8 .b2b-h4.centr-text {
  text-align: center;
}
.all-8 .b2b-form-btn {
  background-color: #ffb401;
  border-radius: 20px;
  padding: 18px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.all-8 .section-1203 {
  background-color: #fff;
  margin-top: 60px;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  transition: border-radius .3s cubic-bezier(.55, .055, .675, .19), background-color .3s cubic-bezier(.55, .055, .675, .19);
  display: block;
  overflow: hidden;
}
.all-8 .image-101 {
  z-index: 2;
  position: absolute;
  inset: auto 0% -7% 208px;
}
.all-8 .utm-input {
  display: none;
}
.all-8 .div-block-196 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #cdf9ff4d;
  border-radius: 30px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-8 .centr {
  text-align: center;
}
.all-8 .centr.margin-btm-20 {
  padding-right: 0;
}
.all-8 .wrapper-block-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 80px;
}
.all-8 .containe-961 {
  background-color: #0000;
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  position: relative;
}
.all-8 .b2b-p2 {
  font-size: 12px;
}
.all-8 .div-block-197 {
  background-color: var(--blue-bg);
  border-radius: 30px;
  height: 520px;
  position: relative;
}
.all-8 .b2b-header {
  background-color: #0000;
  border-radius: 40px;
  padding: 0 30px;
  display: block;
  position: relative;
}
.all-8 .image-102 {
  max-width: 22%;
  margin-bottom: -60px;
  position: relative;
  top: -75px;
}
.all-8 .div-block-198 {
  border: 2px solid var(--text-paragraph);
  background-color: var(--text-paragraph);
  border-radius: 20px;
  padding: 20px;
}
.all-8 .code {
  color: var(--white);
  font-size: 16px;
  display: flex;
}
.all-8 .div-block-199 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-8 .div-block-200 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 100px 30px;
  display: grid;
}
.all-8 .div-block-201 {
  background-color: var(--blue-bg);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}
.all-8 .link-2 {
  color: var(--blue-primary-2);
  margin-left: 1rem;
  font-size: 38px;
  font-weight: 700;
  text-decoration: underline;
}
.all-8 .text-span-191 {
  color: var(--blue-primary-2);
  font-weight: 700;
}
.all-8 .gg {
  flex: 0 auto;
  align-self: baseline;
  margin-bottom: 0;
}
.all-8 .div-block-202 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  margin-bottom: 80px;
  display: grid;
}
.all-8 .div-block-203 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--blue-bg);
  border-radius: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}
.all-8 .image-103 {
  margin: auto;
  display: block;
}
.all-8 .div-block-204 {
  flex-flow: row;
  display: block;
}
.all-8 .div-block-205 {
  flex-flow: wrap;
  display: flex;
}
.all-8 .raitn {
  color: var(--text-heading);
  font-weight: 700;
}
.all-8 .div-block-206 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--orange-light-bg);
  border-radius: 20px;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100px;
  padding: 4px 10px;
  display: flex;
}
.all-8 .div-block-207 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  flex: none;
  align-self: baseline;
  align-items: flex-start;
  display: block;
}
.all-8 .promo-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}
.all-8 .light-text-7 {
  color: #fff;
}
.all-8 .promocode-3 {
  grid-column-gap: 10px;
  color: #8037fc;
  background-color: #fff;
  border-radius: 10px;
  justify-content: space-around;
  align-items: center;
  padding: 10px 40px;
  display: flex;
}
.all-8 .promo-code-cms-2 {
  color: #373660;
  flex: none;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
}
.all-8 .div-block-208 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: var(--orange-light-bg);
  border-radius: 20px;
  flex: none;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}
.all-8 .div-block-209 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.all-8 .spec-text-copy {
  color: #8686a0;
  text-align: left;
  align-self: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.all-8 .text-block-8 {
  color: var(--text-heading);
  font-size: 20px;
}
.all-8 .text-block-9 {
  color: var(--blue-primary-2);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}
.all-8 .text-block-9:hover {
  color: var(--white);
}
.all-8 .navig-grid-copy {
  grid-column-gap: 17px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: stretch;
  padding: 20px;
  display: flex;
}
.all-8 .style-color-wraper {
  border: 2px none var(--alice-blue);
  background-color: #0000;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding: 20px;
  display: flex;
}
.all-8 .style-color-wraper.white {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
}
.all-8 .style-color-wraper.orange-primary {
  background-color: var(--orange-primary);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  font-family: Montserrat, sans-serif;
}
.all-8 .style-color-wraper.blue-primary {
  background-color: var(--blue-primary-2);
}
.all-8 .style-color-wraper.orange-second {
  background-color: var(--oreange-srcondary);
}
.all-8 .style-color-wraper.orange-light {
  background-color: var(--orange-bg);
}
.all-8 .style-color-wraper.orange-light.dark-text {
  color: var(--text-heading);
  font-family: Montserrat, sans-serif;
}
.all-8 .style-color-wraper.orange-bg {
  background-color: var(--orange-light-bg);
}
.all-8 .style-color-wraper.blue-secondary {
  background-color: var(--blue-secondary);
}
.all-8 .style-color-wraper.blue-light {
  background-color: var(--blue-bg);
}
.all-8 .style-color-wraper.blue-light-bg {
  background-color: var(--blue-light-bg);
}
.all-8 .style-color-wraper.violet-primary {
  background-color: var(--violet--primary);
}
.all-8 .style-color-wraper.violet-sec {
  background-color: var(--violet-secondary);
}
.all-8 .style-color-wraper.violet-bg {
  background-color: var(--voilet-secondary);
}
.all-8 .style-color-wraper.violet-bg-light {
  background-color: var(--violet-bg);
}
.all-8 .style-color-wraper.green-prim {
  background-color: var(--green-primary);
}
.all-8 .style-color-wraper.green-sec {
  background-color: var(--green-secondary-2);
}
.all-8 .style-color-wraper.green-bg {
  background-color: var(--green-secondary);
}
.all-8 .style-color-wraper.green-bg-light {
  background-color: #e9faf0;
}
.all-8 .style-color-wraper.red-100 {
  background-color: var(--red-primary);
}
.all-8 .style-color-wraper.red-80 {
  background-color: var(--red-secondary);
}
.all-8 .style-color-wraper.red-20 {
  background-color: var(--red-bg);
}
.all-8 .style-color-wraper.red-10 {
  background-color: var(--red-10);
}
.all-8 .style-color-wraper.dark-100 {
  background-color: var(--dark-100);
}
.all-8 .style-color-wraper.dark-60 {
  background-color: var(--dark-60);
}
.all-8 .style-color-wraper.dark-20 {
  background-color: var(--dark-20);
}
.all-8 .style-color-wraper.dark-10 {
  background-color: var(--dark-10-2);
}
.all-8 .heading-45 {
  color: var(--white);
}
.all-8 .color-name-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}
.all-8 .text-name-color {
  color: #ffffff80;
  font-weight: 500;
}
.all-8 .text-name-color.dark {
  color: #37366066;
  font-family: Montserrat, sans-serif;
}
.all-8 .text-block-11 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.all-8 .text-block-11.dark {
  color: var(--text-heading);
  font-family: Montserrat, sans-serif;
}
.all-8 .div-block-211 {
  margin-top: 10px;
}
.all-8 .text-block-5-copy {
  color: var(--text-heading);
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
}
.all-8 .text-block-5-copy.mbt {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 24px;
}
.all-8 .text-block-5-copy._10 {
  margin-bottom: 10px;
}
.all-8 ._444 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 2px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-8 ._46 {
  color: var(--white);
  font-size: 20px;
}
.all-8 ._46.dark {
  color: var(--text-heading);
}
.all-8 .tabs, .all-8 .tabs-2 {
  padding: 20px;
}
.all-8 .image-105 {
  order: 1;
}
.all-8 .text-block-13 {
  text-align: center;
}
.all-8 .div-block-212 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  display: grid;
}
.all-8 .image-106 {
  max-width: 40%;
  margin: 20px;
}
.all-8 .image-107 {
  max-width: 80%;
  margin: 20px;
}
.all-8 .div-block-213 {
  background-color: var(--alice-blue-2);
  height: 3px;
}
.all-8 .div-block-214 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1.5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: start;
  display: grid;
}
.all-8 .div-block-214._30 {
  margin-top: 40px;
}
.all-8 .image-108 {
  max-width: 40%;
  margin: 20px;
}
.all-8 .image-109 {
  margin: 0;
}
.all-8 .image-110 {
  margin: 20px;
}
.all-8 .div-block-215 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.all-8 .body-2 {
  background-color: var(--blue-bf-light);
}
.all-8 .div-block-216 {
  background-color: var(--white);
  border-radius: 30px;
  padding: 40px;
}
.all-8 .heading-46 {
  color: var(--text-heading);
}
.all-8 .app-btn {
  background-color: #ffb401;
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 60px;
  display: flex;
  position: sticky;
  inset: auto 0% 0% auto;
}
.all-8 .app-btn:hover {
  background-color: #ffc83d;
}
.all-8 .app-btn.hiden-desctop {
  display: none;
}
.all-8 .swiper-wrapper-9 {
  flex-flow: row;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  position: static;
  overflow: visible;
}
.all-8 .div-block-217 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #c6f6dd;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}
.all-8 .app-logo-wrapp2 {
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}
.all-8 .swiper-pagination-m {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}
.all-8 .heading-47 {
  text-align: center;
  margin-bottom: 16px;
}
.all-8 .garant-3 {
  background-color: #c6f6dd;
  border-radius: 20px;
  margin-top: 20px;
  padding: 20px;
  position: relative;
  overflow: visible;
}
.all-8 .section-1204 {
  margin-top: 60px;
  padding-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
  transition: border-radius .3s cubic-bezier(.55, .055, .675, .19), background-color .3s cubic-bezier(.55, .055, .675, .19);
  display: block;
}
.all-8 .hero {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #0000;
  flex-direction: column;
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
  position: relative;
}
.all-8 .section-3-garant-3 {
  background-color: #fff;
  margin-top: 60px;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  transition: border-radius .3s cubic-bezier(.55, .055, .675, .19), background-color .3s cubic-bezier(.55, .055, .675, .19);
  display: block;
  overflow: visible;
}
.all-8 .btn-wrapper-mobile {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  display: flex;
}
.all-8 .spec-text-3 {
  color: #8686a0;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.all-8 .div-block-218 {
  background-color: #8686a066;
  border-radius: 2px;
  width: 2px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
}
.all-8 .app-h1 {
  text-align: center;
}
.all-8 .app-h1.text-span-violet {
  color: #8037fc;
}
.all-8 .popup-warp-3 {
  z-index: 10001;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #373660cc;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}
.all-8 .numbers-wrapper {
  justify-content: center;
  display: flex;
}
.all-8 .devide-certical {
  background-color: #8686a066;
  border-radius: 2px;
  width: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
}
.all-8 .app-btn-qr {
  background-color: #ffb401;
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 60px;
  display: flex;
  position: sticky;
  inset: auto 0% 0% auto;
}
.all-8 .app-btn-qr:hover {
  background-color: #ffc83d;
}
.all-8 .app-btn-qr.hide-mobile {
  flex-direction: row;
  display: flex;
}
.all-8 .text-block-02 {
  color: #8686a0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}
.all-8 .p-swiper-pagination {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}
.all-8 .promo-screen-card {
  background-color: #8037fc;
  border-radius: 40px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
}
.all-8 .ch-h2 {
  text-align: left;
}
.all-8 .image-111 {
  width: auto;
  height: 150px;
}
.all-8 .n {
  color: #8686a0;
  font-family: Montserrat, sans-serif;
}
.all-8 .div-block-220 {
  position: absolute;
  inset: -4px -1% 0% auto;
}
.all-8 .div-block-221 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}
.all-8 .store-wrapper {
  justify-content: center;
  margin-top: 12px;
  display: flex;
}
.all-8 .scpec-block-3 {
  border: 4px solid #f7f8fc;
  border-radius: 20px;
  margin-top: 20px;
  padding: 20px;
}
.all-8 .scpec-block-3.btm-100 {
  border-width: 0;
}
.all-8 .swiper-slide-4 {
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  width: 33.3333%;
  display: flex;
}
.all-8 .swiper-slide-4.all-padding-24px.border-light-2px {
  border-width: 3px;
  border-radius: 20px;
  flex-direction: row;
  justify-content: space-between;
  padding: 0;
  display: flex;
}
.all-8 .section-1205 {
  background-color: #fff;
  margin-top: 60px;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  transition: border-radius .3s cubic-bezier(.55, .055, .675, .19), background-color .3s cubic-bezier(.55, .055, .675, .19);
  display: block;
  overflow: visible;
}
.all-8 .promoscreen-text {
  color: #fff;
  text-align: center;
  padding: 30px 30px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 118%;
}
.all-8 .number-wrapper {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.all-8 .swiper-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  position: static;
  overflow: hidden;
}
.all-8 .swiper-2.motion-slide-in {
  flex-direction: column;
  display: block;
}
.all-8 .swiper-2.motion-slide-in.p-swiper, .all-8 .swiper-2.motion-slide-in.swiper-m {
  margin-bottom: 0;
}
.all-8 .number-text {
  color: #8686a0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
}
.all-8 .containe-962 {
  background-color: #0000;
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  position: relative;
}
.all-8 .warp-headin-icon-copy-5 {
  text-align: center;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}
.all-8 .app-btn-text {
  color: #fff;
  flex: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
}
.all-8 .app-btn-text.second {
  color: var(--orange-primary);
  font-weight: 500;
}
.all-8 .promo-wrapper--l {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}
.all-8 .swiper-wrapper-10 {
  flex-flow: row;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  position: static;
  overflow: visible;
}
.all-8 .swiper-wrapper-10.motion-slide-in {
  flex-direction: row;
}
.all-8 .div-block-222 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #c6f6dd;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}
.all-8 .hero-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #0000;
  flex-direction: column;
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
  position: relative;
}
.all-8 .app-h1-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}
.all-8 .app-h1-2.tx {
  color: #373660;
  font-size: 48px;
}
.all-8 .app-h1-2.text-span-violet {
  color: #8037fc;
}
.all-8 .heading-51 {
  text-align: left;
}
.all-8 .section-1206 {
  margin-top: 60px;
  padding-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
  transition: border-radius .3s cubic-bezier(.55, .055, .675, .19), background-color .3s cubic-bezier(.55, .055, .675, .19);
  display: block;
}
.all-8 .text-block-4-copy-2 {
  color: #373660;
  flex: none;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
}
.all-8 .spec-text-4 {
  color: #8686a0;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.all-8 .div-block-223 {
  background-color: #8686a066;
  border-radius: 2px;
  width: 2px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
}
.all-8 .promocode-4 {
  grid-column-gap: 10px;
  color: #8037fc;
  background-color: #f2ebff;
  border-radius: 10px;
  justify-content: space-around;
  align-items: center;
  padding: 10px 40px;
  display: flex;
}
.all-8 .image-114 {
  width: auto;
  height: 150px;
}
.all-8 .section-3-garant-2-copy {
  background-color: #fff;
  margin-top: 40px;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  transition: border-radius .3s cubic-bezier(.55, .055, .675, .19), background-color .3s cubic-bezier(.55, .055, .675, .19);
  display: block;
  overflow: visible;
}
.all-8 .div-block-224 {
  position: absolute;
  inset: -4px -1% 0% auto;
}
.all-8 .div-block-225 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}
.all-8 .section-1207 {
  background-color: #fff;
  margin-top: 60px;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  transition: border-radius .3s cubic-bezier(.55, .055, .675, .19), background-color .3s cubic-bezier(.55, .055, .675, .19);
  display: block;
  overflow: visible;
}
.all-8 .heading-53 {
  text-align: left;
}
.all-8 .swiper-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  position: static;
  overflow: hidden;
}
.all-8 .swiper-3.motion-slide-in {
  flex-direction: column;
  display: block;
}
.all-8 .swiper-3.motion-slide-in.p-swiper, .all-8 .swiper-3.motion-slide-in.swiper-m {
  margin-bottom: 0;
}
.all-8 .containe-963 {
  background-color: #0000;
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  position: relative;
}
.all-8 .warp-headin-icon-copy-6 {
  text-align: center;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}
.all-8 .div-block-226 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #c6f6dd;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}
.all-8 .hero-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #0000;
  flex-direction: column;
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
  position: relative;
}
.all-8 .section-1208 {
  margin-top: 60px;
  padding-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
  transition: border-radius .3s cubic-bezier(.55, .055, .675, .19), background-color .3s cubic-bezier(.55, .055, .675, .19);
  display: block;
}
.all-8 .spec-text-5 {
  color: #8686a0;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.all-8 .div-block-227 {
  background-color: #8686a066;
  border-radius: 2px;
  width: 2px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
}
.all-8 .promocode-5 {
  grid-column-gap: 10px;
  color: #8037fc;
  background-color: #f2ebff;
  border-radius: 10px;
  justify-content: space-around;
  align-items: center;
  padding: 10px 40px;
  display: flex;
}
.all-8 .image-117 {
  width: auto;
  height: 150px;
}
.all-8 .div-block-228 {
  position: absolute;
  inset: -4px -1% 0% auto;
}
.all-8 .div-block-229 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}
.all-8 .section-1209 {
  background-color: #fff;
  margin-top: 60px;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  transition: border-radius .3s cubic-bezier(.55, .055, .675, .19), background-color .3s cubic-bezier(.55, .055, .675, .19);
  display: block;
  overflow: visible;
}
.all-8 .swiper-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  position: static;
  overflow: hidden;
}
.all-8 .swiper-4.motion-slide-in {
  flex-direction: column;
  display: block;
}
.all-8 .swiper-4.motion-slide-in.p-swiper, .all-8 .swiper-4.motion-slide-in.swiper-m, .all-8 .swiper-4.motion-slide-in.r-swiper {
  margin-bottom: 0;
}
.all-8 .containe-964 {
  background-color: #0000;
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  position: relative;
}
.all-8 .button_warper-mobile {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0000;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 20px;
  display: grid;
}
.all-8 .button_warper-mobile.hiden-desctop {
  display: none;
}
.all-8 .p-swiper-button-next {
  background-color: #0000;
  border: 3px solid #f2ebff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 60px;
  display: flex;
}
.all-8 .p-swiper-button-next:hover {
  background-color: #f2ebff;
}
.all-8 .p-swiper-button-next:active {
  background-color: #dfcdfe;
  border-color: #dfcdfe;
}
.all-8 .tag-warp-2 {
  background-color: #f2ebff;
  border-radius: 100px;
  padding: 15px 30px;
}
.all-8 .tags-grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}
.all-8 .ch-section-copy {
  margin-top: 60px;
  padding-left: 30px;
  padding-right: 30px;
  transition: border-radius .3s cubic-bezier(.55, .055, .675, .19), background-color .3s cubic-bezier(.55, .055, .675, .19);
  display: block;
  overflow: hidden;
}
.all-8 .button-text-14px-3 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 100%;
}
.all-8 .r-swiper-button-next {
  background-color: #0000;
  border: 3px solid #f2ebff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 60px;
  display: flex;
}
.all-8 .r-swiper-button-next:hover {
  background-color: #f2ebff;
}
.all-8 .r-swiper-button-next:active {
  background-color: #dfcdfe;
  border-color: #dfcdfe;
}
.all-8 .hero-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #0000;
  flex-direction: column;
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
  position: relative;
}
.all-8 .div-block-230 {
  background-color: #f7f8fc;
  height: 4px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.all-8 .div-block-231 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #c6f6dd;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}
.all-8 .app-btn-qr-2 {
  background-color: #ffb401;
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 60px;
  display: flex;
  position: sticky;
  inset: auto 0% 0% auto;
}
.all-8 .app-btn-qr-2:hover {
  background-color: #ffc83d;
}
.all-8 .app-btn-qr-2.hide-mobile {
  flex-direction: row;
  display: flex;
}
.all-8 .footer-link-2 {
  color: #8686a0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}
.all-8 .footer-link-2:hover {
  color: #8037fc;
}
.all-8 .link-block-3 {
  color: #8686a0;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}
.all-8 .link-block-3:hover {
  color: #b082fd;
}
.all-8 .div-block-232 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  margin-bottom: 30px;
  display: grid;
}
.all-8 .tag-warp-dark-2 {
  background-color: #b082fd;
  border-radius: 100px;
  padding: 15px 30px;
}
.all-8 .img-arroe-l {
  margin: auto;
  display: block;
}
.all-8 .text-span-192 {
  color: #8037fc;
}
.all-8 .heading-55 {
  text-align: center;
  margin-bottom: 16px;
}
.all-8 .section-1210 {
  background-color: #fff;
  margin-top: 60px;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  transition: border-radius .3s cubic-bezier(.55, .055, .675, .19), background-color .3s cubic-bezier(.55, .055, .675, .19);
  display: block;
  overflow: visible;
}
.all-8 .r-swiper-button-prev {
  background-color: #0000;
  border: 3px solid #f2ebff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 60px;
  display: flex;
}
.all-8 .r-swiper-button-prev:hover {
  background-color: #f2ebff;
}
.all-8 .r-swiper-button-prev:active {
  background-color: #dfcdfe;
  border-color: #dfcdfe;
}
.all-8 .div-block-233 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-8 .section-1211 {
  margin-top: 60px;
  padding-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
  transition: border-radius .3s cubic-bezier(.55, .055, .675, .19), background-color .3s cubic-bezier(.55, .055, .675, .19);
  display: block;
}
.all-8 .text-price-block {
  color: #373660;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}
.all-8 .text-price-block.srtike-text {
  text-decoration: line-through;
}
.all-8 .ch-card {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #ffecc0;
  border-radius: 20px;
  flex-direction: column;
  padding: 24px;
  display: flex;
}
.all-8 .ch-card.purple {
  background-color: #dfcdfe;
}
.all-8 .p-swiper-button-prev {
  background-color: #0000;
  border: 3px solid #f2ebff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 60px;
  display: flex;
}
.all-8 .p-swiper-button-prev:hover {
  background-color: #f2ebff;
}
.all-8 .p-swiper-button-prev:active {
  background-color: #dfcdfe;
  border-color: #dfcdfe;
}
.all-8 .swiper-button-next-2 {
  background-color: #0000;
  border: 3px solid #f2ebff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 60px;
  display: flex;
}
.all-8 .swiper-button-next-2:hover {
  background-color: #f2ebff;
}
.all-8 .swiper-button-next-2:active {
  background-color: #dfcdfe;
  border-color: #dfcdfe;
}
.all-8 .spec-text-6 {
  color: #8686a0;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.all-8 .div-block-234 {
  background-color: #8686a066;
  border-radius: 2px;
  width: 2px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
}
.all-8 .star-3 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #fcf7e9;
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  padding: 10px 20px;
  display: flex;
}
.all-8 .margin-btm-16px-7 {
  margin-bottom: 16px;
}
.all-8 .containe-965 {
  background-color: #0000;
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  position: relative;
}
.all-8 .tag-text-2 {
  color: #8037fc;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 115%;
}
.all-8 .tag-text-2.light-text {
  color: #fff;
}
.all-8 .tag-div-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-start;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}
.all-8 .image-120 {
  width: auto;
  height: 150px;
}
.all-8 .swiper-button-prev-2 {
  background-color: #0000;
  border: 3px solid #f2ebff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 60px;
  display: flex;
}
.all-8 .swiper-button-prev-2:hover {
  background-color: #f2ebff;
}
.all-8 .swiper-button-prev-2:active {
  background-color: #dfcdfe;
  border-color: #dfcdfe;
}
.all-8 .grid-foot-2-copy-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}
.all-8 .button-text-20px-9 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
}
.all-8 .ch-02 {
  color: #ffb401;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
}
.all-8 .ch-02.purple {
  color: #8037fc;
}
.all-8 .div-block-236 {
  position: absolute;
  inset: -4px -1% 0% auto;
}
.all-8 .div-ch {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
}
.all-8 .containe-966 {
  background-color: #0000;
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  position: relative;
}
.all-8 .containe-966.promo {
  width: 1280px;
}
.all-8 .div-block-237 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}
.all-8 .grid-foot-12 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}
.all-8 .promocode-6 {
  grid-column-gap: 10px;
  color: #8037fc;
  background-color: #f2ebff;
  border-radius: 10px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 10px 40px;
  display: flex;
}
.all-8 .promocode-6:hover, .all-8 .promocode-6:active {
  background-color: #dfcdfe;
}
.all-8 .link-block-2-copy-2 {
  color: #8686a0;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}
.all-8 .link-block-2-copy-2:hover {
  color: #b082fd;
}
.all-8 .card-review-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border: 2px solid var(--lavender);
  background-color: var(--white);
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: stretch;
  padding: 24px;
  display: flex;
}
.all-8 .r-swiper-pagination {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}
.all-8 .tag-text-copy-5 {
  color: #8037fc;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 115%;
}
.all-8 .div-block-239 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-8 .name-review-3 {
  color: #373660;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.all-8 .text-span-193 {
  color: #8037fc;
}
.all-8 .tag-warp-lab-2 {
  background-color: #c6f6dd;
  border-radius: 100px;
  padding-right: 0;
  display: inline-block;
}
.all-8 .app-btn-2 {
  background-color: #ffb401;
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 60px;
  display: flex;
  position: sticky;
  inset: auto 0% 0% auto;
}
.all-8 .app-btn-2:hover {
  background-color: #ffc83d;
}
.all-8 .app-btn-2.hiden-desctop, .all-8 .app-btn-2.hiden-desctop.hide-fix-btn-triger.hide-fix-btn-triger-copy {
  display: none;
}
.all-8 .tag-warp-comment-3 {
  background-color: #f2ebff;
  border-radius: 100px;
  flex-wrap: nowrap;
  padding: 15px 30px;
  display: flex;
}
.all-8 .light-text-8 {
  color: #8686a0;
  flex: 1;
}
.all-8 .p4 {
  font-size: 12px;
}
.all-8 .swiper-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  position: static;
  overflow: hidden;
}
.all-8 .swiper-5.motion-slide-in {
  flex-direction: column;
  display: block;
}
.all-8 .swiper-5.motion-slide-in.p-swiper, .all-8 .swiper-5.motion-slide-in.r-swiper, .all-8 .swiper-5.motion-slide-in.swiper-m {
  margin-bottom: 0;
}
.all-8 .button-text-14px-4 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 100%;
}
.all-8 .hero-5 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #0000;
  flex-direction: column;
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
  position: relative;
}
.all-8 .div-block-240 {
  background-color: #f7f8fc;
  height: 4px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.all-8 .div-block-241 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #c6f6dd;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}
.all-8 .div-block-242 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  margin-bottom: 30px;
  display: grid;
}
.all-8 .text-span-195 {
  color: #8037fc;
}
.all-8 .heading-57 {
  text-align: center;
  margin-bottom: 16px;
}
.all-8 .section-1212 {
  background-color: #fff;
  margin-top: 60px;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  transition: border-radius .3s cubic-bezier(.55, .055, .675, .19), background-color .3s cubic-bezier(.55, .055, .675, .19);
  display: block;
  overflow: visible;
}
.all-8 .ch-card-price {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #ffecc0;
  border-radius: 20px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  padding: 24px;
  display: grid;
}
.all-8 .ch-card-price.violet {
  background-color: #dfcdfe;
}
.all-8 .div-block-243 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-8 .section-1213 {
  margin-top: 60px;
  padding-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
  transition: border-radius .3s cubic-bezier(.55, .055, .675, .19), background-color .3s cubic-bezier(.55, .055, .675, .19);
  display: block;
}
.all-8 .text-price-block-02 {
  color: #373660;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}
.all-8 .div-block-244 {
  background-color: #8686a066;
  border-radius: 2px;
  width: 2px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
}
.all-8 .margin-btm-16px-8 {
  margin-bottom: 16px;
}
.all-8 .containe-967 {
  background-color: #0000;
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  position: relative;
}
.all-8 .tag-text-3 {
  color: #8037fc;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 115%;
}
.all-8 .tag-text-3.light-text {
  color: #fff;
}
.all-8 .div-block-246 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}
.all-8 .image-123 {
  width: auto;
  height: 150px;
}
.all-8 .swiper-button-prev-3 {
  background-color: #0000;
  border: 3px solid #f2ebff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 60px;
  display: flex;
}
.all-8 .swiper-button-prev-3:hover {
  background-color: #f2ebff;
}
.all-8 .swiper-button-prev-3:active {
  background-color: #dfcdfe;
  border-color: #dfcdfe;
}
.all-8 .grid-foot-2-copy-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}
.all-8 .button-text-20px-10 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
}
.all-8 .div-block-247 {
  position: absolute;
  inset: -4px -1% 0% auto;
}
.all-8 .div-block-248 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}
.all-8 .grid-foot-13 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}
.all-8 .promocode-7 {
  grid-column-gap: 10px;
  color: #8037fc;
  background-color: #f2ebff;
  border-radius: 10px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 10px 40px;
  display: flex;
}
.all-8 .promocode-7:hover, .all-8 .promocode-7:active {
  background-color: #dfcdfe;
}
.all-8 .link-block-2-copy-3 {
  color: #8686a0;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}
.all-8 .link-block-2-copy-3:hover {
  color: #b082fd;
}
.all-8 .ch-03 {
  color: #373660;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 100%;
}
.all-8 .tag-text-copy-6 {
  color: #8037fc;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 115%;
}
.all-8 .div-block-250 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-8 .name-review-4 {
  color: #373660;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.all-8 .text-block-14 {
  color: #fff;
  background-color: #8037fc;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: 6px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}
.all-8 .sec {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 100px;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  transition: border-radius .3s cubic-bezier(.55, .055, .675, .19), background-color .3s cubic-bezier(.55, .055, .675, .19);
  display: block;
  overflow: visible;
}
.all-8 .sec.promo {
  background-color: var(--violet--primary);
  margin-left: 0;
  margin-right: 0;
}
.all-8 .sec.hero {
  width: 100%;
  max-width: 1440%;
  margin-top: 40px;
  padding-left: 0;
  padding-right: 0;
}
.all-8 .sec.footer {
  margin-top: 60px;
}
.all-8 .cont0web {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #0000;
  background-image: url("../images/bg-gradient-krupnyi-razmer.avif");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 120% 100%;
  border-radius: 40px;
  flex-direction: column;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
}
.all-8 .wrapper-text-main {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}
.all-8 .wrapper-text-main.tx {
  color: #373660;
  font-size: 48px;
}
.all-8 .wrapper-text-main.text-span-violet {
  color: #8037fc;
}
.all-8 .h1-b2b {
  font-size: 60px;
  line-height: 100%;
}
.all-8 .p1-b2b {
  color: var(--text-heading);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 140%;
}
.all-8 .spec-card {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #fff6;
  background-image: linear-gradient(90deg, #66d6e44d, #8037fc4d 32%, #b387fd4d 70%, #fff6);
  border-radius: 30px;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 50%;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: auto auto -4%;
}
.all-8 .number-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
}
.all-8 .number {
  color: var(--violet-secondary);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#b387fd, #8037fc);
  -webkit-background-clip: text;
  background-clip: text;
}
.all-8 .h2-b2b {
  display: flex;
}
.all-8 .h2-b2b.white {
  color: var(--white);
}
.all-8 .mb-30 {
  margin-bottom: 30px;
}
.all-8 .mb-40 {
  margin-bottom: 40px;
}
.all-8 .card-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  margin-bottom: 20px;
}
.all-8 ._01-card-wrapper {
  background-color: #ccf1f7;
  border-radius: 32px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  display: flex;
}
.all-8 ._01-card-wrapper.violet {
  background-color: #e6d7fe;
}
.all-8 .h3-b2b {
  color: var(--text-heading);
  font-size: 30px;
}
.all-8 .text-card-wrapper {
  padding: 24px;
}
.all-8 .b2b-wrapper-btn {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}
.all-8 .b2b-wrapper-btn.promo {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 460px;
}
.all-8 .btn_form {
  border: 3px solid var(--orange-primary);
  background-color: #ffb401;
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 60px;
  display: flex;
  position: sticky;
  inset: auto 0% 0% auto;
}
.all-8 .btn_form:hover {
  background-color: #ffc83d;
}
.all-8 .btn_form.hide-mobile {
  flex-direction: row;
  display: flex;
}
.all-8 .btn_slide {
  border: 3px solid var(--orange-primary);
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 60px;
  display: flex;
  position: sticky;
  inset: auto 0% 0% auto;
}
.all-8 .btn_slide:hover {
  background-color: #ffc83d;
}
.all-8 .btn_slide.hide-mobile {
  flex-direction: row;
  display: flex;
}
.all-8 .div-block-251 {
  border: 3px solid #f6f1ff;
  border-radius: 30px;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  display: flex;
}
.all-8 .div-block-252 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  display: flex;
}
.all-8 .card-grid-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
}
.all-8 .mb-15 {
  margin-bottom: 15px;
}
.all-8 ._02-card-wrapper {
  background-color: #ccf1f7;
  border-radius: 32px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  display: flex;
}
.all-8 ._02-card-wrapper.violet {
  background-color: #e6d7fe;
}
.all-8 ._02-card-wrapper.green {
  background-color: #d3f5e4;
  padding: 0;
}
.all-8 ._02-card-wrapper.red {
  background-color: #ffdbdd;
  padding: 0;
}
.all-8 ._02-card-wrapper.orange {
  background-color: #fef0cb;
  padding: 0;
}
.all-8 .div-block-253 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-8 .tez-wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  border: 3px solid #f6f1ff;
  border-radius: 30px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  display: flex;
}
.all-8 .tez-wrapper.shd {
  box-shadow: 0 4px 10px #3736601a;
}
.all-8 .div-block-254 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-8 .h4-b2b {
  color: var(--text-heading);
  font-size: 24px;
}
.all-8 .icon-50, .all-8 .image-126, .all-8 .image-127, .all-8 .image-128 {
  width: 50px;
  height: 50px;
}
.all-8 .card-grid-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
  margin-bottom: 40px;
}
.all-8 .div-block-251-copy {
  border: 3px solid #f6f1ff;
  border-radius: 30px;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}
.all-8 .div-block-255 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}
.all-8 .div-block-256 {
  background-color: var(--violet-secondary);
  border-radius: 30px;
  padding: 40px 40px 0;
}
.all-8 .icon-60 {
  width: 60px;
  height: 60px;
}
.all-8 .mb-10 {
  margin-bottom: 10px;
}
.all-8 .image-129 {
  border-radius: 30px;
}
.all-8 .promo {
  background-color: var(--violet--primary);
  border-radius: 40px;
  padding: 0;
}
.all-8 .div-block-257 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--violet--primary);
  border-radius: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-8 .text-info-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  padding: 40px 0 40px 40px;
  display: flex;
}
.all-8 .b2b-wrapper-btn-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.all-8 .div-block-258 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}
.all-8 .srav-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 3px solid #b0afbf26;
  border-radius: 30px;
  flex-flow: column;
  padding: 30px;
  display: flex;
}
.all-8 .srav-card.np {
  box-shadow: 1px 1px 20px -11px var(--violet-secondary);
  border-color: #f6f1ff;
}
.all-8 .minus {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #ffedeb;
  border-radius: 24px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}
.all-8 .punkt {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.all-8 .plus {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #e9fbf1;
  border-radius: 24px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}
.all-8 .card-steps {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.all-8 .steps-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 30px;
  display: grid;
}
.all-8 ._2f {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
}
.all-8 .form-block-2 {
  padding: 24px;
}
.all-8 .div-block-261 {
  flex: 0 auto;
  display: flex;
}
.all-8 .avatar {
  margin-right: -10px;
}
.all-8 .div-block-262 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}
.all-8 .div-block-262.desc {
  display: none;
}
.all-8 .div-block-263 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}
.all-8 .text-block-15 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
}
.all-8 .paragraph-26 {
  color: var(--violet-bg);
}
.all-8 .form-block-3 {
  margin-bottom: 0;
  padding: 30px;
}
.all-8 .white {
  color: var(--white);
}
.all-8 .checkbox-label {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}
.all-8 .select-field {
  height: 64px;
  color: var(--text-paragraph);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  display: block;
}
.all-8 .image-130 {
  width: 100%;
}
.all-8 .list-item {
  color: var(--text-heading);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}
.all-8 .paragraph-27, .all-8 .paragraph-28 {
  margin-bottom: 20px;
}
.all-8 .btn-prise-qr-4-copy {
  background-color: #ffb401;
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 60px;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: sticky;
  inset: auto 0% 0% auto;
}
.all-8 .btn-prise-qr-4-copy:hover {
  background-color: #ffc83d;
}
.all-8 .btn-main-b2b {
  border: 3px solid var(--orange-primary);
  background-color: #ffb401;
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: sticky;
  inset: auto 0% 0% auto;
}
.all-8 .btn-main-b2b:hover {
  background-color: #ffc83d;
}
.all-8 .btn-second-b2b {
  border: 3px solid var(--orange-primary);
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: sticky;
  inset: auto 0% 0% auto;
}
.all-8 .btn-second-b2b:hover {
  background-color: #ffc83d;
}
.all-8 .button-text-20px-8-copy {
  color: var(--orange-primary);
  flex: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}
.all-8 .arrow-btn-01 {
  width: 24px;
  height: 24px;
  color: var(--orange-primary);
  margin-right: 0;
}
.all-8 .arrow-btn-01.margin-right-8px {
  margin-right: 8px;
}
.all-8 .div-block-264 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}
.all-8 ._00 {
  display: block;
}
.all-8 .lottie-animation-10 {
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  display: block;
}
.all-8 .shadow {
  box-shadow: 0 4px 10px #3736601a;
}
.all-8 .link-3 {
  color: var(--orange-primary);
}
.all-8 .grid-foot-14 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}
.all-8 .margin-btm-16px-9 {
  margin-bottom: 16px;
}
.all-8 .grid-28 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start start;
  display: flex;
}
.all-8 .footer-link-3 {
  color: #8686a0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}
.all-8 .footer-link-3:hover {
  color: #8037fc;
}
.all-8 .containe-968 {
  background-color: #0000;
  width: 1280px;
  max-width: 100%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  position: relative;
}
.all-8 .f-t {
  font-size: 16px;
}
.all-8 .spec-text-7 {
  color: #8686a099;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.all-8 .scpec-block-4 {
  border: 4px solid #f7f8fc;
  border-radius: 20px;
  margin-top: 20px;
  padding: 20px;
}
.all-8 .link-block-4 {
  color: #8686a0;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}
.all-8 .link-block-4:hover {
  color: #b082fd;
}
.all-8 .h4-web {
  color: #121a48;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.all-8 .social-icon-3 {
  border: 2px solid #e8edf4;
  border-radius: 100px;
  padding: 8px;
}
.all-8 .social-icon-3:hover {
  background-color: #b082fd;
  border-color: #b082fd;
}
.all-8 .div-block-268 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-8 .div-block-269 {
  background-color: #e8edf4;
  height: 2px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.all-8 ._2-clm {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-8 .grid-foot-2-copy-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}
.all-8 .div-block-257-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--violet--primary);
  border-radius: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.all-8 .div-block-270 {
  display: none;
}
@media screen and (min-width: 1280px) {
.all-8 .containe-968 {
    background-color: #0000;
  }
}
@media screen and (min-width: 1920px) {
.all-8 .faq-question-wrap:active {
    background-color: var(--white);
  }
.all-8 .btn-prise-qr:hover {
    background-color: var(--orange-primary);
  }
.all-8 .btn-prise-qr-3:hover {
    background-color: #ffb401;
  }
.all-8 .faq-question-wrap-2:active {
    background-color: #fff;
  }
.all-8 .btn-pay:hover {
    background-color: var(--orange-primary);
  }
.all-8 .btn-main:hover {
    background-color: #ffb401;
  }
.all-8 .faq-question-bar:active {
    background-color: #0000;
  }
.all-8 .btn-prise-store:hover, .all-8 .btn-main-fixed:hover, .all-8 .btn-main-header:hover {
    background-color: #ffb401;
  }
.all-8 .card-paywall.sdw.radius-20px.all-padding-14:active, .all-8 .card-paywall.radius-20px.all-padding-14.sdw.w--current:active {
    background-color: #fff;
  }
.all-8 .btn-main-2:hover, .all-8 .gift-btn-popup:hover, .all-8 .btn-prise-qr-4:hover, .all-8 .btn-pay-2:hover {
    background-color: #ffb401;
  }
.all-8 .faq-question-wrap-3:active {
    background-color: #fff;
  }
.all-8 .btn-prise-qr-5:hover {
    background-color: #ffb401;
  }
.all-8 .faq-question-wrap-4:active {
    background-color: #fff;
  }
.all-8 .btn-b2b:hover, .all-8 .app-btn:hover, .all-8 .app-btn-qr:hover, .all-8 .app-btn-qr-2:hover, .all-8 .app-btn-2:hover, .all-8 .btn_form:hover, .all-8 .btn_slide:hover, .all-8 .btn-prise-qr-4-copy:hover, .all-8 .btn-main-b2b:hover, .all-8 .btn-second-b2b:hover {
    background-color: #ffb401;
  }
.all-8 .containe-968 {
    overflow: hidden;
  }
.all-8 .logo-wraper-4 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 991px) {
.all-8 h1 {
    font-size: 52px;
  }
.all-8 h2 {
    font-size: 42px;
  }
.all-8 h3 {
    font-size: 34px;
  }
.all-8 h4 {
    font-size: 28px;
  }
.all-8 h5 {
    font-size: 22px;
  }
.all-8 p {
    font-size: 17px;
  }
.all-8 .btn-prise-qr {
    background-color: #ffb401;
    border: 0 solid #0000;
    border-radius: 20px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    padding: 20px 40px;
    text-decoration: none;
    display: none;
  }
.all-8 .btn-prise-qr-3 {
    background-color: #ffb401;
    border: 0 solid #0000;
    border-radius: 20px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    padding: 20px 40px;
    display: flex;
  }
.all-8 .btn-pay {
    background-color: #ffb401;
    border: 0 solid #0000;
    border-radius: 20px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    padding: 20px 40px;
    text-decoration: none;
    display: flex;
  }
.all-8 .guide-img-2 {
    background-color: var(--pale-turquoise);
    border-radius: 30px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }
.all-8 .guide-img-2.blue {
    background-color: var(--light-cyan);
  }
.all-8 .guide-img-2.blue.margin-bottom-20 {
    border-radius: 30px;
  }
.all-8 .guide-img-2.green {
    background-color: var(--pale-turquoise);
  }
.all-8 .card-guide-2.radius-20px.all-padding-24px.border-light-2px {
    height: 440px;
  }
.all-8 .card-guide-2.radius-20px.all-padding-24px.border-light-2px-blue {
    border-radius: 20px;
    height: auto;
  }
.all-8 .card-guide-2.radius-20px.all-padding-24px.border-light-2px-green {
    border-radius: 30px;
    height: auto;
  }
.all-8 .card-guide-2.radius-20px.all-padding-24px.border-light-2px-red {
    height: auto;
  }
.all-8 .div-block-35.margin-btm-20px {
    flex-direction: row;
  }
.all-8 .grid-16 {
    grid-template-columns: 1fr;
  }
.all-8 .grid-16.margin-bottom-40px {
    grid-template-columns: 2fr;
  }
.all-8 .swiper-slide {
    flex-direction: column;
    width: 50%;
  }
.all-8 .swiper-wrapper {
    justify-content: space-between;
  }
.all-8 .section-3 {
    padding-right: 30px;
    overflow: visible;
  }
.all-8 .margin-btm-20.motion-slide-in {
    padding-right: 0;
  }
.all-8 .swiper {
    overflow: visible;
  }
.all-8 .swiper.hiden-desctop {
    display: block;
  }
.all-8 .swiper.hiden-desctop.motion-slide-in {
    display: flex;
  }
.all-8 .swiper.hiden-desctop.motion-slide-in.margin-bottom-40px {
    align-items: center;
    display: flex;
  }
.all-8 .form-2 {
    flex-direction: column;
  }
.all-8 .section {
    padding-right: 30px;
  }
.all-8 .btn-main {
    background-color: #ffb401;
    border: 0 solid #0000;
    border-radius: 20px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    padding: 20px 40px;
    text-decoration: none;
    display: flex;
  }
.all-8 .faq-question-bar:active {
    background-color: #0000;
  }
.all-8 .block-bonus {
    grid-template-columns: 1fr 1fr;
  }
.all-8 .div-block-51 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
.all-8 .grid-foot-9 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }
.all-8 .h1-text.light-text {
    margin-top: 20px;
  }
.all-8 .grid-16-copy {
    grid-template-columns: 1fr;
  }
.all-8 .link {
    display: block;
  }
.all-8 .logo-centr {
    justify-content: center;
  }
.all-8 .section-2 {
    padding-right: 30px;
  }
.all-8 .popup-warp {
    display: none;
  }
.all-8 .button-text-20px-2 {
    font-size: 18px;
  }
.all-8 .doc-hide-2 {
    display: none;
  }
.all-8 .hero-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }
.all-8 .button_warper {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }
.all-8 .image-22 {
    height: auto;
  }
.all-8 .block-tezis-02 {
    grid-template-columns: 1fr 1fr;
    display: none;
  }
.all-8 .button_warper-4 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
.all-8 .section-fotm {
    padding-right: 30px;
  }
.all-8 .text-header-warp {
    align-items: stretch;
  }
.all-8 .header {
    padding-left: 30px;
    padding-right: 30px;
  }
.all-8 .btn-prise-store, .all-8 .btn-main-fixed {
    background-color: #ffb401;
    border: 0 solid #0000;
    border-radius: 20px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    padding: 20px 40px;
    text-decoration: none;
    display: flex;
  }
.all-8 .playstore-button-2 {
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
.all-8 .playstore-button-2.margin-btm-16px {
    margin-right: 10px;
  }
.all-8 .versus {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
.all-8 .text-block-header--sl {
    align-items: stretch;
    padding-right: 0;
  }
.all-8 .btn-main-header {
    background-color: #ffb401;
    border: 0 solid #0000;
    border-radius: 20px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    padding: 20px 40px;
    text-decoration: none;
    display: flex;
  }
.all-8 .h_plus {
    grid-template-columns: 1fr;
    place-items: center;
  }
.all-8 .qr-open {
    display: none;
  }
.all-8 .button-text-20px {
    font-size: 18px;
  }
.all-8 .vished.motion-slide-in {
    justify-content: space-around;
  }
.all-8 .card-paywall.sdw.radius-20px.all-padding-14 {
    flex-direction: column;
    align-items: center;
    padding: 14px;
    display: flex;
  }
.all-8 .grid-foot-2-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
.all-8 .popup.all-padding-24px.radius-20px {
    padding: 50px 40px 40px;
  }
.all-8 .section-3-garant {
    padding-right: 30px;
  }
.all-8 .bloc-text-2colmn-copy.margin-btm-60 {
    grid-template-columns: .5fr 1fr;
  }
.all-8 .bloc-text-2colmn.margin-bottom-40px {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-bottom: 31px;
    padding-right: 0;
  }
.all-8 .bloc-text-2colmn.margin-btm-60, .all-8 .bloc-text-2colmn.margin-bottom-60px, .all-8 .bloc-text-2colmn.margin-btm-60 {
    grid-template-columns: 1fr 1fr;
  }
.all-8 .bloc-text-2colmn.margin-btm-60 {
    grid-template-columns: 1fr 1fr;
  }
.all-8 .bloc-text-2colmn.margin-bottom-40px {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    padding-right: 0;
  }
.all-8 .plus-2 {
    width: 32px;
    height: 32px;
  }
.all-8 .fix-bitton {
    align-items: stretch;
    bottom: 14px;
    left: 14px;
    right: 14px;
  }
.all-8 .card-guide-copy-2.radius-20px.all-padding-24px.border-light-2px {
    height: auto;
  }
.all-8 .qr-code-wrapper.hide-mobile {
    display: none;
  }
.all-8 .image-33 {
    margin-bottom: 20px;
  }
.all-8 .section-paywall {
    padding-right: 30px;
  }
.all-8 .div-block-88 {
    top: 99px;
    right: -3%;
  }
.all-8 .margin-bottom-40px {
    margin-bottom: 40px;
  }
.all-8 .style-form {
    margin-bottom: 16px;
  }
.all-8 .heading-warp, .all-8 .heading-warp.motion-slide-in {
    padding-right: 0;
  }
.all-8 .button-text-14px-2 {
    font-size: 11px;
  }
.all-8 .card-form.all-padding-24px.radius-20px {
    flex-direction: column;
  }
.all-8 .all {
    overflow: hidden;
  }
.all-8 .block-bonus-copy {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    place-items: stretch stretch;
    display: none;
  }
.all-8 .block-bonus-copy.motion-slide-in {
    flex-direction: column;
    display: flex;
  }
.all-8 .section-bonus {
    padding-right: 30px;
  }
.all-8 .card-illustrration-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
    overflow: hidden;
  }
.all-8 .div-block-98 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }
.all-8 .card-wrapper {
    grid-template-columns: 1fr;
  }
.all-8 .head-punkt.margin-bottom-40px {
    margin-bottom: 40px;
  }
.all-8 .div-lotiie {
    justify-content: space-between;
  }
.all-8 .div-block-109-copy {
    grid-template-columns: 1fr;
  }
.all-8 .text-block, .all-8 .text-block.margin-bottom-20 {
    font-size: 42px;
  }
.all-8 .btn-main-2 {
    background-color: #ffb401;
    border: 0 solid #0000;
    border-radius: 20px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    padding: 20px 40px;
    text-decoration: none;
    display: flex;
  }
.all-8 .form-wrapper {
    grid-template-columns: 2fr;
  }
.all-8 .div-block-130 {
    flex-direction: column;
    margin-right: 0;
    padding-top: 40px;
    padding-left: 0;
    display: flex;
  }
.all-8 .style-form-2 {
    margin-bottom: 16px;
  }
.all-8 .form-3 {
    flex-direction: column;
  }
.all-8 .swiper-pagination {
    margin-top: 20px;
  }
.all-8 .swiper-wrapper-2 {
    justify-content: space-between;
  }
.all-8 .swiper-slide-2 {
    flex-direction: column;
    width: 50%;
  }
.all-8 .card-block-img {
    display: flex;
  }
.all-8 .card-block-img.motion-slide-in.hiden-mob {
    display: none;
  }
.all-8 .phone-tag-grid {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }
.all-8 .card-block-img-2 {
    display: none;
  }
.all-8 .card-block-img-mobile {
    display: flex;
  }
.all-8 .form-wrapper-popup {
    grid-template-columns: 2fr;
    width: 80vw;
    height: 80vh;
  }
.all-8 .div-block-122.margin-btm-60 {
    grid-template-columns: 1fr;
  }
.all-8 .arrow {
    display: none;
    overflow: visible;
  }
.all-8 .arrow-2 {
    display: none;
  }
.all-8 .button-text-20px-3 {
    font-size: 18px;
  }
.all-8 .gift-btn-popup {
    background-color: #ffb401;
    border: 0 solid #0000;
    border-radius: 20px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    padding: 20px 40px;
    display: flex;
  }
.all-8 .instruction-wrapper, .all-8 .instruction-wrapper.margin-btm-60 {
    grid-template-columns: 1fr;
  }
.all-8 .form-block-wrapper {
    flex-direction: column;
    margin-right: 0;
    padding-top: 40px;
    padding-left: 40px;
    display: flex;
  }
.all-8 .fix-bitton-chat {
    align-items: stretch;
    bottom: 14px;
    left: 14px;
    right: 20%;
  }
.all-8 .btn-prise-qr-4 {
    background-color: #ffb401;
    border: 0 solid #0000;
    border-radius: 20px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    padding: 20px 40px;
    text-decoration: none;
    display: none;
  }
.all-8 .light-text-3 {
    align-self: flex-start;
  }
.all-8 .hero-wrapper-2 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    place-content: stretch;
    place-items: stretch stretch;
  }
.all-8 .image-49 {
    margin-bottom: 20px;
  }
.all-8 .image-49._40btm {
    margin-bottom: 40px;
  }
.all-8 .vished-wrapper {
    flex-direction: row;
    justify-content: flex-end;
  }
.all-8 .image-50-copy {
    flex: 0 auto;
  }
.all-8 .div-block-139 {
    position: static;
  }
.all-8 .promo-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: stretch;
  }
.all-8 .header-2 {
    padding-left: 0;
    padding-right: 0;
  }
.all-8 .button-text-20px-4 {
    font-size: 18px;
  }
.all-8 .hero-wrapper-3 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }
.all-8 .image-65 {
    margin-bottom: 20px;
  }
.all-8 .div-block-141 {
    position: static;
  }
.all-8 .button-text-20px-5 {
    font-size: 18px;
  }
.all-8 .text-promocode {
    align-self: flex-start;
  }
.all-8 .form-4 {
    flex-direction: column;
  }
.all-8 .btn-pay-2 {
    background-color: #ffb401;
    border: 0 solid #0000;
    border-radius: 20px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    padding: 20px 40px;
    text-decoration: none;
    display: flex;
  }
.all-8 .hero-wrapper-4 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }
.all-8 .div-block-150.margin-btm-20px {
    flex-direction: row;
  }
.all-8 .heading-warp-2 {
    padding-right: 0;
  }
.all-8 .popup-warp-2 {
    display: none;
  }
.all-8 .text-header-warp-3 {
    align-items: stretch;
  }
.all-8 .grid-foot-10 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }
.all-8 .fix-button {
    align-items: stretch;
    bottom: 14px;
    left: 14px;
    right: 14px;
  }
.all-8 .section-paywall-1200 {
    margin-left: 20px;
    margin-right: 20px;
  }
.all-8 .section-1200-garant {
    margin-left: 20px;
    padding-left: 0;
    padding-right: 20px;
  }
.all-8 .swiper-wrapper-3 {
    justify-content: space-between;
    margin-bottom: 20px;
  }
.all-8 .grid-23 {
    grid-template-columns: 1fr;
  }
.all-8 .grid-foot-2-copy-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }
.all-8 .button-text-20px-6 {
    font-size: 18px;
  }
.all-8 .phone-tag-grid-pay {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }
.all-8 .section-1200, .all-8 .section-1200-bonus {
    margin-left: 20px;
    margin-right: 20px;
  }
.all-8 .image-74 {
    margin-bottom: 20px;
  }
.all-8 .logo-right {
    justify-content: center;
  }
.all-8 .div-block-154 {
    top: 99px;
    right: -3%;
  }
.all-8 .style-form-3 {
    margin-bottom: 16px;
  }
.all-8 .form-5 {
    flex-direction: column;
  }
.all-8 .section--spec {
    padding-right: 30px;
    overflow: visible;
  }
.all-8 .wrapper-text {
    grid-column-gap: .5px;
    grid-row-gap: .5px;
    flex-direction: column;
    align-items: flex-start;
  }
.all-8 .vished-2 {
    justify-content: center;
  }
.all-8 .hero-wrapper-5 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }
.all-8 .logo-centr-2 {
    justify-content: center;
  }
.all-8 .section-copy {
    padding-right: 30px;
  }
.all-8 .h1-text-copy.light-text.text-span {
    margin-top: 0;
    display: flex;
  }
.all-8 .button-text-20px-7 {
    font-size: 18px;
  }
.all-8 .btn-prise-qr-5 {
    background-color: #ffb401;
    border: 0 solid #0000;
    border-radius: 20px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    padding: 20px 40px;
    text-decoration: none;
    display: none;
  }
.all-8 .bg-image {
    max-width: 80%;
    display: block;
  }
.all-8 .image-75 {
    margin-bottom: 20px;
  }
.all-8 .style-form-4 {
    margin-bottom: 16px;
  }
.all-8 .image-48 {
    width: 40px;
    height: 40px;
  }
.all-8 .footer {
    padding-right: 30px;
  }
.all-8 .phone-tag-grid-2 {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }
.all-8 .grid-foot-11 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }
.all-8 .star-div {
    bottom: -10%;
    right: -10%;
  }
.all-8 .button_warper-5 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
.all-8 .div-block-160 {
    top: 55px;
    right: -3%;
  }
.all-8 .section-4 {
    padding-right: 30px;
    overflow: visible;
  }
.all-8 .section-3-garant-2, .all-8 .navig-vrach {
    padding-right: 30px;
  }
.all-8 .image-80 {
    margin-bottom: 20px;
  }
.all-8 .swiper2 {
    overflow: visible;
  }
.all-8 .light-text-6 {
    align-self: flex-start;
  }
.all-8 .prise-text {
    flex: 0 auto;
    display: block;
  }
.all-8 .button-text-20px-8 {
    font-size: 18px;
  }
.all-8 .navig-wraper.btm-40px {
    grid-template-columns: 1fr 1fr 1fr;
  }
.all-8 .swiper-wrapper-4 {
    justify-content: space-between;
  }
.all-8 .like-div {
    bottom: -10%;
    right: -10%;
  }
.all-8 .block-numbers {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    place-items: stretch stretch;
  }
.all-8 .div-block-106 {
    bottom: -10%;
    right: -10%;
  }
.all-8 .swiper-slide-3 {
    flex-direction: column;
    width: 50%;
  }
.all-8 .block-tezis-02-copy-copy-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
.all-8 .swiper-wrapper-5 {
    justify-content: space-between;
  }
.all-8 .div-block-164 {
    top: 55px;
    right: -3%;
  }
.all-8 .section-5 {
    padding-right: 30px;
    overflow: visible;
  }
.all-8 .swiper-wrapper-6 {
    justify-content: space-between;
  }
.all-8 .div-block-167 {
    bottom: -10%;
    right: -10%;
  }
.all-8 .section-6 {
    padding-right: 30px;
    overflow: visible;
  }
.all-8 .swiper-wrapper-7 {
    justify-content: space-between;
  }
.all-8 .div-block-170 {
    bottom: -10%;
    right: -10%;
  }
.all-8 .section-7 {
    padding-right: 30px;
    overflow: visible;
  }
.all-8 .swiper-wrapper-8 {
    justify-content: space-between;
  }
.all-8 .div-block-173 {
    bottom: -10%;
    right: -10%;
  }
.all-8 .section-8, .all-8 .section-9, .all-8 .section-10 {
    padding-right: 30px;
    overflow: visible;
  }
.all-8 .tag-warp-comment-copy {
    background-color: #f2ebff;
  }
.all-8 .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }
.all-8 .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }
.all-8 .fs-cc-banner_text {
    margin-right: 0;
  }
.all-8 .div-block-187 {
    grid-template-columns: 1fr;
  }
.all-8 .bloc-u45.mobile {
    display: flex;
  }
.all-8 .bloc-u45.desk {
    display: none;
  }
.all-8 .image-99 {
    top: -42%;
  }
.all-8 .image-99.load-anim {
    top: -45%;
  }
.all-8 .wrapper-block-grid-2.margin-bottom-40px {
    grid-template-columns: 1fr 1fr;
  }
.all-8 .b2b-navig {
    padding-left: 30px;
    padding-right: 30px;
  }
.all-8 .block-duo {
    grid-template-columns: 1fr;
  }
.all-8 .btn-b2b {
    background-color: #ffb401;
    border: 0 solid #0000;
    border-radius: 20px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    padding: 20px 40px;
    text-decoration: none;
    display: flex;
    right: auto;
  }
.all-8 .b2b-fix-bitton-chat {
    align-items: stretch;
    bottom: 14px;
    left: 10px;
    right: 10px;
  }
.all-8 .div-block-194 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
.all-8 .image-100 {
    max-width: 40%;
  }
.all-8 .div-block-195 {
    margin-bottom: 0;
  }
.all-8 .b2b-h4 {
    font-size: 20px;
  }
.all-8 .section-1203 {
    padding-right: 30px;
  }
.all-8 .image-101 {
    bottom: -42%;
    left: 9px;
  }
.all-8 .div-block-196 {
    grid-template-columns: 1fr;
  }
.all-8 .centr.margin-btm-20 {
    padding-right: 0;
  }
.all-8 .b2b-header {
    padding-left: 30px;
    padding-right: 30px;
  }
.all-8 .image-102 {
    max-width: 50%;
  }
.all-8 .div-block-200 {
    grid-template-columns: 1fr;
    padding-top: 40px;
    padding-bottom: 40px;
  }
.all-8 .div-block-202 {
    grid-template-columns: 1fr;
  }
.all-8 .spec-text-copy {
    text-align: left;
  }
.all-8 ._444 {
    grid-template-columns: 1fr;
  }
.all-8 .app-btn {
    background-color: #ffb401;
    border: 0 solid #0000;
    border-radius: 20px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    padding: 20px 40px;
    display: flex;
  }
.all-8 .app-btn.hiden-desctop {
    display: flex;
  }
.all-8 .swiper-wrapper-9 {
    justify-content: space-between;
    margin-bottom: 20px;
  }
.all-8 .swiper-pagination-m {
    margin-bottom: 40px;
  }
.all-8 .section-1204 {
    padding-right: 30px;
  }
.all-8 .hero {
    padding-left: 0;
    padding-right: 0;
  }
.all-8 .section-3-garant-3 {
    padding-right: 30px;
  }
.all-8 .btn-wrapper-mobile {
    display: block;
  }
.all-8 .popup-warp-3 {
    display: none;
  }
.all-8 .app-btn-qr {
    background-color: #ffb401;
    border: 0 solid #0000;
    border-radius: 20px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    padding: 20px 40px;
    display: flex;
  }
.all-8 .app-btn-qr.hide-mobile {
    display: none;
  }
.all-8 .text-block-02 {
    font-size: 16px;
  }
.all-8 .p-swiper-pagination {
    margin-bottom: 40px;
  }
.all-8 .div-block-220 {
    top: 55px;
    right: -3%;
  }
.all-8 .swiper-slide-4 {
    flex-flow: row;
    align-items: stretch;
    width: 50%;
  }
.all-8 .section-1205 {
    padding-right: 30px;
    overflow: visible;
  }
.all-8 .image-112 {
    max-width: 90%;
  }
.all-8 .swiper-2 {
    overflow: visible;
  }
.all-8 .app-btn-text {
    font-size: 18px;
  }
.all-8 .swiper-wrapper-10 {
    justify-content: space-between;
    margin-bottom: 20px;
  }
.all-8 .hero-2 {
    padding-left: 0;
    padding-right: 0;
  }
.all-8 .app-h1-2.tx {
    font-size: 42px;
  }
.all-8 .app-h1-2.tx.v {
    color: #8037fc;
  }
.all-8 .section-1206, .all-8 .section-3-garant-2-copy {
    padding-right: 30px;
  }
.all-8 .div-block-224 {
    top: 55px;
    right: -3%;
  }
.all-8 .section-1207 {
    padding-right: 30px;
    overflow: visible;
  }
.all-8 .image-115 {
    max-width: 90%;
  }
.all-8 .swiper-3 {
    overflow: visible;
  }
.all-8 .hero-3 {
    padding-left: 0;
    padding-right: 0;
  }
.all-8 .section-1208 {
    padding-right: 30px;
  }
.all-8 .div-block-228 {
    top: 55px;
    right: -3%;
  }
.all-8 .section-1209 {
    padding-right: 30px;
    overflow: visible;
  }
.all-8 .image-118 {
    max-width: 90%;
  }
.all-8 .swiper-4 {
    overflow: visible;
  }
.all-8 .button_warper-mobile {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
.all-8 .button_warper-mobile.hiden-desctop {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
.all-8 .ch-section-copy {
    padding-right: 30px;
  }
.all-8 .button-text-14px-3 {
    font-size: 11px;
  }
.all-8 .hero-4 {
    padding-left: 0;
    padding-right: 0;
  }
.all-8 .app-btn-qr-2 {
    background-color: #ffb401;
    border: 0 solid #0000;
    border-radius: 20px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    padding: 20px 40px;
    display: flex;
  }
.all-8 .app-btn-qr-2.hide-mobile {
    display: none;
  }
.all-8 .section-1210 {
    padding-right: 30px;
    overflow: visible;
  }
.all-8 .section-1211 {
    padding-right: 30px;
  }
.all-8 .grid-foot-2-copy-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }
.all-8 .button-text-20px-9 {
    font-size: 18px;
  }
.all-8 .div-block-236 {
    top: 55px;
    right: -3%;
  }
.all-8 .div-ch {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }
.all-8 .grid-foot-12 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }
.all-8 .r-swiper-pagination {
    margin-bottom: 40px;
  }
.all-8 .image-121 {
    max-width: 90%;
  }
.all-8 .app-btn-2 {
    background-color: #ffb401;
    border: 0 solid #0000;
    border-radius: 20px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    padding: 20px 40px;
    display: flex;
  }
.all-8 .app-btn-2.hiden-desctop, .all-8 .app-btn-2.hiden-desctop.hide-fix-btn-triger.hide-fix-btn-triger-copy {
    display: flex;
  }
.all-8 .light-text-8 {
    align-self: flex-start;
  }
.all-8 .swiper-5 {
    overflow: visible;
  }
.all-8 .button-text-14px-4 {
    font-size: 11px;
  }
.all-8 .hero-5 {
    padding-left: 0;
    padding-right: 0;
  }
.all-8 .section-1212 {
    padding-right: 30px;
    overflow: visible;
  }
.all-8 .section-1213 {
    padding-right: 30px;
  }
.all-8 .grid-foot-2-copy-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }
.all-8 .button-text-20px-10 {
    font-size: 18px;
  }
.all-8 .div-block-247 {
    top: 55px;
    right: -3%;
  }
.all-8 .grid-foot-13 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }
.all-8 .image-124 {
    max-width: 90%;
  }
.all-8 .sec {
    padding-right: 30px;
    overflow: visible;
  }
.all-8 .sec.hero, .all-8 .cont0web {
    padding-left: 0;
    padding-right: 0;
  }
.all-8 .wrapper-text-main.tx {
    font-size: 42px;
  }
.all-8 .wrapper-text-main.tx.v {
    color: #8037fc;
  }
.all-8 .number-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }
.all-8 .card-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }
.all-8 .b2b-wrapper-btn {
    display: block;
  }
.all-8 .btn_form {
    background-color: #ffb401;
    border: 0 solid #0000;
    border-radius: 20px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    padding: 20px 40px;
    display: flex;
  }
.all-8 .btn_form.hide-mobile {
    display: none;
  }
.all-8 .btn_slide {
    background-color: #ffb401;
    border: 0 solid #0000;
    border-radius: 20px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    padding: 20px 40px;
    display: flex;
  }
.all-8 .btn_slide.hide-mobile {
    display: none;
  }
.all-8 .card-grid-3 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }
.all-8 ._02-card-wrapper.green, .all-8 ._02-card-wrapper.red, .all-8 ._02-card-wrapper.orange {
    flex-flow: row;
  }
.all-8 .div-block-254 {
    grid-template-columns: 1fr 1fr;
  }
.all-8 .card-grid-copy {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }
.all-8 .div-block-257 {
    grid-template-columns: 1fr;
  }
.all-8 .b2b-wrapper-btn-copy {
    display: block;
  }
.all-8 .btn-prise-qr-4-copy, .all-8 .btn-main-b2b, .all-8 .btn-second-b2b {
    background-color: #ffb401;
    border: 0 solid #0000;
    border-radius: 20px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    padding: 20px 40px;
    text-decoration: none;
    display: none;
  }
.all-8 .button-text-20px-8-copy {
    font-size: 18px;
  }
.all-8 .image-131, .all-8 .image-132, .all-8 .image-133 {
    align-self: flex-end;
  }
.all-8 .grid-foot-14, .all-8 .grid-foot-2-copy-5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }
.all-8 .div-block-257-copy {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
.all-8 h1 {
    font-size: 46px;
  }
.all-8 h2 {
    font-size: 36px;
  }
.all-8 h3 {
    font-size: 30px;
  }
.all-8 h4 {
    font-size: 24px;
  }
.all-8 h5 {
    font-size: 20px;
  }
.all-8 h6 {
    font-size: 17px;
  }
.all-8 .btn-prise-qr, .all-8 .btn-prise-qr-3, .all-8 .btn-pay {
    padding-left: 20px;
    padding-right: 20px;
  }
.all-8 .guide-img-2 {
    flex-direction: row;
    flex: 0 auto;
    justify-content: space-around;
    width: auto;
    display: flex;
  }
.all-8 .card-guide-2.radius-20px.all-padding-24px.border-light-2px {
    height: 480px;
  }
.all-8 .card-guide-2.radius-20px.all-padding-24px.border-light-2px-blue, .all-8 .card-guide-2.radius-20px.all-padding-24px.border-light-2px-green, .all-8 .card-guide-2.radius-20px.all-padding-24px.border-light-2px-red {
    height: auto;
  }
.all-8 .div-block-35.margin-btm-20px {
    flex-direction: row;
  }
.all-8 .grid-16, .all-8 .grid-16.margin-bottom-40px {
    grid-template-columns: 1fr;
  }
.all-8 .swiper-slide {
    flex-direction: column;
    width: 100%;
  }
.all-8 .swiper {
    overflow: visible;
  }
.all-8 .margin-btm-20px {
    flex-direction: column;
    align-items: center;
    display: flex;
  }
.all-8 .form-2 {
    flex-direction: column;
  }
.all-8 .tag-text-copy {
    font-size: 20px;
  }
.all-8 .btn-main {
    padding-left: 20px;
    padding-right: 20px;
  }
.all-8 .faq-question-bar:active {
    background-color: #0000;
  }
.all-8 .tag-warp {
    padding: 14px 16px;
  }
.all-8 .block-bonus {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }
.all-8 .block-bonus.motion-slide-in {
    grid-template-columns: 1fr 1fr;
  }
.all-8 .div-block-51 {
    flex-direction: row;
  }
.all-8 .grid-foot-9 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 60px;
  }
.all-8 .div-block-64 {
    grid-template-columns: 1fr 1fr;
  }
.all-8 .h1-text.light-text {
    margin-top: 20px;
    margin-bottom: 40px;
  }
.all-8 .grid-16-copy, .all-8 .grid-16-copy.margin-bottom-40px, .all-8 .grid-16-copy.margin-bottom-40px, .all-8 .grid-16-copy.margin-bottom-40px, .all-8 .grid-16-copy.margin-bottom-40px, .all-8 .grid-16-copy.margin-bottom-40px, .all-8 .grid-16-copy.margin-bottom-40px {
    grid-template-columns: 1fr;
  }
.all-8 .section-2.btm {
    margin-bottom: 60px;
  }
.all-8 .hero-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    place-items: stretch stretch;
    padding-left: 30px;
    padding-right: 30px;
  }
.all-8 .tag-text {
    font-size: 20px;
  }
.all-8 .button_warper {
    flex-direction: column;
    justify-content: space-between;
  }
.all-8 .prise-copy {
    top: -42px;
  }
.all-8 .image-22 {
    height: auto;
  }
.all-8 .div-block-43 {
    justify-content: center;
  }
.all-8 .block-tezis-02 {
    grid-template-columns: 1fr;
  }
.all-8 .button_warper-4 {
    flex-direction: row;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-content: space-between;
    padding-right: 0;
  }
.all-8 .tag-warp-dark {
    padding: 14px 16px;
  }
.all-8 .header {
    background-color: #0000;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
.all-8 .btn-prise-store, .all-8 .btn-main-fixed {
    padding-left: 20px;
    padding-right: 20px;
  }
.all-8 .image-38 {
    height: 120px;
  }
.all-8 .prise-hide {
    top: -30px;
  }
.all-8 .div-block-63 {
    grid-template-columns: 1fr 1fr;
  }
.all-8 .playstore-button-2 {
    flex-direction: row;
    justify-content: center;
    padding-left: 32px;
    padding-right: 32px;
  }
.all-8 .playstore-button-2.margin-btm-16px {
    margin-right: 0;
  }
.all-8 .garant {
    padding-bottom: 60px;
  }
.all-8 .versus {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
.all-8 .form-block.margin-btm-20px {
    align-items: stretch;
  }
.all-8 .text-block-header--sl {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
.all-8 .btn-main-header {
    padding-left: 20px;
    padding-right: 20px;
  }
.all-8 .card-2.radius-20px.all-padding {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
.all-8 .vished {
    justify-content: space-between;
  }
.all-8 .card-paywall.sdw.radius-20px.all-padding-14 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }
.all-8 .grid-foot-2-copy {
    grid-template-columns: 1fr;
  }
.all-8 .popup.all-padding-24px.radius-20px {
    padding: 49px 30px 30px;
  }
.all-8 .bloc-text-2colmn {
    grid-template-columns: 1fr;
  }
.all-8 .bloc-text-2colmn.margin-btm-60 {
    grid-column-gap: 173px;
    grid-column-gap: 173px;
    grid-template-columns: 1fr;
  }
.all-8 .bloc-text-2colmn.margin-btm-60 {
    grid-column-gap: 173px;
    grid-column-gap: 173px;
    grid-column-gap: 173px;
    grid-column-gap: 173px;
    grid-template-columns: 1fr;
  }
.all-8 .bloc-text-2colmn.margin-bottom-40px {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: start;
    padding-right: 0;
    display: grid;
  }
.all-8 .plus-2 {
    max-height: 100%;
  }
.all-8 .fix-bitton {
    z-index: 90;
    align-items: stretch;
  }
.all-8 .card-guide-copy-2.radius-20px.all-padding-24px.border-light-2px {
    height: 240px;
  }
.all-8 .div-block-88 {
    top: 66%;
    right: -2%;
  }
.all-8 .margin-bottom-40px {
    margin-bottom: 40px;
  }
.all-8 .heading-warp {
    flex-direction: column;
    display: flex;
  }
.all-8 .card-form.all-padding-24px.radius-20px {
    flex-direction: column;
  }
.all-8 .all {
    overflow: hidden;
  }
.all-8 .tag-warp-comment {
    padding: 14px 16px;
  }
.all-8 .block-bonus-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    display: none;
  }
.all-8 .card-illustrration-wrapper {
    grid-template-columns: 1fr;
    justify-content: stretch;
  }
.all-8 .card-bad.motion-slide-in {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }
.all-8 .warp-headin-icon-copy-2 {
    align-items: center;
  }
.all-8 .div-lotiie {
    justify-content: flex-end;
    align-items: stretch;
  }
.all-8 .div-lotiie.hiden-desctop {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }
.all-8 .div-lotiie.hide-mobile {
    display: none;
  }
.all-8 .div-block-109-copy.hide-mobile {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
.all-8 .text-block, .all-8 .text-block.margin-bottom-20 {
    font-size: 36px;
  }
.all-8 .btn-main-2 {
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
  }
.all-8 .div-block-128.margin-btm-20 {
    margin-bottom: 0;
  }
.all-8 .form-wrapper {
    grid-template-columns: 2fr;
    margin-left: 0;
    margin-right: 0;
  }
.all-8 .image-60 {
    padding-left: 30px;
    padding-right: 30px;
  }
.all-8 .div-block-130 {
    flex-direction: column;
    margin-right: 0;
    display: flex;
  }
.all-8 .form-3 {
    flex-direction: column;
  }
.all-8 .form-3.margin-btm-20px {
    align-items: stretch;
  }
.all-8 .swiper-slide-2 {
    flex-direction: column;
    width: 100%;
  }
.all-8 .card-block-img {
    display: flex;
  }
.all-8 .phone-tag-grid {
    grid-template-columns: 5fr;
  }
.all-8 .form-wrapper-popup {
    grid-template-columns: 2fr;
    margin-left: 0;
    margin-right: 0;
  }
.all-8 .div-block-122 {
    grid-template-columns: 1fr;
  }
.all-8 .div-block-122.margin-btm-60 {
    margin-bottom: 40px;
  }
.all-8 .div-block-126-copy {
    flex-direction: column;
    justify-content: space-between;
  }
.all-8 .number-img {
    width: 60px;
    height: 60px;
  }
.all-8 .gift-btn-popup {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }
.all-8 .instruction-wrapper {
    grid-template-columns: 1fr;
  }
.all-8 .instruction-wrapper.margin-btm-60 {
    margin-bottom: 40px;
  }
.all-8 .form-block-wrapper {
    flex-direction: column;
    margin-right: 0;
    padding-left: 40px;
    display: flex;
  }
.all-8 .fix-bitton-chat {
    z-index: 90;
    align-items: stretch;
    right: 24%;
  }
.all-8 .btn-prise-qr-4 {
    padding-left: 20px;
    padding-right: 20px;
  }
.all-8 .light-text-3 {
    color: #dfcdfe;
    align-self: flex-start;
  }
.all-8 .hero-wrapper-2 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    place-items: stretch stretch;
  }
.all-8 .vished-wrapper {
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
  }
.all-8 .image-50-copy {
    max-width: 95%;
  }
.all-8 .promo-wrapper {
    align-items: stretch;
  }
.all-8 .header-2 {
    background-color: #0000;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
.all-8 .text-block-header--sl-2 {
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }
.all-8 .hero-wrapper-3 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    place-items: stretch stretch;
  }
.all-8 .text-block-header--sl-3 {
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }
.all-8 .text-promocode {
    color: #dfcdfe;
    align-self: flex-start;
  }
.all-8 .form-4 {
    flex-direction: column;
  }
.all-8 .btn-pay-2 {
    padding-left: 20px;
    padding-right: 20px;
  }
.all-8 .hero-wrapper-4 {
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    place-items: stretch stretch;
  }
.all-8 .div-block-149 {
    grid-template-columns: 1fr 1fr;
  }
.all-8 .div-block-150.margin-btm-20px {
    flex-direction: row;
  }
.all-8 .heading-warp-2 {
    flex-direction: column;
    display: flex;
  }
.all-8 .guide-bg {
    flex-direction: row;
    flex: 0 auto;
    justify-content: space-around;
    width: auto;
    display: flex;
  }
.all-8 .grid-foot-10 {
    grid-template-columns: 1fr;
  }
.all-8 .fix-button {
    z-index: 90;
    align-items: stretch;
  }
.all-8 .image-71 {
    height: 120px;
  }
.all-8 .section-paywall-1200 {
    padding-left: 0;
  }
.all-8 .text-block-header--sl-4 {
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }
.all-8 .section-1200-garant {
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }
.all-8 .swiper-wrapper-3 {
    flex-direction: row;
    margin-bottom: 20px;
  }
.all-8 .grid-23, .all-8 .grid-23.margin-bottom-40px, .all-8 .grid-foot-2-copy-2 {
    grid-template-columns: 1fr;
  }
.all-8 .grid-pay-bonus {
    grid-template-columns: 1fr 1fr;
  }
.all-8 .phone-tag-grid-pay {
    grid-template-columns: 5fr;
  }
.all-8 .warp-headin-icon-copy-3 {
    align-items: center;
  }
.all-8 .section-1200, .all-8 .section-1200-bonus {
    padding-left: 0;
  }
.all-8 .containe-960-garant {
    overflow: visible;
  }
.all-8 .div-block-154 {
    top: 66%;
    right: -2%;
  }
.all-8 .no-apps {
    grid-template-columns: 1fr 1fr;
  }
.all-8 .form-5 {
    flex-direction: column;
  }
.all-8 .wrapper-text {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
.all-8 .vished-2 {
    flex-direction: row;
    justify-content: center;
  }
.all-8 .hero-wrapper-5 {
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    place-items: stretch stretch;
  }
.all-8 .h1-text-copy.text-white {
    text-align: center;
  }
.all-8 .h1-text-copy.light-text {
    margin-top: 0;
  }
.all-8 .h1-text-copy.light-text.text-span {
    text-align: center;
    margin-top: 0;
    display: flex;
  }
.all-8 .h1-text-copy.light-text.text-span.centr-al {
    text-align: center;
    margin-top: 0;
  }
.all-8 .text-block-header--sl-5 {
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }
.all-8 .p1-header.centr {
    text-align: center;
  }
.all-8 .btn-prise-qr-5 {
    padding-left: 20px;
    padding-right: 20px;
  }
.all-8 .bg-image {
    max-width: 80%;
  }
.all-8 .text-block-header--sl-6 {
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }
.all-8 .image-48 {
    width: 40px;
    height: 40px;
  }
.all-8 .vished-3 {
    justify-content: space-between;
    padding-bottom: 40px;
  }
.all-8 .phone-tag-grid-2 {
    grid-template-columns: 5fr;
  }
.all-8 .grid-foot-11 {
    grid-template-columns: 1fr;
  }
.all-8 .garant-2 {
    padding-bottom: 60px;
  }
.all-8 .div-block-159 {
    grid-template-columns: 1fr 1fr;
  }
.all-8 .margin-btm-20px-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }
.all-8 .spec-vrach-grid {
    grid-template-columns: 1fr 1fr;
  }
.all-8 .button_warper-5 {
    flex-direction: row;
    justify-content: space-between;
    padding-right: 0;
  }
.all-8 .doc-links {
    font-size: 17px;
    font-weight: 500;
  }
.all-8 .div-block-160 {
    top: 66%;
    right: -2%;
  }
.all-8 .image-78 {
    height: 120px;
  }
.all-8 .div-block-161 {
    grid-template-columns: 1fr 1fr;
  }
.all-8 .swiper2 {
    overflow: visible;
  }
.all-8 .light-text-6 {
    color: #dfcdfe;
    align-self: flex-start;
  }
.all-8 .navig-wraper, .all-8 .navig-wraper.btm-40px {
    grid-template-columns: 1fr 1fr;
  }
.all-8 .logo-wrapper-link-2 {
    align-self: center;
  }
.all-8 .warp-headin-icon-copy-4 {
    align-items: center;
  }
.all-8 .grid-25 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
.all-8 .block-numbers {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
.all-8 .div-block-106 {
    bottom: -10%;
    right: -5%;
  }
.all-8 .swiper-slide-3 {
    flex-direction: column;
    width: 100%;
  }
.all-8 .block-tezis-02-copy-copy-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
.all-8 .div-block-164 {
    top: 66%;
    right: -2%;
  }
.all-8 .image-84 {
    height: 120px;
  }
.all-8 .margin-btm-20px-3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }
.all-8 .div-block-167 {
    bottom: -10%;
    right: -5%;
  }
.all-8 .margin-btm-20px-4 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }
.all-8 .div-block-170 {
    bottom: -10%;
    right: -5%;
  }
.all-8 .margin-btm-20px-5 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }
.all-8 .div-block-173 {
    bottom: -10%;
    right: -5%;
  }
.all-8 .tag-text-copy-2 {
    font-size: 20px;
  }
.all-8 .tag-warp-comment-copy {
    padding: 14px 16px;
  }
.all-8 .tag-text-copy-3, .all-8 .tag-text-copy-4, .all-8 .test-tag {
    font-size: 20px;
  }
.all-8 .tag-warp-comment-2 {
    padding: 14px 16px;
  }
.all-8 .grid-26 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
.all-8 .div-block-178, .all-8 .div-block-178.green {
    flex-direction: column;
    display: flex;
  }
.all-8 .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }
.all-8 .fs-cc-prefs_title {
    font-size: 1.25rem;
  }
.all-8 .div-block-184 {
    padding: 20px;
  }
.all-8 .div-block-185 {
    grid-template-columns: 1fr;
  }
.all-8 .div-block-187 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
.all-8 .down-div-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: .5fr 1fr;
  }
.all-8 .tabs-menu-3 {
    grid-template-columns: 1fr;
  }
.all-8 .text-rorm-wrapper {
    padding: 20px;
  }
.all-8 .bloc-u45 {
    border-radius: 37px;
  }
.all-8 .image-99 {
    top: 16%;
  }
.all-8 .image-99.load-anim {
    top: 17%;
  }
.all-8 .wrapper-block-grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }
.all-8 .wrapper-block-grid-2.margin-bottom-40px {
    grid-template-columns: 1fr;
  }
.all-8 .b2b-btn-wrapper {
    justify-content: flex-start;
  }
.all-8 .div-block-192 {
    background-color: #cdf9ff;
    grid-template-columns: 1fr;
    grid-template-areas: ".";
    grid-auto-flow: row;
  }
.all-8 .b2b-navig {
    background-color: var(--light-cyan);
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
.all-8 .block-duo {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-color: #dafbff;
    border-radius: 40px;
  }
.all-8 .div-block-193 {
    padding-left: 20px;
    padding-right: 20px;
  }
.all-8 .btn-b2b {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }
.all-8 .b2b-fix-bitton-chat {
    z-index: 90;
    align-items: stretch;
    left: 10px;
    right: 10px;
  }
.all-8 .div-block-194.btm-40px {
    padding-right: 0;
  }
.all-8 .image-100, .all-8 .icon-block-2 {
    max-width: 60%;
  }
.all-8 .section-1203.orange.margin-btm-60 {
    padding-left: 20px;
    padding-right: 20px;
  }
.all-8 .image-101 {
    bottom: -10%;
    left: 171px;
  }
.all-8 .div-block-196 {
    grid-template-columns: 1fr;
  }
.all-8 .centr.margin-btm-20 {
    padding-right: 0;
  }
.all-8 .wrapper-block-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }
.all-8 .b2b-header {
    background-color: #0000;
    padding-bottom: 0;
    padding-right: 30px;
  }
.all-8 .image-102 {
    max-width: 20%;
  }
.all-8 .div-block-202 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
.all-8 .div-block-203 {
    padding: 30px;
  }
.all-8 .spec-text-copy {
    text-align: left;
  }
.all-8 .navig-grid-copy {
    padding-left: 0;
    padding-right: 0;
  }
.all-8 ._444 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }
.all-8 .tabs {
    padding: 10px;
  }
.all-8 .app-btn {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }
.all-8 .swiper-wrapper-9 {
    flex-flow: row;
    margin-bottom: 20px;
  }
.all-8 .app-logo-wrapp2 {
    background-color: #0000;
  }
.all-8 .garant-3 {
    padding-bottom: 60px;
  }
.all-8 .app-btn-qr {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }
.all-8 .text-block-02 {
    font-size: 16px;
  }
.all-8 .image-111 {
    height: 120px;
  }
.all-8 .div-block-220 {
    top: 66%;
    right: -2%;
  }
.all-8 .swiper-slide-4 {
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
  }
.all-8 .promoscreen-text {
    font-size: 22px;
  }
.all-8 .image-112 {
    max-width: 60%;
  }
.all-8 .swiper-2 {
    overflow: visible;
  }
.all-8 .warp-headin-icon-copy-5 {
    align-items: center;
  }
.all-8 .promo-wrapper--l {
    justify-content: center;
    justify-items: center;
    display: flex;
  }
.all-8 .swiper-wrapper-10 {
    flex-flow: row;
    margin-bottom: 20px;
  }
.all-8 .app-h1-2.tx {
    font-size: 36px;
  }
.all-8 .image-114 {
    height: 120px;
  }
.all-8 .div-block-224 {
    top: 66%;
    right: -2%;
  }
.all-8 .image-115 {
    max-width: 60%;
  }
.all-8 .swiper-3 {
    overflow: visible;
  }
.all-8 .warp-headin-icon-copy-6 {
    align-items: center;
  }
.all-8 .image-117 {
    height: 120px;
  }
.all-8 .div-block-228 {
    top: 66%;
    right: -2%;
  }
.all-8 .image-118 {
    max-width: 60%;
  }
.all-8 .swiper-4 {
    overflow: visible;
  }
.all-8 .button_warper-mobile {
    flex-direction: row;
    justify-content: space-between;
    padding-right: 0;
  }
.all-8 .tag-warp-2 {
    padding: 14px 16px;
  }
.all-8 .app-btn-qr-2 {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }
.all-8 .tag-warp-dark-2 {
    padding: 14px 16px;
  }
.all-8 .div-block-233 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    display: grid;
  }
.all-8 .tag-text-2 {
    font-size: 20px;
  }
.all-8 .image-120 {
    height: 120px;
  }
.all-8 .grid-foot-2-copy-3 {
    grid-template-columns: 1fr;
  }
.all-8 .div-block-236 {
    top: 66%;
    right: -2%;
  }
.all-8 .div-ch {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
.all-8 .grid-foot-12 {
    grid-template-columns: 1fr;
  }
.all-8 .tag-text-copy-5 {
    font-size: 20px;
  }
.all-8 .div-block-239 {
    grid-template-columns: 1fr;
  }
.all-8 .image-121 {
    max-width: 60%;
  }
.all-8 .app-btn-2 {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }
.all-8 .app-btn-2.hiden-desctop.hide-fix-btn-triger.hide-fix-btn-triger-copy {
    display: flex;
  }
.all-8 .tag-warp-comment-3 {
    padding: 14px 16px;
  }
.all-8 .light-text-8 {
    color: #dfcdfe;
    align-self: flex-start;
  }
.all-8 .swiper-5 {
    overflow: visible;
  }
.all-8 .div-block-243 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    display: grid;
  }
.all-8 .text-price-block-02 {
    text-align: right;
  }
.all-8 .tag-text-3 {
    font-size: 20px;
  }
.all-8 .image-123 {
    height: 120px;
  }
.all-8 .grid-foot-2-copy-4 {
    grid-template-columns: 1fr;
  }
.all-8 .div-block-247 {
    top: 66%;
    right: -2%;
  }
.all-8 .grid-foot-13 {
    grid-template-columns: 1fr;
  }
.all-8 .ch-03 {
    font-size: 17px;
  }
.all-8 .tag-text-copy-6 {
    font-size: 20px;
  }
.all-8 .div-block-250 {
    grid-template-columns: 1fr;
  }
.all-8 .image-124 {
    max-width: 60%;
  }
.all-8 .text-block-14 {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 16px;
  }
.all-8 .sec.promo {
    padding: 0;
  }
.all-8 .wrapper-text-main.tx {
    font-size: 36px;
  }
.all-8 .number-grid, .all-8 .card-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
.all-8 ._01-card-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }
.all-8 .btn_form, .all-8 .btn_slide {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }
.all-8 .card-grid-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
.all-8 ._02-card-wrapper.green, .all-8 ._02-card-wrapper.red, .all-8 ._02-card-wrapper.orange {
    flex-flow: column;
  }
.all-8 .card-grid-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
.all-8 .text-info-wrapper {
    padding-top: 30px;
    padding-bottom: 0;
    padding-left: 20px;
  }
.all-8 .steps-wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }
.all-8 .div-block-262 {
    order: -1;
  }
.all-8 .div-block-262.hide {
    display: none;
  }
.all-8 .div-block-262.desc {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    display: flex;
  }
.all-8 .form-block-3 {
    padding: 20px;
  }
.all-8 .btn-prise-qr-4-copy, .all-8 .btn-main-b2b, .all-8 .btn-second-b2b {
    padding-left: 20px;
    padding-right: 20px;
  }
.all-8 .image-131, .all-8 .image-132, .all-8 .image-133 {
    align-self: auto;
  }
.all-8 .grid-foot-14 {
    grid-template-columns: 1fr;
  }
.all-8 .h4-web {
    margin-top: 0;
    margin-bottom: 0;
  }
.all-8 .div-block-268 {
    grid-template-columns: 1fr;
  }
.all-8 ._2-clm {
    grid-template-columns: 1fr 1fr;
  }
.all-8 .grid-foot-2-copy-5 {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 479px) {
.all-8 h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 42px;
    line-height: 120%;
  }
.all-8 h2 {
    font-size: 30px;
  }
.all-8 h3 {
    text-align: left;
    font-size: 26px;
    line-height: 110%;
  }
.all-8 h4 {
    font-family: Montserrat, sans-serif;
    font-size: 21px;
  }
.all-8 h5 {
    font-size: 19px;
    line-height: 130%;
  }
.all-8 p {
    text-align: left;
    font-size: 14px;
  }
.all-8 ul, .all-8 ol {
    padding-left: 14px;
  }
.all-8 li {
    font-size: 14px;
  }
.all-8 .faq-question-wrap {
    padding: 20px;
  }
.all-8 .btn-prise-qr {
    background-color: var(--orange-primary);
    flex-direction: row;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
  }
.all-8 .btn-prise-qr:hover {
    background-color: var(--иет);
  }
.all-8 .chat-user-wrapper {
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: 0;
  }
.all-8 .btn-prise-qr-3 {
    background-color: #ffb401;
    flex-direction: row;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }
.all-8 .btn-prise-qr-3:hover {
    background-color: #ffc83d;
  }
.all-8 .faq-question-wrap-2 {
    padding: 20px;
  }
.all-8 .btn-pay {
    background-color: var(--orange-primary);
    flex-direction: row;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
  }
.all-8 .btn-pay:hover {
    background-color: var(--иет);
  }
.all-8 .containe {
    width: auto;
    position: static;
  }
.all-8 .guide-img-2.blue.margin-bottom-20, .all-8 .guide-img-2.green.margin-bottom-20, .all-8 .guide-img-2.red.margin-bottom-20 {
    max-width: none;
  }
.all-8 .card-guide-2.radius-20px.all-padding-24px.border-light-2px {
    flex-direction: column;
    max-width: none;
    height: 440px;
  }
.all-8 .card-guide-2.radius-20px.all-padding-24px.border-light-2px-blue, .all-8 .card-guide-2.radius-20px.all-padding-24px.border-light-2px-green, .all-8 .card-guide-2.radius-20px.all-padding-24px.border-light-2px-red {
    flex-direction: column;
    max-width: none;
    height: auto;
  }
.all-8 .div-block-35.margin-btm-20px {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
.all-8 .punkt-image {
    margin-right: 10px;
  }
.all-8 .grid-16 {
    margin-bottom: 0;
  }
.all-8 .swiper-slide {
    flex-direction: row;
    width: 100%;
    display: flex;
  }
.all-8 .swiper-wrapper {
    flex-direction: row;
    justify-content: flex-start;
    display: flex;
  }
.all-8 .swiper-wrapper.motion-slide-in {
    flex-direction: row;
    display: flex;
  }
.all-8 .section-3 {
    margin-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }
.all-8 .margin-btm-20 {
    padding-right: 0;
  }
.all-8 .div-block-72 {
    display: none;
  }
.all-8 .swiper {
    flex-direction: column;
    align-items: center;
    display: flex;
    overflow: visible;
  }
.all-8 .swiper.hiden-desctop.motion-slide-in, .all-8 .swiper.hiden-desctop.motion-slide-in.margin-bottom-40px, .all-8 .swiper.hiden-desctop.motion-slide-in, .all-8 .swiper.hiden-desctop.motion-slide-in.margin-bottom-40px, .all-8 .swiper.hiden-desctop.motion-slide-in {
    display: block;
  }
.all-8 .swiper.hiden-desctop.motion-slide-in.margin-bottom-40px {
    align-items: center;
    display: flex;
  }
.all-8 .margin-btm-20px {
    display: block;
  }
.all-8 .arrow-wrapper {
    justify-content: center;
    display: none;
  }
.all-8 .swiper-button-next:active, .all-8 .swiper-button-prev:active {
    background-color: #dfcdfe;
    border-color: #dfcdfe;
  }
.all-8 .form-2 {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }
.all-8 .image-12 {
    margin-left: 10px;
  }
.all-8 .div-block-57 {
    align-items: flex-start;
  }
.all-8 .section {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
  }
.all-8 .section.motion-slide-in {
    margin-top: 0;
    padding-top: 40px;
  }
.all-8 .tag-text-copy {
    font-size: 14px;
  }
.all-8 .grid-18 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-direction: column;
    display: flex;
  }
.all-8 .div-block-38 {
    padding-right: 0;
  }
.all-8 .heading-21-copy-copy {
    margin-bottom: 20px;
    display: block;
  }
.all-8 .btn-main {
    flex-direction: row;
    justify-content: space-around;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    box-shadow: 3px 2px 11px 1px #ffb4016e;
  }
.all-8 .btn-main:hover {
    background-color: #ffc83d;
    box-shadow: 3px 2px 11px 1px #8037fc66;
  }
.all-8 .faq-question-bar {
    padding-right: 0;
  }
.all-8 .faq-question-bar:active {
    background-color: #0000;
  }
.all-8 .tag-div {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    margin-bottom: 0;
    display: flex;
  }
.all-8 .card-copy.radius-20px.all-padding {
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px;
    display: flex;
  }
.all-8 .card-copy.radius-20px.all-padding.dss {
    background-color: #f2ebff;
  }
.all-8 .tag-warp {
    flex: 0 auto;
    padding: 10px 16px;
    display: block;
    position: static;
    inset: 0% 0% auto auto;
  }
.all-8 .block-bonus {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: grid;
  }
.all-8 .block-bonus.motion-slide-in {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
.all-8 .div-block-51 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }
.all-8 .div-block-53 {
    text-align: center;
    margin-bottom: 0;
  }
.all-8 .tag-lab {
    font-size: 12px;
  }
.all-8 .tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
.all-8 .tabs-menu:active {
    background-color: #0000;
  }
.all-8 .grid-foot-9 {
    grid-template-rows: auto auto auto;
    margin-bottom: 80px;
  }
.all-8 .heading-22 {
    margin-bottom: 20px;
  }
.all-8 .prise-check {
    margin-bottom: 16px;
    padding-top: 2px;
    font-size: 20px;
  }
.all-8 .photo-doc {
    display: flex;
  }
.all-8 .photo-doc.margin-bottom-40px {
    justify-content: center;
  }
.all-8 .div-block-64 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
.all-8 .h1-text {
    color: #fcf7e9;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 20px;
  }
.all-8 .h1-text.light-text {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
  }
.all-8 .h1-text.light-text.margin-btm-20 {
    text-align: left;
  }
.all-8 .div-block-87 {
    grid-template-columns: 1.5fr 1fr;
  }
.all-8 .grid-16-copy {
    margin-bottom: 0;
  }
.all-8 .grid-16-copy.margin-bottom-40px {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }
.all-8 .text-prise-copy-copy {
    opacity: 0;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
  }
.all-8 .logo-centr {
    justify-content: flex-start;
    width: auto;
    padding-top: 10px;
    display: flex;
  }
.all-8 .section-2 {
    padding-left: 14px;
    padding-right: 14px;
  }
.all-8 .section-2.btm {
    margin-bottom: 60px;
  }
.all-8 .hero-wrapper {
    align-items: start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }
.all-8 .tag-text {
    text-align: left;
    font-size: 18px;
  }
.all-8 .warp-headin-icon-copy {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }
.all-8 .button_warper {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }
.all-8 .prise-copy {
    opacity: 1;
    margin-top: 0;
    margin-bottom: -10px;
    position: relative;
    top: -28px;
  }
.all-8 .txt-prise-sale {
    padding: 6px 10px;
    font-size: 15px;
    font-weight: 600;
  }
.all-8 .div-block-50 {
    align-items: flex-start;
  }
.all-8 .margin-btm-16px {
    text-align: left;
    margin-bottom: 16px;
  }
.all-8 .block-tezis-02 {
    grid-row-gap: 20px;
    grid-template-rows: auto;
    justify-content: stretch;
    justify-items: stretch;
    display: none;
  }
.all-8 .button_warper-4 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-direction: column;
    grid-template-columns: 1fr;
    padding-right: 0;
  }
.all-8 .heading-21 {
    margin-bottom: 20px;
    display: block;
  }
.all-8 .data-review {
    font-size: 16px;
  }
.all-8 .section-fotm {
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }
.all-8 .section-fotm.motion-slide-in {
    margin-top: 0;
    padding-top: 60px;
  }
.all-8 .image-15 {
    width: auto;
    max-width: 30%;
    display: none;
    left: auto;
  }
.all-8 .link-block-2-copy {
    display: block;
  }
.all-8 .tag-warp-dark {
    background-color: #b082fd;
    flex: 0 auto;
    padding: 10px 16px;
    display: block;
  }
.all-8 .text-prise {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
  }
.all-8 .header {
    background-color: #0000;
    border-top-right-radius: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }
.all-8 .text-span-3-copy {
    color: #b082fd;
  }
.all-8 .btn-prise-store {
    background-color: #ffb401;
    flex-direction: row;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
  }
.all-8 .btn-prise-store:hover {
    background-color: #ffc83d;
  }
.all-8 .sale-prise-warp {
    margin-top: 10px;
    margin-bottom: 10px;
  }
.all-8 .success-message {
    background-color: #dfcdfe;
    border-radius: 20px;
  }
.all-8 .text-prise-copy {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
  }
.all-8 .btn-main-fixed {
    background-color: #ffb401;
    flex-direction: row;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
  }
.all-8 .btn-main-fixed:hover {
    background-color: #ffc83d;
  }
.all-8 .image-38 {
    height: 100px;
  }
.all-8 .sale-text {
    padding: 4px 10px;
    font-size: 15px;
  }
.all-8 .prise-hide {
    opacity: 0;
    margin-top: 0;
    margin-bottom: -10px;
    position: relative;
    top: -24px;
  }
.all-8 .text-span-2 {
    color: #8686a0;
    text-decoration: line-through;
  }
.all-8 .text-prise-copy-2 {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
  }
.all-8 .div-block-63 {
    grid-template-columns: 1fr;
  }
.all-8 .playstore-button-2 {
    margin-bottom: 0;
  }
.all-8 .playstore-button-2.margin-btm-16px {
    background-color: #8686a0;
    margin-bottom: 0;
    margin-right: 0;
  }
.all-8 .garant {
    padding-bottom: 60px;
  }
.all-8 .versus {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #0000;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: start stretch;
    place-items: start;
    margin-bottom: 0;
    display: grid;
  }
.all-8 .versus.motion-slide-in {
    padding-bottom: 0;
  }
.all-8 .card-bonus-lab-copy.radius-20px.all-padding-24px {
    padding: 20px;
  }
.all-8 .text-block-header--sl {
    flex-direction: column;
    justify-content: space-between;
    margin: 0;
    padding: 0;
  }
.all-8 .icon--48px.margin-right-20px {
    margin-right: 14px;
  }
.all-8 .sale-text-copy {
    padding: 4px 10px;
    font-size: 15px;
  }
.all-8 .text-prise-fin {
    text-align: center;
    font-size: 20px;
  }
.all-8 .card-bonus-lab.radius-20px.all-padding-24px {
    padding: 20px;
  }
.all-8 .link-block-2 {
    display: block;
  }
.all-8 .btn-main-header {
    background-color: #ffb401;
    flex-direction: row;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
  }
.all-8 .btn-main-header:hover {
    background-color: #ffc83d;
  }
.all-8 .h_plus {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }
.all-8 .image-16 {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
.all-8 .card-2.radius-20px.all-padding {
    align-items: flex-start;
  }
.all-8 .button-text-20px {
    font-size: 16px;
    font-weight: 500;
  }
.all-8 .image-11 {
    padding-top: 20px;
    padding-bottom: 10px;
  }
.all-8 .vished {
    z-index: auto;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 16px 0;
    display: flex;
  }
.all-8 .vished.motion-slide-in {
    justify-content: center;
    align-items: stretch;
  }
.all-8 .card-paywall.sdw.radius-20px.all-padding-14 {
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
    display: flex;
  }
.all-8 .card-paywall.sdw.radius-20px.all-padding-14:active {
    background-color: #0000;
  }
.all-8 .card-paywall.sdw.radius-20px.all-padding-14.w--current {
    border-width: 3px;
  }
.all-8 .card-paywall.radius-20px.all-padding-14.sdw:active, .all-8 .card-paywall.radius-20px.all-padding-14.sdw.w--current:active {
    background-color: #0000;
  }
.all-8 .popup.all-padding-24px.radius-20px {
    padding: 50px 20px 20px;
  }
.all-8 .section-3-garant {
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }
.all-8 .light-text {
    flex: 1;
    font-size: 17px;
  }
.all-8 .light-text.margin-btm-16px {
    font-size: 22px;
  }
.all-8 .image-39 {
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
.all-8 .sale-prise-warp-hide {
    margin-top: 10px;
    margin-bottom: 10px;
  }
.all-8 .bloc-text-2colmn.margin-bottom-40px {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: .25fr;
    justify-content: stretch;
    justify-items: stretch;
    padding-right: 0;
    display: grid;
  }
.all-8 .plus-2 {
    width: 24px;
    height: 24px;
  }
.all-8 .fix-bitton {
    z-index: 90;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-around;
    align-items: stretch;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: fixed;
    inset: auto 14px 14px;
  }
.all-8 .card-guide-copy-2.radius-20px.all-padding-24px.border-light-2px {
    height: 320px;
  }
.all-8 .image-33 {
    max-width: 80%;
    margin-bottom: 20px;
  }
.all-8 .section-paywall {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
    overflow: hidden;
  }
.all-8 .footer-link {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 500;
  }
.all-8 .bold-text {
    line-height: 130%;
  }
.all-8 .text-month {
    text-align: center;
    font-size: 16px;
  }
.all-8 .div-block-88 {
    inset: 81% -3% 0% auto;
  }
.all-8 .margin-bottom-40px {
    text-align: left;
  }
.all-8 .paragraph-2 {
    color: #8686a0;
  }
.all-8 .style-form {
    margin-bottom: 14px;
    padding-left: 14px;
    padding-right: 14px;
  }
.all-8 .heading-warp {
    flex-direction: column;
    align-items: stretch;
    padding-right: 0;
    display: flex;
  }
.all-8 .heading-warp.motion-slide-in {
    padding-right: 0;
  }
.all-8 .tag-lab-copy {
    font-size: 12px;
  }
.all-8 .error-message {
    background-color: #ffd2d5;
    border-radius: 20px;
    padding: 20px;
  }
.all-8 .card-form.all-padding-24px.radius-20px {
    flex-direction: column;
    grid-template-columns: 1fr;
  }
.all-8 .all {
    background-color: #fff;
    overflow: hidden;
  }
.all-8 .star {
    flex-flow: row;
    justify-content: space-around;
    display: flex;
  }
.all-8 .tag-warp-comment {
    flex: 0 auto;
    padding: 10px 16px;
    display: block;
    position: static;
  }
.all-8 .block-bonus-copy {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-columns: 1fr 1fr;
    display: none;
  }
.all-8 .section-bonus {
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }
.all-8 .section-bonus.motion-slide-in {
    margin-top: 0;
    padding-top: 60px;
    display: none;
    overflow: hidden;
  }
.all-8 .margin-bottom-20 {
    max-width: 80%;
    line-height: 120%;
  }
.all-8 .margin-bottom-60px {
    text-align: left;
  }
.all-8 .warp-headin-icon-copy-2 {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    display: flex;
  }
.all-8 .div-lotiie {
    justify-content: flex-end;
    align-items: center;
  }
.all-8 .div-lotiie.hiden-desctop {
    display: flex;
  }
.all-8 .div-block-109-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }
.all-8 .div-block-109-copy.hide-mobile {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
.all-8 .text-block {
    font-size: 32px;
  }
.all-8 .text-block.margin-bottom-20 {
    max-width: none;
    font-size: 32px;
  }
.all-8 .error-message-2 {
    background-color: #ffd2d5;
    border-radius: 20px;
    padding: 20px;
  }
.all-8 .containe-copy {
    width: auto;
    position: static;
  }
.all-8 .btn-main-2 {
    flex-direction: row;
    justify-content: space-around;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    box-shadow: 3px 2px 11px 1px #ffb4016e;
  }
.all-8 .btn-main-2:hover {
    background-color: #ffc83d;
    box-shadow: 3px 2px 11px 1px #8037fc66;
  }
.all-8 .success-message-2 {
    background-color: #dfcdfe;
    border-radius: 20px;
  }
.all-8 .div-block-128.margin-btm-20 {
    display: block;
  }
.all-8 .form-wrapper {
    grid-template-rows: auto auto;
  }
.all-8 .div-block-130 {
    padding-top: 0;
  }
.all-8 .paragraph-18 {
    color: #8686a0;
  }
.all-8 .style-form-2 {
    border-radius: 16px;
    margin-bottom: 8px;
    padding: 16px;
  }
.all-8 .form-3 {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }
.all-8 .swiper-wrapper-2 {
    flex-direction: row;
    justify-content: flex-start;
  }
.all-8 .swiper-slide-2 {
    flex-direction: row;
    width: 100%;
    display: flex;
  }
.all-8 .mrgn-btm-10px {
    margin-bottom: 10px;
  }
.all-8 .card-block-img.motion-slide-in.hiden-mob {
    display: none;
  }
.all-8 .containe-2 {
    width: auto;
    position: static;
  }
.all-8 .phone-tag-grid {
    grid-template-columns: 1fr;
  }
.all-8 .div-block-135 {
    flex-direction: column;
    display: flex;
  }
.all-8 .form-wrapper-popup {
    grid-template-rows: auto auto;
    width: 90vw;
    padding: 60px 20px 20px;
  }
.all-8 .margin-btm-60 {
    margin-bottom: 40px;
  }
.all-8 .number-img {
    width: 40px;
    height: 40px;
  }
.all-8 .heading-29 {
    margin-top: 4px;
    margin-bottom: 4px;
  }
.all-8 .button-text-20px-3 {
    font-weight: 500;
  }
.all-8 .gift-btn-popup {
    background-color: #ffb401;
    flex-direction: row;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }
.all-8 .gift-btn-popup:hover {
    background-color: #ffc83d;
  }
.all-8 .form-block-wrapper {
    padding: 20px;
  }
.all-8 .fix-bitton-chat {
    z-index: 90;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-around;
    align-items: stretch;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: fixed;
    inset: auto 24% 14px 14px;
  }
.all-8 .btn-prise-qr-4 {
    background-color: #ffb401;
    flex-direction: row;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
  }
.all-8 .btn-prise-qr-4:hover {
    background-color: #ffc83d;
  }
.all-8 .heading-33 {
    font-size: 30px;
  }
.all-8 .heading-34 {
    flex: 0 auto;
    display: block;
  }
.all-8 .heading-35 {
    flex: 0 auto;
    justify-content: space-between;
    display: block;
  }
.all-8 .promocode {
    grid-column-gap: 0px;
    background-color: #f2ebff;
    border-radius: 10px;
    align-items: center;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
.all-8 .text-header-warp-2 {
    padding-left: 20px;
    padding-right: 20px;
  }
.all-8 .promo-code-cms {
    color: #373660;
    flex: none;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 600;
    display: flex;
  }
.all-8 .light-text-3 {
    flex: 1;
    align-self: center;
    font-size: 17px;
  }
.all-8 .hero-wrapper-2 {
    z-index: auto;
    align-items: start;
    padding-top: 20px;
    overflow: hidden;
  }
.all-8 .image-49 {
    max-width: 80%;
    margin-bottom: 10px;
  }
.all-8 .image-49._40btm {
    margin-bottom: 30px;
  }
.all-8 .margin-btm-16px-3 {
    text-align: left;
    margin-bottom: 16px;
  }
.all-8 .h1-seo-main {
    font-size: 32px;
  }
.all-8 .vished-wrapper {
    z-index: auto;
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
    padding-top: 16px;
    padding-bottom: 0;
    padding-left: 16px;
    display: flex;
  }
.all-8 .image-50-copy {
    flex: 0 auto;
    max-width: 100%;
    display: block;
    position: static;
  }
.all-8 .image-35 {
    margin-right: 10px;
  }
.all-8 .image-35:hover {
    opacity: .6;
  }
.all-8 .image-35:active {
    opacity: .2;
  }
.all-8 .promo-wrapper {
    grid-column-gap: 10px;
    flex-direction: column;
    justify-content: space-around;
    align-self: auto;
    align-items: stretch;
    margin-bottom: 20px;
  }
.all-8 .div-block-140 {
    align-items: flex-start;
  }
.all-8 .header-2 {
    background-color: #0000;
    border-top-right-radius: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }
.all-8 .button-text-20px-4 {
    font-weight: 500;
  }
.all-8 .text-block-header--sl-2 {
    margin: 0;
    padding: 0;
  }
.all-8 .hero-wrapper-3 {
    z-index: auto;
    align-items: start;
    padding-top: 20px;
    overflow: hidden;
  }
.all-8 .image-65 {
    max-width: 80%;
    margin-bottom: 10px;
  }
.all-8 .margin-btm-16px-4 {
    text-align: left;
    margin-bottom: 16px;
  }
.all-8 .image-66 {
    margin-right: 10px;
  }
.all-8 .image-66:hover {
    opacity: .6;
  }
.all-8 .image-66:active {
    opacity: .2;
  }
.all-8 .div-block-142 {
    align-items: flex-start;
  }
.all-8 .button-text-20px-5 {
    font-weight: 500;
  }
.all-8 .text-block-header--sl-3 {
    margin: 0;
    padding: 0;
  }
.all-8 .image-68 {
    margin-right: 10px;
  }
.all-8 .image-68:hover {
    opacity: .6;
  }
.all-8 .image-68:active {
    opacity: .2;
  }
.all-8 .text-promocode {
    flex: 1;
    align-self: center;
    font-size: 17px;
  }
.all-8 .promocode-2 {
    grid-column-gap: 0px;
    background-color: #f2ebff;
    border-radius: 10px;
    align-items: center;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
.all-8 .form-4 {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }
.all-8 .div-block-145 {
    align-items: flex-start;
  }
.all-8 .div-block-146 {
    padding-right: 0;
  }
.all-8 .btn-pay-2 {
    background-color: #ffb401;
    flex-direction: row;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
  }
.all-8 .btn-pay-2:hover {
    background-color: #ffc83d;
  }
.all-8 .card-bonus-lab-lifetime.radius-20px.all-padding-24px {
    padding: 20px;
  }
.all-8 .heading-37 {
    margin-bottom: 20px;
  }
.all-8 .hero-wrapper-4 {
    grid-row-gap: 10px;
    align-items: start;
    padding-top: 20px;
    overflow: hidden;
  }
.all-8 .heading-text-pay {
    font-size: 32px;
  }
.all-8 .div-block-149 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
.all-8 .div-block-150.margin-btm-20px {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
.all-8 .div-block-151 {
    grid-template-columns: 1.5fr 1fr;
  }
.all-8 .heading-warp-2, .all-8 .heading-warp-2.motion-slide-in {
    padding-right: 0;
  }
.all-8 .tag-lab-wch {
    font-size: 12px;
  }
.all-8 .containe-960-copy {
    width: auto;
    position: static;
  }
.all-8 .heading-38 {
    margin-bottom: 20px;
    display: block;
  }
.all-8 .image-70 {
    width: auto;
    max-width: 30%;
    display: none;
    left: auto;
  }
.all-8 .fix-button {
    z-index: 90;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-around;
    align-items: stretch;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: fixed;
    inset: auto 14px 14px;
  }
.all-8 .sale-text-life {
    padding: 4px 10px;
    font-size: 15px;
  }
.all-8 .image-71 {
    height: 100px;
  }
.all-8 .section-paywall-1200 {
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }
.all-8 .text-prise-copy-3 {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
  }
.all-8 .containe-960 {
    width: auto;
    position: static;
    overflow: visible;
  }
.all-8 .card-bonus-lab-wt.radius-20px.all-padding-24px {
    padding: 20px;
  }
.all-8 .text-block-header--sl-4 {
    margin: 0;
    padding: 0 14px;
  }
.all-8 .section-1200-garant {
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }
.all-8 .sale-text-wch {
    padding: 4px 10px;
    font-size: 15px;
  }
.all-8 .div-block-153 {
    display: none;
  }
.all-8 .swiper-wrapper-3 {
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 20px;
    display: flex;
  }
.all-8 .swiper-wrapper-3.motion-slide-in {
    flex-direction: row;
    display: flex;
  }
.all-8 .grid-23 {
    margin-bottom: 0;
  }
.all-8 .button-text-20px-6 {
    font-weight: 500;
  }
.all-8 .phone-tag-grid-pay {
    grid-template-columns: 1fr;
  }
.all-8 .light-text-4 {
    flex: 1;
    font-size: 17px;
  }
.all-8 .light-text-4.margin-btm-16px {
    font-size: 22px;
  }
.all-8 .image-73 {
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
.all-8 .card-bonus-lab-invitro.radius-20px.all-padding-24px {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }
.all-8 .warp-headin-icon-copy-3 {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    display: flex;
  }
.all-8 .section-1200 {
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }
.all-8 .faq-question-wrap-3 {
    padding: 20px;
  }
.all-8 .section-1200-bonus {
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }
.all-8 .containe-960-garant {
    width: auto;
    position: static;
  }
.all-8 .image-74 {
    max-width: 80%;
    margin-bottom: 20px;
  }
.all-8 .image-2 {
    max-width: 80%;
  }
.all-8 .logo-right {
    justify-content: flex-start;
    width: auto;
    padding-top: 10px;
    display: flex;
  }
.all-8 .div-block-154 {
    inset: 81% -3% 0% auto;
  }
.all-8 .margin-bottom-40px-2 {
    text-align: left;
  }
.all-8 .paragraph-22 {
    color: #8686a0;
  }
.all-8 .style-form-3 {
    margin-bottom: 14px;
    padding-left: 14px;
    padding-right: 14px;
  }
.all-8 .all-2 {
    background-color: #fff;
    overflow: hidden;
  }
.all-8 .no-apps {
    grid-template-columns: 1fr;
  }
.all-8 .form-5 {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }
.all-8 .section--spec {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }
.all-8 .section--spec.btm-100 {
    padding-bottom: 40px;
  }
.all-8 .div-block-156 {
    padding-right: 0;
  }
.all-8 .wrapper-text {
    grid-column-gap: .1rem;
    grid-row-gap: .1rem;
    flex-direction: column;
    margin-bottom: 30px;
    display: flex;
  }
.all-8 .vished-2 {
    z-index: auto;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }
.all-8 .hero-wrapper-5 {
    grid-row-gap: 10px;
    align-items: start;
    padding-top: 20px;
    overflow: hidden;
  }
.all-8 .logo-centr-2 {
    justify-content: center;
    width: auto;
    padding-top: 10px;
    display: flex;
  }
.all-8 .section-copy {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }
.all-8 .h1-text-copy {
    color: #fcf7e9;
    text-align: center;
    margin-bottom: 0;
    font-size: 28px;
  }
.all-8 .h1-text-copy.text-white {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
  }
.all-8 .h1-text-copy.light-text {
    margin-bottom: 6px;
    font-size: 30px;
  }
.all-8 .scpec-block.btm-100 {
    border-width: 0;
    margin-bottom: 40px;
  }
.all-8 .spec-text {
    color: #8686a066;
    font-size: 12px;
  }
.all-8 .text-block-header--sl-5 {
    margin: 0;
    padding: 0 14px;
  }
.all-8 .p1-header {
    color: #f2ebff;
    text-align: center;
    margin-top: 16px;
  }
.all-8 .button-text-20px-7 {
    font-weight: 500;
  }
.all-8 .btn-prise-qr-5 {
    background-color: #ffb401;
    flex-direction: row;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
  }
.all-8 .btn-prise-qr-5:hover {
    background-color: #ffc83d;
  }
.all-8 .light-text-5 {
    flex: 1;
    font-size: 17px;
  }
.all-8 .bg-image {
    max-width: 100%;
    display: block;
  }
.all-8 .image-75 {
    max-width: 80%;
    margin-bottom: 20px;
  }
.all-8 .paragraph-23 {
    color: #8686a0;
  }
.all-8 .style-form-4 {
    margin-bottom: 14px;
    padding-left: 14px;
    padding-right: 14px;
  }
.all-8 .all-3 {
    background-color: #fff;
    overflow: hidden;
  }
.all-8 .text-span {
    color: var(--orange-primary);
  }
.all-8 .div-block-157 {
    align-items: flex-start;
  }
.all-8 .text-block-header--sl-6 {
    margin: 0;
    padding: 0;
  }
.all-8 .image-48 {
    width: 30px;
    height: 30px;
  }
.all-8 .footer {
    padding-left: 14px;
    padding-right: 14px;
  }
.all-8 .bold-text-2 {
    font-size: 18px;
    line-height: 130%;
  }
.all-8 .vished-3 {
    z-index: auto;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 16px 30px;
    display: flex;
  }
.all-8 .div-block-105 {
    overflow: visible;
  }
.all-8 .phone-tag-grid-2 {
    grid-template-columns: 1fr;
  }
.all-8 .garant-2 {
    padding-bottom: 60px;
  }
.all-8 .div-block-159 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
.all-8 .scpec-block-2 {
    padding: 10px;
  }
.all-8 .margin-btm-20px-2 {
    display: block;
  }
.all-8 .spec-vrach-grid {
    grid-template-columns: 1fr;
  }
.all-8 .image-76 {
    max-width: 80%;
  }
.all-8 .button_warper-5 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-direction: column;
    grid-template-columns: 1fr;
    padding-right: 0;
  }
.all-8 .div-block-160 {
    inset: 81% -3% 0% auto;
  }
.all-8 .heading-40 {
    margin-bottom: 20px;
    display: block;
  }
.all-8 .image-77 {
    width: auto;
    max-width: 30%;
    display: none;
    left: auto;
  }
.all-8 .sale-text-2 {
    padding: 4px 10px;
    font-size: 15px;
  }
.all-8 .he-p {
    font-size: 17px;
  }
.all-8 .section-4 {
    margin-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }
.all-8 .section-3-garant-2 {
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }
.all-8 .image-78 {
    height: 100px;
  }
.all-8 .div-block-161 {
    grid-template-columns: 1fr;
  }
.all-8 .image-50 {
    flex: 0 auto;
    display: block;
    position: static;
  }
.all-8 .navig-vrach {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }
.all-8 .image-80 {
    max-width: 80%;
    margin-bottom: 10px;
  }
.all-8 .swiper2 {
    flex-direction: column;
    align-items: center;
    display: flex;
    overflow: visible;
  }
.all-8 .light-text-6 {
    flex: 1;
    align-self: center;
    font-size: 17px;
  }
.all-8 .image-81 {
    margin-right: 10px;
  }
.all-8 .image-81:hover {
    opacity: .6;
  }
.all-8 .image-81:active {
    opacity: .2;
  }
.all-8 .prise-text {
    font-size: 32px;
  }
.all-8 .heading-41 {
    margin-top: 4px;
    margin-bottom: 4px;
  }
.all-8 .button-text-20px-8 {
    font-size: 16px;
    font-weight: 500;
  }
.all-8 .navig-wraper, .all-8 .navig-wraper.btm-40px {
    grid-template-columns: 1fr;
  }
.all-8 .faq-question-wrap-4 {
    border-radius: 20px;
    padding: 14px;
  }
.all-8 .image-82 {
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
.all-8 .logo-wrapper-link-2 {
    justify-content: center;
    display: flex;
  }
.all-8 .warp-headin-icon-copy-4 {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    display: flex;
  }
.all-8 .containe-navig-spec {
    width: auto;
    position: static;
  }
.all-8 .swiper-wrapper-4 {
    flex-direction: row;
    justify-content: flex-start;
  }
.all-8 .block-numbers {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
.all-8 .all-4 {
    background-color: #fff;
    overflow: hidden;
  }
.all-8 .swiper-slide-3 {
    flex-direction: row;
    width: 100%;
    display: flex;
  }
.all-8 .text-header-warp-4 {
    padding-left: 20px;
    padding-right: 20px;
  }
.all-8 .block-tezis-02-copy-copy-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    justify-items: stretch;
    display: grid;
  }
.all-8 .swiper-wrapper-5 {
    flex-direction: row;
    justify-content: flex-start;
  }
.all-8 .div-block-164 {
    inset: 81% -3% 0% auto;
  }
.all-8 .image-84 {
    height: 100px;
  }
.all-8 .div-block-165 {
    align-items: flex-start;
  }
.all-8 .div-block-166 {
    overflow: visible;
  }
.all-8 .margin-btm-20px-3 {
    display: block;
  }
.all-8 .section-5 {
    margin-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }
.all-8 .swiper-wrapper-6 {
    flex-direction: row;
    justify-content: flex-start;
  }
.all-8 .div-block-168 {
    align-items: flex-start;
  }
.all-8 .div-block-169 {
    overflow: visible;
  }
.all-8 .margin-btm-20px-4 {
    display: block;
  }
.all-8 .section-6 {
    margin-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }
.all-8 .swiper-wrapper-7 {
    flex-direction: row;
    justify-content: flex-start;
  }
.all-8 .div-block-171 {
    align-items: flex-start;
  }
.all-8 .div-block-172 {
    overflow: visible;
  }
.all-8 .margin-btm-20px-5 {
    display: block;
  }
.all-8 .section-7 {
    margin-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }
.all-8 .swiper-wrapper-8 {
    flex-direction: row;
    justify-content: flex-start;
  }
.all-8 .section-8, .all-8 .section-9, .all-8 .section-10 {
    margin-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }
.all-8 .tag-text-copy-2 {
    font-size: 14px;
  }
.all-8 .tag-warp-comment-copy {
    flex: 0 auto;
    padding: 10px 16px;
    display: block;
    position: static;
  }
.all-8 .tag-text-copy-3, .all-8 .tag-text-copy-4, .all-8 .test-tag {
    font-size: 14px;
  }
.all-8 .data-review-2 {
    text-align: right;
    font-size: 16px;
  }
.all-8 .div-block-111 {
    grid-template-columns: 1.25fr .5fr;
  }
.all-8 .tag-warp-comment-2 {
    flex: 0 auto;
    padding: 10px 16px;
    display: block;
    position: static;
  }
.all-8 .image-95 {
    max-width: 80%;
  }
.all-8 .image-96 {
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
.all-8 .div-block-178, .all-8 .div-block-178.green {
    padding: 20px;
  }
.all-8 .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }
.all-8 .fs-cc-prefs_content {
    padding: 1.5rem;
  }
.all-8 .fs-cc-banner_close {
    position: absolute;
    inset: -1.5rem .75rem auto auto;
  }
.all-8 .fs-cc-prefs_component {
    padding: 1.5rem;
  }
.all-8 .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }
.all-8 .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }
.all-8 .div-block-184 {
    border-radius: 20px;
    padding: 10px;
  }
.all-8 .heading-44 {
    font-size: 28px;
  }
.all-8 .div-block-185 {
    grid-template-columns: 1fr;
  }
.all-8 .text-block-2 {
    font-size: 14px;
  }
.all-8 .swn-btn {
    margin-top: 0;
  }
.all-8 .text-block-3 {
    font-size: 12px;
  }
.all-8 .dwn-img {
    max-width: 30%;
  }
.all-8 .down-div-wrapper {
    grid-template-columns: 1fr;
  }
.all-8 .style-text {
    font-size: 16px;
  }
.all-8 .image-98 {
    max-width: 40%;
    height: 32px;
  }
.all-8 .text-block-7 {
    font-size: 14px;
  }
.all-8 .btb-h1 {
    font-size: 32px;
  }
.all-8 .btb-h1.margin-bottom-20 {
    max-width: 100%;
  }
.all-8 .text-rorm-wrapper {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
.all-8 .bloc-u45 {
    border-radius: 18px;
  }
.all-8 .footer-grid {
    flex-direction: column;
    grid-template-rows: auto auto auto;
    display: flex;
  }
.all-8 .b2b-p1 {
    font-size: 16px;
  }
.all-8 .image-99 {
    max-width: 60%;
  }
.all-8 .image-99.load-anim {
    top: 14%;
    left: -5%;
  }
.all-8 .wrapper-block-grid-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 89px;
  }
.all-8 .wrapper-block-grid-2.margin-bottom-40px {
    margin-top: 0;
  }
.all-8 .success-message-4 {
    background-color: #c6f6dd;
    border: 2px solid #23d376;
    border-radius: 20px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
  }
.all-8 .b2b-btn-wrapper {
    flex-direction: column;
    justify-content: flex-start;
  }
.all-8 .error-message-4 {
    color: #373660;
    border: 2px solid #ff8d95;
    border-radius: 20px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
  }
.all-8 .text-du-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding: 10px 20px 20px;
  }
.all-8 .div-block-192 {
    grid-template-columns: 1fr;
    padding-top: 20px;
    padding-bottom: 20px;
  }
.all-8 .b2b-navig {
    background-color: var(--blue-bg);
    border-top-right-radius: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    position: static;
  }
.all-8 .block-duo {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-radius: 20px;
    grid-template-columns: 1fr;
    margin-top: 20px;
    margin-bottom: 20px;
  }
.all-8 .div-block-193 {
    background-color: #66d6e4;
    padding: 30px 20px 20px;
  }
.all-8 .btn-b2b {
    background-color: #ffb401;
    flex-direction: row;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
  }
.all-8 .btn-b2b:hover {
    background-color: #ffc83d;
  }
.all-8 .grid-27 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: flex-start;
  }
.all-8 .b2b-input {
    padding-left: 14px;
  }
.all-8 .b2b-fix-bitton-chat {
    z-index: 90;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-around;
    align-items: stretch;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: fixed;
    inset: auto 10px 14px;
  }
.all-8 .div-block-194 {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }
.all-8 .card-b2b-02.all-padding-24px.radius-20px {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    padding: 10px;
    display: flex;
  }
.all-8 .form-text {
    color: #373660;
  }
.all-8 .image-100 {
    max-width: 66%;
  }
.all-8 .b2b-h3 {
    font-size: 22px;
  }
.all-8 .navig-grid {
    padding-top: 10px;
    padding-bottom: 10px;
  }
.all-8 .social-icon-b2b {
    max-width: 100px;
    padding: 2px 4px;
  }
.all-8 .btb-h2 {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 26px;
    display: inline;
  }
.all-8 .div-block-195 {
    flex-flow: column;
    margin-bottom: 10px;
  }
.all-8 .footer-2 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
.all-8 .icon-block-2 {
    max-width: 25%;
  }
.all-8 .b2b-h4, .all-8 .b2b-h4.centr-text {
    font-size: 18px;
  }
.all-8 .b2b-h4.centr-text.margin-btm-8px {
    margin-bottom: 0;
  }
.all-8 .section-1203 {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }
.all-8 .section-1203.orange.margin-btm-60 {
    padding-left: 10px;
    padding-right: 10px;
  }
.all-8 .image-101 {
    max-width: 50%;
    bottom: 29%;
    left: 154px;
  }
.all-8 .centr {
    text-align: center;
  }
.all-8 .wrapper-block-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    margin-top: 80px;
  }
.all-8 .containe-961 {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    position: static;
  }
.all-8 .b2b-p2 {
    color: #8686a0;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
  }
.all-8 .b2b-p2.centr.white {
    color: #eaf5fe;
  }
.all-8 .b2b-header {
    background-color: #0000;
    border-radius: 30px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }
.all-8 .image-102 {
    width: 80px;
    max-width: 32%;
    top: -59px;
  }
.all-8 .div-block-198 {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }
.all-8 .code {
    text-align: left;
    overflow-wrap: anywhere;
    direction: ltr;
    flex: 0 auto;
  }
.all-8 .div-block-199 {
    grid-template-rows: auto auto;
  }
.all-8 .div-block-200 {
    padding: 0;
  }
.all-8 .link-2 {
    margin-left: .3rem;
    font-size: 26px;
  }
.all-8 .gg {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }
.all-8 .div-block-202 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row dense;
    justify-items: stretch;
    margin-top: 20px;
    margin-bottom: 20px;
  }
.all-8 .div-block-203 {
    border-radius: 20px;
    padding: 20px;
  }
.all-8 .div-block-207 {
    align-self: baseline;
    display: block;
  }
.all-8 .promo-wrapper-2 {
    grid-column-gap: 10px;
    justify-content: space-around;
    margin-bottom: 20px;
    overflow: visible;
  }
.all-8 .light-text-7 {
    flex: 1;
    font-size: 17px;
  }
.all-8 .promocode-3 {
    grid-column-gap: 0px;
    background-color: #f2ebff;
    border-radius: 10px;
    align-items: center;
    margin-left: 8px;
    padding-left: 20px;
    padding-right: 20px;
  }
.all-8 .image-104 {
    margin-right: 10px;
  }
.all-8 .image-104:hover {
    opacity: .6;
  }
.all-8 .image-104:active {
    opacity: .2;
  }
.all-8 .promo-code-cms-2 {
    color: #373660;
    flex: none;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 600;
    display: flex;
  }
.all-8 .spec-text-copy {
    color: #8686a066;
    text-align: left;
    font-size: 12px;
  }
.all-8 .text-block-8 {
    font-size: 16px;
  }
.all-8 .navig-grid-copy {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
.all-8 .text-block-10 {
    font-size: 10px;
  }
.all-8 .text-block-12, .all-8 .text-block-13 {
    font-size: 16px;
  }
.all-8 .app-btn {
    background-color: #ffb401;
    flex-direction: row;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }
.all-8 .app-btn:hover {
    background-color: #ffc83d;
  }
.all-8 .swiper-wrapper-9 {
    flex-flow: row;
    justify-content: flex-start;
    margin-bottom: 20px;
    display: flex;
  }
.all-8 .div-block-217 {
    align-items: flex-start;
  }
.all-8 .app-logo-wrapp2 {
    border-radius: 20px;
  }
.all-8 .swiper-pagination-m.nonr {
    margin-bottom: 0;
  }
.all-8 .garant-3 {
    z-index: 1;
    padding-bottom: 60px;
  }
.all-8 .section-1204 {
    padding-left: 14px;
    padding-right: 14px;
  }
.all-8 .section-1204.mbm {
    margin-top: 0;
  }
.all-8 .hero {
    width: auto;
    margin-top: 20px;
    margin-bottom: 40px;
    position: static;
  }
.all-8 .section-3-garant-3 {
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }
.all-8 .section-3-garant-3.margin-btm-60 {
    margin-bottom: 60px;
  }
.all-8 .spec-text-3 {
    color: #8686a066;
    font-size: 12px;
  }
.all-8 .app-h1 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: block;
  }
.all-8 .popup-warp-3 {
    display: none;
  }
.all-8 .devide-certical {
    margin-left: 4px;
    margin-right: 4px;
  }
.all-8 .app-btn-qr {
    background-color: #ffb401;
    flex-direction: row;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }
.all-8 .app-btn-qr:hover {
    background-color: #ffc83d;
  }
.all-8 .app-btn-qr.hide-mobile {
    display: none;
  }
.all-8 .text-block-02 {
    text-align: left;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
  }
.all-8 .image-111 {
    height: 100px;
  }
.all-8 .n {
    text-align: left;
    font-family: Montserrat, sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 120%;
  }
.all-8 .div-block-220 {
    z-index: 1;
    inset: 75% -2% 0% auto;
  }
.all-8 .div-block-221 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }
.all-8 .store-wrapper {
    margin-top: 8px;
  }
.all-8 .scpec-block-3.btm-100 {
    border-width: 0;
    margin-top: 0;
    margin-bottom: 40px;
  }
.all-8 .scpec-block-3.btm-100.m {
    margin-bottom: 20px;
  }
.all-8 .swiper-slide-4 {
    flex-direction: row;
    width: 100%;
    display: flex;
  }
.all-8 .swiper-slide-4.all-padding-24px.border-light-2px {
    align-items: baseline;
  }
.all-8 .section-1205 {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }
.all-8 .promoscreen-text {
    font-size: 20px;
  }
.all-8 .number-wrapper {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    justify-content: space-between;
  }
.all-8 .image-112 {
    max-width: 50%;
  }
.all-8 .swiper-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
    overflow: visible;
  }
.all-8 .containe-962 {
    width: auto;
    margin-top: 20px;
    position: static;
  }
.all-8 .warp-headin-icon-copy-5 {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    display: flex;
  }
.all-8 .app-btn-text {
    text-shadow: 1px 2px 4px #0000001a;
    font-weight: 500;
  }
.all-8 .all-5 {
    background-color: #fff;
    overflow: hidden;
  }
.all-8 .promo-wrapper--l {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 0;
  }
.all-8 .swiper-wrapper-10 {
    flex-flow: row;
    justify-content: flex-start;
    margin-bottom: 20px;
    display: flex;
  }
.all-8 .swiper-wrapper-10.motion-slide-in {
    flex-direction: row;
    display: flex;
  }
.all-8 .div-block-222 {
    align-items: flex-start;
  }
.all-8 .hero-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: auto;
    margin-top: 20px;
    margin-bottom: 40px;
    position: static;
  }
.all-8 .app-h1-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: block;
  }
.all-8 .app-h1-2.tx {
    font-size: 30px;
  }
.all-8 .section-1206 {
    padding-left: 14px;
    padding-right: 14px;
  }
.all-8 .text-block-4-copy-2 {
    color: #373660;
    flex: none;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 600;
    display: flex;
  }
.all-8 .spec-text-4 {
    color: #8686a066;
    font-size: 12px;
  }
.all-8 .image-113 {
    margin-right: 10px;
  }
.all-8 .image-113:hover {
    opacity: .6;
  }
.all-8 .image-113:active {
    opacity: .2;
  }
.all-8 .promocode-4 {
    grid-column-gap: 0px;
    background-color: #f2ebff;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }
.all-8 .image-114 {
    height: 100px;
  }
.all-8 .section-3-garant-2-copy {
    margin-top: 0;
    margin-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }
.all-8 .div-block-224 {
    z-index: 1;
    inset: 75% -2% 0% auto;
  }
.all-8 .div-block-225 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }
.all-8 .section-1207 {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }
.all-8 .image-115 {
    max-width: 50%;
  }
.all-8 .swiper-3 {
    flex-direction: column;
    align-items: center;
    display: flex;
    overflow: visible;
  }
.all-8 .containe-963 {
    width: auto;
    margin-top: 20px;
    position: static;
  }
.all-8 .warp-headin-icon-copy-6 {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    display: flex;
  }
.all-8 .all-6 {
    background-color: #fff;
    overflow: hidden;
  }
.all-8 .div-block-226 {
    align-items: flex-start;
  }
.all-8 .hero-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: auto;
    margin-top: 20px;
    margin-bottom: 40px;
    position: static;
  }
.all-8 .section-1208 {
    padding-left: 14px;
    padding-right: 14px;
  }
.all-8 .spec-text-5 {
    color: #8686a066;
    font-size: 12px;
  }
.all-8 .image-116 {
    margin-right: 10px;
  }
.all-8 .image-116:hover {
    opacity: .6;
  }
.all-8 .image-116:active {
    opacity: .2;
  }
.all-8 .promocode-5 {
    grid-column-gap: 0px;
    background-color: #f2ebff;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }
.all-8 .image-117 {
    height: 100px;
  }
.all-8 .div-block-228 {
    z-index: 1;
    inset: 75% -2% 0% auto;
  }
.all-8 .div-block-229 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }
.all-8 .section-1209 {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }
.all-8 .image-118 {
    max-width: 50%;
  }
.all-8 .swiper-4 {
    flex-direction: column;
    align-items: center;
    display: flex;
    overflow: visible;
  }
.all-8 .containe-964 {
    width: auto;
    margin-top: 20px;
    position: static;
  }
.all-8 .all-7 {
    background-color: #fff;
    overflow: hidden;
  }
.all-8 .button_warper-mobile {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-direction: column;
    grid-template-columns: 1fr;
    padding-right: 0;
  }
.all-8 .p-swiper-button-next:active {
    background-color: #dfcdfe;
    border-color: #dfcdfe;
  }
.all-8 .tag-warp-2 {
    flex: 0 auto;
    padding: 10px 16px;
    display: block;
    position: static;
    inset: 0% 0% auto auto;
  }
.all-8 .image-119 {
    margin-right: 10px;
  }
.all-8 .image-119:hover {
    opacity: .6;
  }
.all-8 .image-119:active {
    opacity: .2;
  }
.all-8 .ch-section-copy {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }
.all-8 .r-swiper-button-next:active {
    background-color: #dfcdfe;
    border-color: #dfcdfe;
  }
.all-8 .hero-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: auto;
    margin-top: 20px;
    margin-bottom: 40px;
    position: static;
  }
.all-8 .div-block-231 {
    align-items: flex-start;
  }
.all-8 .app-btn-qr-2 {
    background-color: #ffb401;
    flex-direction: row;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }
.all-8 .app-btn-qr-2:hover {
    background-color: #ffc83d;
  }
.all-8 .app-btn-qr-2.hide-mobile {
    display: none;
  }
.all-8 .heading-54 {
    color: #373660;
  }
.all-8 .footer-link-2 {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 500;
  }
.all-8 .link-block-3 {
    display: block;
  }
.all-8 .div-block-232 {
    grid-template-columns: 1.5fr 1fr;
  }
.all-8 .tag-warp-dark-2 {
    background-color: #b082fd;
    flex: 0 auto;
    padding: 10px 16px;
    display: block;
  }
.all-8 .text-span-185 {
    color: #b082fd;
  }
.all-8 .section-1210 {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }
.all-8 .r-swiper-button-prev:active {
    background-color: #dfcdfe;
    border-color: #dfcdfe;
  }
.all-8 .div-block-233 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
.all-8 .section-1211 {
    padding-left: 14px;
    padding-right: 14px;
  }
.all-8 .text-price-block {
    text-decoration: none;
  }
.all-8 .text-price-block.srtike-text {
    text-decoration: line-through;
  }
.all-8 .p-swiper-button-prev:active, .all-8 .swiper-button-next-2:active {
    background-color: #dfcdfe;
    border-color: #dfcdfe;
  }
.all-8 .spec-text-6 {
    color: #8686a066;
    font-size: 12px;
  }
.all-8 .star-3 {
    flex-flow: row;
    justify-content: space-around;
    display: flex;
  }
.all-8 .text-span-188 {
    color: #373660;
  }
.all-8 .containe-965 {
    width: auto;
    position: static;
  }
.all-8 .tag-text-2 {
    text-align: left;
    font-size: 18px;
  }
.all-8 .tag-div-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    margin-bottom: 0;
    display: flex;
  }
.all-8 .image-120 {
    height: 100px;
  }
.all-8 .swiper-button-prev-2:active {
    background-color: #dfcdfe;
    border-color: #dfcdfe;
  }
.all-8 .ch-02 {
    font-size: 20px;
  }
.all-8 .div-block-236 {
    z-index: 1;
    inset: 75% -2% 0% auto;
  }
.all-8 .div-ch {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    margin-bottom: 0;
    display: grid;
  }
.all-8 .containe-966 {
    width: auto;
    margin-top: 20px;
    position: static;
  }
.all-8 .containe-966.promo {
    padding: 0;
  }
.all-8 .div-block-237 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }
.all-8 .promocode-6 {
    grid-column-gap: 0px;
    background-color: #f2ebff;
    border-radius: 10px;
    align-items: center;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
.all-8 .link-block-2-copy-2 {
    display: block;
  }
.all-8 .tag-text-copy-5 {
    font-size: 14px;
  }
.all-8 .div-block-239 {
    grid-template-columns: 1fr;
  }
.all-8 .image-121 {
    max-width: 50%;
  }
.all-8 ._44 {
    text-align: center;
    margin-bottom: 20px;
  }
.all-8 .app-btn-2 {
    background-color: #ffb401;
    flex-direction: row;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }
.all-8 .app-btn-2:hover {
    background-color: #ffc83d;
  }
.all-8 .app-btn-2.hiden-desctop.hide-fix-btn-triger.hide-fix-btn-triger-copy {
    display: flex;
  }
.all-8 .tag-warp-comment-3 {
    flex: 0 auto;
    padding: 10px 16px;
    display: block;
    position: static;
  }
.all-8 .all-8 {
    background-color: #fff;
    overflow: hidden;
  }
.all-8 .light-text-8 {
    color: #8686a0;
    text-align: center;
    flex: 1;
    align-self: center;
    font-size: 17px;
  }
.all-8 .p4 {
    font-size: 16px;
  }
.all-8 .swiper-5 {
    flex-direction: column;
    align-items: center;
    display: flex;
    overflow: visible;
  }
.all-8 .image-122 {
    margin-right: 10px;
  }
.all-8 .image-122:hover {
    opacity: .6;
  }
.all-8 .image-122:active {
    opacity: .2;
  }
.all-8 .hero-5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: auto;
    margin-top: 20px;
    margin-bottom: 40px;
    position: static;
  }
.all-8 .div-block-241 {
    align-items: flex-start;
  }
.all-8 .heading-56 {
    color: #373660;
  }
.all-8 .div-block-242 {
    grid-template-columns: 1.5fr 1fr;
  }
.all-8 .text-span-194 {
    color: #b082fd;
  }
.all-8 .section-1212 {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }
.all-8 .ch-card-price {
    grid-template-columns: 1fr 1fr;
    padding: 20px;
  }
.all-8 .ch-card-price.violet {
    grid-template-columns: .75fr 1fr;
  }
.all-8 .div-block-243 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
.all-8 .section-1213 {
    padding-left: 14px;
    padding-right: 14px;
  }
.all-8 .text-price-block-02 {
    font-size: 28px;
    text-decoration: none;
  }
.all-8 .text-span-196 {
    color: #373660;
  }
.all-8 .containe-967 {
    width: auto;
    position: static;
  }
.all-8 .tag-text-3 {
    text-align: left;
    font-size: 18px;
  }
.all-8 .image-123 {
    height: 100px;
  }
.all-8 .swiper-button-prev-3:active {
    background-color: #dfcdfe;
    border-color: #dfcdfe;
  }
.all-8 .div-block-247 {
    z-index: 1;
    inset: 75% -2% 0% auto;
  }
.all-8 .div-block-248 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }
.all-8 .promocode-7 {
    grid-column-gap: 0px;
    background-color: #f2ebff;
    border-radius: 10px;
    align-items: center;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
.all-8 .link-block-2-copy-3 {
    display: block;
  }
.all-8 .ch-03 {
    font-size: 16px;
    font-weight: 600;
  }
.all-8 .tag-text-copy-6 {
    font-size: 14px;
  }
.all-8 .div-block-250 {
    grid-template-columns: 1fr;
  }
.all-8 .image-124 {
    max-width: 50%;
  }
.all-8 .promo-text {
    text-align: center;
  }
.all-8 .text-block-14 {
    font-size: 12px;
  }
.all-8 .sec {
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }
.all-8 .sec.promo {
    border-radius: 24px;
    margin: 0;
    padding: 14px 20px 0;
  }
.all-8 .sec.hero {
    margin-bottom: 60px;
  }
.all-8 .cont0web {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-size: 190%;
    width: auto;
    margin-top: 20px;
    margin-bottom: 40px;
    position: relative;
  }
.all-8 .wrapper-text-main {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }
.all-8 .wrapper-text-main.tx {
    font-size: 30px;
  }
.all-8 .h1-b2b {
    font-size: 24px;
  }
.all-8 .p1-b2b {
    flex-flow: column;
    font-size: 14px;
    display: flex;
  }
.all-8 .p1-b2b.centr {
    line-height: 140%;
  }
.all-8 .spec-card {
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    padding: 10px;
    inset: auto auto -4%;
  }
.all-8 .number-grid {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    margin-bottom: 0;
    display: flex;
  }
.all-8 .h2-b2b {
    font-size: 24px;
  }
.all-8 .h2-b2b.centr {
    text-align: center;
  }
.all-8 .h2-b2b.white {
    align-self: stretch;
  }
.all-8 .mb-40 {
    margin-bottom: 20px;
  }
.all-8 .card-grid {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    margin-bottom: 20px;
    display: grid;
  }
.all-8 .h3-b2b {
    font-size: 22px;
  }
.all-8 .b2b-wrapper-btn {
    flex-flow: column;
    display: flex;
  }
.all-8 .b2b-wrapper-btn.promo {
    order: 0;
    display: flex;
  }
.all-8 .btn_form {
    background-color: #ffb401;
    flex-direction: row;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }
.all-8 .btn_form:hover {
    background-color: #ffc83d;
  }
.all-8 .btn_form.hide-mobile {
    display: none;
  }
.all-8 .btn_slide {
    background-color: #ffb401;
    flex-direction: row;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }
.all-8 .btn_slide:hover {
    background-color: #ffc83d;
  }
.all-8 .btn_slide.hide-mobile {
    display: none;
  }
.all-8 .div-block-251 {
    border-radius: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 14px;
  }
.all-8 .div-block-252 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    align-self: center;
    display: flex;
  }
.all-8 .card-grid-3 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    margin-bottom: 0;
    display: grid;
  }
.all-8 .div-block-253 {
    grid-template-columns: 2.5fr;
  }
.all-8 .tez-wrapper {
    border-radius: 20px;
    padding: 10px;
  }
.all-8 .div-block-254 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }
.all-8 .h4-b2b {
    align-self: center;
    font-size: 16px;
  }
.all-8 .icon-50 {
    width: 32px;
    height: 32px;
  }
.all-8 .card-grid-copy {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    margin-bottom: 30px;
    display: grid;
  }
.all-8 .div-block-251-copy {
    border-radius: 20px;
    padding: 14px;
  }
.all-8 .div-block-255 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }
.all-8 .div-block-256 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding: 24px 24px 0;
    display: flex;
  }
.all-8 .icon-60 {
    width: 40px;
    height: 40px;
  }
.all-8 .mb-10 {
    margin-bottom: 0;
  }
.all-8 .image-129 {
    border-radius: 20px;
  }
.all-8 .div-block-257 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-radius: 20px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    margin: 0;
    padding: 0;
    display: grid;
  }
.all-8 .text-info-wrapper {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    padding: 0;
  }
.all-8 .div-block-258 {
    grid-template-columns: 1fr;
    margin-bottom: 24px;
  }
.all-8 .srav-card.np {
    border-radius: 20px;
    padding: 14px;
  }
.all-8 .srav-card.hide {
    display: none;
  }
.all-8 .punkt {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: flex-start;
    align-items: flex-start;
  }
.all-8 .plus {
    border-radius: 14px;
    padding: 10px;
  }
.all-8 .card-steps {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
.all-8 .steps-wrapper {
    grid-template-columns: 1fr;
  }
.all-8 .avatar {
    width: 40px;
    height: 40px;
    margin-right: -14px;
  }
.all-8 .div-block-262 {
    flex-flow: column;
    order: 0;
  }
.all-8 .div-block-262.hide {
    display: none;
  }
.all-8 .div-block-262.desc {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: row;
    padding-bottom: 20px;
    display: flex;
  }
.all-8 .div-block-263 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    align-items: flex-start;
  }
.all-8 .text-block-15 {
    text-align: left;
    font-size: 10px;
    line-height: 120%;
  }
.all-8 .form-block-3 {
    padding: 0;
  }
.all-8 .white {
    align-self: stretch;
  }
.all-8 .select-field {
    border-radius: 16px;
    flex-flow: row;
    height: 44px;
    padding: 10px;
    display: block;
  }
.all-8 .image-130 {
    box-sizing: border-box;
    object-fit: cover;
    align-self: stretch;
    max-width: none;
    height: 160px;
    display: block;
  }
.all-8 .btn-prise-qr-4-copy {
    background-color: #ffb401;
    flex-direction: row;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
  }
.all-8 .btn-prise-qr-4-copy:hover {
    background-color: #ffc83d;
  }
.all-8 .btn-main-b2b {
    background-color: #ffb401;
    flex-direction: row;
    justify-content: center;
    align-self: stretch;
    padding: 14px;
    display: flex;
  }
.all-8 .btn-main-b2b:hover {
    background-color: #ffc83d;
  }
.all-8 .btn-second-b2b {
    border-width: 2px;
    border-color: var(--orange-primary);
    background-color: #0000;
    flex-direction: row;
    justify-content: center;
    align-self: stretch;
    padding: 14px;
    display: flex;
  }
.all-8 .btn-second-b2b:hover {
    background-color: #ffc83d;
  }
.all-8 .button-text-20px-8-copy {
    font-size: 16px;
    font-weight: 500;
  }
.all-8 .div-block-264 {
    flex-flow: column;
    align-self: stretch;
  }
.all-8 .image-134 {
    order: -1;
    margin-bottom: 10px;
  }
.all-8 ._00 {
    display: none;
  }
.all-8 .image-135 {
    align-self: auto;
    max-width: 100%;
    display: block;
  }
.all-8 .image-136 {
    width: 20px;
    height: 20px;
  }
.all-8 .image-137, .all-8 .image-138, .all-8 .image-139 {
    width: 44px;
    height: 44px;
  }
.all-8 .div-block-265 {
    align-self: flex-start;
  }
.all-8 .av {
    width: 40px;
    height: 40px;
  }
.all-8 .div-block-266 {
    align-self: center;
  }
.all-8 .star-icon {
    width: 20px;
    height: 20px;
  }
.all-8 .lottie-animation-10 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }
.all-8 .trxt-b {
    line-height: 120%;
  }
.all-8 .div-block-267 {
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }
.all-8 .text-span-197 {
    color: var(--text-heading);
  }
.all-8 .footer-link-3 {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 500;
  }
.all-8 .containe-968 {
    width: auto;
    position: static;
  }
.all-8 .scpec-block-4 {
    padding: 10px;
  }
.all-8 .link-block-4 {
    display: block;
  }
.all-8 .div-block-268 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
.all-8 ._2-clm {
    grid-template-columns: 1fr;
  }
.all-8 .div-block-257-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-radius: 20px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    margin: 0;
    padding: 16px 20px 20px;
    display: grid;
  }
}
.all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e746814-c646a7c0 {
  place-self: stretch start;
}
.all-8 #w-node-_5adc144c-1152-ae34-d44c-53683c272099-c646a7c0, .all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e74682d-c646a7c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-8 #w-node-dd30977e-f772-6b54-b3f2-a7a73cff3425-c646a7c0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-8 #w-node-c8130ac5-90c5-c02e-0fe7-f620486d937b-c646a7c0, .all-8 #w-node-dd30977e-f772-6b54-b3f2-a7a73cff342a-c646a7c0, .all-8 #w-node-dd30977e-f772-6b54-b3f2-a7a73cff342e-c646a7c0, .all-8 #w-node-dd30977e-f772-6b54-b3f2-a7a73cff3432-c646a7c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-8 #w-node-_58379a0e-b382-fc04-336e-d208934e4adf-c646a7c0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-8 #w-node-_58379a0e-b382-fc04-336e-d208934e4ae1-c646a7c0, .all-8 #w-node-_3fc231ce-77c4-4f3d-7860-4dc2607ae57e-c646a7c0, .all-8 #w-node-_88ce3e27-14f3-840e-1138-a118c29e13cd-c646a7c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e7469dc-c646a7c0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e7469de-c646a7c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e746a2d-c646a7c0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e746a33-c646a7c0, .all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e746a34-c646a7c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-8 #w-node-a49ce0df-12a6-43cf-72a7-9ce01d1b8473-c646a7c0, .all-8 #w-node-a49ce0df-12a6-43cf-72a7-9ce01d1b8474-c646a7c0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-8 #w-node-a49ce0df-12a6-43cf-72a7-9ce01d1b8476-c646a7c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-8 #w-node-c24a7bc3-76c8-9c7a-9fed-a3dfb90ee5b5-c646a7c0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}
.all-8 #w-node-c24a7bc3-76c8-9c7a-9fed-a3dfb90ee5bc-c646a7c0 {
  place-self: stretch stretch;
}
.all-8 #w-node-cb1644fb-1514-9887-24a7-301b2859740e-c646a7c0, .all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e74689e-c646a7c0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e7468a0-c646a7c0 {
  place-self: end;
}
.all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e7468a1-c646a7c0 {
  justify-self: end;
}
.all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e7468a3-c646a7c0 {
  justify-self: start;
}
.all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e7468b1-c646a7c0 {
  justify-self: end;
}
.all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e7468bc-c646a7c0 {
  justify-self: start;
}
.all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e7468c9-c646a7c0 {
  justify-self: end;
}
.all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e7468d4-c646a7c0 {
  justify-self: start;
}
.all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e7468e1-c646a7c0 {
  justify-self: end;
}
.all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e7468ec-c646a7c0 {
  justify-self: start;
}
.all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e7468f9-c646a7c0 {
  justify-self: end;
}
.all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e746904-c646a7c0 {
  justify-self: start;
}
.all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e746911-c646a7c0 {
  justify-self: end;
}
.all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e74691c-c646a7c0 {
  justify-self: start;
}
.all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e746929-c646a7c0 {
  justify-self: end;
}
.all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e746934-c646a7c0 {
  justify-self: start;
}
.all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e746941-c646a7c0 {
  justify-self: end;
}
.all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e74694c-c646a7c0 {
  justify-self: start;
}
.all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e746959-c646a7c0 {
  justify-self: end;
}
.all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e746964-c646a7c0 {
  justify-self: start;
}
.all-8 #w-node-febe6d67-d672-419c-d27d-dc222e52f74c-c646a7c0, .all-8 #w-node-febe6d67-d672-419c-d27d-dc222e52f74d-c646a7c0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-8 #w-node-febe6d67-d672-419c-d27d-dc222e52f74f-c646a7c0, .all-8 #w-node-_60e57970-68b1-3757-7ad7-d95489e183bc-c646a7c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-8 #w-node-_60e57970-68b1-3757-7ad7-d95489e183c3-c646a7c0, .all-8 #w-node-_60e57970-68b1-3757-7ad7-d95489e183cc-c646a7c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}
.all-8 #w-node-_174ee7cb-f78f-0084-65cc-831b056e970e-c646a7c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}
.all-8 #w-node-_06e7f0fa-27fc-4cf5-2ff3-850b38542b09-c646a7c0, .all-8 #w-node-bdcdb0a8-a09a-aca4-acd0-869466fa0b52-c646a7c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}
.all-8 #w-node-_174ee7cb-f78f-0084-65cc-831b056e971a-c646a7c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}
.all-8 #w-node-d84a572d-6685-4ffa-61c5-50ab9a8c6b93-c646a7c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}
.all-8 #w-node-_5a48281d-c1f1-5dc8-b35c-03e668824832-c646a7c0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}
.all-8 #w-node-_5a48281d-c1f1-5dc8-b35c-03e668824833-c646a7c0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-8 #w-node-a18da4cf-3491-34a0-f716-9f11c0b7ba04-c646a7c0, .all-8 #w-node-a18da4cf-3491-34a0-f716-9f11c0b7ba08-c646a7c0, .all-8 #w-node-a18da4cf-3491-34a0-f716-9f11c0b7ba0c-c646a7c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-8 #w-node-aeb84d56-3eb1-9d4f-2bb9-4df7c846e7d2-c646a7c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}
.all-8 #w-node-_7faf8a59-0e31-c0ca-2295-e8750a8c5e6a-c646a7c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end center;
}
.all-8 #w-node-_224a901f-69d5-94f9-8be7-5e6c9fd3a218-c646a7c0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-8 #w-node-_224a901f-69d5-94f9-8be7-5e6c9fd3a21a-c646a7c0 {
  place-self: end;
}
.all-8 #w-node-_224a901f-69d5-94f9-8be7-5e6c9fd3a21b-c646a7c0 {
  justify-self: end;
}
.all-8 #w-node-_224a901f-69d5-94f9-8be7-5e6c9fd3a21d-c646a7c0 {
  justify-self: start;
}
.all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e746c15-c646a7c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-8 #w-node-_81b00fb0-20b6-4844-d901-07b71c6d0ed1-c646a7c0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-8 #w-node-_0f8a34f8-da2f-8faf-0aa4-ddc5c53a2076-c646a8d8 {
  place-self: stretch start;
}
.all-8 #w-node-_0f8a34f8-da2f-8faf-0aa4-ddc5c53a207e-c646a8d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-8 #w-node-_0f8a34f8-da2f-8faf-0aa4-ddc5c53a20a1-c646a8d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}
.all-8 #w-node-_0f8a34f8-da2f-8faf-0aa4-ddc5c53a20a3-c646a8d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-8 #w-node-_58379a0e-b382-fc04-336e-d208934e4adf-c646a8d8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-8 #w-node-_58379a0e-b382-fc04-336e-d208934e4ae1-c646a8d8, .all-8 #w-node-_3fc231ce-77c4-4f3d-7860-4dc2607ae57e-c646a8d8, .all-8 #w-node-_88ce3e27-14f3-840e-1138-a118c29e13cd-c646a8d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e7469dc-c646a8d8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e7469de-c646a8d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e746a2d-c646a8d8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e746a33-c646a8d8, .all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e746a34-c646a8d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-8 #w-node-a49ce0df-12a6-43cf-72a7-9ce01d1b8473-c646a8d8, .all-8 #w-node-a49ce0df-12a6-43cf-72a7-9ce01d1b8474-c646a8d8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-8 #w-node-a49ce0df-12a6-43cf-72a7-9ce01d1b8476-c646a8d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-8 #w-node-c24a7bc3-76c8-9c7a-9fed-a3dfb90ee5b5-c646a8d8 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}
.all-8 #w-node-c24a7bc3-76c8-9c7a-9fed-a3dfb90ee5bc-c646a8d8 {
  place-self: stretch stretch;
}
.all-8 #w-node-cb1644fb-1514-9887-24a7-301b2859740e-c646a8d8, .all-8 #w-node-_5fece96f-76dc-ca18-8faa-e0a2da8b04bc-c646a8d8, .all-8 #w-node-_5fece96f-76dc-ca18-8faa-e0a2da8b04bd-c646a8d8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-8 #w-node-_5fece96f-76dc-ca18-8faa-e0a2da8b04bf-c646a8d8, .all-8 #w-node-_5fece96f-76dc-ca18-8faa-e0a2da8b04c2-c646a8d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-8 #w-node-_5fece96f-76dc-ca18-8faa-e0a2da8b04c9-c646a8d8, .all-8 #w-node-_5fece96f-76dc-ca18-8faa-e0a2da8b04d2-c646a8d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}
.all-8 #w-node-_174ee7cb-f78f-0084-65cc-831b056e970e-c646a8d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}
.all-8 #w-node-_06e7f0fa-27fc-4cf5-2ff3-850b38542b09-c646a8d8, .all-8 #w-node-d69b4553-0279-fe72-2425-ad00e1c536fc-c646a8d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}
.all-8 #w-node-e9012dc7-2462-c421-4499-d37397404e72-c646a8d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}
.all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e74689e-c646a8d8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e7468a0-c646a8d8 {
  place-self: end;
}
.all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e7468a1-c646a8d8 {
  justify-self: end;
}
.all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e7468a3-c646a8d8 {
  justify-self: start;
}
.all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e7468b1-c646a8d8 {
  justify-self: end;
}
.all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e7468bc-c646a8d8 {
  justify-self: start;
}
.all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e7468c9-c646a8d8 {
  justify-self: end;
}
.all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e7468d4-c646a8d8 {
  justify-self: start;
}
.all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e7468e1-c646a8d8 {
  justify-self: end;
}
.all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e7468ec-c646a8d8 {
  justify-self: start;
}
.all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e7468f9-c646a8d8 {
  justify-self: end;
}
.all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e746904-c646a8d8 {
  justify-self: start;
}
.all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e746911-c646a8d8 {
  justify-self: end;
}
.all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e74691c-c646a8d8 {
  justify-self: start;
}
.all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e746929-c646a8d8 {
  justify-self: end;
}
.all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e746934-c646a8d8 {
  justify-self: start;
}
.all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e746941-c646a8d8 {
  justify-self: end;
}
.all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e74694c-c646a8d8 {
  justify-self: start;
}
.all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e746959-c646a8d8 {
  justify-self: end;
}
.all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e746964-c646a8d8 {
  justify-self: start;
}
.all-8 #w-node-_5a48281d-c1f1-5dc8-b35c-03e668824832-c646a8d8 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}
.all-8 #w-node-_5a48281d-c1f1-5dc8-b35c-03e668824833-c646a8d8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-8 #w-node-a18da4cf-3491-34a0-f716-9f11c0b7ba04-c646a8d8, .all-8 #w-node-a18da4cf-3491-34a0-f716-9f11c0b7ba08-c646a8d8, .all-8 #w-node-a18da4cf-3491-34a0-f716-9f11c0b7ba0c-c646a8d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-8 #w-node-aeb84d56-3eb1-9d4f-2bb9-4df7c846e7d2-c646a8d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}
.all-8 #w-node-_6ae2bfe3-ee55-850e-0d4d-6638b2ace1e3-c646a8d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end stretch;
}
.all-8 #w-node-_224a901f-69d5-94f9-8be7-5e6c9fd3a218-c646a8d8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-8 #w-node-_224a901f-69d5-94f9-8be7-5e6c9fd3a21a-c646a8d8 {
  place-self: end;
}
.all-8 #w-node-_224a901f-69d5-94f9-8be7-5e6c9fd3a21b-c646a8d8 {
  justify-self: end;
}
.all-8 #w-node-_224a901f-69d5-94f9-8be7-5e6c9fd3a21d-c646a8d8 {
  justify-self: start;
}
.all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e746c15-c646a8d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-8 #w-node-_81b00fb0-20b6-4844-d901-07b71c6d0ed1-c646a8d8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824ece8-9bb4dc88 {
  place-self: stretch start;
}
.all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824ecfb-9bb4dc88, .all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824ecfd-9bb4dc88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824ed01-9bb4dc88, .all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824ed02-9bb4dc88 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824ed06-9bb4dc88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824ed2c-9bb4dc88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}
.all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824ed33-9bb4dc88, .all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824ed3a-9bb4dc88, .all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824ed41-9bb4dc88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824ed4b-9bb4dc88, .all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824ed4c-9bb4dc88 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824ed50-9bb4dc88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824ed54-9bb4dc88 {
  place-self: stretch stretch;
}
.all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824ed7a-9bb4dc88 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824ed80-9bb4dc88, .all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824ed81-9bb4dc88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824edd9-9bb4dc88, .all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824edda-9bb4dc88 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824edde-9bb4dc88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824ede1-9bb4dc88, .all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824edea-9bb4dc88, .all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824edf2-9bb4dc88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}
.all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824edfd-9bb4dc88 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824edff-9bb4dc88 {
  place-self: end;
}
.all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824ee00-9bb4dc88 {
  justify-self: end;
}
.all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824ee02-9bb4dc88 {
  justify-self: start;
}
.all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824ee10-9bb4dc88 {
  justify-self: end;
}
.all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824ee1b-9bb4dc88 {
  justify-self: start;
}
.all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824ee28-9bb4dc88 {
  justify-self: end;
}
.all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824ee33-9bb4dc88 {
  justify-self: start;
}
.all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824ee40-9bb4dc88 {
  justify-self: end;
}
.all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824ee4b-9bb4dc88 {
  justify-self: start;
}
.all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824ee58-9bb4dc88 {
  justify-self: end;
}
.all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824ee63-9bb4dc88 {
  justify-self: start;
}
.all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824ee70-9bb4dc88 {
  justify-self: end;
}
.all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824ee7b-9bb4dc88 {
  justify-self: start;
}
.all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824ee88-9bb4dc88 {
  justify-self: end;
}
.all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824ee93-9bb4dc88 {
  justify-self: start;
}
.all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824eea0-9bb4dc88 {
  justify-self: end;
}
.all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824eeab-9bb4dc88 {
  justify-self: start;
}
.all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824eeb8-9bb4dc88 {
  justify-self: end;
}
.all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824eec3-9bb4dc88 {
  justify-self: start;
}
.all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824eed0-9bb4dc88 {
  justify-self: end;
}
.all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824eedb-9bb4dc88 {
  justify-self: start;
}
.all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824eee8-9bb4dc88 {
  justify-self: end;
}
.all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824eef3-9bb4dc88 {
  justify-self: start;
}
.all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824ef00-9bb4dc88 {
  justify-self: end;
}
.all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824ef0b-9bb4dc88 {
  justify-self: start;
}
.all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824ef18-9bb4dc88 {
  justify-self: end;
}
.all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824ef23-9bb4dc88 {
  justify-self: start;
}
.all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824ef29-9bb4dc88, .all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824ef2a-9bb4dc88 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824ef2e-9bb4dc88, .all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824ef82-9bb4dc88, .all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824ef84-9bb4dc88, .all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824ef86-9bb4dc88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824ef87-9bb4dc88 {
  place-self: end;
}
.all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824ef88-9bb4dc88 {
  justify-self: end;
}
.all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824ef8a-9bb4dc88 {
  justify-self: start;
}
.all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824f094-9bb4dc88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824f09d-9bb4dc88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}
.all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824f0a6-9bb4dc88 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824f0aa-9bb4dc88, .all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824f0b5-9bb4dc88, .all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824f0c7-9bb4dc88, .all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824f0ca-9bb4dc88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-8 #w-node-d8f972e7-9a3c-0755-4882-be63dde3a300-5b7fae7a {
  place-self: stretch start;
}
.all-8 #w-node-d8f972e7-9a3c-0755-4882-be63dde3a321-5b7fae7a, .all-8 #w-node-d8f972e7-9a3c-0755-4882-be63dde3a323-5b7fae7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-8 #w-node-d8f972e7-9a3c-0755-4882-be63dde3a39f-5b7fae7a, .all-8 #w-node-d8f972e7-9a3c-0755-4882-be63dde3a3a0-5b7fae7a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-8 #w-node-d8f972e7-9a3c-0755-4882-be63dde3a3a2-5b7fae7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-8 #w-node-d8f972e7-9a3c-0755-4882-be63dde3a3a6-5b7fae7a {
  place-self: stretch stretch;
}
.all-8 #w-node-_59d8b499-d42c-0736-b9a3-b159d3476c01-5b7fae7a, .all-8 #w-node-_59d8b499-d42c-0736-b9a3-b159d3476c02-5b7fae7a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-8 #w-node-_59d8b499-d42c-0736-b9a3-b159d3476c06-5b7fae7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-8 #w-node-_59d8b499-d42c-0736-b9a3-b159d3476c2c-5b7fae7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}
.all-8 #w-node-_59d8b499-d42c-0736-b9a3-b159d3476c33-5b7fae7a, .all-8 #w-node-_59d8b499-d42c-0736-b9a3-b159d3476c3a-5b7fae7a, .all-8 #w-node-_59d8b499-d42c-0736-b9a3-b159d3476c41-5b7fae7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-8 #w-node-d578d2d1-de39-e12c-8bed-2d095a708bbb-5b7fae7a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-8 #w-node-d578d2d1-de39-e12c-8bed-2d095a708bbf-5b7fae7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-8 #w-node-d578d2d1-de39-e12c-8bed-2d095a708bcd-5b7fae7a {
  justify-self: end;
}
.all-8 #w-node-d578d2d1-de39-e12c-8bed-2d095a708bcf-5b7fae7a {
  justify-self: start;
}
.all-8 #w-node-b3ab81ae-9db1-cc01-cfde-13b17f408e5a-5b7fae7a {
  align-self: stretch;
}
.all-8 #w-node-d578d2d1-de39-e12c-8bed-2d095a708bd9-5b7fae7a, .all-8 #w-node-d578d2d1-de39-e12c-8bed-2d095a708be0-5b7fae7a, .all-8 #w-node-d578d2d1-de39-e12c-8bed-2d095a708be7-5b7fae7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-8 #w-node-d8f972e7-9a3c-0755-4882-be63dde3a45b-5b7fae7a, .all-8 #w-node-d8f972e7-9a3c-0755-4882-be63dde3a467-5b7fae7a, .all-8 #w-node-d8f972e7-9a3c-0755-4882-be63dde3a473-5b7fae7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}
.all-8 #w-node-d8f972e7-9a3c-0755-4882-be63dde3a480-5b7fae7a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-8 #w-node-d8f972e7-9a3c-0755-4882-be63dde3a484-5b7fae7a, .all-8 #w-node-d8f972e7-9a3c-0755-4882-be63dde3a489-5b7fae7a, .all-8 #w-node-d8f972e7-9a3c-0755-4882-be63dde3a48e-5b7fae7a, .all-8 #w-node-d8f972e7-9a3c-0755-4882-be63dde3a493-5b7fae7a, .all-8 #w-node-d8f972e7-9a3c-0755-4882-be63dde3a498-5b7fae7a, .all-8 #w-node-d8f972e7-9a3c-0755-4882-be63dde3a49d-5b7fae7a, .all-8 #w-node-d8f972e7-9a3c-0755-4882-be63dde3a4a2-5b7fae7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-8 #w-node-d8f972e7-9a3c-0755-4882-be63dde3a4af-5b7fae7a {
  place-self: end;
}
.all-8 #w-node-d8f972e7-9a3c-0755-4882-be63dde3a4b0-5b7fae7a {
  justify-self: end;
}
.all-8 #w-node-d8f972e7-9a3c-0755-4882-be63dde3a4b2-5b7fae7a {
  justify-self: start;
}
.all-8 #w-node-f41ce62e-7843-91b2-196b-39502a9897c6-5b7fae7a {
  justify-self: end;
}
.all-8 #w-node-f41ce62e-7843-91b2-196b-39502a9897d0-5b7fae7a {
  justify-self: start;
}
.all-8 #w-node-d8f972e7-9a3c-0755-4882-be63dde3a6c5-5b7fae7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-8 #w-node-_20c93c8d-087b-e28e-e86d-89faf8cea2a7-2b8b2ecc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}
.all-8 #w-node-cc31fbc4-769f-dc34-55fd-83b584d601c6-2b8b2ecc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}
.all-8 #w-node-d12d96ab-263e-2b09-9425-102fe665e466-2b8b2ecc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-8 #w-node-_59cb6977-d184-d7eb-f214-6d90a5b7b633-e2c202a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}
.all-8 #w-node-_59cb6977-d184-d7eb-f214-6d90a5b7b63d-e2c202a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}
.all-8 #w-node-_59cb6977-d184-d7eb-f214-6d90a5b7b643-e2c202a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-8 #w-node-_1b1cc790-e778-4681-ca7b-fa06affa2216-7658e7d4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-8 #w-node-d603ce22-3a01-beb4-0384-30af02afac0f-7658e7d4, .all-8 #w-node-eebbfbe2-775a-7cd7-6491-2fec146c3717-7658e7d4, .all-8 #w-node-c7982dfc-05e5-5050-8067-09c0543df720-7658e7d4, .all-8 #w-node-c7982dfc-05e5-5050-8067-09c0543df733-7658e7d4, .all-8 #w-node-c7982dfc-05e5-5050-8067-09c0543df746-7658e7d4, .all-8 #w-node-c7982dfc-05e5-5050-8067-09c0543df759-7658e7d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-8 #w-node-ee7b7d68-3a82-3b5f-e077-61803b78c782-7658e7d4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-8 #w-node-_61936f3a-2429-daaa-96ff-8e9b9aec7a7a-7658e7d4 {
  align-self: center;
}
.all-8 #w-node-_570e27a9-d0e8-056c-d6e3-0b9c58caf940-7658e7d4 {
  place-self: center;
}
.all-8 #w-node-_9e2a7e78-023b-861b-10b4-ca64dad4017d-7658e7d4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-8 #w-node-_6087adac-7264-97a2-f6ea-2c8cae2354f3-7658e7d4 {
  place-self: center;
}
.all-8 #w-node-_0f611ee8-97ad-b9b8-4cc8-0e9b87ef7f46-7658e7d4 {
  place-self: center;
}
.all-8 #w-node-_842201ac-2926-64b6-72f4-c0536e34de42-7658e7d4 {
  place-self: center;
}
.all-8 #w-node-_30c7c468-be05-64f2-6495-35f52d10fc3d-7658e7d4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: auto;
}
.all-8 #w-node-d8d94a6b-c936-b76e-23cb-38ae0ea4c14c-f4fc0100, .all-8 #w-node-_4a441c43-278a-c80e-5fa0-84d14ebf1782-f4fc0100, .all-8 #w-node-_45d1dd96-6f73-96cb-ee07-7c94ecdb7871-9a960df9, .all-8 #w-node-_45d1dd96-6f73-96cb-ee07-7c94ecdb7879-9a960df9 {
  place-self: stretch stretch;
}
.all-8 #w-node-_1c047392-fc23-fa76-c2e9-a8dd7ead7e3b-8df8af0e, .all-8 #w-node-_1c047392-fc23-fa76-c2e9-a8dd7ead7e42-8df8af0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}
.all-8 #w-node-_1c047392-fc23-fa76-c2e9-a8dd7ead7e55-8df8af0e, .all-8 #w-node-_1c047392-fc23-fa76-c2e9-a8dd7ead7e59-8df8af0e, .all-8 #w-node-_1c047392-fc23-fa76-c2e9-a8dd7ead7e81-8df8af0e, .all-8 #w-node-_1c047392-fc23-fa76-c2e9-a8dd7ead7e82-8df8af0e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-8 #w-node-_1c047392-fc23-fa76-c2e9-a8dd7ead7ea1-8df8af0e, .all-8 #w-node-_1c047392-fc23-fa76-c2e9-a8dd7ead7eb7-8df8af0e, .all-8 #w-node-_1c047392-fc23-fa76-c2e9-a8dd7ead7ecd-8df8af0e, .all-8 #w-node-_1c047392-fc23-fa76-c2e9-a8dd7ead7ee3-8df8af0e, .all-8 #w-node-_1c047392-fc23-fa76-c2e9-a8dd7ead7ef9-8df8af0e, .all-8 #w-node-_1c047392-fc23-fa76-c2e9-a8dd7ead7f0f-8df8af0e, .all-8 #w-node-_1c047392-fc23-fa76-c2e9-a8dd7ead7f25-8df8af0e, .all-8 #w-node-_1c047392-fc23-fa76-c2e9-a8dd7ead7f3b-8df8af0e, .all-8 #w-node-_1c047392-fc23-fa76-c2e9-a8dd7ead7f51-8df8af0e, .all-8 #w-node-_1c047392-fc23-fa76-c2e9-a8dd7ead7f67-8df8af0e, .all-8 #w-node-_1c047392-fc23-fa76-c2e9-a8dd7ead7f7d-8df8af0e {
  justify-self: start;
}
.all-8 #w-node-_1c047392-fc23-fa76-c2e9-a8dd7ead7f95-8df8af0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-8 #btn-header-1.w-node-_1c047392-fc23-fa76-c2e9-a8dd7ead7fad-8df8af0e {
  justify-self: auto;
}
.all-8 #w-node-_1c047392-fc23-fa76-c2e9-a8dd7ead7fb6-8df8af0e, .all-8 #w-node-_1c047392-fc23-fa76-c2e9-a8dd7ead7fb7-8df8af0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-8 #w-node-_5fa9bcaa-301f-6f6d-a3e8-f0767a71bfcc-4c3a8cc0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}
.all-8 #w-node-c044b477-7d4b-ff60-c7db-596643cd93c8-4c3a8cc0, .all-8 #w-node-_0edf829c-46e4-087c-62bc-cd40f6cc8d82-4c3a8cc0, .all-8 #w-node-_4f483283-b083-a059-9e30-21e0f2b1c0fb-4c3a8cc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-8 #w-node-_951ed207-2da8-b6bf-a699-11d7f305934c-4c3a8cc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}
.all-8 #w-node-_293a30ed-c204-05c7-e5e3-fab5ded90d19-4c3a8cc0, .all-8 #w-node-_450fd339-0c26-14cf-2512-902419aa3957-4c3a8cc0, .all-8 #w-node-_57953aea-2edc-592a-9b83-684b1d92c551-4c3a8cc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-8 #w-node-_51e97e35-b50b-8c92-d59c-3c681531b279-4c3a8cc0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-8 #w-node-_86ce6c0c-e3d1-7648-b0d5-7e376ce3a47d-4c3a8cc0 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: end;
}
.all-8 #w-node-_37ff3774-1b2f-4b79-28a2-1cc91d2eea64-4c3a8cc0, .all-8 #w-node-b93f6a27-51e0-477a-e96a-cf505d46f37d-4c3a8cc0, .all-8 #w-node-_5f3e7a7c-79df-a74c-b21b-35297f594179-4c3a8cc0, .all-8 #w-node-_8aa297fa-0b84-a16b-9725-f86ddcd73c3a-4c3a8cc0, .all-8 #w-node-_83dc50ec-d849-96cb-d6bd-7c14d9b00406-4c3a8cc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-8 #w-node-_83dc50ec-d849-96cb-d6bd-7c14d9b00414-4c3a8cc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}
.all-8 #w-node-_8a3c8756-721f-bc8d-9824-b33c25c0587d-4c3a8cc0, .all-8 #w-node-cf4ed4c2-889b-e01d-f2f1-b44aa2f4dc2a-4c3a8cc0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-8 #w-node-fe510eb2-abfc-e2b8-94d2-8145e9762cc6-4c3a8cc0, .all-8 #w-node-_96400938-5140-558f-042c-261824fabd74-4c3a8cc0, .all-8 #w-node-c3ee50bf-149d-c243-b52b-52d65019735c-4c3a8cc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-8 #w-node-cf4ed4c2-889b-e01d-f2f1-b44aa2f4dc7c-4c3a8cc0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-8 #w-node-d7c6f00b-68a4-0a07-e473-5957ea3d1afa-4c3a8cc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-8 #w-node-d7c6f00b-68a4-0a07-e473-5957ea3d1afc-4c3a8cc0 {
  place-self: end;
}
.all-8 #w-node-d7c6f00b-68a4-0a07-e473-5957ea3d1afd-4c3a8cc0 {
  justify-self: end;
}
.all-8 #w-node-d7c6f00b-68a4-0a07-e473-5957ea3d1aff-4c3a8cc0 {
  justify-self: start;
}
.all-8 #w-node-d7c6f00b-68a4-0a07-e473-5957ea3d1b0d-4c3a8cc0 {
  justify-self: end;
}
.all-8 #w-node-d7c6f00b-68a4-0a07-e473-5957ea3d1b18-4c3a8cc0 {
  justify-self: start;
}
.all-8 #w-node-d7c6f00b-68a4-0a07-e473-5957ea3d1b25-4c3a8cc0 {
  justify-self: end;
}
.all-8 #w-node-d7c6f00b-68a4-0a07-e473-5957ea3d1b30-4c3a8cc0 {
  justify-self: start;
}
.all-8 #w-node-_829176be-0a39-58fe-880b-e9124f0c2063-4c3a8cc0 {
  justify-self: end;
}
.all-8 #w-node-_829176be-0a39-58fe-880b-e9124f0c206e-4c3a8cc0 {
  justify-self: start;
}
.all-8 #w-node-a749de32-8a45-1f50-ad06-6fb68373b8c2-4c3a8cc0 {
  justify-self: end;
}
.all-8 #w-node-a749de32-8a45-1f50-ad06-6fb68373b8cd-4c3a8cc0 {
  justify-self: start;
}
.all-8 #w-node-a421f91b-b45a-0eba-a0ec-2e4680a2904a-4c3a8cc0 {
  justify-self: end;
}
.all-8 #w-node-a421f91b-b45a-0eba-a0ec-2e4680a29055-4c3a8cc0 {
  justify-self: start;
}
.all-8 #w-node-f714f4c0-a985-931c-661d-a27a417bdac4-4c3a8cc0 {
  justify-self: end;
}
.all-8 #w-node-f714f4c0-a985-931c-661d-a27a417bdacf-4c3a8cc0 {
  justify-self: start;
}
.all-8 #w-node-_65dbcf07-19ef-58f8-edd7-ae95a41f8e88-4c3a8cc0 {
  justify-self: end;
}
.all-8 #w-node-_65dbcf07-19ef-58f8-edd7-ae95a41f8e93-4c3a8cc0 {
  justify-self: start;
}
.all-8 #w-node-_65441ae7-8c20-402c-8ec3-7d44f295cf70-4c3a8cc0 {
  justify-self: end;
}
.all-8 #w-node-_65441ae7-8c20-402c-8ec3-7d44f295cf7b-4c3a8cc0 {
  justify-self: start;
}
.all-8 #w-node-cb4f4aad-4f9d-7301-6d2d-1cf1537eb43c-4c3a8cc0 {
  justify-self: end;
}
.all-8 #w-node-cb4f4aad-4f9d-7301-6d2d-1cf1537eb447-4c3a8cc0 {
  justify-self: start;
}
.all-8 #w-node-_408d0747-fb86-ce00-77af-53fdb97ffc40-4c3a8cc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}
.all-8 #w-node-_408d0747-fb86-ce00-77af-53fdb97ffc41-4c3a8cc0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
.all-8 #b2b-telemed-form-main.w-node-_6b7ec7b6-ba83-36f6-1923-9e343973cc2e-4c3a8cc0 {
  place-self: center stretch;
}
.all-8 #w-node-_82f15d06-0812-9489-2d91-d839b9274a40-4c3a8cc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
.all-8 #w-node-_82f15d06-0812-9489-2d91-d839b9274a49-4c3a8cc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}
.all-8 #w-node-_82f15d06-0812-9489-2d91-d839b9274a52-4c3a8cc0, .all-8 #w-node-_82f15d06-0812-9489-2d91-d839b9274a60-4c3a8cc0, .all-8 #w-node-_82f15d06-0812-9489-2d91-d839b9274a74-4c3a8cc0, .all-8 #w-node-_82f15d06-0812-9489-2d91-d839b9274a77-4c3a8cc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
@media screen and (min-width: 1920px) {
.all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e746814-c646a7c0 {
    place-self: stretch start;
  }
.all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e746c15-c646a7c0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-8 #w-node-_0f8a34f8-da2f-8faf-0aa4-ddc5c53a2076-c646a8d8 {
    place-self: stretch start;
  }
.all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e746c15-c646a8d8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824ece8-9bb4dc88, .all-8 #w-node-d8f972e7-9a3c-0755-4882-be63dde3a300-5b7fae7a {
    place-self: stretch start;
  }
}
@media screen and (min-width: 1440px) {
.all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e746814-c646a7c0, .all-8 #w-node-_0f8a34f8-da2f-8faf-0aa4-ddc5c53a2076-c646a8d8, .all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824ece8-9bb4dc88, .all-8 #w-node-d8f972e7-9a3c-0755-4882-be63dde3a300-5b7fae7a {
    align-self: stretch;
  }
}
@media screen and (min-width: 1280px) {
.all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e746814-c646a7c0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch start;
  }
.all-8 #w-node-c8130ac5-90c5-c02e-0fe7-f620486d937b-c646a7c0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e7468bc-c646a7c0, .all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e7468d4-c646a7c0, .all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e7468ec-c646a7c0, .all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e746904-c646a7c0, .all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e74691c-c646a7c0, .all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e746934-c646a7c0, .all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e74694c-c646a7c0, .all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e746964-c646a7c0 {
    justify-self: start;
  }
.all-8 #w-node-_0f8a34f8-da2f-8faf-0aa4-ddc5c53a2076-c646a8d8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch start;
  }
.all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e7468bc-c646a8d8, .all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e7468d4-c646a8d8, .all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e7468ec-c646a8d8, .all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e746904-c646a8d8, .all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e74691c-c646a8d8, .all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e746934-c646a8d8, .all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e74694c-c646a8d8, .all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e746964-c646a8d8 {
    justify-self: start;
  }
.all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824ece8-9bb4dc88 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch start;
  }
.all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824ee1b-9bb4dc88, .all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824ee33-9bb4dc88, .all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824ee4b-9bb4dc88, .all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824ee63-9bb4dc88, .all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824ee7b-9bb4dc88, .all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824ee93-9bb4dc88, .all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824eeab-9bb4dc88, .all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824eec3-9bb4dc88, .all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824eedb-9bb4dc88, .all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824eef3-9bb4dc88, .all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824ef0b-9bb4dc88, .all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824ef23-9bb4dc88 {
    justify-self: start;
  }
.all-8 #w-node-d8f972e7-9a3c-0755-4882-be63dde3a300-5b7fae7a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch start;
  }
.all-8 #w-node-f41ce62e-7843-91b2-196b-39502a9897d0-5b7fae7a, .all-8 #w-node-d7c6f00b-68a4-0a07-e473-5957ea3d1b18-4c3a8cc0, .all-8 #w-node-d7c6f00b-68a4-0a07-e473-5957ea3d1b30-4c3a8cc0, .all-8 #w-node-_829176be-0a39-58fe-880b-e9124f0c206e-4c3a8cc0, .all-8 #w-node-a749de32-8a45-1f50-ad06-6fb68373b8cd-4c3a8cc0, .all-8 #w-node-a421f91b-b45a-0eba-a0ec-2e4680a29055-4c3a8cc0, .all-8 #w-node-f714f4c0-a985-931c-661d-a27a417bdacf-4c3a8cc0, .all-8 #w-node-_65dbcf07-19ef-58f8-edd7-ae95a41f8e93-4c3a8cc0, .all-8 #w-node-_65441ae7-8c20-402c-8ec3-7d44f295cf7b-4c3a8cc0, .all-8 #w-node-cb4f4aad-4f9d-7301-6d2d-1cf1537eb447-4c3a8cc0 {
    justify-self: start;
  }
}
@media screen and (max-width: 991px) {
.all-8 #w-node-_5adc144c-1152-ae34-d44c-53683c272099-c646a7c0, .all-8 #w-node-c8130ac5-90c5-c02e-0fe7-f620486d937b-c646a7c0, .all-8 #w-node-_58379a0e-b382-fc04-336e-d208934e4ae1-c646a7c0, .all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e7469de-c646a7c0, .all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e746a33-c646a7c0, .all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e746a34-c646a7c0, .all-8 #w-node-a49ce0df-12a6-43cf-72a7-9ce01d1b8476-c646a7c0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-8 #w-node-cb1644fb-1514-9887-24a7-301b2859740e-c646a7c0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-8 #w-node-febe6d67-d672-419c-d27d-dc222e52f74f-c646a7c0, .all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e746c15-c646a7c0, .all-8 #w-node-_0f8a34f8-da2f-8faf-0aa4-ddc5c53a207e-c646a8d8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-8 #w-node-_0f8a34f8-da2f-8faf-0aa4-ddc5c53a20a1-c646a8d8 {
    place-self: end;
  }
.all-8 #w-node-_58379a0e-b382-fc04-336e-d208934e4ae1-c646a8d8, .all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e7469de-c646a8d8, .all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e746a33-c646a8d8, .all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e746a34-c646a8d8, .all-8 #w-node-a49ce0df-12a6-43cf-72a7-9ce01d1b8476-c646a8d8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-8 #w-node-cb1644fb-1514-9887-24a7-301b2859740e-c646a8d8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-8 #w-node-_5fece96f-76dc-ca18-8faa-e0a2da8b04bf-c646a8d8, .all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e746c15-c646a8d8, .all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824ed80-9bb4dc88, .all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824ed81-9bb4dc88, .all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824edde-9bb4dc88 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824f08f-9bb4dc88 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-8 #w-node-d578d2d1-de39-e12c-8bed-2d095a708bbf-5b7fae7a, .all-8 #w-node-d8f972e7-9a3c-0755-4882-be63dde3a484-5b7fae7a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-8 #w-node-d8f972e7-9a3c-0755-4882-be63dde3a691-5b7fae7a, .all-8 #w-node-_1c047392-fc23-fa76-c2e9-a8dd7ead7f8e-8df8af0e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-8 #w-node-fe510eb2-abfc-e2b8-94d2-8145e9762cc6-4c3a8cc0, .all-8 #w-node-_96400938-5140-558f-042c-261824fabd74-4c3a8cc0, .all-8 #w-node-c3ee50bf-149d-c243-b52b-52d65019735c-4c3a8cc0 {
    align-self: start;
  }
.all-8 #w-node-_82f15d06-0812-9489-2d91-d839b9274a3b-4c3a8cc0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
@media screen and (max-width: 767px) {
.all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e746814-c646a7c0 {
    place-self: start stretch;
  }
.all-8 #w-node-a49ce0df-12a6-43cf-72a7-9ce01d1b8476-c646a7c0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e7468a0-c646a7c0 {
    justify-self: start;
  }
.all-8 #w-node-febe6d67-d672-419c-d27d-dc222e52f74f-c646a7c0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-8 #w-node-_224a901f-69d5-94f9-8be7-5e6c9fd3a21a-c646a7c0 {
    justify-self: start;
  }
.all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e746c15-c646a7c0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-8 #btn-android.w-node-_81b00fb0-20b6-4844-d901-07b71c6d0ed2-c646a7c0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-8 #w-node-_0f8a34f8-da2f-8faf-0aa4-ddc5c53a2076-c646a8d8 {
    place-self: start stretch;
  }
.all-8 #w-node-_0f8a34f8-da2f-8faf-0aa4-ddc5c53a20a1-c646a8d8 {
    align-self: end;
  }
.all-8 #w-node-a49ce0df-12a6-43cf-72a7-9ce01d1b8476-c646a8d8, .all-8 #w-node-_5fece96f-76dc-ca18-8faa-e0a2da8b04bf-c646a8d8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e7468a0-c646a8d8, .all-8 #w-node-_224a901f-69d5-94f9-8be7-5e6c9fd3a21a-c646a8d8 {
    justify-self: start;
  }
.all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e746c15-c646a8d8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-8 #btn-android.w-node-_81b00fb0-20b6-4844-d901-07b71c6d0ed2-c646a8d8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824ece8-9bb4dc88 {
    place-self: start stretch;
  }
.all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824ed06-9bb4dc88, .all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824ed50-9bb4dc88, .all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824edde-9bb4dc88 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824edff-9bb4dc88 {
    justify-self: start;
  }
.all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824ef2e-9bb4dc88 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824ef87-9bb4dc88 {
    justify-self: start;
  }
.all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824f08f-9bb4dc88 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-8 #w-node-d8f972e7-9a3c-0755-4882-be63dde3a300-5b7fae7a {
    place-self: start stretch;
  }
.all-8 #w-node-d8f972e7-9a3c-0755-4882-be63dde3a3a2-5b7fae7a, .all-8 #w-node-_59d8b499-d42c-0736-b9a3-b159d3476c06-5b7fae7a, .all-8 #w-node-d578d2d1-de39-e12c-8bed-2d095a708bd9-5b7fae7a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-8 #w-node-d8f972e7-9a3c-0755-4882-be63dde3a4af-5b7fae7a {
    justify-self: start;
  }
.all-8 #w-node-d8f972e7-9a3c-0755-4882-be63dde3a691-5b7fae7a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-8 #w-node-_799e042d-d7a9-a65b-e9dd-0df6a7a8148a-7658e7d4 {
    place-self: baseline;
  }
.all-8 #w-node-_1b1cc790-e778-4681-ca7b-fa06affa2216-7658e7d4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-8 #w-node-_1c047392-fc23-fa76-c2e9-a8dd7ead7e3b-8df8af0e {
    justify-self: stretch;
  }
.all-8 #w-node-_1c047392-fc23-fa76-c2e9-a8dd7ead7e3e-8df8af0e {
    justify-self: end;
  }
.all-8 #w-node-_1c047392-fc23-fa76-c2e9-a8dd7ead7e42-8df8af0e {
    justify-self: stretch;
  }
.all-8 #w-node-_1c047392-fc23-fa76-c2e9-a8dd7ead7e43-8df8af0e {
    justify-self: start;
  }
.all-8 #w-node-_1c047392-fc23-fa76-c2e9-a8dd7ead7e45-8df8af0e {
    justify-self: end;
  }
.all-8 #w-node-_1c047392-fc23-fa76-c2e9-a8dd7ead7f8e-8df8af0e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-8 #w-node-_11b5a714-0ef2-a8be-ca33-f9528cf6b468-4c3a8cc0 {
    place-self: center;
  }
.all-8 #w-node-_4d1990e4-eceb-3f9c-41ca-c73e342bdcf4-4c3a8cc0 {
    justify-self: center;
  }
.all-8 #w-node-d7c6f00b-68a4-0a07-e473-5957ea3d1afc-4c3a8cc0 {
    justify-self: start;
  }
.all-8 #w-node-ea7717fd-1996-65e4-716e-817738aee099-4c3a8cc0 {
    order: 9999;
  }
.all-8 #w-node-_82f15d06-0812-9489-2d91-d839b9274a3b-4c3a8cc0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
@media screen and (max-width: 479px) {
.all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e746814-c646a7c0 {
    place-self: auto;
  }
.all-8 #w-node-_5adc144c-1152-ae34-d44c-53683c272099-c646a7c0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e74682d-c646a7c0 {
    place-self: stretch center;
  }
.all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e746a33-c646a7c0, .all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e746a34-c646a7c0, .all-8 #w-node-a49ce0df-12a6-43cf-72a7-9ce01d1b8476-c646a7c0, .all-8 #w-node-febe6d67-d672-419c-d27d-dc222e52f74f-c646a7c0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-8 #w-node-_174ee7cb-f78f-0084-65cc-831b056e970e-c646a7c0 {
    place-self: auto;
  }
.all-8 #w-node-_0f8a34f8-da2f-8faf-0aa4-ddc5c53a2076-c646a8d8 {
    justify-self: center;
  }
.all-8 #w-node-_0f8a34f8-da2f-8faf-0aa4-ddc5c53a207e-c646a8d8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-8 #w-node-_0f8a34f8-da2f-8faf-0aa4-ddc5c53a20a1-c646a8d8 {
    place-self: stretch stretch;
  }
.all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e746a33-c646a8d8, .all-8 #w-node-_4cf2cad0-91f5-c9e4-595c-ff578e746a34-c646a8d8, .all-8 #w-node-a49ce0df-12a6-43cf-72a7-9ce01d1b8476-c646a8d8, .all-8 #w-node-_5fece96f-76dc-ca18-8faa-e0a2da8b04bf-c646a8d8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-8 #w-node-_174ee7cb-f78f-0084-65cc-831b056e970e-c646a8d8, .all-8 #w-node-e9012dc7-2462-c421-4499-d37397404e72-c646a8d8 {
    place-self: auto;
  }
.all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824ece8-9bb4dc88 {
    justify-self: center;
  }
.all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824ecfb-9bb4dc88 {
    place-self: stretch stretch;
  }
.all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824ed06-9bb4dc88 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824ed2c-9bb4dc88, .all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824ed33-9bb4dc88, .all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824ed3a-9bb4dc88, .all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824ed41-9bb4dc88 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824ed50-9bb4dc88, .all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824ed80-9bb4dc88, .all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824ed81-9bb4dc88, .all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824edde-9bb4dc88 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824ede1-9bb4dc88 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }
.all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824edea-9bb4dc88, .all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824edf2-9bb4dc88 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-8 #w-node-_0feffaeb-a398-a446-c86a-5f106824ef2e-9bb4dc88 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-8 #w-node-d8f972e7-9a3c-0755-4882-be63dde3a300-5b7fae7a {
    justify-self: center;
  }
.all-8 #w-node-d8f972e7-9a3c-0755-4882-be63dde3a321-5b7fae7a {
    place-self: stretch stretch;
  }
.all-8 #w-node-d8f972e7-9a3c-0755-4882-be63dde3a3a2-5b7fae7a, .all-8 #w-node-_59d8b499-d42c-0736-b9a3-b159d3476c06-5b7fae7a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-8 #w-node-_59d8b499-d42c-0736-b9a3-b159d3476c2c-5b7fae7a, .all-8 #w-node-_59d8b499-d42c-0736-b9a3-b159d3476c33-5b7fae7a, .all-8 #w-node-_59d8b499-d42c-0736-b9a3-b159d3476c3a-5b7fae7a, .all-8 #w-node-_59d8b499-d42c-0736-b9a3-b159d3476c41-5b7fae7a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-8 #w-node-d578d2d1-de39-e12c-8bed-2d095a708bbf-5b7fae7a, .all-8 #w-node-d8f972e7-9a3c-0755-4882-be63dde3a484-5b7fae7a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
.all-8 #w-node-_1b1cc790-e778-4681-ca7b-fa06affa2216-7658e7d4, .all-8 #w-node-d8d94a6b-c936-b76e-23cb-38ae0ea4c13d-f4fc0100 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-8 #w-node-d8d94a6b-c936-b76e-23cb-38ae0ea4c14c-f4fc0100 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }
.all-8 #w-node-_4a441c43-278a-c80e-5fa0-84d14ebf1782-f4fc0100 {
    place-self: stretch stretch;
  }
.all-8 #w-node-_45d1dd96-6f73-96cb-ee07-7c94ecdb7863-9a960df9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-8 #w-node-_45d1dd96-6f73-96cb-ee07-7c94ecdb7871-9a960df9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }
.all-8 #w-node-_45d1dd96-6f73-96cb-ee07-7c94ecdb7879-9a960df9 {
    place-self: stretch stretch;
  }
.all-8 #w-node-_1c047392-fc23-fa76-c2e9-a8dd7ead7e3b-8df8af0e, .all-8 #w-node-_1c047392-fc23-fa76-c2e9-a8dd7ead7e42-8df8af0e {
    place-self: auto stretch;
  }
.all-8 #w-node-_1c047392-fc23-fa76-c2e9-a8dd7ead7f8e-8df8af0e {
    justify-self: center;
  }
.all-8 #w-node-_450fd339-0c26-14cf-2512-902419aa3957-4c3a8cc0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-8 #w-node-_86ce6c0c-e3d1-7648-b0d5-7e376ce3a47d-4c3a8cc0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: end center;
  }
.all-8 #w-node-_8aa297fa-0b84-a16b-9725-f86ddcd73c3a-4c3a8cc0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
.all-8 #w-node-_83dc50ec-d849-96cb-d6bd-7c14d9b00406-4c3a8cc0 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    justify-self: stretch;
  }
.all-8 #w-node-_83dc50ec-d849-96cb-d6bd-7c14d9b00414-4c3a8cc0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: end;
  }
.all-8 #w-node-_408d0747-fb86-ce00-77af-53fdb97ffc40-4c3a8cc0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }
.all-8 #b2b-telemed-form-main.w-node-_6b7ec7b6-ba83-36f6-1923-9e343973cc2e-4c3a8cc0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center stretch;
  }
.all-8 #w-node-ea7717fd-1996-65e4-716e-817738aee099-4c3a8cc0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }
}
@font-face  {
  font-family: "Lumios marker";
  src: url("../fonts/lumios-marker.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
