@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 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.
 */
/* Document
   ========================================================================== */
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-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  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 */ }

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

/* Text-level semantics
   ========================================================================== */
/**
 * 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; }

/**
 * 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.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Avenir/Avenir-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Avenir/Avenir-Book.woff2") format("woff2"), url("../fonts/Avenir/Avenir-Book.woff") format("woff"), url("../fonts/Avenir/Avenir-Book.ttf") format("truetype"), url("../fonts/Avenir/Avenir-Book.svg#Avenir") format("svg"); }

@font-face {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Avenir/Avenir-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Avenir/Avenir-Medium.woff2") format("woff2"), url("../fonts/Avenir/Avenir-Medium.woff") format("woff"), url("../fonts/Avenir/Avenir-Medium.ttf") format("truetype"), url("../fonts/Avenir/Avenir-Medium.svg#Avenir") format("svg"); }

@font-face {
  font-family: "Avenir";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Avenir/Avenir-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/Avenir/Avenir-Heavy.woff2") format("woff2"), url("../fonts/Avenir/Avenir-Heavy.woff") format("woff"), url("../fonts/Avenir/Avenir-Heavy.ttf") format("truetype"), url("../fonts/Avenir/Avenir-Heavy.svg#Avenir") format("svg"); }

html, body {
  font-size: 16px;
  font-family: "Avenir", sans-serif;
  font-weight: 400;
  color: #3C5480;
  background: #fff;
  line-height: normal;
  height: 100%; }

*, *:before, *:after {
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

a, button, input, select, textarea, [contenteditable="true"], [tabindex] {
  outline: none; }

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

ul, li {
  margin: 0;
  padding: 0; }

a {
  text-decoration: none;
  line-height: normal; }

input, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  border-radius: 0; }
  input::-ms-expand, select::-ms-expand, textarea::-ms-expand {
    display: none; }

.no-scroll {
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%; }

.no-events {
  pointer-events: none; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }
  @media (min-width: 1800px) {
    .container {
      width: 1470px; } }

.wrapper {
  overflow: hidden; }

.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 5.5rem;
  background: #2b3655;
  z-index: 3; }

.header__wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  height: 100%; }

.footer {
  background: #F8F9FA;
  margin-top: 2.5rem; }

.footer--transparent {
  background: transparent;
  margin-top: 0; }

.footer--white {
  margin-top: -75px; }
  .footer--white .footer__note {
    color: #fff; }
    .footer--white .footer__note a {
      color: #fff; }

.footer__top {
  padding: 2.75rem 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify; }

.footer__bottom {
  padding: 2rem 0;
  height: 75px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }

.footer__note {
  color: #111520;
  font-size: 1rem;
  font-weight: 500; }
  .footer__note a {
    text-decoration: underline;
    color: #111520; }

.logo {
  display: block; }

.logo__img {
  max-width: 9.6875rem;
  display: block; }

.menu {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

.menu__item {
  display: block;
  padding: 0 12px; }

.menu__item-link {
  display: block;
  line-height: 1.125rem;
  color: #fff;
  font-size: 1.2125rem;
  text-transform: uppercase;
  letter-spacing: 0.01875rem;
  font-weight: 500;
  position: relative;
  padding-bottom: 5px; }
  .menu__item-link:before {
    content: "";
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.4);
    opacity: 0;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s; }
  .menu__item-link:hover:before {
    opacity: 1;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px); }

.menu--footer .menu__item-link {
  color: #111520;
  font-size: 0.875rem; }
  .menu--footer .menu__item-link:before {
    background: rgba(64, 64, 64, 0.4); }

.action {
  background-image: url(/images/canvas-1.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0%;
  width: 100%;
  min-height: 100vh;
  padding: 6.25rem 0 2.5rem;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden; }

.action--viewport {
  padding: 6.25rem 0; }

.action__wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto; }

.action__caption {
  font-size: 4.0rem;
  line-height: 5.4375rem;
  font-weight: 600;
  color: #fff;
  max-width: 46.875rem;
  opacity: 0; }

.action__sub-caption {
  font-size: 1.475rem;
  line-height: 1.875rem;
  font-weight: 600;
  color: #fff;
  max-width: 44.625rem;
  padding-top: 1.0625rem;
  opacity: 0; }

.action__form {
  margin-top: 6.25rem;
  opacity: 0; }

.action__scroll-down {
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer; }

.action__img {
  position: relative;
  right: -12.5rem; }

.action__img-layer {
  position: absolute;
  opacity: 0;
  max-width: 56.25rem; }

.action--active .action__caption,
.action--active .action__sub-caption,
.action--active .action__form {
  opacity: 1;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s; }

.action--active .action__img .action__img-layer {
  opacity: 1;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transition-duration: 0.6s, 0.8s;
  -moz-transition-duration: 0.6s, 0.8s;
  transition-duration: 0.6s, 0.8s;
  -webkit-transition-delay: 1s, 0.6s;
  -moz-transition-delay: 1s, 0.6s;
  transition-delay: 1s, 0.6s; }

.action--active .action__img .action__img-layer--3 {
  -webkit-transform: translateY(-150px);
  -moz-transform: translateY(-150px);
  -ms-transform: translateY(-150px);
  -o-transform: translateY(-150px);
  transform: translateY(-150px); }

.action--active .action__img .action__img-layer--1 {
  -webkit-transform: translateY(150px);
  -moz-transform: translateY(150px);
  -ms-transform: translateY(150px);
  -o-transform: translateY(150px);
  transform: translateY(150px); }

.services {
  padding: 5rem 0; }
  @media screen and (max-width: 992px) {
    .services {
      padding: 3.75rem 0; } }
  @media screen and (max-width: 400px) {
    .services {
      padding: 2.5rem 0; } }

.services__caption {
  font-weight: 500;
  font-size: 2.5rem;
  color: #274172;
  text-align: center;
  padding-top: 1rem; }

.services__content {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  margin: 0 -2.5rem;
  padding-top: 2.5rem; }

.services__item {
  max-width: 33%;
  width: 33%;
  display: block;
  padding: 1rem 2.5rem; }

.services__item-icon {
  width: 3.125rem;
  height: 3.125rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%; }

.services__item-icon--1 {
  background-image: url(/images/icon-1.svg); }

.services__item-icon--2 {
  background-image: url(/images/icon-2.svg); }

.services__item-icon--3 {
  background-image: url(/images/icon-3.svg); }

.services__item-icon--4 {
  background-image: url(/images/icon-4.svg); }

.services__item-icon--5 {
  background-image: url(/images/icon-5.svg); }

.services__item-icon--6 {
  background-image: url(/images/icon-6.svg); }

.services__item-caption {
  font-weight: 500;
  font-size: 1.5rem;
  color: #274172;
  padding-top: 0.75rem; }

.services__item-description {
  font-weight: 500;
  font-size: 1.25rem;
  color: rgba(60, 84, 128, 0.9);
  line-height: 1.5rem;
  padding-top: 0.125rem; }

.plus {
  background: #F5F9FC;
  position: relative;
  padding: 5rem 0; }
  @media screen and (max-width: 992px) {
    .plus {
      padding: 3.75rem 0; } }
  @media screen and (max-width: 400px) {
    .plus {
      padding: 2.5rem 0; } }
  .plus:before {
    content: "";
    display: block;
    left: 0;
    right: 0;
    bottom: -5.125rem;
    position: absolute;
    height: 8.25rem;
    background-image: url(/images/canvas-2.svg);
    background-position: 0 0;
    background-size: cover; }

.plus__wrapper {
  text-align: center; }

.plus__caption {
  font-size: 2.5rem;
  font-weight: 500;
  color: #274172; }

.plus__sub-caption {
  font-size: 1.5rem;
  font-weight: 500;
  color: #274172;
  line-height: 1.875rem;
  max-width: 50.625rem;
  margin: 0 auto;
  padding-top: 0.875rem; }

.plus__img-holder {
  padding-top: 4.375rem;
  position: relative;
  z-index: 2; }

.plus__img {
  max-width: 54.1875rem; }

.plus__description {
  font-size: 1.5rem;
  font-weight: 500;
  color: #3C5480;
  line-height: 2rem;
  max-width: 50.625rem;
  margin: 0 auto;
  padding-top: 3.125rem;
  text-align: left; }

.plus__figure {
  position: absolute;
  z-index: 1;
  display: block;
  opacity: .5; }

.plus__figure--1 {
  left: 94px;
  top: 171px; }

.plus__figure--2 {
  right: 48px;
  top: 135px; }

.plus__figure--3 {
  right: 14%;
  top: 270px; }

.plus__figure--4 {
  top: 460px;
  left: 4%; }

.plus__figure--5 {
  top: 660px;
  right: 140px; }

.result {
  padding: 5rem 0;
  overflow: hidden; }
  @media screen and (max-width: 992px) {
    .result {
      padding: 3.75rem 0; } }
  @media screen and (max-width: 400px) {
    .result {
      padding: 2.5rem 0; } }

.result__wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  padding-top: 5.625rem; }

.result__item-sub-caption {
  font-size: 1.25rem;
  font-weight: 500;
  color: #274172; }

.result__item-caption {
  font-size: 2.5rem;
  font-weight: 500;
  color: #274172; }

.result__col {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-negative: 0; }

.result__caption {
  font-weight: 500;
  font-size: 2.5rem;
  color: #274172; }

.result__description {
  max-width: 30.875rem; }
  .result__description p {
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2.0625rem;
    color: #3C5480;
    margin: 0.875rem 0 0.5rem; }

.result__list {
  max-width: 26.375rem;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-negative: 0;
  margin: 0;
  padding: 0;
  list-style-type: none; }

.result__list-item {
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.75rem;
  color: #3C5480;
  padding: 2.125rem 0 0 3.875rem;
  position: relative; }
  .result__list-item:before {
    content: "";
    display: block;
    width: 2.25rem;
    height: 2.25rem;
    position: absolute;
    left: 0;
    margin-top: 0.25rem;
    background-image: url(/images/check.svg);
    background-size: contain; }

.result__img-holder {
  padding-left: 4.75rem;
  padding-top: 1.25rem; }

.result__img {
  max-width: 77.25rem; }

.optmization {
  background: #F5F9FC;
  position: relative;
  padding: 5rem 0; }
  @media screen and (max-width: 992px) {
    .optmization {
      padding: 3.75rem 0; } }
  @media screen and (max-width: 400px) {
    .optmization {
      padding: 2.5rem 0; } }
  .optmization:before {
    content: "";
    display: block;
    left: 0;
    right: 0;
    bottom: -82px;
    position: absolute;
    height: 132px;
    background-image: url(/images/canvas-2.svg);
    background-position: 0 0;
    background-size: cover; }
  .optmization:after {
    content: "";
    position: absolute;
    background-image: url(/images/figure-3-2.svg);
    background-position: 0 0;
    background-size: contain;
    width: 8.6875rem;
    height: 10.3125rem;
    right: -3.75rem;
    bottom: 37.5rem; }

.optmization__caption {
  font-size: 3.75rem;
  color: #274172;
  font-weight: 500;
  text-align: center; }

.optmization__content {
  padding-top: 2.125rem; }

.optmization__item {
  padding-top: 3.125rem;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  position: relative; }

.optmization__info {
  padding: 0 1.875rem;
  max-width: 37.5rem; }

.optmization__item-caption {
  font-size: 2.5rem;
  color: #274172;
  font-weight: 500; }

.optmization__item-description p {
  font-size: 1.5rem;
  color: #3C5480;
  font-weight: 300;
  line-height: 2.0625rem;
  letter-spacing: -0.00937rem;
  margin: 0.625rem 0 1rem; }

.optmization__img-holder {
  padding: 0 1.875rem;
  margin-top: -1.25rem;
  position: relative;
  z-index: 2; }

.optmization__img {
  max-width: 35rem; }

.optmization__item--learning .optmization__img-holder:before {
  content: "";
  position: absolute;
  background-image: url(/images/figure-2-1.svg);
  background-position: 0 0;
  background-size: cover;
  width: 8.6875rem;
  height: 7.875rem;
  bottom: -3.75rem;
  left: -11.25rem; }

.optmization__item--automation .optmization__img-holder:before {
  content: "";
  position: absolute;
  background-image: url(/images/figure-3-1.svg);
  background-position: 0 0;
  background-size: contain;
  width: 4.625rem;
  height: 4.6875rem;
  left: -5rem;
  bottom: -5rem; }

.optmization__figure {
  position: absolute;
  z-index: 1;
  display: block;
  opacity: .5; }

.optmization__figure--1 {
  left: 94px;
  top: 171px; }

.optmization__figure--2 {
  right: 48px;
  top: 135px; }

.optmization__figure--3 {
  top: 460px;
  left: 1%; }

.optmization__figure--4 {
  right: 50%;
  top: 470px;
  width: 2.9375rem; }
  .optmization__figure--4 img {
    width: 100%; }

.optmization__figure--5 {
  top: 660px;
  right: 140px; }

.optmization__figure--6 {
  top: 960px;
  left: 140px; }

.optmization__figure--7 {
  top: 1270px;
  left: 60px; }

.optmization__figure--8 {
  bottom: 140px;
  right: 140px; }

.note {
  padding: 5rem 0; }
  @media screen and (max-width: 992px) {
    .note {
      padding: 3.75rem 0; } }
  @media screen and (max-width: 400px) {
    .note {
      padding: 2.5rem 0; } }

.note__wrapper {
  text-align: center;
  padding-top: 5.625rem; }

.note__caption {
  font-weight: 500;
  font-size: 3.75rem;
  color: #274172; }

.note__sub-caption {
  font-weight: 500;
  font-size: 1.5rem;
  color: #274172;
  padding-top: 0.375rem; }

.note__form {
  padding-top: 3.375rem;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  box-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute; }

.feedback {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

.feedback__field {
  background: transparent;
  border: 2px solid #288BFA;
  border-radius: 0.25rem 0 0 0.25rem;
  border-right: 0;
  display: block;
  width: 22.5rem;
  padding: 1rem 1.375rem;
  color: #fff;
  background: rgba(40, 139, 250, 0.1); }

.feedback__btn {
  font-size: 1.9375rem;
  letter-spacing: 0.0625rem;
  color: #fff;
  font-weight: 600;
  border-radius: 0 0.25rem 0.25rem 0;
  background: #288BFA;
  display: inline-block;
  padding: 1.25rem 4.0625rem;
  white-space: nowrap;
  outline: none;
  border: 0;
  display: block;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s; }
  .feedback__btn:hover {
    background: #0D75EA; }

.feedback--placeholder .feedback__field {
  color: #111520;
  background: transparent; }

.authentication {
  margin: auto;
  background: #fff;
  padding: 2.5rem 1.875rem 4rem;
  border-radius: 0.125rem;
  width: 100%;
  max-width: 52.5rem;
  text-align: center;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-negative: 0; }

.authentication__wrapper {
  max-width: 23.75rem;
  width: 100%;
  margin: 0 auto; }

.authentication__caption {
  font-weight: 500;
  font-size: 2.5rem;
  color: #274172; }

.authentication__form {
  display: block;
  text-align: left;
  padding-top: 3.125rem; }

.authentication__group {
  position: relative; }
  .authentication__group:before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    background: rgba(39, 65, 114, 0.3);
    height: 1px;
    bottom: 0; }
  .authentication__group:after {
    content: "";
    display: block;
    width: 0;
    position: absolute;
    left: 0;
    background: #274172;
    height: 1px;
    bottom: 0;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s; }

.authentication__form--steps {
  display: none; }

.authentication__form--active {
  display: block; }

.authentication__field {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  color: #274172;
  border: none;
  width: 100%;
  resize: none;
  margin-bottom: 3rem; }

input.authentication__field {
  height: 1.75rem; }

.authentication__label {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  color: #274172;
  position: absolute;
  left: 0;
  bottom: 0.125rem;
  cursor: text;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s; }

.authentication__btn-holder {
  padding-top: 0.5rem; }

.authentication__btn {
  font-size: 0.9375rem;
  letter-spacing: 0.0625rem;
  color: #fff;
  font-weight: 600;
  border-radius: 0.25rem;
  background: #288BFA;
  display: inline-block;
  padding: 0.875rem 4.375rem;
  white-space: nowrap;
  text-transform: uppercase;
  outline: none;
  border: 0;
  display: block;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s; }
  .authentication__btn:hover {
    background: #0D75EA; }

.authentication__btn--slim {
  padding: 0.3125rem 0;
  margin-left: 0.625rem;
  color: #288BFA;
  background: transparent;
  text-transform: capitalize; }
  .authentication__btn--slim:hover {
    color: #0D75EA;
    background: transparent; }

.authentication__group--active:after {
  width: 100%; }

.authentication__group--active .authentication__label {
  bottom: 100%;
  font-size: 0.8125rem;
  color: #288BFA; }

.authentication__btn-group {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }

.authentication__footer {
  padding-top: 3.75rem; }

.authentication__note {
  font-size: 1rem;
  font-weight: 500;
  color: #274172; }
  .authentication__note a {
    color: #288BFA; }
    .authentication__note a:hover {
      text-decoration: underline; }

.authentication__group--error:before, .authentication__group--error:after {
  background: #FF7B86; }

.authentication__error-text {
  color: #FF7B86;
  display: block;
  position: absolute;
  bottom: -1.125rem;
  font-size: 0.75rem;
  font-weight: 500; }

.authentication__header {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  padding-top: 1.5rem; }

.authentication__step {
  font-size: 1rem;
  color: rgba(39, 65, 114, 0.5);
  letter-spacing: 0.01188rem;
  line-height: 1.375rem;
  padding: 0 0.9375rem;
  position: relative;
  white-space: nowrap; }
  .authentication__step--active {
    color: #274172; }
  .authentication__step:last-child:before {
    content: "—";
    color: rgba(39, 65, 114, 0.5);
    letter-spacing: 0.01188rem;
    line-height: 1.375rem;
    display: inline-block;
    position: absolute;
    left: -0.5rem;
    top: -0.125rem; }

.menu-btn {
  display: none;
  position: relative;
  width: 30px;
  height: 30px;
  font-size: 0;
  border: none;
  outline: none;
  background: none;
  z-index: 10; }
  .menu-btn--active .menu-btn__icon {
    background: #2B3655;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s; }
    .menu-btn--active .menu-btn__icon:before, .menu-btn--active .menu-btn__icon:after {
      top: 0;
      margin-top: 1px; }
    .menu-btn--active .menu-btn__icon:before {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .menu-btn--active .menu-btn__icon:after {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }

.menu-btn__icon {
  display: block;
  width: 100%;
  height: 3px;
  top: 50%;
  margin-top: -1px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  background: #fff;
  position: relative; }
  .menu-btn__icon:before, .menu-btn__icon:after {
    background: #fff;
    content: "";
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s; }
  .menu-btn__icon:before {
    margin-top: -8px; }
  .menu-btn__icon:after {
    margin-top: 8px; }

.scroll-down {
  width: 36px;
  height: 18px;
  display: block;
  position: relative;
  background-image: url(/images/arrow-down.svg);
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: .6;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s; }
  .scroll-down:hover {
    opacity: 1; }

.pricing {
  min-height: 100vh;
  padding: 6.25rem 0 0;
  background: rgba(107, 188, 255, 0.24);
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify; }

.pricing__title {
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center; }

.pricing__items {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }

.pricing__item {
  padding: 0 1.625rem; }

.card-plan {
  width: 100%;
  max-width: 21.875rem;
  min-width: 20rem;
  background: #fff;
  height: 36.25rem; }

.card-plan__header {
  color: #fff;
  text-align: center;
  padding: 0.9375rem 1.5625rem 2.1875rem; }

.card-plan__title {
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 1.5rem; }

.card-plan__cost {
  font-size: 3.75rem;
  line-height: 3.5625rem;
  font-weight: 500;
  position: relative; }
  .card-plan__cost sup {
    font-size: 1.625rem;
    position: absolute;
    top: 1.125rem;
    margin-left: -1.25rem; }

.card-plan__period {
  font-size: 1.125rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9); }

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

.card-plan--starter .card-plan__header {
  background: #6BBCFF; }

.card-plan--studio .card-plan__header {
  background: #52D0E3; }

.card-plan--company .card-plan__header {
  background: #A88EFF; }

.faq {
  padding: 6.25rem 0 2.5rem; }

.faq__caption {
  font-weight: 500;
  font-size: 2.5rem;
  color: #274172;
  padding-top: 3.375rem; }

.faq__content {
  padding-top: 1.875rem; }
  .faq__content::after {
    clear: both;
    content: "";
    display: table; }

.faq__items {
  width: 60%;
  float: left; }

.faq__item {
  padding: 0.25rem 0 2.25rem; }

.faq__questions {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2.0625rem;
  color: #274172; }

.faq__answer {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: rgba(60, 84, 128, 0.9); }

.faq__nav-holder {
  float: right;
  width: 100%;
  max-width: 21.375rem; }

.faq__nav {
  overflow: auto;
  position: relative;
  padding-left: 12px; }
  .faq__nav--fixed {
    position: fixed;
    top: 7.875rem;
    bottom: 6.25rem;
    width: 21.375rem; }

.faq__nav-item {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.375rem;
  color: rgba(39, 65, 114, 0.5);
  margin-bottom: 1.25rem;
  display: block;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
  position: relative; }
  .faq__nav-item:before {
    content: "";
    display: block;
    width: 0.25rem;
    border-radius: 4px;
    position: absolute;
    left: -11px;
    top: -12px;
    bottom: -11px;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    transition: 0.1s; }
  .faq__nav-item--active {
    color: #274172; }
    .faq__nav-item--active:before {
      background: #288BFA; }
  .faq__nav-item:hover {
    color: #274172; }

.authentication {
  margin: auto;
  background: #fff;
  padding: 2.5rem 1.875rem 4rem;
  border-radius: 0.125rem;
  width: 100%;
  max-width: 52.5rem;
  text-align: center;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-negative: 0; }

.authentication__wrapper {
  max-width: 23.75rem;
  width: 100%;
  margin: 0 auto; }

.authentication__caption {
  font-weight: 500;
  font-size: 2.5rem;
  color: #274172; }

.authentication__form {
  display: block;
  text-align: left;
  padding-top: 3.125rem; }

.authentication__group {
  position: relative; }
  .authentication__group:before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    background: rgba(39, 65, 114, 0.3);
    height: 1px;
    bottom: 0; }
  .authentication__group:after {
    content: "";
    display: block;
    width: 0;
    position: absolute;
    left: 0;
    background: #274172;
    height: 1px;
    bottom: 0;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s; }

.authentication__form--steps {
  display: none; }

.authentication__form--active {
  display: block; }

.authentication__field {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  color: #274172;
  border: none;
  width: 100%;
  resize: none;
  margin-bottom: 3rem; }

input.authentication__field {
  height: 1.75rem; }

.authentication__label {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  color: #274172;
  position: absolute;
  left: 0;
  bottom: 0.125rem;
  cursor: text;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s; }

.authentication__btn-holder {
  padding-top: 0.5rem; }

.authentication__btn {
  font-size: 0.9375rem;
  letter-spacing: 0.0625rem;
  color: #fff;
  font-weight: 600;
  border-radius: 0.25rem;
  background: #288BFA;
  display: inline-block;
  padding: 0.875rem 4.375rem;
  white-space: nowrap;
  text-transform: uppercase;
  outline: none;
  border: 0;
  display: block;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s; }
  .authentication__btn:hover {
    background: #0D75EA; }

.authentication__btn--slim {
  padding: 0.3125rem 0;
  margin-left: 0.625rem;
  color: #288BFA;
  background: transparent;
  text-transform: capitalize; }
  .authentication__btn--slim:hover {
    color: #0D75EA;
    background: transparent; }

.authentication__group--active:after {
  width: 100%; }

.authentication__group--active .authentication__label {
  bottom: 100%;
  font-size: 0.8125rem;
  color: #288BFA; }

.authentication__btn-group {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }

.authentication__footer {
  padding-top: 3.75rem; }

.authentication__note {
  font-size: 1rem;
  font-weight: 500;
  color: #274172; }
  .authentication__note a {
    color: #288BFA; }
    .authentication__note a:hover {
      text-decoration: underline; }

.authentication__group--error:before, .authentication__group--error:after {
  background: #FF7B86; }

.authentication__error-text {
  color: #FF7B86;
  display: block;
  position: absolute;
  bottom: -1.125rem;
  font-size: 0.75rem;
  font-weight: 500; }

.authentication__header {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  padding-top: 1.5rem; }

.authentication__step {
  font-size: 1rem;
  color: rgba(39, 65, 114, 0.5);
  letter-spacing: 0.01188rem;
  line-height: 1.375rem;
  padding: 0 0.9375rem;
  position: relative;
  white-space: nowrap; }
  .authentication__step--active {
    color: #274172; }
  .authentication__step:last-child:before {
    content: "—";
    color: rgba(39, 65, 114, 0.5);
    letter-spacing: 0.01188rem;
    line-height: 1.375rem;
    display: inline-block;
    position: absolute;
    left: -0.5rem;
    top: -0.125rem; }

@media screen and (max-width: 1800px) {
  .action__img {
    right: 0; }
  .action__img-layer {
    max-width: 43.75rem; }
  .action--active .action__img .action__img-layer--3 {
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px); }
  .action--active .action__img .action__img-layer--1 {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px); } }

@media screen and (max-width: 1200px) {
  html, body {
    font-size: 14px; }
  .optmization__item {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column; }
  .optmization__info {
    min-width: 100%; }
  .optmization__img-holder {
    margin: 0.625rem auto; }
  .result__wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse; }
  .result__img-holder {
    padding-left: 0; }
  .result__item {
    padding: 1.25rem 0; }
  .result__description {
    max-width: 47.75rem; }
  .result__caption {
    padding-top: 1.25rem; }
  .action__img {
    display: none; }
  .faq__nav-holder {
    display: none; }
  .faq__items {
    width: 100%; } }

@media screen and (max-width: 991px) {
  .services__item {
    max-width: 50%;
    width: 50%; }
  .services__item {
    padding: 1rem; }
  .services__content {
    margin: 0 -1rem; }
  .plus__img-holder {
    margin: 0 -1.875rem; }
    .plus__img-holder img {
      max-width: 100%; }
  .action__caption {
    max-width: 31.25rem; }
  .plus__caption,
  .plus__sub-caption {
    text-align: left; }
  .optmization__info,
  .optmization__img-holder {
    padding: 0; }
  .result__wrapper:last-child {
    padding-top: 1.875rem; }
  .header {
    position: absolute; }
  .action__scroll-down {
    display: none; }
  .menu__item-link:before {
    display: none; }
  .optmization__figure,
  .plus__figure {
    display: none; }
  .optmization__img-holder:before,
  .optmization:after {
    display: none; } }

@media screen and (max-width: 767px) {
  html, body {
    font-size: 12px; }
  .feedback__field {
    display: none; }
  .feedback__btn {
    border-radius: 4px; }
  .action__form {
    margin-top: 5rem; }
  .services__item {
    max-width: 100%;
    width: 100%; }
  .menu-btn {
    display: block; }
  .menu--header {
    display: block;
    position: fixed;
    background: #2B3655;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    overflow: auto;
    padding-top: 5rem;
    padding-left: 30px;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform; }
    .menu--header .menu__item {
      padding: 0; }
      .menu--header .menu__item:first-child {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        margin-top: 20px; }
    .menu--header .menu__item-link {
      font-size: 17px;
      letter-spacing: .3px;
      padding: 25px 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .menu--mobile {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  .action__wrapper {
    width: 100%; }
  .authentication__wrapper {
    max-width: 100%; } }

@media screen and (max-width: 400px) {
  .menu--footer {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column; }
    .menu--footer .menu__item {
      margin: 1.25rem 0;
      padding: 0; }
  .footer__bottom {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    background: #E1E1E1;
    margin: 0 -15px;
    padding: 0.9375rem 15px; }
  .footer__top {
    padding: 0.625rem 0; }
  .footer__col {
    padding: 0.25rem 0; }
  .footer {
    background: #F1F2F2; }
  .footer--transparent {
    background: transparent; }
    .footer--transparent .footer__bottom {
      background: transparent; }
  .action__caption {
    font-size: 28px;
    line-height: 42px;
    max-width: 20rem; }
  .action__sub-caption {
    font-size: 18px;
    line-height: 27px; }
  .services__caption {
    font-size: 28px;
    line-height: 30px;
    text-align: left; }
  .plus__caption {
    font-size: 28px;
    line-height: 35px; }
  .plus__sub-caption,
  .plus__description {
    font-size: 16px;
    line-height: 24px; }
  .result__item-sub-caption {
    font-size: 14px;
    line-height: 17px; }
  .result__item-caption {
    font-size: 24px;
    line-height: 33px; }
  .result__img {
    width: 120%; }
  .optmization__caption {
    font-size: 28px;
    line-height: 38px;
    text-align: left; }
  .optmization__img {
    width: 100%; }
  .note__caption {
    font-size: 28px;
    line-height: 38px; }
  .note__sub-caption {
    font-size: 16px;
    line-height: 24px; }
  .note__form {
    padding-top: 30px; }
  .plus:before,
  .optmization:before {
    height: 38px;
    bottom: -38px; }
  .result__wrapper {
    padding-top: 2.5rem; }
  .optmization__item {
    padding-top: 1.875rem; }
  .optmization__content {
    padding-top: 0; }
  .authentication {
    padding: 1.875rem 1.25rem 2.75rem; }
  .authentication__field,
  .authentication__label,
  .authentication__btn {
    font-size: 1.25rem; }
  .authentication__error-text {
    font-size: 0.875rem;
    bottom: -1.375rem; } }

@media screen and (max-height: 550px) {
  .action__scroll-down {
    display: none; } }
