@charset "UTF-8";
/* Plans Switch Variables */
/* Media Queries variables */
/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

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

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

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

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

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
     * 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 */ }

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

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0; }

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

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

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

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

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic; }

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

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

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

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

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

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible; }

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

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

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 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 and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

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

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
     * 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 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

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

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

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

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

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

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

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

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

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  box-sizing: border-box;
  font-size: 100%; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Open Sans", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 3px; }

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 3px; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 3px;
  background: transparent;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto; }
  .row::before, .row::after {
    display: table;
    content: ' '; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.gutter-small > .column, .row.gutter-small > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
  .row.gutter-medium > .column, .row.gutter-medium > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.33333%; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.66667%; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.28571%; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.small-collapse .row {
  margin-right: 0;
  margin-left: 0; }

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }

.small-centered {
  margin-right: auto;
  margin-left: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0; }

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .medium-centered {
    margin-right: auto;
    margin-left: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .large-centered {
    margin-right: auto;
    margin-left: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

.column-block {
  margin-bottom: 1.25rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .column-block {
      margin-bottom: 1.875rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    line-height: 0;
    color: #ccc; }

h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 40em) {
  h1 {
    font-size: 3rem; }
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 1.9375rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

a {
  line-height: inherit;
  color: #2199e8;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1585cf; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 100%;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #ccc;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 0;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 0;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #ccc; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: "— "; }

abbr {
  border-bottom: 1px dotted #000;
  color: #333;
  cursor: help; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #ccc;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #000;
  border-radius: 3px; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

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

.text-justify {
  text-align: justify; }

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 3px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #2199e8;
  color: #fff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #1583cc;
    color: #fff; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #2199e8;
    color: #000; }
    .button.primary:hover, .button.primary:focus {
      background-color: #147cc0;
      color: #000; }
  .button.secondary {
    background-color: #777;
    color: #000; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5f5f5f;
      color: #000; }
  .button.success {
    background-color: #3adb76;
    color: #000; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #000; }
  .button.warning {
    background-color: #ffae00;
    color: #000; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #000; }
  .button.alert {
    background-color: #ec5840;
    color: #000; }
    .button.alert:hover, .button.alert:focus {
      background-color: #da3116;
      color: #000; }
  .button.hollow {
    border: 1px solid #2199e8;
    color: #2199e8; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0c4d78;
      color: #0c4d78; }
    .button.hollow.primary {
      border: 1px solid #2199e8;
      color: #2199e8; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c4d78;
        color: #0c4d78; }
    .button.hollow.secondary {
      border: 1px solid #777;
      color: #777; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3c3c3c;
        color: #3c3c3c; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
      background-color: #2199e8;
      color: #fff; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #2199e8;
        color: #000; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #777;
        color: #000; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #000; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #000; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #ec5840;
        color: #000; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fff transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.dropdown.hollow::after {
    border-top-color: #2199e8; }
  .button.dropdown.hollow.primary::after {
    border-top-color: #2199e8; }
  .button.dropdown.hollow.secondary::after {
    border-top-color: #777; }
  .button.dropdown.hollow.success::after {
    border-top-color: #3adb76; }
  .button.dropdown.hollow.warning::after {
    border-top-color: #ffae00; }
  .button.dropdown.hollow.alert::after {
    border-top-color: #ec5840; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  color: #000;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fff;
    box-shadow: 0 0 5px #ccc;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::placeholder,
textarea::placeholder {
  color: #ccc; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  appearance: none;
  border-radius: 3px; }

input[type='search'] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #000; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #000; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .input-group > :first-child {
    border-radius: 3px 0 0 3px; }
  .input-group > :last-child > * {
    border-radius: 0 3px 3px 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #ccc;
  background: #e6e6e6;
  color: #000;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.5rem; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    height: 2.5rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

.input-group .input-group-button {
  display: table-cell; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #ccc; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem;
    background: #fff; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #000;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fff;
    box-shadow: 0 0 5px #ccc;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #ec5840;
  background-color: #fdeeec; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #ec5840; }

.is-invalid-label {
  color: #ec5840; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840; }
  .form-error.is-visible {
    display: block; }

.accordion {
  margin-left: 0;
  background: #fff;
  list-style-type: none; }

.accordion-item:first-child > :first-child {
  border-radius: 3px 3px 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 3px 3px; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #2199e8; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 3px 3px; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+'; }
  .is-active > .accordion-title::before {
    content: '\2013'; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fff;
  color: #333; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6; }

.is-accordion-submenu-parent > a {
  position: relative; }
  .is-accordion-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #2199e8 transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem; }

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%; }

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #2199e8;
  color: #fff; }
  .badge.primary {
    background: #2199e8;
    color: #000; }
  .badge.secondary {
    background: #777;
    color: #000; }
  .badge.success {
    background: #3adb76;
    color: #000; }
  .badge.warning {
    background: #ffae00;
    color: #000; }
  .badge.alert {
    background: #ec5840;
    color: #000; }

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none; }
  .breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' '; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    font-size: 0.6875rem;
    color: #000;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      position: relative;
      top: 1px;
      margin: 0 0.75rem;
      opacity: 1;
      content: "/";
      color: #ccc; }
  .breadcrumbs a {
    color: #2199e8; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #ccc;
    cursor: not-allowed; }

.button-group {
  margin-bottom: 1rem;
  font-size: 0; }
  .button-group::before, .button-group::after {
    display: table;
    content: ' '; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded {
    margin-right: -1px; }
    .button-group.expanded::before, .button-group.expanded::after {
      display: none; }
    .button-group.expanded .button:first-child:last-child {
      width: 100%; }
    .button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
      display: inline-block;
      width: calc(50% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
      display: inline-block;
      width: calc(33.33333% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
      display: inline-block;
      width: calc(25% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
      display: inline-block;
      width: calc(20% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
      display: inline-block;
      width: calc(16.66667% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
        margin-right: -6px; }
  .button-group.primary .button {
    background-color: #2199e8;
    color: #000; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #147cc0;
      color: #000; }
  .button-group.secondary .button {
    background-color: #777;
    color: #000; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #5f5f5f;
      color: #000; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #000; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #000; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #000; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #000; }
  .button-group.alert .button {
    background-color: #ec5840;
    color: #000; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #da3116;
      color: #000; }
  .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
    width: 100%; }
    .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
      margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      width: auto;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  background-color: white;
  color: #333; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #def0fc;
    color: #333; }
  .callout.secondary {
    background-color: #ebebeb;
    color: #333; }
  .callout.success {
    background-color: #e1faea;
    color: #333; }
  .callout.warning {
    background-color: #fff3d9;
    color: #333; }
  .callout.alert {
    background-color: #fce6e2;
    color: #333; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #000; }
  .close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }

.menu {
  margin: 0;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    vertical-align: middle; }
    .menu > li > a img + span,
    .menu > li > a i + span,
    .menu > li > a svg + span {
      vertical-align: middle; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    margin-right: 0.25rem;
    display: inline-block; }
  .menu > li, .menu.horizontal > li {
    display: table-cell; }
  .menu.expanded {
    display: table;
    width: 100%;
    table-layout: fixed; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.vertical > li {
    display: block; }
  @media print, screen and (min-width: 40em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .menu.medium-expanded > li:first-child:last-child {
        width: 100%; }
    .menu.medium-vertical > li {
      display: block; } }
  @media print, screen and (min-width: 64em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .menu.large-expanded > li:first-child:last-child {
        width: 100%; }
    .menu.large-vertical > li {
      display: block; } }
  .menu.simple li {
    display: inline-block;
    vertical-align: top;
    line-height: 1; }
  .menu.simple a {
    padding: 0; }
  .menu.simple li {
    margin-left: 0;
    margin-right: 1rem; }
  .menu.simple.align-right li {
    margin-right: 0;
    margin-left: 1rem; }
  .menu.align-right::before, .menu.align-right::after {
    display: table;
    content: ' '; }
  .menu.align-right::after {
    clear: both; }
  .menu.align-right > li {
    float: right; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i,
    .menu.icon-top > li > a svg {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.icon-top.vertical a > span {
    margin: auto; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    background: #2199e8;
    color: #fff; }
  .menu.menu-bordered li {
    border: 1px solid #e6e6e6; }
    .menu.menu-bordered li:not(:first-child) {
      border-top: 0; }
  .menu.menu-hover li:hover {
    background-color: #e6e6e6; }

.menu-text {
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit; }

.menu-centered {
  text-align: center; }
  .menu-centered > .menu {
    display: inline-block;
    vertical-align: top; }

.no-js [data-responsive-menu] ul {
  display: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
    content: ''; }
  .menu-icon:hover::after {
    background: #ccc;
    box-shadow: 0 7px 0 #ccc, 0 14px 0 #ccc; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    box-shadow: 0 7px 0 #000, 0 14px 0 #000;
    content: ''; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block; }
  .is-drilldown.animate-height {
    transition: height 0.5s; }

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fff;
  transition: transform 0.15s linear; }
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    transform: translateX(-100%); }
  .is-drilldown-submenu.is-closing {
    transform: translateX(100%); }

.drilldown-submenu-cover-previous {
  min-height: 100%; }

.is-drilldown-submenu-parent > a {
  position: relative; }
  .is-drilldown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #2199e8;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #2199e8 transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0; }

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: block;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  font-size: 1rem; }
  .dropdown-pane.is-open {
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #2199e8 transparent transparent;
  right: 5px;
  margin-top: -3px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical > li > a::after {
  right: 14px; }

.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #2199e8 transparent transparent; }

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #2199e8; }

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #2199e8 transparent transparent;
    right: 5px;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #2199e8 transparent transparent; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #2199e8; } }

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #2199e8 transparent transparent;
    right: 5px;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #2199e8 transparent transparent; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #2199e8; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -6px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #ccc;
  background: #fff; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #2199e8 transparent transparent; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #2199e8; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden; }
  .responsive-embed iframe,
  .responsive-embed object,
  .responsive-embed embed,
  .responsive-embed video,
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .responsive-embed.widescreen,
  .flex-video.widescreen {
    padding-bottom: 56.25%; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 3px;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #2199e8;
  color: #fff; }
  .label.primary {
    background: #2199e8;
    color: #000; }
  .label.secondary {
    background: #777;
    color: #000; }
  .label.success {
    background: #3adb76;
    color: #000; }
  .label.warning {
    background: #ffae00;
    color: #000; }
  .label.alert {
    background: #ec5840;
    color: #000; }

.media-object {
  display: block;
  margin-bottom: 1rem; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      display: block; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

.is-off-canvas-open {
  overflow: hidden; }

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(255, 255, 255, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  .js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible; }
  .js-off-canvas-overlay.is-closable {
    cursor: pointer; }
  .js-off-canvas-overlay.is-overlay-absolute {
    position: absolute; }
  .js-off-canvas-overlay.is-overlay-fixed {
    position: fixed; }

.off-canvas-wrapper {
  position: relative;
  overflow: hidden; }

.off-canvas {
  position: fixed;
  z-index: 1;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.is-transition-overlap {
    z-index: 10; }
    .off-canvas.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.7); }
  .off-canvas.is-open {
    transform: translate(0, 0); }

.off-canvas-absolute {
  position: absolute;
  z-index: 1;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0; }
  .off-canvas-absolute.is-transition-overlap {
    z-index: 10; }
    .off-canvas-absolute.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.7); }
  .off-canvas-absolute.is-open {
    transform: translate(0, 0); }

.position-left {
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  transform: translateX(-250px);
  overflow-y: auto; }
  .position-left.is-open ~ .off-canvas-content {
    transform: translateX(250px); }
  .position-left.is-transition-push::after {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    content: " "; }
  .position-left.is-transition-overlap.is-open ~ .off-canvas-content {
    transform: none; }

.position-right {
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  transform: translateX(250px);
  overflow-y: auto; }
  .position-right.is-open ~ .off-canvas-content {
    transform: translateX(-250px); }
  .position-right.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    content: " "; }
  .position-right.is-transition-overlap.is-open ~ .off-canvas-content {
    transform: none; }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  transform: translateY(-250px);
  overflow-x: auto; }
  .position-top.is-open ~ .off-canvas-content {
    transform: translateY(250px); }
  .position-top.is-transition-push::after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    content: " "; }
  .position-top.is-transition-overlap.is-open ~ .off-canvas-content {
    transform: none; }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  transform: translateY(250px);
  overflow-x: auto; }
  .position-bottom.is-open ~ .off-canvas-content {
    transform: translateY(-250px); }
  .position-bottom.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    content: " "; }
  .position-bottom.is-transition-overlap.is-open ~ .off-canvas-content {
    transform: none; }

.off-canvas-content {
  transition: transform 0.5s ease;
  backface-visibility: hidden; }

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 1; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 1; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 1; }
    .position-top.reveal-for-medium ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 1; }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 1; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 1; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 1; }
    .position-top.reveal-for-large ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 1; }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
      margin-bottom: 250px; } }

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden; }

.orbit-slide {
  width: 100%; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff; }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fff; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(0, 0, 0, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    border-radius: 50%;
    background-color: #ccc; }
    .orbit-bullets button:hover {
      background-color: #8a8a8a; }
    .orbit-bullets button.is-active {
      background-color: #8a8a8a; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' '; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-right: 0.0625rem;
    border-radius: 3px;
    font-size: 0.875rem;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media print, screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 3px;
    color: #000; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #2199e8;
    color: #fff;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #ccc;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.1875rem 0.625rem;
    content: '\2026';
    color: #000; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00ab'; }

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00bb'; }

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 3px;
  background-color: #ccc; }
  .progress.primary .progress-meter {
    background-color: #2199e8; }
  .progress.secondary .progress-meter {
    background-color: #777; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }
  .progress.alert .progress-meter {
    background-color: #ec5840; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #2199e8;
  border-radius: 3px; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  border-radius: 3px; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  user-select: none;
  touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #ccc;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 3px;
  background-color: #2199e8;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #1583cc; }
  .slider-handle.is-dragging {
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    transform: translateX(-50%); }

.sticky-container {
  position: relative; }

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  user-select: none; }

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(0, 0, 0, 0.45);
  overflow-y: scroll; }

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 100%; } }
  @media print, screen and (min-width: 40em) {
    .reveal .reveal {
      right: auto;
      left: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 100%; } }
  @media print, screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 100%; } }
  @media print, screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 100%; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 39.9375em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fff;
  user-select: none; }

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0; }

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 3px;
  background: #ccc;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    transform: translate3d(0, 0, 0);
    border-radius: 3px;
    background: #fff;
    transition: all 0.25s ease-out;
    content: ''; }
  input:checked ~ .switch-paddle {
    background: #2199e8; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny {
  height: 1.5rem; }
  .switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.625rem; }
  .switch.tiny .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem; }

.switch.small {
  height: 1.75rem; }
  .switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.75rem; }
  .switch.small .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked ~ .switch-paddle::after {
    left: 2rem; }

.switch.large {
  height: 2.5rem; }
  .switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem; }
  .switch.large .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 3px; }
  table thead,
  table tbody,
  table tfoot {
    border: 1px solid #f2f2f2;
    background-color: #fff; }
  table caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }
  table thead {
    background: #f9f9f9;
    color: #333; }
  table tfoot {
    background: #f2f2f2;
    color: #333; }
  table thead tr,
  table tfoot tr {
    background: transparent; }
  table thead th,
  table thead td,
  table tfoot th,
  table tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  table tbody th,
  table tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
  table tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f2f2f2; }
  table.unstriped tbody {
    background-color: #fff; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #f2f2f2;
      background-color: #fff; }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #f4f4f4; }

table.hover tfoot tr:hover {
  background-color: #ededed; }

table.hover tbody tr:hover {
  background-color: #fafafa; }

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ededed; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fff;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' '; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #2199e8; }
  .tabs.primary > li > a {
    color: #000; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #1893e4; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #2199e8; }
    .tabs-title > a:hover {
      background: #fff;
      color: #1585cf; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6;
      color: #2199e8; }

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fff;
  color: #333;
  transition: all 0.5s ease; }

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel[aria-hidden="false"] {
    display: block; }

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fff;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  line-height: 0; }

a.thumbnail {
  transition: box-shadow 200ms ease-out; }
  a.thumbnail:hover, a.thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(33, 153, 232, 0.5); }
  a.thumbnail image {
    box-shadow: none; }

.title-bar {
  padding: 0.5rem;
  background: #000;
  color: #fff; }
  .title-bar::before, .title-bar::after {
    display: table;
    content: ' '; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left {
  float: left; }

.title-bar-right {
  float: right;
  text-align: right; }

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold; }

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help; }

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 3px;
  background-color: #000;
  font-size: 80%;
  color: #fff; }
  .tooltip::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #000;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #000 transparent transparent;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #000;
    top: 50%;
    bottom: auto;
    left: 100%;
    transform: translateY(-50%); }
  .tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #000 transparent transparent;
    top: 50%;
    right: 100%;
    bottom: auto;
    left: auto;
    transform: translateY(-50%); }

.top-bar {
  padding: 0.5rem; }
  .top-bar::before, .top-bar::after {
    display: table;
    content: ' '; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: #e6e6e6; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: 100%; }
  @media print, screen and (min-width: 40em) {
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
      width: auto; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
      width: 100%; } }

.top-bar-title {
  display: inline-block;
  float: left;
  padding: 0.5rem 1rem 0.5rem 0; }
  .top-bar-title .menu-icon {
    bottom: 2px; }

.top-bar-left {
  float: left; }

.top-bar-right {
  float: right; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.clearfix::before, .clearfix::after {
  display: table;
  content: ' '; }

.clearfix::after {
  clear: both; }

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%); }

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%); }

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%); }

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  animation-name: shake-7; }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); } }

.spin-cw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }

.spin-ccw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(1turn); } }

.wiggle {
  animation-name: wiggle-7deg; }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms; }

.infinite {
  animation-iteration-count: infinite; }

.slow {
  animation-duration: 750ms !important; }

.fast {
  animation-duration: 250ms !important; }

.linear {
  animation-timing-function: linear !important; }

.ease {
  animation-timing-function: ease !important; }

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !important; }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

/* Components styles */
.body {
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 100%; }

.main {
  flex-grow: 1; }

.header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-shrink: 0;
  width: 100%;
  padding: 13px 64px; }
  @media (max-width: 768px) {
    .header {
      padding: 13px 24px; } }
  @media (max-width: 599px) {
    .header {
      padding: 16px 20px 0; } }
  .header .logo {
    flex-shrink: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .header .logo img {
      width: 157px;
      height: 46px; }
      @media (max-width: 768px) {
        .header .logo img {
          width: 41px;
          height: 46px; } }
      @media (max-width: 768px) {
        .header .logo img.show-desktop {
          display: none; } }
      .header .logo img.show-mobile {
        display: none; }
        @media (max-width: 768px) {
          .header .logo img.show-mobile {
            display: block; } }
      @media (max-width: 1024px) {
        .header .logo img {
          height: 46px; } }
      @media (max-width: 599px) {
        .header .logo img {
          width: 36px;
          height: 40px; } }
    @media (max-width: 599px) {
      .header .logo {
        margin-right: 20px; } }
  .header .navigation {
    position: relative;
    display: flex;
    align-items: center; }
    .header .navigation .navigation__link {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 46px;
      padding: 0 25px;
      border-radius: 3px;
      text-align: center;
      font-size: 16px;
      font-weight: 600;
      color: #2c9ff9;
      transition: background-color, 0.1s;
      white-space: nowrap; }
      @media (max-width: 1440px) {
        .header .navigation .navigation__link {
          height: 40px;
          padding: 0 17px;
          font-size: 14px; } }
      @media (max-width: 1024px) {
        .header .navigation .navigation__link {
          padding: 0 15px;
          flex-grow: 1; } }
      @media (max-width: 599px) {
        .header .navigation .navigation__link {
          padding: 0 10px; } }
      .header .navigation .navigation__link.navigation__link--features--mobile--home {
        display: none; }
        @media (max-width: 695px) {
          .header .navigation .navigation__link.navigation__link--features--mobile--home {
            display: flex; } }
      @media (max-width: 918px) {
        .header .navigation .navigation__link:not(.navigation__link--dropdown).navigation__link--contact {
          display: none; }
        .header .navigation .navigation__link:not(.navigation__link--dropdown).navigation__link--support {
          display: none; } }
      @media (max-width: 695px) {
        .header .navigation .navigation__link:not(.navigation__link--dropdown).navigation__link--pricing {
          display: none; } }
      @media (max-width: 420px) {
        .header .navigation .navigation__link:not(.navigation__link--dropdown).navigation__link--features {
          display: none; } }
      .header .navigation .navigation__link.navigation__link--current {
        color: #586778;
        cursor: default; }
      .header .navigation .navigation__link:not(.navigation__link--current) {
        cursor: pointer; }
        .header .navigation .navigation__link:not(.navigation__link--current):hover {
          background-color: #eef2f7; }
        .header .navigation .navigation__link:not(.navigation__link--current):active {
          background-color: #dde5ef; }
      .header .navigation .navigation__link:not(:last-child) {
        margin-right: 8px; }
        @media (max-width: 1024px) {
          .header .navigation .navigation__link:not(:last-child) {
            margin-right: 3px; } }
        @media (max-width: 599px) {
          .header .navigation .navigation__link:not(:last-child) {
            margin-right: 2px; } }
      .header .navigation .navigation__link.navigation__link--dropdown {
        justify-content: flex-start;
        white-space: nowrap;
        margin-right: 0;
        transition: none; }
      .header .navigation .navigation__link.navigation__link--more {
        position: relative;
        display: none; }
        @media (max-width: 918px) {
          .header .navigation .navigation__link.navigation__link--more {
            display: flex; } }
        .header .navigation .navigation__link.navigation__link--more.hover {
          background-color: #eef2f7; }
      .header .navigation .navigation__link.navigation__link--lang {
        display: flex;
        margin-left: 10px;
        height: 34px;
        padding: 0 10px;
        border-radius: 10px; }
        .header .navigation .navigation__link.navigation__link--lang.hover {
          background-color: #eef2f7; }
        .header .navigation .navigation__link.navigation__link--lang .curr__lang {
          text-transform: uppercase; }
        .header .navigation .navigation__link.navigation__link--lang .navigation__link {
          display: flex; }
    .header .navigation .navigation__sign-in-btn {
      flex-shrink: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 46px;
      padding: 0 25px;
      border-radius: 3px;
      font-size: 16px;
      font-weight: 600;
      color: #fff;
      background-color: #2c9ff9;
      transition: background-color, 0.1s; }
      @media (max-width: 1024px) {
        .header .navigation .navigation__sign-in-btn {
          height: 40px;
          padding: 0 20px;
          font-size: 14px; } }
      @media (max-width: 768px) {
        .header .navigation .navigation__sign-in-btn {
          flex-grow: 1; } }
      @media (max-width: 599px) {
        .header .navigation .navigation__sign-in-btn {
          display: none; } }
      .header .navigation .navigation__sign-in-btn:hover {
        background-color: #45aafa; }
      .header .navigation .navigation__sign-in-btn:active {
        background-color: #1394f8; }
    .header .navigation .dropdown-wrapper {
      position: relative; }
    .header .navigation .dropdown-pane {
      position: absolute;
      top: 40px !important;
      right: 0;
      left: auto !important;
      display: flex;
      flex-shrink: 0;
      flex-direction: column;
      width: auto;
      padding: 0;
      border-radius: 3px;
      background-color: #fff;
      box-shadow: 2px 4px 7px 0 rgba(133, 146, 161, 0.5);
      border: solid 0.5px #cfd9e5; }
      .header .navigation .dropdown-pane.lang {
        right: 0;
        top: 45px !important; }
        @media (max-width: 1024px) {
          .header .navigation .dropdown-pane.lang {
            top: 40px !important; } }
      .header .navigation .dropdown-pane .navigation__link {
        display: none; }
      .header .navigation .dropdown-pane .navigation__sign-in-btn--dropdown {
        display: none;
        text-align: left;
        vertical-align: middle;
        border-top: 1px solid #cfd9e5;
        border-radius: 0;
        padding-top: 8px; }
        @media (max-width: 599px) {
          .header .navigation .dropdown-pane .navigation__sign-in-btn--dropdown {
            display: block; } }
      @media (max-width: 918px) {
        .header .navigation .dropdown-pane .navigation__link.navigation__link--contact {
          display: flex; }
        .header .navigation .dropdown-pane .navigation__link.navigation__link--support {
          display: flex;
          text-align: left; } }
      @media (max-width: 695px) {
        .header .navigation .dropdown-pane .navigation__link.navigation__link--pricing {
          display: flex; } }
      @media (max-width: 420px) {
        .header .navigation .dropdown-pane .navigation__link.navigation__link--features {
          display: flex; } }
    .header .navigation .navigation__dropdown-icon {
      align-self: center;
      margin-left: 7px;
      min-width: 11px; }

.footer {
  flex-shrink: 0; }
  .footer .row {
    display: flex;
    justify-content: center; }
    .footer .row .wrapper {
      display: flex;
      width: 100%;
      max-width: 1100px;
      margin: 0 100px; }
      @media (max-width: 768px) {
        .footer .row .wrapper {
          margin: 0 50px; } }
      @media (max-width: 599px) {
        .footer .row .wrapper {
          flex-direction: column;
          margin: 0; } }
    .footer .row.row--top {
      height: 315px;
      background-color: #2c9ff9; }
      @media (max-width: 1024px) {
        .footer .row.row--top {
          height: 220px; } }
      @media (max-width: 599px) {
        .footer .row.row--top {
          height: auto;
          padding: 30px 20px; } }
      .footer .row.row--top .wrapper {
        align-items: center; }
      .footer .row.row--top .logo {
        flex-shrink: 0;
        margin-right: 150px; }
        @media (max-width: 1440px) {
          .footer .row.row--top .logo {
            width: 150px; } }
        @media (max-width: 1024px) {
          .footer .row.row--top .logo {
            width: 120px;
            margin-right: 100px; } }
        @media (max-width: 768px) {
          .footer .row.row--top .logo {
            margin-right: 50px; } }
        @media (max-width: 599px) {
          .footer .row.row--top .logo {
            width: 70px;
            height: 60px;
            margin: 0 0 15px; } }
      .footer .row.row--top .col {
        display: flex;
        flex-direction: column; }
        @media (max-width: 599px) {
          .footer .row.row--top .col {
            text-align: center; } }
      .footer .row.row--top .heading {
        margin-bottom: 40px;
        font-size: 48px;
        color: #fff; }
        @media (max-width: 1440px) {
          .footer .row.row--top .heading {
            font-size: 36px; } }
        @media (max-width: 1024px) {
          .footer .row.row--top .heading {
            margin-bottom: 25px;
            font-size: 22px; } }
        @media (max-width: 768px) {
          .footer .row.row--top .heading {
            font-size: 20px; } }
        @media (max-width: 599px) {
          .footer .row.row--top .heading {
            font-size: 22px;
            margin-bottom: 20px; } }
      .footer .row.row--top .try-chat-form {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: flex-start; }
        .footer .row.row--top .try-chat-form .try-chat-form__row {
          position: relative;
          display: flex;
          justify-content: center;
          flex-wrap: nowrap;
          margin-bottom: 15px; }
          @media (max-width: 1024px) {
            .footer .row.row--top .try-chat-form .try-chat-form__row {
              margin-bottom: 10px; } }
        .footer .row.row--top .try-chat-form .try-chat-form__email-input {
          flex-grow: 1;
          max-width: 310px;
          height: 40px;
          margin: 0 10px 0 0;
          padding: 0 15px;
          border: 1px solid #999;
          box-shadow: none;
          font-size: 16px;
          color: #333; }
          .footer .row.row--top .try-chat-form .try-chat-form__email-input::placeholder {
            color: #424242; }
          @media (max-width: 1024px) {
            .footer .row.row--top .try-chat-form .try-chat-form__email-input {
              height: 36px;
              font-size: 14px; } }
        .footer .row.row--top .try-chat-form .try-chat-form__submit {
          flex-grow: 1;
          max-width: 140px;
          height: 40px;
          font-size: 16px;
          font-weight: 600;
          color: #fff;
          background-color: #08c255;
          outline: none;
          transition: background-color, 0.1s; }
          .footer .row.row--top .try-chat-form .try-chat-form__submit:hover {
            background-color: #09d15b; }
          .footer .row.row--top .try-chat-form .try-chat-form__submit:active {
            background-color: #07b34f; }
          @media (max-width: 1024px) {
            .footer .row.row--top .try-chat-form .try-chat-form__submit {
              max-width: 125px;
              height: 36px;
              font-size: 14px; } }
        .footer .row.row--top .try-chat-form .try-chat-form__text {
          text-align: center;
          font-size: 14px;
          line-height: 1.71;
          letter-spacing: 1px; }
          @media (max-width: 1024px) {
            .footer .row.row--top .try-chat-form .try-chat-form__text {
              font-size: 12px; } }
        .footer .row.row--top .try-chat-form .try-chat-form__error {
          position: absolute;
          top: -22px;
          width: 100%;
          font-size: 14px;
          color: #ec5840; }
          .footer .row.row--top .try-chat-form .try-chat-form__error ul {
            list-style: none;
            margin: 0; }
        .footer .row.row--top .try-chat-form .try-chat-form__row {
          justify-content: flex-start;
          width: 100%;
          margin-bottom: 40px; }
          @media (max-width: 768px) {
            .footer .row.row--top .try-chat-form .try-chat-form__row {
              margin-bottom: 20px; } }
          @media (max-width: 599px) {
            .footer .row.row--top .try-chat-form .try-chat-form__row {
              flex-direction: column; } }
        .footer .row.row--top .try-chat-form .try-chat-form__email-input {
          border: none; }
          @media (max-width: 599px) {
            .footer .row.row--top .try-chat-form .try-chat-form__email-input {
              padding: 8px 12px;
              max-width: 280px;
              margin: 0 auto 10px;
              text-align: left; } }
        .footer .row.row--top .try-chat-form .try-chat-form__submit {
          min-width: 80px;
          background-color: #ff5d11; }
          .footer .row.row--top .try-chat-form .try-chat-form__submit:hover {
            background-color: #ff6e2b; }
          .footer .row.row--top .try-chat-form .try-chat-form__submit:active {
            background-color: #f74f00; }
          @media (max-width: 599px) {
            .footer .row.row--top .try-chat-form .try-chat-form__submit {
              padding: 8px 0;
              text-align: center;
              max-width: 280px;
              width: 100%;
              margin: 0 auto; } }
        .footer .row.row--top .try-chat-form .try-chat-form__text {
          text-align: left;
          line-height: 1.45;
          font-size: 22px;
          color: #fff; }
          @media (max-width: 1440px) {
            .footer .row.row--top .try-chat-form .try-chat-form__text {
              font-size: 16px; } }
          @media (max-width: 768px) {
            .footer .row.row--top .try-chat-form .try-chat-form__text {
              font-size: 14px; } }
          @media (max-width: 599px) {
            .footer .row.row--top .try-chat-form .try-chat-form__text {
              text-align: center; } }
        .footer .row.row--top .try-chat-form .try-chat-form__error {
          color: #ff0; }
    .footer .row.row--middle {
      height: 280px;
      padding-top: 70px;
      background-color: #374656; }
      @media (max-width: 1440px) {
        .footer .row.row--middle {
          height: 260px;
          padding-top: 60px; } }
      @media (max-width: 1024px) {
        .footer .row.row--middle {
          height: 220px;
          padding-top: 40px; } }
      @media (max-width: 599px) {
        .footer .row.row--middle {
          height: auto;
          padding: 35px 40px 0; } }
      .footer .row.row--middle .wrapper {
        justify-content: space-between; }
      .footer .row.row--middle .col {
        display: flex;
        flex-direction: column; }
        @media (max-width: 599px) {
          .footer .row.row--middle .col {
            margin-bottom: 35px; } }
        .footer .row.row--middle .col .col__title {
          margin-bottom: 20px;
          text-transform: uppercase;
          line-height: 1.71;
          font-size: 14px;
          font-weight: bold;
          color: #828e9c; }
          @media (max-width: 599px) {
            .footer .row.row--middle .col .col__title {
              margin-bottom: 10px; } }
        .footer .row.row--middle .col .col__link {
          line-height: 2.29;
          font-size: 14px;
          color: #fff; }
          .footer .row.row--middle .col .col__link:hover {
            color: #bfbfbf; }
          .footer .row.row--middle .col .col__link:active {
            color: gray; }
    .footer .row.row--bottom {
      height: 60px;
      background-color: #2a3642; }
      @media (max-width: 599px) {
        .footer .row.row--bottom {
          height: auto;
          padding: 15px 20px; } }
      .footer .row.row--bottom .wrapper {
        align-items: center; }
      .footer .row.row--bottom .social {
        display: flex;
        min-width: 170px; }
        @media (max-width: 599px) {
          .footer .row.row--bottom .social {
            min-width: auto; } }
        .footer .row.row--bottom .social .social__link {
          display: flex;
          align-items: center; }
        .footer .row.row--bottom .social .social__link:not(:last-of-type) {
          margin-right: 32px; }
          @media (max-width: 1024px) {
            .footer .row.row--bottom .social .social__link:not(:last-of-type) {
              margin-right: 20px; } }
          @media (max-width: 768px) {
            .footer .row.row--bottom .social .social__link:not(:last-of-type) {
              margin-right: 15px; } }
          @media (max-width: 599px) {
            .footer .row.row--bottom .social .social__link:not(:last-of-type) {
              margin-right: 24px; } }
        .footer .row.row--bottom .social .social__icon {
          transition: opacity, 0.1s;
          opacity: 0.8; }
          @media (max-width: 768px) {
            .footer .row.row--bottom .social .social__icon {
              width: 24px; } }
          .footer .row.row--bottom .social .social__icon:hover {
            opacity: 1; }
          .footer .row.row--bottom .social .social__icon:active {
            opacity: 0.7; }
      .footer .row.row--bottom .copyright {
        min-width: 270px;
        margin-left: calc(50% - 305px);
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 1px;
        color: #828e9c; }
        @media (max-width: 599px) {
          .footer .row.row--bottom .copyright {
            min-width: auto;
            margin: 0;
            font-size: 11px;
            padding-top: 15px;
            text-align: center; } }

.main--index .highest_customer {
  margin-top: 20px;
  align-items: center; }
  @media (max-width: 1024px) {
    .main--index .highest_customer {
      margin-top: 10px; } }
  .main--index .highest_customer .heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
    text-align: center; }
    .main--index .highest_customer .heading.heading--advantages {
      margin-bottom: 0;
      padding-bottom: 50px; }
      @media (max-width: 1024px) {
        .main--index .highest_customer .heading.heading--advantages {
          padding-bottom: 20px; } }
    @media (max-width: 1440px) {
      .main--index .highest_customer .heading {
        margin-bottom: 60px; } }
    @media (max-width: 1024px) {
      .main--index .highest_customer .heading {
        margin-bottom: 40px; } }
    @media (max-width: 599px) {
      .main--index .highest_customer .heading {
        margin: 16px; } }
    .main--index .highest_customer .heading h2, .main--index .highest_customer .heading h1 {
      margin-bottom: 24px;
      text-align: center;
      line-height: 1.3;
      font-size: 56px; }
      @media (max-width: 1024px) {
        .main--index .highest_customer .heading h2, .main--index .highest_customer .heading h1 {
          margin-bottom: 15px;
          font-size: 42px; } }
      @media (max-width: 768px) {
        .main--index .highest_customer .heading h2, .main--index .highest_customer .heading h1 {
          font-size: 32px; } }
      @media (max-width: 599px) {
        .main--index .highest_customer .heading h2, .main--index .highest_customer .heading h1 {
          font-size: 24px;
          margin-bottom: 5px; } }
    .main--index .highest_customer .heading p {
      max-width: 750px;
      margin-bottom: 0;
      text-align: center;
      font-size: 22px; }
      @media (max-width: 1440px) {
        .main--index .highest_customer .heading p {
          line-height: 1.67;
          font-size: 18px; } }
      @media (max-width: 1024px) {
        .main--index .highest_customer .heading p {
          font-size: 16px; } }
      @media (max-width: 768px) {
        .main--index .highest_customer .heading p {
          max-width: 490px; } }
      @media (max-width: 599px) {
        .main--index .highest_customer .heading p {
          font-size: 12px; } }
      .main--index .highest_customer .heading p.plans {
        max-width: 615px;
        margin-bottom: 10px;
        line-height: 1.45; }
        .main--index .highest_customer .heading p.plans.small {
          margin-bottom: 0;
          font-size: 14px;
          line-height: 1.71;
          letter-spacing: 1px; }
          @media (max-width: 1024px) {
            .main--index .highest_customer .heading p.plans.small {
              font-size: 12px; } }
  .main--index .highest_customer ul {
    display: flex;
    list-style-type: none;
    justify-content: center;
    padding-top: 16px;
    margin: 0; }
    @media (max-width: 768px) {
      .main--index .highest_customer ul {
        padding-top: 0; } }
    .main--index .highest_customer ul li {
      margin: 0 27px; }
      @media (max-width: 768px) {
        .main--index .highest_customer ul li {
          margin: 0 21px; }
          .main--index .highest_customer ul li:first-of-type {
            max-width: 126px; }
          .main--index .highest_customer ul li:nth-of-type(2) {
            max-width: 209px; }
          .main--index .highest_customer ul li:last-of-type {
            max-width: 158px; } }
      @media (max-width: 599px) {
        .main--index .highest_customer ul li {
          margin: 0 9px; }
          .main--index .highest_customer ul li img {
            width: 100%; }
          .main--index .highest_customer ul li:first-of-type {
            max-width: 61px; }
          .main--index .highest_customer ul li:nth-of-type(2) {
            max-width: 101px; }
          .main--index .highest_customer ul li:last-of-type {
            max-width: 76px; } }

.main--index .what_can_you {
  margin-top: 104px;
  align-items: center; }
  @media (max-width: 1024px) {
    .main--index .what_can_you {
      margin-top: 88px; } }
  @media (max-width: 768px) {
    .main--index .what_can_you {
      margin-top: 64px; } }
  @media (max-width: 599px) {
    .main--index .what_can_you {
      margin-top: 40px; } }
  .main--index .what_can_you .heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
    text-align: center; }
    .main--index .what_can_you .heading.heading--advantages {
      margin-bottom: 0;
      padding-bottom: 50px; }
      @media (max-width: 1024px) {
        .main--index .what_can_you .heading.heading--advantages {
          padding-bottom: 20px; } }
    @media (max-width: 1440px) {
      .main--index .what_can_you .heading {
        margin-bottom: 60px; } }
    @media (max-width: 1024px) {
      .main--index .what_can_you .heading {
        margin-bottom: 40px; } }
    @media (max-width: 599px) {
      .main--index .what_can_you .heading {
        margin: 16px; } }
    .main--index .what_can_you .heading h2, .main--index .what_can_you .heading h1 {
      margin-bottom: 24px;
      text-align: center;
      line-height: 1.3;
      font-size: 56px; }
      @media (max-width: 1024px) {
        .main--index .what_can_you .heading h2, .main--index .what_can_you .heading h1 {
          margin-bottom: 15px;
          font-size: 42px; } }
      @media (max-width: 768px) {
        .main--index .what_can_you .heading h2, .main--index .what_can_you .heading h1 {
          font-size: 32px; } }
      @media (max-width: 599px) {
        .main--index .what_can_you .heading h2, .main--index .what_can_you .heading h1 {
          font-size: 24px;
          margin-bottom: 5px; } }
    .main--index .what_can_you .heading p {
      max-width: 750px;
      margin-bottom: 0;
      text-align: center;
      font-size: 22px; }
      @media (max-width: 1440px) {
        .main--index .what_can_you .heading p {
          line-height: 1.67;
          font-size: 18px; } }
      @media (max-width: 1024px) {
        .main--index .what_can_you .heading p {
          font-size: 16px; } }
      @media (max-width: 768px) {
        .main--index .what_can_you .heading p {
          max-width: 490px; } }
      @media (max-width: 599px) {
        .main--index .what_can_you .heading p {
          font-size: 12px; } }
      .main--index .what_can_you .heading p.plans {
        max-width: 615px;
        margin-bottom: 10px;
        line-height: 1.45; }
        .main--index .what_can_you .heading p.plans.small {
          margin-bottom: 0;
          font-size: 14px;
          line-height: 1.71;
          letter-spacing: 1px; }
          @media (max-width: 1024px) {
            .main--index .what_can_you .heading p.plans.small {
              font-size: 12px; } }

@keyframes small-circle {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes middle-circle {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.5; } }

@keyframes big-circle {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.3; } }
  .main--index .what_can_you .info-blocks {
    display: flex;
    justify-content: space-between;
    max-width: 1160px;
    margin: 3px auto 0; }
    @media (max-width: 1024px) {
      .main--index .what_can_you .info-blocks {
        flex-wrap: wrap;
        padding: 0 68px; } }
    @media (max-width: 768px) {
      .main--index .what_can_you .info-blocks {
        padding: 0 44px; } }
    @media (max-width: 599px) {
      .main--index .what_can_you .info-blocks {
        flex-direction: column;
        padding: 0 16px 40px; } }
  .main--index .what_can_you .info-block {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
    padding: 25px 40px 40px;
    border-top: 3px solid #fff; }
    @media (max-width: 1024px) {
      .main--index .what_can_you .info-block {
        width: 50%;
        padding: 25px 36px 36px; } }
    @media (max-width: 768px) {
      .main--index .what_can_you .info-block {
        padding: 0 36px 32px; } }
    @media (max-width: 599px) {
      .main--index .what_can_you .info-block {
        width: 100%;
        align-items: flex-start;
        padding: 24px 0 0; } }
    .main--index .what_can_you .info-block .info-block__row {
      display: flex;
      align-items: flex-start;
      width: 100%;
      margin-bottom: 32px; }
      @media (max-width: 768px) {
        .main--index .what_can_you .info-block .info-block__row {
          margin-bottom: 24px; } }
      @media (max-width: 599px) {
        .main--index .what_can_you .info-block .info-block__row {
          margin-bottom: 16px; } }
    .main--index .what_can_you .info-block .info-block__icon {
      height: 30px;
      width: 30px;
      margin-right: 10px; }
    .main--index .what_can_you .info-block .info-block__title {
      margin: 0;
      font-size: 20px; }
    .main--index .what_can_you .info-block .info-block__text {
      line-height: 1.71;
      width: 100%;
      font-size: 14px;
      letter-spacing: 1px; }
      @media (max-width: 1440px) {
        .main--index .what_can_you .info-block .info-block__text {
          line-height: 2.0;
          font-size: 12px;
          letter-spacing: 1px; } }
      @media (max-width: 768px) {
        .main--index .what_can_you .info-block .info-block__text {
          line-height: 1.8; } }

.main--index .plans {
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (max-width: 599px) {
    .main--index .plans {
      margin-top: 40px; } }
  .main--index .plans .heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
    text-align: center; }
    .main--index .plans .heading.heading--advantages {
      margin-bottom: 0;
      padding-bottom: 50px; }
      @media (max-width: 1024px) {
        .main--index .plans .heading.heading--advantages {
          padding-bottom: 20px; } }
    @media (max-width: 1440px) {
      .main--index .plans .heading {
        margin-bottom: 60px; } }
    @media (max-width: 1024px) {
      .main--index .plans .heading {
        margin-bottom: 40px; } }
    @media (max-width: 599px) {
      .main--index .plans .heading {
        margin: 16px; } }
    .main--index .plans .heading h2, .main--index .plans .heading h1 {
      margin-bottom: 24px;
      text-align: center;
      line-height: 1.3;
      font-size: 56px; }
      @media (max-width: 1024px) {
        .main--index .plans .heading h2, .main--index .plans .heading h1 {
          margin-bottom: 15px;
          font-size: 42px; } }
      @media (max-width: 768px) {
        .main--index .plans .heading h2, .main--index .plans .heading h1 {
          font-size: 32px; } }
      @media (max-width: 599px) {
        .main--index .plans .heading h2, .main--index .plans .heading h1 {
          font-size: 24px;
          margin-bottom: 5px; } }
    .main--index .plans .heading p {
      max-width: 750px;
      margin-bottom: 0;
      text-align: center;
      font-size: 22px; }
      @media (max-width: 1440px) {
        .main--index .plans .heading p {
          line-height: 1.67;
          font-size: 18px; } }
      @media (max-width: 1024px) {
        .main--index .plans .heading p {
          font-size: 16px; } }
      @media (max-width: 768px) {
        .main--index .plans .heading p {
          max-width: 490px; } }
      @media (max-width: 599px) {
        .main--index .plans .heading p {
          font-size: 12px; } }
      .main--index .plans .heading p.plans {
        max-width: 615px;
        margin-bottom: 10px;
        line-height: 1.45; }
        .main--index .plans .heading p.plans.small {
          margin-bottom: 0;
          font-size: 14px;
          line-height: 1.71;
          letter-spacing: 1px; }
          @media (max-width: 1024px) {
            .main--index .plans .heading p.plans.small {
              font-size: 12px; } }
    @media (max-width: 768px) {
      .main--index .plans .heading {
        margin-bottom: 0; } }
    @media (max-width: 599px) {
      .main--index .plans .heading .plans-text {
        padding: 8px 56px; } }
    @media (max-width: 599px) {
      .main--index .plans .heading .plans-text.small {
        padding: 8px 20px; } }
  .main--index .plans .plans__top {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 70px 20px 0 20px; }
    @media (max-width: 768px) {
      .main--index .plans .plans__top {
        padding-top: 40px; } }
    @media (max-width: 599px) {
      .main--index .plans .plans__top {
        padding: 0 0 20px; } }
  .main--index .plans .image-wrapper {
    margin: 0 20px;
    width: 100%; }
    @media (max-width: 1024px) {
      .main--index .plans .image-wrapper {
        margin: 0 0 35px; } }
    @media (max-width: 768px) {
      .main--index .plans .image-wrapper {
        margin: 30px 0; } }
    @media (max-width: 599px) {
      .main--index .plans .image-wrapper {
        display: none; } }
    .main--index .plans .image-wrapper .svg-block {
      width: 100%;
      padding: 0 60px;
      max-width: 1200px;
      margin: 0 auto; }
      .main--index .plans .image-wrapper .svg-block .circles ellipse, .main--index .plans .image-wrapper .svg-block .circles circle {
        opacity: 0; }
      .main--index .plans .image-wrapper .svg-block .line {
        opacity: 0; }
      .main--index .plans .image-wrapper .svg-block .text {
        opacity: 0; }
      .main--index .plans .image-wrapper .svg-block .dot {
        opacity: 0; }
      @media (max-width: 768px) {
        .main--index .plans .image-wrapper .svg-block {
          padding: 0; } }
  .main--index .plans .plans__bottom {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    padding: 30px 20px 0 20px;
    background: linear-gradient(to bottom, #f2f2f2, #f5f5f5); }
    @media (max-width: 1024px) {
      .main--index .plans .plans__bottom {
        padding: 30px 10px 0; } }
    @media (max-width: 768px) {
      .main--index .plans .plans__bottom {
        padding: 30px 0 0; } }
    @media (max-width: 599px) {
      .main--index .plans .plans__bottom {
        display: block;
        flex-direction: column;
        padding: 5px 20px 0;
        background: #fff; } }
  .main--index .plans .plan {
    display: block;
    flex-direction: column;
    flex: 1 1 33%;
    max-width: 450px;
    padding: 30px 50px;
    background-color: #fff; }
    .main--index .plans .plan:not(:last-of-type) {
      margin-right: 5px; }
      @media (max-width: 599px) {
        .main--index .plans .plan:not(:last-of-type) {
          margin: 0 0 5px; } }
    @media (max-width: 1024px) {
      .main--index .plans .plan {
        padding: 20px; } }
    @media (max-width: 768px) {
      .main--index .plans .plan {
        padding: 40px 20px; } }
    @media (max-width: 599px) {
      .main--index .plans .plan {
        max-width: none;
        width: 100%;
        padding: 20px 0;
        margin: 0; } }
    .main--index .plans .plan.plan--free .plan__label {
      background-color: #b9c4bb; }
    .main--index .plans .plan.plan--business {
      position: relative;
      padding-top: 60px; }
      @media (max-width: 1024px) {
        .main--index .plans .plan.plan--business {
          padding-top: 50px; } }
      @media (max-width: 768px) {
        .main--index .plans .plan.plan--business {
          padding-top: 50px; } }
      @media (max-width: 599px) {
        .main--index .plans .plan.plan--business {
          padding-top: 30px; } }
      .main--index .plans .plan.plan--business .plan__label {
        background-color: #35a1f6; }
    .main--index .plans .plan.plan--enterprise .plan__label {
      background-color: #9ec535; }
  .main--index .plans .plan__row {
    display: flex; }
  .main--index .plans .plan__label {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-top: 7px;
    border-radius: 50%; }
    @media (max-width: 1024px) {
      .main--index .plans .plan__label {
        width: 18px;
        height: 18px;
        margin-top: 5px; } }
    @media (max-width: 768px) {
      .main--index .plans .plan__label {
        width: 16px;
        height: 16px; } }
  .main--index .plans .plan__title {
    font-size: 24px; }
    @media (max-width: 1440px) {
      .main--index .plans .plan__title {
        margin-bottom: 10px;
        font-size: 22px; } }
    @media (max-width: 1024px) {
      .main--index .plans .plan__title {
        font-size: 20px; } }
  .main--index .plans .plan__text {
    margin-bottom: 55px;
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: 1px; }
    @media (max-width: 1024px) {
      .main--index .plans .plan__text {
        margin-bottom: 40px;
        font-size: 12px; } }
    @media (max-width: 768px) {
      .main--index .plans .plan__text {
        margin-bottom: 25px; } }
  .main--index .plans .plan__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    margin: 0 auto;
    width: 100%;
    max-width: 250px;
    height: 40px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #08c255;
    transition: background-color, 0.1s; }
    .main--index .plans .plan__btn.mobile_btn {
      display: none; }
    @media (max-width: 1024px) {
      .main--index .plans .plan__btn {
        height: 36px;
        font-size: 14px; } }
    @media (max-width: 599px) {
      .main--index .plans .plan__btn.desktop_btn {
        display: none; }
      .main--index .plans .plan__btn.mobile_btn {
        display: block;
        padding: 8px 0;
        text-align: center;
        min-width: 280px;
        width: 100%;
        margin: 15px auto 20px;
        max-width: none; } }
    .main--index .plans .plan__btn:hover {
      background-color: #09d15b; }
    .main--index .plans .plan__btn:active {
      background-color: #07b34f; }
  .main--index .plans .mark {
    position: absolute;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    top: 0;
    left: 0;
    padding: 15px; }
    .main--index .plans .mark .mark__text {
      margin-right: 10px;
      font-size: 12px;
      text-transform: uppercase;
      color: #ff5d12; }
    @media (max-width: 599px) {
      .main--index .plans .mark {
        padding: 0; } }

.main--index .features {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px 20px; }
  @media (max-width: 1024px) {
    .main--index .features {
      padding: 40px 10px; } }
  @media (max-width: 768px) {
    .main--index .features {
      padding: 40px 0; } }
  @media (max-width: 599px) {
    .main--index .features {
      padding: 0; } }
  .main--index .features .heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
    text-align: center; }
    .main--index .features .heading.heading--advantages {
      margin-bottom: 0;
      padding-bottom: 50px; }
      @media (max-width: 1024px) {
        .main--index .features .heading.heading--advantages {
          padding-bottom: 20px; } }
    @media (max-width: 1440px) {
      .main--index .features .heading {
        margin-bottom: 60px; } }
    @media (max-width: 1024px) {
      .main--index .features .heading {
        margin-bottom: 40px; } }
    @media (max-width: 599px) {
      .main--index .features .heading {
        margin: 16px; } }
    .main--index .features .heading h2, .main--index .features .heading h1 {
      margin-bottom: 24px;
      text-align: center;
      line-height: 1.3;
      font-size: 56px; }
      @media (max-width: 1024px) {
        .main--index .features .heading h2, .main--index .features .heading h1 {
          margin-bottom: 15px;
          font-size: 42px; } }
      @media (max-width: 768px) {
        .main--index .features .heading h2, .main--index .features .heading h1 {
          font-size: 32px; } }
      @media (max-width: 599px) {
        .main--index .features .heading h2, .main--index .features .heading h1 {
          font-size: 24px;
          margin-bottom: 5px; } }
    .main--index .features .heading p {
      max-width: 750px;
      margin-bottom: 0;
      text-align: center;
      font-size: 22px; }
      @media (max-width: 1440px) {
        .main--index .features .heading p {
          line-height: 1.67;
          font-size: 18px; } }
      @media (max-width: 1024px) {
        .main--index .features .heading p {
          font-size: 16px; } }
      @media (max-width: 768px) {
        .main--index .features .heading p {
          max-width: 490px; } }
      @media (max-width: 599px) {
        .main--index .features .heading p {
          font-size: 12px; } }
      .main--index .features .heading p.plans {
        max-width: 615px;
        margin-bottom: 10px;
        line-height: 1.45; }
        .main--index .features .heading p.plans.small {
          margin-bottom: 0;
          font-size: 14px;
          line-height: 1.71;
          letter-spacing: 1px; }
          @media (max-width: 1024px) {
            .main--index .features .heading p.plans.small {
              font-size: 12px; } }
    @media (max-width: 1024px) {
      .main--index .features .heading {
        margin-bottom: 25px; } }
    @media (max-width: 768px) {
      .main--index .features .heading {
        margin-bottom: 0; } }
    @media (max-width: 768px) {
      .main--index .features .heading h2 {
        margin-bottom: 0; } }
  .main--index .features .features__list {
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1280px;
    width: 100%;
    margin: 0; }
    @media (max-width: 1440px) {
      .main--index .features .features__list {
        justify-content: space-around; } }
    @media (max-width: 768px) {
      .main--index .features .features__list {
        padding: 0 35px; } }
    @media (max-width: 599px) {
      .main--index .features .features__list {
        padding: 0 20px;
        flex-direction: column; } }
  @media (max-width: 768px) {
    .main--index .features .features__item {
      width: calc(50% - 10px); } }
  @media (max-width: 599px) {
    .main--index .features .features__item {
      width: 100%; } }
  .main--index .features .feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 340px;
    margin: 0 5px 80px 5px; }
    @media (max-width: 768px) {
      .main--index .features .feature {
        width: 100%;
        margin: 0;
        padding: 42px 24px 36px 24px; } }
    @media (max-width: 599px) {
      .main--index .features .feature {
        padding: 20px 0; } }
  .main--index .features .feature__img {
    margin-bottom: 25px; }
    @media (max-width: 768px) {
      .main--index .features .feature__img {
        width: 100%;
        height: 200px;
        margin-bottom: 20px; } }
    @media (max-width: 599px) {
      .main--index .features .feature__img {
        height: 155px;
        margin-bottom: 15px; } }
  .main--index .features .feature__title {
    margin-bottom: 10px;
    text-align: center;
    font-size: 24px; }
    @media (max-width: 768px) {
      .main--index .features .feature__title {
        font-size: 20px; } }
    @media (max-width: 599px) {
      .main--index .features .feature__title {
        font-size: 16px;
        margin-bottom: 7px; } }
  .main--index .features .feature__text {
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: 1px;
    width: 100%; }
    @media (max-width: 1024px) {
      .main--index .features .feature__text {
        line-height: 1.83;
        font-size: 12px; } }
  .main--index .features .features__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 250px;
    height: 40px;
    margin-top: -25px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #08c255;
    transition: background-color, 0.1s; }
    .main--index .features .features__btn:hover {
      background-color: #09d15b; }
    .main--index .features .features__btn:active {
      background-color: #07b34f; }
    @media (max-width: 1024px) {
      .main--index .features .features__btn {
        max-width: 205px;
        height: 36px;
        font-size: 14px; } }
    @media (max-width: 768px) {
      .main--index .features .features__btn {
        margin-top: 25px; } }
    @media (max-width: 599px) {
      .main--index .features .features__btn {
        padding: 8px 0;
        text-align: center;
        max-width: 280px;
        margin: 15px 20px 20px; } }

.main--index .installation {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 40px 70px; }
  @media (max-width: 1024px) {
    .main--index .installation {
      padding-bottom: 18px; } }
  @media (max-width: 599px) {
    .main--index .installation {
      display: none; } }
  .main--index .installation .heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
    text-align: center; }
    .main--index .installation .heading.heading--advantages {
      margin-bottom: 0;
      padding-bottom: 50px; }
      @media (max-width: 1024px) {
        .main--index .installation .heading.heading--advantages {
          padding-bottom: 20px; } }
    @media (max-width: 1440px) {
      .main--index .installation .heading {
        margin-bottom: 60px; } }
    @media (max-width: 1024px) {
      .main--index .installation .heading {
        margin-bottom: 40px; } }
    @media (max-width: 599px) {
      .main--index .installation .heading {
        margin: 16px; } }
    .main--index .installation .heading h2, .main--index .installation .heading h1 {
      margin-bottom: 24px;
      text-align: center;
      line-height: 1.3;
      font-size: 56px; }
      @media (max-width: 1024px) {
        .main--index .installation .heading h2, .main--index .installation .heading h1 {
          margin-bottom: 15px;
          font-size: 42px; } }
      @media (max-width: 768px) {
        .main--index .installation .heading h2, .main--index .installation .heading h1 {
          font-size: 32px; } }
      @media (max-width: 599px) {
        .main--index .installation .heading h2, .main--index .installation .heading h1 {
          font-size: 24px;
          margin-bottom: 5px; } }
    .main--index .installation .heading p {
      max-width: 750px;
      margin-bottom: 0;
      text-align: center;
      font-size: 22px; }
      @media (max-width: 1440px) {
        .main--index .installation .heading p {
          line-height: 1.67;
          font-size: 18px; } }
      @media (max-width: 1024px) {
        .main--index .installation .heading p {
          font-size: 16px; } }
      @media (max-width: 768px) {
        .main--index .installation .heading p {
          max-width: 490px; } }
      @media (max-width: 599px) {
        .main--index .installation .heading p {
          font-size: 12px; } }
      .main--index .installation .heading p.plans {
        max-width: 615px;
        margin-bottom: 10px;
        line-height: 1.45; }
        .main--index .installation .heading p.plans.small {
          margin-bottom: 0;
          font-size: 14px;
          line-height: 1.71;
          letter-spacing: 1px; }
          @media (max-width: 1024px) {
            .main--index .installation .heading p.plans.small {
              font-size: 12px; } }
  .main--index .installation .instruction {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1280px;
    margin-bottom: 55px; }
    @media (max-width: 1024px) {
      .main--index .installation .instruction {
        margin-bottom: 40px; } }
    @media (max-width: 599px) {
      .main--index .installation .instruction {
        display: none; } }
    .main--index .installation .instruction .instruction__row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      margin-bottom: 60px; }
      @media (max-width: 1024px) {
        .main--index .installation .instruction .instruction__row {
          margin-bottom: 50px; } }
    .main--index .installation .instruction .instruction__col {
      flex-shrink: 0; }
      .main--index .installation .instruction .instruction__col.instruction__col--1 {
        width: 20%; }
      .main--index .installation .instruction .instruction__col.instruction__col--2 {
        width: 25%; }
      .main--index .installation .instruction .instruction__col.instruction__col--3 {
        width: 24%;
        margin-right: 3%; }
    .main--index .installation .instruction .instruction__arrow {
      width: 17%; }
    .main--index .installation .instruction .instruction__text {
      text-align: center;
      font-size: 20px; }
      @media (max-width: 1440px) {
        .main--index .installation .instruction .instruction__text {
          line-height: 27px;
          font-size: 18px; } }
      @media (max-width: 1024px) {
        .main--index .installation .instruction .instruction__text {
          font-size: 16px; } }
      @media (max-width: 768px) {
        .main--index .installation .instruction .instruction__text {
          font-size: 14px; } }
    .main--index .installation .instruction .instruction__img {
      width: 100%; }
  .main--index .installation .instruction_mobile {
    display: none; }
    @media (max-width: 599px) {
      .main--index .installation .instruction_mobile {
        display: block; } }
  @media (max-width: 599px) {
    .main--index .installation .ecommerce {
      padding: 0 20px; } }
  .main--index .installation .ecommerce .ecommerce__heading {
    margin-bottom: 12px;
    text-align: center;
    line-height: 1.4;
    font-size: 28px; }
    @media (max-width: 1024px) {
      .main--index .installation .ecommerce .ecommerce__heading {
        margin-bottom: 10px;
        font-size: 24px; } }
    @media (max-width: 599px) {
      .main--index .installation .ecommerce .ecommerce__heading {
        font-size: 18px; } }
  .main--index .installation .ecommerce .ecommerce__text {
    margin-bottom: 50px;
    text-align: center;
    line-height: 1.71;
    font-size: 14px;
    letter-spacing: 1px; }
    @media (max-width: 1024px) {
      .main--index .installation .ecommerce .ecommerce__text {
        margin-bottom: 40px;
        line-height: 2;
        font-size: 12px; } }
    @media (max-width: 599px) {
      .main--index .installation .ecommerce .ecommerce__text {
        margin-bottom: 30px; } }
  .main--index .installation .ecommerce .cms-list {
    list-style: none;
    display: flex;
    justify-content: space-between;
    max-width: 850px;
    margin: 0; }
    @media (max-width: 1024px) {
      .main--index .installation .ecommerce .cms-list {
        justify-content: space-around; } }
    @media (max-width: 599px) {
      .main--index .installation .ecommerce .cms-list {
        flex-wrap: wrap; } }
  .main--index .installation .ecommerce .cms {
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media (max-width: 599px) {
      .main--index .installation .ecommerce .cms {
        flex: 1 1;
        min-width: 50%;
        padding-bottom: 30px; } }
  .main--index .installation .ecommerce .cms__icon {
    margin-bottom: 10px;
    min-height: 70px; }
    @media (max-width: 1024px) {
      .main--index .installation .ecommerce .cms__icon {
        max-width: 53px;
        max-height: 53px; } }
  .main--index .installation .ecommerce .cms__title {
    line-height: 1.71;
    font-size: 14px;
    letter-spacing: 1px; }
    @media (max-width: 1024px) {
      .main--index .installation .ecommerce .cms__title {
        font-size: 12px; } }

.main--index .promo {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 100px 0 100px;
  overflow: hidden; }
  @media (max-width: 1024px) {
    .main--index .promo {
      padding: 50px 70px 0 70px; } }
  @media (max-width: 768px) {
    .main--index .promo {
      padding: 32px 40px 0 40px; } }
  @media (max-width: 599px) {
    .main--index .promo {
      padding: 0; } }
  .main--index .promo .heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
    text-align: center; }
    .main--index .promo .heading.heading--advantages {
      margin-bottom: 0;
      padding-bottom: 50px; }
      @media (max-width: 1024px) {
        .main--index .promo .heading.heading--advantages {
          padding-bottom: 20px; } }
    @media (max-width: 1440px) {
      .main--index .promo .heading {
        margin-bottom: 60px; } }
    @media (max-width: 1024px) {
      .main--index .promo .heading {
        margin-bottom: 40px; } }
    @media (max-width: 599px) {
      .main--index .promo .heading {
        margin: 16px; } }
    .main--index .promo .heading h2, .main--index .promo .heading h1 {
      margin-bottom: 24px;
      text-align: center;
      line-height: 1.3;
      font-size: 56px; }
      @media (max-width: 1024px) {
        .main--index .promo .heading h2, .main--index .promo .heading h1 {
          margin-bottom: 15px;
          font-size: 42px; } }
      @media (max-width: 768px) {
        .main--index .promo .heading h2, .main--index .promo .heading h1 {
          font-size: 32px; } }
      @media (max-width: 599px) {
        .main--index .promo .heading h2, .main--index .promo .heading h1 {
          font-size: 24px;
          margin-bottom: 5px; } }
    .main--index .promo .heading p {
      max-width: 750px;
      margin-bottom: 0;
      text-align: center;
      font-size: 22px; }
      @media (max-width: 1440px) {
        .main--index .promo .heading p {
          line-height: 1.67;
          font-size: 18px; } }
      @media (max-width: 1024px) {
        .main--index .promo .heading p {
          font-size: 16px; } }
      @media (max-width: 768px) {
        .main--index .promo .heading p {
          max-width: 490px; } }
      @media (max-width: 599px) {
        .main--index .promo .heading p {
          font-size: 12px; } }
      .main--index .promo .heading p.plans {
        max-width: 615px;
        margin-bottom: 10px;
        line-height: 1.45; }
        .main--index .promo .heading p.plans.small {
          margin-bottom: 0;
          font-size: 14px;
          line-height: 1.71;
          letter-spacing: 1px; }
          @media (max-width: 1024px) {
            .main--index .promo .heading p.plans.small {
              font-size: 12px; } }
    .main--index .promo .heading h2, .main--index .promo .heading p {
      text-align: left; }
      @media (max-width: 599px) {
        .main--index .promo .heading h2, .main--index .promo .heading p {
          text-align: center; } }
  .main--index .promo .promo__row {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 1400px; }
    @media (max-width: 599px) {
      .main--index .promo .promo__row.promo__row--top {
        flex-direction: column-reverse; } }
    .main--index .promo .promo__row.promo__row--top .promo__col {
      max-width: 600px;
      display: flex;
      flex-direction: column;
      justify-content: center; }
    .main--index .promo .promo__row.promo__row--top .promo__img {
      margin-right: 56px; }
      @media (max-width: 1024px) {
        .main--index .promo .promo__row.promo__row--top .promo__img {
          width: 275px;
          margin-right: 120px;
          height: 100%; } }
      @media (max-width: 768px) {
        .main--index .promo .promo__row.promo__row--top .promo__img {
          margin-right: 40px; } }
      @media (max-width: 599px) {
        .main--index .promo .promo__row.promo__row--top .promo__img {
          margin: 24px auto 40px; } }
    .main--index .promo .promo__row.promo__row--bottom {
      padding-top: 100px;
      flex-direction: column; }
      @media (max-width: 1024px) {
        .main--index .promo .promo__row.promo__row--bottom {
          padding-top: 64px; } }
      @media (max-width: 599px) {
        .main--index .promo .promo__row.promo__row--bottom {
          padding-top: 0; } }
      .main--index .promo .promo__row.promo__row--bottom .heading p {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 50px;
        text-align: center;
        max-width: none; }
        .main--index .promo .promo__row.promo__row--bottom .heading p.heading--advantages {
          margin-bottom: 0;
          padding-bottom: 50px; }
          @media (max-width: 1024px) {
            .main--index .promo .promo__row.promo__row--bottom .heading p.heading--advantages {
              padding-bottom: 20px; } }
        @media (max-width: 1440px) {
          .main--index .promo .promo__row.promo__row--bottom .heading p {
            margin-bottom: 60px; } }
        @media (max-width: 1024px) {
          .main--index .promo .promo__row.promo__row--bottom .heading p {
            margin-bottom: 40px; } }
        @media (max-width: 599px) {
          .main--index .promo .promo__row.promo__row--bottom .heading p {
            margin: 16px; } }
        .main--index .promo .promo__row.promo__row--bottom .heading p h2, .main--index .promo .promo__row.promo__row--bottom .heading p h1 {
          margin-bottom: 24px;
          text-align: center;
          line-height: 1.3;
          font-size: 56px; }
          @media (max-width: 1024px) {
            .main--index .promo .promo__row.promo__row--bottom .heading p h2, .main--index .promo .promo__row.promo__row--bottom .heading p h1 {
              margin-bottom: 15px;
              font-size: 42px; } }
          @media (max-width: 768px) {
            .main--index .promo .promo__row.promo__row--bottom .heading p h2, .main--index .promo .promo__row.promo__row--bottom .heading p h1 {
              font-size: 32px; } }
          @media (max-width: 599px) {
            .main--index .promo .promo__row.promo__row--bottom .heading p h2, .main--index .promo .promo__row.promo__row--bottom .heading p h1 {
              font-size: 24px;
              margin-bottom: 5px; } }
        .main--index .promo .promo__row.promo__row--bottom .heading p p {
          max-width: 750px;
          margin-bottom: 0;
          text-align: center;
          font-size: 22px; }
          @media (max-width: 1440px) {
            .main--index .promo .promo__row.promo__row--bottom .heading p p {
              line-height: 1.67;
              font-size: 18px; } }
          @media (max-width: 1024px) {
            .main--index .promo .promo__row.promo__row--bottom .heading p p {
              font-size: 16px; } }
          @media (max-width: 768px) {
            .main--index .promo .promo__row.promo__row--bottom .heading p p {
              max-width: 490px; } }
          @media (max-width: 599px) {
            .main--index .promo .promo__row.promo__row--bottom .heading p p {
              font-size: 12px; } }
          .main--index .promo .promo__row.promo__row--bottom .heading p p.plans {
            max-width: 615px;
            margin-bottom: 10px;
            line-height: 1.45; }
            .main--index .promo .promo__row.promo__row--bottom .heading p p.plans.small {
              margin-bottom: 0;
              font-size: 14px;
              line-height: 1.71;
              letter-spacing: 1px; }
              @media (max-width: 1024px) {
                .main--index .promo .promo__row.promo__row--bottom .heading p p.plans.small {
                  font-size: 12px; } }
        @media (max-width: 768px) {
          .main--index .promo .promo__row.promo__row--bottom .heading p {
            max-width: 550px; } }
        @media (max-width: 599px) {
          .main--index .promo .promo__row.promo__row--bottom .heading p {
            margin: 0; } }
      .main--index .promo .promo__row.promo__row--bottom .carousel {
        position: relative;
        width: 100%; }
        @media (max-width: 768px) {
          .main--index .promo .promo__row.promo__row--bottom .carousel {
            padding-bottom: 10px; } }
  @media (max-width: 768px) and (max-width: 599px) {
    .main--index .promo .promo__row.promo__row--bottom .carousel {
      padding-bottom: 20px; } }
        .main--index .promo .promo__row.promo__row--bottom .carousel .carousel__main .carousel__slide {
          position: relative;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 72px;
          outline: none; }
          .main--index .promo .promo__row.promo__row--bottom .carousel .carousel__main .carousel__slide .svg-wrapper {
            position: relative;
            max-width: 1550px;
            margin: 0;
            width: 100%;
            height: 100%; }
            .main--index .promo .promo__row.promo__row--bottom .carousel .carousel__main .carousel__slide .svg-wrapper.slide-1 .svg-block {
              height: 100%;
              left: -2.5%;
              top: 14px; }
            .main--index .promo .promo__row.promo__row--bottom .carousel .carousel__main .carousel__slide .svg-wrapper.slide-1 .img-wrapper {
              padding: 0 15%; }
              .main--index .promo .promo__row.promo__row--bottom .carousel .carousel__main .carousel__slide .svg-wrapper.slide-1 .img-wrapper img {
                position: relative;
                z-index: -1;
                top: 18px;
                right: 25px; }
              @media (max-width: 768px) {
                .main--index .promo .promo__row.promo__row--bottom .carousel .carousel__main .carousel__slide .svg-wrapper.slide-1 .img-wrapper {
                  padding: 0 12%; } }
            .main--index .promo .promo__row.promo__row--bottom .carousel .carousel__main .carousel__slide .svg-wrapper.slide-1 .carousel__slide-title {
              position: absolute;
              top: 0;
              left: 0;
              justify-content: space-between; }
              .main--index .promo .promo__row.promo__row--bottom .carousel .carousel__main .carousel__slide .svg-wrapper.slide-1 .carousel__slide-title h3:first-child {
                margin-left: 30%; }
                @media (max-width: 599px) {
                  .main--index .promo .promo__row.promo__row--bottom .carousel .carousel__main .carousel__slide .svg-wrapper.slide-1 .carousel__slide-title h3:first-child {
                    margin-left: 17%; } }
              .main--index .promo .promo__row.promo__row--bottom .carousel .carousel__main .carousel__slide .svg-wrapper.slide-1 .carousel__slide-title h3:last-child {
                margin-right: 16%; }
                @media (max-width: 599px) {
                  .main--index .promo .promo__row.promo__row--bottom .carousel .carousel__main .carousel__slide .svg-wrapper.slide-1 .carousel__slide-title h3:last-child {
                    margin-right: 4%; } }
            .main--index .promo .promo__row.promo__row--bottom .carousel .carousel__main .carousel__slide .svg-wrapper.slide-2 .svg-block {
              left: 1.27%; }
            .main--index .promo .promo__row.promo__row--bottom .carousel .carousel__main .carousel__slide .svg-wrapper.slide-2 .img-wrapper {
              padding: 0 16%; }
            .main--index .promo .promo__row.promo__row--bottom .carousel .carousel__main .carousel__slide .svg-wrapper.slide-3 .svg-block {
              left: 1.7%; }
            .main--index .promo .promo__row.promo__row--bottom .carousel .carousel__main .carousel__slide .svg-wrapper.slide-3 .img-wrapper {
              padding: 0 16%; }
            .main--index .promo .promo__row.promo__row--bottom .carousel .carousel__main .carousel__slide .svg-wrapper.slide-4 .svg-block {
              left: 0.6%; }
            .main--index .promo .promo__row.promo__row--bottom .carousel .carousel__main .carousel__slide .svg-wrapper.slide-4 .img-wrapper {
              padding: 0 16%; }
            .main--index .promo .promo__row.promo__row--bottom .carousel .carousel__main .carousel__slide .svg-wrapper.slide-5 .svg-block {
              left: 0.6%; }
            .main--index .promo .promo__row.promo__row--bottom .carousel .carousel__main .carousel__slide .svg-wrapper.slide-5 .img-wrapper {
              padding: 0 16%; }
            .main--index .promo .promo__row.promo__row--bottom .carousel .carousel__main .carousel__slide .svg-wrapper.slide-6 .svg-block {
              left: 0.2%; }
            .main--index .promo .promo__row.promo__row--bottom .carousel .carousel__main .carousel__slide .svg-wrapper.slide-6 .img-wrapper {
              padding: 0 16%; }
            .main--index .promo .promo__row.promo__row--bottom .carousel .carousel__main .carousel__slide .svg-wrapper .svg-block {
              position: absolute;
              width: 100%;
              height: calc(100% - 25px); }
              .main--index .promo .promo__row.promo__row--bottom .carousel .carousel__main .carousel__slide .svg-wrapper .svg-block .circles ellipse {
                opacity: 0; }
              .main--index .promo .promo__row.promo__row--bottom .carousel .carousel__main .carousel__slide .svg-wrapper .svg-block .line {
                opacity: 0; }
              .main--index .promo .promo__row.promo__row--bottom .carousel .carousel__main .carousel__slide .svg-wrapper .svg-block .text {
                opacity: 0; }
              .main--index .promo .promo__row.promo__row--bottom .carousel .carousel__main .carousel__slide .svg-wrapper .svg-block .dot {
                opacity: 0; }
              @media (max-width: 599px) {
                .main--index .promo .promo__row.promo__row--bottom .carousel .carousel__main .carousel__slide .svg-wrapper .svg-block svg {
                  display: none; } }
        .main--index .promo .promo__row.promo__row--bottom .carousel .carousel__main .slick-arrow {
          display: none !important; }
        .main--index .promo .promo__row.promo__row--bottom .carousel .carousel__main .slick-dots {
          list-style: none;
          display: flex;
          justify-content: center;
          width: 100%;
          margin: 0;
          padding-top: 15px; }
          .main--index .promo .promo__row.promo__row--bottom .carousel .carousel__main .slick-dots li {
            position: relative;
            width: 12px;
            height: 12px;
            margin: 0 5px;
            cursor: pointer; }
            .main--index .promo .promo__row.promo__row--bottom .carousel .carousel__main .slick-dots li button {
              visibility: hidden;
              width: 100%; }
            .main--index .promo .promo__row.promo__row--bottom .carousel .carousel__main .slick-dots li:before {
              content: '';
              position: absolute;
              display: block;
              width: 12px;
              height: 12px;
              border-radius: 50%;
              background-color: #cfd9e5; }
            .main--index .promo .promo__row.promo__row--bottom .carousel .carousel__main .slick-dots li.slick-active::before {
              background-color: #2c9ff9; }
        .main--index .promo .promo__row.promo__row--bottom .carousel .carousel__nav {
          padding: 20px 0 70px; }
          @media (max-width: 1024px) {
            .main--index .promo .promo__row.promo__row--bottom .carousel .carousel__nav {
              padding-bottom: 40px; } }
          @media (max-width: 599px) {
            .main--index .promo .promo__row.promo__row--bottom .carousel .carousel__nav {
              display: none; } }
          .main--index .promo .promo__row.promo__row--bottom .carousel .carousel__nav .slick-list {
            display: flex;
            justify-content: center; }
            @media (max-width: 1024px) {
              .main--index .promo .promo__row.promo__row--bottom .carousel .carousel__nav .slick-list {
                padding: 0 !important; } }
          .main--index .promo .promo__row.promo__row--bottom .carousel .carousel__nav .slick-track {
            display: flex;
            justify-content: center;
            transform: none !important;
            position: relative;
            padding-bottom: 1px; }
            .main--index .promo .promo__row.promo__row--bottom .carousel .carousel__nav .slick-track .current-slide-border {
              position: absolute;
              bottom: 0;
              left: 0;
              content: '';
              width: 20% !important;
              height: 4px;
              background-color: #2c9ff9;
              transition: 0.2s; }
            @media (max-width: 1440px) {
              .main--index .promo .promo__row.promo__row--bottom .carousel .carousel__nav .slick-track {
                width: 100% !important; } }
          .main--index .promo .promo__row.promo__row--bottom .carousel .carousel__nav .carousel__slide {
            display: flex;
            flex-direction: column;
            justify-content: space-around;
            align-items: center;
            width: 20% !important;
            min-height: 83px;
            border-bottom: 2px solid #cfd9e5;
            outline: none; }
            .main--index .promo .promo__row.promo__row--bottom .carousel .carousel__nav .carousel__slide .slide-svg {
              fill: #919DAC; }
            .main--index .promo .promo__row.promo__row--bottom .carousel .carousel__nav .carousel__slide span {
              font-family: 'Open Sans';
              font-size: 14px;
              font-weight: bold;
              text-align: center;
              text-transform: uppercase;
              color: #586778;
              padding: 12px 0 16px; }
              @media (max-width: 1024px) {
                .main--index .promo .promo__row.promo__row--bottom .carousel .carousel__nav .carousel__slide span {
                  font-size: 12px;
                  padding-top: 8px; } }
            .main--index .promo .promo__row.promo__row--bottom .carousel .carousel__nav .carousel__slide:not(.slick-current) {
              cursor: pointer; }
            .main--index .promo .promo__row.promo__row--bottom .carousel .carousel__nav .carousel__slide.slick-current .slide-svg {
              fill: #2c9ff9; }
            @media (max-width: 1024px) {
              .main--index .promo .promo__row.promo__row--bottom .carousel .carousel__nav .carousel__slide {
                height: auto; } }
            @media (max-width: 768px) {
              .main--index .promo .promo__row.promo__row--bottom .carousel .carousel__nav .carousel__slide svg {
                max-width: 24px; } }
        .main--index .promo .promo__row.promo__row--bottom .carousel .carousel__slide-title {
          display: flex;
          justify-content: center;
          width: 100%;
          height: 25px;
          padding: 0 16%; }
          @media (max-width: 599px) {
            .main--index .promo .promo__row.promo__row--bottom .carousel .carousel__slide-title {
              padding: 0 5%; } }
          .main--index .promo .promo__row.promo__row--bottom .carousel .carousel__slide-title h3 {
            font-size: 18px;
            color: #424242;
            text-transform: uppercase; }
            @media (max-width: 1024px) {
              .main--index .promo .promo__row.promo__row--bottom .carousel .carousel__slide-title h3 {
                font-size: 12px; } }
            @media (max-width: 768px) {
              .main--index .promo .promo__row.promo__row--bottom .carousel .carousel__slide-title h3 {
                font-size: 10px; } }
  .main--index .promo .promo__col {
    display: flex;
    flex-direction: column; }
  .main--index .promo .features-link {
    margin: 25px auto 88px;
    border-radius: 3px;
    background-color: #08c255;
    padding: 9px 65px;
    font-size: 16px;
    font-weight: 600;
    color: #fff; }
    @media (max-width: 768px) {
      .main--index .promo .features-link {
        margin: 0 auto 64px; } }
    @media (max-width: 599px) {
      .main--index .promo .features-link {
        width: calc(100% - 32px);
        text-align: center;
        margin: 0 auto; } }

.main--index .why {
  position: relative;
  height: calc(100vh - 72px);
  max-height: 956px;
  margin-bottom: 135px;
  min-height: 600px; }
  @media (max-width: 1024px) {
    .main--index .why {
      min-height: 480px; } }
  @media (max-width: 768px) {
    .main--index .why {
      min-height: 400px; } }
  @media (max-width: 599px) {
    .main--index .why {
      flex-grow: 1;
      flex-shrink: 0;
      height: auto;
      min-height: 0;
      margin-bottom: 0; } }
  .main--index .why b {
    font-weight: 700; }
  .main--index .why .bg-image {
    position: absolute;
    top: 0;
    width: auto;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2; }
    @media (max-width: 599px) {
      .main--index .why .bg-image {
        display: none; } }
  .main--index .why .video-wrapper {
    position: absolute;
    top: 0;
    width: auto;
    min-width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1; }
    @media (max-width: 599px) {
      .main--index .why .video-wrapper {
        display: none; } }
    .main--index .why .video-wrapper .video {
      position: -ms-device-fixed;
      display: block;
      min-width: 100%;
      height: 100%;
      object-fit: cover; }
  .main--index .why .content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%; }
    .main--index .why .content .carousel {
      max-width: 100%;
      height: 100%; }
      .main--index .why .content .carousel .header-carousel__main {
        position: inherit;
        width: auto;
        height: 100%;
        margin: 0 auto; }
        .main--index .why .content .carousel .header-carousel__main .slick-list {
          height: 100%; }
        .main--index .why .content .carousel .header-carousel__main .slick-track {
          display: flex;
          justify-content: center;
          height: 100%; }
          .main--index .why .content .carousel .header-carousel__main .slick-track .header-carousel__slide {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            width: 800px !important;
            height: 100%;
            text-align: center;
            outline: none; }
            @media (max-width: 700px) {
              .main--index .why .content .carousel .header-carousel__main .slick-track .header-carousel__slide {
                padding-left: 0;
                padding-right: 0; } }
    .main--index .why .content .heading {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-bottom: 50px;
      text-align: center;
      max-width: 800px;
      margin: 0 auto;
      color: #fff;
      text-align: center; }
      .main--index .why .content .heading.heading--advantages {
        margin-bottom: 0;
        padding-bottom: 50px; }
        @media (max-width: 1024px) {
          .main--index .why .content .heading.heading--advantages {
            padding-bottom: 20px; } }
      @media (max-width: 1440px) {
        .main--index .why .content .heading {
          margin-bottom: 60px; } }
      @media (max-width: 1024px) {
        .main--index .why .content .heading {
          margin-bottom: 40px; } }
      @media (max-width: 599px) {
        .main--index .why .content .heading {
          margin: 16px; } }
      .main--index .why .content .heading h2, .main--index .why .content .heading h1 {
        margin-bottom: 24px;
        text-align: center;
        line-height: 1.3;
        font-size: 56px; }
        @media (max-width: 1024px) {
          .main--index .why .content .heading h2, .main--index .why .content .heading h1 {
            margin-bottom: 15px;
            font-size: 42px; } }
        @media (max-width: 768px) {
          .main--index .why .content .heading h2, .main--index .why .content .heading h1 {
            font-size: 32px; } }
        @media (max-width: 599px) {
          .main--index .why .content .heading h2, .main--index .why .content .heading h1 {
            font-size: 24px;
            margin-bottom: 5px; } }
      .main--index .why .content .heading p {
        max-width: 750px;
        margin-bottom: 0;
        text-align: center;
        font-size: 22px; }
        @media (max-width: 1440px) {
          .main--index .why .content .heading p {
            line-height: 1.67;
            font-size: 18px; } }
        @media (max-width: 1024px) {
          .main--index .why .content .heading p {
            font-size: 16px; } }
        @media (max-width: 768px) {
          .main--index .why .content .heading p {
            max-width: 490px; } }
        @media (max-width: 599px) {
          .main--index .why .content .heading p {
            font-size: 12px; } }
        .main--index .why .content .heading p.plans {
          max-width: 615px;
          margin-bottom: 10px;
          line-height: 1.45; }
          .main--index .why .content .heading p.plans.small {
            margin-bottom: 0;
            font-size: 14px;
            line-height: 1.71;
            letter-spacing: 1px; }
            @media (max-width: 1024px) {
              .main--index .why .content .heading p.plans.small {
                font-size: 12px; } }
      @media (max-width: 1024px) {
        .main--index .why .content .heading {
          padding: 0 124px;
          margin-bottom: 0; } }
      @media (max-width: 768px) {
        .main--index .why .content .heading h2 {
          margin-bottom: 0; } }
      @media (max-width: 599px) {
        .main--index .why .content .heading {
          color: #333;
          padding: 0; } }
      .main--index .why .content .heading p {
        padding-top: 24px;
        font-size: 22px; }
        @media (max-width: 1024px) {
          .main--index .why .content .heading p {
            font-size: 18px; } }
        @media (max-width: 768px) {
          .main--index .why .content .heading p {
            padding-top: 16px;
            font-size: 14px; } }
        @media (max-width: 599px) {
          .main--index .why .content .heading p {
            padding-top: 8px;
            font-size: 12px; } }
    .main--index .why .content ul {
      position: absolute;
      bottom: 100px;
      width: 100%;
      display: flex;
      list-style-type: none;
      justify-content: center;
      margin: 0; }
      @media (max-width: 599px) {
        .main--index .why .content ul {
          position: inherit;
          padding-top: 16px; } }
      .main--index .why .content ul li {
        position: relative;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.15);
        margin: 8px; }
        .main--index .why .content ul li button {
          opacity: 0; }
        @media (max-width: 599px) {
          .main--index .why .content ul li {
            background-color: rgba(88, 103, 120, 0.15); } }
        .main--index .why .content ul li.slick-active:after {
          width: 8px;
          height: 8px;
          top: 4px;
          left: 4px;
          transition: 0.3s; }
        .main--index .why .content ul li:after {
          position: absolute;
          display: block;
          content: '';
          top: 6px;
          left: 6px;
          width: 4px;
          height: 4px;
          border-radius: 50%;
          background-color: #ffffff; }
          @media (max-width: 599px) {
            .main--index .why .content ul li:after {
              background-color: #2c9ff9; } }
    .main--index .why .content form {
      position: absolute;
      bottom: -80px;
      left: 50%;
      transform: translateX(-50%);
      flex-direction: column;
      padding: 34px 64px;
      border-radius: 20px;
      background-color: #ffffff;
      box-shadow: 0 8px 24px 0 rgba(31, 56, 75, 0.08), 0 16px 96px 0 rgba(31, 56, 75, 0.15); }
      @media (max-width: 768px) {
        .main--index .why .content form {
          margin-top: 24px; } }
      @media (max-width: 599px) {
        .main--index .why .content form {
          position: inherit;
          margin-top: 24px;
          padding: 0 16px 30px;
          box-shadow: none;
          left: auto;
          transform: none; } }
      .main--index .why .content form .input-row {
        padding-top: 12px;
        display: flex;
        justify-content: center; }
        @media (max-width: 599px) {
          .main--index .why .content form .input-row {
            padding-top: 0;
            flex-direction: column; } }
        .main--index .why .content form .input-row input {
          width: 304px;
          height: 40px;
          padding: 0 16px;
          box-sizing: border-box;
          border-radius: 3px;
          border: solid 1px #999999;
          font-size: 16px;
          letter-spacing: 0.9px;
          text-align: left;
          color: #4f4f4f;
          margin-right: 10px; }
          @media (max-width: 599px) {
            .main--index .why .content form .input-row input {
              width: auto;
              margin: 0 0 10px; } }
        .main--index .why .content form .input-row button {
          height: 40px;
          padding: 0 38px;
          border-radius: 3px;
          background-color: #08c255;
          font-size: 16px;
          font-weight: 600;
          color: #fff;
          cursor: pointer; }
          @media (max-width: 768px) {
            .main--index .why .content form .input-row button {
              padding: 0 24px; } }
          @media (max-width: 599px) {
            .main--index .why .content form .input-row button {
              margin: 0 0 10px; } }
      .main--index .why .content form .form-desc {
        font-size: 14px;
        line-height: 1.71;
        text-align: center;
        letter-spacing: 1px;
        color: #2a3642; }
        @media (max-width: 768px) {
          .main--index .why .content form .form-desc {
            font-size: 12px; } }

.main--index .advantages {
  display: flex;
  justify-content: center;
  padding: 100px 100px 70px; }
  @media (max-width: 1024px) {
    .main--index .advantages {
      padding: 40px; } }
  @media (max-width: 768px) {
    .main--index .advantages {
      padding: 100px 0 40px 0; } }
  @media (max-width: 599px) {
    .main--index .advantages {
      flex-direction: column;
      padding: 20px 0; } }
  .main--index .advantages .heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
    text-align: center; }
    .main--index .advantages .heading.heading--advantages {
      margin-bottom: 0;
      padding-bottom: 50px; }
      @media (max-width: 1024px) {
        .main--index .advantages .heading.heading--advantages {
          padding-bottom: 20px; } }
    @media (max-width: 1440px) {
      .main--index .advantages .heading {
        margin-bottom: 60px; } }
    @media (max-width: 1024px) {
      .main--index .advantages .heading {
        margin-bottom: 40px; } }
    @media (max-width: 599px) {
      .main--index .advantages .heading {
        margin: 16px; } }
    .main--index .advantages .heading h2, .main--index .advantages .heading h1 {
      margin-bottom: 24px;
      text-align: center;
      line-height: 1.3;
      font-size: 56px; }
      @media (max-width: 1024px) {
        .main--index .advantages .heading h2, .main--index .advantages .heading h1 {
          margin-bottom: 15px;
          font-size: 42px; } }
      @media (max-width: 768px) {
        .main--index .advantages .heading h2, .main--index .advantages .heading h1 {
          font-size: 32px; } }
      @media (max-width: 599px) {
        .main--index .advantages .heading h2, .main--index .advantages .heading h1 {
          font-size: 24px;
          margin-bottom: 5px; } }
    .main--index .advantages .heading p {
      max-width: 750px;
      margin-bottom: 0;
      text-align: center;
      font-size: 22px; }
      @media (max-width: 1440px) {
        .main--index .advantages .heading p {
          line-height: 1.67;
          font-size: 18px; } }
      @media (max-width: 1024px) {
        .main--index .advantages .heading p {
          font-size: 16px; } }
      @media (max-width: 768px) {
        .main--index .advantages .heading p {
          max-width: 490px; } }
      @media (max-width: 599px) {
        .main--index .advantages .heading p {
          font-size: 12px; } }
      .main--index .advantages .heading p.plans {
        max-width: 615px;
        margin-bottom: 10px;
        line-height: 1.45; }
        .main--index .advantages .heading p.plans.small {
          margin-bottom: 0;
          font-size: 14px;
          line-height: 1.71;
          letter-spacing: 1px; }
          @media (max-width: 1024px) {
            .main--index .advantages .heading p.plans.small {
              font-size: 12px; } }
  .main--index .advantages .mobile_header {
    display: none; }
    @media (max-width: 599px) {
      .main--index .advantages .mobile_header {
        display: block; } }
    .main--index .advantages .mobile_header .mobile_tabs {
      display: flex;
      padding: 0 10px 10px;
      margin: 0 auto; }
      .main--index .advantages .mobile_header .mobile_tabs .mobile_tab {
        height: 36px;
        border: solid 1px #2c9ff9;
        font-size: 12px;
        color: #333;
        text-align: center;
        flex: 1; }
        .main--index .advantages .mobile_header .mobile_tabs .mobile_tab:first-of-type {
          border-radius: 3px 0 0 3px; }
        .main--index .advantages .mobile_header .mobile_tabs .mobile_tab:nth-of-type(2) {
          border-radius: 0;
          border-right: none;
          border-left: none; }
        .main--index .advantages .mobile_header .mobile_tabs .mobile_tab:last-of-type {
          border-radius: 0 3px 3px 0; }
        .main--index .advantages .mobile_header .mobile_tabs .mobile_tab.active {
          background-color: #2c9ff9;
          color: #fff; }
  .main--index .advantages .table {
    width: 100%;
    max-width: 1400px;
    margin-bottom: 0;
    border-collapse: collapse; }
    @media (max-width: 599px) {
      .main--index .advantages .table .table__head {
        display: none; } }
    .main--index .advantages .table .table__head th {
      padding: 0;
      vertical-align: bottom; }
      .main--index .advantages .table .table__head th:not(:first-of-type) {
        padding: 0 30px 0;
        text-align: center; }
      @media (max-width: 768px) {
        .main--index .advantages .table .table__head th:not(:first-of-type) {
          padding: 0 20px 0;
          text-align: center; } }
      .main--index .advantages .table .table__head th .heading {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 50px;
        text-align: center;
        display: inline-block;
        margin-bottom: 0; }
        .main--index .advantages .table .table__head th .heading.heading--advantages {
          margin-bottom: 0;
          padding-bottom: 50px; }
          @media (max-width: 1024px) {
            .main--index .advantages .table .table__head th .heading.heading--advantages {
              padding-bottom: 20px; } }
        @media (max-width: 1440px) {
          .main--index .advantages .table .table__head th .heading {
            margin-bottom: 60px; } }
        @media (max-width: 1024px) {
          .main--index .advantages .table .table__head th .heading {
            margin-bottom: 40px; } }
        @media (max-width: 599px) {
          .main--index .advantages .table .table__head th .heading {
            margin: 16px; } }
        .main--index .advantages .table .table__head th .heading h2, .main--index .advantages .table .table__head th .heading h1 {
          margin-bottom: 24px;
          text-align: center;
          line-height: 1.3;
          font-size: 56px; }
          @media (max-width: 1024px) {
            .main--index .advantages .table .table__head th .heading h2, .main--index .advantages .table .table__head th .heading h1 {
              margin-bottom: 15px;
              font-size: 42px; } }
          @media (max-width: 768px) {
            .main--index .advantages .table .table__head th .heading h2, .main--index .advantages .table .table__head th .heading h1 {
              font-size: 32px; } }
          @media (max-width: 599px) {
            .main--index .advantages .table .table__head th .heading h2, .main--index .advantages .table .table__head th .heading h1 {
              font-size: 24px;
              margin-bottom: 5px; } }
        .main--index .advantages .table .table__head th .heading p {
          max-width: 750px;
          margin-bottom: 0;
          text-align: center;
          font-size: 22px; }
          @media (max-width: 1440px) {
            .main--index .advantages .table .table__head th .heading p {
              line-height: 1.67;
              font-size: 18px; } }
          @media (max-width: 1024px) {
            .main--index .advantages .table .table__head th .heading p {
              font-size: 16px; } }
          @media (max-width: 768px) {
            .main--index .advantages .table .table__head th .heading p {
              max-width: 490px; } }
          @media (max-width: 599px) {
            .main--index .advantages .table .table__head th .heading p {
              font-size: 12px; } }
          .main--index .advantages .table .table__head th .heading p.plans {
            max-width: 615px;
            margin-bottom: 10px;
            line-height: 1.45; }
            .main--index .advantages .table .table__head th .heading p.plans.small {
              margin-bottom: 0;
              font-size: 14px;
              line-height: 1.71;
              letter-spacing: 1px; }
              @media (max-width: 1024px) {
                .main--index .advantages .table .table__head th .heading p.plans.small {
                  font-size: 12px; } }
        .main--index .advantages .table .table__head th .heading h2 {
          margin-bottom: 0;
          text-align: left; }
        @media (max-width: 768px) {
          .main--index .advantages .table .table__head th .heading {
            padding-left: 40px; } }
    .main--index .advantages .table .table__head .table__col {
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: center;
      padding-bottom: 50px; }
      @media (max-width: 1024px) {
        .main--index .advantages .table .table__head .table__col {
          padding-bottom: 20px; } }
    .main--index .advantages .table .table__head .table__icon {
      margin-bottom: 10px; }
      @media (max-width: 1024px) {
        .main--index .advantages .table .table__head .table__icon {
          width: 50px; } }
      @media (max-width: 768px) {
        .main--index .advantages .table .table__head .table__icon {
          width: 37px;
          height: auto;
          margin-bottom: 15px;
          align-self: center; } }
    .main--index .advantages .table .table__head .table__col-title {
      line-height: 1.35;
      font-size: 20px;
      font-weight: normal; }
      @media (max-width: 1024px) {
        .main--index .advantages .table .table__head .table__col-title {
          font-size: 14px; } }
      @media (max-width: 768px) {
        .main--index .advantages .table .table__head .table__col-title {
          font-size: 12px; } }
    @media (max-width: 599px) {
      .main--index .advantages .table .table__body .phone_cell, .main--index .advantages .table .table__body .email_cell {
        display: none; } }
    .main--index .advantages .table .table__body td {
      height: 57px;
      padding: 0 10px 0 10px;
      font-size: 18px; }
      @media (max-width: 1024px) {
        .main--index .advantages .table .table__body td {
          font-size: 14px; } }
      @media (max-width: 599px) {
        .main--index .advantages .table .table__body td {
          height: auto;
          font-size: 12px;
          line-height: 2.7; } }
    .main--index .advantages .table .table__body td:not(:first-child) {
      text-align: center; }
      @media (max-width: 599px) {
        .main--index .advantages .table .table__body td:not(:first-child) {
          text-align: right; } }
    .main--index .advantages .table .table__body i {
      margin: 0 20px 0 30px; }
      @media (max-width: 768px) {
        .main--index .advantages .table .table__body i {
          margin-left: 25px; } }
      @media (max-width: 599px) {
        .main--index .advantages .table .table__body i {
          margin: 0 20px 0 10px; } }
    .main--index .advantages .table .table__body .star {
      margin: 0 5px;
      vertical-align: middle; }
      @media (max-width: 1024px) {
        .main--index .advantages .table .table__body .star {
          width: 14px; } }
      @media (max-width: 768px) {
        .main--index .advantages .table .table__body .star {
          margin: 0 3px; } }
      .main--index .advantages .table .table__body .star.star--lone {
        margin-right: 37px; }
        @media (max-width: 1024px) {
          .main--index .advantages .table .table__body .star.star--lone {
            margin-right: 29px; } }
        @media (max-width: 768px) {
          .main--index .advantages .table .table__body .star.star--lone {
            margin-right: 27px; } }
        @media (max-width: 599px) {
          .main--index .advantages .table .table__body .star.star--lone {
            margin-right: 26px; } }

.main--features-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 40px 0 60px; }
  @media (max-width: 768px) {
    .main--features-page {
      padding: 0 20px; } }
  @media (max-width: 599px) {
    .main--features-page {
      padding: 0; } }
  .main--features-page .heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px; }
    .main--features-page .heading.heading--advantages {
      margin-bottom: 0;
      padding-bottom: 50px; }
      @media (max-width: 1024px) {
        .main--features-page .heading.heading--advantages {
          padding-bottom: 20px; } }
    @media (max-width: 1440px) {
      .main--features-page .heading {
        margin-bottom: 60px; } }
    @media (max-width: 1024px) {
      .main--features-page .heading {
        margin-bottom: 40px; } }
    @media (max-width: 599px) {
      .main--features-page .heading {
        margin: 16px; } }
    .main--features-page .heading h2, .main--features-page .heading h1 {
      margin-bottom: 24px;
      text-align: center;
      line-height: 1.3;
      font-size: 56px; }
      @media (max-width: 1024px) {
        .main--features-page .heading h2, .main--features-page .heading h1 {
          margin-bottom: 15px;
          font-size: 42px; } }
      @media (max-width: 768px) {
        .main--features-page .heading h2, .main--features-page .heading h1 {
          font-size: 32px; } }
      @media (max-width: 599px) {
        .main--features-page .heading h2, .main--features-page .heading h1 {
          font-size: 24px;
          margin-bottom: 5px; } }
    .main--features-page .heading p {
      max-width: 750px;
      margin-bottom: 0;
      text-align: center;
      font-size: 22px; }
      @media (max-width: 1440px) {
        .main--features-page .heading p {
          line-height: 1.67;
          font-size: 18px; } }
      @media (max-width: 1024px) {
        .main--features-page .heading p {
          font-size: 16px; } }
      @media (max-width: 768px) {
        .main--features-page .heading p {
          max-width: 490px; } }
      @media (max-width: 599px) {
        .main--features-page .heading p {
          font-size: 12px; } }
      .main--features-page .heading p.plans {
        max-width: 615px;
        margin-bottom: 10px;
        line-height: 1.45; }
        .main--features-page .heading p.plans.small {
          margin-bottom: 0;
          font-size: 14px;
          line-height: 1.71;
          letter-spacing: 1px; }
          @media (max-width: 1024px) {
            .main--features-page .heading p.plans.small {
              font-size: 12px; } }
    @media (max-width: 1440px) {
      .main--features-page .heading {
        margin-top: 30px;
        margin-bottom: 40px; } }
    @media (max-width: 1024px) {
      .main--features-page .heading {
        margin-top: 10px;
        margin-bottom: 20px; } }
    @media (max-width: 768px) {
      .main--features-page .heading {
        font-size: 42px; } }
    @media (max-width: 599px) {
      .main--features-page .heading {
        font-size: 24px;
        margin-bottom: 0;
        padding: 0 20px; } }
  .main--features-page .features-list {
    display: flex;
    flex-direction: column;
    margin: 0;
    width: 100%;
    max-width: 1300px; }
  .main--features-page .soon, .main--features-page .soon-ru {
    color: #7f8b9c; }
    .main--features-page .soon:hover, .main--features-page .soon-ru:hover {
      background-color: #fff !important; }
      @media (max-width: 599px) {
        .main--features-page .soon:hover, .main--features-page .soon-ru:hover {
          color: #7f8b9c !important; } }
      .main--features-page .soon:hover .feature__tooltip, .main--features-page .soon-ru:hover .feature__tooltip {
        display: none !important; }
    .main--features-page .soon::after, .main--features-page .soon-ru::after {
      content: ' ';
      display: inline-block;
      position: relative;
      width: 49px;
      height: 23px;
      top: -5px;
      right: -5px;
      background: url("/static/img/soon.svg?066ac9f024cf") no-repeat;
      background-size: contain; }
      @media (max-width: 599px) {
        .main--features-page .soon::after, .main--features-page .soon-ru::after {
          width: 38px;
          top: 2px;
          right: -3px; } }
  .main--features-page .soon-ru::after {
    width: 53px;
    background: url("/static/img/soon-ru.svg?066ac9f024cf") no-repeat;
    background-size: contain; }
    @media (max-width: 599px) {
      .main--features-page .soon-ru::after {
        width: 38px; } }
  .main--features-page .feature {
    display: flex;
    min-height: 345px;
    margin-bottom: 20px; }
    @media (max-width: 768px) {
      .main--features-page .feature {
        min-height: initial;
        margin-bottom: 10px; } }
    @media (max-width: 599px) {
      .main--features-page .feature {
        flex-direction: column; } }
    .main--features-page .feature .feature__img-wrapper {
      display: flex;
      justify-content: center;
      align-items: flex-start;
      flex-shrink: 0;
      width: 340px;
      margin-right: 70px;
      padding-top: 50px; }
      .main--features-page .feature .feature__img-wrapper img {
        max-width: 100%; }
        @media (max-width: 599px) {
          .main--features-page .feature .feature__img-wrapper img {
            max-width: 250px;
            max-height: 180px; } }
      @media (max-width: 1440px) {
        .main--features-page .feature .feature__img-wrapper {
          margin-right: 50px; } }
      @media (max-width: 1024px) {
        .main--features-page .feature .feature__img-wrapper {
          width: 30%;
          margin-right: 30px;
          padding-top: 40px; } }
      @media (max-width: 768px) {
        .main--features-page .feature .feature__img-wrapper {
          margin-right: 20px;
          padding-top: 5px; } }
      @media (max-width: 599px) {
        .main--features-page .feature .feature__img-wrapper {
          padding-top: 30px;
          width: 100%;
          padding-left: 20px;
          padding-right: 20px; } }
    .main--features-page .feature .feature__description {
      flex-grow: 1;
      padding-top: 40px; }
      @media (max-width: 1024px) {
        .main--features-page .feature .feature__description {
          padding-top: 35px; } }
      @media (max-width: 599px) {
        .main--features-page .feature .feature__description {
          padding-top: 20px; } }
    .main--features-page .feature .feature__title {
      margin-bottom: 20px;
      padding-left: 20px;
      line-height: 43px; }
      @media (max-width: 1024px) {
        .main--features-page .feature .feature__title {
          padding-left: 10px; } }
      @media (max-width: 768px) {
        .main--features-page .feature .feature__title {
          margin-bottom: 15px;
          line-height: 33px;
          font-size: 24px; } }
      @media (max-width: 599px) {
        .main--features-page .feature .feature__title {
          margin-bottom: 10px;
          line-height: 1;
          font-size: 20px;
          padding-left: 20px;
          padding-right: 20px; } }
    .main--features-page .feature .feature__text {
      margin-bottom: 20px;
      padding-left: 20px;
      line-height: 1.71;
      font-size: 14px;
      letter-spacing: 1px; }
      @media (max-width: 1024px) {
        .main--features-page .feature .feature__text {
          padding-left: 10px; } }
      @media (max-width: 768px) {
        .main--features-page .feature .feature__text {
          line-height: 1.83;
          font-size: 12px; } }
      @media (max-width: 599px) {
        .main--features-page .feature .feature__text {
          line-height: 1.7;
          margin-bottom: 10px;
          padding-left: 20px;
          padding-right: 20px; } }
    .main--features-page .feature .feature__details {
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      max-width: 890px;
      width: auto;
      margin: 0; }
      @media (max-width: 1340px) {
        .main--features-page .feature .feature__details {
          max-width: 560px; } }
      @media (max-width: 1023px) {
        .main--features-page .feature .feature__details {
          max-width: none; } }
      @media (max-width: 599px) {
        .main--features-page .feature .feature__details {
          flex-direction: column; } }
    .main--features-page .feature .feature__detail {
      position: relative;
      display: flex;
      width: calc(100% / 3);
      min-width: 250px;
      line-height: 2.57;
      border-radius: 3px;
      font-size: 14px;
      white-space: nowrap;
      cursor: default;
      transition: background-color, 0.1s; }
      @media (max-width: 1024px) {
        .main--features-page .feature .feature__detail {
          width: calc(100% / 2);
          min-width: 215px; } }
      @media (max-width: 768px) {
        .main--features-page .feature .feature__detail {
          min-width: 175px;
          line-height: 2.5;
          font-size: 12px; } }
      @media (max-width: 599px) {
        .main--features-page .feature .feature__detail {
          line-height: 2.7;
          width: 100%;
          flex-wrap: wrap;
          padding-left: 20px;
          padding-right: 20px;
          border-radius: 0;
          transition: none; } }
      .main--features-page .feature .feature__detail i {
        margin: 0 20px; }
        @media (max-width: 1024px) {
          .main--features-page .feature .feature__detail i {
            margin: 0 20px 0 10px; } }
        @media (max-width: 768px) {
          .main--features-page .feature .feature__detail i {
            margin: 0 10px; } }
        @media (max-width: 599px) {
          .main--features-page .feature .feature__detail i {
            margin: 0 20px 0 0; } }
      .main--features-page .feature .feature__detail:hover {
        background-color: #eef2f6; }
        @media (max-width: 599px) {
          .main--features-page .feature .feature__detail:hover {
            background: #fff; } }
        .main--features-page .feature .feature__detail:hover > .feature__tooltip {
          display: block; }
          @media (max-width: 599px) {
            .main--features-page .feature .feature__detail:hover > .feature__tooltip {
              display: none; } }
      @media (max-width: 599px) {
        .main--features-page .feature .feature__detail.mobile_show_desc {
          background-color: #2c9ff9;
          color: #fff;
          position: relative; }
          .main--features-page .feature .feature__detail.mobile_show_desc > .feature__tooltip {
            display: block; }
          .main--features-page .feature .feature__detail.mobile_show_desc::before {
            content: '';
            position: absolute;
            top: 10px;
            right: 10px;
            width: 14px;
            height: 14px;
            background: url("/img/close_btn.svg?066ac9f024cf");
            background-size: contain; } }
      .main--features-page .feature .feature__detail .feature__tooltip {
        position: absolute;
        left: calc(50% - 120px);
        bottom: 51px;
        display: none;
        width: 240px;
        padding: 15px 18px;
        border-radius: 3px;
        line-height: 17px;
        font-size: 12px;
        white-space: normal;
        color: #fff;
        background-color: #2c9ff9; }
        @media (max-width: 599px) {
          .main--features-page .feature .feature__detail .feature__tooltip {
            position: relative;
            left: auto;
            bottom: auto;
            padding-left: 25px;
            width: 100%; } }
        .main--features-page .feature .feature__detail .feature__tooltip:after {
          position: absolute;
          bottom: -11px;
          left: calc(50% - 15.5px);
          content: '';
          display: block;
          width: 22px;
          height: 22px;
          transform: rotate(45deg);
          background-color: #2c9ff9; }
          @media (max-width: 599px) {
            .main--features-page .feature .feature__detail .feature__tooltip:after {
              display: none; } }
    .main--features-page .feature:last-of-type {
      margin-bottom: 60px; }
      @media (max-width: 599px) {
        .main--features-page .feature:last-of-type {
          margin-bottom: 30px; } }

.main--pricing-page .prices {
  margin-bottom: 70px;
  padding: 0 40px 0 40px;
  /* Plans Switch */
  /* / Plans Switch */ }
  .main--pricing-page .prices * {
    outline: none; }
  @media (max-width: 1024px) {
    .main--pricing-page .prices {
      margin-bottom: 40px; } }
  @media (max-width: 599px) {
    .main--pricing-page .prices {
      padding: 0 15px;
      margin-bottom: 10px; } }
  .main--pricing-page .prices .heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
    text-align: center; }
    .main--pricing-page .prices .heading.heading--advantages {
      margin-bottom: 0;
      padding-bottom: 50px; }
      @media (max-width: 1024px) {
        .main--pricing-page .prices .heading.heading--advantages {
          padding-bottom: 20px; } }
    @media (max-width: 1440px) {
      .main--pricing-page .prices .heading {
        margin-bottom: 60px; } }
    @media (max-width: 1024px) {
      .main--pricing-page .prices .heading {
        margin-bottom: 40px; } }
    @media (max-width: 599px) {
      .main--pricing-page .prices .heading {
        margin: 16px; } }
    .main--pricing-page .prices .heading h2, .main--pricing-page .prices .heading h1 {
      margin-bottom: 24px;
      text-align: center;
      line-height: 1.3;
      font-size: 56px; }
      @media (max-width: 1024px) {
        .main--pricing-page .prices .heading h2, .main--pricing-page .prices .heading h1 {
          margin-bottom: 15px;
          font-size: 42px; } }
      @media (max-width: 768px) {
        .main--pricing-page .prices .heading h2, .main--pricing-page .prices .heading h1 {
          font-size: 32px; } }
      @media (max-width: 599px) {
        .main--pricing-page .prices .heading h2, .main--pricing-page .prices .heading h1 {
          font-size: 24px;
          margin-bottom: 5px; } }
    .main--pricing-page .prices .heading p {
      max-width: 750px;
      margin-bottom: 0;
      text-align: center;
      font-size: 22px; }
      @media (max-width: 1440px) {
        .main--pricing-page .prices .heading p {
          line-height: 1.67;
          font-size: 18px; } }
      @media (max-width: 1024px) {
        .main--pricing-page .prices .heading p {
          font-size: 16px; } }
      @media (max-width: 768px) {
        .main--pricing-page .prices .heading p {
          max-width: 490px; } }
      @media (max-width: 599px) {
        .main--pricing-page .prices .heading p {
          font-size: 12px; } }
      .main--pricing-page .prices .heading p.plans {
        max-width: 615px;
        margin-bottom: 10px;
        line-height: 1.45; }
        .main--pricing-page .prices .heading p.plans.small {
          margin-bottom: 0;
          font-size: 14px;
          line-height: 1.71;
          letter-spacing: 1px; }
          @media (max-width: 1024px) {
            .main--pricing-page .prices .heading p.plans.small {
              font-size: 12px; } }
  .main--pricing-page .prices .text {
    margin-bottom: 50px;
    text-align: center;
    line-height: 32px;
    font-size: 22px; }
  .main--pricing-page .prices .plans-switch {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 60px;
    /* Input */
    /* / Input */
    /* Label */ }
    @media (max-width: 599px) {
      .main--pricing-page .prices .plans-switch {
        margin-bottom: 30px; } }
    .main--pricing-page .prices .plans-switch input[type="checkbox"] {
      display: none;
      /* Input checked (Annually)*/
      /* / Input checked (Annually)*/ }
      .main--pricing-page .prices .plans-switch input[type="checkbox"]:checked + label .plans-switch__switch::before {
        content: attr(data-unchecked);
        left: 0; }
      .main--pricing-page .prices .plans-switch input[type="checkbox"]:checked + label .plans-switch__switch::after {
        content: attr(data-checked);
        color: #333;
        transform: translate3d(177px, 0, 0); }
        @media (max-width: 599px) {
          .main--pricing-page .prices .plans-switch input[type="checkbox"]:checked + label .plans-switch__switch::after {
            transform: translate3d(137px, 0, 0); } }
    .main--pricing-page .prices .plans-switch label {
      -webkit-user-select: none;
      user-select: none;
      position: relative;
      display: flex;
      align-items: center;
      width: 360px;
      margin: 0;
      font-size: 14px;
      font-weight: bold;
      letter-spacing: 1px;
      text-align: center; }
      @media (max-width: 599px) {
        .main--pricing-page .prices .plans-switch label {
          width: 280px;
          font-size: 12px; } }
      .main--pricing-page .prices .plans-switch label .plans-switch__switch {
        flex: 0 0 360px;
        position: relative;
        height: 35px;
        border-radius: 50em;
        background: #2c9ff9;
        transition: background-color 0.1s ease-in-out; }
        @media (max-width: 599px) {
          .main--pricing-page .prices .plans-switch label .plans-switch__switch {
            flex: 0 0 280px;
            height: 29px; } }
        .main--pricing-page .prices .plans-switch label .plans-switch__switch::before {
          content: attr(data-checked);
          position: absolute;
          top: 0;
          left: 180px;
          width: 180px;
          padding: 0 12px;
          line-height: 35px;
          text-transform: uppercase;
          color: #fff; }
          @media (max-width: 599px) {
            .main--pricing-page .prices .plans-switch label .plans-switch__switch::before {
              width: 140px;
              left: 140px;
              line-height: 29px; } }
        .main--pricing-page .prices .plans-switch label .plans-switch__switch::after {
          content: attr(data-unchecked);
          position: absolute;
          z-index: 5;
          top: 3px;
          left: 3px;
          width: 177px;
          border-radius: 25em;
          line-height: 29px;
          text-transform: uppercase;
          color: #333;
          background: white;
          transform: translate3d(0, 0, 0);
          transition: transform 0.3s ease-in-out; }
          @media (max-width: 599px) {
            .main--pricing-page .prices .plans-switch label .plans-switch__switch::after {
              width: 137px;
              line-height: 23px; } }
      .main--pricing-page .prices .plans-switch label:hover .plans-switch__switch {
        background-color: #45aafa; }
  .main--pricing-page .prices .carousel {
    position: relative;
    width: 100%; }
    @media (max-width: 768px) {
      .main--pricing-page .prices .carousel {
        padding-bottom: 30px; } }
  @media (max-width: 768px) and (max-width: 599px) {
    .main--pricing-page .prices .carousel {
      padding-bottom: 20px; } }
    .main--pricing-page .prices .carousel .carousel__main__price .carousel__slide {
      position: relative; }
    .main--pricing-page .prices .carousel .carousel__main__price .slick-center {
      width: 100%; }
    .main--pricing-page .prices .carousel .carousel__main__price .slick-list {
      width: 100%; }
      @media (max-width: 599px) {
        .main--pricing-page .prices .carousel .carousel__main__price .slick-list {
          width: inherit;
          padding: 0 !important;
          margin: 0 auto;
          max-width: 260px;
          min-width: 220px; } }
    .main--pricing-page .prices .carousel .carousel__main__price .slick-arrow {
      position: absolute;
      top: calc(50% - (55px / 2));
      height: 55px;
      width: 27px;
      z-index: 2;
      outline: none; }
      @media (max-width: 599px) {
        .main--pricing-page .prices .carousel .carousel__main__price .slick-arrow {
          width: 17px;
          height: 35px; } }
      .main--pricing-page .prices .carousel .carousel__main__price .slick-arrow img {
        width: 100%;
        height: 100%; }
      .main--pricing-page .prices .carousel .carousel__main__price .slick-arrow.slick-prev {
        left: 0; }
      .main--pricing-page .prices .carousel .carousel__main__price .slick-arrow.slick-next {
        right: 0; }
    .main--pricing-page .prices .carousel .carousel__main__price .slick-dots {
      list-style: none;
      display: flex;
      justify-content: center;
      width: 100%;
      margin: 0;
      padding-top: 15px; }
      .main--pricing-page .prices .carousel .carousel__main__price .slick-dots li {
        position: relative;
        width: 12px;
        height: 12px;
        margin: 0 5px;
        cursor: pointer; }
        .main--pricing-page .prices .carousel .carousel__main__price .slick-dots li button {
          visibility: hidden;
          width: 100%; }
        .main--pricing-page .prices .carousel .carousel__main__price .slick-dots li:before {
          content: '';
          position: absolute;
          display: block;
          width: 12px;
          height: 12px;
          border-radius: 50%;
          background-color: #cfd9e5; }
        .main--pricing-page .prices .carousel .carousel__main__price .slick-dots li.slick-active::before {
          background-color: #2c9ff9; }
  .main--pricing-page .prices .plans, .main--pricing-page .prices .slick-track {
    display: flex;
    justify-content: center;
    align-items: flex-end; }
    @media (max-width: 599px) {
      .main--pricing-page .prices .plans, .main--pricing-page .prices .slick-track {
        display: block; } }
  .main--pricing-page .prices .plan {
    width: calc((100% / 3) - (20px / 3));
    max-width: 340px; }
    @media (max-width: 768px) {
      .main--pricing-page .prices .plan {
        width: calc((100% / 3) - (10px / 3)); } }
    @media (max-width: 599px) {
      .main--pricing-page .prices .plan {
        width: auto;
        margin: 0 5px; } }
    .main--pricing-page .prices .plan:not(:last-of-type) {
      margin-right: 10px; }
      @media (max-width: 768px) {
        .main--pricing-page .prices .plan:not(:last-of-type) {
          margin-right: 5px; } }
    .main--pricing-page .prices .plan.plan--business .plan__content {
      padding-top: 70px; }
      @media (max-width: 599px) {
        .main--pricing-page .prices .plan.plan--business .plan__content {
          padding-top: 40px; } }
      @media (max-width: 350px) {
        .main--pricing-page .prices .plan.plan--business .plan__content {
          margin: 0 15px; } }
    .main--pricing-page .prices .plan.plan--business .mark {
      position: absolute;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      width: 100%;
      top: 0;
      left: 0;
      padding: 15px; }
      @media (max-width: 599px) {
        .main--pricing-page .prices .plan.plan--business .mark {
          padding: 10px; } }
      .main--pricing-page .prices .plan.plan--business .mark .mark__text {
        margin-right: 10px;
        font-size: 12px;
        text-transform: uppercase;
        color: #ff5d12; }
    .main--pricing-page .prices .plan.plan--business .plan__try-btn {
      color: #fff;
      background-color: #2c9ff9; }
    .main--pricing-page .prices .plan.plan--enterprise .plan__content {
      padding-top: 40px; }
      @media (max-width: 350px) {
        .main--pricing-page .prices .plan.plan--enterprise .plan__content {
          margin: 0 15px; } }
    .main--pricing-page .prices .plan .plan__heading {
      margin-bottom: 20px;
      text-align: center;
      line-height: 1.35;
      font-size: 32px; }
      @media (max-width: 1024px) {
        .main--pricing-page .prices .plan .plan__heading {
          font-size: 24px; } }
    .main--pricing-page .prices .plan .plan__content {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 20px 20px 30px 20px;
      border: 1px solid #cfd9e5;
      border-radius: 3px; }
      @media (max-width: 768px) {
        .main--pricing-page .prices .plan .plan__content {
          padding: 20px 10px 30px 10px; } }
      @media (max-width: 599px) {
        .main--pricing-page .prices .plan .plan__content {
          padding: 40px 10px 20px; } }
      @media (max-width: 350px) {
        .main--pricing-page .prices .plan .plan__content {
          margin: 0 15px; } }
    .main--pricing-page .prices .plan .plan__price {
      margin-bottom: 5px;
      text-align: center;
      line-height: 1.35;
      font-size: 42px;
      font-weight: 300; }
      @media (max-width: 768px) {
        .main--pricing-page .prices .plan .plan__price {
          font-size: 38px; } }
    .main--pricing-page .prices .plan .plan__text {
      margin-bottom: 20px;
      text-align: center;
      font-size: 14px;
      line-height: 1.7;
      letter-spacing: 1px; }
      @media (max-width: 1024px) {
        .main--pricing-page .prices .plan .plan__text {
          font-size: 12px; } }
    .main--pricing-page .prices .plan .plan__try-btn {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 140px;
      margin-bottom: 30px;
      padding: 12px 0;
      border: 1px solid #2c9ff9;
      border-radius: 3px;
      font-weight: 600;
      transition: background-color, 0.1s; }
      @media (max-width: 1024px) {
        .main--pricing-page .prices .plan .plan__try-btn {
          margin-bottom: 20px;
          font-size: 14px; } }
      .main--pricing-page .prices .plan .plan__try-btn:hover {
        color: #fff;
        border-color: #45aafa;
        background-color: #45aafa; }
      .main--pricing-page .prices .plan .plan__try-btn:active {
        color: #fff;
        border-color: #1394f8;
        background-color: #1394f8; }
    .main--pricing-page .prices .plan .plan__options {
      list-style: none;
      margin: 0; }
    .main--pricing-page .prices .plan .plan__option {
      font-size: 14px;
      line-height: 2.4;
      letter-spacing: 1px; }
      @media (max-width: 1024px) {
        .main--pricing-page .prices .plan .plan__option {
          font-size: 12px; } }
      @media (max-width: 768px) {
        .main--pricing-page .prices .plan .plan__option {
          letter-spacing: normal; } }
      .main--pricing-page .prices .plan .plan__option i {
        margin-right: 20px; }
        @media (max-width: 1024px) {
          .main--pricing-page .prices .plan .plan__option i {
            margin-right: 14px; } }
        @media (max-width: 768px) {
          .main--pricing-page .prices .plan .plan__option i {
            margin-right: 5px; } }

.main--pricing-page .compare-plans {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 40px 70px 40px; }
  @media (max-width: 599px) {
    .main--pricing-page .compare-plans {
      padding: 0 0 30px; } }
  .main--pricing-page .compare-plans .heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
    text-align: center; }
    .main--pricing-page .compare-plans .heading.heading--advantages {
      margin-bottom: 0;
      padding-bottom: 50px; }
      @media (max-width: 1024px) {
        .main--pricing-page .compare-plans .heading.heading--advantages {
          padding-bottom: 20px; } }
    @media (max-width: 1440px) {
      .main--pricing-page .compare-plans .heading {
        margin-bottom: 60px; } }
    @media (max-width: 1024px) {
      .main--pricing-page .compare-plans .heading {
        margin-bottom: 40px; } }
    @media (max-width: 599px) {
      .main--pricing-page .compare-plans .heading {
        margin: 16px; } }
    .main--pricing-page .compare-plans .heading h2, .main--pricing-page .compare-plans .heading h1 {
      margin-bottom: 24px;
      text-align: center;
      line-height: 1.3;
      font-size: 56px; }
      @media (max-width: 1024px) {
        .main--pricing-page .compare-plans .heading h2, .main--pricing-page .compare-plans .heading h1 {
          margin-bottom: 15px;
          font-size: 42px; } }
      @media (max-width: 768px) {
        .main--pricing-page .compare-plans .heading h2, .main--pricing-page .compare-plans .heading h1 {
          font-size: 32px; } }
      @media (max-width: 599px) {
        .main--pricing-page .compare-plans .heading h2, .main--pricing-page .compare-plans .heading h1 {
          font-size: 24px;
          margin-bottom: 5px; } }
    .main--pricing-page .compare-plans .heading p {
      max-width: 750px;
      margin-bottom: 0;
      text-align: center;
      font-size: 22px; }
      @media (max-width: 1440px) {
        .main--pricing-page .compare-plans .heading p {
          line-height: 1.67;
          font-size: 18px; } }
      @media (max-width: 1024px) {
        .main--pricing-page .compare-plans .heading p {
          font-size: 16px; } }
      @media (max-width: 768px) {
        .main--pricing-page .compare-plans .heading p {
          max-width: 490px; } }
      @media (max-width: 599px) {
        .main--pricing-page .compare-plans .heading p {
          font-size: 12px; } }
      .main--pricing-page .compare-plans .heading p.plans {
        max-width: 615px;
        margin-bottom: 10px;
        line-height: 1.45; }
        .main--pricing-page .compare-plans .heading p.plans.small {
          margin-bottom: 0;
          font-size: 14px;
          line-height: 1.71;
          letter-spacing: 1px; }
          @media (max-width: 1024px) {
            .main--pricing-page .compare-plans .heading p.plans.small {
              font-size: 12px; } }
    .main--pricing-page .compare-plans .heading h2 {
      margin: 0; }
  .main--pricing-page .compare-plans .sticky-wrapper--plans-switch {
    display: none;
    width: 100%; }
    @media (max-width: 768px) {
      .main--pricing-page .compare-plans .sticky-wrapper--plans-switch {
        display: block; } }
    @media (max-width: 599px) {
      .main--pricing-page .compare-plans .sticky-wrapper--plans-switch {
        padding: 0 20px; } }
  .main--pricing-page .compare-plans .plans-switch {
    display: none;
    width: 100%;
    justify-content: space-between;
    transition: all .3s ease; }
    .main--pricing-page .compare-plans .plans-switch.stuck {
      position: fixed;
      top: 0;
      left: auto;
      right: auto;
      width: calc(100% - 80px); }
      .main--pricing-page .compare-plans .plans-switch.stuck.hidden-stuck {
        top: -50px; }
    @media (max-width: 768px) {
      .main--pricing-page .compare-plans .plans-switch {
        display: flex; } }
    .main--pricing-page .compare-plans .plans-switch .plans-switch__btn {
      width: calc(100% / 3);
      height: 50px;
      border-top: 1px solid #2c9ff9;
      border-bottom: 1px solid #2c9ff9;
      border-radius: 0;
      font-size: 14px;
      background-color: #fff;
      transition: background-color, 0.1s; }
      @media (max-width: 599px) {
        .main--pricing-page .compare-plans .plans-switch .plans-switch__btn {
          height: 36px;
          font-size: 12px; } }
      .main--pricing-page .compare-plans .plans-switch .plans-switch__btn:first-child {
        border-left: 1px solid #2c9ff9;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px; }
      .main--pricing-page .compare-plans .plans-switch .plans-switch__btn:last-child {
        border-right: 1px solid #2c9ff9;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px; }
      .main--pricing-page .compare-plans .plans-switch .plans-switch__btn:hover {
        color: #fff;
        border-color: #45aafa;
        background-color: #45aafa; }
      .main--pricing-page .compare-plans .plans-switch .plans-switch__btn:active {
        color: #fff;
        border-color: #1394f8;
        background-color: #1394f8; }
      .main--pricing-page .compare-plans .plans-switch .plans-switch__btn.active {
        color: #fff;
        background-color: #2c9ff9; }
  .main--pricing-page .compare-plans .table {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1240px; }
    @media (max-width: 768px) {
      .main--pricing-page .compare-plans .table .sticky-wrapper--table-head {
        display: none; } }
    .main--pricing-page .compare-plans .table .table__head {
      width: 100%;
      max-width: 1240px; }
      @media (max-width: 768px) {
        .main--pricing-page .compare-plans .table .table__head {
          display: none; } }
      .main--pricing-page .compare-plans .table .table__head.stuck {
        position: fixed;
        transition: all .3s ease;
        top: 0;
        left: auto;
        right: auto; }
        @media (max-width: 1320px) {
          .main--pricing-page .compare-plans .table .table__head.stuck {
            width: calc(100% - 80px); } }
        .main--pricing-page .compare-plans .table .table__head.stuck.hidden-stuck {
          top: -70px; }
      .main--pricing-page .compare-plans .table .table__head .table__row {
        justify-content: flex-end; }
      .main--pricing-page .compare-plans .table .table__head .table__heading {
        width: 25%;
        height: 70px;
        line-height: 27px;
        font-size: 20px; }
        @media (max-width: 1024px) {
          .main--pricing-page .compare-plans .table .table__head .table__heading {
            height: 60px;
            line-height: 27px;
            font-size: 16px; } }
        .main--pricing-page .compare-plans .table .table__head .table__heading.table__heading--free {
          background-color: #fff1ea; }
        .main--pricing-page .compare-plans .table .table__head .table__heading.table__heading--business {
          background-color: #ceeaff; }
        .main--pricing-page .compare-plans .table .table__head .table__heading.table__heading--enterprise {
          background-color: #e5fff0; }
    .main--pricing-page .compare-plans .table .table__body .table__row.table__row--title {
      align-items: flex-end;
      height: 65px;
      padding-left: 40px;
      padding-bottom: 18px;
      line-height: 19px;
      font-size: 14px;
      font-weight: bold;
      letter-spacing: 1px;
      text-transform: uppercase; }
      @media (max-width: 599px) {
        .main--pricing-page .compare-plans .table .table__body .table__row.table__row--title {
          font-size: 11px;
          height: 50px;
          padding: 0 20px 10px; } }
    .main--pricing-page .compare-plans .table .table__body .table__row:nth-child(even) {
      background-color: #eef2f6; }
    .main--pricing-page .compare-plans .table .table__body .table__cell {
      width: 25%;
      height: 55px;
      font-size: 14px; }
      @media (max-width: 599px) {
        .main--pricing-page .compare-plans .table .table__body .table__cell {
          height: 33px;
          font-size: 12px;
          padding-right: 20px; }
          .main--pricing-page .compare-plans .table .table__body .table__cell svg {
            width: 13px; } }
      .main--pricing-page .compare-plans .table .table__body .table__cell:first-child {
        justify-content: flex-start;
        padding-left: 70px; }
        @media (max-width: 1024px) {
          .main--pricing-page .compare-plans .table .table__body .table__cell:first-child {
            padding-left: 30px; } }
        @media (max-width: 599px) {
          .main--pricing-page .compare-plans .table .table__body .table__cell:first-child {
            padding-left: 20px;
            flex: 2; } }
      .main--pricing-page .compare-plans .table .table__body .table__cell i {
        margin-right: 20px; }
      @media (max-width: 768px) {
        .main--pricing-page .compare-plans .table .table__body .table__cell {
          width: 50%; }
          .main--pricing-page .compare-plans .table .table__body .table__cell.table__cell--free, .main--pricing-page .compare-plans .table .table__body .table__cell.table__cell--enterprise {
            display: none; } }
      @media (max-width: 599px) {
        .main--pricing-page .compare-plans .table .table__body .table__cell {
          width: auto; } }
    .main--pricing-page .compare-plans .table .table__row {
      display: flex;
      width: 100%; }
    .main--pricing-page .compare-plans .table .table__cell,
    .main--pricing-page .compare-plans .table .table__heading {
      flex-shrink: 0;
      display: flex;
      justify-content: center;
      align-items: center; }

.main--pricing-page .special-offer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 40px 70px 40px; }
  @media (max-width: 599px) {
    .main--pricing-page .special-offer {
      padding: 0 0 30px; } }
  .main--pricing-page .special-offer .heading-special .special-block {
    font-size: 56px;
    color: #333333;
    padding-right: 24px; }
    @media (max-width: 1040px) {
      .main--pricing-page .special-offer .heading-special .special-block {
        font-size: 45px; } }
    @media (max-width: 790px) {
      .main--pricing-page .special-offer .heading-special .special-block {
        font-size: 35px;
        padding-right: 10px; } }
    @media (max-width: 599px) {
      .main--pricing-page .special-offer .heading-special .special-block {
        display: block;
        margin-bottom: 10px; } }
  .main--pricing-page .special-offer .heading-special .number-block {
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    color: #586778;
    border-radius: 7px;
    box-shadow: 0 1px 4px 0 rgba(145, 157, 172, 0.6);
    border: solid 0.5px rgba(255, 255, 255, 0);
    padding: 5px 7px; }
    @media (max-width: 1040px) {
      .main--pricing-page .special-offer .heading-special .number-block {
        font-size: 40px; } }
    @media (max-width: 790px) {
      .main--pricing-page .special-offer .heading-special .number-block {
        font-size: 28px; } }
  .main--pricing-page .special-offer .heading-special .days-left {
    font-size: 40px;
    color: #586778;
    padding-left: 8px; }
    @media (max-width: 1040px) {
      .main--pricing-page .special-offer .heading-special .days-left {
        font-size: 35px; } }
    @media (max-width: 790px) {
      .main--pricing-page .special-offer .heading-special .days-left {
        font-size: 26px;
        padding-left: 2px; } }
  .main--pricing-page .special-offer .offers-wrapper {
    display: flex;
    flex-direction: column;
    padding-top: 70px; }
    @media (max-width: 1240px) {
      .main--pricing-page .special-offer .offers-wrapper {
        padding-top: 50px; } }
    @media (max-width: 790px) {
      .main--pricing-page .special-offer .offers-wrapper {
        padding-top: 40px; } }
    .main--pricing-page .special-offer .offers-wrapper .special-top-block {
      display: flex;
      flex-direction: column;
      justify-content: center;
      background-color: #58d2b4;
      border-radius: 4px;
      color: #fff;
      padding: 0 50px 26px;
      position: relative; }
      @media (max-width: 1240px) {
        .main--pricing-page .special-offer .offers-wrapper .special-top-block {
          padding: 0 40px 15px; } }
      @media (max-width: 790px) {
        .main--pricing-page .special-offer .offers-wrapper .special-top-block {
          padding: 15px 30px; } }
      @media (max-width: 599px) {
        .main--pricing-page .special-offer .offers-wrapper .special-top-block {
          border-radius: 0;
          padding: 15px 25px; } }
      .main--pricing-page .special-offer .offers-wrapper .special-top-block::after {
        content: '';
        width: 0;
        height: 0;
        border-top: 30px solid #58d2b4;
        border-right: 30px solid transparent;
        position: absolute;
        bottom: -25px;
        left: 15px;
        transform: skew(170deg, 170deg); }
        @media (max-width: 790px) {
          .main--pricing-page .special-offer .offers-wrapper .special-top-block::after {
            display: none; } }
      .main--pricing-page .special-offer .offers-wrapper .special-top-block .special-top-block__top-block {
        display: flex;
        align-items: center;
        justify-content: center; }
        .main--pricing-page .special-offer .offers-wrapper .special-top-block .special-top-block__top-block .special-top-block__top-text {
          font-size: 32px;
          color: #ffffff;
          padding-left: 24px; }
          @media (max-width: 1240px) {
            .main--pricing-page .special-offer .offers-wrapper .special-top-block .special-top-block__top-block .special-top-block__top-text {
              font-size: 26px; } }
          @media (max-width: 1040px) {
            .main--pricing-page .special-offer .offers-wrapper .special-top-block .special-top-block__top-block .special-top-block__top-text {
              font-size: 20px; } }
          @media (max-width: 790px) {
            .main--pricing-page .special-offer .offers-wrapper .special-top-block .special-top-block__top-block .special-top-block__top-text {
              padding-bottom: 10px;
              font-size: 16px; } }
          @media (max-width: 599px) {
            .main--pricing-page .special-offer .offers-wrapper .special-top-block .special-top-block__top-block .special-top-block__top-text {
              text-align: center; } }
        .main--pricing-page .special-offer .offers-wrapper .special-top-block .special-top-block__top-block img {
          position: relative;
          bottom: 35px; }
          @media (max-width: 1040px) {
            .main--pricing-page .special-offer .offers-wrapper .special-top-block .special-top-block__top-block img {
              max-width: 60px;
              max-height: 60px;
              bottom: 20px; } }
          @media (max-width: 790px) {
            .main--pricing-page .special-offer .offers-wrapper .special-top-block .special-top-block__top-block img {
              display: none; } }
      .main--pricing-page .special-offer .offers-wrapper .special-top-block .special-top-block__bottom-block p {
        font-size: 20px;
        text-align: center;
        color: #ffffff; }
        @media (max-width: 1240px) {
          .main--pricing-page .special-offer .offers-wrapper .special-top-block .special-top-block__bottom-block p {
            font-size: 16px; } }
        @media (max-width: 1040px) {
          .main--pricing-page .special-offer .offers-wrapper .special-top-block .special-top-block__bottom-block p {
            font-size: 14px; } }
        @media (max-width: 790px) {
          .main--pricing-page .special-offer .offers-wrapper .special-top-block .special-top-block__bottom-block p {
            font-size: 12px; } }
        .main--pricing-page .special-offer .offers-wrapper .special-top-block .special-top-block__bottom-block p .special-big-font {
          font-size: 32px;
          font-weight: bold; }
          @media (max-width: 1240px) {
            .main--pricing-page .special-offer .offers-wrapper .special-top-block .special-top-block__bottom-block p .special-big-font {
              font-size: 26px; } }
          @media (max-width: 1040px) {
            .main--pricing-page .special-offer .offers-wrapper .special-top-block .special-top-block__bottom-block p .special-big-font {
              font-size: 20px; } }
          @media (max-width: 790px) {
            .main--pricing-page .special-offer .offers-wrapper .special-top-block .special-top-block__bottom-block p .special-big-font {
              font-size: 16px; } }
        .main--pricing-page .special-offer .offers-wrapper .special-top-block .special-top-block__bottom-block p a {
          margin-left: 10px;
          font-size: 16px;
          font-weight: bold;
          color: #31bc9a;
          border-radius: 30px;
          padding: 9px 24px;
          background-color: #ffffff;
          box-shadow: 0 0 20px 0 rgba(25, 66, 56, 0.07);
          word-break: keep-all; }
          @media (max-width: 1240px) {
            .main--pricing-page .special-offer .offers-wrapper .special-top-block .special-top-block__bottom-block p a {
              font-size: 14px; } }
          @media (max-width: 599px) {
            .main--pricing-page .special-offer .offers-wrapper .special-top-block .special-top-block__bottom-block p a {
              display: block;
              margin: 10px auto 0; } }
    .main--pricing-page .special-offer .offers-wrapper .special-bottom-block {
      margin: 20px 0 0 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #57bcd3;
      border-radius: 4px;
      padding: 30px 64px;
      color: #fff;
      position: relative; }
      @media (max-width: 1240px) {
        .main--pricing-page .special-offer .offers-wrapper .special-bottom-block {
          padding: 25px 50px; } }
      @media (max-width: 790px) {
        .main--pricing-page .special-offer .offers-wrapper .special-bottom-block {
          margin: 10px 0 0 0;
          flex-direction: column; } }
      @media (max-width: 599px) {
        .main--pricing-page .special-offer .offers-wrapper .special-bottom-block {
          border-radius: 0;
          padding: 15px 25px; } }
      .main--pricing-page .special-offer .offers-wrapper .special-bottom-block::after {
        content: '';
        width: 0;
        height: 0;
        border-top: 30px solid #57bcd3;
        border-left: 30px solid transparent;
        position: absolute;
        bottom: -25px;
        right: 15px;
        transform: skew(190deg, 190deg); }
        @media (max-width: 790px) {
          .main--pricing-page .special-offer .offers-wrapper .special-bottom-block::after {
            display: none; } }
      .main--pricing-page .special-offer .offers-wrapper .special-bottom-block .special-bottom-block__title {
        font-size: 32px;
        line-height: 1.5;
        text-align: left;
        color: #ffffff; }
        @media (max-width: 1240px) {
          .main--pricing-page .special-offer .offers-wrapper .special-bottom-block .special-bottom-block__title {
            font-size: 18px; } }
        @media (max-width: 599px) {
          .main--pricing-page .special-offer .offers-wrapper .special-bottom-block .special-bottom-block__title {
            text-align: center; } }
      @media (max-width: 790px) {
        .main--pricing-page .special-offer .offers-wrapper .special-bottom-block a {
          display: none; } }
      .main--pricing-page .special-offer .offers-wrapper .special-bottom-block a img {
        margin: 0 48px; }
      .main--pricing-page .special-offer .offers-wrapper .special-bottom-block .special-bottom-block__text {
        font-size: 20px;
        line-height: 2;
        color: #ffffff;
        max-width: 33%; }
        @media (max-width: 1040px) {
          .main--pricing-page .special-offer .offers-wrapper .special-bottom-block .special-bottom-block__text {
            font-size: 14px; } }
        @media (max-width: 790px) {
          .main--pricing-page .special-offer .offers-wrapper .special-bottom-block .special-bottom-block__text {
            max-width: 100%; } }
        @media (max-width: 599px) {
          .main--pricing-page .special-offer .offers-wrapper .special-bottom-block .special-bottom-block__text {
            text-align: justify; } }
        .main--pricing-page .special-offer .offers-wrapper .special-bottom-block .special-bottom-block__text .special-bottom-block__big {
          font-size: 32px;
          font-weight: bold;
          line-height: 1.25; }
          @media (max-width: 1040px) {
            .main--pricing-page .special-offer .offers-wrapper .special-bottom-block .special-bottom-block__text .special-bottom-block__big {
              max-width: none;
              font-size: 20px; } }
    .main--pricing-page .special-offer .offers-wrapper form {
      padding-top: 68px;
      text-align: center;
      color: #333; }
      .main--pricing-page .special-offer .offers-wrapper form .heading {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 50px;
        text-align: center; }
        .main--pricing-page .special-offer .offers-wrapper form .heading.heading--advantages {
          margin-bottom: 0;
          padding-bottom: 50px; }
          @media (max-width: 1024px) {
            .main--pricing-page .special-offer .offers-wrapper form .heading.heading--advantages {
              padding-bottom: 20px; } }
        @media (max-width: 1440px) {
          .main--pricing-page .special-offer .offers-wrapper form .heading {
            margin-bottom: 60px; } }
        @media (max-width: 1024px) {
          .main--pricing-page .special-offer .offers-wrapper form .heading {
            margin-bottom: 40px; } }
        @media (max-width: 599px) {
          .main--pricing-page .special-offer .offers-wrapper form .heading {
            margin: 16px; } }
        .main--pricing-page .special-offer .offers-wrapper form .heading h2, .main--pricing-page .special-offer .offers-wrapper form .heading h1 {
          margin-bottom: 24px;
          text-align: center;
          line-height: 1.3;
          font-size: 56px; }
          @media (max-width: 1024px) {
            .main--pricing-page .special-offer .offers-wrapper form .heading h2, .main--pricing-page .special-offer .offers-wrapper form .heading h1 {
              margin-bottom: 15px;
              font-size: 42px; } }
          @media (max-width: 768px) {
            .main--pricing-page .special-offer .offers-wrapper form .heading h2, .main--pricing-page .special-offer .offers-wrapper form .heading h1 {
              font-size: 32px; } }
          @media (max-width: 599px) {
            .main--pricing-page .special-offer .offers-wrapper form .heading h2, .main--pricing-page .special-offer .offers-wrapper form .heading h1 {
              font-size: 24px;
              margin-bottom: 5px; } }
        .main--pricing-page .special-offer .offers-wrapper form .heading p {
          max-width: 750px;
          margin-bottom: 0;
          text-align: center;
          font-size: 22px; }
          @media (max-width: 1440px) {
            .main--pricing-page .special-offer .offers-wrapper form .heading p {
              line-height: 1.67;
              font-size: 18px; } }
          @media (max-width: 1024px) {
            .main--pricing-page .special-offer .offers-wrapper form .heading p {
              font-size: 16px; } }
          @media (max-width: 768px) {
            .main--pricing-page .special-offer .offers-wrapper form .heading p {
              max-width: 490px; } }
          @media (max-width: 599px) {
            .main--pricing-page .special-offer .offers-wrapper form .heading p {
              font-size: 12px; } }
          .main--pricing-page .special-offer .offers-wrapper form .heading p.plans {
            max-width: 615px;
            margin-bottom: 10px;
            line-height: 1.45; }
            .main--pricing-page .special-offer .offers-wrapper form .heading p.plans.small {
              margin-bottom: 0;
              font-size: 14px;
              line-height: 1.71;
              letter-spacing: 1px; }
              @media (max-width: 1024px) {
                .main--pricing-page .special-offer .offers-wrapper form .heading p.plans.small {
                  font-size: 12px; } }
      .main--pricing-page .special-offer .offers-wrapper form label {
        padding: 8px 0;
        font-size: 14px;
        line-height: 1.6;
        color: #333; }
      .main--pricing-page .special-offer .offers-wrapper form .grey-text {
        color: #ccc; }
      .main--pricing-page .special-offer .offers-wrapper form .input-block {
        margin: 0 auto;
        max-width: 320px;
        padding: 0 20px 24px;
        text-align: left; }
        @media (max-width: 599px) {
          .main--pricing-page .special-offer .offers-wrapper form .input-block {
            max-width: none;
            width: 100%;
            text-align: center; } }
        .main--pricing-page .special-offer .offers-wrapper form .input-block:first-of-type {
          padding-top: 64px; }
        .main--pricing-page .special-offer .offers-wrapper form .input-block .short-input {
          width: 50%; }
          @media (max-width: 599px) {
            .main--pricing-page .special-offer .offers-wrapper form .input-block .short-input {
              margin: 0 auto; } }
        .main--pricing-page .special-offer .offers-wrapper form .input-block select, .main--pricing-page .special-offer .offers-wrapper form .input-block input {
          font-size: 14px;
          text-align: left;
          color: #333;
          margin: 0; }
        .main--pricing-page .special-offer .offers-wrapper form .input-block select {
          background-color: #eff4fa; }
      .main--pricing-page .special-offer .offers-wrapper form button {
        margin-top: 8px;
        width: 100%;
        height: 40px;
        border-radius: 3px;
        background-color: #2c9ff9;
        border: solid 1px #2c9ff9;
        font-size: 16px;
        font-weight: 600;
        color: #ffffff;
        cursor: pointer;
        transition: 0.2s; }
        .main--pricing-page .special-offer .offers-wrapper form button:hover {
          background-color: #2888db; }

.main--privacy-policy-page {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 10px 60px; }
  @media (max-width: 1024px) {
    .main--privacy-policy-page {
      padding: 0 30px 40px; } }
  @media (max-width: 599px) {
    .main--privacy-policy-page {
      padding: 0 20px 30px; } }
  .main--privacy-policy-page .heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
    text-align: center; }
    .main--privacy-policy-page .heading.heading--advantages {
      margin-bottom: 0;
      padding-bottom: 50px; }
      @media (max-width: 1024px) {
        .main--privacy-policy-page .heading.heading--advantages {
          padding-bottom: 20px; } }
    @media (max-width: 1440px) {
      .main--privacy-policy-page .heading {
        margin-bottom: 60px; } }
    @media (max-width: 1024px) {
      .main--privacy-policy-page .heading {
        margin-bottom: 40px; } }
    @media (max-width: 599px) {
      .main--privacy-policy-page .heading {
        margin: 16px; } }
    .main--privacy-policy-page .heading h2, .main--privacy-policy-page .heading h1 {
      margin-bottom: 24px;
      text-align: center;
      line-height: 1.3;
      font-size: 56px; }
      @media (max-width: 1024px) {
        .main--privacy-policy-page .heading h2, .main--privacy-policy-page .heading h1 {
          margin-bottom: 15px;
          font-size: 42px; } }
      @media (max-width: 768px) {
        .main--privacy-policy-page .heading h2, .main--privacy-policy-page .heading h1 {
          font-size: 32px; } }
      @media (max-width: 599px) {
        .main--privacy-policy-page .heading h2, .main--privacy-policy-page .heading h1 {
          font-size: 24px;
          margin-bottom: 5px; } }
    .main--privacy-policy-page .heading p {
      max-width: 750px;
      margin-bottom: 0;
      text-align: center;
      font-size: 22px; }
      @media (max-width: 1440px) {
        .main--privacy-policy-page .heading p {
          line-height: 1.67;
          font-size: 18px; } }
      @media (max-width: 1024px) {
        .main--privacy-policy-page .heading p {
          font-size: 16px; } }
      @media (max-width: 768px) {
        .main--privacy-policy-page .heading p {
          max-width: 490px; } }
      @media (max-width: 599px) {
        .main--privacy-policy-page .heading p {
          font-size: 12px; } }
      .main--privacy-policy-page .heading p.plans {
        max-width: 615px;
        margin-bottom: 10px;
        line-height: 1.45; }
        .main--privacy-policy-page .heading p.plans.small {
          margin-bottom: 0;
          font-size: 14px;
          line-height: 1.71;
          letter-spacing: 1px; }
          @media (max-width: 1024px) {
            .main--privacy-policy-page .heading p.plans.small {
              font-size: 12px; } }
  .main--privacy-policy-page .part-title {
    padding: 28px 0;
    font-size: 28px;
    color: #333; }
    @media (max-width: 1024px) {
      .main--privacy-policy-page .part-title {
        font-size: 20px;
        padding: 20px 0 10px; } }
    @media (max-width: 599px) {
      .main--privacy-policy-page .part-title {
        font-size: 16px;
        padding: 15px 0 10px;
        text-align: center; } }
  .main--privacy-policy-page .text-block {
    padding: 0 30px;
    font-size: 16px;
    line-height: 1.75;
    text-align: left;
    color: #000; }
    @media (max-width: 1024px) {
      .main--privacy-policy-page .text-block {
        font-size: 14px;
        padding: 0 20px; } }
    @media (max-width: 599px) {
      .main--privacy-policy-page .text-block {
        font-size: 12px;
        padding: 0 10px;
        text-align: justify; } }

.main--terms-and-conditions-page {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 10px 60px; }
  @media (max-width: 1024px) {
    .main--terms-and-conditions-page {
      padding: 0 30px 40px; } }
  @media (max-width: 599px) {
    .main--terms-and-conditions-page {
      padding: 0 20px 30px; } }
  .main--terms-and-conditions-page .heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
    text-align: center; }
    .main--terms-and-conditions-page .heading.heading--advantages {
      margin-bottom: 0;
      padding-bottom: 50px; }
      @media (max-width: 1024px) {
        .main--terms-and-conditions-page .heading.heading--advantages {
          padding-bottom: 20px; } }
    @media (max-width: 1440px) {
      .main--terms-and-conditions-page .heading {
        margin-bottom: 60px; } }
    @media (max-width: 1024px) {
      .main--terms-and-conditions-page .heading {
        margin-bottom: 40px; } }
    @media (max-width: 599px) {
      .main--terms-and-conditions-page .heading {
        margin: 16px; } }
    .main--terms-and-conditions-page .heading h2, .main--terms-and-conditions-page .heading h1 {
      margin-bottom: 24px;
      text-align: center;
      line-height: 1.3;
      font-size: 56px; }
      @media (max-width: 1024px) {
        .main--terms-and-conditions-page .heading h2, .main--terms-and-conditions-page .heading h1 {
          margin-bottom: 15px;
          font-size: 42px; } }
      @media (max-width: 768px) {
        .main--terms-and-conditions-page .heading h2, .main--terms-and-conditions-page .heading h1 {
          font-size: 32px; } }
      @media (max-width: 599px) {
        .main--terms-and-conditions-page .heading h2, .main--terms-and-conditions-page .heading h1 {
          font-size: 24px;
          margin-bottom: 5px; } }
    .main--terms-and-conditions-page .heading p {
      max-width: 750px;
      margin-bottom: 0;
      text-align: center;
      font-size: 22px; }
      @media (max-width: 1440px) {
        .main--terms-and-conditions-page .heading p {
          line-height: 1.67;
          font-size: 18px; } }
      @media (max-width: 1024px) {
        .main--terms-and-conditions-page .heading p {
          font-size: 16px; } }
      @media (max-width: 768px) {
        .main--terms-and-conditions-page .heading p {
          max-width: 490px; } }
      @media (max-width: 599px) {
        .main--terms-and-conditions-page .heading p {
          font-size: 12px; } }
      .main--terms-and-conditions-page .heading p.plans {
        max-width: 615px;
        margin-bottom: 10px;
        line-height: 1.45; }
        .main--terms-and-conditions-page .heading p.plans.small {
          margin-bottom: 0;
          font-size: 14px;
          line-height: 1.71;
          letter-spacing: 1px; }
          @media (max-width: 1024px) {
            .main--terms-and-conditions-page .heading p.plans.small {
              font-size: 12px; } }
  .main--terms-and-conditions-page .part-title {
    padding: 28px 0;
    font-size: 28px;
    color: #333; }
    @media (max-width: 1024px) {
      .main--terms-and-conditions-page .part-title {
        font-size: 20px;
        padding: 20px 0 10px; } }
    @media (max-width: 599px) {
      .main--terms-and-conditions-page .part-title {
        font-size: 16px;
        padding: 15px 0 10px;
        text-align: center; } }
  .main--terms-and-conditions-page .text-block {
    padding: 0 30px;
    font-size: 16px;
    line-height: 1.75;
    text-align: left;
    color: #000; }
    @media (max-width: 1024px) {
      .main--terms-and-conditions-page .text-block {
        font-size: 14px;
        padding: 0 20px; } }
    @media (max-width: 599px) {
      .main--terms-and-conditions-page .text-block {
        font-size: 12px;
        padding: 0 10px;
        text-align: justify; } }

.main--security-page {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 10px 60px; }
  @media (max-width: 1024px) {
    .main--security-page {
      padding: 0 30px 40px; } }
  @media (max-width: 599px) {
    .main--security-page {
      padding: 0 20px 30px; } }
  .main--security-page .heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
    text-align: center; }
    .main--security-page .heading.heading--advantages {
      margin-bottom: 0;
      padding-bottom: 50px; }
      @media (max-width: 1024px) {
        .main--security-page .heading.heading--advantages {
          padding-bottom: 20px; } }
    @media (max-width: 1440px) {
      .main--security-page .heading {
        margin-bottom: 60px; } }
    @media (max-width: 1024px) {
      .main--security-page .heading {
        margin-bottom: 40px; } }
    @media (max-width: 599px) {
      .main--security-page .heading {
        margin: 16px; } }
    .main--security-page .heading h2, .main--security-page .heading h1 {
      margin-bottom: 24px;
      text-align: center;
      line-height: 1.3;
      font-size: 56px; }
      @media (max-width: 1024px) {
        .main--security-page .heading h2, .main--security-page .heading h1 {
          margin-bottom: 15px;
          font-size: 42px; } }
      @media (max-width: 768px) {
        .main--security-page .heading h2, .main--security-page .heading h1 {
          font-size: 32px; } }
      @media (max-width: 599px) {
        .main--security-page .heading h2, .main--security-page .heading h1 {
          font-size: 24px;
          margin-bottom: 5px; } }
    .main--security-page .heading p {
      max-width: 750px;
      margin-bottom: 0;
      text-align: center;
      font-size: 22px; }
      @media (max-width: 1440px) {
        .main--security-page .heading p {
          line-height: 1.67;
          font-size: 18px; } }
      @media (max-width: 1024px) {
        .main--security-page .heading p {
          font-size: 16px; } }
      @media (max-width: 768px) {
        .main--security-page .heading p {
          max-width: 490px; } }
      @media (max-width: 599px) {
        .main--security-page .heading p {
          font-size: 12px; } }
      .main--security-page .heading p.plans {
        max-width: 615px;
        margin-bottom: 10px;
        line-height: 1.45; }
        .main--security-page .heading p.plans.small {
          margin-bottom: 0;
          font-size: 14px;
          line-height: 1.71;
          letter-spacing: 1px; }
          @media (max-width: 1024px) {
            .main--security-page .heading p.plans.small {
              font-size: 12px; } }
  .main--security-page .part-title {
    padding: 28px 0;
    font-size: 28px;
    color: #333; }
    @media (max-width: 1024px) {
      .main--security-page .part-title {
        font-size: 20px;
        padding: 20px 0 10px; } }
    @media (max-width: 599px) {
      .main--security-page .part-title {
        font-size: 16px;
        padding: 15px 0 10px;
        text-align: center; } }
  .main--security-page .text-block {
    padding: 0 30px;
    font-size: 16px;
    line-height: 1.75;
    text-align: left;
    color: #000; }
    @media (max-width: 1024px) {
      .main--security-page .text-block {
        font-size: 14px;
        padding: 0 20px; } }
    @media (max-width: 599px) {
      .main--security-page .text-block {
        font-size: 12px;
        padding: 0 10px;
        text-align: justify; } }
  .main--security-page .list-block {
    padding: 0 30px;
    font-size: 16px;
    line-height: 1.75;
    text-align: left;
    color: #000;
    padding-top: 28px; }
    @media (max-width: 1024px) {
      .main--security-page .list-block {
        font-size: 14px;
        padding: 0 20px; } }
    @media (max-width: 599px) {
      .main--security-page .list-block {
        font-size: 12px;
        padding: 0 10px;
        text-align: justify; } }
    @media (max-width: 1024px) {
      .main--security-page .list-block {
        padding-top: 20px; } }
    @media (max-width: 599px) {
      .main--security-page .list-block {
        padding-top: 15px; } }
    .main--security-page .list-block li {
      padding-left: 10px; }
      @media (max-width: 1024px) {
        .main--security-page .list-block li {
          padding-left: 7px; } }
      @media (max-width: 599px) {
        .main--security-page .list-block li {
          padding-left: 5px; } }

.main--contacts-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0 100px; }
  @media (max-width: 1024px) {
    .main--contacts-page {
      padding-bottom: 60px; } }
  @media (max-width: 599px) {
    .main--contacts-page {
      padding-bottom: 30px; } }
  .main--contacts-page .heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
    text-align: center; }
    .main--contacts-page .heading.heading--advantages {
      margin-bottom: 0;
      padding-bottom: 50px; }
      @media (max-width: 1024px) {
        .main--contacts-page .heading.heading--advantages {
          padding-bottom: 20px; } }
    @media (max-width: 1440px) {
      .main--contacts-page .heading {
        margin-bottom: 60px; } }
    @media (max-width: 1024px) {
      .main--contacts-page .heading {
        margin-bottom: 40px; } }
    @media (max-width: 599px) {
      .main--contacts-page .heading {
        margin: 16px; } }
    .main--contacts-page .heading h2, .main--contacts-page .heading h1 {
      margin-bottom: 24px;
      text-align: center;
      line-height: 1.3;
      font-size: 56px; }
      @media (max-width: 1024px) {
        .main--contacts-page .heading h2, .main--contacts-page .heading h1 {
          margin-bottom: 15px;
          font-size: 42px; } }
      @media (max-width: 768px) {
        .main--contacts-page .heading h2, .main--contacts-page .heading h1 {
          font-size: 32px; } }
      @media (max-width: 599px) {
        .main--contacts-page .heading h2, .main--contacts-page .heading h1 {
          font-size: 24px;
          margin-bottom: 5px; } }
    .main--contacts-page .heading p {
      max-width: 750px;
      margin-bottom: 0;
      text-align: center;
      font-size: 22px; }
      @media (max-width: 1440px) {
        .main--contacts-page .heading p {
          line-height: 1.67;
          font-size: 18px; } }
      @media (max-width: 1024px) {
        .main--contacts-page .heading p {
          font-size: 16px; } }
      @media (max-width: 768px) {
        .main--contacts-page .heading p {
          max-width: 490px; } }
      @media (max-width: 599px) {
        .main--contacts-page .heading p {
          font-size: 12px; } }
      .main--contacts-page .heading p.plans {
        max-width: 615px;
        margin-bottom: 10px;
        line-height: 1.45; }
        .main--contacts-page .heading p.plans.small {
          margin-bottom: 0;
          font-size: 14px;
          line-height: 1.71;
          letter-spacing: 1px; }
          @media (max-width: 1024px) {
            .main--contacts-page .heading p.plans.small {
              font-size: 12px; } }
  .main--contacts-page .contact-ways {
    margin-top: 10px;
    display: flex;
    justify-content: space-around;
    max-width: 540px;
    padding: 0 20px;
    width: 100%; }
  .main--contacts-page .way-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer; }
    @media (max-width: 599px) {
      .main--contacts-page .way-wrapper {
        flex: 1; } }
  @media (max-width: 1024px) {
    .main--contacts-page .way-image {
      width: 80px;
      height: 80px; } }
  @media (max-width: 599px) {
    .main--contacts-page .way-image {
      width: 60px;
      height: 60px; } }
  .main--contacts-page .way-text {
    padding-top: 16px;
    font-size: 16px;
    font-weight: 600;
    color: #2c9ff9; }
    @media (max-width: 1024px) {
      .main--contacts-page .way-text {
        padding-top: 12px;
        font-size: 14px; } }
    @media (max-width: 599px) {
      .main--contacts-page .way-text {
        padding-top: 8px;
        font-size: 11px; } }
  @media (max-width: 599px) {
    .main--contacts-page .hide-for-modile {
      display: none; } }
  .main--contacts-page .triangle-down {
    display: none;
    margin-top: 5px;
    width: 0;
    height: 0;
    border-left: 36px solid transparent;
    border-right: 36px solid transparent;
    border-bottom: 36px solid #eef2f6; }
    @media (max-width: 599px) {
      .main--contacts-page .triangle-down {
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 20px solid #eef2f6; } }
    .main--contacts-page .triangle-down.active {
      display: block; }
  .main--contacts-page .contact-grey-block {
    display: none;
    height: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 28px 40px 25px;
    border-radius: 3px;
    background-color: #eef2f7; }
    @media (max-width: 1024px) {
      .main--contacts-page .contact-grey-block {
        padding: 20px; } }
    @media (max-width: 599px) {
      .main--contacts-page .contact-grey-block {
        padding: 10px 20px; } }
    .main--contacts-page .contact-grey-block.active {
      display: flex;
      height: auto; }
  .main--contacts-page .contact-number-mail {
    font-size: 42px;
    font-weight: 300;
    color: #586778; }
    @media (max-width: 1024px) {
      .main--contacts-page .contact-number-mail {
        font-size: 30px; } }
    @media (max-width: 599px) {
      .main--contacts-page .contact-number-mail {
        font-size: 26px; } }
  .main--contacts-page .buttons-wrapper {
    display: flex;
    padding-top: 25px; }
    @media (max-width: 1024px) {
      .main--contacts-page .buttons-wrapper {
        padding-top: 15px; } }
    @media (max-width: 599px) {
      .main--contacts-page .buttons-wrapper {
        padding-top: 10px; } }
  .main--contacts-page .contact-button {
    width: 120px;
    height: 30px;
    border-radius: 3px;
    border: solid 1px #2c9ff9;
    font-size: 14px;
    font-weight: 600;
    color: #2c9ff9;
    cursor: pointer; }
    .main--contacts-page .contact-button:first-of-type {
      margin-right: 25px; }
      @media (max-width: 1024px) {
        .main--contacts-page .contact-button:first-of-type {
          margin-right: 20px; } }
      @media (max-width: 599px) {
        .main--contacts-page .contact-button:first-of-type {
          margin-right: 10px; } }

#language-select img {
  margin-right: 10px;
  position: absolute;
  left: 25px;
  top: 12px; }

#language-select .lang__link {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 3px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #2c9ff9;
  white-space: nowrap;
  margin-right: 0; }
  #language-select .lang__link a {
    height: 46px;
    padding: 15px 25px 15px 60px;
    z-index: 1; }
  #language-select .lang__link:hover {
    background-color: #eef2f7; }
  #language-select .lang__link.active {
    color: #586778;
    height: 46px;
    padding: 15px 25px 15px 60px; }
    #language-select .lang__link.active:hover {
      background-color: #fff;
      cursor: default; }

.main--about-page {
  padding-bottom: 50px; }
  .main--about-page .main--about-page-content {
    max-width: 920px;
    margin: 0 auto;
    padding: 0 10px 60px;
    padding-bottom: 20px; }
    @media (max-width: 1024px) {
      .main--about-page .main--about-page-content {
        padding: 0 30px 40px; } }
    @media (max-width: 599px) {
      .main--about-page .main--about-page-content {
        padding: 0 20px 30px; } }
  .main--about-page .heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
    text-align: center; }
    .main--about-page .heading.heading--advantages {
      margin-bottom: 0;
      padding-bottom: 50px; }
      @media (max-width: 1024px) {
        .main--about-page .heading.heading--advantages {
          padding-bottom: 20px; } }
    @media (max-width: 1440px) {
      .main--about-page .heading {
        margin-bottom: 60px; } }
    @media (max-width: 1024px) {
      .main--about-page .heading {
        margin-bottom: 40px; } }
    @media (max-width: 599px) {
      .main--about-page .heading {
        margin: 16px; } }
    .main--about-page .heading h2, .main--about-page .heading h1 {
      margin-bottom: 24px;
      text-align: center;
      line-height: 1.3;
      font-size: 56px; }
      @media (max-width: 1024px) {
        .main--about-page .heading h2, .main--about-page .heading h1 {
          margin-bottom: 15px;
          font-size: 42px; } }
      @media (max-width: 768px) {
        .main--about-page .heading h2, .main--about-page .heading h1 {
          font-size: 32px; } }
      @media (max-width: 599px) {
        .main--about-page .heading h2, .main--about-page .heading h1 {
          font-size: 24px;
          margin-bottom: 5px; } }
    .main--about-page .heading p {
      max-width: 750px;
      margin-bottom: 0;
      text-align: center;
      font-size: 22px; }
      @media (max-width: 1440px) {
        .main--about-page .heading p {
          line-height: 1.67;
          font-size: 18px; } }
      @media (max-width: 1024px) {
        .main--about-page .heading p {
          font-size: 16px; } }
      @media (max-width: 768px) {
        .main--about-page .heading p {
          max-width: 490px; } }
      @media (max-width: 599px) {
        .main--about-page .heading p {
          font-size: 12px; } }
      .main--about-page .heading p.plans {
        max-width: 615px;
        margin-bottom: 10px;
        line-height: 1.45; }
        .main--about-page .heading p.plans.small {
          margin-bottom: 0;
          font-size: 14px;
          line-height: 1.71;
          letter-spacing: 1px; }
          @media (max-width: 1024px) {
            .main--about-page .heading p.plans.small {
              font-size: 12px; } }
  .main--about-page .logo-wrapper {
    margin: 10px auto;
    display: flex;
    justify-content: center; }
    .main--about-page .logo-wrapper .logo {
      width: 157px;
      height: 170px; }
  .main--about-page .subtitle {
    margin-top: 20px;
    font-size: 36px;
    text-align: center;
    color: #333; }
  .main--about-page .text {
    padding-top: 24px;
    font-size: 16px;
    line-height: 1.7;
    text-align: center;
    color: #000000; }
  .main--about-page .person-block {
    margin: 70px auto 50px;
    display: flex;
    justify-content: center; }
    .main--about-page .person-block .avatar {
      display: flex;
      align-items: center; }
    .main--about-page .person-block .person-block__info {
      padding-left: 40px;
      display: flex;
      flex-direction: column; }
    .main--about-page .person-block .person-block__name {
      font-size: 22px;
      line-height: 1.5;
      color: #333; }
    .main--about-page .person-block .person-block__position {
      font-size: 14px;
      line-height: 1.7;
      color: #555; }
    .main--about-page .person-block .person-block__quote {
      padding-top: 15px;
      max-width: 370px;
      font-size: 14px;
      line-height: 1.6;
      letter-spacing: 1px;
      color: #333; }
      .main--about-page .person-block .person-block__quote:before {
        content: ' ';
        position: relative;
        display: inline-block;
        width: 18px;
        height: 16px;
        background: url("/img/quotes.svg?066ac9f024cf"); }

.is-reveal-open .reveal-overlay {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%; }
  .is-reveal-open .reveal-overlay .modal-component {
    z-index: 1006;
    backface-visibility: hidden;
    display: none;
    padding: 1rem;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    position: relative;
    top: auto !important;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: none;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15), 0 4px 8px 0 rgba(0, 0, 0, 0.15); }
    [data-whatinput='mouse'] .is-reveal-open .reveal-overlay .modal-component {
      outline: 0; }
    @media print, screen and (min-width: 40em) {
      .is-reveal-open .reveal-overlay .modal-component {
        min-height: 0; } }
    .is-reveal-open .reveal-overlay .modal-component .column, .is-reveal-open .reveal-overlay .modal-component .columns {
      min-width: 0; }
    .is-reveal-open .reveal-overlay .modal-component > :last-child {
      margin-bottom: 0; }
    .is-reveal-open .reveal-overlay .modal-component .wrapper {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .is-reveal-open .reveal-overlay .modal-component .wrapper .header {
        margin-bottom: 30px;
        text-align: center;
        font-size: 26px;
        font-weight: 300; }
      .is-reveal-open .reveal-overlay .modal-component .wrapper .text {
        margin-bottom: 25px;
        text-align: center;
        line-height: 1.7;
        font-size: 18px; }
    .is-reveal-open .reveal-overlay .modal-component .close-btn--btn {
      display: inline-block;
      vertical-align: middle;
      margin: 0;
      padding: 0.85em 1em;
      -webkit-appearance: none;
      border: 1px solid transparent;
      border-radius: 3px;
      transition: background-color 0.25s ease-out, color 0.25s ease-out;
      font-size: 0.9rem;
      line-height: 1;
      text-align: center;
      cursor: pointer;
      background-color: #4a90e2;
      color: #fff;
      width: 115px;
      height: 35px;
      margin-bottom: 0;
      padding: 0; }
      [data-whatinput='mouse'] .is-reveal-open .reveal-overlay .modal-component .close-btn--btn {
        outline: 0; }
      .is-reveal-open .reveal-overlay .modal-component .close-btn--btn:hover, .is-reveal-open .reveal-overlay .modal-component .close-btn--btn:focus {
        background-color: #1583cc;
        color: #fff; }
    .is-reveal-open .reveal-overlay .modal-component .close-btn--cross {
      position: absolute;
      right: 15px;
      top: 15px;
      line-height: 0.5;
      font-size: 35px;
      color: #888; }
      .is-reveal-open .reveal-overlay .modal-component .close-btn--cross:hover {
        color: #4a90e2; }
    .is-reveal-open .reveal-overlay .modal-component--thanks-for-registration {
      width: 100%;
      max-width: 500px; }
      .is-reveal-open .reveal-overlay .modal-component--thanks-for-registration .wrapper {
        padding: 30px; }
        .is-reveal-open .reveal-overlay .modal-component--thanks-for-registration .wrapper .header {
          padding: 0 10px; }

.sticky-coockies-wrapper {
  transition: 0.4s; }

#CookielawBanner.stuck {
  position: fixed;
  z-index: 10;
  top: 0; }

#CookielawBanner h6 {
  display: none; }

#CookielawBanner p {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  background-color: #d9e1ea;
  opacity: 0.95;
  padding: 17px;
  font-size: 14px;
  text-align: center; }
  #CookielawBanner p:after {
    content: '';
    display: inline-block;
    margin-right: 10px;
    min-width: 24px;
    background: url("/static/img/cookies.png?066ac9f024cf") 50% 50% no-repeat; }

#CookielawBanner a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff9360;
  min-width: 110px;
  margin: -17px -17px -17px 17px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase; }

@media (max-width: 640px) {
  #CookielawBanner p {
    font-size: 10px;
    padding: 10px; }
    #CookielawBanner p:after {
      display: none; }
  #CookielawBanner a {
    min-width: 90px;
    margin: -10px -10px -10px 10px;
    font-size: 12px; } }
