/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

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

.ps-page-content .video-container {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden; }
  .ps-page-content .video-container:after {
    content: '';
    display: block;
    pointer-events: none; }

[class^="icon-"], [class*=" icon-"], [class^="benefit-icon"], [class*=" benefit-icon"] {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor; }

.ps-page-content .video-container iframe {
  position: absolute;
  min-width: 100%;
  max-width: 130%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  @supports (object-fit: cover) {
    .ps-page-content .video-container iframe {
      object-fit: cover;
      object-position: center;
      width: 100%;
      height: 100%;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      min-width: 0;
      max-width: none;
      min-height: 0;
      transform: none; } }

:focus {
  outline: 0 transparent none; }

textarea {
  resize: vertical; }

input, textarea {
  outline: 0 none; }
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #ccc; }
  input::-moz-placeholder, textarea::-moz-placeholder {
    color: #ccc;
    opacity: 1; }
  input:placeholder-shown, textarea:placeholder-shown {
    color: #ccc; }

input::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

input[type="email"], input[type="search"] {
  appearance: textfield; }

a, abbr, address, area, audio, b, cite, code, del, details, dfn, datalist, em, font, i, img, input, ins, kbd, label, legend, link, mark, meter, nav, optgroup, option, q, small, select, source, span, strong, sub, summary, sup, time, var {
  font-size: inherit;
  line-height: inherit; }

html, body {
  font-size: 16px; }

.page-container > .ps-section {
  min-width: 1240px;
  padding-left: 40px;
  padding-right: 40px; }
  .page-container > .ps-section > .ps-content {
    clear: both; }
  .page-container > .ps-section > .ps-content {
    width: 1120px;
    margin-left: auto;
    margin-right: auto; }
    .page-container > .ps-section > .ps-content:after {
      content: " ";
      display: block;
      clear: both; }
  .page-container > .ps-section > .ps-content {
    width: auto;
    max-width: 1160px;
    padding-left: 20px;
    padding-right: 20px; }
  @media (min-width: 960px) and (max-width: 1239px) {
    .page-container > .ps-section {
      min-width: 0; }
      .page-container > .ps-section > .ps-content {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto; }
        .page-container > .ps-section > .ps-content:after {
          content: " ";
          display: block;
          clear: both; }
      .page-container > .ps-section > .ps-content {
        width: auto; } }
  @media (min-width: 780px) and (max-width: 959px) {
    .page-container > .ps-section {
      min-width: 0;
      padding-left: 15px;
      padding-right: 15px; }
      .page-container > .ps-section > .ps-content {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto; }
        .page-container > .ps-section > .ps-content:after {
          content: " ";
          display: block;
          clear: both; }
      .page-container > .ps-section > .ps-content {
        width: auto;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px; } }
  @media (min-width: 480px) and (max-width: 779px) {
    .page-container > .ps-section {
      min-width: 0;
      padding-left: 20px;
      padding-right: 20px; }
      .page-container > .ps-section > .ps-content {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto; }
        .page-container > .ps-section > .ps-content:after {
          content: " ";
          display: block;
          clear: both; }
      .page-container > .ps-section > .ps-content {
        width: auto;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0; } }
  @media (max-width: 479px) {
    .page-container > .ps-section {
      min-width: 0;
      padding-left: 15px;
      padding-right: 15px; }
      .page-container > .ps-section > .ps-content {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto; }
        .page-container > .ps-section > .ps-content:after {
          content: " ";
          display: block;
          clear: both; }
      .page-container > .ps-section > .ps-content {
        width: auto;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0; } }

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  touch-action: manipulation; }

body {
  margin: 0;
  padding: 0;
  background-color: #fff; }

h1 {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 90px;
  line-height: 1.11;
  font-weight: bold;
  color: #000;
  margin-top: 100px;
  margin-bottom: 20px; }
  @media (min-width: 780px) and (max-width: 959px) {
    h1 {
      font-size: 74px;
      margin-top: 50px;
      margin-bottom: 20px; } }
  @media (min-width: 480px) and (max-width: 779px) {
    h1 {
      font-size: 32px;
      line-height: 1.3125;
      margin-top: 30px;
      margin-bottom: 10px; } }
  @media (max-width: 479px) {
    h1 {
      font-size: 32px;
      line-height: 1.3125;
      margin-top: 30px;
      margin-bottom: 10px; } }

h2 {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 50px;
  line-height: 1.28;
  font-weight: bold;
  color: #000;
  margin-top: 60px;
  margin-bottom: 40px; }
  @media (min-width: 780px) and (max-width: 959px) {
    h2 {
      font-size: 50px;
      line-height: 1.28;
      margin-top: 60px;
      margin-bottom: 40px; } }
  @media (min-width: 480px) and (max-width: 779px) {
    h2 {
      font-size: 26px;
      line-height: 1.23077;
      margin-top: 60px;
      margin-bottom: 30px; } }
  @media (max-width: 479px) {
    h2 {
      font-size: 26px;
      line-height: 1.23077;
      margin-top: 60px;
      margin-bottom: 30px; } }

h3 {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 50px;
  line-height: 0.8;
  font-weight: bold;
  color: #000;
  margin-top: 0;
  margin-bottom: 20px; }
  @media (min-width: 780px) and (max-width: 959px) {
    h3 {
      font-size: 50px;
      margin-top: 0;
      margin-bottom: 20px; } }
  @media (min-width: 480px) and (max-width: 779px) {
    h3 {
      font-size: 50px;
      margin-top: 0;
      margin-bottom: 20px; } }
  @media (max-width: 479px) {
    h3 {
      font-size: 50px;
      margin-top: 0;
      margin-bottom: 20px; } }

body {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 18px;
  line-height: 1.55556;
  font-weight: normal;
  color: #000; }
  @media (min-width: 780px) and (max-width: 959px) {
    body {
      font-family: "IBM Plex Sans", sans-serif;
      font-size: 18px;
      line-height: 1.55556;
      font-weight: normal;
      color: #000; } }
  @media (min-width: 480px) and (max-width: 779px) {
    body {
      font-size: 14px;
      line-height: 1.57143; } }
  @media (max-width: 479px) {
    body {
      font-size: 14px;
      line-height: 1.57143; } }

p:empty {
  display: none; }

.button {
  border-radius: 8px;
  padding: 10px 20px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  position: relative; }
  .button:active {
    top: 2px; }
  .button .button-label {
    margin-right: 8px; }
    @media (min-width: 480px) and (max-width: 779px) {
      .button .button-label {
        margin-right: 5px; } }
    @media (max-width: 479px) {
      .button .button-label {
        margin-right: 5px; } }
  .button.download-button {
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.7);
    background-color: #dbff00;
    color: #000; }
    .button.download-button:active {
      box-shadow: none; }
    .button.download-button .icon-download-now {
      font-size: .9em;
      color: #000; }
  .button.download-soon {
    padding: 8px 40px;
    box-shadow: none;
    background-color: transparent;
    color: #dbff00;
    border: 1px solid #dbff00;
    position: static; }
    .button.download-soon:active {
      top: 0; }
    .button.download-soon .button-label {
      color: #dbff00; }
    .button.download-soon .icon-download-soon {
      font-size: 1.1em;
      color: #dbff00; }
    @media (min-width: 480px) and (max-width: 779px) {
      .button.download-soon {
        padding: 8px 30px; } }
    @media (max-width: 479px) {
      .button.download-soon {
        padding: 8px 30px; } }

.ps-pre-header .follow-links-list, .ps-header-menu .main-menu, .ps-footer .footer-menu, .ps-footer .company-support-work-days, .ps-benefits .benefits-list, .ps-home-slider .slider-controls-block, .ps-pricing .pricing-plans, .ps-pricing .pp-points-list, .ps-downloads .downloads-list, .ps-downloads .dl-additional-links {
  margin: 0;
  padding: 0;
  list-style: none; }

.ps-pre-header {
  background-image: linear-gradient(to right, #11b5bf, #0075b2);
  height: 30px; }
  @media (max-width: 479px) {
    .ps-pre-header {
      height: 35px; } }
  .ps-pre-header > .ps-content {
    height: 100%; }
  .ps-pre-header .icon {
    color: #fff; }
  .ps-pre-header .pre-header-wrap {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .ps-pre-header .support-block {
    display: inline-flex;
    align-items: center; }
  .ps-pre-header .follow-block,
  .ps-pre-header .support-label {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: bold;
    color: #000;
    font-size: 14px;
    line-height: 1.14286;
    white-space: nowrap; }
    @media (min-width: 480px) and (max-width: 779px) {
      .ps-pre-header .follow-block,
      .ps-pre-header .support-label {
        font-size: 12px;
        line-height: 1.16667; } }
    @media (max-width: 479px) {
      .ps-pre-header .follow-block,
      .ps-pre-header .support-label {
        font-size: 12px;
        line-height: 1.16667; } }
  .ps-pre-header .support-label {
    margin-right: 20px; }
  .ps-pre-header .email-link {
    margin-right: 15px;
    display: inline-flex;
    align-items: center;
    text-decoration: none; }
  .ps-pre-header .link-text {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: normal;
    color: #fff;
    font-size: 14px;
    line-height: 1.14286;
    white-space: nowrap;
    margin-left: 5px; }
    @media (min-width: 480px) and (max-width: 779px) {
      .ps-pre-header .link-text {
        font-size: 12px;
        line-height: 1.16667; } }
    @media (max-width: 479px) {
      .ps-pre-header .link-text {
        font-size: 12px;
        line-height: 1.16667; } }
  .ps-pre-header .follow-block {
    display: flex;
    align-items: center; }
  @media (min-width: 480px) and (max-width: 779px) {
    .ps-pre-header .follow-block-title,
    .ps-pre-header .support-label {
      display: none; } }
  @media (max-width: 479px) {
    .ps-pre-header .follow-block-title,
    .ps-pre-header .support-label {
      display: none; } }
  .ps-pre-header .follow-links-list {
    display: flex;
    align-items: center; }
  .ps-pre-header .follow-link-item {
    margin-left: 20px;
    position: relative;
    line-height: 1.0; }
    .ps-pre-header .follow-link-item:before {
      position: absolute;
      content: "";
      background-color: #fff;
      left: -10px;
      top: 50%;
      transform: translateY(-50%);
      width: 1px;
      height: 10px; }
    .ps-pre-header .follow-link-item:first-child:before {
      content: none; }
    .ps-pre-header .follow-link-item > a {
      display: inline-block;
      line-height: 1.0; }

.ps-header-menu > .ps-content {
  margin-top: 50px;
  margin-bottom: 50px; }

@media (min-width: 960px) and (max-width: 1239px) {
  .ps-header-menu > .ps-content {
    margin-top: 50px;
    margin-bottom: 50px; } }

@media (min-width: 780px) and (max-width: 959px) {
  .ps-header-menu > .ps-content {
    margin-top: 40px;
    margin-bottom: 40px; } }

@media (min-width: 480px) and (max-width: 779px) {
  .ps-header-menu > .ps-content {
    margin-top: 30px;
    margin-bottom: 30px; } }

@media (max-width: 479px) {
  .ps-header-menu > .ps-content {
    margin-top: 30px;
    margin-bottom: 30px; } }

.ps-header-menu .header-menu-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.ps-header-menu .logotype-block {
  flex-shrink: 0; }

.ps-header-menu .logotype-image {
  display: block;
  width: auto;
  height: 60px; }
  @media (min-width: 960px) and (max-width: 1239px) {
    .ps-header-menu .logotype-image {
      height: 60px; } }
  @media (min-width: 780px) and (max-width: 959px) {
    .ps-header-menu .logotype-image {
      height: 50px; } }
  @media (min-width: 480px) and (max-width: 779px) {
    .ps-header-menu .logotype-image {
      height: 35px; } }
  @media (max-width: 479px) {
    .ps-header-menu .logotype-image {
      height: 35px; } }

.ps-header-menu .mobile-menu-trigger, .ps-header-menu .download-block {
  display: none; }
  @media (min-width: 480px) and (max-width: 779px) {
    .ps-header-menu .mobile-menu-trigger, .ps-header-menu .download-block {
      display: flex; } }
  @media (max-width: 479px) {
    .ps-header-menu .mobile-menu-trigger, .ps-header-menu .download-block {
      display: flex; } }

.ps-header-menu .download-block .button {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  font-weight: bold;
  color: #000;
  padding: 5px 10px; }

.ps-header-menu .mobile-menu-trigger {
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none; }
  .ps-header-menu .mobile-menu-trigger .icon {
    font-size: 25px; }

.ps-header-menu .main-menu-block {
  display: flex; }

.ps-header-menu .main-menu {
  display: flex;
  align-items: center; }
  @media (min-width: 480px) and (max-width: 779px) {
    .ps-header-menu .main-menu {
      display: none; } }
  @media (max-width: 479px) {
    .ps-header-menu .main-menu {
      display: none; } }

.ps-header-menu .menu-item {
  margin-left: 70px; }
  @media (min-width: 960px) and (max-width: 1239px) {
    .ps-header-menu .menu-item {
      margin-left: 50px; } }
  @media (min-width: 780px) and (max-width: 959px) {
    .ps-header-menu .menu-item {
      margin-left: 30px; } }
  @media (min-width: 480px) and (max-width: 779px) {
    .ps-header-menu .menu-item {
      margin-left: 70px; } }
  @media (max-width: 479px) {
    .ps-header-menu .menu-item {
      margin-left: 70px; } }
  .ps-header-menu .menu-item.active .menu-item-link {
    color: #11b5bf; }

.ps-header-menu .menu-item-link,
.ps-header-menu .button {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: bold;
  color: #000;
  font-size: 20px;
  line-height: 1;
  text-decoration: none; }
  @media (min-width: 960px) and (max-width: 1239px) {
    .ps-header-menu .menu-item-link,
    .ps-header-menu .button {
      font-size: 18px;
      line-height: 1.11111; } }
  @media (min-width: 780px) and (max-width: 959px) {
    .ps-header-menu .menu-item-link,
    .ps-header-menu .button {
      font-size: 18px;
      line-height: 1.11111; } }
  @media (min-width: 480px) and (max-width: 779px) {
    .ps-header-menu .menu-item-link,
    .ps-header-menu .button {
      font-size: 20px;
      line-height: 1; } }
  @media (max-width: 479px) {
    .ps-header-menu .menu-item-link,
    .ps-header-menu .button {
      font-size: 20px;
      line-height: 1; } }

body.menu-open {
  position: relative;
  overflow: hidden; }
  body.menu-open .ps-pre-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9990; }
  body.menu-open .ps-header-menu {
    padding-left: 0;
    padding-right: 0;
    position: static; }
    body.menu-open .ps-header-menu .ps-content {
      margin: 0 0 0 0; }
    body.menu-open .ps-header-menu .header-menu-wrap {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 9990;
      background-image: linear-gradient(to top, #213635, #152023);
      display: flex;
      align-items: flex-start; }
    body.menu-open .ps-header-menu .download-block {
      display: none; }
    body.menu-open .ps-header-menu .mobile-menu-trigger {
      display: flex;
      box-sizing: content-box;
      align-items: center;
      background-color: #dbff00; }
      body.menu-open .ps-header-menu .mobile-menu-trigger .icon {
        color: #000; }
    body.menu-open .ps-header-menu .main-menu {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
    body.menu-open .ps-header-menu .menu-item {
      margin-top: 50px;
      margin-left: 0; }
      @media (max-height: 450px) {
        body.menu-open .ps-header-menu .menu-item {
          margin-top: 30px !important; } }
      body.menu-open .ps-header-menu .menu-item.active .menu-item-link {
        color: #11b5bf; }
    body.menu-open .ps-header-menu .menu-item-link {
      color: #fff; }
  @media (min-width: 1240px) {
    body.menu-open .header-menu-wrap {
      top: 30px;
      padding-left: 60px;
      padding-right: 60px;
      padding-top: 50px; }
    body.menu-open .mobile-menu-trigger {
      height: 60px;
      padding: 50px 60px 50px 60px;
      margin: -50px -60px -50px -60px; }
    body.menu-open .main-menu {
      height: calc(100vh - 30px); } }
  @media (min-width: 960px) and (max-width: 1239px) {
    body.menu-open .header-menu-wrap {
      top: 30px;
      padding-left: 60px;
      padding-right: 60px;
      padding-top: 50px; }
    body.menu-open .mobile-menu-trigger {
      height: 60px;
      padding: 50px 60px 50px 60px;
      margin: -50px -60px -50px -60px; }
    body.menu-open .main-menu {
      height: calc(100vh - 30px); } }
  @media (min-width: 780px) and (max-width: 959px) {
    body.menu-open .header-menu-wrap {
      top: 30px;
      padding-left: 30px;
      padding-right: 30px;
      padding-top: 40px; }
    body.menu-open .mobile-menu-trigger {
      height: 50px;
      padding: 40px 30px 40px 30px;
      margin: -40px -30px -40px -30px; }
    body.menu-open .main-menu {
      height: calc(100vh - 30px); } }
  @media (min-width: 480px) and (max-width: 779px) {
    body.menu-open .header-menu-wrap {
      top: 30px;
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 30px; }
    body.menu-open .mobile-menu-trigger {
      height: 35px;
      padding: 30px 20px 30px 20px;
      margin: -30px -20px -30px -20px; }
    body.menu-open .main-menu {
      height: calc(100vh - 30px); } }
  @media (max-width: 479px) {
    body.menu-open .header-menu-wrap {
      top: 35px;
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 30px; }
    body.menu-open .mobile-menu-trigger {
      height: 35px;
      padding: 30px 15px 30px 15px;
      margin: -30px -15px -30px -15px; }
    body.menu-open .main-menu {
      height: calc(100vh - 35px); } }

.ps-footer {
  background: linear-gradient(to bottom, #213635, #152023);
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative; }
  @media (min-width: 480px) and (max-width: 779px) {
    .ps-footer {
      padding-top: 40px;
      padding-bottom: 80px; } }
  @media (max-width: 479px) {
    .ps-footer {
      padding-top: 40px;
      padding-bottom: 80px; } }
  .ps-footer:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background-image: linear-gradient(to right, #11b5bf, #0075b2); }
  .ps-footer .ps-content {
    position: relative; }
  .ps-footer .logotype-block {
    margin-bottom: 20px; }
    .ps-footer .logotype-block .logotype-link {
      display: block; }
    .ps-footer .logotype-block .logotype-image {
      display: block;
      width: 110px;
      height: 40px;
      filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.4)); }
      @media (min-width: 480px) and (max-width: 779px) {
        .ps-footer .logotype-block .logotype-image {
          width: 66px;
          height: 24px; } }
      @media (max-width: 479px) {
        .ps-footer .logotype-block .logotype-image {
          width: 66px;
          height: 24px; } }
  .ps-footer .copyright,
  .ps-footer .copyright a {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: normal;
    color: #fff;
    font-size: 14px;
    line-height: 1.14286; }
    @media (min-width: 480px) and (max-width: 779px) {
      .ps-footer .copyright,
      .ps-footer .copyright a {
        font-size: 8px; } }
    @media (max-width: 479px) {
      .ps-footer .copyright,
      .ps-footer .copyright a {
        font-size: 8px; } }
  .ps-footer .footer-menu {
    display: flex;
    flex-wrap: wrap; }
    @media (min-width: 480px) and (max-width: 779px) {
      .ps-footer .footer-menu {
        margin-top: 10px; } }
    @media (max-width: 479px) {
      .ps-footer .footer-menu {
        margin-top: 10px; } }
  .ps-footer .footer-menu-item {
    margin: 20px 40px 0 0; }
    @media (min-width: 480px) and (max-width: 779px) {
      .ps-footer .footer-menu-item {
        margin: 10px 20px 0 0; } }
    @media (max-width: 479px) {
      .ps-footer .footer-menu-item {
        margin: 10px 20px 0 0; } }
  .ps-footer .footer-menu-link {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: normal;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    white-space: nowrap; }
    @media (min-width: 480px) and (max-width: 779px) {
      .ps-footer .footer-menu-link {
        font-size: 12px;
        line-height: 1.33333; } }
    @media (max-width: 479px) {
      .ps-footer .footer-menu-link {
        font-size: 12px;
        line-height: 1.33333; } }
  .ps-footer .footer-contact-appeal {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: normal;
    color: #fff;
    text-transform: capitalize;
    font-size: 26px;
    line-height: 1.46154;
    margin-top: 50px;
    max-width: 780px;
    margin-bottom: 20px; }
    @media (min-width: 780px) and (max-width: 959px) {
      .ps-footer .footer-contact-appeal {
        font-size: 22px;
        line-height: 1.54545; } }
    @media (min-width: 480px) and (max-width: 779px) {
      .ps-footer .footer-contact-appeal {
        font-size: 16px;
        line-height: 1.5; } }
    @media (max-width: 479px) {
      .ps-footer .footer-contact-appeal {
        font-size: 16px;
        line-height: 1.5; } }
    @media (min-width: 780px) and (max-width: 959px) {
      .ps-footer .footer-contact-appeal {
        margin-top: 40px; } }
    @media (min-width: 480px) and (max-width: 779px) {
      .ps-footer .footer-contact-appeal {
        margin-top: 50px; } }
    @media (max-width: 479px) {
      .ps-footer .footer-contact-appeal {
        margin-top: 50px; } }
  .ps-footer .map-company-info-wrap {
    display: flex; }
    @media (min-width: 480px) and (max-width: 779px) {
      .ps-footer .map-company-info-wrap {
        flex-direction: column; } }
    @media (max-width: 479px) {
      .ps-footer .map-company-info-wrap {
        flex-direction: column; } }
  .ps-footer .footer-map {
    height: 300px;
    flex-basis: 50%;
    overflow: hidden; }
    .ps-footer .footer-map iframe {
      width: 100%;
      height: 100%; }
    @media (min-width: 480px) and (max-width: 779px) {
      .ps-footer .footer-map {
        flex-basis: auto; } }
    @media (max-width: 479px) {
      .ps-footer .footer-map {
        flex-basis: auto; } }
  .ps-footer .footer-company-info {
    margin: 0 0 0 40px;
    flex-basis: 50%; }
    @media (min-width: 780px) and (max-width: 959px) {
      .ps-footer .footer-company-info {
        margin: 20px 20px 20px 20px; } }
    @media (min-width: 480px) and (max-width: 779px) {
      .ps-footer .footer-company-info {
        margin: 20px 0 0 0; } }
    @media (max-width: 479px) {
      .ps-footer .footer-company-info {
        margin: 20px 0 0 0; } }
    .ps-footer .footer-company-info * {
      font-family: "IBM Plex Sans", sans-serif;
      font-weight: normal;
      color: #fff;
      font-size: 18px;
      line-height: 1.33333; }
      @media (min-width: 480px) and (max-width: 779px) {
        .ps-footer .footer-company-info * {
          font-size: 14px;
          line-height: 1.42857; } }
      @media (max-width: 479px) {
        .ps-footer .footer-company-info * {
          font-size: 14px;
          line-height: 1.42857; } }
  .ps-footer .company-name {
    font-weight: bold; }
  .ps-footer .company-name,
  .ps-footer .company-email-block,
  .ps-footer .company-address-block,
  .ps-footer .company-support-block {
    display: flex;
    align-items: flex-start;
    white-space: pre-wrap;
    margin-bottom: 20px; }
    .ps-footer .company-name .icon,
    .ps-footer .company-email-block .icon,
    .ps-footer .company-address-block .icon,
    .ps-footer .company-support-block .icon {
      margin-right: 20px; }
      @media (min-width: 480px) and (max-width: 779px) {
        .ps-footer .company-name .icon,
        .ps-footer .company-email-block .icon,
        .ps-footer .company-address-block .icon,
        .ps-footer .company-support-block .icon {
          margin-right: 10px; } }
      @media (max-width: 479px) {
        .ps-footer .company-name .icon,
        .ps-footer .company-email-block .icon,
        .ps-footer .company-address-block .icon,
        .ps-footer .company-support-block .icon {
          margin-right: 10px; } }
  .ps-footer .company-email-block {
    align-items: flex-end; }
    .ps-footer .company-email-block .icon {
      font-size: 20px;
      margin-right: 22px;
      margin-left: 3px; }
  .ps-footer .company-address-block .icon {
    font-size: 24px; }
  .ps-footer .company-support-block {
    position: relative; }
    .ps-footer .company-support-block .icon {
      font-size: 24px; }
  @media (min-width: 480px) and (max-width: 779px) {
    .ps-footer .company-email-block .icon {
      font-size: 15px;
      margin-right: 12px;
      margin-left: 3px; }
    .ps-footer .company-address-block .icon {
      font-size: 18px; }
    .ps-footer .company-support-block {
      position: relative; }
      .ps-footer .company-support-block .icon {
        font-size: 18px; } }
  @media (max-width: 479px) {
    .ps-footer .company-email-block .icon {
      font-size: 15px;
      margin-right: 12px;
      margin-left: 3px; }
    .ps-footer .company-address-block .icon {
      font-size: 18px; }
    .ps-footer .company-support-block {
      position: relative; }
      .ps-footer .company-support-block .icon {
        font-size: 18px; } }
  .ps-footer .company-support-work-days {
    position: absolute;
    bottom: -10px;
    left: 44px;
    display: flex; }
    @media (min-width: 480px) and (max-width: 779px) {
      .ps-footer .company-support-work-days {
        bottom: -15px;
        left: 30px; } }
    @media (max-width: 479px) {
      .ps-footer .company-support-work-days {
        bottom: -15px;
        left: 30px; } }
    .ps-footer .company-support-work-days .cswd {
      width: 6px;
      height: 4px;
      margin-right: 5px; }
      .ps-footer .company-support-work-days .cswd.cswd-working {
        background-color: #dbff00; }
      .ps-footer .company-support-work-days .cswd.cswd-vacation {
        background-color: #bf118e; }
  .ps-footer .footer-created-by {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 95px;
    height: 14px; }
    @media (min-width: 480px) and (max-width: 779px) {
      .ps-footer .footer-created-by {
        bottom: -40px;
        right: 50%;
        transform: translateX(50%); } }
    @media (max-width: 479px) {
      .ps-footer .footer-created-by {
        bottom: -40px;
        right: 50%;
        transform: translateX(50%); } }
  .ps-footer .created-by-link img {
    width: 95px;
    height: 14px; }

.ps-benefits > .ps-content {
  margin-top: 90px;
  margin-bottom: 90px; }

@media (min-width: 780px) and (max-width: 959px) {
  .ps-benefits > .ps-content {
    margin-top: 90px;
    margin-bottom: 90px; } }

@media (min-width: 480px) and (max-width: 779px) {
  .ps-benefits > .ps-content {
    margin-top: 60px;
    margin-bottom: 60px; } }

@media (max-width: 479px) {
  .ps-benefits > .ps-content {
    margin-top: 60px;
    margin-bottom: 60px; } }

.ps-benefits .benefits-list {
  display: flex;
  flex-wrap: wrap; }

.ps-benefits .benefit {
  width: calc(25% - 22.5px);
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (min-width: 960px) and (max-width: 1239px) {
    .ps-benefits .benefit {
      width: calc(33.33333% - 20px); } }
  @media (min-width: 780px) and (max-width: 959px) {
    .ps-benefits .benefit {
      width: calc(50% - 10px); } }
  @media (min-width: 480px) and (max-width: 779px) {
    .ps-benefits .benefit {
      width: calc(50% - 10px); } }
  @media (max-width: 479px) {
    .ps-benefits .benefit {
      width: calc(50% - 10px); } }
  @media (min-width: 1240px) {
    .ps-benefits .benefit {
      margin-right: 30px; }
      .ps-benefits .benefit:nth-child(4n) {
        margin-right: 0; }
      .ps-benefits .benefit {
        margin-top: 40px; }
        .ps-benefits .benefit:nth-child(1) {
          margin-top: 0; }
        .ps-benefits .benefit:nth-child(2) {
          margin-top: 0; }
        .ps-benefits .benefit:nth-child(3) {
          margin-top: 0; }
        .ps-benefits .benefit:nth-child(4) {
          margin-top: 0; } }
  @media (min-width: 960px) and (max-width: 1239px) {
    .ps-benefits .benefit {
      margin-right: 30px; }
      .ps-benefits .benefit:nth-child(3n) {
        margin-right: 0; }
      .ps-benefits .benefit {
        margin-top: 40px; }
        .ps-benefits .benefit:nth-child(1) {
          margin-top: 0; }
        .ps-benefits .benefit:nth-child(2) {
          margin-top: 0; }
        .ps-benefits .benefit:nth-child(3) {
          margin-top: 0; } }
  @media (min-width: 780px) and (max-width: 959px) {
    .ps-benefits .benefit {
      margin-right: 20px; }
      .ps-benefits .benefit:nth-child(2n) {
        margin-right: 0; }
      .ps-benefits .benefit {
        margin-top: 40px; }
        .ps-benefits .benefit:nth-child(1) {
          margin-top: 0; }
        .ps-benefits .benefit:nth-child(2) {
          margin-top: 0; } }
  @media (min-width: 480px) and (max-width: 779px) {
    .ps-benefits .benefit {
      margin-right: 20px; }
      .ps-benefits .benefit:nth-child(2n) {
        margin-right: 0; }
      .ps-benefits .benefit {
        margin-top: 30px; }
        .ps-benefits .benefit:nth-child(1) {
          margin-top: 0; }
        .ps-benefits .benefit:nth-child(2) {
          margin-top: 0; } }
  @media (max-width: 479px) {
    .ps-benefits .benefit {
      margin-right: 20px; }
      .ps-benefits .benefit:nth-child(2n) {
        margin-right: 0; }
      .ps-benefits .benefit {
        margin-top: 30px; }
        .ps-benefits .benefit:nth-child(1) {
          margin-top: 0; }
        .ps-benefits .benefit:nth-child(2) {
          margin-top: 0; } }

.ps-benefits .benefit-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.7);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0)); }
  .ps-benefits .benefit-icon-wrap .icon {
    font-size: 64px;
    color: #fff;
    color: #fff; }
    @media (min-width: 480px) and (max-width: 779px) {
      .ps-benefits .benefit-icon-wrap .icon {
        font-size: 40px;
        color: #fff; } }
    @media (max-width: 479px) {
      .ps-benefits .benefit-icon-wrap .icon {
        font-size: 40px;
        color: #fff; } }
  @media (min-width: 480px) and (max-width: 779px) {
    .ps-benefits .benefit-icon-wrap {
      width: 80px;
      height: 80px; } }
  @media (max-width: 479px) {
    .ps-benefits .benefit-icon-wrap {
      width: 80px;
      height: 80px; } }

.ps-benefits .benefit-title {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.22222;
  letter-spacing: 3.22px;
  text-align: center;
  margin-top: 20px;
  display: table; }
  @media (min-width: 480px) and (max-width: 779px) {
    .ps-benefits .benefit-title {
      font-size: 12px;
      line-height: 1.33333;
      letter-spacing: 2.4px; } }
  @media (max-width: 479px) {
    .ps-benefits .benefit-title {
      font-size: 12px;
      line-height: 1.33333;
      letter-spacing: 2.4px; } }

.ps-benefits .benefit-text {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: normal;
  color: #333333;
  font-size: 18px;
  line-height: 1.33333;
  margin-top: 10px;
  text-align: center;
  display: table; }
  @media (min-width: 480px) and (max-width: 779px) {
    .ps-benefits .benefit-text {
      font-size: 12px;
      line-height: 1.33333; } }
  @media (max-width: 479px) {
    .ps-benefits .benefit-text {
      font-size: 12px;
      line-height: 1.33333; } }

.ps-slogan > .ps-content {
  margin-top: 120px;
  margin-bottom: 120px; }

@media (min-width: 780px) and (max-width: 959px) {
  .ps-slogan > .ps-content {
    margin-top: 100px;
    margin-bottom: 100px; } }

@media (min-width: 480px) and (max-width: 779px) {
  .ps-slogan > .ps-content {
    margin-top: 80px;
    margin-bottom: 80px; } }

@media (max-width: 479px) {
  .ps-slogan > .ps-content {
    margin-top: 60px;
    margin-bottom: 60px; } }

.ps-slogan .slogan {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: bold;
  color: #000;
  font-size: 100px;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center; }
  @media (min-width: 960px) and (max-width: 1239px) {
    .ps-slogan .slogan {
      font-size: 79px;
      line-height: 1.2; } }
  @media (min-width: 780px) and (max-width: 959px) {
    .ps-slogan .slogan {
      font-size: 70px;
      line-height: 1.2; } }
  @media (min-width: 480px) and (max-width: 779px) {
    .ps-slogan .slogan {
      font-size: 32px;
      line-height: 1.3; } }
  @media (max-width: 479px) {
    .ps-slogan .slogan {
      font-size: 32px;
      line-height: 1.3; } }
  .ps-slogan .slogan em {
    color: #11b5bf;
    font-style: normal; }

@keyframes home-slider-fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes home-slider-fade-in {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.ps-home-slider.fade-out:after, .ps-home-slider.fade-out .slide-title, .ps-home-slider.fade-out .slide-text, .ps-home-slider.fade-in:after, .ps-home-slider.fade-in .slide-title, .ps-home-slider.fade-in .slide-text {
  animation-duration: 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards; }

.ps-home-slider {
  background-color: #11181d;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .ps-home-slider > .ps-content {
    background: pv; }
  .ps-home-slider:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.7;
    background-image: linear-gradient(to bottom, #294440, #11181d);
    pointer-events: none; }
  .ps-home-slider:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    opacity: 0;
    background-color: #11181d;
    pointer-events: none; }
  .ps-home-slider + .ps-benefits {
    position: relative; }
    .ps-home-slider + .ps-benefits:after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      width: auto;
      height: 10px;
      background-image: linear-gradient(to right, #11b5bf, #0075b2);
      z-index: 98;
      top: -100px; }
      @media (min-width: 780px) and (max-width: 959px) {
        .ps-home-slider + .ps-benefits:after {
          top: -100px; } }
      @media (min-width: 480px) and (max-width: 779px) {
        .ps-home-slider + .ps-benefits:after {
          top: -70px; } }
      @media (max-width: 479px) {
        .ps-home-slider + .ps-benefits:after {
          top: -70px; } }
  .ps-home-slider.fade-out:after {
    animation-name: home-slider-fade-out;
    animation-direction: reverse; }
  .ps-home-slider.fade-out .slide-title, .ps-home-slider.fade-out .slide-text {
    animation-name: home-slider-fade-out;
    animation-direction: normal; }
  .ps-home-slider.fade-in:after {
    animation-name: home-slider-fade-in;
    animation-direction: normal; }
  .ps-home-slider.fade-in .slide-title, .ps-home-slider.fade-in .slide-text {
    animation-name: home-slider-fade-in;
    animation-direction: reverse; }
  .ps-home-slider .ps-content {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%; }
  .ps-home-slider .slide {
    padding-right: 250px;
    min-height: 420px;
    position: relative; }
    @media (min-width: 480px) and (max-width: 779px) {
      .ps-home-slider .slide {
        padding-right: 0; } }
    @media (max-width: 479px) {
      .ps-home-slider .slide {
        padding-right: 0; } }
    @media (min-width: 960px) and (max-width: 1239px) {
      .ps-home-slider .slide {
        min-height: 400px; } }
    @media (min-width: 780px) and (max-width: 959px) {
      .ps-home-slider .slide {
        min-height: 400px; } }
    @media (min-width: 480px) and (max-width: 779px) {
      .ps-home-slider .slide {
        min-height: 240px; } }
    @media (max-width: 479px) {
      .ps-home-slider .slide {
        min-height: 280px; } }
  .ps-home-slider .slide-title {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 100px;
    line-height: 1.2;
    margin-top: -0.2em;
    max-height: 3.96em;
    overflow: hidden;
    column-count: 1;
    position: relative;
    z-index: 10;
    max-width: 740px; }
    @media (min-width: 960px) and (max-width: 1239px) {
      .ps-home-slider .slide-title {
        font-size: 79px;
        line-height: 1.2; } }
    @media (min-width: 780px) and (max-width: 959px) {
      .ps-home-slider .slide-title {
        font-size: 70px;
        line-height: 1.2; } }
    @media (min-width: 480px) and (max-width: 779px) {
      .ps-home-slider .slide-title {
        font-size: 32px;
        line-height: 1.3; } }
    @media (max-width: 479px) {
      .ps-home-slider .slide-title {
        font-size: 32px;
        line-height: 1.3; } }
    @media (min-width: 960px) and (max-width: 1239px) {
      .ps-home-slider .slide-title {
        margin-top: -0.2em;
        max-height: 3.96em; } }
    @media (min-width: 780px) and (max-width: 959px) {
      .ps-home-slider .slide-title {
        margin-top: -0.2em;
        max-height: 3.96em; } }
    @media (min-width: 480px) and (max-width: 779px) {
      .ps-home-slider .slide-title {
        margin-top: -0.3em;
        max-height: 4.29em; } }
    @media (max-width: 479px) {
      .ps-home-slider .slide-title {
        margin-top: -0.3em;
        max-height: 4.29em; } }
  .ps-home-slider .slide-text {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: normal;
    color: #fff;
    font-size: 18px;
    line-height: 1.55556;
    max-height: 8.55556em;
    margin-top: 20px;
    position: relative;
    z-index: 10;
    max-width: 740px;
    overflow: hidden;
    column-count: 1; }
    @media (min-width: 480px) and (max-width: 779px) {
      .ps-home-slider .slide-text {
        font-size: 16px;
        line-height: 1.5; } }
    @media (max-width: 479px) {
      .ps-home-slider .slide-text {
        font-size: 16px;
        line-height: 1.5; } }
    @media (min-width: 480px) and (max-width: 779px) {
      .ps-home-slider .slide-text {
        max-height: 8.25em; } }
    @media (max-width: 479px) {
      .ps-home-slider .slide-text {
        max-height: 11.55em; } }
  .ps-home-slider .slider-controls-block {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    column-count: 2;
    column-gap: 30px;
    max-width: 230px; }
    @media (min-width: 480px) and (max-width: 779px) {
      .ps-home-slider .slider-controls-block {
        display: flex;
        right: auto;
        top: auto;
        column-gap: 0;
        bottom: 0; } }
    @media (max-width: 479px) {
      .ps-home-slider .slider-controls-block {
        display: flex;
        right: auto;
        top: auto;
        column-gap: 0;
        bottom: 0; } }
  .ps-home-slider .slider-control-item {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 10px;
    line-height: 1.6;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    display: inline-flex;
    letter-spacing: 1px;
    max-width: 100px;
    margin-bottom: 30px; }
    .ps-home-slider .slider-control-item:hover {
      cursor: pointer; }
    .ps-home-slider .slider-control-item.active {
      color: #dbff00;
      box-shadow: -1px -5px 0 -1px #dbff00; }
    @media (min-width: 480px) and (max-width: 779px) {
      .ps-home-slider .slider-control-item {
        width: 30px;
        height: 5px;
        background-color: #fff;
        margin-right: 20px;
        margin-bottom: 0; }
        .ps-home-slider .slider-control-item.active {
          box-shadow: none;
          background-color: #dbff00; } }
    @media (max-width: 479px) {
      .ps-home-slider .slider-control-item {
        width: 30px;
        height: 5px;
        background-color: #fff;
        margin-right: 20px;
        margin-bottom: 0; }
        .ps-home-slider .slider-control-item.active {
          box-shadow: none;
          background-color: #dbff00; } }
  .ps-home-slider .item-title-wrap {
    padding-top: 3px; }
    @media (min-width: 480px) and (max-width: 779px) {
      .ps-home-slider .item-title-wrap {
        display: none; } }
    @media (max-width: 479px) {
      .ps-home-slider .item-title-wrap {
        display: none; } }
  .ps-home-slider .slider-callout-block {
    padding: 20px 90px 20px 20px;
    margin-top: 20px;
    margin-bottom: -20px;
    position: relative;
    align-self: flex-end;
    z-index: 99;
    max-width: 686px;
    background-color: #11b5bf;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.7); }
    @media (min-width: 480px) and (max-width: 779px) {
      .ps-home-slider .slider-callout-block {
        padding: 20px 70px 20px 20px; } }
    @media (max-width: 479px) {
      .ps-home-slider .slider-callout-block {
        padding: 20px 70px 20px 20px; } }
    .ps-home-slider .slider-callout-block .icon {
      position: absolute;
      right: 16px;
      top: 20px;
      font-size: 41px;
      color: #dbff00; }
  .ps-home-slider .callout-title {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.11111;
    letter-spacing: 3.6px; }
    @media (min-width: 480px) and (max-width: 779px) {
      .ps-home-slider .callout-title {
        font-size: 14px;
        line-height: 1.28571; } }
    @media (max-width: 479px) {
      .ps-home-slider .callout-title {
        font-size: 14px;
        line-height: 1.28571; } }
  .ps-home-slider .callout-text {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: normal;
    color: #fff;
    font-size: 18px;
    line-height: 1.33333;
    margin-top: 10px; }
    @media (min-width: 480px) and (max-width: 779px) {
      .ps-home-slider .callout-text {
        font-size: 14px;
        line-height: 1.42857; } }
    @media (max-width: 479px) {
      .ps-home-slider .callout-text {
        font-size: 14px;
        line-height: 1.42857; } }
    .ps-home-slider .callout-text em {
      color: #000; }

.ps-pricing > .ps-content {
  margin-top: 50px;
  margin-bottom: 110px; }

@media (min-width: 780px) and (max-width: 959px) {
  .ps-pricing > .ps-content {
    margin-top: 40px;
    margin-bottom: 110px; } }

@media (min-width: 480px) and (max-width: 779px) {
  .ps-pricing > .ps-content {
    margin-top: 30px;
    margin-bottom: 60px; } }

@media (max-width: 479px) {
  .ps-pricing > .ps-content {
    margin-top: 30px;
    margin-bottom: 60px; } }

.ps-pricing .pricing-plans {
  display: flex;
  flex-wrap: wrap; }

.ps-pricing .pricing-plan {
  width: calc(50% - 15px);
  border-radius: 8px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.7);
  background-color: #f8f8f8;
  overflow: hidden; }
  @media (min-width: 780px) and (max-width: 959px) {
    .ps-pricing .pricing-plan {
      width: calc(50% - 10px); } }
  @media (min-width: 480px) and (max-width: 779px) {
    .ps-pricing .pricing-plan {
      width: 100%; } }
  @media (max-width: 479px) {
    .ps-pricing .pricing-plan {
      width: 100%; } }
  @media (min-width: 1240px) {
    .ps-pricing .pricing-plan {
      margin-right: 30px; }
      .ps-pricing .pricing-plan:nth-child(2n) {
        margin-right: 0; }
      .ps-pricing .pricing-plan {
        margin-top: 0; }
        .ps-pricing .pricing-plan:nth-child(1) {
          margin-top: 0; }
        .ps-pricing .pricing-plan:nth-child(2) {
          margin-top: 0; } }
  @media (min-width: 960px) and (max-width: 1239px) {
    .ps-pricing .pricing-plan {
      margin-right: 30px; }
      .ps-pricing .pricing-plan:nth-child(2n) {
        margin-right: 0; }
      .ps-pricing .pricing-plan {
        margin-top: 0; }
        .ps-pricing .pricing-plan:nth-child(1) {
          margin-top: 0; }
        .ps-pricing .pricing-plan:nth-child(2) {
          margin-top: 0; } }
  @media (min-width: 780px) and (max-width: 959px) {
    .ps-pricing .pricing-plan {
      margin-right: 20px; }
      .ps-pricing .pricing-plan:nth-child(2n) {
        margin-right: 0; }
      .ps-pricing .pricing-plan {
        margin-top: 0; }
        .ps-pricing .pricing-plan:nth-child(1) {
          margin-top: 0; }
        .ps-pricing .pricing-plan:nth-child(2) {
          margin-top: 0; } }
  @media (min-width: 480px) and (max-width: 779px) {
    .ps-pricing .pricing-plan {
      margin-right: 0;
      margin-right: 0; }
      .ps-pricing .pricing-plan {
        margin-top: 30px; }
        .ps-pricing .pricing-plan:nth-child(1) {
          margin-top: 0; } }
  @media (max-width: 479px) {
    .ps-pricing .pricing-plan {
      margin-right: 0;
      margin-right: 0; }
      .ps-pricing .pricing-plan {
        margin-top: 30px; }
        .ps-pricing .pricing-plan:nth-child(1) {
          margin-top: 0; } }

.ps-pricing .pp-heading {
  padding: 50px 20px 50px 20px;
  background-image: linear-gradient(to right, #11b5bf, #0075b2);
  text-align: center; }
  @media (min-width: 480px) and (max-width: 779px) {
    .ps-pricing .pp-heading {
      padding: 30px 20px 30px 20px; } }
  @media (max-width: 479px) {
    .ps-pricing .pp-heading {
      padding: 30px 20px 30px 20px; } }

.ps-pricing .pp-title {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 5px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 0.8;
  margin-bottom: 5px; }
  @media (min-width: 480px) and (max-width: 779px) {
    .ps-pricing .pp-title {
      font-size: 38px;
      line-height: 1; } }
  @media (max-width: 479px) {
    .ps-pricing .pp-title {
      font-size: 38px;
      line-height: 1; } }

.ps-pricing .pp-subtitle {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.22222;
  letter-spacing: 3.6px; }
  @media (min-width: 480px) and (max-width: 779px) {
    .ps-pricing .pp-subtitle {
      font-size: 12px;
      line-height: 1.33333;
      letter-spacing: 2.4px; } }
  @media (max-width: 479px) {
    .ps-pricing .pp-subtitle {
      font-size: 12px;
      line-height: 1.33333;
      letter-spacing: 2.4px; } }

.ps-pricing .pp-text {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: normal;
  color: #fff;
  font-size: 18px;
  line-height: 1.33333;
  margin-top: 10px;
  white-space: pre-line; }
  @media (min-width: 480px) and (max-width: 779px) {
    .ps-pricing .pp-text {
      font-size: 12px;
      line-height: 1.33333; } }
  @media (max-width: 479px) {
    .ps-pricing .pp-text {
      font-size: 12px;
      line-height: 1.33333; } }

.ps-pricing .button {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: bold;
  color: #000;
  font-size: 20px;
  line-height: 1.5;
  margin-top: 25px;
  padding: 10px 30px; }
  @media (min-width: 480px) and (max-width: 779px) {
    .ps-pricing .button {
      font-size: 12px;
      line-height: 1.5; } }
  @media (max-width: 479px) {
    .ps-pricing .button {
      font-size: 12px;
      line-height: 1.5; } }
  @media (min-width: 480px) and (max-width: 779px) {
    .ps-pricing .button {
      margin-top: 20px; } }
  @media (max-width: 479px) {
    .ps-pricing .button {
      margin-top: 20px; } }

.ps-pricing .pp-points-list {
  padding: 50px 40px 50px 40px; }
  @media (min-width: 480px) and (max-width: 779px) {
    .ps-pricing .pp-points-list {
      padding: 10px 20px 10px 20px; } }
  @media (max-width: 479px) {
    .ps-pricing .pp-points-list {
      padding: 10px 20px 10px 20px; } }

.ps-pricing .pp-point {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: normal;
  color: #000;
  font-size: 18px;
  line-height: 1.33333;
  padding: 15px 0 15px 0;
  text-align: center;
  border-bottom: 1px solid #e3e3e3; }
  @media (min-width: 480px) and (max-width: 779px) {
    .ps-pricing .pp-point {
      font-size: 12px;
      line-height: 2; } }
  @media (max-width: 479px) {
    .ps-pricing .pp-point {
      font-size: 12px;
      line-height: 2; } }
  @media (min-width: 480px) and (max-width: 779px) {
    .ps-pricing .pp-point {
      padding: 10px 0 10px 0; } }
  @media (max-width: 479px) {
    .ps-pricing .pp-point {
      padding: 10px 0 10px 0; } }
  .ps-pricing .pp-point:last-child {
    border-bottom: none; }

.ps-pricing .pricing-plan-free .pp-title,
.ps-pricing .pricing-plan-free .pp-subtitle {
  color: #dbff00; }

.ps-pricing .pricing-plan-premium .pp-title,
.ps-pricing .pricing-plan-premium .pp-subtitle {
  color: #ffe600; }

.ps-pricing .pricing-plan-premium .button {
  background-color: #ffe600; }

.ps-downloads > .ps-content {
  margin-top: 50px;
  margin-bottom: 110px; }

@media (min-width: 780px) and (max-width: 959px) {
  .ps-downloads > .ps-content {
    margin-top: 40px;
    margin-bottom: 100px; } }

@media (min-width: 480px) and (max-width: 779px) {
  .ps-downloads > .ps-content {
    margin-top: 50px;
    margin-bottom: 80px; } }

@media (max-width: 479px) {
  .ps-downloads > .ps-content {
    margin-top: 50px;
    margin-bottom: 60px; } }

.ps-downloads .downloads-list {
  display: flex;
  flex-wrap: wrap; }

@keyframes scaleUp {
  from {
    transform: scale(1); }
  to {
    transform: scale(1.02); } }

@keyframes scaleDown {
  from {
    transform: scale(1.02); }
  to {
    transform: scale(1); } }

@keyframes shadowUp {
  from {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.7); }
  to {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.7); } }

@keyframes shadowDown {
  from {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.7); }
  to {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.7); } }

.ps-downloads .download-item {
  width: calc(25% - 22.5px);
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.7);
  background-color: #f8f8f8;
  align-items: center;
  overflow: hidden;
  text-align: center; }
  @media (min-width: 960px) and (max-width: 1239px) {
    .ps-downloads .download-item {
      width: calc(33.33333% - 20px); } }
  @media (min-width: 780px) and (max-width: 959px) {
    .ps-downloads .download-item {
      width: calc(50% - 10px); } }
  @media (min-width: 480px) and (max-width: 779px) {
    .ps-downloads .download-item {
      width: calc(50% - 10px); } }
  @media (max-width: 479px) {
    .ps-downloads .download-item {
      width: calc(50% - 10px); } }
  @media (min-width: 1240px) {
    .ps-downloads .download-item {
      margin-right: 30px; }
      .ps-downloads .download-item:nth-child(4n) {
        margin-right: 0; }
      .ps-downloads .download-item {
        margin-top: 40px; }
        .ps-downloads .download-item:nth-child(1) {
          margin-top: 0; }
        .ps-downloads .download-item:nth-child(2) {
          margin-top: 0; }
        .ps-downloads .download-item:nth-child(3) {
          margin-top: 0; }
        .ps-downloads .download-item:nth-child(4) {
          margin-top: 0; } }
  @media (min-width: 960px) and (max-width: 1239px) {
    .ps-downloads .download-item {
      margin-right: 30px; }
      .ps-downloads .download-item:nth-child(3n) {
        margin-right: 0; }
      .ps-downloads .download-item {
        margin-top: 40px; }
        .ps-downloads .download-item:nth-child(1) {
          margin-top: 0; }
        .ps-downloads .download-item:nth-child(2) {
          margin-top: 0; }
        .ps-downloads .download-item:nth-child(3) {
          margin-top: 0; } }
  @media (min-width: 780px) and (max-width: 959px) {
    .ps-downloads .download-item {
      margin-right: 20px; }
      .ps-downloads .download-item:nth-child(2n) {
        margin-right: 0; }
      .ps-downloads .download-item {
        margin-top: 20px; }
        .ps-downloads .download-item:nth-child(1) {
          margin-top: 0; }
        .ps-downloads .download-item:nth-child(2) {
          margin-top: 0; } }
  @media (min-width: 480px) and (max-width: 779px) {
    .ps-downloads .download-item {
      margin-right: 20px; }
      .ps-downloads .download-item:nth-child(2n) {
        margin-right: 0; }
      .ps-downloads .download-item {
        margin-top: 20px; }
        .ps-downloads .download-item:nth-child(1) {
          margin-top: 0; }
        .ps-downloads .download-item:nth-child(2) {
          margin-top: 0; } }
  @media (max-width: 479px) {
    .ps-downloads .download-item {
      margin-right: 20px; }
      .ps-downloads .download-item:nth-child(2n) {
        margin-right: 0; }
      .ps-downloads .download-item {
        margin-top: 20px; }
        .ps-downloads .download-item:nth-child(1) {
          margin-top: 0; }
        .ps-downloads .download-item:nth-child(2) {
          margin-top: 0; } }
  @media (hover: hover) {
    .ps-downloads .download-item {
      animation-name: shadowDown, scaleDown;
      animation-duration: .3s;
      animation-fill-mode: forwards; }
      .ps-downloads .download-item:hover {
        animation-name: shadowUp, scaleUp;
        animation-duration: .3s;
        animation-fill-mode: forwards; } }

.ps-downloads .platform-logotype {
  margin-top: 70px;
  margin-bottom: 25px;
  max-width: 80px;
  max-height: 90px; }
  @media (min-width: 480px) and (max-width: 779px) {
    .ps-downloads .platform-logotype {
      margin-top: 40px;
      margin-bottom: 10px; } }
  @media (max-width: 479px) {
    .ps-downloads .platform-logotype {
      margin-top: 40px;
      margin-bottom: 10px; } }
  @media (min-width: 480px) and (max-width: 779px) {
    .ps-downloads .platform-logotype {
      max-width: 50px;
      max-height: 60px; } }
  @media (max-width: 479px) {
    .ps-downloads .platform-logotype {
      max-width: 50px;
      max-height: 60px; } }

.ps-downloads .platform-name {
  margin-bottom: 85px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.22222;
  letter-spacing: 3.6px; }
  @media (min-width: 480px) and (max-width: 779px) {
    .ps-downloads .platform-name {
      margin-bottom: 65px; } }
  @media (max-width: 479px) {
    .ps-downloads .platform-name {
      margin-bottom: 65px; } }
  @media (min-width: 480px) and (max-width: 779px) {
    .ps-downloads .platform-name {
      font-size: 12px;
      line-height: 1.33333;
      letter-spacing: 2.4px; } }
  @media (max-width: 479px) {
    .ps-downloads .platform-name {
      font-size: 12px;
      line-height: 1.33333;
      letter-spacing: 2.4px; } }

.ps-downloads .download-block {
  padding: 20px 10px 20px 10px;
  background-image: linear-gradient(to right, #11b5bf, #0075b2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-grow: 1; }
  @media (min-width: 480px) and (max-width: 779px) {
    .ps-downloads .download-block {
      padding: 10px 5px 10px 5px; } }
  @media (max-width: 479px) {
    .ps-downloads .download-block {
      padding: 10px 5px 10px 5px; } }

.ps-downloads .button {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: bold;
  color: #000;
  font-size: 20px;
  line-height: 1; }
  @media (min-width: 480px) and (max-width: 779px) {
    .ps-downloads .button {
      font-size: 12px;
      line-height: 1.5; } }
  @media (max-width: 479px) {
    .ps-downloads .button {
      font-size: 12px;
      line-height: 1.5; } }

.ps-downloads .dl-additional-links {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px; }

.ps-downloads .dl-additional-link-item:not(:last-child):after {
  padding-left: 0.3em;
  padding-right: 0.3em;
  content: '|';
  display: inline-block;
  color: #fff; }

.ps-downloads .dl-additional-link {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: normal;
  color: #fff;
  text-transform: capitalize;
  white-space: nowrap;
  font-size: 16px;
  line-height: 1;
  text-decoration: none; }
  @media (min-width: 480px) and (max-width: 779px) {
    .ps-downloads .dl-additional-link {
      font-size: 12px; } }
  @media (max-width: 479px) {
    .ps-downloads .dl-additional-link {
      font-size: 12px; } }
  .ps-downloads .dl-additional-link:hover {
    text-decoration: underline; }

@media (max-width: 479px) {
  .ps-downloads .dl-additional-links {
    flex-direction: column; }
  .ps-downloads .dl-additional-link-item {
    text-align: center; }
    .ps-downloads .dl-additional-link-item:not(:last-child):after {
      display: none; } }

.ps-page-content > .ps-content {
  margin-top: 100px;
  margin-bottom: 110px; }

@media (min-width: 780px) and (max-width: 959px) {
  .ps-page-content > .ps-content {
    margin-top: 40px;
    margin-bottom: 110px; } }

@media (min-width: 480px) and (max-width: 779px) {
  .ps-page-content > .ps-content {
    margin-top: 30px;
    margin-bottom: 60px; } }

@media (max-width: 479px) {
  .ps-page-content > .ps-content {
    margin-top: 30px;
    margin-bottom: 60px; } }

.ps-page-content > .ps-content > :first-child {
  margin-top: 0; }

.ps-page-content > .ps-content > :last-child {
  margin-bottom: 0; }

.ps-page-content h2 {
  position: relative; }
  .ps-page-content h2:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #f1f1f1; }

.ps-page-content a {
  color: #0075b2; }

.ps-page-content p {
  margin: .6em 0; }

.ps-page-content dl {
  column-gap: 30px; }
  .ps-page-content dl > :first-child {
    margin-top: 0; }
  .ps-page-content dl > :last-child {
    margin-bottom: 0; }

.ps-page-content dt {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: bold;
  line-height: 1.46;
  color: #000;
  font-size: 26px;
  margin-top: 0;
  margin-bottom: 10px;
  break-after: avoid-column;
  break-inside: avoid;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid; }
  @media (min-width: 780px) and (max-width: 959px) {
    .ps-page-content dt {
      font-size: 24px; } }
  @media (min-width: 480px) and (max-width: 779px) {
    .ps-page-content dt {
      font-size: 20px; } }
  @media (max-width: 479px) {
    .ps-page-content dt {
      font-size: 16px; } }

.ps-page-content dd {
  font-family: "IBM Plex Sans", sans-serif;
  line-height: 1.33;
  color: #000;
  font-size: 18px;
  margin: 0 0 0 0;
  margin-bottom: 30px;
  break-before: avoid-column;
  break-inside: avoid;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid; }
  @media (min-width: 780px) and (max-width: 959px) {
    .ps-page-content dd {
      font-size: 16px; } }
  @media (min-width: 480px) and (max-width: 779px) {
    .ps-page-content dd {
      font-size: 14px; } }
  @media (max-width: 479px) {
    .ps-page-content dd {
      font-size: 12px; } }
  @media (min-width: 780px) and (max-width: 959px) {
    .ps-page-content dd {
      margin-bottom: 25px; } }
  @media (min-width: 480px) and (max-width: 779px) {
    .ps-page-content dd {
      margin-bottom: 20px; } }
  @media (max-width: 479px) {
    .ps-page-content dd {
      margin-bottom: 20px; } }

.ps-page-content .video-container:after {
  padding-top: 56.2069%; }

.page-home .ps-header-menu {
  position: relative;
  z-index: 10;
  background-color: transparent; }
  @media (min-width: 1240px) {
    .page-home .ps-header-menu {
      margin-bottom: -160px; }
      .page-home .ps-header-menu + .ps-section {
        padding-top: 160px; } }
  @media (min-width: 960px) and (max-width: 1239px) {
    .page-home .ps-header-menu {
      margin-bottom: -160px; }
      .page-home .ps-header-menu + .ps-section {
        padding-top: 160px; } }
  @media (min-width: 780px) and (max-width: 959px) {
    .page-home .ps-header-menu {
      margin-bottom: -130px; }
      .page-home .ps-header-menu + .ps-section {
        padding-top: 130px; } }
  @media (min-width: 480px) and (max-width: 779px) {
    .page-home .ps-header-menu {
      margin-bottom: -95px; }
      .page-home .ps-header-menu + .ps-section {
        padding-top: 95px; } }
  @media (max-width: 479px) {
    .page-home .ps-header-menu {
      margin-bottom: -95px; }
      .page-home .ps-header-menu + .ps-section {
        padding-top: 95px; } }
  .page-home .ps-header-menu .menu-item-link {
    color: #fff; }
  .page-home .ps-header-menu .icon-mobile-menu {
    color: #dbff00; }

.page-home .ps-slogan > .ps-content {
  margin-top: 80px;
  margin-bottom: 80px; }

@media (min-width: 780px) and (max-width: 959px) {
  .page-home .ps-slogan > .ps-content {
    margin-top: 70px;
    margin-bottom: 70px; } }

@media (min-width: 480px) and (max-width: 779px) {
  .page-home .ps-slogan > .ps-content {
    margin-top: 60px;
    margin-bottom: 60px; } }

@media (max-width: 479px) {
  .page-home .ps-slogan > .ps-content {
    margin-top: 50px;
    margin-bottom: 50px; } }

.page-register .tutorial-image {
  margin-top: 50px;
  max-width: 940px; }
  @media (min-width: 780px) and (max-width: 959px) {
    .page-register .tutorial-image {
      margin-top: 40px; } }
  @media (min-width: 480px) and (max-width: 779px) {
    .page-register .tutorial-image {
      margin-top: 20px; } }
  @media (max-width: 479px) {
    .page-register .tutorial-image {
      margin-top: 20px; } }
  @media (min-width: 480px) and (max-width: 779px) {
    .page-register .tutorial-image {
      width: auto;
      max-width: 100%; } }
  @media (max-width: 479px) {
    .page-register .tutorial-image {
      width: auto;
      max-width: 100%; } }

.page-support dl {
  column-count: 2; }
  @media (min-width: 780px) and (max-width: 959px) {
    .page-support dl {
      column-count: 2; } }
  @media (min-width: 480px) and (max-width: 779px) {
    .page-support dl {
      column-count: 1; } }
  @media (max-width: 479px) {
    .page-support dl {
      column-count: 1; } }

.page-normative .ps-page-content h3, .page-normative .ps-page-content h4, .page-normative .ps-page-content h5 {
  text-transform: uppercase; }

.page-normative .ps-page-content p {
  max-width: none; }

.page-normative .ps-page-content ol {
  counter-reset: section;
  list-style-type: none;
  padding-left: 0;
  margin-top: 1em; }
  .page-normative .ps-page-content ol > li {
    position: relative; }
    .page-normative .ps-page-content ol > li::marker {
      display: none; }
    .page-normative .ps-page-content ol > li:before {
      counter-increment: section;
      content: counters(section, ".") ". ";
      display: inline-block;
      text-align: right;
      position: absolute; }

.page-normative .ps-page-content li {
  margin-bottom: 1em; }
  .page-normative .ps-page-content li > p:first-child {
    display: inline-block;
    margin: 0; }

.page-normative .ps-page-content .ps-content > ol > li {
  margin-left: 1.5em; }
  .page-normative .ps-page-content .ps-content > ol > li:before {
    margin-left: -2em;
    width: 2em;
    padding-right: 0.5em; }

.page-normative .ps-page-content .ps-content > ol > li:before {
  font-weight: bold; }

.page-normative .ps-page-content .ps-content > ol > li > p:first-child {
  font-weight: bold;
  text-transform: uppercase; }

.page-normative .ps-page-content .ps-content > ol > li > ol > li {
  margin-left: 2.5em; }
  .page-normative .ps-page-content .ps-content > ol > li > ol > li:before {
    margin-left: -3em;
    width: 3em;
    padding-right: 0.5em; }

.page-normative .ps-page-content .ps-content > ol > li > ol > li > ol > li {
  margin-left: 3em; }
  .page-normative .ps-page-content .ps-content > ol > li > ol > li > ol > li:before {
    margin-left: -3.5em;
    width: 3.5em;
    padding-right: 0.5em; }

.page-normative .ps-page-content .ps-content > ol > li > ol > li > ol > li > ol > li {
  margin-left: 4em; }
  .page-normative .ps-page-content .ps-content > ol > li > ol > li > ol > li > ol > li:before {
    margin-left: -4.5em;
    width: 4.5em;
    padding-right: 0.5em; }

.page-404 .ps-page-content {
  text-align: center; }
  .page-404 .ps-page-content > .ps-content {
    margin-top: 260px;
    margin-bottom: 290px; }
  @media (min-width: 780px) and (max-width: 959px) {
    .page-404 .ps-page-content > .ps-content {
      margin-top: 240px;
      margin-bottom: 260px; } }
  @media (min-width: 480px) and (max-width: 779px) {
    .page-404 .ps-page-content > .ps-content {
      margin-top: 115px;
      margin-bottom: 130px; } }
  @media (max-width: 479px) {
    .page-404 .ps-page-content > .ps-content {
      margin-top: 115px;
      margin-bottom: 130px; } }
  .page-404 .ps-page-content h1 {
    margin-top: 0;
    margin-bottom: 45px; }
    @media (min-width: 780px) and (max-width: 959px) {
      .page-404 .ps-page-content h1 {
        margin-top: 0;
        margin-bottom: 30px; } }
    @media (min-width: 480px) and (max-width: 779px) {
      .page-404 .ps-page-content h1 {
        margin-top: 0;
        margin-bottom: 20px; } }
    @media (max-width: 479px) {
      .page-404 .ps-page-content h1 {
        margin-top: 0;
        margin-bottom: 20px; } }
    .page-404 .ps-page-content h1:first-child {
      margin-bottom: 0; }
  .page-404 .ps-page-content em {
    color: #11b5bf;
    font-style: normal; }
