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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

.select2-ic {
  width: 1.2em;
  height: 1.2em;
  display: inline-block;
  color: currentColor;
  margin-right: 10px;
  -webkit-transform: translateY(0.15em);
      -ms-transform: translateY(0.15em);
          transform: translateY(0.15em); }
  .select2-ic svg {
    display: block;
    color: inherit;
    fill: currentColor;
    width: 100%;
    height: 100%; }

.select2-container {
  text-align: left;
  max-width: 100%;
  width: 100% !important; }
  body > .select2-container {
    width: auto !important; }

.select2-container {
  height: 100%; }

.selection {
  height: 100%; }

.select2-container .select2-selection--single {
  padding-left: 18px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-top: 18px;
  padding-bottom: 18px; }

.select2-selection__rendered,
.select2-results__option {
  font-family: "Nunito Sans", Arial, sans-serif;
  font-size: 21px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.52;
  color: #4d4d4d; }

.select2-results__option {
  padding: 18px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: transparent #4d4d4d #4d4d4d transparent;
  border-style: solid;
  border-width: 0 2px 2px 0 !important;
  height: 18px;
  width: 18px;
  position: absolute;
  left: 0%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: border-color 0.25s;
  transition: border-color 0.25s; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #f3f3f3;
  color: #4d4d4d; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: none; }

/* conflict with plugin Layout and Styles */
@media screen and (max-width: 960.98px) {
  .download-hero__form .nf-cell {
    width: 100% !important; } }

@media screen and (min-width: 961px) {
  .download-hero__form .nf-multi-cell .nf-cell {
    padding-left: 8.7px;
    padding-right: 8.7px; } }

.styled-form .nf-before-form-content {
  max-width: 70%;
  margin-bottom: 1rem; }

.styled-form input {
  box-shadow: none;
  display: block;
  width: 100%;
  color: inherit;
  border-style: solid;
  background-color: transparent;
  border: 1px solid #979797;
  width: 100%;
  padding: 12px;
  font-size: 14px;
  line-height: 1.5; }
  .styled-form input[type=text] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box; }
  .styled-form input:active, .styled-form input:focus {
    outline: none; }
  .styled-form input[readonly] {
    background: rgba(0, 0, 0, 0.12);
    opacity: 0.7;
    cursor: text !important; }
  .styled-form input::-webkit-input-placeholder {
    color: #999999;
    opacity: 0.99;
    -webkit-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out; }
  .styled-form input::-moz-placeholder {
    color: #999999;
    opacity: 0.99;
    -webkit-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out; }
  .styled-form input:-moz-placeholder {
    color: #999999;
    opacity: 0.99;
    -webkit-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out; }
  .styled-form input:-ms-input-placeholder {
    color: #999999;
    opacity: 0.99;
    -webkit-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out; }
  .styled-form input::-ms-input-placeholder {
    color: #999999;
    opacity: 0.99;
    -webkit-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
    -ms-transform: scale(0.8);
        transform: scale(0.8);
    -ms-transform-origin: left center;
        transform-origin: left center; }
  .styled-form input:focus::-webkit-input-placeholder {
    color: #999999;
    opacity: 0;
    -webkit-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out; }
  .styled-form input:focus::-moz-placeholder {
    color: #999999;
    opacity: 0;
    -webkit-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out; }
  .styled-form input:focus:-moz-placeholder {
    color: #999999;
    opacity: 0;
    -webkit-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out; }
  .styled-form input:focus:-ms-input-placeholder {
    color: #999999;
    opacity: 0;
    -webkit-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out; }
  .styled-form input:-webkit-autofill, .styled-form input:-webkit-autofill:hover {
    background-color: rgba(255, 255, 255, 0);
    -webkit-box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0) inset;
    -webkit-text-fill-color: #4d4d4d;
    -webkit-transition: background-color 50000s ease-in-out 0s;
    transition: background-color 50000s ease-in-out 0s; }
  .styled-form input:-webkit-autofill:active, .styled-form input:-webkit-autofill:focus {
    -webkit-text-fill-color: #4d4d4d;
    -webkit-box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0) inset;
    -webkit-transition: background-color 50000s ease-in-out 0s;
    transition: background-color 50000s ease-in-out 0s; }

.styled-form .nf-form-layout textarea {
  height: 130px;
  border: 1px solid #979797; }

.styled-form .nf-form-hp {
  height: 0; }

.oneline-form .nf-form-errors {
  clear: both; }

@media only screen and (max-width: 600px) {
  .oneline-form .nf-form-content .oneline-form__input {
    border-radius: 13px;
    padding: 12px; }
  .oneline-form .nf-form-content .oneline-form__submit {
    width: 100% !important;
    margin-left: 0 !important;
    padding: 5px 0; } }

.form-download_vert input.btn {
  width: 100% !important;
  padding: 0;
  border-radius: 12px;
  border-color: transparent; }

.form-download_vert input {
  height: 78px !important; }

.form-download_vert .select2-container {
  height: 78px; }

.form_default .submit-wrap input {
  width: auto;
  background-color: #7bd089;
  color: #fff;
  border-radius: 4px;
  border-color: transparent;
  cursor: pointer; }
  .form_default .submit-wrap input:hover, .form_default .submit-wrap input:focus {
    background-color: #55c367; }

/**
 * Related to AddToAny wordpress Plugin
 */
.b-single-post__sidebar .addtoany_list {
  margin-left: -8px; }

.b-single-post__sidebar .addtoany_list a,
.b-single-post__sidebar .widget .addtoany_list a {
  padding-left: 8px;
  padding-right: 8px; }

.b-single-post__sidebar .addtoany_list a span {
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s; }

.b-single-post__sidebar .addtoany_list a:hover span {
  opacity: 1;
  background-color: #f9007a !important; }

@font-face {
  font-family: "Univia Pro";
  src: url("../fonts/univiapro-thin-webfont.woff2") format("woff2"), url("../fonts/univiapro-thin-webfont.woff") format("woff");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: "Univia Pro";
  src: url("../fonts/univiapro-thinitalic-webfont.woff2") format("woff2"), url("../fonts/univiapro-thinitalic-webfont.woff") format("woff");
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: "Univia Pro";
  src: url("../fonts/univiapro-ultralight-webfont.woff2") format("woff2"), url("../fonts/univiapro-ultralight-webfont.woff") format("woff");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: "Univia Pro";
  src: url("../fonts/univiapro-ultralightitalic-webfont.woff2") format("woff2"), url("../fonts/univiapro-ultralightitalic-webfont.woff") format("woff");
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: "Univia Pro";
  src: url("../fonts/univiapro-light-webfont.woff2") format("woff2"), url("../fonts/univiapro-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Univia Pro";
  src: url("../fonts/univiapro-lightitalic-webfont.woff2") format("woff2"), url("../fonts/univiapro-lightitalic-webfont.woff") format("woff");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: "Univia Pro";
  src: url("../fonts/univiapro-book-webfont.woff2") format("woff2"), url("../fonts/univiapro-book-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Univia Pro";
  src: url("../fonts/univiapro-bookitalic-webfont.woff2") format("woff2"), url("../fonts/univiapro-bookitalic-webfont.woff") format("woff");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: "Univia Pro";
  src: url("../fonts/univiapro-regular-webfont.woff2") format("woff2"), url("../fonts/univiapro-regular-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Univia Pro";
  src: url("../fonts/univiapro-italic-webfont.woff2") format("woff2"), url("../fonts/univiapro-italic-webfont.woff") format("woff");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: "Univia Pro";
  src: url("../fonts/univiapro-medium-webfont.woff2") format("woff2"), url("../fonts/univiapro-medium-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "Univia Pro";
  src: url("../fonts/univiapro-mediumitalic-webfont.woff2") format("woff2"), url("../fonts/univiapro-mediumitalic-webfont.woff") format("woff");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: "Univia Pro";
  src: url("../fonts/univiapro-bold-webfont.woff2") format("woff2"), url("../fonts/univiapro-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "Univia Pro";
  src: url("../fonts/univiapro-bolditalic-webfont.woff2") format("woff2"), url("../fonts/univiapro-bolditalic-webfont.woff") format("woff");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: "Univia Pro";
  src: url("../fonts/univiapro-black-webfont.woff2") format("woff2"), url("../fonts/univiapro-black-webfont.woff") format("woff");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: "Univia Pro";
  src: url("../fonts/univiapro-blackitalic-webfont.woff2") format("woff2"), url("../fonts/univiapro-blackitalic-webfont.woff") format("woff");
  font-weight: 800;
  font-style: italic; }

@font-face {
  font-family: "Univia Pro";
  src: url("../fonts/univiapro-ultra-webfont.woff2") format("woff2"), url("../fonts/univiapro-ultra-webfont.woff") format("woff");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: "Univia Pro";
  src: url("../fonts/univiapro-ultraitalic-webfont.woff2") format("woff2"), url("../fonts/univiapro-ultraitalic-webfont.woff") format("woff");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: "Daniel";
  src: url("../fonts/daniel.woff2") format("woff2"), url("../fonts/daniel.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat-regular.woff2") format("woff2"), url("../fonts/montserrat-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat-italic.woff2") format("woff2"), url("../fonts/montserrat-italic.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat-bold.woff2") format("woff2"), url("../fonts/montserrat-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

html {
  box-sizing: border-box;
  height: 100%; }

* {
  box-sizing: inherit; }

body {
  margin: 0 auto;
  height: 100%;
  min-width: 320px;
  font-family: "Nunito Sans", Arial, sans-serif;
  font-size: 16px;
  color: #4d4d4d;
  background-color: #fff;
  position: relative; }
  @media (max-width: 960px) {
    body.menu-open {
      overflow: hidden; } }
  body.isDarkened {
    position: relative;
    height: auto;
    overflow: hidden; }
    body.isDarkened::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 99;
      background-color: rgba(83, 82, 82, 0.7); }
  body.hidden-overflow {
    overflow-x: hidden; }

.container, .prototype-form__container, .s-hero-prototype__container, .s-model__container, .s-superhero__container, .s-tiles__container, .s-download__container, .s-launch__container {
  max-width: 1344px;
  padding: 0 47px;
  position: relative;
  margin: 0 auto; }
  @media (max-width: 960px) {
    .container, .prototype-form__container, .s-hero-prototype__container, .s-model__container, .s-superhero__container, .s-tiles__container, .s-download__container, .s-launch__container {
      padding-left: 16px;
      padding-right: 16px; } }

.wiw-page {
  background-color: #f9f9f9; }

.unstyled {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.link {
  text-decoration: none;
  color: #000;
  color: #f9007a;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  font-family: "Nunito Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  -webkit-transition: color 0.2s, background 0.2s;
  transition: color 0.2s, background 0.2s; }
  .link:hover, .link:focus {
    color: #f9007a; }

.visually-hidden, .styled-form .nf-after-form-content {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap; }

.text {
  margin-top: 0;
  margin-bottom: 24px;
  color: #4d4d4d;
  font-family: "Nunito Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5; }
  .text:last-child {
    margin-bottom: 0; }
  .text_center {
    text-align: center; }

.title-prim {
  margin-top: 0;
  margin-bottom: 24px;
  color: #3d3d3d;
  font-family: "Univia Pro", Arial, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.07; }

.title-sec {
  margin-top: 0;
  margin-bottom: 18px;
  color: #3d3d3d;
  font-family: "Univia Pro", Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  position: relative; }

.subtitle {
  margin-top: 0;
  margin-bottom: 16px;
  color: #3d3d3d;
  font-family: "Univia Pro", Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px; }

.subtitle-2, .footer__title {
  margin-top: 0;
  margin-bottom: 11px;
  color: inherit;
  font-family: "Univia Pro", Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: normal; }

.logo {
  display: inline-block;
  width: 100%;
  height: 100%;
  max-width: 118px;
  font-size: 16px; }
  .logo_light {
    display: block; }
  .logo_dark {
    display: none; }
  .header_light .logo_light {
    display: none; }
  .header_light .logo_dark {
    display: block; }
  .logo-box {
    font-size: 0; }
    .menu-open .logo-box {
      visibility: hidden; }
  .logo-link {
    display: inline-block;
    width: 118px;
    height: 29px; }
  @media (max-width: 960px) {
    .logo-link {
      width: 75px;
      height: 18.4px; } }

.page-content {
  padding-top: 85px; }
  @media screen and (max-width: 960.98px) {
    .page-content {
      padding-top: 41px; } }
  @media screen and (min-width: 961px) {
    .header_lv2-presence + .page-content {
      padding-top: 164px; } }

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor; }

.icon-burger-btn {
  width: 21px;
  height: 18px; }

.icon-check {
  width: 16px;
  height: 13px; }

.icon-checkmark {
  width: 16px;
  height: 16px; }

.icon-close {
  width: 22px;
  height: 22px; }

.icon-download {
  width: 33px;
  height: 33px; }

.icon-ic-check {
  width: 18px;
  height: 18px; }

.icon-ic-expand {
  width: 850.66px;
  height: 2000px; }

.icon-ic-launch {
  width: 18px;
  height: 13px; }

.icon-ic-mac {
  width: 20px;
  height: 24px; }

.icon-ic-pc {
  width: 17px;
  height: 17px; }

.icon-play {
  width: 96px;
  height: 96px; }

.icon-question {
  width: 20px;
  height: 20px; }

.icon-social_fb {
  width: 11px;
  height: 22px; }

.icon-social_fb-square {
  width: 24px;
  height: 24px; }

.icon-social_inst {
  width: 25px;
  height: 25px; }

.icon-social_ln {
  width: 30px;
  height: 25px; }

.icon-social_ln-square {
  width: 24px;
  height: 24px; }

.icon-social_tw {
  width: 24px;
  height: 20px; }

.icon-social_tw-square {
  width: 24px;
  height: 24px; }

.btn {
  text-decoration: none;
  color: #000;
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  font-family: "Univia Pro", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  background-color: #f9007a;
  color: #fff;
  border-radius: 12px;
  border: none;
  -webkit-transition: color 0.2s, background 0.2s;
  transition: color 0.2s, background 0.2s; }
  .btn:hover {
    cursor: pointer;
    background-color: #cd0165; }
  .btn:focus {
    outline: none;
    background-color: #cd0165; }
  .btn-flat, .s-launch__apply input.nf-element[type="button"] {
    display: inline-block;
    border: none;
    text-decoration: none;
    padding: 0.55em 1.35em;
    font-size: 1.25rem;
    font-family: "Univia Pro", Arial, sans-serif;
    color: #fff;
    background-color: #EE1686;
    border-radius: 4px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    cursor: pointer; }
    .btn-flat:hover, .s-launch__apply input.nf-element:hover[type="button"], .btn-flat:focus, .s-launch__apply input.nf-element:focus[type="button"], .btn-flat:active, .s-launch__apply input.nf-element:active[type="button"] {
      background-color: #cd0165; }
  .btn-auth {
    text-decoration: none;
    color: #000;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    font-family: "Univia Pro", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    background-color: #f9007a;
    color: #fff;
    border-radius: 12px;
    border: none;
    -webkit-transition: color 0.2s, background 0.2s;
    transition: color 0.2s, background 0.2s;
    padding-top: 0.333em;
    padding-bottom: 0.333em;
    width: 172px;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    color: #fff;
    background-color: transparent;
    border: 1px solid transparent;
    -webkit-transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s; }
    .btn-auth:hover {
      cursor: pointer;
      background-color: #cd0165; }
    .btn-auth:focus {
      outline: none;
      background-color: #cd0165; }
    .btn-auth:hover, .btn-auth:focus {
      color: #009cd9;
      background-color: transparent; }
    .btn-auth_border {
      border-color: #979797; }
      .btn-auth_border:hover, .btn-auth_border:focus {
        border-color: #46dee2; }
    @media screen and (min-width: 961px) {
      .header_light .btn-auth {
        color: #232323; }
        .header_light .btn-auth:hover, .header_light .btn-auth:focus {
          color: #009cd9; }
        .header_light .btn-auth_border {
          color: #fff;
          border-color: transparent;
          background-color: #009cd9; }
          .header_light .btn-auth_border:hover, .header_light .btn-auth_border:focus {
            color: #fff;
            background-color: #006c97; } }
    .menu-open .btn-auth {
      color: #fff; }
      .menu-open .btn-auth_border {
        border-color: #fff; }
  .btn_download {
    color: #fff !important;
    background-color: #f9007a; }
    .btn_download:hover {
      color: #fff !important;
      background-color: #cd0165; }
    .btn_download:focus {
      color: #fff !important;
      background-color: #cd0165; }
    .menu-open .main-menu .btn_download {
      display: none; }
  .btn_transp {
    text-decoration: none;
    color: #000;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    font-family: "Univia Pro", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    background-color: #f9007a;
    color: #fff;
    border-radius: 12px;
    border: none;
    -webkit-transition: color 0.2s, background 0.2s;
    transition: color 0.2s, background 0.2s;
    padding: 12px 10px;
    font-size: 18px;
    line-height: normal;
    font-weight: 400;
    background-color: transparent;
    color: #3d3d3d;
    border-radius: 6px;
    border: solid 1px #979797;
    transition: color 0.2s, background 0.2s !important; }
    .btn_transp:hover {
      cursor: pointer;
      background-color: #cd0165; }
    .btn_transp:focus {
      outline: none;
      background-color: #cd0165; }
    .btn_transp:hover {
      cursor: pointer;
      background-color: #a8a8a8;
      color: #fff !important; }
    .btn_transp:focus {
      outline: none;
      background-color: #a8a8a8;
      color: #fff !important; }
  .btn_transp-light {
    text-decoration: none;
    color: #000;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    font-family: "Univia Pro", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    background-color: #f9007a;
    color: #fff;
    border-radius: 12px;
    border: none;
    -webkit-transition: color 0.2s, background 0.2s;
    transition: color 0.2s, background 0.2s;
    padding: 12px 10px;
    font-size: 18px;
    line-height: normal;
    font-weight: 400;
    background-color: transparent;
    color: #fff;
    border: solid 1px #979797;
    transition: color 0.2s, background 0.2s; }
    .btn_transp-light:hover {
      cursor: pointer;
      background-color: #cd0165; }
    .btn_transp-light:focus {
      outline: none;
      background-color: #cd0165; }
    .btn_transp-light:hover {
      cursor: pointer;
      background-color: #beb6f0;
      color: #000; }
    .btn_transp-light:focus {
      outline: none;
      background-color: #beb6f0;
      color: #000; }
  .btn_disabled {
    opacity: 0.5;
    background-color: #f9f9f9;
    color: #000; }
    .btn_disabled:hover, .btn_disabled:focus {
      cursor: default;
      background-color: #f9f9f9;
      color: #000; }
  .btn_sidebar {
    width: 100%;
    padding: 13px;
    border-radius: 6px;
    margin-bottom: 11px;
    border: solid 1px #979797;
    color: #282828;
    background-color: transparent; }
    .btn_sidebar:hover, .btn_sidebar:focus {
      background-color: #f3f3f3; }
      .wiw .btn_sidebar:hover, .wiw .btn_sidebar:focus {
        color: #282828; }
    .btn_sidebar-pink,
    .wiw .btn_sidebar-pink {
      background-color: #f9007a;
      color: #fff;
      border-color: transparent; }
      .btn_sidebar-pink:hover,
      .wiw .btn_sidebar-pink:hover {
        background-color: #cd0165;
        color: #fff; }
  @media screen and (max-width: 767.98px) {
    .btn_input-long {
      font-size: 28px !important; } }
  @media (max-width: 600px) {
    .btn_input-long {
      font-size: 20px !important; } }
  @media screen and (max-width: 359.98px) {
    .btn_input-long {
      font-size: 18px !important; } }

.label {
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  padding: 0.357em 2.143em;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 700; }
  .label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f9007a;
    -webkit-transform: skew(-35deg);
        -ms-transform: skew(-35deg);
            transform: skew(-35deg);
    z-index: -1; }
  .label--left-corner {
    overflow: hidden;
    padding-right: 1.071em; }
    .label--left-corner:before {
      -webkit-transform-origin: 0 100%;
          -ms-transform-origin: 0 100%;
              transform-origin: 0 100%; }
  .label--right-corner {
    overflow: hidden;
    padding-left: 1.071em; }
    .label--right-corner:before {
      left: auto;
      right: 0;
      -webkit-transform-origin: 100% 0;
          -ms-transform-origin: 100% 0;
              transform-origin: 100% 0; }

.signature {
  margin-top: 0;
  padding-bottom: 0.2em;
  -webkit-transform: rotate(2deg);
      -ms-transform: rotate(2deg);
          transform: rotate(2deg);
  font-family: "Daniel", "Nunito Sans", Arial, sans-serif;
  font-size: 31px;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  color: inherit; }
  .wiw .signature {
    margin-top: 0; }
  @media screen and (max-width: 767.98px) {
    .signature {
      font-size: 24px; } }

.icon-list {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .icon-list__item {
    padding-top: 1.1em;
    padding-bottom: 1.05em;
    padding-left: 2.9em;
    position: relative;
    font-family: "Univia Pro", Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    line-height: 2.35;
    line-height: 1.35;
    color: #3f3e3e;
    background-color: transparent;
    background-size: 0 0;
    background-position: 200% 200%;
    background-repeat: no-repeat; }
    .icon-list__item:before {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 1.7em;
      height: 1.7em;
      background-color: transparent;
      background-image: inherit;
      background-size: contain;
      background-position: 50% 50%;
      background-repeat: no-repeat; }
    .icon-list__item:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      max-width: 428px;
      border-bottom: 1px solid rgba(151, 151, 151, 0.3); }
    .icon-list__item:nth-child(2) {
      padding-top: 1.3em;
      padding-bottom: 1.3em; }
    .icon-list__item:nth-child(3) {
      padding-top: 1em; }
    .icon-list__item:first-child {
      padding-top: 0.6em; }
    .icon-list__item:last-child:after {
      content: normal; }
  @media (max-width: 960px) {
    .icon-list__item {
      font-size: 16px; } }

.el-description {
  font-size: 1rem;
  font-family: "Nunito Sans", Arial, sans-serif;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 1em; }
  @media screen and (min-width: 768px) {
    .el-description {
      font-size: 1.125rem; } }
  @media screen and (min-width: 961px) {
    .el-description {
      font-size: 1.25rem; } }
  .el-description a:not(.btn) {
    color: inherit; }
    .el-description a:not(.btn):hover {
      color: #f9007a; }
  @media screen and (max-width: 960.98px) {
    .el-description {
      line-height: 1.5; } }

.el-title {
  font-size: 32px;
  font-family: "Univia Pro", Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 1.07;
  margin-top: 0;
  margin-bottom: 1em;
  color: #3f3e3e; }
  @media screen and (min-width: 768px) {
    .el-title {
      font-size: 36px; } }
  @media screen and (min-width: 961px) {
    .el-title {
      font-size: 44px; } }
  @media screen and (max-width: 960.98px) {
    .el-title {
      font-weight: normal;
      line-height: 1.25; } }

.squared-list {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .squared-list__item {
    padding-bottom: 2em;
    padding-left: 1em;
    position: relative;
    font-family: "Nunito Sans", Arial, sans-serif;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.45;
    color: #4d4d4d; }
    .squared-list__item:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0.48em;
      width: 0.45em;
      height: 0.45em;
      background-color: #16eede; }
  @media (max-width: 960px) {
    .squared-list__item {
      font-size: 14px; } }

.list-tbl {
  background: #fff;
  border-collapse: collapse;
  width: 100%;
  text-align: left; }
  .list-tbl__item {
    border: 1px solid #d8d8d8;
    height: 80px; }
  .list-tbl__title {
    font-size: 18px;
    vertical-align: middle;
    color: #3d2e9a;
    font-family: "Univia Pro", Arial, sans-serif;
    font-weight: bold;
    padding: 15px 0 15px 25px;
    line-height: 1.33333;
    width: 230px; }
    @media screen and (min-width: 768px) {
      .list-tbl__title {
        font-size: 20px; } }
    @media screen and (min-width: 961px) {
      .list-tbl__title {
        font-size: 24px; } }
  .list-tbl__content {
    font-size: 18px;
    line-height: 1.33333;
    vertical-align: middle;
    color: #3d3d3d;
    font-weight: normal;
    padding: 15px 0 15px 25px; }
    @media screen and (min-width: 768px) {
      .list-tbl__content {
        font-size: 20px; } }
    @media screen and (min-width: 961px) {
      .list-tbl__content {
        font-size: 24px; } }
  @media screen and (min-width: 961px) {
    .list-tbl__content:last-child {
      position: relative; }
      .list-tbl__content:last-child:after {
        content: '';
        display: block;
        position: absolute;
        width: 50%;
        height: 100%;
        left: 100%;
        bottom: -1px;
        background: #fff;
        border-bottom: 1px solid #d8d8d8;
        border-top: 1px solid #d8d8d8;
        border-right: 1px solid #d8d8d8; } }
  @media screen and (max-width: 767.98px) {
    .list-tbl {
      border-bottom: 1px solid #d8d8d8; }
      .list-tbl, .list-tbl tr, .list-tbl tbody, .list-tbl td {
        display: block; }
      .list-tbl__title {
        padding-left: 15px;
        padding-bottom: 0;
        width: auto; }
      .list-tbl__content {
        padding-left: 15px;
        padding-top: 10px; }
      .list-tbl__item {
        border-bottom: 0;
        height: auto;
        padding-right: 10px; } }

.wiw {
  background-color: transparent;
  padding: 0;
  font-family: "Nunito Sans", Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.78;
  color: #4d4d4d;
  /* Text meant only for screen readers. */ }
  @media screen and (min-width: 768px) {
    .wiw {
      font-size: 1rem; } }
  @media screen and (min-width: 961px) {
    .wiw {
      font-size: 1.125rem; } }
  .wiw:after {
    content: '';
    display: block;
    width: 100%;
    clear: both; }
  .wiw .alignnone {
    margin: 2.77em 2.77em 2.77em 0; }
  .wiw .aligncenter,
  .wiw div.aligncenter {
    display: block;
    margin: 0 auto 2.77em; }
  .wiw .alignright {
    float: right;
    margin: 0 0 2.77em 2.77em; }
  .wiw .alignleft {
    float: left;
    margin: 0 2.77em 2.77em 0; }
  .wiw a img.alignright {
    float: right;
    margin: 0 0 2.77em 2.77em; }
  .wiw a img.alignnone {
    margin: 2.77em 2.77em 2.77em 0; }
  .wiw a img.alignleft {
    float: left;
    margin: 0 2.77em 2.77em 0; }
  .wiw a img.aligncenter {
    display: block;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto; }
  .wiw .wp-caption {
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center; }
  .wiw .wp-caption.alignnone {
    margin: 2.77em 2.77em 2.77em 0; }
  .wiw .wp-caption.alignleft {
    margin: 0 2.77em 2.77em 0; }
  .wiw .wp-caption.alignright {
    margin: 0 0 2.77em 2.77em; }
  .wiw .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto; }
  .wiw .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px; }
  .wiw .screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .wiw .screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    -webkit-clip-path: none;
            clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }
  @media screen and (max-width: 767.98px) {
    .wiw .alignright,
    .wiw .alignleft,
    .wiw a img.alignright,
    .wiw a img.alignleft,
    .wiw a img.alignnone,
    .wiw a img.aligncenter,
    .wiw .wp-caption.alignnone,
    .wiw .wp-caption.alignright,
    .wiw .wp-caption.alignleft {
      float: none;
      display: block;
      margin: 0 auto 2.77em; } }
  .wiw h1,
  .wiw h2,
  .wiw h3,
  .wiw h4,
  .wiw h5,
  .wiw h6 {
    margin-bottom: 0;
    font-family: "Univia Pro", Arial, sans-serif;
    font-weight: 600;
    color: #4d4d4d; }
    .wiw h1 + p,
    .wiw h2 + p,
    .wiw h3 + p,
    .wiw h4 + p,
    .wiw h5 + p,
    .wiw h6 + p {
      margin-top: 0; }
  .wiw p {
    margin: 1.6em 0; }
  .wiw a {
    color: inherit;
    -webkit-transition: color 0.2s;
    transition: color 0.2s; }
    .wiw a:hover, .wiw a:focus {
      color: #f9007a; }
  .wiw ul, .wiw ol {
    font-weight: bold; }
  .wiw blockquote {
    font-family: "Univia Pro", Arial, sans-serif;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.31;
    margin: 2.77em 2.77em 2.77em 0;
    padding: 0 0 0 1.656em;
    position: relative; }
    .wiw blockquote:before {
      content: '';
      position: absolute;
      left: 0;
      top: 7%;
      width: 6px;
      height: 88%;
      background-color: #f9d923; }
    .wiw blockquote p {
      margin-top: 0; }
      .wiw blockquote p:last-child {
        margin-bottom: 0; }
    @media screen and (min-width: 768px) {
      .wiw blockquote {
        font-size: 26px; } }
    @media screen and (min-width: 961px) {
      .wiw blockquote {
        font-size: 32px; } }
    @media screen and (max-width: 767.98px) {
      .wiw blockquote {
        margin: 2.77em 1.385em 2.77em 0; } }
  .wiw img {
    max-width: 100%;
    height: auto; }
  .wiw > *:first-child {
    margin-top: 0; }

.section {
  overflow: hidden; }

.splitter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .splitter__pic {
    width: 100%;
    max-width: 100%;
    font-size: 0; }
    .splitter__pic img {
      font-size: 16px; }
    .splitter__pic:after {
      content: '';
      display: block;
      clear: both;
      width: 100%; }
  @media (max-width: 960px) {
    .splitter {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .splitter__pic img {
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); }
      .splitter__main {
        width: 100%;
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
            -ms-flex-order: 10;
                order: 10; }
      .splitter__sec {
        width: 100%;
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
            -ms-flex-order: 5;
                order: 5; } }
  @media (min-width: 961px) {
    .splitter__main {
      width: 50%; }
    .splitter__sec {
      width: 50%; }
    .splitter__pic img {
      float: left; } }
  @media (max-width: 960px) {
    .splitter__pic img {
      max-height: 400px; } }

.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99; }
  .header_light {
    background-color: #fff; }
  .header.is_stuck {
    background-color: #fff;
    box-shadow: 0px 4px 6px rgba(225, 225, 225, 0.5); }
  .header__lv1 {
    padding-top: 26px;
    padding-bottom: 13px; }
    .header__lv1 .container, .header__lv1 .prototype-form__container, .header__lv1 .s-hero-prototype__container, .header__lv1 .s-model__container, .header__lv1 .s-superhero__container, .header__lv1 .s-tiles__container, .header__lv1 .s-download__container, .header__lv1 .s-launch__container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .header__lv1.is_stuck {
      z-index: 99;
      background-color: #fff;
      box-shadow: 0px 4px 6px rgba(225, 225, 225, 0.5); }
  .header__lv2 {
    padding-top: 6.4px;
    padding-bottom: 22px; }
    .header__lv2 .container:after, .header__lv2 .prototype-form__container:after, .header__lv2 .s-hero-prototype__container:after, .header__lv2 .s-model__container:after, .header__lv2 .s-superhero__container:after, .header__lv2 .s-tiles__container:after, .header__lv2 .s-download__container:after, .header__lv2 .s-launch__container:after {
      content: '';
      display: block;
      width: 100%;
      border-bottom: solid 1px rgba(151, 151, 151, 0.12); }
  .header .is_stuck {
    position: fixed;
    left: 0;
    top: 0; }
  @media (min-width: 961px) {
    .header .main-menu-box {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .header_landing .main-menu-box {
      display: none; } }
  @media (max-width: 960px) {
    .header {
      height: 41px; }
      .header.is_stuck .header__inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
      .header.is_stuck .header__lv1 {
        width: 100%; }
      .header.is_stuck .header__lv2 {
        display: none; }
      .header.is_stuck.menu-open .header__inner {
        display: block; }
      .header__lv1 {
        padding: 12px 0; }
      .header__lv2 {
        height: 0;
        overflow: hidden;
        padding: 0;
        -webkit-transition: width 0.2s;
        transition: width 0.2s; }
      .header .main-menu-box {
        height: 0;
        overflow: hidden;
        -webkit-transition: width 0.2s;
        transition: width 0.2s; }
      .header__inner {
        height: 41px;
        -webkit-transition: height 0.2s;
        transition: height 0.2s; }
        .menu-open .header__inner {
          position: fixed;
          z-index: 10;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          overflow: auto;
          background-color: #009cd9; }
          .menu-open .header__inner .main-menu-box {
            -webkit-box-ordinal-group: 11;
            -webkit-order: 10;
                -ms-flex-order: 10;
                    order: 10;
            height: auto;
            width: 100%; }
          .menu-open .header__inner .container, .menu-open .header__inner .prototype-form__container, .menu-open .header__inner .s-hero-prototype__container, .menu-open .header__inner .s-model__container, .menu-open .header__inner .s-superhero__container, .menu-open .header__inner .s-tiles__container, .menu-open .header__inner .s-download__container, .menu-open .header__inner .s-launch__container {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                    flex-wrap: wrap; } }
  @media screen and (min-width: 961px) {
    .header__lv1.stickyForTable {
      background-color: transparent;
      box-shadow: none; }
      .header__lv1.stickyForTable .main-menu-box {
        display: none; } }

.menu-toggle-box {
  display: none;
  font-size: 0; }
  @media (max-width: 960px) {
    .menu-toggle-box {
      display: inline-block; } }

.menu-toggle {
  display: inline-block;
  width: 18.33px;
  height: 17.31px; }
  .menu-toggle svg {
    max-width: 100%;
    max-height: 100%; }
  .menu-toggle .icon-burger-btn {
    stroke: #fff; }
    .header_light .menu-toggle .icon-burger-btn {
      stroke: #4d4d4d; }
  .menu-toggle .icon-close {
    display: none; }
  .menu-toggle.open .icon-burger-btn {
    display: none; }
  .menu-toggle.open .icon-close {
    display: block;
    fill: #fff; }

.main-menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .main-menu__item {
    margin-left: 5.5%; }
    .main-menu__item:first-child {
      margin-left: 0; }
    .main-menu__item:nth-last-child(2) {
      margin-left: 2.5%; }
    .menu-open .main-menu__item_social {
      color: #fff; }
  .main-menu__link {
    text-decoration: none;
    color: #000;
    color: #f9007a;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    font-family: "Nunito Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    -webkit-transition: color 0.2s, background 0.2s;
    transition: color 0.2s, background 0.2s;
    font-family: "Univia Pro", Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.2;
    color: #fff; }
    .main-menu__link:hover, .main-menu__link:focus {
      color: #f9007a; }
    .header_light .main-menu__link {
      color: #3d3d3d; }
      .header_light .main-menu__link:hover {
        color: #f9007a; }
    .header_light .main-menu__link--accent {
      color: #fff; }
      .header_light .main-menu__link--accent:hover {
        color: #fff; }
    .menu-open .main-menu__link {
      color: #fff;
      font-size: 24px;
      font-weight: normal;
      font-style: normal;
      line-height: 1.17; }
      .menu-open .main-menu__link:hover {
        color: #f9007a; }
    .main-menu__link.active {
      color: #f9007a; }
  .main-menu .item-pink {
    display: inline-block;
    color: #fff;
    background-color: #f9007a;
    padding: 4px 25px 5px;
    text-align: center;
    font-family: "Univia Pro", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    color: #fff;
    border-radius: 12px;
    border: none;
    -webkit-transition: background 0.2s;
    transition: background 0.2s; }
    .main-menu .item-pink:hover, .main-menu .item-pink:focus, .main-menu .item-pink:active {
      outline: none;
      color: #fff;
      background-color: #cd0165; }
  .menu-open .main-menu {
    padding-left: 20px;
    padding-top: 20px; }
  .menu-open .main-menu .item-pink {
    font-size: 24px; }
  @media (min-width: 961px) {
    .main-menu__item_social {
      display: none; } }
  @media (max-width: 960px) {
    .main-menu {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .main-menu__item {
        margin-left: 5.5%;
        width: 100%;
        padding: 10px 0;
        /* disabled open/close functionality */ }
        .main-menu__item:first-child {
          margin-left: 0; }
        .main-menu__item:nth-last-child(2) {
          margin-left: 5.5%; } }
  @media screen and (min-width: 961px) and (max-width: 1199.98px) {
    .main-menu__item {
      margin-left: 4%; } }

.sec-menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 11.8px 0; }
  .sec-menu__item {
    margin-left: 40px;
    font-size: 14px;
    color: #3d3d3d; }
    .sec-menu__item:first-child {
      margin-left: 0; }
    .sec-menu__item_label {
      margin-right: 10px; }
  .sec-menu__link {
    text-decoration: none;
    color: #000;
    color: #f9007a;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    font-family: "Nunito Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    -webkit-transition: color 0.2s, background 0.2s;
    transition: color 0.2s, background 0.2s;
    font-family: "Univia Pro", Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    color: #3d3d3d; }
    .sec-menu__link:hover, .sec-menu__link:focus {
      color: #f9007a; }
    .sec-menu__link.active {
      color: #f9007a; }
  .sec-menu__label {
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    padding: 0.357em 2.143em;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 700; }
    .sec-menu__label:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: #009cd9;
      -webkit-transform: skew(-35deg);
          -ms-transform: skew(-35deg);
              transform: skew(-35deg);
      z-index: -1; }
  @media (max-width: 960px) {
    .sec-menu {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .sec-menu__item {
        margin-left: 0;
        width: 100%;
        padding: 10px 0; } }

.submenu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding-left: 40px;
  display: none;
  -webkit-transition: padding 0.1s;
  transition: padding 0.1s; }
  .submenu__item {
    padding: 10px 0; }
  .submenu__link {
    text-decoration: none;
    color: #fff;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    font-family: "Univia Pro", Arial, sans-serif;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.17; }
    .submenu__link:hover, .submenu__link:focus {
      color: #f9007a; }
    .submenu__link.active {
      color: #f9007a; }
  .submenu_open {
    padding-top: 10px; }
  @media screen and (min-width: 961px) {
    .submenu {
      display: none !important; } }

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

.search-input {
  display: inline-block;
  width: 0;
  height: 0;
  padding: 0;
  border: none; }

.search-submit {
  display: block;
  background-color: transparent;
  background-image: url("../images/svg_sprite/sprite.svg");
  background-size: 46px 49px;
  width: 14px;
  height: 14px;
  background-position: -32px -35px;
  cursor: pointer;
  border: none;
  padding: 0;
  font-size: 0; }

.hero-home {
  background-image: url("../images/hero-bg.svg"), -webkit-linear-gradient(top, #050e11 20%, #009cd9 52%, #7e00e8 100%);
  background-image: url("../images/hero-bg.svg"), linear-gradient(to bottom, #050e11 20%, #009cd9 52%, #7e00e8 100%);
  background-size: auto auto, auto 1217px;
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, no-repeat;
  margin-top: -85px; }
  @media (min-width: 961px) {
    .hero-home .splitter__main {
      width: 44.3%; }
    .hero-home .splitter__sec {
      width: 55.7%; } }
  .hero-home__label {
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    padding: 0.357em 2.143em;
    display: inline-block;
    color: #3d3d3d;
    font-size: 14px;
    font-weight: 700;
    overflow: hidden;
    padding-left: 1.071em;
    margin-bottom: 26px; }
    .hero-home__label:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: #74bb11;
      -webkit-transform: skew(-35deg);
          -ms-transform: skew(-35deg);
              transform: skew(-35deg);
      z-index: -1; }
    .hero-home__label:before {
      left: auto;
      right: 0;
      -webkit-transform-origin: 100% 0;
          -ms-transform-origin: 100% 0;
              transform-origin: 100% 0; }
  .hero-home__title {
    margin-top: 0;
    margin-bottom: 0.417em;
    max-width: 6.94em;
    font-family: "Univia Pro", Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
    line-height: 1.15;
    font-size: 42px;
    color: #fff;
    -webkit-transition: font-size 0.2s;
    transition: font-size 0.2s; }
    @media screen and (min-width: 768px) {
      .hero-home__title {
        font-size: 60px; } }
    @media screen and (min-width: 961px) {
      .hero-home__title {
        font-size: 72px; } }
  .hero-home__text {
    margin-top: 0;
    margin-bottom: 3em;
    max-width: 20.25em;
    font-family: "Nunito Sans", Arial, sans-serif;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.6;
    color: #fff; }
  @media (max-width: 960px) {
    .hero-home {
      background-size: auto auto, auto; }
      .hero-home .splitter__main {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
            -ms-flex-order: 5;
                order: 5;
        padding-top: 120px;
        padding-bottom: 80px; }
      .hero-home .splitter__sec {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
            -ms-flex-order: 10;
                order: 10; }
      .hero-home__text {
        font-size: 18px; } }
  @media (max-width: 767px) {
    .hero-home__text {
      font-size: 16px; } }
  @media (min-width: 961px) {
    .hero-home .splitter__main {
      padding-top: 145px;
      padding-bottom: 100px;
      padding-right: 54px; }
    .hero-home .splitter__pic {
      padding-top: 201px; } }

.hero-landing {
  background-image: -webkit-linear-gradient(top, #050e11 30%, #009cd9 74%, #499127);
  background-image: linear-gradient(to bottom, #050e11 30%, #009cd9 74%, #499127);
  background-size: auto 150%;
  margin-top: -85px;
  overflow: visible; }
  @media (min-width: 961px) {
    .hero-landing .splitter__main {
      width: 59.28%; }
    .hero-landing .splitter__sec {
      width: 40.72%; } }
  .hero-landing__title {
    margin-top: 0;
    margin-bottom: 0.514em;
    max-width: 8.389em;
    font-family: "Univia Pro", Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
    line-height: 1.15;
    font-size: 42px;
    color: #fff;
    -webkit-transition: font-size 0.2s;
    transition: font-size 0.2s; }
    @media screen and (min-width: 768px) {
      .hero-landing__title {
        font-size: 60px; } }
    @media screen and (min-width: 961px) {
      .hero-landing__title {
        font-size: 72px; } }
  .hero-landing__text {
    margin-top: 0;
    margin-bottom: 1em;
    max-width: 26.45em;
    font-family: "Nunito Sans", Arial, sans-serif;
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.6;
    color: #fff; }
    .hero-landing__text:last-child {
      margin-bottom: 0; }
  @media screen and (max-width: 960.98px) {
    .hero-landing .splitter__main {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      padding-top: 80px;
      padding-bottom: 40px; }
    .hero-landing .splitter__sec {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2;
      padding-bottom: 40px;
      display: none; }
    .hero-landing__text {
      font-size: 18px; } }
  @media screen and (max-width: 767.98px) {
    .hero-landing__text {
      font-size: 16px; } }
  @media screen and (min-width: 961px) {
    .hero-landing {
      padding-top: 85px; }
      .hero-landing .splitter__main {
        padding-bottom: 54px;
        padding-right: 3%; }
      .hero-landing .splitter__sec {
        margin-bottom: -80px;
        -webkit-transform: translateY(-40px);
            -ms-transform: translateY(-40px);
                transform: translateY(-40px); } }
  @media screen and (min-width: 360px) and (max-width: 960.98px) {
    .hero-landing__title, .hero-landing__text {
      margin-left: auto;
      margin-right: auto;
      text-align: center; } }

.oneline-form {
  max-width: 422px; }
  .oneline-form__input {
    height: 50px;
    width: 100%;
    border: none;
    border-radius: 13px 0 0 13px;
    padding: 12px 35px 12px 18px;
    font-family: "Univia Pro", Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.39;
    color: #4d4d4d; }
    .oneline-form__input::-webkit-input-placeholder {
      color: #999999; }
    .oneline-form__input::-moz-placeholder {
      color: #999999; }
    .oneline-form__input::-ms-input-placeholder {
      color: #999999; }
    .oneline-form__input::placeholder {
      color: #999999; }
  .oneline-form .oneline-form__submit {
    width: calc(100% + 30px) !important;
    margin-left: -30px !important;
    height: 50px;
    border-radius: 22px;
    padding: 5px 0; }

.trust {
  margin-top: 15px;
  padding-bottom: 2px;
  overflow: hidden;
  position: relative; }
  .trust:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    max-width: 1618px;
    height: 2px;
    background-color: rgba(151, 151, 151, 0.2); }
  .trust__title {
    margin-top: 0;
    margin-bottom: 15px;
    font-family: "Univia Pro", Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.39;
    text-align: center;
    color: #c3c3c3; }
  .trust__content {
    padding-top: 12px;
    padding-bottom: 12px;
    overflow: hidden; }
  .trust-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .trust-list__item {
      padding: 0 3%; }
      .trust-list__item:first-child {
        padding-left: 0; }
      .trust-list__item:last-child {
        padding-right: 0; }
      .trust-list__item img {
        max-width: 100%; }
    @media (max-width: 767px) {
      .trust-list {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
        .trust-list__item {
          width: 50%;
          text-align: center;
          padding: 25px 0; }
          .trust-list__item:nth-child(2n+1) {
            padding-right: 10px; }
          .trust-list__item:nth-child(2n) {
            padding-left: 10px; } }

.footer {
  color: #4d4d4d;
  font-family: "Univia Pro", Arial, sans-serif;
  padding-top: 54px;
  padding-bottom: 54px; }
  .footer__title a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    .footer__title a:hover {
      color: #f9007a; }
  .footer-content {
    margin-bottom: 60px; }
  .footer-copyright {
    font-size: 12px;
    color: #605f5f;
    text-align: left;
    font-family: "Univia Pro", Arial, sans-serif;
    line-height: 1.4; }
  .footer-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 65%;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
    min-width: 0; }
    .footer-nav__section {
      padding-left: 40px; }
    .footer-nav__list {
      list-style-type: none;
      padding: 0;
      margin: 0; }
    .footer-nav__link {
      color: inherit;
      text-decoration: none;
      padding: 15px 0;
      display: inline-block;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      .footer-nav__link:hover {
        color: #f9007a; }
  .footer-contact {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 300px;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    max-width: 300px; }
  .footer-subscribe p {
    font-family: "Nunito Sans", Arial, sans-serif;
    font-size: 14px; }
  .footer-subscribe__form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 32px 0; }
  .footer-subscribe__field input {
    box-shadow: none;
    display: block;
    width: 100%;
    color: inherit;
    border-style: solid;
    background-color: transparent;
    border: 1px solid #979797;
    width: 100%;
    padding: 12px;
    font-size: 14px;
    line-height: 1.5; }
    .footer-subscribe__field input[type=text] {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background-clip: padding-box; }
    .footer-subscribe__field input:active, .footer-subscribe__field input:focus {
      outline: none; }
    .footer-subscribe__field input[readonly] {
      background: rgba(0, 0, 0, 0.12);
      opacity: 0.7;
      cursor: text !important; }
    .footer-subscribe__field input::-webkit-input-placeholder {
      color: #999999;
      opacity: 0.99;
      -webkit-transition: opacity 0.35s ease-in-out;
      transition: opacity 0.35s ease-in-out; }
    .footer-subscribe__field input::-moz-placeholder {
      color: #999999;
      opacity: 0.99;
      -webkit-transition: opacity 0.35s ease-in-out;
      transition: opacity 0.35s ease-in-out; }
    .footer-subscribe__field input:-moz-placeholder {
      color: #999999;
      opacity: 0.99;
      -webkit-transition: opacity 0.35s ease-in-out;
      transition: opacity 0.35s ease-in-out; }
    .footer-subscribe__field input:-ms-input-placeholder {
      color: #999999;
      opacity: 0.99;
      -webkit-transition: opacity 0.35s ease-in-out;
      transition: opacity 0.35s ease-in-out; }
    .footer-subscribe__field input::-ms-input-placeholder {
      color: #999999;
      opacity: 0.99;
      -webkit-transition: opacity 0.35s ease-in-out;
      transition: opacity 0.35s ease-in-out;
      -ms-transform: scale(0.8);
          transform: scale(0.8);
      -ms-transform-origin: left center;
          transform-origin: left center; }
    .footer-subscribe__field input:focus::-webkit-input-placeholder {
      color: #999999;
      opacity: 0;
      -webkit-transition: opacity 0.35s ease-in-out;
      transition: opacity 0.35s ease-in-out; }
    .footer-subscribe__field input:focus::-moz-placeholder {
      color: #999999;
      opacity: 0;
      -webkit-transition: opacity 0.35s ease-in-out;
      transition: opacity 0.35s ease-in-out; }
    .footer-subscribe__field input:focus:-moz-placeholder {
      color: #999999;
      opacity: 0;
      -webkit-transition: opacity 0.35s ease-in-out;
      transition: opacity 0.35s ease-in-out; }
    .footer-subscribe__field input:focus:-ms-input-placeholder {
      color: #999999;
      opacity: 0;
      -webkit-transition: opacity 0.35s ease-in-out;
      transition: opacity 0.35s ease-in-out; }
    .footer-subscribe__field input:-webkit-autofill, .footer-subscribe__field input:-webkit-autofill:hover {
      background-color: rgba(255, 255, 255, 0);
      -webkit-box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0) inset;
      -webkit-text-fill-color: #4d4d4d;
      -webkit-transition: background-color 50000s ease-in-out 0s;
      transition: background-color 50000s ease-in-out 0s; }
    .footer-subscribe__field input:-webkit-autofill:active, .footer-subscribe__field input:-webkit-autofill:focus {
      -webkit-text-fill-color: #4d4d4d;
      -webkit-box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0) inset;
      -webkit-transition: background-color 50000s ease-in-out 0s;
      transition: background-color 50000s ease-in-out 0s; }
  .footer-subscribe__btn {
    background: transparent;
    border: 1px solid;
    box-shadow: none;
    cursor: pointer;
    outline: none;
    font-size: inherit;
    color: inherit;
    text-align: center;
    display: inline-block;
    line-height: 1.5;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100px;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    background: #7bd089;
    border: 1px solid #7bd089;
    padding: 8px 10px;
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    border-radius: 4px;
    font-family: "Univia Pro", Arial, sans-serif;
    font-weight: normal; }
    .footer-subscribe__btn:hover {
      text-decoration: none; }
    .footer-subscribe__btn:focus, .footer-subscribe__btn:focus:active, .footer-subscribe__btn:active {
      outline: none; }
    .footer-subscribe__btn:hover {
      background: #6bb077;
      border-color: #6bb077; }
  .footer-social {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .footer-social__link {
      display: inline-block;
      width: 25px;
      height: 25px;
      color: inherit;
      padding: 0;
      text-decoration: none;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      .footer-social__link:hover {
        color: #f9007a; }
      .footer-social__link svg {
        fill: currentColor;
        max-width: 100%;
        max-height: 100%; }
  .footer_dark {
    background-color: #4d4d4d;
    color: #dfdfdf; }
    .footer_dark .footer-copyright {
      color: #dfdfdf; }
    .footer_dark .footer-subscribe__field input:-webkit-autofill, .footer_dark .footer-subscribe__field input:-webkit-autofill:hover {
      background-color: rgba(77, 77, 77, 0);
      -webkit-box-shadow: 0 0 0 1000px rgba(77, 77, 77, 0) inset;
      -webkit-text-fill-color: #dfdfdf;
      -webkit-transition: background-color 50000s ease-in-out 0s;
      transition: background-color 50000s ease-in-out 0s; }
    .footer_dark .footer-subscribe__field input:-webkit-autofill:active, .footer_dark .footer-subscribe__field input:-webkit-autofill:focus {
      -webkit-text-fill-color: #dfdfdf;
      -webkit-box-shadow: 0 0 0 1000px rgba(77, 77, 77, 0) inset;
      -webkit-transition: background-color 50000s ease-in-out 0s;
      transition: background-color 50000s ease-in-out 0s; }
  @media (min-width: 961px) {
    .footer-content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media (max-width: 960px) {
    .footer-contact {
      text-align: center;
      margin: 0 auto 60px; }
    .footer-nav {
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around;
      text-align: center; }
      .footer-nav__section {
        padding-left: 10px;
        padding-right: 10px; } }
  @media (max-width: 767px) {
    .footer-nav {
      display: block; }
      .footer-nav__section {
        padding-left: 0;
        margin-bottom: 30px; }
    .footer-subscribe__btn {
      font-size: 14px;
      width: auto; } }

.download-hero {
  background-image: -webkit-linear-gradient(top, #050e11, #026D96);
  background-image: linear-gradient(to bottom, #050e11, #026D96);
  text-align: center;
  font-size: 18px;
  padding-top: 147px;
  padding-bottom: 8px;
  font-family: "Univia Pro", Arial, sans-serif;
  font-weight: bold;
  margin-top: -85px; }
  .download-hero h1 {
    font-family: "Univia Pro", Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
    line-height: 1.15;
    font-size: 42px;
    max-width: 8.39em;
    margin: 0.2em auto 0.417em;
    color: #efefef; }
    @media screen and (min-width: 768px) {
      .download-hero h1 {
        font-size: 60px; } }
    @media screen and (min-width: 961px) {
      .download-hero h1 {
        font-size: 72px; } }
  .download-hero__icon {
    display: block;
    padding: 0;
    margin: 0; }
    .download-hero__icon img {
      display: block;
      max-width: 100%;
      max-height: 124px;
      margin: 0 auto; }
  .download-hero__form {
    margin-top: 70px;
    margin-bottom: 16px; }
    .download-hero__form:after {
      content: '';
      display: block;
      width: 100%;
      height: 0;
      clear: both; }
    .download-hero__form-row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .download-hero__form-field input {
      height: 78px !important;
      box-shadow: none;
      display: block;
      width: 100%;
      color: inherit;
      border-style: solid;
      padding: 26px 33px;
      border: 1px solid #979797;
      border-radius: 3px;
      font-family: "Univia Pro", Arial, sans-serif;
      font-size: 20px;
      font-weight: normal;
      font-style: normal;
      line-height: 1.25;
      color: #4d4d4d; }
      .download-hero__form-field input[type=text] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-clip: padding-box; }
      .download-hero__form-field input:active, .download-hero__form-field input:focus {
        outline: none; }
      .download-hero__form-field input[readonly] {
        background: rgba(0, 0, 0, 0.12);
        opacity: 0.7;
        cursor: text !important; }
      .download-hero__form-field input::-webkit-input-placeholder {
        color: #999999;
        opacity: 0.99;
        -webkit-transition: opacity 0.35s ease-in-out;
        transition: opacity 0.35s ease-in-out; }
      .download-hero__form-field input::-moz-placeholder {
        color: #999999;
        opacity: 0.99;
        -webkit-transition: opacity 0.35s ease-in-out;
        transition: opacity 0.35s ease-in-out; }
      .download-hero__form-field input:-moz-placeholder {
        color: #999999;
        opacity: 0.99;
        -webkit-transition: opacity 0.35s ease-in-out;
        transition: opacity 0.35s ease-in-out; }
      .download-hero__form-field input:-ms-input-placeholder {
        color: #999999;
        opacity: 0.99;
        -webkit-transition: opacity 0.35s ease-in-out;
        transition: opacity 0.35s ease-in-out; }
      .download-hero__form-field input::-ms-input-placeholder {
        color: #999999;
        opacity: 0.99;
        -webkit-transition: opacity 0.35s ease-in-out;
        transition: opacity 0.35s ease-in-out;
        -ms-transform: scale(0.8);
            transform: scale(0.8);
        -ms-transform-origin: left center;
            transform-origin: left center; }
      .download-hero__form-field input:focus::-webkit-input-placeholder {
        color: #999999;
        opacity: 0;
        -webkit-transition: opacity 0.35s ease-in-out;
        transition: opacity 0.35s ease-in-out; }
      .download-hero__form-field input:focus::-moz-placeholder {
        color: #999999;
        opacity: 0;
        -webkit-transition: opacity 0.35s ease-in-out;
        transition: opacity 0.35s ease-in-out; }
      .download-hero__form-field input:focus:-moz-placeholder {
        color: #999999;
        opacity: 0;
        -webkit-transition: opacity 0.35s ease-in-out;
        transition: opacity 0.35s ease-in-out; }
      .download-hero__form-field input:focus:-ms-input-placeholder {
        color: #999999;
        opacity: 0;
        -webkit-transition: opacity 0.35s ease-in-out;
        transition: opacity 0.35s ease-in-out; }
    .download-hero__form-field .select2-container {
      height: 78px; }
    .download-hero__form-btn {
      text-decoration: none;
      color: #000;
      display: inline-block;
      padding: 10px 20px;
      text-align: center;
      font-family: "Univia Pro", Arial, sans-serif;
      font-size: 16px;
      line-height: 1.5;
      font-weight: 400;
      background-color: #f9007a;
      color: #fff;
      border-radius: 12px;
      border: none;
      -webkit-transition: color 0.2s, background 0.2s;
      transition: color 0.2s, background 0.2s;
      height: 78px !important;
      width: 100% !important;
      font-size: 32px;
      font-weight: normal;
      font-style: normal;
      line-height: normal; }
      .download-hero__form-btn:hover {
        cursor: pointer;
        background-color: #cd0165; }
      .download-hero__form-btn:focus {
        outline: none;
        background-color: #cd0165; }
    @media screen and (max-width: 960.98px) {
      .download-hero__form-row {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .download-hero__form-field {
        min-width: 100%;
        height: 80px;
        margin-bottom: 15px;
        margin-right: 0; }
      .download-hero__form-btn {
        max-width: 312px; } }
    @media screen and (min-width: 961px) {
      .download-hero__form-btn {
        padding-left: 10px;
        padding-right: 10px; } }
  .download-hero__info {
    max-width: 710px;
    margin: 0 auto; }
    .download-hero__info p {
      color: #999999;
      line-height: 1.55556;
      margin-bottom: 26px;
      font-weight: normal;
      font-size: 0.875rem; }
      @media screen and (min-width: 768px) {
        .download-hero__info p {
          font-size: 1rem; } }
      @media screen and (min-width: 961px) {
        .download-hero__info p {
          font-size: 1.125rem; } }
    .download-hero__info a {
      color: inherit;
      text-decoration: underline; }
      .download-hero__info a:hover {
        text-decoration: none; }

.download-featured {
  background: #f3f3f3;
  padding-top: 52px;
  padding-bottom: 17px; }
  .download-featured__container {
    max-width: 1344px;
    margin: 0 auto; }
  .download-featured__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .download-featured__item {
    padding: 32px 40px 32px 0;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .download-featured__item:after {
      content: '';
      display: block;
      position: absolute;
      height: 60%;
      width: 1px;
      background-color: rgba(153, 153, 153, 0.3);
      top: 20%;
      right: 0; }
    .download-featured__item:last-child:after {
      display: none; }
    .download-featured__item-icon {
      padding-left: 70px;
      padding-right: 20px;
      width: 289px; }
      .download-featured__item-icon img {
        display: block;
        max-width: 100%;
        margin: 0; }
    .download-featured__item-content {
      max-width: 375px; }
      .download-featured__item-content h3 {
        font-size: 24px;
        color: #3f3e3e;
        font-family: "Univia Pro", Arial, sans-serif;
        margin-top: 0;
        font-weight: normal;
        line-height: 1.34375;
        margin-bottom: 10px; }
        @media screen and (min-width: 961px) {
          .download-featured__item-content h3 {
            font-size: 32px; } }
      .download-featured__item-content p {
        font-size: 0.875rem;
        line-height: 1.77778;
        text-align: left;
        margin-bottom: 0; }
        @media screen and (min-width: 768px) {
          .download-featured__item-content p {
            font-size: 1rem; } }
        @media screen and (min-width: 961px) {
          .download-featured__item-content p {
            font-size: 1.125rem; } }
    .download-featured__item--1 .download-featured__item-content {
      max-width: 332px; }
  @media (min-width: 961px) {
    .download-featured__item {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; } }
  @media (max-width: 960px) {
    .download-featured__list {
      display: block; }
    .download-featured__item:after {
      width: 80%;
      height: 1px;
      bottom: 0;
      top: auto;
      right: 10%; } }
  @media (max-width: 767px) {
    .download-featured {
      padding-top: 32px; }
      .download-featured__container {
        padding-left: 16px;
        padding-right: 16px; }
      .download-featured__item {
        padding-left: 0;
        padding-right: 0;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
        .download-featured__item:after {
          width: 100%;
          right: 0; }
        .download-featured__item-icon {
          padding-left: 0;
          padding-right: 0;
          padding-bottom: 16px;
          width: 100%; }
          .download-featured__item-icon img {
            max-height: 80px;
            margin-left: auto;
            margin-right: auto; }
        .download-featured__item-content {
          width: 100%;
          margin-left: auto;
          margin-right: auto;
          text-align: center; }
          .download-featured__item-content p {
            text-align: center; } }

.b-img-txt {
  background-image: -webkit-linear-gradient(top, #fff, #f3f3f3);
  background-image: linear-gradient(to bottom, #fff, #f3f3f3); }
  .b-img-txt__label {
    margin-bottom: 1em; }
  .b-img-txt__title {
    margin-top: 0;
    margin-bottom: 32px;
    font-size: 32px;
    font-family: "Univia Pro", Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
    line-height: 1.07;
    color: #3f3e3e; }
    @media screen and (min-width: 768px) {
      .b-img-txt__title {
        font-size: 36px; } }
    @media screen and (min-width: 961px) {
      .b-img-txt__title {
        font-size: 44px; } }
    @media screen and (max-width: 960.98px) {
      .b-img-txt__title {
        font-weight: normal;
        line-height: 1.25; } }
  .b-img-txt__text {
    margin-top: 0;
    margin-bottom: 1em;
    font-family: "Nunito Sans", Arial, sans-serif;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.6;
    color: #4d4d4d;
    font-size: 1rem;
    font-family: "Nunito Sans", Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1.6; }
    @media screen and (min-width: 768px) {
      .b-img-txt__text {
        font-size: 1.125rem; } }
    @media screen and (min-width: 961px) {
      .b-img-txt__text {
        font-size: 1.25rem; } }
    @media screen and (max-width: 960.98px) {
      .b-img-txt__text {
        line-height: 1.5; } }
  .b-img-txt a {
    color: inherit;
    -webkit-transition: color 0.2s;
    transition: color 0.2s; }
    .b-img-txt a:hover, .b-img-txt a:focus {
      color: #f9007a; }
  @media (max-width: 960px) {
    .b-img-txt .splitter__main {
      padding-top: 30px;
      padding-bottom: 30px; }
    .b-img-txt .splitter__sec {
      padding-top: 30px; }
    .b-img-txt__title {
      margin-left: auto;
      margin-right: auto;
      text-align: center; }
    .b-img-txt__text {
      margin-left: auto;
      margin-right: auto;
      text-align: center; }
    .b-img-txt__features {
      text-align: center; }
      .b-img-txt__features .icon-list {
        display: inline-block;
        text-align: left; } }
  @media (min-width: 961px) {
    .b-img-txt_feedback .splitter__main {
      width: 44.88%; }
    .b-img-txt_feedback .splitter__sec {
      width: 55.12%; } }
  .b-img-txt_feedback .b-img-txt__title {
    max-width: 484px; }
  .b-img-txt_feedback .b-img-txt__text {
    max-width: 514px; }
  @media (min-width: 961px) {
    .b-img-txt_feedback .splitter__main {
      padding-top: 111px;
      padding-bottom: 30px;
      padding-right: 3.52%; }
    .b-img-txt_feedback .splitter__sec {
      padding-top: 50px; }
    .b-img-txt_feedback .b-img-txt__text {
      margin-bottom: 44px; } }
  @media (min-width: 961px) {
    .b-img-txt_low-high .b-img-txt__title {
      max-width: 455px;
      margin-left: auto;
      margin-right: auto; }
    .b-img-txt_low-high .b-img-txt__text {
      max-width: 465px;
      margin-left: auto;
      margin-right: auto; }
    .b-img-txt_low-high .splitter {
      padding: 50px 30px 30px;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .b-img-txt_low-high .splitter__main {
        margin-left: 40px;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2; }
      .b-img-txt_low-high .splitter__sec {
        max-width: 462px; }
        .b-img-txt_low-high .splitter__sec img {
          width: 100%; } }
  @media (min-width: 961px) {
    .b-img-txt_wireframe-quick .b-img-txt__title {
      max-width: 455px;
      margin-left: auto;
      margin-right: auto; }
    .b-img-txt_wireframe-quick .b-img-txt__text {
      max-width: 465px;
      margin-left: auto;
      margin-right: auto; }
    .b-img-txt_wireframe-quick .splitter {
      padding: 50px 30px 0;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .b-img-txt_wireframe-quick .splitter__main {
        margin-left: 40px;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2; }
      .b-img-txt_wireframe-quick .splitter__sec {
        max-width: 585px; }
        .b-img-txt_wireframe-quick .splitter__sec img {
          width: 100%; } }
  @media (min-width: 961px) {
    .b-img-txt_well-defined-problems .splitter__main {
      width: 54.96%; }
    .b-img-txt_well-defined-problems .splitter__sec {
      width: 45.04%; } }
  @media (min-width: 961px) {
    .b-img-txt_well-defined-problems .splitter__pic img {
      float: right; }
    .b-img-txt_well-defined-problems .splitter__main {
      -webkit-box-ordinal-group: 11;
      -webkit-order: 10;
          -ms-flex-order: 10;
              order: 10; }
    .b-img-txt_well-defined-problems .splitter__sec {
      -webkit-box-ordinal-group: 6;
      -webkit-order: 5;
          -ms-flex-order: 5;
              order: 5; } }
  .b-img-txt_well-defined-problems .b-img-txt__title {
    max-width: 484px; }
  .b-img-txt_well-defined-problems .b-img-txt__text {
    max-width: 499px; }
  @media (min-width: 961px) {
    .b-img-txt_well-defined-problems .splitter__main {
      padding-top: 100px;
      padding-left: 9.5%; } }
  @media (min-width: 961px) {
    .b-img-txt_prototyping .splitter__main {
      width: 40.2%; }
    .b-img-txt_prototyping .splitter__sec {
      width: 59.8%; } }
  .b-img-txt_prototyping .b-img-txt__title {
    max-width: 484px; }
  .b-img-txt_prototyping .b-img-txt__text {
    max-width: 442px; }
  @media (min-width: 961px) {
    .b-img-txt_prototyping .splitter__main {
      padding-top: 165px;
      padding-bottom: 78px;
      padding-right: 19px; }
    .b-img-txt_prototyping .splitter__sec {
      padding-top: 90px; }
    .b-img-txt_prototyping .b-img-txt__title {
      margin-bottom: 46px; }
    .b-img-txt_prototyping .b-img-txt__text {
      margin-bottom: 56px; } }
  @media (min-width: 961px) {
    .b-img-txt_wireframe-take .splitter__main {
      width: 40.2%; }
    .b-img-txt_wireframe-take .splitter__sec {
      width: 59.8%; } }
  .b-img-txt_wireframe-take .b-img-txt__title {
    max-width: 484px; }
  .b-img-txt_wireframe-take .b-img-txt__text {
    max-width: 442px; }
  @media (min-width: 961px) {
    .b-img-txt_wireframe-take .splitter__main {
      padding-top: 165px;
      padding-bottom: 78px;
      padding-right: 19px; }
    .b-img-txt_wireframe-take .splitter__sec {
      padding-top: 90px; }
    .b-img-txt_wireframe-take .b-img-txt__title {
      margin-bottom: 46px; }
    .b-img-txt_wireframe-take .b-img-txt__text {
      margin-bottom: 56px; } }
  @media (min-width: 961px) {
    .b-img-txt_blend .splitter__main {
      width: 60.64%; }
    .b-img-txt_blend .splitter__sec {
      width: 39.36%; } }
  @media (min-width: 961px) {
    .b-img-txt_blend .splitter__pic img {
      float: right; }
    .b-img-txt_blend .splitter__main {
      -webkit-box-ordinal-group: 11;
      -webkit-order: 10;
          -ms-flex-order: 10;
              order: 10; }
    .b-img-txt_blend .splitter__sec {
      -webkit-box-ordinal-group: 6;
      -webkit-order: 5;
          -ms-flex-order: 5;
              order: 5; } }
  .b-img-txt_blend .b-img-txt__title {
    max-width: 484px; }
  .b-img-txt_blend .b-img-txt__text {
    max-width: 514px; }
  @media (min-width: 961px) {
    .b-img-txt_blend .splitter__main {
      padding-top: 109px;
      padding-bottom: 30px;
      padding-left: 7.6%; }
    .b-img-txt_blend .splitter__sec {
      padding-top: 26px;
      padding-bottom: 94px; }
    .b-img-txt_blend .b-img-txt__title {
      margin-bottom: 51px; }
    .b-img-txt_blend .b-img-txt__text {
      margin-bottom: 41px; } }
  @media (min-width: 961px) {
    .b-img-txt_explain .splitter__main {
      width: 60.64%; }
    .b-img-txt_explain .splitter__sec {
      width: 39.36%; } }
  @media (min-width: 961px) {
    .b-img-txt_explain .splitter__pic img {
      float: right; }
    .b-img-txt_explain .splitter__main {
      -webkit-box-ordinal-group: 11;
      -webkit-order: 10;
          -ms-flex-order: 10;
              order: 10; }
    .b-img-txt_explain .splitter__sec {
      -webkit-box-ordinal-group: 6;
      -webkit-order: 5;
          -ms-flex-order: 5;
              order: 5; } }
  .b-img-txt_explain .b-img-txt__title {
    max-width: 484px; }
  .b-img-txt_explain .b-img-txt__text {
    max-width: 514px; }
  @media (min-width: 961px) {
    .b-img-txt_explain .splitter__main {
      padding-top: 130px;
      padding-bottom: 30px;
      padding-left: 7.6%; }
    .b-img-txt_explain .splitter__sec {
      padding-top: 70px;
      padding-bottom: 50px; }
    .b-img-txt_explain .b-img-txt__title {
      max-width: 300px;
      margin-bottom: 51px; }
    .b-img-txt_explain .b-img-txt__text {
      margin-bottom: 41px; } }
  @media (min-width: 961px) {
    .b-img-txt_dev-bridge .splitter__main {
      width: 44.88%; }
    .b-img-txt_dev-bridge .splitter__sec {
      width: 55.12%; } }
  .b-img-txt_dev-bridge .b-img-txt__title {
    max-width: 484px; }
  .b-img-txt_dev-bridge .b-img-txt__text {
    max-width: 514px; }
  @media (min-width: 961px) {
    .b-img-txt_dev-bridge .splitter__main {
      padding-top: 111px;
      padding-bottom: 30px;
      padding-right: 3.52%; }
    .b-img-txt_dev-bridge .splitter__sec {
      padding-top: 50px; }
    .b-img-txt_dev-bridge .b-img-txt__text {
      margin-bottom: 44px; } }
  @media (min-width: 961px) {
    .b-img-txt_streamline .splitter__main {
      width: 57.6%; }
    .b-img-txt_streamline .splitter__sec {
      width: 42.4%; } }
  @media (min-width: 961px) {
    .b-img-txt_streamline .splitter__pic img {
      float: right; }
    .b-img-txt_streamline .splitter__main {
      -webkit-box-ordinal-group: 11;
      -webkit-order: 10;
          -ms-flex-order: 10;
              order: 10; }
    .b-img-txt_streamline .splitter__sec {
      -webkit-box-ordinal-group: 6;
      -webkit-order: 5;
          -ms-flex-order: 5;
              order: 5; } }
  .b-img-txt_streamline .b-img-txt__title {
    max-width: 531px; }
  @media (min-width: 961px) {
    .b-img-txt_streamline .splitter__main {
      padding-top: 80px;
      padding-bottom: 30px;
      padding-left: 2%; }
    .b-img-txt_streamline .splitter__sec {
      padding-top: 126px;
      padding-bottom: 65px; }
    .b-img-txt_streamline .b-img-txt__title {
      margin-bottom: 34px; } }
  @media (max-width: 960px) {
    .b-img-txt_streamline .b-img-txt__title {
      text-align: left;
      margin-left: auto;
      margin-right: auto;
      text-align: center; }
    .b-img-txt_streamline .b-img-txt__features {
      text-align: left; } }
  @media (min-width: 961px) {
    .b-img-txt_enterprise-platform .splitter__main {
      width: 70.2%; }
    .b-img-txt_enterprise-platform .splitter__sec {
      width: 29.8%; } }
  .b-img-txt_enterprise-platform .b-img-txt__title {
    max-width: 720px; }
  .b-img-txt_enterprise-platform .b-img-txt__text {
    max-width: 569px; }
  .b-img-txt_enterprise-platform .splitter__sec {
    z-index: 10; }
  @media (min-width: 961px) {
    .b-img-txt_enterprise-platform .splitter__main {
      padding-top: 71px;
      padding-bottom: 78px;
      padding-right: 0; }
    .b-img-txt_enterprise-platform .splitter__sec {
      padding-top: 96px;
      padding-bottom: 10px; }
    .b-img-txt_enterprise-platform .b-img-txt__title {
      margin-bottom: 23px; }
    .b-img-txt_enterprise-platform .b-img-txt__text {
      margin-bottom: 31px; } }
  @media (min-width: 961px) {
    .b-img-txt_enterprise-cloud .splitter__main {
      width: 65%; }
    .b-img-txt_enterprise-cloud .splitter__sec {
      width: 35%; } }
  @media (min-width: 961px) {
    .b-img-txt_enterprise-cloud .splitter__pic img {
      float: right; }
    .b-img-txt_enterprise-cloud .splitter__main {
      -webkit-box-ordinal-group: 11;
      -webkit-order: 10;
          -ms-flex-order: 10;
              order: 10; }
    .b-img-txt_enterprise-cloud .splitter__sec {
      -webkit-box-ordinal-group: 6;
      -webkit-order: 5;
          -ms-flex-order: 5;
              order: 5; } }
  .b-img-txt_enterprise-cloud .b-img-txt__title {
    max-width: 531px; }
  .b-img-txt_enterprise-cloud .b-img-txt__text {
    max-width: 622px; }
  .b-img-txt_enterprise-cloud .b-img-txt__label:before {
    background: #725cfb; }
  @media (min-width: 961px) {
    .b-img-txt_enterprise-cloud .splitter__main {
      padding-top: 80px;
      padding-bottom: 30px;
      padding-left: 4%; }
    .b-img-txt_enterprise-cloud .splitter__sec {
      padding-top: 126px;
      padding-bottom: 65px; }
    .b-img-txt_enterprise-cloud .b-img-txt__title {
      margin-bottom: 34px; }
    .b-img-txt_enterprise-cloud .b-img-txt__features {
      margin-top: 50px; } }
  @media (max-width: 960px) {
    .b-img-txt_enterprise-cloud .b-img-txt__title {
      text-align: left;
      margin-left: 0;
      margin-right: 0; }
    .b-img-txt_enterprise-cloud .b-img-txt__text {
      text-align: left;
      margin-left: 0; }
    .b-img-txt_enterprise-cloud .b-img-txt__features {
      text-align: left; } }
  @media (min-width: 961px) {
    .b-img-txt_enterprise-grade .splitter__main {
      width: 48%; }
    .b-img-txt_enterprise-grade .splitter__sec {
      width: 52%; } }
  .b-img-txt_enterprise-grade .b-img-txt__title {
    max-width: 484px; }
  .b-img-txt_enterprise-grade .b-img-txt__text {
    max-width: 484px; }
  @media (min-width: 961px) {
    .b-img-txt_enterprise-grade .splitter {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .b-img-txt_enterprise-grade .splitter__main {
      padding-top: 80px;
      padding-bottom: 80px;
      padding-right: 20px; }
    .b-img-txt_enterprise-grade .splitter__sec {
      padding-top: 50px;
      padding-bottom: 50px; }
    .b-img-txt_enterprise-grade .b-img-txt__title {
      margin-bottom: 30px; }
    .b-img-txt_enterprise-grade .b-img-txt__text {
      margin-bottom: 20px; } }
  @media (min-width: 961px) {
    .b-img-txt_freedom-to-innovate .splitter__main {
      width: 60.64%; }
    .b-img-txt_freedom-to-innovate .splitter__sec {
      width: 39.36%; } }
  @media (min-width: 961px) {
    .b-img-txt_freedom-to-innovate .splitter__pic img {
      float: right; }
    .b-img-txt_freedom-to-innovate .splitter__main {
      -webkit-box-ordinal-group: 11;
      -webkit-order: 10;
          -ms-flex-order: 10;
              order: 10; }
    .b-img-txt_freedom-to-innovate .splitter__sec {
      -webkit-box-ordinal-group: 6;
      -webkit-order: 5;
          -ms-flex-order: 5;
              order: 5; } }
  .b-img-txt_freedom-to-innovate .b-img-txt__title {
    max-width: 484px; }
  .b-img-txt_freedom-to-innovate .b-img-txt__text {
    max-width: 500px; }
  @media screen and (min-width: 961px) {
    .b-img-txt_freedom-to-innovate .splitter__main {
      padding-top: 142px;
      margin-left: 20px; }
    .b-img-txt_freedom-to-innovate .splitter__sec {
      margin-left: 215px;
      margin-top: 148px; }
    .b-img-txt_freedom-to-innovate .b-img-txt__title {
      margin-bottom: 51px; }
    .b-img-txt_freedom-to-innovate .b-img-txt__text {
      margin-bottom: 41px; } }
  @media screen and (max-width: 1599.98px) {
    .b-img-txt_freedom-to-innovate .splitter__sec {
      margin-left: 0; }
      .b-img-txt_freedom-to-innovate .splitter__sec img {
        max-width: 98%; } }
  .b-img-txt_share .b-img-txt__text {
    max-width: 500px; }
  @media screen and (min-width: 961px) {
    .b-img-txt_share .splitter__main {
      padding-top: 133px;
      margin-left: 95px;
      margin-right: 30px; }
    .b-img-txt_share .splitter__sec {
      padding-top: 141px;
      padding-right: 39px;
      max-width: 100%; }
    .b-img-txt_share .b-img-txt__title {
      max-width: 296px; }
    .b-img-txt_share .b-img-txt__features {
      margin-bottom: 136px; } }
  @media screen and (max-width: 1599.98px) {
    .b-img-txt_share .splitter__main {
      margin-left: 0;
      margin-right: 0; }
    .b-img-txt_share .splitter__sec {
      padding-right: 0; }
      .b-img-txt_share .splitter__sec img {
        max-width: 98%; } }
  @media (min-width: 961px) {
    .b-img-txt_collaboration .splitter__main {
      width: 54.96%; }
    .b-img-txt_collaboration .splitter__sec {
      width: 45.04%; } }
  @media (min-width: 961px) {
    .b-img-txt_collaboration .splitter__pic img {
      float: right; }
    .b-img-txt_collaboration .splitter__main {
      -webkit-box-ordinal-group: 11;
      -webkit-order: 10;
          -ms-flex-order: 10;
              order: 10; }
    .b-img-txt_collaboration .splitter__sec {
      -webkit-box-ordinal-group: 6;
      -webkit-order: 5;
          -ms-flex-order: 5;
              order: 5; } }
  .b-img-txt_collaboration .b-img-txt__title {
    max-width: 484px; }
  .b-img-txt_collaboration .b-img-txt__text {
    max-width: 500px; }
  @media screen and (min-width: 961px) {
    .b-img-txt_collaboration .splitter__main {
      padding-top: 100px;
      padding-bottom: 135px; }
    .b-img-txt_collaboration .splitter__sec {
      margin-top: 114px;
      margin-left: 159px;
      margin-right: 30px; } }
  @media screen and (max-width: 1599.98px) {
    .b-img-txt_collaboration .splitter__sec {
      margin-left: 0; }
      .b-img-txt_collaboration .splitter__sec img {
        max-width: 98%; } }
  @media screen and (min-width: 961px) {
    .b-img-txt_feedback .splitter__sec {
      padding-top: 92px; }
    .b-img-txt_feedback .b-img-txt__title {
      max-width: 373px; }
    .b-img-txt_feedback .b-img-txt__text {
      max-width: 500px; }
    .b-img-txt_feedback .b-img-txt__features {
      margin-bottom: 136px; } }
  @media screen and (max-width: 1599.98px) {
    .b-img-txt_feedback .splitter__sec img {
      max-width: 98%; } }

.testimonial {
  max-width: 570px;
  padding: 60px 0;
  margin-left: auto;
  margin-right: auto; }
  .testimonial__text {
    margin: 0 0 1.333em;
    font-family: "Univia Pro", Arial, sans-serif;
    font-size: 28px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.21;
    text-align: center;
    color: #4d4d4d; }
  .testimonial-author__text {
    margin-bottom: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .testimonial-author__name {
    margin-bottom: 10px;
    width: 100%;
    text-transform: uppercase;
    font-family: "Univia Pro", Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    line-height: normal;
    text-align: center;
    color: #4d4d4d; }
  .testimonial-author__position {
    width: 100%;
    font-family: "Nunito Sans", Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    text-align: center;
    color: #4d4d4d; }
  .testimonial-author__logo {
    width: 100%;
    text-align: center;
    margin-bottom: 25px; }
    .testimonial-author__logo img {
      max-width: 100%; }
  .testimonial-author__pic {
    width: 100%;
    text-align: center; }
    .testimonial-author__pic img {
      max-width: 100%; }
  @media (min-width: 961px) {
    .testimonial {
      padding: 85px 0; }
      .testimonial__text {
        font-size: 39px; }
      .testimonial-author__text {
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
        margin-bottom: 43px; }
      .testimonial-author__name, .testimonial-author__position {
        width: auto;
        max-width: 48.3%;
        font-size: 18px; }
      .testimonial-author__name {
        padding-right: 1.7%; }
      .testimonial-author__position {
        padding-left: 1.7%; }
      .testimonial-author__logo {
        margin-bottom: 52px; } }

.b-try {
  background-color: #4d4d4d;
  color: #dfdfdf; }
  .b-try-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 62px;
    padding-bottom: 18px; }
  .b-try__download .btn_download {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 18px; }
  .b-try__title {
    margin-top: 0;
    margin-bottom: 0.772em;
    font-family: "Univia Pro", Arial, sans-serif;
    font-size: 32px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.07; }
  .b-try__text {
    margin-top: 0;
    margin-bottom: 1em;
    font-family: "Nunito Sans", Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.6; }
  .b-try__logo img {
    max-width: 100%; }
  @media (min-width: 961px) {
    .b-try-content {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .b-try__download {
      width: 55%; }
    .b-try__title {
      font-size: 44px; }
    .b-try__text {
      font-size: 20px; }
    .b-try__logo {
      margin-right: 7.2%; } }
  @media (max-width: 960px) {
    .b-try-content {
      padding-top: 30px;
      padding-bottom: 30px;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      max-width: 668px;
      margin-left: auto;
      margin-right: auto;
      text-align: center; }
    .b-try__download {
      width: 100%;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
    .b-try__logo {
      width: 100%;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      margin-bottom: 35px; } }
  @media (min-width: 768px) and (max-width: 960px) {
    .b-try__title {
      font-size: 36px; }
    .b-try__text {
      font-size: 16px; } }

.hero-buy {
  background-image: -webkit-linear-gradient(top, #050e11 20%, #009cd9 74%, #7e00e8);
  background-image: linear-gradient(to bottom, #050e11 20%, #009cd9 74%, #7e00e8);
  background-repeat: no-repeat;
  margin-top: -85px;
  padding-top: 133px;
  padding-bottom: 45px;
  position: relative; }
  .hero-buy .container, .hero-buy .prototype-form__container, .hero-buy .s-hero-prototype__container, .hero-buy .s-model__container, .hero-buy .s-superhero__container, .hero-buy .s-tiles__container, .hero-buy .s-download__container, .hero-buy .s-launch__container {
    margin-bottom: -37px; }
  .hero-buy__mask {
    min-width: 100%;
    position: absolute;
    left: 50%;
    bottom: 44.5px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    fill: #fff; }
  .hero-buy:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 45px;
    background-color: #fff; }
  .hero-buy__title {
    margin-top: 0;
    margin-bottom: 0.333em;
    max-width: 9.403em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-family: "Univia Pro", Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
    line-height: 1.15;
    font-size: 42px;
    color: #fff;
    -webkit-transition: font-size 0.2s;
    transition: font-size 0.2s; }
    @media screen and (min-width: 768px) {
      .hero-buy__title {
        font-size: 60px; } }
    @media screen and (min-width: 961px) {
      .hero-buy__title {
        font-size: 72px; } }
  .hero-buy__text {
    margin-top: 0;
    margin-bottom: 3.278em;
    max-width: 41.667em;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.78;
    text-align: center;
    color: #fff; }
  @media (min-width: 768px) {
    .hero-buy-cards {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .hero-buy-cards__item {
        width: 100%;
        max-width: 457.2px; }
        .hero-buy-cards__item:nth-child(1) {
          margin-right: 4.83%; }
        .hero-buy-cards__item:nth-child(2) {
          margin-left: 4.83%; } }
  @media (max-width: 960px) {
    .hero-buy__text {
      font-size: 16px; } }
  @media (max-width: 767px) {
    .hero-buy__text {
      font-size: 14px; }
    .hero-buy-cards__item {
      margin-bottom: 35px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .hero-buy-cards__item:last-child {
        margin-bottom: 0; } }

.plan-card {
  padding: 25px;
  padding-top: 0;
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 457.2px;
  border-radius: 10px;
  box-shadow: 4px 4px 4px 0 rgba(35, 35, 35, 0.5);
  background-color: #fff; }
  .plan-card__title {
    margin-top: 0;
    margin-bottom: 0.667em;
    font-family: "Univia Pro", Arial, sans-serif;
    font-size: 28px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.78;
    text-align: center;
    color: #232323; }
  .plan-card__features {
    padding-bottom: 23.6px; }
  .plan-card__price-box {
    margin-bottom: 17px;
    text-align: center; }
  .plan-card__btn {
    width: 100%;
    font-family: "Univia Pro", Arial, sans-serif;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.3;
    text-align: center;
    border-radius: 10.8px;
    padding-top: 0.463em;
    padding-bottom: 0.463em; }
  .plan-card__extra {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center; }
    .plan-card__extra a {
      font-family: "Nunito Sans", Arial, sans-serif;
      font-size: 14px;
      font-weight: normal;
      font-style: normal;
      line-height: normal;
      color: #232323;
      -webkit-transition: color 0.2s;
      transition: color 0.2s; }
      .plan-card__extra a:hover, .plan-card__extra a:focus {
        color: #232323; }
      .plan-card__extra a:hover, .plan-card__extra a:focus {
        text-decoration: none; }
  .plan-card_perpetual .plan-card__btn {
    background-color: #a600f9; }
    .plan-card_perpetual .plan-card__btn:hover {
      background-color: #8700cb; }
  .plan-card_perpetual .toggle__visual:before {
    background-color: #a600f9; }
  @media (min-width: 768px) {
    .hero-buy-cards .plan-card {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      height: 100%; }
      .hero-buy-cards .plan-card__features {
        margin-bottom: auto; } }
  @media (min-width: 961px) {
    .plan-card {
      padding: 25px 40px;
      padding-top: 0; }
      .plan-card__title {
        font-size: 42px; }
      .plan-card__btn {
        font-size: 32.4px; } }
  @media (min-width: 768px) and (max-width: 960px) {
    .plan-card__title {
      font-size: 36px; } }

.check-list {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .check-list__item {
    padding-bottom: 1.3em;
    padding-left: 1.65em;
    position: relative;
    font-family: "Nunito Sans", Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.24;
    color: #4d4d4d; }
    .check-list__item:last-child {
      padding-bottom: 0; }
    .check-list__item .icon-check {
      position: absolute;
      left: 0;
      top: 0.15em;
      width: 0.93em;
      height: 0.7em;
      fill: #f9007a; }
    .check-list__item_disable {
      color: #d1d1d1; }
      .check-list__item_disable .icon-check {
        fill: transparent !important; }
    .check-list__item_highlight .icon-check {
      fill: #075885; }
  @media (min-width: 961px) {
    .check-list__item {
      font-size: 16px; } }

.price {
  display: inline-block;
  position: relative;
  font-size: 0;
  margin-bottom: 15px; }
  .price__currency {
    font-family: "Nunito Sans", Arial, sans-serif;
    font-size: 72px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.04;
    color: #000; }
  .price__value {
    font-family: "Nunito Sans", Arial, sans-serif;
    font-size: 72px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.04;
    color: #000; }
  .price__detail {
    position: absolute;
    left: calc(100% + 0.7em);
    top: 0.9em;
    font-family: "Nunito Sans", Arial, sans-serif;
    font-size: 10.8px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.25;
    color: #000; }
  .price__quant {
    white-space: nowrap;
    text-align: left; }
  .price__period {
    white-space: nowrap;
    text-align: left; }
  @media (max-width: 767px) {
    .price__currency {
      font-size: 46px; }
    .price__value {
      font-size: 46px; } }
  @media (min-width: 768px) and (max-width: 960px) {
    .price__currency {
      font-size: 62px; }
    .price__value {
      font-size: 62px; } }

.toggle {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Nunito Sans", Arial, sans-serif;
  font-size: 9px;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  color: #232323;
  text-transform: uppercase; }
  .toggle__l {
    margin-right: 1.21em; }
  .toggle__visual {
    position: relative;
    display: inline-block;
    height: 17px;
    width: 35px;
    border-radius: 8.5px;
    background-color: #efefef; }
    .toggle__visual:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 17px;
      height: 17px;
      border-radius: 50%;
      background: #f9007a;
      -webkit-transition: left 0.2s, color 0.2s;
      transition: left 0.2s, color 0.2s; }
  .toggle__r {
    margin-left: 1.21em; }
  .toggle_switched .toggle__visual:before {
    background-color: #7e00e8;
    left: calc(100% - 17px); }

.header-social {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .header-social li {
    margin-right: 54px; }
  .header-social__link {
    display: inline-block;
    width: 25px;
    height: 25px;
    color: #dfdfdf;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    padding: 0;
    text-decoration: none;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    .header-social__link:hover, .header-social__link:focus {
      color: #f9007a; }
    .header-social__link svg {
      fill: currentColor;
      opacity: 0.8;
      max-width: 100%;
      max-height: 100%; }

.info-link-box {
  margin: 47px auto 25px;
  max-width: 965px; }
  .info-link-box p {
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Nunito Sans", Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.78;
    text-align: center;
    color: #1e1e1e; }
  .info-link-box a {
    color: inherit; }
    .info-link-box a:hover {
      color: #f9007a; }
    .info-link-box a:focus {
      color: #f9007a; }

.b-logo-txt {
  padding: 30px 0; }
  .b-logo-txt--double .b-logo-txt__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .b-logo-txt__content .b-logo-txt__item:first-child {
    z-index: 1; }
  .b-logo-txt--double .b-logo-txt__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 39.8%;
        -ms-flex: 0 1 39.8%;
            flex: 0 1 39.8%; }
  .b-logo-txt--anchor .b-logo-txt__item {
    margin-top: -70px;
    padding-top: 70px; }
  .b-logo-txt__logo {
    text-align: center;
    font-size: 0;
    margin-bottom: 15px; }
    .b-logo-txt__logo img {
      font-size: 16px;
      max-width: 100%; }
  .b-logo-txt__txt {
    max-width: 990px;
    font-size: 14px;
    color: #4d4d4d;
    margin-left: auto;
    margin-right: auto; }
    .b-logo-txt__txt h1 {
      font-size: 42px; }
    .b-logo-txt__txt h2 {
      font-size: 32.76px; }
    .b-logo-txt__txt h3 {
      font-size: 28px; }
    .b-logo-txt__txt h4 {
      font-size: 23.24px; }
    .b-logo-txt__txt h5 {
      font-size: 18.76px; }
    .b-logo-txt__txt h6 {
      font-size: 14px; }
    .b-logo-txt__txt h1,
    .b-logo-txt__txt h2,
    .b-logo-txt__txt h3,
    .b-logo-txt__txt h4,
    .b-logo-txt__txt h5,
    .b-logo-txt__txt h6 {
      margin-top: 0;
      margin-bottom: 0.864em;
      font-family: "Univia Pro", Arial, sans-serif;
      font-weight: bold;
      line-height: 1.14;
      color: #3f3e3e; }
    .b-logo-txt__txt p {
      margin-top: 0;
      margin-bottom: 1.44em;
      font-family: "Nunito Sans", Arial, sans-serif;
      font-size: inherit;
      font-weight: normal;
      font-style: normal;
      line-height: 1.78;
      color: inherit; }
      .b-logo-txt__txt p:last-child {
        margin-bottom: 0; }
    .b-logo-txt__txt a:not(.btn) {
      color: inherit; }
      .b-logo-txt__txt a:not(.btn):hover {
        color: #f9007a; }
      .b-logo-txt__txt a:not(.btn):focus {
        color: #f9007a; }
    .b-logo-txt__txt button {
      color: inherit;
      font-family: inherit;
      text-decoration: underline;
      background: none;
      border: 0;
      padding: 0;
      margin: 0;
      cursor: pointer;
      -webkit-appearance: none;
      -moz-appearance: none; }
      .b-logo-txt__txt button:hover {
        color: #f9007a; }
      .b-logo-txt__txt button:focus {
        color: #f9007a; }
    .b-logo-txt__txt ul {
      list-style-type: none;
      padding: 0;
      margin: 0;
      margin-top: 0;
      margin-bottom: 1.44em;
      font-family: "Nunito Sans", Arial, sans-serif;
      font-size: inherit;
      font-weight: normal;
      line-height: 1.78; }
      .b-logo-txt__txt ul li {
        position: relative;
        padding-left: 1.1em; }
        .b-logo-txt__txt ul li:before {
          content: "•";
          position: absolute;
          left: 0;
          top: 0; }
  @media (min-width: 961px) {
    .b-logo-txt {
      padding: 45px 0; }
      .b-logo-txt--double {
        padding-bottom: 100px; }
      .b-logo-txt--double .b-logo-txt__txt h1 {
        font-size: 48px; }
      .b-logo-txt--double .b-logo-txt__txt h2 {
        font-size: 37.44px; }
      .b-logo-txt--double .b-logo-txt__txt h3 {
        font-size: 32px; }
      .b-logo-txt--double .b-logo-txt__txt h4 {
        font-size: 26.56px; }
      .b-logo-txt--double .b-logo-txt__txt h5 {
        font-size: 21.44px; }
      .b-logo-txt--double .b-logo-txt__txt h6 {
        font-size: 16px; }
      .b-logo-txt--anchor .b-logo-txt__item {
        margin-top: -130px;
        padding-top: 130px; }
      .b-logo-txt__txt {
        font-size: 18px; }
        .b-logo-txt__txt h1 {
          font-size: 66px; }
        .b-logo-txt__txt h2 {
          font-size: 51.48px; }
        .b-logo-txt__txt h3 {
          font-size: 44px; }
        .b-logo-txt__txt h4 {
          font-size: 36.52px; }
        .b-logo-txt__txt h5 {
          font-size: 29.48px; }
        .b-logo-txt__txt h6 {
          font-size: 22px; } }
  @media (min-width: 768px) and (max-width: 960px) {
    .b-logo-txt__txt h1 {
      font-size: 54px; }
    .b-logo-txt__txt h2 {
      font-size: 42.12px; }
    .b-logo-txt__txt h3 {
      font-size: 36px; }
    .b-logo-txt__txt h4 {
      font-size: 29.88px; }
    .b-logo-txt__txt h5 {
      font-size: 24.12px; }
    .b-logo-txt__txt h6 {
      font-size: 18px; } }
  @media screen and (max-width: 767.98px) {
    .b-logo-txt--double .b-logo-txt__content {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
    .b-logo-txt--double .b-logo-txt__item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; }
      .b-logo-txt--double .b-logo-txt__item:first-child {
        margin-bottom: 45px; } }

.enterprise-hero {
  background: #1c1069;
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding-top: 147px;
  padding-bottom: 57px;
  font-family: "Univia Pro", Arial, sans-serif;
  font-weight: bold;
  margin-top: -85px; }
  .enterprise-hero h1 {
    font-size: 48px;
    font-family: "Univia Pro", Arial, sans-serif;
    font-style: normal;
    line-height: 1;
    font-weight: normal;
    max-width: 8.39em;
    margin: 0.12em auto 0.38em; }
    @media screen and (min-width: 768px) {
      .enterprise-hero h1 {
        font-size: 72px; } }
    @media screen and (min-width: 961px) {
      .enterprise-hero h1 {
        font-size: 110px; } }
  .enterprise-hero__info {
    max-width: 690px;
    margin: 0 auto;
    font-weight: normal; }
    .enterprise-hero__info h2 {
      font-size: 24px;
      font-family: "Univia Pro", Arial, sans-serif;
      font-weight: normal;
      padding: 0 2%; }
      @media screen and (min-width: 768px) {
        .enterprise-hero__info h2 {
          font-size: 32px; } }
      @media screen and (min-width: 961px) {
        .enterprise-hero__info h2 {
          font-size: 37px; } }
    .enterprise-hero__info p {
      padding-left: 61px;
      padding-right: 61px;
      font-size: 16px;
      line-height: 1.6; }
      @media screen and (min-width: 768px) {
        .enterprise-hero__info p {
          font-size: 18px; } }
      @media screen and (min-width: 961px) {
        .enterprise-hero__info p {
          font-size: 20px; } }
  .enterprise-hero__btns {
    margin-top: 50px; }
    .enterprise-hero__btns .btn {
      background: transparent;
      border: 1px solid #979797;
      color: #e2e2e2;
      font-size: 16px;
      line-height: 1.55556;
      padding: 10px 24px;
      text-align: center;
      border-radius: 6px;
      -webkit-transition: background-color 0.3s ease, color 0.3s ease;
      transition: background-color 0.3s ease, color 0.3s ease;
      width: 321px;
      max-width: 100%; }
      @media screen and (min-width: 961px) {
        .enterprise-hero__btns .btn {
          font-size: 18px; } }
      .enterprise-hero__btns .btn:hover {
        background: #BEB6F0;
        color: #000; }
  @media screen and (max-width: 960.98px) {
    .enterprise-hero {
      margin-top: -41px;
      padding-top: 71px;
      padding-bottom: 30px; }
      .enterprise-hero__btns {
        margin-top: 30px; } }
  @media screen and (max-width: 767.98px) {
    .enterprise-hero__info p {
      padding: 0; } }

.enterprise-started {
  background-color: #201b3b;
  background-image: -webkit-linear-gradient(top, #1c1069, #201b3b);
  background-image: linear-gradient(to bottom, #1c1069, #201b3b);
  padding: 99px 0 140px; }
  .enterprise-started__container {
    max-width: 1344px;
    padding: 0 47px;
    position: relative;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media (max-width: 960px) {
      .enterprise-started__container {
        padding-left: 16px;
        padding-right: 16px; } }
  .enterprise-started__farea {
    background: #fff;
    border-radius: 10px;
    box-shadow: 4px 4px 4px 0 rgba(40, 40, 40, 0.5);
    padding: 32px 8% 32px 5%;
    -webkit-flex-basis: 59%;
        -ms-flex-preferred-size: 59%;
            flex-basis: 59%;
    max-width: 727px; }
    .enterprise-started__farea h2 {
      color: #4a4a4a;
      font-family: "Univia Pro", Arial, sans-serif;
      font-size: 31px;
      font-weight: 500;
      margin-bottom: 0.5em;
      line-height: 1.72093;
      margin-top: 0; }
      @media screen and (min-width: 768px) {
        .enterprise-started__farea h2 {
          font-size: 35px; } }
      @media screen and (min-width: 961px) {
        .enterprise-started__farea h2 {
          font-size: 43px; } }
    .enterprise-started__farea p {
      font-size: 1rem;
      font-family: "Nunito Sans", Arial, sans-serif;
      font-weight: normal;
      font-style: normal;
      line-height: 1.6;
      line-height: 1.6;
      color: #282828;
      max-width: 500px;
      margin-left: auto;
      margin-right: auto; }
      @media screen and (min-width: 768px) {
        .enterprise-started__farea p {
          font-size: 1.125rem; } }
      @media screen and (min-width: 961px) {
        .enterprise-started__farea p {
          font-size: 1.25rem; } }
      @media screen and (max-width: 960.98px) {
        .enterprise-started__farea p {
          line-height: 1.5; } }
  .enterprise-started__description {
    padding-left: 70px;
    padding-right: 40px;
    -webkit-flex-basis: 40.99%;
        -ms-flex-preferred-size: 40.99%;
            flex-basis: 40.99%;
    color: #d8d8d8;
    padding-top: 61px;
    font-size: 18px;
    line-height: 0.66667; }
    @media screen and (min-width: 768px) {
      .enterprise-started__description {
        font-size: 20px; } }
    @media screen and (min-width: 961px) {
      .enterprise-started__description {
        font-size: 24px; } }
    .enterprise-started__description p {
      margin-top: 0;
      margin-bottom: 1.3em;
      line-height: 1.33333; }
  @media screen and (max-width: 1199.98px) {
    .enterprise-started {
      padding: 45px 0 70px; }
      .enterprise-started__container {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        text-align: center; }
      .enterprise-started__description {
        padding: 45px 0 20px;
        -webkit-flex-basis: auto;
            -ms-flex-preferred-size: auto;
                flex-basis: auto;
        width: 100%;
        min-width: 50%;
        margin-left: auto;
        margin-right: auto; }
      .enterprise-started__farea {
        padding-left: 8%;
        padding-right: 8%;
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
            -ms-flex-order: 10;
                order: 10;
        -webkit-flex-basis: auto;
            -ms-flex-preferred-size: auto;
                flex-basis: auto;
        width: 100%;
        min-width: 50%;
        margin-left: auto;
        margin-right: auto; }
      .enterprise-started__form {
        margin-top: 24px; } }
  @media screen and (max-width: 767.98px) {
    .enterprise-started {
      padding: 0; }
      .enterprise-started__farea {
        margin-left: -16px;
        margin-right: -16px;
        border-radius: 0;
        padding-left: 16px;
        padding-right: 16px;
        width: calc(100% + 32px);
        max-width: none; } }

.prototype-hero {
  background: -webkit-linear-gradient(top, #075887, #05c2ff);
  background: linear-gradient(to bottom, #075887, #05c2ff);
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding-top: 147px;
  font-family: "Univia Pro", Arial, sans-serif;
  font-weight: bold;
  margin-top: -85px; }
  .prototype-hero h1 {
    font-size: 48px;
    font-family: "Univia Pro", Arial, sans-serif;
    font-style: normal;
    line-height: 1;
    font-weight: bold;
    max-width: 1125px;
    margin: 0.12em auto 0.38em; }
    @media screen and (min-width: 768px) {
      .prototype-hero h1 {
        font-size: 72px; } }
    @media screen and (min-width: 961px) {
      .prototype-hero h1 {
        font-size: 110px; } }
  .prototype-hero__info {
    max-width: 580px;
    margin: 0 auto 40px;
    font-weight: normal; }
    .prototype-hero__info p {
      padding-left: 61px;
      padding-right: 61px;
      font-size: 16px;
      line-height: 1.6; }
      @media screen and (min-width: 768px) {
        .prototype-hero__info p {
          font-size: 18px; } }
      @media screen and (min-width: 961px) {
        .prototype-hero__info p {
          font-size: 20px; } }
  .prototype-hero__image {
    background-size: cover;
    background-repeat: no-repeat;
    height: 590px; }
  @media (max-width: 960px) {
    .prototype-hero {
      position: relative;
      padding-bottom: 400px; }
      .prototype-hero__image {
        position: absolute;
        left: 0;
        background-position-x: -30px;
        height: 400px;
        width: 100%;
        background-size: unset; } }
  @media screen and (max-width: 960.98px) {
    .prototype-hero {
      margin-top: -41px;
      padding-top: 71px; } }
  @media screen and (max-width: 767.98px) {
    .prototype-hero__info p {
      padding: 0; } }

.prototype-form {
  padding: 50px 0 100px;
  text-align: center; }
  .prototype-form h1 {
    margin: 0 auto;
    max-width: 650px;
    font-size: 39px; }
  .prototype-form__trial-image {
    position: absolute;
    bottom: -50px;
    right: 50px; }
  .prototype-form__person {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 18px;
    margin: 35px 0; }
    .prototype-form__person-icon {
      margin-right: 20px;
      display: inline-block;
      max-width: 100%; }
    .prototype-form__person-name {
      margin-right: 20px;
      font-weight: bold; }
  .prototype-form__info {
    text-align: center; }
    .prototype-form__info p {
      margin: 0; }
  @media screen and (max-width: 960.98px) {
    .prototype-form__trial-image {
      position: static;
      margin-bottom: 30px; } }

.wireframe-hero {
  background: -webkit-linear-gradient(top, #075887, #05c2ff), no-repeat, 0 0, 0 0;
  background: linear-gradient(to bottom, #075887, #05c2ff), no-repeat, 0 0, 0 0;
  margin-top: -85px; }
  .wireframe-hero__label {
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    padding: 0.357em 2.143em;
    display: inline-block;
    color: #3d3d3d;
    font-size: 14px;
    font-weight: 700;
    overflow: hidden;
    padding-left: 1.071em;
    margin-bottom: 26px; }
    .wireframe-hero__label:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: #74bb11;
      -webkit-transform: skew(-35deg);
          -ms-transform: skew(-35deg);
              transform: skew(-35deg);
      z-index: -1; }
    .wireframe-hero__label:before {
      left: auto;
      right: 0;
      -webkit-transform-origin: 100% 0;
          -ms-transform-origin: 100% 0;
              transform-origin: 100% 0; }
  .wireframe-hero__title {
    margin-top: 0;
    margin-bottom: 0.417em;
    font-family: "Univia Pro", Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
    line-height: 1.15;
    font-size: 42px;
    color: #fff;
    -webkit-transition: font-size 0.2s;
    transition: font-size 0.2s; }
    @media screen and (min-width: 768px) {
      .wireframe-hero__title {
        font-size: 60px; } }
    @media screen and (min-width: 961px) {
      .wireframe-hero__title {
        font-size: 72px; } }
    @media (max-width: 1200px) {
      .wireframe-hero__title {
        font-size: 52px; } }
  .wireframe-hero__text {
    margin-top: 0;
    margin-bottom: 3em;
    max-width: 580px;
    font-family: "Nunito Sans", Arial, sans-serif;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.6;
    color: #fff; }
  .wireframe-hero__btn {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    border-radius: 8px;
    line-height: 70px;
    max-width: 550px;
    width: 100%;
    display: block;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .wireframe-hero__btn:hover {
      background: rgba(255, 255, 255, 0.1); }
  @media (max-width: 960px) {
    .wireframe-hero__title {
      margin-bottom: 50px; }
    .wireframe-hero__btn {
      margin: 0 auto; }
    .wireframe-hero__text {
      margin-left: auto;
      margin-right: auto;
      text-align: center; }
    .wireframe-hero .splitter__main {
      -webkit-box-ordinal-group: 6;
      -webkit-order: 5;
          -ms-flex-order: 5;
              order: 5;
      padding: 120px 20px 40px; }
    .wireframe-hero .splitter__sec {
      -webkit-box-ordinal-group: 11;
      -webkit-order: 10;
          -ms-flex-order: 10;
              order: 10; }
    .wireframe-hero .splitter__pic {
      max-height: 400px; }
      .wireframe-hero .splitter__pic img {
        max-height: unset;
        width: 100%; }
    .wireframe-hero__text {
      font-size: 18px; } }
  @media (max-width: 767px) {
    .wireframe-hero .splitter__main {
      padding: 145px 0 100px; }
    .wireframe-hero__text {
      font-size: 16px; } }
  @media (min-width: 961px) {
    .wireframe-hero .splitter__main {
      padding-top: 145px;
      padding-bottom: 100px;
      width: 60%; }
    .wireframe-hero .splitter__sec {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 40%; }
    .wireframe-hero .splitter__pic {
      margin-top: auto;
      height: 570px; }
      .wireframe-hero .splitter__pic img {
        display: block;
        float: none; } }

.wireframe-info {
  background: -webkit-linear-gradient(top, #ffffff, #f3f3f3);
  background: linear-gradient(to bottom, #ffffff, #f3f3f3);
  padding: 50px 0 100px; }
  .wireframe-info__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
  .wireframe-info__item {
    text-align: center;
    max-width: 484px;
    margin-right: 50px; }
    .wireframe-info__item:last-child {
      margin-right: 0; }
    .wireframe-info__item-icon {
      max-width: 75px;
      width: 100%; }
    .wireframe-info__item-title {
      font-size: 44px;
      font-weight: bold;
      margin: 10px 0 20px; }
    .wireframe-info__item-text {
      font-size: 20px;
      line-height: 32px;
      text-align: left; }
  @media (max-width: 960px) {
    .wireframe-info {
      padding-bottom: 50px; }
      .wireframe-info__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
      .wireframe-info__item {
        margin: 0 0 50px;
        max-width: 100%; }
        .wireframe-info__item:last-child {
          margin-bottom: 0; }
        .wireframe-info__item-title {
          font-size: 32px; }
        .wireframe-info__item-text {
          line-height: 1.5;
          font-size: 14px;
          text-align: center; } }

.request-box {
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: center; }
  .request-box:last-child {
    margin-bottom: 0; }
  .request-box .btn {
    line-height: 1.05; }
  @media (min-width: 961px) {
    .request-box {
      margin-top: 40px;
      margin-bottom: 40px; }
      .request-box .btn {
        min-width: 357px; } }

.discount-values {
  margin-top: 26px;
  margin-bottom: 26px; }
  .discount-values__item {
    font-family: "Univia Pro", Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    line-height: normal;
    color: #4d4d4d;
    text-align: center;
    text-transform: uppercase; }
  @media (min-width: 961px) {
    .discount-values {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .discount-values__item {
        font-size: 18px;
        margin: 0 1em; } }
  @media (max-width: 960px) {
    .discount-values {
      margin-top: 20px;
      margin-bottom: 20px; }
      .discount-values__item {
        font-size: 14px;
        margin-bottom: 1.625em; }
        .discount-values__item:last-child {
          margin-bottom: 0; } }

.b-faq {
  background-color: #f8f8f8;
  padding-top: 30px;
  padding-bottom: 20px; }
  .b-faq.no-icons svg {
    display: none; }
  .b-faq__title {
    margin-top: 0;
    margin-bottom: 1.34em;
    font-family: "Univia Pro", Arial, sans-serif;
    font-size: 28px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.14;
    text-align: center;
    color: #3f3e3e; }
  @media (min-width: 961px) {
    .b-faq {
      padding-top: 45px; }
      .b-faq__title {
        font-size: 44px; } }
  @media (min-width: 768px) and (max-width: 960px) {
    .b-faq__title {
      font-size: 36px; } }

@media (min-width: 961px) {
  .faqs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .faqs__l {
      width: 42.8%; }
    .faqs__r {
      width: 42.8%; } }

.faq {
  color: #4d4d4d; }
  .faq__q {
    font-size: 18px;
    font-family: "Univia Pro", Arial, sans-serif;
    font-weight: 500;
    line-height: 1.333; }
    @media screen and (min-width: 768px) {
      .faq__q {
        font-size: 20px; } }
    @media screen and (min-width: 961px) {
      .faq__q {
        font-size: 24px; } }
    .faq__q .icon-question {
      -webkit-transform: translateY(0.05em);
          -ms-transform: translateY(0.05em);
              transform: translateY(0.05em);
      width: 0.833em;
      height: 0.833em;
      fill: #74bb11; }
  .faq__a {
    font-size: 0.875rem;
    margin-bottom: 2em;
    font-family: "Nunito Sans", Arial, sans-serif;
    line-height: 1.778; }
    @media screen and (min-width: 768px) {
      .faq__a {
        font-size: 1rem; } }
    @media screen and (min-width: 961px) {
      .faq__a {
        font-size: 1.125rem; } }
    .faq__a p {
      margin-top: 0;
      margin-bottom: 1em; }
      .faq__a p:last-child {
        margin-bottom: 0; }
    .faq__a a {
      color: inherit; }
      .faq__a a:hover {
        color: #f9007a; }

.form-download-box {
  padding: 33px 33px 5px;
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 4px 4px 4px 0 rgba(40, 40, 40, 0.5);
  background-color: #fff; }
  .form-download-box__title {
    margin-top: 0;
    margin-bottom: 0.687em;
    font-family: "Univia Pro", Arial, sans-serif;
    font-size: 41.2px;
    font-weight: 500;
    font-style: normal;
    color: #3d3d3d; }
    .form-download-box__title .icon-download {
      width: 33px;
      height: 33px;
      fill: #74bb11; }

.form-download input {
  box-shadow: none;
  display: block;
  width: 100%;
  color: inherit;
  border-style: solid;
  font-family: "Univia Pro", Arial, sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.25;
  color: #4d4d4d;
  padding: 27px 18px;
  border-radius: 3px;
  border: solid 1px #979797; }
  .form-download input[type=text] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box; }
  .form-download input:active, .form-download input:focus {
    outline: none; }
  .form-download input[readonly] {
    background: rgba(0, 0, 0, 0.12);
    opacity: 0.7;
    cursor: text !important; }
  .form-download input::-webkit-input-placeholder {
    color: #979797;
    opacity: 0.99;
    -webkit-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out; }
  .form-download input::-moz-placeholder {
    color: #979797;
    opacity: 0.99;
    -webkit-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out; }
  .form-download input:-moz-placeholder {
    color: #979797;
    opacity: 0.99;
    -webkit-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out; }
  .form-download input:-ms-input-placeholder {
    color: #979797;
    opacity: 0.99;
    -webkit-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out; }
  .form-download input::-ms-input-placeholder {
    color: #979797;
    opacity: 0.99;
    -webkit-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
    -ms-transform: scale(0.8);
        transform: scale(0.8);
    -ms-transform-origin: left center;
        transform-origin: left center; }
  .form-download input:focus::-webkit-input-placeholder {
    color: #979797;
    opacity: 0;
    -webkit-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out; }
  .form-download input:focus::-moz-placeholder {
    color: #979797;
    opacity: 0;
    -webkit-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out; }
  .form-download input:focus:-moz-placeholder {
    color: #979797;
    opacity: 0;
    -webkit-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out; }
  .form-download input:focus:-ms-input-placeholder {
    color: #979797;
    opacity: 0;
    -webkit-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out; }

.form-download__info {
  margin-top: -10px;
  margin-bottom: 14px; }
  .form-download__info p {
    margin-bottom: 26px;
    color: #999999;
    font-weight: normal;
    line-height: 1.36;
    font-size: 14px; }
    .form-download__info p:last-child {
      margin-bottom: 0; }
  .form-download__info a {
    color: inherit;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    text-decoration: underline; }
    .form-download__info a:hover, .form-download__info a:focus {
      color: #f9007a; }
    .form-download__info a:hover {
      color: inherit;
      text-decoration: none; }

.form-download_vert .form-download__field {
  margin-bottom: 28px; }

.form-download_vert .btn_download {
  width: 100%;
  padding-top: 23px;
  padding-bottom: 21px;
  font-size: 32px;
  font-weight: 300;
  line-height: normal; }

.form-signup-box {
  color: #4d4d4d; }
  .form-signup-box .form-title {
    padding: 0 12px; }

.form-signup__row {
  margin-left: -12px;
  margin-right: -12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 28px; }

.form-signup__field {
  padding: 0 12px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  .form-signup__field input,
  .form-signup__field textarea {
    box-shadow: none;
    display: block;
    width: 100%;
    color: inherit;
    border-style: solid;
    border: 1px solid #979797;
    padding: 12px 14px;
    font-family: "Nunito Sans", Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.78;
    color: inherit; }
    .form-signup__field input[type=text],
    .form-signup__field textarea[type=text] {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background-clip: padding-box; }
    .form-signup__field input:active, .form-signup__field input:focus,
    .form-signup__field textarea:active,
    .form-signup__field textarea:focus {
      outline: none; }
    .form-signup__field input[readonly],
    .form-signup__field textarea[readonly] {
      background: rgba(0, 0, 0, 0.12);
      opacity: 0.7;
      cursor: text !important; }
    .form-signup__field input::-webkit-input-placeholder,
    .form-signup__field textarea::-webkit-input-placeholder {
      color: #d1d1d1;
      opacity: 0.99;
      -webkit-transition: opacity 0.35s ease-in-out;
      transition: opacity 0.35s ease-in-out; }
    .form-signup__field input::-moz-placeholder,
    .form-signup__field textarea::-moz-placeholder {
      color: #d1d1d1;
      opacity: 0.99;
      -webkit-transition: opacity 0.35s ease-in-out;
      transition: opacity 0.35s ease-in-out; }
    .form-signup__field input:-moz-placeholder,
    .form-signup__field textarea:-moz-placeholder {
      color: #d1d1d1;
      opacity: 0.99;
      -webkit-transition: opacity 0.35s ease-in-out;
      transition: opacity 0.35s ease-in-out; }
    .form-signup__field input:-ms-input-placeholder,
    .form-signup__field textarea:-ms-input-placeholder {
      color: #d1d1d1;
      opacity: 0.99;
      -webkit-transition: opacity 0.35s ease-in-out;
      transition: opacity 0.35s ease-in-out; }
    .form-signup__field input::-ms-input-placeholder,
    .form-signup__field textarea::-ms-input-placeholder {
      color: #d1d1d1;
      opacity: 0.99;
      -webkit-transition: opacity 0.35s ease-in-out;
      transition: opacity 0.35s ease-in-out;
      -ms-transform: scale(0.8);
          transform: scale(0.8);
      -ms-transform-origin: left center;
          transform-origin: left center; }
    .form-signup__field input:focus::-webkit-input-placeholder,
    .form-signup__field textarea:focus::-webkit-input-placeholder {
      color: #d1d1d1;
      opacity: 0;
      -webkit-transition: opacity 0.35s ease-in-out;
      transition: opacity 0.35s ease-in-out; }
    .form-signup__field input:focus::-moz-placeholder,
    .form-signup__field textarea:focus::-moz-placeholder {
      color: #d1d1d1;
      opacity: 0;
      -webkit-transition: opacity 0.35s ease-in-out;
      transition: opacity 0.35s ease-in-out; }
    .form-signup__field input:focus:-moz-placeholder,
    .form-signup__field textarea:focus:-moz-placeholder {
      color: #d1d1d1;
      opacity: 0;
      -webkit-transition: opacity 0.35s ease-in-out;
      transition: opacity 0.35s ease-in-out; }
    .form-signup__field input:focus:-ms-input-placeholder,
    .form-signup__field textarea:focus:-ms-input-placeholder {
      color: #d1d1d1;
      opacity: 0;
      -webkit-transition: opacity 0.35s ease-in-out;
      transition: opacity 0.35s ease-in-out; }
  .form-signup__field textarea {
    resize: none;
    min-height: 109px;
    max-height: 200px; }
  .form-signup__field input[type=submit] {
    width: auto;
    min-width: 264px;
    background-color: #7bd089;
    color: #fff;
    border-radius: 4px;
    border-color: transparent; }
    .form-signup__field input[type=submit]:hover, .form-signup__field input[type=submit]:focus {
      background-color: #55c367; }
  .form-signup__field-upload .btn {
    border-radius: 6px;
    border: solid 1px #979797;
    width: 100%;
    max-width: 170px;
    font-family: "Univia Pro", Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    text-align: center;
    color: #303030;
    background-color: #f2f2f2; }
    .form-signup__field-upload .btn:hover, .form-signup__field-upload .btn:focus {
      background-color: #e5e5e5; }

@media screen and (max-width: 767.98px) {
  .form-signup__row {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .form-signup__field {
    width: 100%; }
    .form-signup__field + .form-signup__field {
      margin-top: 28px; } }

.form__title {
  margin-top: 0;
  margin-bottom: 0.893em;
  font-family: "Univia Pro", Arial, sans-serif;
  font-size: 28px;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.68;
  color: inherit; }
  @media screen and (min-width: 768px) {
    .form__title {
      font-size: 24px; } }
  @media screen and (min-width: 961px) {
    .form__title {
      font-size: 28px; } }

.form_default input,
.form_default textarea {
  box-shadow: none;
  display: block;
  width: 100%;
  color: inherit;
  border-style: solid;
  border: 1px solid #979797;
  padding: 12px 14px;
  font-family: "Nunito Sans", Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.78;
  color: inherit; }
  .form_default input[type=text],
  .form_default textarea[type=text] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box; }
  .form_default input:active, .form_default input:focus,
  .form_default textarea:active,
  .form_default textarea:focus {
    outline: none; }
  .form_default input[readonly],
  .form_default textarea[readonly] {
    background: rgba(0, 0, 0, 0.12);
    opacity: 0.7;
    cursor: text !important; }
  .form_default input::-webkit-input-placeholder,
  .form_default textarea::-webkit-input-placeholder {
    color: #d1d1d1;
    opacity: 0.99;
    -webkit-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out; }
  .form_default input::-moz-placeholder,
  .form_default textarea::-moz-placeholder {
    color: #d1d1d1;
    opacity: 0.99;
    -webkit-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out; }
  .form_default input:-moz-placeholder,
  .form_default textarea:-moz-placeholder {
    color: #d1d1d1;
    opacity: 0.99;
    -webkit-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out; }
  .form_default input:-ms-input-placeholder,
  .form_default textarea:-ms-input-placeholder {
    color: #d1d1d1;
    opacity: 0.99;
    -webkit-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out; }
  .form_default input::-ms-input-placeholder,
  .form_default textarea::-ms-input-placeholder {
    color: #d1d1d1;
    opacity: 0.99;
    -webkit-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
    -ms-transform: scale(0.8);
        transform: scale(0.8);
    -ms-transform-origin: left center;
        transform-origin: left center; }
  .form_default input:focus::-webkit-input-placeholder,
  .form_default textarea:focus::-webkit-input-placeholder {
    color: #d1d1d1;
    opacity: 0;
    -webkit-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out; }
  .form_default input:focus::-moz-placeholder,
  .form_default textarea:focus::-moz-placeholder {
    color: #d1d1d1;
    opacity: 0;
    -webkit-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out; }
  .form_default input:focus:-moz-placeholder,
  .form_default textarea:focus:-moz-placeholder {
    color: #d1d1d1;
    opacity: 0;
    -webkit-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out; }
  .form_default input:focus:-ms-input-placeholder,
  .form_default textarea:focus:-ms-input-placeholder {
    color: #d1d1d1;
    opacity: 0;
    -webkit-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out; }

.form_default textarea {
  resize: none;
  min-height: 109px;
  max-height: 200px; }

.announce {
  background-image: -webkit-linear-gradient(top, #f8f8f8, #f3f3f3);
  background-image: linear-gradient(to bottom, #f8f8f8, #f3f3f3);
  padding: 0 0 30px;
  margin-bottom: 28px; }
  .announce__post-text {
    font-family: "Nunito Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.78;
    text-align: center;
    color: #4d4d4d; }
    .announce__post-text a {
      color: inherit; }
      .announce__post-text a:hover {
        color: #f9007a; }
  @media (min-width: 961px) {
    .announce {
      padding: 83px 0 16px; }
      .announce__post-text {
        font-size: 18px; } }
  .announce_var2 {
    padding-top: 30px;
    margin-bottom: 0;
    background: #f9f9f9; }
    .announce_var2 .b-col3__item {
      border-right-color: transparent; }
    @media screen and (min-width: 961px) {
      .announce_var2 {
        padding-top: 59px;
        padding-bottom: 0; }
        .announce_var2 .b-col3__pic {
          text-align: center; }
          .announce_var2 .b-col3__pic img {
            width: auto;
            height: 100%; } }

.b-col3__title {
  margin-top: 0;
  margin-bottom: 1.1em;
  font-family: "Univia Pro", Arial, sans-serif;
  font-size: 32px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.28;
  color: #3f3e3e; }

.b-col3__text {
  font-family: "Nunito Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.78;
  color: #4d4d4d; }

.b-col3__pic {
  overflow: hidden;
  height: 222px; }
  .b-col3__pic img {
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

@media screen and (min-width: 961px) {
  .b-col3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .b-col3__item {
      padding: 0 30px;
      width: 33.333%;
      margin-bottom: 23px;
      border-right: 1px solid #e1e1e1; }
      .b-col3__item:nth-child(3n+1) {
        padding-left: 0; }
      .b-col3__item:nth-child(3n) {
        padding-right: 0;
        border-right-color: transparent; }
    .b-col3__title {
      font-size: calc(24px + 12 * ((100vw - 960px) / 480)); }
    .b-col3__text {
      font-size: 18px; }
    .b-col3__pic {
      margin-bottom: 58px; }
      .b-col3__pic img {
        width: 100%;
        min-height: 100%; } }

@media (min-width: 1440px) {
  .b-col3__title {
    font-size: 36px; } }

@media screen and (max-width: 960.98px) {
  .b-col3__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e1e1e1;
    text-align: center; }
  .b-col3__text {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto; }
  .b-col3__pic {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    min-height: 222px;
    margin: 0 -16px 30px; }
    .b-col3__pic img {
      min-height: 100%; } }

@media screen and (max-width: 359.98px) {
  .b-col3__item {
    text-align: left; }
    .announce_var2 .b-col3__item {
      text-align: center; } }

@media screen and (min-width: 768px) and (max-width: 960.98px) {
  .b-col3__text {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px; } }

.b-list-col3 {
  overflow: hidden; }
  .b-list-col3__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .b-list-col3__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  @media (min-width: 961px) {
    .b-list-col3__container {
      margin-left: -29px;
      margin-right: -29px;
      margin-bottom: -58px; }
    .b-list-col3__item {
      width: 33.33333%;
      padding: 0 29px;
      margin-bottom: 58px; } }
  @media (max-width: 767px) {
    .b-list-col3__container {
      margin-left: -13px;
      margin-right: -13px;
      margin-bottom: -26px; }
    .b-list-col3__item {
      width: 100%;
      padding: 0 13px;
      margin-bottom: 26px; } }
  @media (min-width: 768px) and (max-width: 960px) {
    .b-list-col3__container {
      margin-left: -13px;
      margin-right: -13px;
      margin-bottom: -26px; }
    .b-list-col3__item {
      width: 50%;
      padding: 0 13px;
      margin-bottom: 26px; } }

.blog-section {
  background-color: #f9f9f9;
  padding-bottom: 30px; }
  @media screen and (max-width: 960.98px) {
    .blog-section {
      padding-top: 30px; } }

.blog-list {
  margin-bottom: 20px; }
  .blog-list__title {
    margin-top: 0;
    margin-bottom: 1.067em;
    font-size: 32px;
    font-family: "Univia Pro", Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
    line-height: 1.07;
    color: #524f4f; }
    @media screen and (min-width: 768px) {
      .blog-list__title {
        font-size: 36px; } }
    @media screen and (min-width: 961px) {
      .blog-list__title {
        font-size: 44px; } }

.b-single-post {
  background-color: #f9f9f9; }
  .b-single-post__container {
    max-width: 1344px;
    padding: 0 47px;
    position: relative;
    margin: 0 auto; }
    @media (max-width: 960px) {
      .b-single-post__container {
        padding-left: 16px;
        padding-right: 16px; } }
  .b-single-post__header {
    padding-top: 24px; }
  .b-single-post__title {
    margin-top: 0;
    margin-bottom: 0.82em;
    max-width: 9.09em;
    font-family: "Univia Pro", Arial, sans-serif;
    font-size: 32px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.14;
    color: #3f3e3e; }
    @media screen and (min-width: 768px) {
      .b-single-post__title {
        font-size: 36px; } }
    @media screen and (min-width: 961px) {
      .b-single-post__title {
        font-size: 44px; } }
  .b-single-post__meta {
    margin-bottom: 18px; }
  .b-single-post__author {
    font-family: "Nunito Sans", Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    color: #4d4d4d;
    position: relative; }
    .b-single-post__author:after {
      content: "";
      display: block;
      width: 100%;
      max-width: 43px;
      height: 4px;
      margin-top: 8px;
      background-color: #00cfcb;
      -webkit-transform: skew(-35deg);
          -ms-transform: skew(-35deg);
              transform: skew(-35deg); }
    .b-single-post__author a {
      text-decoration: none;
      color: inherit; }
      .b-single-post__author a:hover, .b-single-post__author a:focus {
        text-decoration: underline;
        color: #f9007a; }
  .b-single-post__thumbnail {
    overflow: hidden;
    margin-bottom: -49px; }
    .b-single-post__thumbnail img {
      width: 100%;
      max-height: 487px;
      -o-object-fit: cover;
         object-fit: cover; }
  .b-single-post__body {
    position: relative;
    padding-bottom: 37px;
    border-bottom: 2px solid rgba(151, 151, 151, 0.2); }
  .b-single-post__content {
    padding-top: 24px; }
  .b-single-post__sidebar {
    padding-top: 30px; }
    .b-single-post__sidebar-box {
      margin-bottom: 65px; }
    .b-single-post__sidebar-title {
      margin-top: 0;
      font-family: "Univia Pro", Arial, sans-serif;
      font-size: 14px;
      font-weight: bold;
      font-style: normal;
      line-height: normal;
      color: #3f3e3e; }
    .b-single-post__sidebar-author {
      margin-bottom: 75px; }
  .b-single-post__footer {
    padding-top: 25px;
    padding-bottom: 65px; }
    .b-single-post__footer-title {
      margin-top: 0;
      margin-bottom: 1em;
      font-family: "Univia Pro", Arial, sans-serif;
      font-size: 14px;
      font-weight: bold;
      font-style: normal;
      line-height: 3.57;
      letter-spacing: normal;
      color: #3f3e3e; }
  @media screen and (min-width: 961px) {
    .b-single-post__body {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      z-index: 10; }
    .b-single-post__content {
      padding-right: 23px;
      background-color: #f9f9f9;
      -webkit-flex-basis: 70.95%;
          -ms-flex-preferred-size: 70.95%;
              flex-basis: 70.95%;
      min-width: 70.95%; }
    .b-single-post__sidebar {
      overflow: hidden;
      margin-top: 49px;
      padding-top: 61px;
      padding-left: 5.42%;
      -webkit-flex-basis: 29.05%;
          -ms-flex-preferred-size: 29.05%;
              flex-basis: 29.05%; } }
  @media screen and (max-width: 960.98px) {
    .b-single-post__body {
      padding-bottom: 15px; }
    .b-single-post__sidebar-box {
      margin-bottom: 45px; }
    .b-single-post__sidebar-author {
      margin-bottom: 45px; }
    .b-single-post__thumbnail {
      margin-bottom: 0; } }

.b-action-event {
  padding: 50px 0 0;
  overflow: visible; }
  .b-action-event__title {
    margin: 0 0 50px;
    text-align: center;
    font-size: 44px;
    font-family: "Univia Pro", Arial, sans-serif; }
  .b-action-event__main-list {
    position: relative;
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    padding: 0;
    margin: 0;
    padding-bottom: 205px; }
    .b-action-event__main-list img {
      position: absolute;
      bottom: 0;
      right: 0; }
    .b-action-event__main-list--no-padding {
      padding-bottom: 40px; }
  .b-action-event__secondary-list {
    list-style: none;
    font-size: 20px;
    line-height: 49px;
    margin-bottom: 50px; }
    .b-action-event__secondary-list-title {
      font-weight: bold; }
  @media (max-width: 960px) {
    .b-action-event__main-list {
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2; }
      .b-action-event__main-list img {
        left: calc(50% - 187px); } }
  @media (max-width: 767px) {
    .b-action-event__main-list {
      -webkit-column-count: 1;
         -moz-column-count: 1;
              column-count: 1; }
      .b-action-event__main-list img {
        left: 0;
        left: calc(50% - 187px); } }
    @media (max-width: 767px) and (max-width: 420px) {
      .b-action-event__main-list img {
        width: 100%;
        left: 0; } }
  @media (max-width: 767px) {
    .b-action-event__secondary-list {
      padding-left: 20px; } }

.tags {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .tags__item {
    margin-right: 0.5em;
    font-family: "Univia Pro", Arial, sans-serif;
    font-size: inherit;
    font-weight: 500;
    font-style: normal;
    line-height: 1.5;
    color: #1bd17b; }
    .tags__item:after {
      content: ','; }
    .tags__item:last-child:after {
      content: normal; }
    .tags__item a {
      text-decoration: none;
      color: #000;
      color: inherit;
      -webkit-transition: color 0.2s;
      transition: color 0.2s; }
      .tags__item a:hover, .tags__item a:focus {
        color: #f9007a; }
  @media screen and (max-width: 960.98px) {
    .tags {
      font-size: 10px; } }
  @media screen and (min-width: 961px) {
    .b-single-post__sidebar .tags__item {
      min-width: 100%;
      margin-bottom: 10px;
      margin-right: 0; }
      .b-single-post__sidebar .tags__item:after {
        content: normal; }
      .b-single-post__sidebar .tags__item:last-child {
        margin-bottom: 0; } }

.preview {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .preview__pic {
    height: 225px;
    overflow: hidden;
    margin-bottom: 33px; }
    .preview__pic a {
      display: block; }
      .preview__pic a:hover img, .preview__pic a:focus img {
        -webkit-transform: translateX(-50%) scale(1.1);
            -ms-transform: translateX(-50%) scale(1.1);
                transform: translateX(-50%) scale(1.1); }
    .preview__pic img {
      min-width: 100%;
      min-height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s; }
  .preview__meta {
    margin-top: -15px;
    margin-bottom: 15px; }
  .preview__btn-box {
    margin-top: auto;
    padding-top: 20px; }
    .preview__btn-box .btn {
      width: 100%; }
  .preview__title {
    margin-top: 0;
    margin-bottom: 0.8em;
    font-family: "Nunito Sans", Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: bold;
    font-style: normal;
    line-height: normal;
    color: #4d4d4d; }
    @media screen and (min-width: 768px) {
      .preview__title {
        font-size: 1rem; } }
    @media screen and (min-width: 961px) {
      .preview__title {
        font-size: 1.125rem; } }
    .preview__title a {
      text-decoration: none;
      color: inherit;
      -webkit-transition: color 0.2s;
      transition: color 0.2s; }
      .preview__title a:hover, .preview__title a:focus {
        color: #f9007a; }
  .preview__text {
    margin-top: 0;
    margin-bottom: 0.5em;
    font-family: "Nunito Sans", Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
    color: #4d4d4d; }
    @media screen and (min-width: 768px) {
      .preview__text {
        font-size: 1rem; } }
    @media screen and (min-width: 961px) {
      .preview__text {
        font-size: 1.125rem; } }
  @media screen and (max-width: 960.98px) {
    .preview__btn-box {
      margin-bottom: 30px; } }
  @media screen and (max-width: 767.98px) {
    .preview__pic {
      margin-bottom: 20px; }
    .preview__meta {
      margin-top: -5px; } }

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .pagination > .btn {
    line-height: 1; }
    .pagination > .btn:first-child {
      margin-right: 10px; }
    .pagination > .btn:last-child {
      margin-left: 10px; }
  .pagination__pages {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 15px; }

.hero-company {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .hero-company__title {
    margin-top: 0;
    margin-bottom: 0.458em;
    font-family: "Univia Pro", Arial, sans-serif;
    font-size: 42px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.11;
    color: #3f3e3e; }
  .hero-company__text {
    margin-top: 0;
    margin-bottom: 1em;
    font-family: "Nunito Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.45;
    color: #4d4d4d; }
    .hero-company__text:last-child {
      margin-bottom: 0; }
    .hero-company__text p:first-child {
      margin-top: 0; }
    .hero-company__text p:last-child {
      margin-bottom: 0; }
  .hero-company__content {
    width: 100%;
    margin-right: -100%;
    position: relative;
    z-index: 10; }
  .hero-company__shifter {
    width: 100%;
    padding-left: 51.28%;
    margin-top: 130px;
    margin-bottom: 130px; }
  .hero-company__bg {
    font-size: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 5; }
    .hero-company__bg img {
      font-size: 16px;
      min-width: 100%;
      min-height: 100%;
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
  @media screen and (min-width: 961px) {
    .hero-company__title {
      font-size: calc(58px + 14 * ((100vw - 961px) / (239 ))); }
    .hero-company__text {
      font-size: 22px; } }
  @media screen and (min-width: 1200px) {
    .hero-company__title {
      font-size: 72px; } }
  @media screen and (max-width: 960.98px) {
    .hero-company__title {
      font-size: calc(42px + 18 * ((100vw - 768px) / (1440 - 768 ))); }
    .hero-company__text {
      font-size: 18px; } }
  @media screen and (max-width: 767.98px) {
    .hero-company {
      position: relative; }
      .hero-company__title {
        font-size: 42px; }
      .hero-company__text {
        font-size: 16px; }
      .hero-company .container, .hero-company .prototype-form__container, .hero-company .s-hero-prototype__container, .hero-company .s-model__container, .hero-company .s-superhero__container, .hero-company .s-tiles__container, .hero-company .s-download__container, .hero-company .s-launch__container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        min-height: 100%;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
      .hero-company__content {
        margin-right: 0; }
      .hero-company__shifter {
        text-align: center;
        padding-left: 0;
        margin-top: 80px;
        margin-bottom: 80px; }
      .hero-company__bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
        .hero-company__bg img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          -webkit-filter: blur(5px);
                  filter: blur(5px); }
        .hero-company__bg:before {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          z-index: 1;
          background-color: rgba(255, 255, 255, 0.1);
          background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0));
          background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0)); } }

.company-wiw {
  background-color: #f3f3f3;
  padding-top: 40px;
  padding-bottom: 40px; }

.blockquote {
  clear: both;
  font-family: "Univia Pro", Arial, sans-serif;
  font-size: 58px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.21;
  letter-spacing: normal;
  color: #4d4d4d;
  margin: 0 0.862em 0.862em;
  text-align: center; }
  .blockquote blockquote,
  .wiw .blockquote blockquote {
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0; }
    .blockquote blockquote:before,
    .wiw .blockquote blockquote:before {
      content: normal; }
    .blockquote blockquote p,
    .wiw .blockquote blockquote p {
      margin-bottom: 0.862em; }
  .blockquote_alignright {
    width: 480px;
    float: right;
    margin-right: 0;
    text-align: left; }
  .blockquote_alignleft {
    width: 480px;
    float: left;
    margin-left: 0;
    text-align: left; }
  @media screen and (max-width: 960.98px) {
    .blockquote {
      font-size: 46px; } }
  @media screen and (max-width: 767.98px) {
    .blockquote {
      font-size: 34px;
      max-width: 100%;
      text-align: center; }
      .blockquote_alignright {
        float: none;
        margin-left: auto;
        margin-right: auto; }
      .blockquote_alignleft {
        float: none;
        margin-left: auto;
        margin-right: auto; } }

.b-video {
  position: relative;
  margin: 0 auto; }
  .b-video--downloading-page {
    max-width: 900px;
    margin: 30px auto 60px; }
  .b-video::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 56.5%; }
  .b-video iframe {
    margin: 0 auto;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

.preview-list__title {
  margin-top: 0;
  margin-bottom: 0.929em;
  font-family: "Univia Pro", Arial, sans-serif;
  font-size: 28px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.68;
  color: #524f4f; }

.preview-list + .preview-list {
  margin-top: 60px; }

@media screen and (max-width: 960.98px) {
  .preview-list__title {
    font-size: 20px; } }

.support-info {
  background-color: #f3f3f3;
  padding-top: 52px;
  padding-bottom: 80px; }
  .support-info__title {
    margin-top: 0;
    margin-bottom: 0.644em;
    font-family: "Univia Pro", Arial, sans-serif;
    font-size: 90px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.14;
    color: #3f3e3e; }
  .support-info__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .support-info__content {
    width: 100%; }
    .support-info__content.wiw {
      padding-top: 0;
      font-size: 20px; }
      .support-info__content.wiw ol, .support-info__content.wiw ul {
        font-weight: normal;
        list-style-position: inside;
        padding-left: 0; }
      .support-info__content.wiw p:first-child {
        margin-top: 0; }
      .support-info__content.wiw p:last-child {
        margin-bottom: 0; }
  @media screen and (min-width: 961px) {
    .support-info__content {
      width: 68.88%;
      padding-right: 7.04%; }
    .support-info__pic-box {
      width: 31.12%; } }
  @media screen and (max-width: 960.98px) {
    .support-info__title {
      font-size: 72px; }
    .support-info__inner {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
    .support-info__content {
      margin-bottom: 20px; }
      .support-info__content.wiw {
        font-size: 18px; } }
  @media screen and (max-width: 767.98px) {
    .support-info__title {
      font-size: 48px; }
    .support-info__content.wiw {
      font-size: 16px; } }

.mail-pics {
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .mail-pics__text {
    max-width: 100%;
    overflow-x: auto;
    font-family: "Univia Pro", Arial, sans-serif;
    font-size: 32px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.31;
    color: #4d4d4d; }
    .mail-pics__text a {
      color: inherit; }
      .mail-pics__text a:hover, .mail-pics__text a:focus {
        color: #f9007a; }
  .mail-pics__pic {
    max-width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 26px; }
    .mail-pics__pic img {
      max-width: 100%; }
  @media screen and (max-width: 1199.98px) {
    .mail-pics__text {
      font-size: 28px; } }
  @media screen and (max-width: 960.98px) {
    .mail-pics {
      text-align: center; }
      .mail-pics__pic {
        width: 100%; }
      .mail-pics__text {
        width: 100%;
        font-size: 24px; } }

.hero-pic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .hero-pic__title {
    margin-top: 0;
    margin-bottom: 0.333em;
    font-family: "Univia Pro", Arial, sans-serif;
    font-size: 42px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.11;
    color: #fff; }
  .hero-pic__text {
    margin-top: 0;
    margin-bottom: 1em;
    font-family: "Nunito Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.45;
    color: #fff; }
    .hero-pic__text:last-child {
      margin-bottom: 0; }
    .hero-pic__text p:first-child {
      margin-top: 0; }
    .hero-pic__text p:last-child {
      margin-bottom: 0; }
  .hero-pic__content {
    width: 100%;
    margin-right: -100%;
    position: relative;
    z-index: 10; }
  .hero-pic__shifter {
    width: 100%;
    max-width: 654px;
    margin-top: 183px;
    margin-bottom: 93px;
    margin-left: -94px;
    padding: 20px 10px 40px 94px;
    background-color: rgba(0, 0, 0, 0.6); }
  .hero-pic__bg {
    font-size: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 5; }
    .hero-pic__bg img {
      font-size: 16px;
      min-width: 100%;
      min-height: 100%;
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
  @media screen and (min-width: 961px) {
    .hero-pic {
      margin-bottom: 30px; }
      .hero-pic__title {
        font-size: calc(58px + 14 * ((100vw - 961px) / (239 ))); }
      .hero-pic__text {
        font-size: 22px; } }
  @media screen and (min-width: 1200px) {
    .hero-pic__title {
      font-size: 72px; } }
  @media screen and (max-width: 960.98px) {
    .hero-pic__title {
      font-size: calc(42px + 18 * ((100vw - 768px) / (1440 - 768 ))); }
    .hero-pic__text {
      font-size: 18px; } }
  @media screen and (max-width: 767.98px) {
    .hero-pic {
      position: relative; }
      .hero-pic__title {
        font-size: 42px; }
      .hero-pic__text {
        font-size: 16px; }
      .hero-pic .container, .hero-pic .prototype-form__container, .hero-pic .s-hero-prototype__container, .hero-pic .s-model__container, .hero-pic .s-superhero__container, .hero-pic .s-tiles__container, .hero-pic .s-download__container, .hero-pic .s-launch__container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        min-height: 100%;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
      .hero-pic__content {
        margin-right: 0; }
      .hero-pic__shifter {
        padding-left: 10px;
        margin-left: 0;
        margin-top: 80px;
        margin-bottom: 80px; }
      .hero-pic__bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
        .hero-pic__bg img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; } }

.hero-base {
  padding-top: 73px;
  padding-bottom: 5px; }
  .hero-base__title {
    margin-top: 0;
    margin-bottom: 0.333em;
    font-family: "Univia Pro", Arial, sans-serif;
    font-size: 42px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.11;
    color: #3f3e3e; }
    .hero-base__title:last-child {
      margin-bottom: 0; }
  .hero-base__text {
    margin-top: 0;
    margin-bottom: 1em;
    font-family: "Nunito Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.45;
    color: #3f3e3e; }
    .hero-base__text:last-child {
      margin-bottom: 0; }
    .hero-base__text p:first-child {
      margin-top: 0; }
    .hero-base__text p:last-child {
      margin-bottom: 0; }
  @media screen and (min-width: 961px) {
    .hero-base__title {
      font-size: 72px; }
    .hero-base__text {
      font-size: 22px; } }
  @media screen and (max-width: 960.98px) {
    .hero-base {
      padding-top: 40px; }
      .hero-base__title {
        font-size: 60px; }
      .hero-base__text {
        font-size: 18px; } }
  @media screen and (max-width: 767.98px) {
    .hero-base__title {
      font-size: 42px; }
    .hero-base__text {
      font-size: 16px; } }

.b-sidebar-box {
  padding-top: 40px;
  padding-bottom: 40px; }
  .b-sidebar-box__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .b-sidebar-box__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .b-sidebar-box__sidebar {
    width: 36.4%;
    padding-left: 7%; }
  @media screen and (max-width: 960.98px) {
    .b-sidebar-box__inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .b-sidebar-box__sidebar {
      width: 100%;
      padding-left: 0; } }

.hero-edu {
  background-color: #425185; }
  @media (min-width: 961px) {
    .hero-edu .splitter__main {
      width: 58.56%; }
    .hero-edu .splitter__sec {
      width: 41.44%; } }
  .hero-edu__title {
    margin-top: 0;
    margin-bottom: 0.521em;
    font-family: "Univia Pro", Arial, sans-serif;
    font-size: 28px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.15;
    color: #fff; }
    @media screen and (min-width: 768px) {
      .hero-edu__title {
        font-size: 38px; } }
    @media screen and (min-width: 961px) {
      .hero-edu__title {
        font-size: 48px; } }
  .hero-edu__text {
    font-family: "Nunito Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.6;
    color: #fff; }
    @media screen and (min-width: 768px) {
      .hero-edu__text {
        font-size: 18px; } }
    @media screen and (min-width: 961px) {
      .hero-edu__text {
        font-size: 20px; } }
  @media screen and (min-width: 961px) {
    .hero-edu .splitter__main {
      padding-top: 100px;
      padding-bottom: 60px;
      padding-right: 13.12%; }
    .hero-edu .splitter__sec {
      padding-top: 57px;
      padding-bottom: 60px; } }
  @media screen and (max-width: 960.98px) {
    .hero-edu__title {
      margin-bottom: 1em;
      max-width: 400px;
      margin-left: auto;
      margin-right: auto; }
    .hero-edu__text {
      max-width: 400px;
      margin-left: auto;
      margin-right: auto; }
    .hero-edu .splitter__main {
      text-align: center;
      -webkit-box-ordinal-group: 6;
      -webkit-order: 5;
          -ms-flex-order: 5;
              order: 5;
      padding-top: 50px;
      padding-bottom: 40px; }
    .hero-edu .splitter__sec {
      -webkit-box-ordinal-group: 11;
      -webkit-order: 10;
          -ms-flex-order: 10;
              order: 10;
      padding-bottom: 30px;
      text-align: center; }
      .hero-edu .splitter__sec img {
        max-width: 100%; } }

.request-license {
  padding-top: 61px;
  padding-bottom: 94px;
  background-color: #f3f3f3; }
  .request-license__title {
    margin-top: 0;
    margin-bottom: 1.7em;
    font-family: "Univia Pro", Arial, sans-serif;
    font-size: 32px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.27;
    color: #3f3e3e; }
    @media screen and (min-width: 768px) {
      .request-license__title {
        font-size: 36px; } }
    @media screen and (min-width: 961px) {
      .request-license__title {
        font-size: 44px; } }
  @media screen and (max-width: 960.98px) {
    .request-license {
      padding-top: 30px;
      padding-bottom: 45px; } }

.toggle-block {
  position: relative;
  overflow: hidden; }
  .toggle-block__controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .toggle-block__btn {
    padding-right: 20px;
    padding-bottom: 4px;
    margin-right: 10.56%;
    font-family: "Univia Pro", Arial, sans-serif;
    font-size: 18px;
    font-size: 0.875rem;
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    color: #3d3d3d;
    border-bottom: 4px solid rgba(61, 61, 61, 0.3);
    cursor: pointer;
    -webkit-transition: color 0.2s, border-color 0.2s;
    transition: color 0.2s, border-color 0.2s; }
    @media screen and (min-width: 768px) {
      .toggle-block__btn {
        font-size: 1rem; } }
    @media screen and (min-width: 961px) {
      .toggle-block__btn {
        font-size: 1.125rem; } }
    .toggle-block__btn_active {
      color: #f9007a;
      border-bottom-color: #f9007a; }
  .toggle-block__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .toggle-block__col1 {
    width: 100%;
    margin-bottom: 30px;
    font-family: "Nunito Sans", Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: normal;
    font-style: normal;
    line-height: 1.78;
    color: #4d4d4d; }
    @media screen and (min-width: 768px) {
      .toggle-block__col1 {
        font-size: 1rem; } }
    @media screen and (min-width: 961px) {
      .toggle-block__col1 {
        font-size: 1.125rem; } }
  .toggle-block__col2 {
    width: 100%; }
  @media screen and (min-width: 961px) {
    .toggle-block {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
      .toggle-block__col1 {
        width: 50%;
        padding-right: 7.76%;
        margin-top: 60px;
        margin-bottom: 0; }
      .toggle-block__col2 {
        width: 50%; } }

.template-col-3 {
  background-color: #f9f9f9;
  padding-top: 15px;
  padding-bottom: 50px; }
  .template-col-3__title {
    margin-top: 0;
    margin-bottom: 0.35em;
    font-size: 32px;
    font-family: "Univia Pro", Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
    line-height: 1.5;
    color: #4d4d4d; }
    @media screen and (min-width: 768px) {
      .template-col-3__title {
        font-size: 36px; } }
    @media screen and (min-width: 961px) {
      .template-col-3__title {
        font-size: 44px; } }
  .template-col-3__text {
    max-width: 750px;
    margin-bottom: 50px;
    font-family: "Nunito Sans", Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
    color: #4d4d4d; }
    @media screen and (min-width: 768px) {
      .template-col-3__text {
        font-size: 18px; } }
    @media screen and (min-width: 961px) {
      .template-col-3__text {
        font-size: 20px; } }
    .template-col-3__text p:first-child {
      margin-top: 0; }
    .template-col-3__text a {
      color: inherit;
      -webkit-transition: color 0.2s;
      transition: color 0.2s; }
      .template-col-3__text a:hover, .template-col-3__text a:focus {
        color: #f9007a; }
  @media screen and (max-width: 960.98px) {
    .template-col-3 {
      padding-top: 30px; } }

.sidebar-social {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .sidebar-social li {
    margin-right: 16px;
    margin-bottom: 8px; }
  .sidebar-social__link {
    display: block;
    width: 24px;
    height: 24px;
    color: #4d4d4d;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    padding: 0;
    text-decoration: none;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    .sidebar-social__link:hover, .sidebar-social__link:focus {
      color: #f9007a; }
    .sidebar-social__link svg {
      fill: currentColor;
      max-width: 100%;
      max-height: 100%; }

.author:after {
  content: '';
  display: block;
  width: 100%;
  max-width: 42px;
  height: 4px;
  margin-top: 13px;
  background-color: #00cfcb;
  -webkit-transform: skew(-35deg);
      -ms-transform: skew(-35deg);
          transform: skew(-35deg); }

.author__pic {
  width: 127px;
  height: 127px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 28px; }
  .author__pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.author__desc {
  max-width: 203px;
  font-family: "Nunito Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  color: #4d4d4d; }

.b-plans {
  position: relative;
  min-height: 990px;
  background-image: -webkit-linear-gradient(top, #050e11 20%, #009cd9 74%, #7e00e8);
  background-image: linear-gradient(to bottom, #050e11 20%, #009cd9 74%, #7e00e8);
  background-repeat: no-repeat;
  margin-top: -85px;
  padding-top: 133px;
  padding-bottom: 45px; }
  .b-plans::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 45px;
    background-color: #fff; }
  .b-plans .container, .b-plans .prototype-form__container, .b-plans .s-hero-prototype__container, .b-plans .s-model__container, .b-plans .s-superhero__container, .b-plans .s-tiles__container, .b-plans .s-download__container, .b-plans .s-launch__container {
    margin-bottom: -37px; }
  .b-plans__title {
    margin-top: 0;
    margin-bottom: 0.333em;
    max-width: 9.403em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-family: "Univia Pro", Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
    line-height: 1.15;
    font-size: 42px;
    color: #fff;
    -webkit-transition: font-size 0.2s;
    transition: font-size 0.2s; }
    @media screen and (min-width: 768px) {
      .b-plans__title {
        font-size: 60px; } }
    @media screen and (min-width: 961px) {
      .b-plans__title {
        font-size: 72px; } }
  .b-plans__text {
    margin-top: 0;
    margin-bottom: 2em;
    max-width: 41.667em;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.78;
    text-align: center;
    color: #fff; }
  .b-plans__cards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .b-plans__switcher {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    min-width: 490px;
    max-width: 490px;
    margin: 0 auto 41px;
    padding: 4px;
    border-radius: 6px;
    border: solid 2px #5a6366; }
    .b-plans__switcher-btn {
      max-width: 50%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      font-size: 18px;
      font-weight: bold;
      line-height: 1.4;
      font-family: inherit;
      text-decoration: none;
      background: none;
      border: 1px solid transparent;
      border-radius: 4px;
      color: #a0a0a0;
      padding: 3px 20px;
      margin: 0;
      cursor: pointer;
      -webkit-appearance: none;
      -moz-appearance: none; }
      .b-plans__switcher-btn:focus {
        outline: none; }
      .b-plans__switcher-btn.isActive {
        background-color: #6f7c80;
        color: #fff; }
  .b-plans__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 26px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    list-style: none;
    padding-left: 0; }
  .b-plans__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 31.5%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 31.5%;
        -ms-flex: 0 0 31.5%;
            flex: 0 0 31.5%;
    padding: 20px 30px 25px;
    z-index: 1;
    background-color: #fff;
    box-shadow: 0 5px 41px 0 rgba(0, 0, 0, 0.1); }
    .b-plans__item-title, .b-plans__item-price, .b-plans__item-contact, .b-plans__item-desc, .b-plans__item-link, .b-plans__item-small {
      text-align: center; }
    .b-plans__item-price, .b-plans__item-contact, .b-plans__item-list, .b-plans__item-desc {
      font-family: "Montserrat", "Nunito Sans", Arial, sans-serif; }
    .b-plans__item-title {
      margin-top: 0;
      margin-bottom: 9px;
      font-family: "Univia Pro", Arial, sans-serif;
      font-size: 34px;
      line-height: 1.4;
      color: #3f3e3e;
      font-weight: 500; }
    .b-plans__item-price {
      margin-bottom: 16px;
      color: #242f40; }
    .b-plans__item-exchange {
      display: inline-block;
      font-size: 35px;
      vertical-align: top;
      margin-top: 8px; }
    .b-plans__item-value {
      display: inline-block;
      font-size: 80px;
      line-height: 1;
      font-weight: bold; }
    .b-plans__item-period {
      display: block;
      font-family: "Nunito Sans", Arial, sans-serif;
      font-size: 14px;
      color: #5b6b82; }
    .b-plans__item-contact {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-size: 24px;
      font-style: italic;
      color: #5b6b82; }
    .b-plans__item-desc {
      width: 100%;
      max-width: 205px;
      margin: 0 auto;
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 20px;
      color: #5b6b82; }
    .b-plans__item-list {
      padding-left: 0;
      font-size: 18px;
      list-style: none;
      color: #5b6b82; }
    .b-plans__item-benefit {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 20px; }
      .b-plans__item-benefit svg {
        margin-right: 12px;
        fill: #3ccf8e; }
    .b-plans__item-link {
      display: block;
      max-width: 100%;
      margin: auto 26px 26px;
      padding: 16px 20px;
      text-decoration: none;
      font-size: 28px;
      font-family: "Univia Pro", Arial, sans-serif;
      font-weight: 400;
      color: #fff;
      border-radius: 7px;
      background-color: #f9007a;
      -webkit-transition: background-color 0.3s;
      transition: background-color 0.3s;
      border: 1px solid transparent;
      cursor: pointer; }
      .b-plans__item-link:hover, .b-plans__item-link:focus {
        background-color: #cd0165; }
      .b-plans__item-link.white {
        background-color: #fff;
        color: #5b6b82;
        border-color: #5b6b82; }
        .b-plans__item-link.white:hover, .b-plans__item-link.white:focus {
          background-color: #fff; }
    .b-plans__item-small {
      display: block;
      margin: 0 auto;
      font-size: 10px;
      min-height: 14px;
      line-height: 1.4;
      color: #1e1e1e; }
  .b-plans__mask {
    min-width: 100%;
    position: absolute;
    left: 50%;
    bottom: 44.5px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    fill: #fff; }
  @media screen and (max-width: 1199.98px) {
    .b-plans__list {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
    .b-plans__item {
      max-width: 47%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 47%;
          -ms-flex: 0 0 47%;
              flex: 0 0 47%;
      margin-bottom: 35px; }
      .b-plans__item:last-child {
        margin-left: auto;
        margin-right: auto; } }
  @media screen and (max-width: 767.98px) {
    .b-plans__switcher {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      min-width: 270px; }
      .b-plans__switcher-btn {
        font-size: 16px;
        max-width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: none;
            -ms-flex: none;
                flex: none; }
    .b-plans__item {
      max-width: 100%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; }
      .b-plans__item-title {
        font-size: 27px; }
      .b-plans__item-contact {
        font-size: 18px; }
      .b-plans__item-exchange {
        font-size: 27px; }
      .b-plans__item-value {
        font-size: 60px; }
      .b-plans__item-period {
        font-size: 11px; }
      .b-plans__item-desc {
        font-size: 14px; }
      .b-plans__item-list {
        font-size: 15px;
        margin-bottom: 10px; }
      .b-plans__item-benefit {
        margin-bottom: 14px; }
      .b-plans__item-link {
        font-size: 22px;
        margin-bottom: 18px; } }

.b-discover {
  margin-bottom: 90px; }
  .b-discover__container {
    padding: 5px 65px 5px 31px;
    box-shadow: 0 5px 41px 0 rgba(0, 0, 0, 0.1); }
  .b-discover__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 0;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    color: #5b6b82;
    background: none;
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    text-transform: uppercase; }
    .b-discover__btn:focus {
      outline: none;
      opacity: 0.7; }
    .b-discover__btn-text {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative;
      padding-right: 24px; }
      .b-discover__btn-text::after {
        content: "";
        background: transparent;
        width: 8px;
        height: 8px;
        right: 0;
        position: absolute;
        display: inline-block;
        border-top: 2px solid black;
        border-right: 2px solid black;
        -webkit-transition: -webkit-transform 0.3s ease-out;
        transition: -webkit-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
        -webkit-transform: rotate(135deg) translateY(0);
            -ms-transform: rotate(135deg) translateY(0);
                transform: rotate(135deg) translateY(0);
        top: 0%; }
      .b-discover__btn-text--expanded {
        display: none; }
    .b-discover__btn--bottom {
      display: none;
      margin-bottom: 5px; }
      .b-discover__btn--bottom.isVisible {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
    .b-discover__btn--bottom .b-discover__btn-text::after {
      -webkit-transform: rotate(-45deg) translateY(-50%);
          -ms-transform: rotate(-45deg) translateY(-50%);
              transform: rotate(-45deg) translateY(-50%);
      top: 50%; }
    .b-discover__btn--bottom .b-discover__btn-text--expanded {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .b-discover__btn--bottom .b-discover__btn-text--collapsed {
      display: none; }
    .b-discover__btn.isRotated .b-discover__btn-text::after {
      -webkit-transform: rotate(-45deg) translateY(-50%);
          -ms-transform: rotate(-45deg) translateY(-50%);
              transform: rotate(-45deg) translateY(-50%);
      top: 50%; }
    .b-discover__btn.isRotated .b-discover__btn-text--expanded {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .b-discover__btn.isRotated .b-discover__btn-text--collapsed {
      display: none; }
  .b-discover__content {
    display: none;
    margin-top: 28px;
    margin-bottom: 36px; }
  .b-discover__title {
    max-width: 703px;
    margin: 0 auto 7px;
    text-align: center;
    color: #000;
    font-family: "Montserrat", "Nunito Sans", Arial, sans-serif;
    font-size: 30px;
    line-height: 1.3;
    font-weight: bold; }
  .b-discover__table {
    width: 100%; }
  @media screen and (max-width: 960.98px) {
    .b-discover__container {
      padding-left: 16px;
      padding-right: 16px; } }
  @media screen and (max-width: 767.98px) {
    .b-discover {
      display: none; } }

.b-table {
  border-collapse: collapse; }
  .b-table__belt-cell {
    padding: 43px 17px 0;
    text-align: center; }
  .b-table__belt-title {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.4;
    color: #545455;
    margin: 0; }
  .b-table__belt-desc {
    font-size: 13px;
    font-weight: normal;
    line-height: 1.4;
    color: #545455;
    margin: 0;
    margin-bottom: 14px; }
  .b-table__belt-link {
    display: block;
    cursor: pointer;
    width: 100%;
    padding: 9px;
    text-decoration: none;
    font-size: 21px;
    font-family: "Univia Pro", Arial, sans-serif;
    font-weight: 400;
    color: #fff;
    border-radius: 7px;
    background-color: #f9007a;
    border: 1px solid transparent;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s; }
    .b-table__belt-link.white {
      background-color: #fff;
      color: #5b6b82;
      border-color: #5b6b82; }
      .b-table__belt-link.white:hover, .b-table__belt-link.white:focus {
        background-color: #fff; }
    .b-table__belt-link:hover, .b-table__belt-link:focus {
      background-color: #cd0165; }
  .b-table__body {
    font-family: "Montserrat", "Nunito Sans", Arial, sans-serif;
    font-size: 13px;
    color: #5b6b82; }
  .b-table__row {
    border-bottom: 1px solid #dbdbdb;
    border-collapse: collapse; }
  .b-table__cell {
    padding: 13px 0;
    text-align: center;
    width: 23.03333%; }
    .b-table__cell:first-child {
      text-align: left;
      width: 30.9%; }
    .b-table__cell-title {
      margin: 0;
      font-size: inherit;
      font-weight: bold; }
    .b-table__cell .icon-checkmark {
      color: #3ccf8e; }
  @media screen and (min-width: 768px) {
    .b-table__belt.isSticky th {
      position: -webkit-sticky;
      position: sticky;
      min-height: 144px;
      top: 0;
      background-color: #fff;
      z-index: 2; }
      .b-table__belt.isSticky th:first-child::before {
        content: "";
        display: block;
        box-shadow: 0px 4px 6px rgba(225, 225, 225, 0.5);
        width: 100vw;
        position: absolute;
        left: 0;
        margin-left: calc(((-100vw + 1344px) / 2) - 31px);
        background: #fff;
        height: 100%;
        top: 0; }
    .b-table__belt.isSticky .b-table__belt-cell {
      padding-top: 21px;
      padding-bottom: 28px; } }
  @media screen and (max-width: 1344px) {
    .b-table__belt.isSticky th:first-child::before {
      width: 100vw;
      left: 0;
      margin-left: -31px; } }
  @media screen and (max-width: 960.98px) {
    .b-table__belt.isSticky th {
      top: 41px; } }
  @media screen and (max-width: 767.98px) {
    .b-table {
      display: block;
      width: calc(100vw - 32px); }
      .b-table__belt {
        width: calc(100vw - 32px); }
        .b-table__belt-cell {
          width: 300px; }
          .b-table__belt-cell:first-child {
            display: none; }
        .b-table__belt-desc, .b-table__belt-link {
          display: none; }
        .b-table__belt.isSticky tr {
          position: relative;
          z-index: 2; }
        .b-table__belt.isSticky th {
          position: -webkit-sticky;
          position: sticky;
          top: 0;
          padding-top: 48px;
          padding-bottom: 5px;
          background-color: #fff;
          z-index: 2; }
      .b-table__body {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
      .b-table__row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
      .b-table__cell {
        width: auto;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333%;
            -ms-flex: 0 0 33.3333%;
                flex: 0 0 33.3333%; }
        .b-table__cell:first-child {
          width: auto;
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 100%;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          text-transform: uppercase; } }

.b-popup {
  position: fixed;
  max-height: 80%;
  overflow-y: auto;
  background-color: #fff;
  color: #4d4d4d;
  padding: 25px 35px 45px;
  width: 42.15%;
  top: 25%;
  left: 50%;
  z-index: 100;
  -webkit-transform: translateY(-25%) translateX(-50%);
      -ms-transform: translateY(-25%) translateX(-50%);
          transform: translateY(-25%) translateX(-50%);
  display: none; }
  .b-popup.isShown {
    display: block; }
  .b-popup.styled-form {
    padding: 25px;
    top: 26%;
    max-height: 95%; }
  .b-popup.styled-form .b-popup__title {
    margin-bottom: 10px; }
  .b-popup__close {
    position: absolute;
    right: 0;
    padding: 16px;
    background: transparent;
    border: 0;
    top: 15px;
    cursor: pointer; }
  .b-popup__title {
    max-width: 90%;
    margin-top: 0;
    margin-bottom: 9px;
    font-family: "Univia Pro", Arial, sans-serif;
    font-size: 24px;
    line-height: 1.2;
    color: #3f3e3e;
    font-weight: 500; }
  .b-popup__text {
    max-width: 500px;
    margin-bottom: 20px; }
  .b-popup__grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .b-popup__col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 43%;
        -ms-flex: 0 0 43%;
            flex: 0 0 43%;
    margin-left: 8%; }
    .b-popup__col:first-child {
      margin-left: 0; }
  @media screen and (max-width: 1199.98px) {
    .b-popup {
      width: 70%; } }
  @media screen and (max-width: 767.98px) {
    .b-popup {
      width: 85%;
      max-height: 85%;
      padding: 24px; }
      .b-popup.styled-form {
        top: 25%;
        width: 100vw;
        height: 100vh;
        max-height: 100vh; }
      .b-popup__grid {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
      .b-popup__col {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        margin-left: 0;
        margin-bottom: 25px; } }

.s-case {
  background-image: -webkit-linear-gradient(top, #fff, #f3f3f3);
  background-image: linear-gradient(to bottom, #fff, #f3f3f3); }
  .s-case__container {
    max-width: 1344px;
    padding: 0 47px;
    position: relative;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media (max-width: 960px) {
      .s-case__container {
        padding-left: 16px;
        padding-right: 16px; } }
  .s-case__main {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px; }
    .s-case__main-features {
      text-align: left; }
    .s-case__main-label {
      margin-bottom: 1em; }
  .s-case__media {
    width: 100%;
    padding-top: 30px;
    max-width: 100%;
    font-size: 0;
    text-align: center; }
    .s-case__media-img {
      display: inline-block;
      max-width: 100%;
      font-size: 16px;
      max-height: 400px; }
    .s-case__media:after {
      content: '';
      display: block;
      clear: both;
      width: 100%; }
  @media screen and (max-width: 960.98px) {
    .s-case__main {
      -webkit-box-ordinal-group: 11;
      -webkit-order: 10;
          -ms-flex-order: 10;
              order: 10;
      max-width: 560px;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .s-case__main-title {
        max-width: 30rem; }
      .s-case__main-text {
        max-width: 25rem; }
    .s-case__media {
      -webkit-box-ordinal-group: 6;
      -webkit-order: 5;
          -ms-flex-order: 5;
              order: 5; } }
  @media screen and (min-width: 961px) {
    .s-case__container {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .s-case__main {
      padding-top: 9%;
      padding-bottom: 10.5%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 44%;
          -ms-flex: 0 0 44%;
              flex: 0 0 44%;
      min-width: 440px; }
      .s-case__main-title {
        max-width: 11em; }
      .s-case__main-text {
        max-width: 25em; }
    .s-case__media {
      padding: 7% 2rem 0;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 56%;
          -ms-flex: 0 0 56%;
              flex: 0 0 56%;
      min-width: 0;
      margin-bottom: -70px; }
      .s-case__media-img {
        left: 0;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        max-height: none;
        max-width: none;
        float: left; } }
  @media screen and (min-width: 961px) {
    .s-case--reverse .s-case__container {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
    .s-case--reverse .s-case__media-img {
      float: right; } }

.s-hero-prototype {
  background: -webkit-linear-gradient(269.98deg, #282828 0.07%, #111a20 0.09%, #075988 30.7%, #05c2ff 112.63%, #342863 150.85%);
  background: linear-gradient(180.02deg, #282828 0.07%, #111a20 0.09%, #075988 30.7%, #05c2ff 112.63%, #342863 150.85%);
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-family: "Univia Pro", Arial, sans-serif;
  padding-top: 147px;
  margin-top: -85px;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .s-hero-prototype {
      font-size: 1.125rem; } }
  @media screen and (min-width: 961px) {
    .s-hero-prototype {
      font-size: 1.25rem; } }
  .s-hero-prototype h1 {
    font-size: 48px;
    font-family: "Univia Pro", Arial, sans-serif;
    font-style: normal;
    line-height: 1;
    font-weight: bold;
    max-width: 10em;
    margin: 0.12em auto 0.38em; }
    @media screen and (min-width: 768px) {
      .s-hero-prototype h1 {
        font-size: 72px; } }
    @media screen and (min-width: 961px) {
      .s-hero-prototype h1 {
        font-size: 110px; } }
  .s-hero-prototype__intro, .s-hero-prototype__description {
    max-width: 30em;
    margin: 0 auto;
    font-weight: normal;
    text-align: center;
    line-height: 1.4; }
    .s-hero-prototype__intro p:last-child, .s-hero-prototype__description p:last-child {
      margin-bottom: 0; }
  .s-hero-prototype__intro {
    font-size: 18px; }
    @media screen and (min-width: 768px) {
      .s-hero-prototype__intro {
        font-size: 20px; } }
    @media screen and (min-width: 961px) {
      .s-hero-prototype__intro {
        font-size: 24px; } }
  .s-hero-prototype__description {
    font-size: 1rem; }
    @media screen and (min-width: 768px) {
      .s-hero-prototype__description {
        font-size: 1.125rem; } }
    @media screen and (min-width: 961px) {
      .s-hero-prototype__description {
        font-size: 1.25rem; } }
  .s-hero-prototype__img {
    background-size: 100% auto;
    padding-bottom: 0;
    padding-top: 46.5%;
    background-repeat: no-repeat; }
  @media screen and (max-width: 960.98px) {
    .s-hero-prototype {
      margin-top: -41px;
      padding-top: 71px; } }

.s-model {
  padding: 50px 0 100px;
  text-align: center;
  overflow: hidden; }
  .s-model__title {
    font-family: "Univia Pro";
    margin: 54px auto 0;
    max-width: 830px;
    font-size: 39px; }
  .s-model__person {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 18px;
    margin: 35px 0; }
    .s-model__person-icon {
      width: 81px;
      height: 81px;
      border-radius: 50%;
      overflow: hidden; }
      .s-model__person-icon img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .s-model__person-name {
      margin-top: 0.5rem;
      margin-bottom: 0.5rem;
      font-weight: bold;
      font-family: "Univia Pro"; }
    .s-model__person-position {
      margin-top: 0.5rem;
      margin-bottom: 0.5rem; }
  .s-model__info {
    text-align: center;
    max-width: 39em;
    margin: 0 auto 2rem;
    color: #999999;
    line-height: normal;
    font-weight: normal;
    font-size: 0.875rem; }
    @media screen and (min-width: 768px) {
      .s-model__info {
        font-size: 1rem; } }
    @media screen and (min-width: 961px) {
      .s-model__info {
        font-size: 1.125rem; } }
    .s-model__info p:first-child {
      margin-top: 0; }
    .s-model__info p:last-child {
      margin-bottom: 0; }
  .s-model__form {
    position: relative; }
    .s-model__form-decor {
      position: relative;
      pointer-events: none;
      z-index: -1;
      margin-top: 0; }
      .s-model__form-decor img {
        display: block;
        margin: 0 auto 30px;
        max-width: 100%; }
  @media screen and (min-width: 768px) {
    .s-model__person {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
      .s-model__person-icon {
        margin-right: 20px; }
      .s-model__person-name {
        margin-right: 20px; } }
  @media screen and (min-width: 961px) {
    .s-model__form-decor {
      position: absolute;
      top: 100%;
      right: -32px; } }
  @media screen and (min-width: 1600px) {
    .s-model__form-decor {
      right: -70px;
      margin-top: -30px; } }

.s-superhero {
  margin-top: -85px;
  padding-top: 85px;
  overflow: hidden;
  background-color: #009cd9;
  color: #fff; }
  .s-superhero__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-top: 7.81%;
    padding-bottom: 3.125rem; }
  .s-superhero__content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-right: 1.6%; }
  .s-superhero__title {
    color: #fff;
    margin-bottom: 0.54em;
    max-width: 12em; }
  .s-superhero__subtitle {
    max-width: 20.9em;
    margin-bottom: 2.3em; }
    .s-superhero__subtitle p:only-child {
      margin: 0; }
  .s-superhero__form {
    margin-bottom: 3.25rem; }
    .s-superhero__form .nf-field-container {
      margin: 0; }
    .s-superhero__form .nf-cell:first-child {
      display: block;
      width: 100% !important;
      padding: 0;
      margin-bottom: 1rem; }
    .s-superhero__form input[type="email"].nf-element {
      font-size: 1rem;
      line-height: 1.6;
      padding-left: 2.5%;
      padding-top: 0.5em;
      padding-bottom: 0.5em; }
      .s-superhero__form input[type="email"].nf-element::placeholer {
        color: #979797; }
    .s-superhero__form .nf-cell:last-child {
      display: block;
      padding: 0;
      width: 100% !important; }
    .s-superhero__form input[type="button"].nf-element,
    .s-superhero__form input[type="submit"].nf-element {
      width: 100%;
      padding: 0.5em;
      font-size: 1rem;
      line-height: 1.6;
      background-color: #EE1686;
      border: none;
      color: #fff;
      -webkit-transition: background-color 0.3s;
      transition: background-color 0.3s;
      cursor: pointer; }
      .s-superhero__form input[type="button"].nf-element:hover, .s-superhero__form input[type="button"].nf-element:focus, .s-superhero__form input[type="button"].nf-element:active,
      .s-superhero__form input[type="submit"].nf-element:hover,
      .s-superhero__form input[type="submit"].nf-element:focus,
      .s-superhero__form input[type="submit"].nf-element:active {
        background-color: #cd0165; }
  .s-superhero__field {
    display: block;
    width: 100%;
    padding: 0.5em;
    font-size: 1rem;
    padding-left: 2.5%; }
    .s-superhero__field::placeholer {
      color: #979797; }
  .s-superhero__btn {
    display: block;
    width: 100%;
    padding: 0.5em;
    font-size: 1rem;
    line-height: 1.6;
    background-color: #EE1686;
    border: none;
    color: #fff;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    cursor: pointer; }
    .s-superhero__btn:hover, .s-superhero__btn:focus, .s-superhero__btn:active {
      background-color: #cd0165; }
  .s-superhero__customers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    list-style: none;
    margin-top: 0;
    padding-left: 0; }
    .s-superhero__customers-item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 4%; }
  .s-superhero__media {
    width: 100%;
    padding-top: 30px;
    margin-bottom: 1.125rem;
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    font-size: 0;
    text-align: center; }
    .s-superhero__media:after {
      content: "";
      display: block;
      clear: both;
      width: 100%; }
  .s-superhero__img {
    display: inline-block;
    max-width: 100%;
    font-size: 16px;
    max-height: 680px; }
  @media screen and (min-width: 961px) {
    .s-superhero__container {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-bottom: 0; }
    .s-superhero__content {
      padding-bottom: 10.5%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 44%;
          -ms-flex: 0 0 44%;
              flex: 0 0 44%;
      min-width: 440px; }
    .s-superhero__form {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .s-superhero__form nf-cells {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important; }
      .s-superhero__form .nf-cell:first-child {
        margin-bottom: 0; }
      @supports (display: grid) {
        .s-superhero__form .nf-cell:first-child {
          margin-bottom: 0;
          -webkit-box-flex: 1;
          -webkit-flex: 1 1 100%;
              -ms-flex: 1 1 100%;
                  flex: 1 1 100%;
          width: auto !important; } }
      .s-superhero__form input[type="email"].nf-element {
        font-size: 1.25rem;
        line-height: 1.6;
        padding-left: 3.5%;
        padding-top: 0.65em;
        padding-bottom: 0.65em; }
      .s-superhero__form .nf-cell:last-child {
        width: auto !important;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        margin-left: 2%; }
      .s-superhero__form input[type="button"].nf-element,
      .s-superhero__form input[type="submit"].nf-element {
        padding: 0.7em 1.15em;
        font-size: 1.25rem;
        line-height: 1.6; }
    .s-superhero__field {
      font-size: 1.25rem;
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 100%;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%;
      width: auto !important;
      padding-left: 3.5%; }
    .s-superhero__btn {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 100%;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%;
      width: auto !important;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      margin-left: 2%;
      padding: 0.7em 1.15em;
      font-size: 1.25rem;
      line-height: 1.6; }
    .s-superhero__customers {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .s-superhero__customers-item {
        display: block;
        -webkit-box-flex: 1;
        -webkit-flex: auto;
            -ms-flex: auto;
                flex: auto;
        padding: 3%; }
      .s-superhero__customers-logo {
        max-width: 120px; }
    .s-superhero__media {
      -webkit-align-self: flex-end;
          -ms-flex-item-align: end;
              align-self: flex-end;
      padding: 0 2rem 0 0;
      margin-bottom: 0;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 56%;
          -ms-flex: 0 0 56%;
              flex: 0 0 56%;
      min-width: 0; }
    .s-superhero__img {
      padding-left: 3%;
      left: 0;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      max-height: none;
      max-width: none;
      float: left; } }
  @media screen and (min-width: 1200px) {
    .s-superhero__form input[type="email"].nf-element {
      font-size: 1.25rem;
      padding-top: 1.1em;
      padding-bottom: 1.1em;
      padding-left: 5.5%; }
    .s-superhero__form .nf-cell:last-child {
      margin-left: 4%; }
    .s-superhero__form input[type="button"].nf-element,
    .s-superhero__form input[type="submit"].nf-element {
      padding: 1.15em 2.77em;
      font-size: 1.25rem;
      line-height: 1.6; }
    .s-superhero__field {
      font-size: 1.25rem;
      padding-left: 5.5%; }
    .s-superhero__btn {
      margin-left: 4%;
      padding: 1.15em 2.77em;
      font-size: 1.25rem;
      line-height: 1.6; } }

.s-tiles {
  padding: 3.125rem 0 5.125rem; }
  .s-tiles__title {
    color: #000;
    text-align: center; }
  .s-tiles__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    list-style: none;
    padding: 0 6.7%;
    margin-top: 0;
    margin-bottom: 2rem; }
    .s-tiles__list:last-child {
      margin-bottom: 0; }
  .s-tiles__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    padding: 40px 35px 31px 50px;
    border-radius: 8px;
    box-shadow: 3px 4px 11px rgba(154, 150, 150, 0.25);
    margin-bottom: 2.4rem; }
    .s-tiles__item-picture {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end;
      width: 60px;
      height: 60px;
      margin-bottom: 1rem; }
    .s-tiles__item-img {
      max-width: 100%; }
    .s-tiles__item-title {
      font-family: "Univia Pro", Arial, sans-serif;
      font-size: 1.25rem;
      line-height: 1.3;
      color: #000;
      margin-top: 0;
      margin-bottom: 1.25rem; }
    .s-tiles__item-text {
      font-family: "Univia Pro", Arial, sans-serif; }
      .s-tiles__item-text ul {
        margin-top: 1rem; }
    .s-tiles__item-text:last-child {
      margin-bottom: 0; }
  @supports (display: grid) {
    .s-tiles__item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 47.6%;
          -ms-flex: 0 0 47.6%;
              flex: 0 0 47.6%; } }
  .s-tiles__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .s-tiles__btn {
    letter-spacing: 3px;
    font-weight: bold; }
  @media screen and (max-width: 767.98px) {
    .s-tiles__list {
      padding: 0; }
    .s-tiles__item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      padding: 25px; } }

.s-features--background {
  background-color: #F7F7F7; }

.s-features__container {
  max-width: 1344px;
  padding: 0 47px;
  position: relative;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (max-width: 960px) {
    .s-features__container {
      padding-left: 16px;
      padding-right: 16px; } }

.s-features__content {
  width: 100%; }
  .s-features__content-title {
    color: #000; }
  .s-features__content-list {
    text-align: left; }
  .s-features__content-btn {
    letter-spacing: 3px;
    margin-top: 35px;
    font-weight: bold; }

.s-features__media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0; }
  .s-features__media-img {
    display: block;
    max-width: 100%; }

@media screen and (max-width: 960.98px) {
  .s-features__content {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .s-features__content-title {
      max-width: 30rem; }
    .s-features__content-text {
      max-width: 25rem; }
    .s-features__content-btn {
      margin-top: 0.7rem; }
  .s-features__media {
    width: 100%;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
    margin-bottom: 1.5rem; } }

@media screen and (min-width: 961px) {
  .s-features__container {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 9%;
    padding-bottom: 10.5%; }
  .s-features__content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 44%;
        -ms-flex: 0 0 44%;
            flex: 0 0 44%;
    min-width: 440px; }
    .s-features__content-title {
      max-width: 11em; }
    .s-features__content-text {
      max-width: 25em; }
  .s-features__media {
    padding: 0 2rem 0 3rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 56%;
        -ms-flex: 0 0 56%;
            flex: 0 0 56%;
    min-width: 0;
    margin-bottom: 0; } }

.s-features--refresh .s-features__content-title {
  color: #3F3F3F; }

@media screen and (min-width: 961px) {
  .s-features--offsets-big .s-features__container {
    padding-top: 9%;
    padding-bottom: 10.5%; }
  .s-features--offsets-medium .s-features__container {
    padding-top: 6%;
    padding-bottom: 4%; }
  .s-features--offsets-small .s-features__container {
    padding-top: 2.7%;
    padding-bottom: 2.7%; }
  .s-features--offsets-none .s-features__container {
    padding-top: 0;
    padding-bottom: 0; } }

@media screen and (min-width: 961px) {
  .s-features--reverse .s-features__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .s-features--reverse .s-features__media {
    padding-left: 2rem;
    padding-right: 3rem; } }

.s-download {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 3.125rem 0; }
  .s-download--big {
    padding-top: 19rem;
    padding-bottom: 28.125rem; }
  .s-download--hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 68vh; }
  .s-download__text {
    font-family: "Univia Pro", Arial, sans-serif; }
  .s-download__btn {
    letter-spacing: 3px;
    font-weight: bold; }
  @media screen and (max-width: 960.98px) {
    .s-download--big {
      padding: 3.125rem 0; } }
  @media screen and (max-width: 960.98px) {
    .s-download--hero {
      min-height: auto; } }

.s-launch {
  padding: 3.125rem 0 6.25rem; }
  .s-launch__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .s-launch__content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 55.55%;
        -ms-flex: 0 0 55.55%;
            flex: 0 0 55.55%; }
  .s-launch__title {
    max-width: 10em;
    margin-bottom: 0.682em; }
  .s-launch__text p {
    margin-bottom: 1.65em; }
  .s-launch__text ul {
    font-family: "Univia Pro", Arial, sans-serif;
    margin: 0;
    padding: 0;
    list-style: none; }
    .s-launch__text ul svg {
      color: #008FE0;
      fill: currentColor; }
  .s-launch__text li {
    position: relative;
    font-size: 1.25rem;
    margin-bottom: 0.7em;
    padding-left: 25px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAANCAYAAACkTj4ZAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB4SURBVHgBpdHRDYAgDATQw0lwFEdyEkZyFNhELdWQhmJavC/ItS8hBPxJyhEIBx0XzKYhka4BM5FIAc7NDykI9rX4oAFClR36QBhKJfNRFh6E8v4aD9YFP/JAd1EHFMyI8NNGC1ybkAapWI0JkVCPwYr0kMRgRSgX/c1UVxWB/NAAAAAASUVORK5CYII=") left center no-repeat;
    background-size: 16px 11px; }
  .s-launch__apply {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.42%;
        -ms-flex: 0 0 41.42%;
            flex: 0 0 41.42%; }
    .s-launch__apply .nf-field-container {
      margin-bottom: 30px; }
    .s-launch__apply .nf-element {
      border: 2px solid #eae5e5;
      color: #4d4d4d;
      font-size: 1.25rem;
      padding: 1.25rem 1rem; }
      .s-launch__apply .nf-element::-webkit-input-placeholder {
        color: #979797;
        opacity: 1; }
      .s-launch__apply .nf-element::-moz-placeholder {
        color: #979797;
        opacity: 1; }
      .s-launch__apply .nf-element::-ms-input-placeholder {
        color: #979797;
        opacity: 1; }
      .s-launch__apply .nf-element::placeholder {
        color: #979797;
        opacity: 1; }
    .s-launch__apply input[type="button"].nf-element {
      display: block;
      width: 100%;
      letter-spacing: 3px;
      font-weight: bold; }
      .s-launch__apply input[type="button"].nf-element:hover, .s-launch__apply input[type="button"].nf-element:focus, .s-launch__apply input[type="button"].nf-element:active {
        background-color: #cd0165; }
    .s-launch__apply select.nf-element {
      width: 100%;
      box-sizing: border-box;
      color: #979797;
      -webkit-appearance: none;
      -moz-appearance: none;
      -webkit-tap-highlight-color: transparent;
      background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAMCAYAAAC9QufkAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC0SURBVHgBlZDNEcIgEIWBupKMlJIK1A6SDpIOsAM70AEKoYTc+XP3gGKMIbzL7rzdb2fnUaXURCk9k0rFGGfmnBugN6ROBjnGOV9CCNcaEj4dkaPJ0Fo/oJwOsKJpmh4blhxrLRpLiYS9MfVvGN4wGMIeCHN81/zAKAhhIv/DM23bDrnxBWMIcL3fIrdCZWsDrj9h8bayRdd19yKM8t5fyCc8k4dUhPF9KAmY85AOS0op9uYvWKhT+2Xv/hEAAAAASUVORK5CYII=") calc(100% - 1.25rem) center no-repeat #fff; }
    .s-launch__apply h3,
    .s-launch__apply .nf-form-fields-required {
      display: none; }
  @media screen and (max-width: 960.98px) {
    .s-launch__container {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
    .s-launch__content {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      margin-bottom: 2rem; }
    .s-launch__text ul {
      font-size: 1rem; }
    .s-launch__apply {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; } }

.s-hero {
  padding: 40px 0; }
  .s-hero__container {
    position: relative;
    max-width: 1344px;
    padding: 0 47px;
    position: relative;
    margin: 0 auto; }
    @media (max-width: 960px) {
      .s-hero__container {
        padding-left: 16px;
        padding-right: 16px; } }
  .s-hero-media {
    height: 100%;
    width: 80%;
    position: absolute;
    background-repeat: no-repeat;
    right: 50%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
    top: 0;
    background-size: contain; }
  .s-hero-content {
    padding-top: 90%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .s-hero-content__headline {
      text-align: center;
      font-size: 40px;
      font-family: "Univia Pro";
      margin-bottom: 52px;
      color: #3F3F3F; }
      @media screen and (min-width: 768px) {
        .s-hero-content__headline {
          font-size: 54px; } }
      @media screen and (min-width: 961px) {
        .s-hero-content__headline {
          font-size: 64px; } }
    .s-hero-content__description {
      text-align: center;
      font-size: 18px;
      margin-bottom: 66px;
      line-height: 1.4; }
      @media screen and (min-width: 768px) {
        .s-hero-content__description {
          font-size: 20px; } }
      @media screen and (min-width: 961px) {
        .s-hero-content__description {
          font-size: 24px; } }
    .s-hero-content__link {
      text-decoration: none;
      color: #000;
      display: inline-block;
      padding: 10px 20px;
      text-align: center;
      font-family: "Univia Pro", Arial, sans-serif;
      font-size: 16px;
      line-height: 1.5;
      font-weight: 400;
      background-color: #f9007a;
      color: #fff;
      border-radius: 12px;
      border: none;
      -webkit-transition: color 0.2s, background 0.2s;
      transition: color 0.2s, background 0.2s;
      display: inline-block;
      background-color: #1F1F1F;
      color: #fff;
      text-decoration: none;
      width: 100%;
      font-size: 24px;
      border-radius: 2px; }
      .s-hero-content__link:hover {
        cursor: pointer;
        background-color: #cd0165; }
      .s-hero-content__link:focus {
        outline: none;
        background-color: #cd0165; }
      @media screen and (min-width: 961px) {
        .s-hero-content__link {
          font-size: 32px; } }
  .s-hero-links {
    margin-top: 90px; }
    .s-hero-links__label {
      color: #979797;
      font-size: 18px;
      margin-bottom: 2.5rem;
      text-align: center; }
      @media screen and (min-width: 768px) {
        .s-hero-links__label {
          font-size: 20px; } }
      @media screen and (min-width: 961px) {
        .s-hero-links__label {
          font-size: 24px; } }
    .s-hero-links__list {
      list-style-type: none;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 0;
      width: 100%; }
    .s-hero-links__item {
      width: 49%;
      padding-bottom: 25px;
      padding-top: 25px;
      text-align: center; }
      .s-hero-links__item a {
        display: block; }
      .s-hero-links__item img {
        max-width: 100%; }
  @media screen and (min-width: 360px) {
    .s-hero-content__link {
      width: auto;
      min-width: 329px; } }
  @media screen and (min-width: 961px) {
    .s-hero-media {
      right: 0%;
      width: 45%;
      -webkit-transform: translateX(0%);
          -ms-transform: translateX(0%);
              transform: translateX(0%); }
    .s-hero-content {
      display: block; }
    .s-hero-content {
      padding-top: 0;
      width: 55%; }
      .s-hero-content__headline {
        text-align: left; }
      .s-hero-content__description {
        text-align: left; }
    .s-hero-links__label {
      text-align: left; }
    .s-hero-links__list {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-bottom: 0; }
    .s-hero-links__item {
      width: auto;
      padding-bottom: 0;
      padding-top: 0;
      padding-right: 6%; }
      .s-hero-links__item:last-child {
        padding-right: 0; } }
  @media screen and (min-width: 1600px) {
    .s-hero-media {
      width: 55%;
      right: -10%; } }

.hero-support {
  background-color: #f9f9f9; }

.support-resources {
  padding-top: 35px;
  padding-bottom: 100px;
  background-color: #f9f9f9; }
  @media screen and (max-width: 767.98px) {
    .support-resources {
      padding-top: 20px;
      padding-bottom: 50px; } }

.downloading-page {
  padding: 60px 0 105px;
  color: #2f2f2f;
  text-align: center;
  background-color: #f3f3f3; }
  .downloading-page__title {
    margin: 0 0 20px;
    font-size: 72px;
    font-weight: bold;
    font-family: "Univia Pro", Arial, sans-serif; }
  .downloading-page__sub-title {
    margin-bottom: 25px;
    font-size: 34px;
    line-height: 46px; }
  .downloading-page__tip {
    font-size: 20px;
    line-height: 27px; }
    .downloading-page__tip a {
      color: inherit;
      -webkit-transition: color 0.2s;
      transition: color 0.2s; }
      .downloading-page__tip a:hover, .downloading-page__tip a:active, .downloading-page__tip a:focus {
        color: #f9007a; }
  @media (max-width: 767px) {
    .downloading-page__title {
      font-size: 54px; }
    .downloading-page__sub-title {
      font-size: 28px; } }

.template-embed-app .wiw-page {
  background-color: transparent; }

.template-embed-app .hero-base {
  display: none; }

.template-embed-app .header_lv2-presence + .page-content,
.template-embed-app .page-content {
  padding-top: 0; }

.template-embed-app .wiw ul,
.template-embed-app .wiw ol {
  font-weight: normal; }

.template-embed-app .b-sidebar-box {
  padding-top: 0; }
