@charset "UTF-8";
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}
/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * 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;
}
/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button,
input,
select {
  /* 2 */
  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;
}
/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}
/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default;
}
/**
 * 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.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 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"] {
  -webkit-box-sizing: border-box;
          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;
}
/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
}
/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
@font-face {
  font-family: 'proximanova';
  src: url('../fonts/proximanova-regular.woff2') format('woff2'), url('../fonts/proximanova-regular.woff') format('woff'), url('../fonts/proximanova-regular.svg#proximanova') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proximanova';
  src: url('../fonts/proximanova-light.woff2') format('woff2'), url('../fonts/proximanova-light.woff') format('woff'), url('../fonts/proximanova-light.svg#proximanova') format('svg');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'proximanova';
  src: url('../fonts/proximanova-regular-italic.woff2') format('woff2'), url('../fonts/proximanova-regular-italic.woff') format('woff'), url('../fonts/proximanova-regular-italic.svg#proximanova') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'proximanova';
  src: url('../fonts/proximanova-light-italic.woff2') format('woff2'), url('../fonts/proximanova-light-italic.woff') format('woff'), url('../fonts/proximanova-light-italic.svg#proximanova') format('svg');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'proximanova';
  src: url('../fonts/proximanova-bold.woff2') format('woff2'), url('../fonts/proximanova-bold.woff') format('woff'), url('../fonts/proximanova-bold.svg#proximanova') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'proximanova-condensed';
  src: url('../fonts/proximanova-condensed-regular.woff2') format('woff2'), url('../fonts/proximanova-condensed-regular.woff') format('woff'), url('../fonts/proximanova-condensed-regular.svg#proximanova-condensed') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proximanova-condensed';
  src: url('../fonts/proximanova-condensed-bold.woff2') format('woff2'), url('../fonts/proximanova-condensed-bold.woff') format('woff'), url('../fonts/proximanova-condensed-bold.svg#proximanova_condensed') format('svg');
  font-weight: bold;
  font-style: normal;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  height: 100%;
}
body {
  color: #1b3244;
  background: #ffffff;
  font: 16px/1.375 'proximanova', sans-serif;
  letter-spacing: .6px;
  -webkit-text-stroke: 1px transparent;
  -webkit-font-smoothing: antialiased;
}
td,
th {
  font: 1em/1.375 'proximanova', sans-serif;
}
input,
textarea,
option,
select,
button {
  color: #000;
  font: 1em 'proximanova', sans-serif;
}
p {
  margin: 0;
  padding: 0;
}
iframe {
  border: 0;
  vertical-align: top;
}
a {
  color: #86a2b1;
  text-decoration: none;
  -webkit-transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  -o-transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
}
a:hover {
  color: #678a9d;
}
.header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  background-color: #1b3244;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.__type-main .header {
  background-color: transparent;
}
.__type-main .header.__is-scroll {
  background-color: #1b3244;
}
.admin-bar .header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .header {
    top: 46px;
  }
}
.header__inner {
  height: 90px;
  position: relative;
  z-index: 19;
  -webkit-transition: height .3s, padding .3s;
  -o-transition: height .3s, padding .3s;
  transition: height .3s, padding .3s;
  zoom: 1;
  padding: 21px 20px;
}
.header__inner:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 1024px) {
  .header__inner {
    padding: 21px 10px 21px 38px;
  }
}
@media only screen and (min-width: 1280px) {
  .header__inner {
    max-width: 1156px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 70px;
  }
}
.header.__is-scroll .header__inner {
  height: 70px;
  padding-top: 11px;
  padding-bottom: 11px;
}
.brand {
  float: left;
  width: 143px;
  height: 48px;
  background-image: url(../img/logo-white.svg);
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: width .2s, height .2s, margin .2s;
  -o-transition: width .2s, height .2s, margin .2s;
  transition: width .2s, height .2s, margin .2s;
}
.__type-main .brand {
  width: 173px;
  height: 58px;
  margin-top: -6px;
  margin-bottom: -4px;
}
.__type-main .header.__is-scroll .brand {
  margin-top: 0;
  margin-bottom: 0;
  width: 143px;
  height: 48px;
}
.navigation {
  display: none;
  float: right;
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .navigation {
    display: block;
  }
}
.navigation-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.navigation-list__list-item {
  display: inline-block;
  padding: 20px 20px 7px;
}
.__type-main .navigation-list__list-item {
  padding-left: 14px;
  padding-right: 14px;
}
@media only screen and (min-width: 1280px) {
  .__type-main .navigation-list__list-item {
    padding: 20px 20px 7px;
  }
}
.navigation-list__list-item.menu-item-has-children {
  background-color: transparent;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
  border-radius: 6px 6px 0 0;
  position: relative;
}
.navigation-list__list-item.menu-item-has-children:hover,
.navigation-list__list-item.menu-item-has-children:focus {
  background-color: #f9f9f9;
}
.navigation-list__list-item.menu-item-has-children:hover > .navigation-list__item,
.navigation-list__list-item.menu-item-has-children:focus > .navigation-list__item {
  color: #d67a61;
}
.navigation-list__list-item.menu-item-has-children:hover .sub-menu,
.navigation-list__list-item.menu-item-has-children:focus .sub-menu {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.navigation-list__list-item.menu-item-has-children .navigation-list__item {
  border-bottom-color: transparent;
}
.navigation-list__list-item.menu-item-has-children .sub-menu {
  list-style-type: none;
  margin: 0;
  padding: 2px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transition: opacity .2s, visibility .2s;
  -o-transition: opacity .2s, visibility .2s;
  transition: opacity .2s, visibility .2s;
  border-radius: 0 6px 6px 6px;
  background-color: #f9f9f9;
}
.navigation-list__list-item.menu-item-has-children .sub-menu .navigation-list__list-item {
  padding: 0;
  display: block;
}
.navigation-list__list-item.menu-item-has-children .sub-menu .navigation-list__list-item.current-menu-item .navigation-list__item,
.navigation-list__list-item.menu-item-has-children .sub-menu .navigation-list__list-item.current-page-ancestor .navigation-list__item {
  color: #d67a61;
}
.navigation-list__list-item.menu-item-has-children .sub-menu .navigation-list__item {
  font-size: 18px;
  color: #505050;
  text-transform: inherit;
  font-weight: normal;
  border-bottom-width: 0;
  padding: 14px 16px;
  min-width: 200px;
  margin: 0;
  border-radius: 2px;
}
.navigation-list__list-item.menu-item-has-children .sub-menu .navigation-list__item:hover {
  background-color: #efefef;
}
.navigation-list__list-item.menu-item-has-children .sub-menu .navigation-list__item.__active {
  color: #d67a61;
}
.navigation-list__item {
  display: block;
  font: bold 18px/1 'proximanova-condensed', sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  padding-bottom: 1px;
}
.navigation-list__item:hover,
.navigation-list__item:focus {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
.navigation-list__item.__active,
.navigation-list__list-item.current-menu-item .navigation-list__item,
.navigation-list__list-item.current-menu-parent .navigation-list__item,
.navigation-list__list-item.current_page_parent .navigation-list__item,
.navigation-list__list-item.current-page-ancestor .navigation-list__item {
  color: #d67a61;
  border-bottom-width: 0;
  padding-bottom: 3px;
}
.mobile-menu {
  position: relative;
  float: right;
  color: #fff;
  width: 48px;
  height: 48px;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .mobile-menu {
    display: none;
  }
}
.mobile-menu i {
  top: 50%;
  margin-top: -2px;
  left: 50%;
  margin-left: -20px;
  display: inline-block;
}
.mobile-menu i,
.mobile-menu i:after,
.mobile-menu i:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #fff;
  border-radius: 1px;
}
.mobile-menu i:after {
  content: '';
  top: 13px;
}
.mobile-menu i:before {
  content: '';
  top: -13px;
}
.mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 26px;
  background-color: #1b3244;
  overflow: auto;
  display: none;
}
@media only screen and (min-width: 640px) {
  .mobile-nav {
    padding: 46px;
  }
}
@media only screen and (min-width: 1024px) {
  .mobile-nav {
    display: none;
  }
}
.mobile-nav__header {
  margin-bottom: 40px;
  position: relative;
  text-align: center;
}
.mobile-nav__brand {
  display: inline-block;
  width: 181px;
  height: 61px;
  background-image: url(../img/logo-white.svg);
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
}
.mobile-nav__close {
  cursor: pointer;
  position: absolute;
  right: 0;
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
}
.mobile-nav__close:before,
.mobile-nav__close:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #fff;
  top: 50%;
  margin-top: -2px;
  left: 50%;
  margin-left: -15px;
  border-radius: 4px;
}
.mobile-nav__close:before {
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mobile-nav__close:after {
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mobile-nav-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: auto;
}
.mobile-nav-list__list-item {
  text-align: center;
}
.mobile-nav-list__list-item .sub-menu {
  list-style-type: none;
  margin: 0;
  padding: 0 0 10px;
}
.mobile-nav-list__item {
  text-align: center;
  text-transform: uppercase;
  font: bold 22px/1.375 'proximanova-condensed', sans-serif;
  padding: 8px 40px;
  display: inline-block;
  color: #fff;
}
.mobile-nav-list__item.__active,
.mobile-nav-list__list-item.current-menu-item > .mobile-nav-list__item,
.mobile-nav-list__list-item.current-menu-parent > .mobile-nav-list__item,
.mobile-nav-list__list-item.current_page_parent > .mobile-nav-list__item,
.mobile-nav-list__list-item.current-page-ancestor > .mobile-nav-list__item {
  color: #d67a61;
}
.mobile-nav-list__list-item.menu-item-has-children > .mobile-nav-list__item {
  position: relative;
}
.mobile-nav-list__list-item.menu-item-has-children > .mobile-nav-list__item:before {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  width: 40px;
  text-align: center;
  left: 0;
  top: 50%;
  margin-top: -11px;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  -o-transition: transform .2s, -o-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s, -o-transform .2s;
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}
.mobile-nav-list__list-item.menu-item-has-children.__active > .mobile-nav-list__item:before {
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sub-menu .mobile-nav-list__item {
  font-size: 18px;
}
.mobile-categories {
  position: relative;
  z-index: 18;
  position: fixed;
  top: 90px;
  left: 0;
  right: 0;
  -webkit-transition: top .2s;
  -o-transition: top .2s;
  transition: top .2s;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.19);
          box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.19);
  background-color: #ffffff;
}
.mobile-categories.__is-scroll {
  top: 70px;
}
@media only screen and (min-width: 1024px) {
  .mobile-categories {
    display: none;
  }
}
.mobile-categories.__active {
  overflow: auto;
}
.mobile-categories__header {
  position: relative;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
  height: 66px;
  font-size: 22px;
  line-height: 1;
  -webkit-transition: height .2s;
  -o-transition: height .2s;
  transition: height .2s;
}
.mobile-categories.__active .mobile-categories__header {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.__is-scroll .mobile-categories__header {
  height: 50px;
}
.mobile-categories__menu {
  padding: 21.5px 30px;
  -webkit-transition: padding .2s;
  -o-transition: padding .2s;
  transition: padding .2s;
}
.__is-scroll .mobile-categories__menu {
  padding: 13.5px 30px;
}
.mobile-categories__close {
  position: absolute;
  z-index: 4;
  right: 30px;
  width: 22px;
  height: 22px;
  top: 50%;
  margin-top: -11px;
  display: none;
}
.mobile-categories__close:before,
.mobile-categories__close:after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: currentColor;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -11px;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -o-transition: transform .5s, -o-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s, -o-transform .5s;
}
.mobile-categories__close:before {
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mobile-categories__close:after {
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mobile-categories.__active .mobile-categories__close {
  display: block;
}
.middle {
  padding-top: 90px;
}
.__type-main .middle {
  padding-top: 0;
}
.__type-blog .middle {
  padding-top: 156px;
}
@media only screen and (min-width: 1024px) {
  .__type-blog .middle {
    padding-top: 90px;
  }
}
@media only screen and (min-width: 1280px) {
  .__type-blog .middle {
    width: 1156px;
    margin: 0 auto;
  }
}
.__type-article .middle {
  padding: 144px 0 54px;
}
@media only screen and (min-width: 1280px) {
  .__type-article .middle {
    width: 1156px;
    margin: 0 auto;
  }
}
.__type-page .middle {
  max-width: 980px;
  margin: 0 auto;
  padding: 54px 20px 54px;
}
@media only screen and (min-width: 640px) {
  .__type-page .middle {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1280px) {
  .__type-archive .middle {
    width: 1156px;
    margin: 0 auto;
  }
}
.footer {
  background-color: #2f3335;
  color: #86a2b1;
}
.__type-404 .footer {
  background-color: transparent;
  color: #86a2b1;
  max-width: 420px;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .__type-404 .footer {
    max-width: none;
    margin: 0;
  }
}
.footer__inner {
  padding: 56px 20px 42px;
}
.__type-404 .footer__inner {
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 640px) {
  .footer__inner {
    padding-left: 48px;
    padding-right: 48px;
  }
  .__type-404 .footer__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 820px) {
  .footer-nav {
    max-width: 820px;
    margin: 0 auto;
  }
}
.footer-nav-list {
  list-style-type: none;
  margin: 0;
  padding: 0 0 22px;
  font-size: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 640px) {
  .footer-nav-list {
    -webkit-flex-flow: wrap row;
        -ms-flex-flow: wrap row;
            flex-flow: wrap row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .__type-404 .footer-nav-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer-nav-list__list-item {
  padding-bottom: 14px;
}
@media only screen and (min-width: 640px) {
  .footer-nav-list__list-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 33.33%;
        -ms-flex: 1 33.33%;
            flex: 1 33.33%;
    padding-right: 18px;
    padding-bottom: 30px;
  }
  .__type-404 .footer-nav-list__list-item {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    padding-right: 0;
    padding-bottom: 22px;
  }
}
@media only screen and (min-width: 742px) {
  .footer-nav-list__list-item {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    padding-bottom: 0;
  }
  .footer-nav-list__list-item:last-child {
    padding-right: 0;
  }
  .__type-404 .footer-nav-list__list-item {
    padding-bottom: 22px;
  }
}
.footer-nav-list__list-item.menu-item-has-children .sub-menu {
  list-style-type: none;
  margin: 14px 0 0;
  padding: 0;
}
@media only screen and (min-width: 640px) {
  .footer-nav-list__list-item.menu-item-has-children .sub-menu {
    margin-top: 20px;
  }
}
.footer-nav-list__list-item.menu-item-has-children .sub-menu .footer-nav-list__list-item {
  padding-bottom: 14px;
}
@media only screen and (min-width: 640px) {
  .footer-nav-list__list-item.menu-item-has-children .sub-menu .footer-nav-list__list-item {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 742px) {
  .footer-nav-list__list-item.menu-item-has-children .sub-menu .footer-nav-list__list-item {
    padding-right: 0;
  }
}
.__type-404 .footer-nav-list__list-item.menu-item-has-children .sub-menu {
  display: none;
}
.__type-404 .footer-nav-list__list-item:first-child .footer-nav-list__item {
  border-left-width: 0;
}
.__type-404 .footer-nav-list__list-item:nth-child(5n+5) .footer-nav-list__item {
  border-left-width: 0;
}
@media only screen and (min-width: 1024px) {
  .__type-404 .footer-nav-list__list-item:nth-child(5n+5) .footer-nav-list__item {
    border-left-width: 1px;
  }
}
.footer-nav-list__item {
  display: block;
  font: bold 18px/1.375 'proximanova-condensed', sans-serif;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .footer-nav-list__item {
    text-align: inherit;
  }
}
.footer-nav-list__item.__active,
.footer-nav-list__list-item.current-menu-item > .footer-nav-list__item,
.footer-nav-list__list-item.current-menu-parent > .footer-nav-list__item,
.footer-nav-list__list-item.current_page_parent > .footer-nav-list__item,
.footer-nav-list__list-item.current-page-ancestor > .footer-nav-list__item {
  color: #b5c6cf;
}
.__type-404 .footer-nav-list__item.__active,
.__type-404 .footer-nav-list__list-item.current-menu-item > .footer-nav-list__item,
.__type-404 .footer-nav-list__list-item.current-menu-parent > .footer-nav-list__item,
.__type-404 .footer-nav-list__list-item.current_page_parent > .footer-nav-list__item,
.__type-404 .footer-nav-list__list-item.current-page-ancestor > .footer-nav-list__item {
  color: #000;
}
.sub-menu .footer-nav-list__item {
  font-weight: normal;
}
.__type-404 .footer-nav-list__item {
  font-size: 14px;
  color: #1b3244;
  text-transform: uppercase;
}
@media only screen and (min-width: 640px) {
  .__type-404 .footer-nav-list__item {
    border-left: 1px solid #d0d0d0;
    padding: 6px 18px;
  }
}
@media only screen and (min-width: 1024px) {
  .__type-404 .footer-nav-list__item {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
.footer-socials {
  padding: 20px 0 42px;
  text-align: center;
}
.__type-404 .footer-socials {
  padding-top: 14px;
  padding-bottom: 0;
}
.footer-copyright {
  padding: 20px 0 0;
  text-align: center;
  font-size: 14px;
  font-family: 'Cabin', sans-serif;
}
.about-heading {
  min-height: 560px;
  position: relative;
  overflow: hidden;
}
.about-heading:after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  bottom: -20px;
  left: 50%;
  margin-left: -306px;
  width: 612px;
  height: 445px;
  background-repeat: no-repeat;
  background-image: url(../img/about-circle-mobile.png);
  -webkit-background-size: cover;
          background-size: cover;
}
@media only screen and (min-width: 1024px) {
  .about-heading:after {
    background-image: url(../img/about-circle.png);
    width: 849px;
    height: 617px;
    margin-left: -424.5px;
  }
}
.about-heading__bg {
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-background-size: cover;
          background-size: cover;
  background-color: #8cc6ec;
}
.__with-mobile-bg .about-heading__bg {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .__with-mobile-bg .about-heading__bg {
    display: block;
  }
}
.about-heading__bg-mobile {
  display: none;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-background-size: cover;
          background-size: cover;
  background-color: #8cc6ec;
}
.__with-mobile-bg .about-heading__bg-mobile {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .__with-mobile-bg .about-heading__bg-mobile {
    display: none;
  }
}
.about-heading__inner {
  max-width: 560px;
  margin: 0 auto;
  padding: 30px 20px;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .about-heading__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .about-heading__inner {
    max-width: 780px;
    padding: 0 20px;
  }
}
.about-heading__title {
  color: #ffffff;
  margin: 0;
  padding: 100px 0 44px;
  font: bold 32px/1 'proximanova-condensed', sans-serif;
}
@media only screen and (min-width: 640px) {
  .about-heading__title {
    padding-top: 136px;
    padding-bottom: 84px;
    font-size: 40px;
  }
}
.about-heading__text {
  font: bold 18px/1.5 'proximanova', sans-serif;
  color: #ffffff;
  letter-spacing: 0.07em;
}
.team {
  margin: 42px 20px 130px;
}
@media only screen and (min-width: 640px) {
  .team {
    margin-left: 42px;
    margin-right: 42px;
  }
}
@media only screen and (min-width: 1024px) {
  .team {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
  }
}
.team-heading {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
.team-heading__title {
  padding: 42px 0 68px;
  margin: 0;
  font: bold 25px/1 'proximanova-condensed', sans-serif;
}
@media only screen and (min-width: 1024px) {
  .team-heading__title {
    padding: 62px 0 34px;
  }
}
.team-heading__text {
  font-size: 18px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 640px) {
  .team-heading__text {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .team-heading__text {
    padding-bottom: 50px;
  }
}
.team-content {
  position: relative;
  margin-top: 50px;
}
@media only screen and (min-width: 640px) {
  .team-content {
    margin-top: 90px;
  }
}
@media only screen and (min-width: 1024px) {
  .team-content {
    margin-top: 100px;
  }
}
.team-list {
  list-style-type: none;
  margin: 0 0 20px;
  padding: 0;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .team-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.team-list-arrow {
  position: absolute;
  top: 92px;
  background: none;
  border: 0;
  z-index: 5;
  cursor: pointer;
}
@media only screen and (min-width: 640px) {
  .team-list-arrow {
    top: 76px;
  }
}
@media only screen and (min-width: 1024px) {
  .team-list-arrow {
    display: none;
  }
}
.team-list-arrow.__type-prev {
  left: 0;
}
.team-list-arrow.__type-prev:before {
  content: "\f104";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 50px;
}
@media only screen and (min-width: 640px) {
  .team-list-arrow.__type-prev:before {
    font-size: 82px;
  }
}
.team-list-arrow.__type-next {
  right: 0;
}
.team-list-arrow.__type-next:after {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 50px;
}
@media only screen and (min-width: 640px) {
  .team-list-arrow.__type-next:after {
    font-size: 82px;
  }
}
.team-list__list-item {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .team-list__list-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    margin-bottom: 90px;
    outline: none;
  }
  .team-list__list-item.__is-animated {
    -webkit-animation-duration: 1s;
         -o-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
         -o-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: bounceInUp;
         -o-animation-name: bounceInUp;
            animation-name: bounceInUp;
  }
}
.team-list__figure {
  margin: 0 auto 32px;
  width: 234px;
  height: 234px;
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-background-size: cover;
          background-size: cover;
  border-radius: 50%;
  position: relative;
}
.team-nav .team-list__figure {
  width: 84px;
  height: 84px;
}
.team-list__figure:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.team-list__list-item.__active .team-list__figure:after {
  background-color: rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width: 1024px) {
  .team-list__list-item:hover .team-list__figure:after {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
.team-list__name {
  margin: 0;
  padding: 0;
  font: bold 25px/1 'proximanova', sans-serif;
}
.team-list__name + .team-list__position {
  margin-top: 8px;
}
.team-list__position {
  font: 20px/1 'proximanova-condensed', sans-serif;
}
.team-nav {
  list-style-type: none;
  margin: 0;
  padding: 40px 0 14px;
  display: none;
}
@media only screen and (min-width: 640px) {
  .team-nav {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .team-nav {
    display: none;
  }
}
.team-nav__list-item {
  display: inline-block;
}
.approach {
  background-color: #d67a61;
  margin-top: 64px;
  padding-top: 64px;
  position: relative;
}
.approach__inner {
  max-width: 1024px;
  margin: 0 auto;
  text-align: center;
  padding: 42px 20px 52px;
  color: #ffffff;
}
@media only screen and (min-width: 640px) {
  .approach__inner {
    padding: 52px 42px 124px;
  }
}
.approach__figure {
  position: absolute;
  left: 50%;
  margin-left: -64px;
  top: -64px;
  display: block;
  height: 128px;
  width: 128px;
  background-color: #d67a61;
  -webkit-background-clip: content-box;
          background-clip: content-box;
  border-radius: 50%;
  border: 8px solid #ffffff;
}
.approach__figure-atom {
  position: absolute;
  width: 93px;
  height: 83px;
  left: 50%;
  margin-left: -46px;
  top: 50%;
  margin-top: -41px;
}
.smil .approach__figure.__is-animated .approach__figure-atom .atom-line {
  stroke-dasharray: 203;
  stroke-dashoffset: 203;
  -webkit-animation: atom 2s ease-in;
       -o-animation: atom 2s ease-in;
          animation: atom 2s ease-in;
  -webkit-animation-fill-mode: forwards;
       -o-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.smil .approach__figure.__is-animated .approach__figure-atom .atom-line.__type-1 {
  -webkit-animation-delay: .2s;
       -o-animation-delay: .2s;
          animation-delay: .2s;
}
.smil .approach__figure.__is-animated .approach__figure-atom .atom-line.__type-2 {
  -webkit-animation-delay: .8s;
       -o-animation-delay: .8s;
          animation-delay: .8s;
}
.smil .approach__figure.__is-animated .approach__figure-atom .atom-line.__type-3 {
  -webkit-animation-delay: 1.2s;
       -o-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.approach__title {
  font: 30px/1 'Cabin', sans-serif;
  margin: 0 0 3px;
  padding: 0;
}
@media only screen and (min-width: 640px) {
  .approach__title {
    font-size: 35px;
  }
}
.approach blockquote {
  margin: 0;
  padding: 44px 40px;
  font: 18px/1.3 'Cabin', sans-serif;
  position: relative;
}
@media only screen and (min-width: 640px) {
  .approach blockquote {
    font-size: 22px;
  }
}
.approach blockquote:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 25px;
  background-repeat: no-repeat;
  background-image: url(../img/open-quote.png);
  -webkit-background-size: contain;
          background-size: contain;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .approach blockquote:before {
    background-image: url(../img/open-quote@2x.png);
  }
}
.approach blockquote:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 25px;
  background-repeat: no-repeat;
  background-image: url(../img/close-quote.png);
  -webkit-background-size: contain;
          background-size: contain;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .approach blockquote:after {
    background-image: url(../img/close-quote@2x.png);
  }
}
.approach cite {
  padding: 20px 40px 0;
  display: inline-block;
  margin: 0 auto;
  font: italic 22px/1 'Cabin', sans-serif;
}
@media only screen and (min-width: 640px) {
  .approach cite {
    padding-top: 0;
  }
}
.approach cite span {
  font-style: normal;
}
.blog-info__inner {
  max-width: 802px;
  text-align: center;
  padding: 70px 30px 30px;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .blog-info__inner {
    padding: 40px 30px 36px;
  }
}
@media only screen and (min-width: 1280px) {
  .blog-info__outer {
    padding: 46px;
    margin: 50px 0 0;
    position: relative;
  }
}
.blog-info .info-circles {
  display: none;
}
@media only screen and (min-width: 1280px) {
  .blog-info .info-circles {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  .blog-info .info-circles__container {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog-info .info-circles__container.__type-top {
    top: 0;
    left: 51px;
    right: 51px;
    height: 42px;
  }
  .blog-info .info-circles__container.__type-bottom {
    bottom: 0;
    left: 51px;
    right: 51px;
    height: 42px;
  }
  .blog-info .info-circles__container.__type-left {
    top: 0;
    bottom: 0;
    left: 0;
    width: 42px;
  }
  .blog-info .info-circles__container.__type-right {
    top: 0;
    bottom: 0;
    right: 0;
    width: 42px;
  }
  .blog-info .info-circles__line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 1024px) {
  .blog-info .b-circle {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: transparent;
    display: inline-block;
    opacity: 0;
  }
  .blog-info .b-circle--gray {
    background-color: #e7e7e7;
    -webkit-animation: fadeInOut 6s linear infinite;
         -o-animation: fadeInOut 6s linear infinite;
            animation: fadeInOut 6s linear infinite;
  }
  .blog-info .b-circle--gray-dark {
    background-color: #a2adb1;
    -webkit-animation: fadeInOut 6s linear infinite;
         -o-animation: fadeInOut 6s linear infinite;
            animation: fadeInOut 6s linear infinite;
  }
  .blog-info .b-circle--brown {
    background-color: #b2aca1;
    -webkit-animation: fadeInOut 6s linear infinite;
         -o-animation: fadeInOut 6s linear infinite;
            animation: fadeInOut 6s linear infinite;
  }
  .blog-info .b-circle--brown-light {
    background-color: #bdbeb5;
    -webkit-animation: fadeInOut 6s linear infinite;
         -o-animation: fadeInOut 6s linear infinite;
            animation: fadeInOut 6s linear infinite;
  }
  .blog-info .b-circle--blue {
    background-color: #8cc6ec;
    -webkit-animation: fadeInOut 6s linear infinite;
         -o-animation: fadeInOut 6s linear infinite;
            animation: fadeInOut 6s linear infinite;
  }
  .blog-info .b-circle--orange {
    background-color: #e9b7a9;
    -webkit-animation: fadeInOut 6s linear infinite;
         -o-animation: fadeInOut 6s linear infinite;
            animation: fadeInOut 6s linear infinite;
  }
}
.blog-title {
  font-size: 30px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .blog-title + .blog-description {
    padding-top: 40px;
  }
}
.blog-description {
  font-size: 20px;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .blog-description {
    display: block;
  }
}
.blog-grid {
  padding: 40px 0 30px;
}
@media only screen and (min-width: 742px) {
  .blog-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 1280px) {
  .blog-grid {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
                -ms-grid-row-align: stretch;
            align-items: stretch;
  }
}
.blog-grid__col-1 {
  max-width: 802px;
  padding: 0 30px;
}
@media only screen and (min-width: 1280px) {
  .blog-grid__col-1 {
    max-width: inherit;
    -webkit-box-flex: 1;
    -webkit-flex: 1 64.18685121%;
        -ms-flex: 1 64.18685121%;
            flex: 1 64.18685121%;
    padding: 0;
  }
}
.blog-grid__col-2 {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .blog-grid__col-2 {
    display: block;
    max-width: 802px;
    width: 100%;
    padding: 0 30px;
    margin: 30px 0;
  }
}
@media only screen and (min-width: 1280px) {
  .blog-grid__col-2 {
    max-width: inherit;
    -webkit-box-flex: 1;
    -webkit-flex: 1 35.81314879%;
        -ms-flex: 1 35.81314879%;
            flex: 1 35.81314879%;
    margin: 0;
    padding: 0 0 0 56px;
  }
}
.list-articles {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .list-articles__list-item.__type-subscribe {
    display: none;
  }
}
.list-articles__item {
  padding: 0;
  margin-bottom: 20px;
  position: relative;
}
.list-articles__item:after {
  content: '';
  position: absolute;
  left: -30px;
  right: -30px;
  height: 1px;
  background-color: #d0d0d0;
}
@media only screen and (min-width: 742px) {
  .list-articles__item:after {
    left: 0;
    right: 0;
  }
}
.list-articles__list-item:last-child .list-articles__item:after {
  display: none;
}
.list-articles__list-item.__type-subscribe .list-articles__item:after {
  display: none;
}
.list-articles__list-item:last-child .list-articles__item {
  margin-bottom: 0;
}
.articles-navigation {
  border-top: 1px solid #d0d0d0;
  margin-top: 10px;
  padding: 40px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 742px) {
  .articles-navigation {
    padding: 80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: inherit;
    -webkit-align-items: inherit;
        -ms-flex-align: inherit;
                -ms-grid-row-align: inherit;
            align-items: inherit;
  }
}
.articles-navigation__prev,
.articles-navigation__next {
  margin-bottom: 10px;
  display: inline-block;
}
@media only screen and (min-width: 742px) {
  .articles-navigation__prev,
  .articles-navigation__next {
    margin-bottom: 0;
  }
}
.articles-navigation__prev a,
.articles-navigation__next a {
  display: block;
  font: bold 24px/1 'proximanova', sans-serif;
  border: 2px solid currentColor;
  border-radius: 8px;
  padding: 20px 34px;
  text-decoration: none;
  outline: none;
}
.articles-navigation__prev a:hover,
.articles-navigation__next a:hover {
  color: #ffffff;
  border-color: #8cc6ec;
  background-color: #8cc6ec;
}
.article-title,
.editor-content .article-title {
  display: block;
  margin: 0;
  padding: 14px 0;
  font: bold 24px/1.375 'proximanova-condensed', sans-serif;
  color: #1b3244;
}
.article-title a,
.editor-content .article-title a {
  color: currentColor;
}
@media only screen and (min-width: 1024px) {
  .__type-article .article-title,
  .__type-article .editor-content .article-title {
    padding-right: 130px;
  }
}
.article-date {
  padding: 8px 0;
  font-size: 14px;
  font-family: 'proximanova-condensed', sans-serif;
  color: #6c7d8b;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .__type-article .article-date {
    position: absolute;
    right: 0;
    top: 14px;
    width: 120px;
    text-align: right;
  }
}
.article-figure {
  display: block;
  margin: 26px -30px;
}
@media only screen and (min-width: 742px) {
  .article-figure {
    margin: 26px 0;
  }
}
.article-figure img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.article-meta {
  padding: 16px 0;
}
.article-meta__author {
  font-size: 18px;
}
.article-meta__author small {
  font-size: 14px;
  color: #6c7d8b;
  display: block;
}
.article-description {
  padding: 16px 0;
}
.article-action {
  padding: 30px 0;
}
.widget_categories ul,
.mobile-categories ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.widget_categories ul .cat-item,
.mobile-categories ul .cat-item {
  padding: 6px 0;
}
.widget_categories ul .cat-item a,
.mobile-categories ul .cat-item a {
  display: block;
  margin: 0 auto;
  padding: 7px 30px;
  background-color: #f9f9f9;
  border-radius: 8px;
  max-width: 360px;
  color: #1b3244;
  font-family: 'proximanova-condensed', sans-serif;
  font-size: 18px;
}
.widget_categories ul .cat-item a:hover,
.mobile-categories ul .cat-item a:hover {
  background-color: #8cc6ec;
  color: #ffffff;
}
.widget_categories ul .current-cat a,
.mobile-categories ul .current-cat a {
  background-color: #8cc6ec;
  color: #ffffff;
  font-weight: bold;
}
.mobile-categories ul {
  display: none;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
}
.entry-meta {
  margin: 20px auto 0;
  padding: 20px 0;
  position: relative;
  max-width: 382px;
}
@media only screen and (min-width: 1280px) {
  .entry-meta {
    margin: 20px 0 0;
    max-width: inherit;
  }
}
.entry-meta__title {
  font-size: 25px;
  padding: 0 0 26px;
  margin: 0;
  font-weight: normal;
  text-align: center;
}
@media only screen and (min-width: 1280px) {
  .entry-meta__title {
    text-align: inherit;
  }
}
.similar-articles {
  margin: 50px 0;
  max-width: 742px;
}
.suggested-resources .similar-articles {
  margin-bottom: 12px;
}
@media only screen and (min-width: 1280px) {
  .suggested-resources .similar-articles {
    margin-top: 0;
  }
}
.similar-articles__list {
  list-style-type: none;
  margin: 0 -10px;
  padding: 0;
  height: 436px;
}
@media only screen and (min-width: 1024px) {
  .suggested-resources .similar-articles__list {
    height: auto;
  }
}
.similar-articles__list-item {
  width: 100%;
}
@media only screen and (min-width: 1280px) {
  .similar-articles__list-item {
    width: 50%;
  }
  .suggested-resources .similar-articles__list-item {
    width: 100%;
  }
}
.similar-articles__item {
  display: block;
  border: 2px solid #d0d0d0;
  border-radius: 4px;
  outline: none;
  margin: 0 10px;
}
@media only screen and (min-width: 1024px) {
  .suggested-resources .similar-articles__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.similar-articles__figure {
  display: block;
  height: 172px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  margin: -2px -2px 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
@media only screen and (min-width: 1024px) {
  .suggested-resources .similar-articles__figure {
    width: 45%;
    height: auto;
    margin-bottom: -2px;
    margin-right: 0;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
  }
}
.similar-articles__content {
  padding: 16px 20px 18px;
}
@media only screen and (min-width: 1024px) {
  .suggested-resources .similar-articles__content {
    width: 55%;
  }
}
.similar-articles__title {
  display: block;
  font: bold 20px/1.375 'proximanova-condensed', sans-serif;
  margin: 0;
  padding: 0 0 9px;
  color: #1b3244;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.similar-articles__meta {
  color: #708996;
  font-size: 14px;
}
.similar-articles__meta + .similar-articles__title {
  padding-top: 7px;
}
@media only screen and (min-width: 1024px) {
  .suggested-resources .similar-articles__meta + .similar-articles__title {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .suggested-resources .similar-articles__meta {
    display: none;
  }
}
.similar-articles__text {
  margin-bottom: 25px;
  overflow: hidden;
  position: relative;
  line-height: 1.25;
  height: 100px;
}
@media only screen and (min-width: 1024px) {
  .suggested-resources .similar-articles__text {
    max-height: 100px;
  }
}
.sidebar {
  padding: 50px 0 20px;
  border-top: 1px solid #d0d0d0;
}
@media only screen and (min-width: 1280px) {
  .sidebar {
    border-top-width: 0;
    padding-top: 60px;
  }
}
.sidebar-title {
  font-size: 22px;
  margin: 0 0 26px;
  padding: 0;
  text-align: center;
  font-weight: normal;
}
.sidebar-block {
  padding: 18px 0;
}
.sidebar-block + .sidebar-block {
  padding-top: 36px;
}
.sidebar-block:first-child {
  padding-top: 0;
}
.sidebar-block:last-child {
  padding-bottom: 0;
}
.subscribe-block {
  margin: 0 auto;
  max-width: 362px;
}
.entry-meta .subscribe-block {
  padding: 50px 0;
}
@media only screen and (min-width: 1024px) {
  .entry-meta .subscribe-block {
    display: none;
  }
}
.list-articles__item .subscribe-block {
  padding-top: 25px;
}
.subscribe-title {
  font-size: 25px;
  padding: 0 0 26px;
  margin: 0;
  font-weight: normal;
  text-align: center;
}
.careers {
  max-width: 980px;
  margin: 0 auto;
  padding: 54px 20px 54px;
}
@media only screen and (min-width: 640px) {
  .careers {
    padding: 90px 40px 54px;
  }
}
.advantages {
  margin: 70px 30px 40px;
  position: relative;
}
@media only screen and (min-width: 640px) {
  .advantages {
    padding-left: 66px;
    padding-right: 66px;
  }
}
@media only screen and (min-width: 1024px) {
  .advantages {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
  }
}
.advantages:before {
  content: '';
  display: block;
  width: 149px;
  height: 172px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  margin-left: -75px;
  background-repeat: no-repeat;
  background-image: url(../img/cube.png);
}
.advantages-title {
  margin: 0;
  padding: 22px 0 20px;
  font: bold 40px/1 'proximanova-condensed', sans-serif;
  text-align: center;
}
.advantages-caption {
  font: 100 italic 18px/1.5 'proximanova', sans-serif;
  text-align: center;
  padding: 10px 0 28px;
  letter-spacing: 1px;
}
.advantages-text {
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  padding: 30px 0;
  letter-spacing: 1px;
}
.positions-title {
  margin: 0;
  padding: 34px 0 0;
  font: 22px/1 'proximanova', sans-serif;
  text-align: center;
  letter-spacing: 1px;
}
@media only screen and (min-width: 640px) {
  .positions-title {
    font-size: 25px;
    padding-bottom: 26px;
  }
}
.positions-list {
  list-style-type: none;
  padding: 26px 0 30px;
  max-width: 464px;
  margin: 0 auto;
}
.positions-list__list-item {
  padding: 13px 0;
}
.positions-list__item {
  display: block;
  padding: 14px 108px 14px 14px;
  font: 18px/1 'proximanova-condensed', sans-serif;
  color: #1b3244;
  border: 2px solid #d0d0d0;
  border-radius: 8px;
  position: relative;
}
@media only screen and (min-width: 640px) {
  .positions-list__item {
    padding-left: 30px;
    padding-right: 130px;
    font-size: 22px;
  }
}
.positions-list__item:hover {
  color: #1b3244;
  background-color: rgba(140, 198, 236, 0.09);
}
.positions-list__action {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 14px;
  font: bold 18px/1 'proximanova-condensed', sans-serif;
  color: #d67a61;
  -webkit-transition: visibility .2s, opacity .2s;
  -o-transition: visibility .2s, opacity .2s;
  transition: visibility .2s, opacity .2s;
}
@media only screen and (min-width: 640px) {
  .positions-list__action {
    right: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .positions-list__action {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .positions-list__item:hover .positions-list__action {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.benefits {
  background-color: #f9f9f9;
  padding: 44px 30px 100px;
}
@media only screen and (min-width: 640px) {
  .benefits {
    padding-left: 66px;
    padding-right: 66px;
  }
}
.__type-bda-inner .benefits {
  padding-top: 32px;
  padding-bottom: 50px;
}
.__type-bda-inner .benefits + .services-nav-list {
  margin-top: 0;
}
.benefits__inner {
  max-width: 1280px;
  margin: 0 auto;
}
.__type-bda-inner .benefits__inner {
  max-width: 1180px;
}
.benefits-title {
  margin: 0 0 30px;
  padding: 0;
  font: 100 25px/1 'proximanova', sans-serif;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .benefits-title {
    margin-bottom: 50px;
  }
}
.benefits-subtitle {
  margin: 0 0 30px;
  padding: 0;
  font: 300 18px/1 'proximanova', sans-serif;
  text-transform: uppercase;
  text-align: center;
}
.benefits-list {
  display: block;
  list-style-type: none;
  max-width: 464px;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (min-width: 742px) {
  .benefits-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-width: inherit;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
  }
}
@media only screen and (min-width: 640px) {
  .__type-bda-inner .benefits-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-width: inherit;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
  }
}
.benefits-list__list-item {
  display: none;
}
.benefits-list__list-item.__type-show {
  display: block;
}
@media only screen and (min-width: 742px) {
  .benefits-list__list-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    display: block;
  }
  .__type-bda-inner .benefits-list__list-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 25%;
        -ms-flex: 1 1 25%;
            flex: 1 1 25%;
  }
}
@media only screen and (min-width: 1024px) {
  .benefits-list__list-item {
    -webkit-flex-basis: 33.33%;
        -ms-flex-preferred-size: 33.33%;
            flex-basis: 33.33%;
  }
  .__type-bda-inner .benefits-list__list-item {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
  }
}
.__type-bda-inner .benefits-list__list-item {
  display: block;
}
@media only screen and (min-width: 640px) {
  .__type-bda-inner .benefits-list__list-item {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .__type-bda-inner .benefits-list__list-item {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
  }
}
.benefits-list__item {
  text-align: center;
  padding-bottom: 30px;
  max-width: 426px;
  margin: 0 auto;
}
@media only screen and (min-width: 640px) {
  .benefits-list__item {
    padding-left: 42px;
    padding-right: 42px;
  }
}
@media only screen and (min-width: 742px) {
  .benefits-list__item {
    min-height: 336px;
  }
}
.__type-bda-inner .benefits-list__item {
  padding-bottom: 0;
}
@media only screen and (min-width: 640px) {
  .__type-bda-inner .benefits-list__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 742px) {
  .__type-bda-inner .benefits-list__item {
    min-height: auto;
  }
}
.benefits-list__figure {
  margin-bottom: 20px;
  min-height: 128px;
  background-repeat: no-repeat;
  background-position: 50% 100%;
}
.benefits-list__title {
  margin: 0 0 20px;
  padding: 0;
  min-height: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font: 24px/1 'proximanova', sans-serif;
}
.__type-bda-inner .benefits-list__title {
  display: block;
  -webkit-box-align: inherit;
  -webkit-align-items: inherit;
      -ms-flex-align: inherit;
              -ms-grid-row-align: inherit;
          align-items: inherit;
  -webkit-box-pack: inherit;
  -webkit-justify-content: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
}
.benefits-list-action {
  display: block;
  text-align: center;
  margin: 40px 0 26px;
}
@media only screen and (min-width: 742px) {
  .benefits-list-action {
    display: none;
  }
}
.join-us-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .join-us-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.join-us-list__list-item {
  height: 396px;
  background-position: 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
@media only screen and (min-width: 1024px) {
  .join-us-list__list-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
}
@media only screen and (min-width: 1280px) {
  .join-us-list__list-item {
    -webkit-flex-basis: 33.33%;
        -ms-flex-preferred-size: 33.33%;
            flex-basis: 33.33%;
  }
}
.join-us-list__list-item.__type-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (min-width: 1280px) {
  .join-us-list__list-item.__type-1 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    height: 310px;
    background-position: 50% 40%;
  }
}
.join-us-list__list-item.__type-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
@media only screen and (min-width: 1024px) {
  .join-us-list__list-item.__type-2 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (min-width: 1280px) {
  .join-us-list__list-item.__type-2 {
    height: 310px;
  }
}
.join-us-list__list-item.__type-3 {
  display: none;
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}
@media only screen and (min-width: 1024px) {
  .join-us-list__list-item.__type-3 {
    display: block;
  }
}
@media only screen and (min-width: 1280px) {
  .join-us-list__list-item.__type-3 {
    height: 310px;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    background-position: 50% 0;
  }
}
.join-us-list__list-item.__type-4 {
  display: none;
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
}
@media only screen and (min-width: 1024px) {
  .join-us-list__list-item.__type-4 {
    display: block;
  }
}
@media only screen and (min-width: 1280px) {
  .join-us-list__list-item.__type-4 {
    -webkit-flex-basis: 28%;
        -ms-flex-preferred-size: 28%;
            flex-basis: 28%;
    height: auto;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
}
.join-us-list__list-item.__type-5 {
  display: none;
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6;
}
@media only screen and (min-width: 1280px) {
  .join-us-list__list-item.__type-5 {
    -webkit-flex-basis: 28%;
        -ms-flex-preferred-size: 28%;
            flex-basis: 28%;
    height: auto;
    display: block;
    background-position: 100% 50%;
  }
}
.join-us-list__list-item.__type-contact {
  height: auto;
  min-height: 435px;
  background-color: #1b3244;
  position: relative;
  z-index: 2;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}
.join-us-list__list-item.__type-contact:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 130px;
  left: 50%;
  margin-left: -160px;
  display: block;
  width: 320px;
  height: 206px;
  background-image: url(../img/icon-email.svg);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  opacity: 0.11;
  filter: alpha(opacity=11);
}
@media only screen and (min-width: 1024px) {
  .join-us-list__list-item.__type-contact {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  .join-us-list__list-item.__type-contact {
    -webkit-flex-basis: 44%;
        -ms-flex-preferred-size: 44%;
            flex-basis: 44%;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
}
.join-us-list__info {
  max-width: 488px;
  margin: 0 auto;
  text-align: center;
  padding: 73px 20px;
}
@media only screen and (min-width: 1024px) {
  .join-us-list__info {
    max-width: 668px;
  }
}
.join-us-list__info-title {
  margin: 0;
  padding: 0 0 16px;
  font: normal 35px/1 'Cabin', sans-serif;
  color: #ffffff;
}
.join-us-list__info-text {
  margin: 0;
  padding: 28px 0 20px;
  color: #ffffff;
  font: 300 22px/1.375 'proximanova', sans-serif;
}
.join-us-list__info-action {
  display: block;
  margin: 4px 0 0;
  padding: 10px 0;
  color: #ffffff;
  font: bold 22px/1 'Cabin', sans-serif;
}
.contacts {
  padding: 56px 20px 40px;
}
@media only screen and (min-width: 640px) {
  .contacts {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 86px;
  }
}
@media only screen and (min-width: 742px) {
  .contacts {
    padding-left: 78px;
    padding-right: 78px;
    max-width: 1280px;
    margin: 0 auto;
  }
}
.__type-products .contacts {
  padding-top: 76px;
  padding-bottom: 60px;
}
.contacts__title {
  font: bold 30px/1.375 'proximanova-condensed', sans-serif;
  margin: 0;
  padding: 0 0 30px;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .contacts__title {
    font-size: 40px;
  }
}
.contacts__subtitle {
  font: bold 25px/1.375 'proximanova-condensed', sans-serif;
  margin: 0;
  padding: 0 0 20px;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .contacts__subtitle {
    padding-bottom: 52px;
  }
}
.contacts__description {
  font-size: 18px;
  text-align: center;
  padding-bottom: 20px;
  line-height: 1.5;
}
@media only screen and (min-width: 640px) {
  .contacts__description {
    padding-bottom: 46px;
  }
}
.locations {
  background-color: #1b3244;
  position: relative;
  padding: 14px 20px 40px;
}
@media only screen and (min-width: 640px) {
  .locations {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 742px) {
  .locations {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .locations {
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .locations:before {
    content: '';
    display: block;
    background-image: url(../img/locations-map.png);
    background-repeat: no-repeat;
    padding-top: 39.375%;
    -webkit-background-size: contain;
            background-size: contain;
    background-position: 50%;
  }
}
.locations-title {
  font: 40px/1.375 'proximanova-condensed', sans-serif;
  color: #486f8d;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .locations-title {
    position: absolute;
    top: 14px;
    left: 20px;
    right: 20px;
    display: block;
  }
}
.locations-list {
  list-style-type: none;
  margin: 0;
  padding: 30px 0 0;
}
@media only screen and (min-width: 742px) {
  .locations-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 1024px) {
  .locations-list {
    display: block;
    padding: 0;
  }
}
.locations-list__list-item {
  position: relative;
  padding-left: 46px;
  padding-top: 5px;
}
.locations-list__list-item + .locations-list__list-item {
  margin-top: 30px;
}
@media only screen and (min-width: 742px) {
  .locations-list__list-item + .locations-list__list-item {
    margin-top: 0;
  }
}
@media only screen and (min-width: 742px) {
  .locations-list__list-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33.33333333%;
        -ms-flex: 1 1 33.33333333%;
            flex: 1 1 33.33333333%;
    padding-left: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .locations-list__list-item {
    position: absolute;
    padding: 0;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
}
@media only screen and (min-width: 1024px) {
  .locations-list__list-item.__type-belarus {
    top: 19%;
    left: 27%;
  }
}
@media only screen and (min-width: 1024px) {
  .locations-list__list-item.__type-singapore {
    bottom: 12.7%;
    left: 63.4%;
  }
}
@media only screen and (min-width: 1024px) {
  .locations-list__list-item.__type-cyprus {
    top: 46.8%;
    left: 30.6%;
  }
}
.locations__location {
  color: #ffffff;
  line-height: 1.5;
  position: relative;
  font-style: normal;
}
@media only screen and (min-width: 1024px) {
  .locations__location {
    min-width: 236px;
    position: absolute;
  }
}
@media only screen and (min-width: 1024px) {
  .locations-list__list-item.__type-belarus .locations__location {
    right: 30px;
    top: -14px;
    text-align: right;
  }
}
@media only screen and (min-width: 1280px) {
  .locations-list__list-item.__type-belarus .locations__location {
    top: -18px;
  }
}
@media only screen and (min-width: 1024px) {
  .locations-list__list-item.__type-singapore .locations__location {
    bottom: 26px;
    left: -12px;
  }
}
@media only screen and (min-width: 1024px) {
  .locations-list__list-item.__type-cyprus .locations__location {
    top: 26px;
    left: -12px;
  }
}
.locations__location h3 {
  margin: 0;
  padding: 0;
  font: 22px/1.375 'proximanova', sans-serif;
}
@media only screen and (min-width: 1280px) {
  .locations__location h3 {
    font-size: 26px;
  }
}
.locations__location a {
  color: currentColor;
}
.locations__marker {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
}
@media only screen and (min-width: 742px) {
  .locations__marker {
    left: 14px;
  }
}
@media only screen and (min-width: 1024px) {
  .locations__marker {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
  }
}
.locations__marker-dot {
  width: 16px;
  height: 16px;
  border: 2px solid #d67a61;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 50%;
  margin-left: -8px;
}
@media only screen and (min-width: 640px) {
  .locations__marker-dot {
    width: 26px;
    height: 26px;
    border-width: 4px;
    margin-top: -13px;
    margin-left: -13px;
  }
}
.locations__marker-pulse {
  border: 5px solid #d67a61;
  border-radius: 50%;
  height: 48px;
  width: 48px;
  -webkit-animation: pulse 3s cubic-bezier(0.4, 0, 0.2, 1) infinite;
       -o-animation: pulse 3s cubic-bezier(0.4, 0, 0.2, 1) infinite;
          animation: pulse 3s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  position: absolute;
  top: 50%;
  margin-top: -24px;
  left: 50%;
  margin-left: -24px;
  z-index: 1;
  opacity: 0;
}
@media only screen and (min-width: 640px) {
  .locations__marker-pulse {
    width: 78px;
    height: 78px;
    border-width: 10px;
    margin-top: -39px;
    margin-left: -39px;
  }
}
.products-slider {
  height: 440px;
}
@media only screen and (min-width: 1024px) {
  .products-slider {
    height: 668px;
  }
}
.products-slider-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  height: 100%;
}
.products-slider-list__list-item {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 50%;
  position: relative;
  height: 100%;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.products-slider-list__list-item:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.2);
}
.products-slider-list__list-item.__type-white:before {
  background-color: rgba(0, 0, 0, 0.2);
}
.products-slider-list__item {
  max-width: 800px;
  margin: auto;
  padding: 0 20px;
  color: #1b3244;
  text-align: center;
  outline: none;
  position: relative;
  z-index: 4;
}
@media only screen and (min-width: 640px) {
  .products-slider-list__item {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.products-slider-list__item:hover {
  color: currentColor;
}
.products-slider-list__list-item.__type-white .products-slider-list__item {
  color: #ffffff;
}
.products-slider-list__title {
  font: bold 40px/1.375 'proximanova-condensed', sans-serif;
  margin: 0;
  padding: 0 0 32px;
}
.products-slider-list__text {
  font-size: 20px;
  line-height: 1.4;
  padding-bottom: 54px;
}
.products-slider-list__text h1 {
  display: inline;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}
.products-slider-list__thumb {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 5px auto 10px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 50%;
  position: relative;
  border: 5px solid #fff;
}
.products-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #d0d0d0;
}
@media only screen and (min-width: 1024px) {
  .products-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.products-list__list-item {
  -webkit-transition: background .2s;
  -o-transition: background .2s;
  transition: background .2s;
}
.products-list__list-item + .products-list__list-item {
  border-top: 1px solid #d0d0d0;
}
.products-list__list-item:hover {
  background-color: rgba(140, 198, 236, 0.14);
}
@media only screen and (min-width: 1024px) {
  .products-list__list-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .products-list__list-item.__type-left {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .products-list__list-item.__type-right {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .products-list__list-item + .products-list__list-item {
    border-left: 1px solid #d0d0d0;
    border-top-width: 0;
  }
}
.products-list__item {
  padding: 50px 30px 60px;
  position: relative;
}
@media only screen and (min-width: 640px) {
  .products-list__item {
    padding: 72px 66px 90px;
  }
}
@media only screen and (min-width: 1024px) {
  .products-list__item {
    max-width: 640px;
  }
}
@media only screen and (min-width: 1024px) {
  .products-list__list-item.__type-left .products-list__item {
    padding-right: 40px;
    padding-left: 92px;
  }
}
@media only screen and (min-width: 1024px) {
  .products-list__list-item.__type-right .products-list__item {
    padding-right: 92px;
    padding-left: 42px;
  }
}
.products-list__title {
  font: bold 24px/1.375 'proximanova-condensed', sans-serif;
  margin: 0;
  padding: 0 0 16px;
}
@media only screen and (min-width: 640px) {
  .products-list__title {
    padding-bottom: 36px;
  }
}
.products-list__title + .products-list__text {
  margin-top: 36px;
}
.products-list__text {
  text-align: justify;
  line-height: 1.5;
  margin-bottom: 58px;
}
@media only screen and (min-width: 1024px) {
  .products-list__text {
    padding-bottom: 132px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .products-list__action {
    position: absolute;
    bottom: 90px;
  }
  .products-list__list-item.__type-left .products-list__action {
    left: 92px;
  }
  .products-list__list-item.__type-right .products-list__action {
    left: 42px;
  }
}
.products-list__list-item:hover .products-list__action .btn {
  color: #ffffff;
  border-color: #8cc6ec;
  background-color: #8cc6ec;
}
.resources {
  padding: 60px 18px 30px;
  max-width: 942px;
  margin: 0 auto;
}
.resources__title {
  font: bold 40px/1.375 'proximanova-condensed', sans-serif;
  margin: 0;
  padding: 0 0 56px;
  text-align: center;
}
.resources-categories {
  list-style-type: none;
  margin: 0 -9px;
  padding: 0 0 32px;
  text-align: center;
}
.resources-categories__list-item {
  display: block;
  margin: 0 9px 18px;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .resources-categories__list-item {
    display: inline-block;
  }
}
.resources-categories__item {
  font: 16px/1 'proximanova-condensed', sans-serif;
  padding: 11px 27px 10px;
  display: inline-block;
  border: 2px solid #d0d0d0;
  background-color: transparent;
  outline: none;
  border-radius: 6px;
  -webkit-transition: color .2s, background .2s, border .2s;
  -o-transition: color .2s, background .2s, border .2s;
  transition: color .2s, background .2s, border .2s;
}
.resources-categories__item.__active,
.resources-categories__item:hover {
  background-color: #8cc6ec;
  color: #ffffff;
  border-color: #8cc6ec;
}
.resources-list {
  list-style-type: none;
  margin: 0 -15px;
  padding: 0;
  -webkit-transition: height .2s;
  -o-transition: height .2s;
  transition: height .2s;
}
.suggested-resources .resources-list {
  zoom: 1;
}
.suggested-resources .resources-list:after {
  content: "";
  display: table;
  clear: both;
}
.resources-list__list-item {
  list-style-type: none;
  margin: 0;
  padding: 15px;
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .resources-list__list-item {
    width: 50%;
  }
  .suggested-resources .resources-list__list-item {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .resources-list__list-item {
    width: 33.33%;
  }
  .suggested-resources .resources-list__list-item {
    width: 50%;
    float: left;
  }
}
.resources-list__grid-sizer {
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .resources-list__grid-sizer {
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .resources-list__grid-sizer {
    width: 33.33%;
  }
}
.resources-list__item {
  display: block;
  border: 2px solid #d0d0d0;
  padding: 22px;
  position: relative;
  min-height: 156px;
}
.suggested-resources .resources-list__item {
  border-radius: 4px;
  min-height: 186px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .suggested-resources .resources-list__item {
    min-height: 206px;
  }
}
.resources-list__item:hover {
  border-color: #1b3244;
}
.resources-list__figure {
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  background-position: 50%;
  height: 55px;
  margin-bottom: 16px;
}
.resources-list__list-item.__white-paper .resources-list__figure {
  background-image: url(../img/icon-res-white-paper.svg);
}
.resources-list__list-item.__case-study .resources-list__figure {
  background-image: url(../img/icon-res-case-study.svg);
}
.resources-list__list-item.__infographic .resources-list__figure {
  background-image: url(../img/icon-res-infographic.svg);
}
.resources-list__title {
  text-align: center;
  font: bold 16px/1.2 'proximanova-condensed', sans-serif;
  color: #1b3244;
  margin: 0;
  padding: 0;
  max-height: 38px;
  overflow: hidden;
}
.resources-list__rollover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #1b3244;
  padding: 22px;
  text-align: center;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  color: #ffffff;
  opacity: 0;
  filter: alpha(opacity=0);
}
.resources-list__item:hover .resources-list__rollover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.suggested-resources .resources-list__rollover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.resources-list__rollover-title {
  font: bold 16px/1 'proximanova-condensed', sans-serif;
  margin: 0;
  padding: 0 0 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.resources-list__rollover-text {
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  max-height: 80px;
  word-wrap: break-word;
}
@media only screen and (min-width: 1024px) {
  .resources-download {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1280px;
    margin: 0 auto;
  }
}
.resources-download__col-1 {
  padding: 40px 20px 14px;
}
@media only screen and (min-width: 640px) {
  .resources-download__col-1 {
    padding-top: 60px;
    padding-left: 44px;
    padding-right: 44px;
  }
}
@media only screen and (min-width: 1024px) {
  .resources-download__col-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 60%;
        -ms-flex: 1 1 60%;
            flex: 1 1 60%;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (min-width: 1280px) {
  .resources-download__col-1 {
    padding-left: 90px;
    padding-right: 90px;
  }
}
.resources-download__col-2 {
  background-color: #f9f9f9;
  padding: 30px 30px 34px;
}
@media only screen and (min-width: 640px) {
  .resources-download__col-2 {
    padding: 54px 44px 34px;
    max-width: 470px;
    margin: 0 auto 82px;
  }
}
@media only screen and (min-width: 1024px) {
  .resources-download__col-2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 40%;
        -ms-flex: 1 1 40%;
            flex: 1 1 40%;
    margin: 0 46px 0 0;
    padding-top: 70px;
  }
}
.resources-download__figure {
  display: block;
  width: 206px;
  height: 197px;
  margin: 0 auto 36px;
  background-repeat: no-repeat;
  background-image: url(../img/icon-resources-download.png);
  -webkit-background-size: contain;
          background-size: contain;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .resources-download__figure {
    background-image: url(../img/icon-resources-download@2x.png);
  }
}
@media only screen and (min-width: 640px) {
  .resources-download__figure {
    margin-bottom: 56px;
  }
}
.reference {
  padding: 64px 50px;
  max-width: 942px;
  margin: 20px auto 0;
  position: relative;
}
.reference:before {
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  right: 18px;
  height: 1px;
  background-color: #d0d0d0;
}
.reference__figure {
  width: 180px;
  height: 108px;
  display: block;
  margin: 46px auto 40px;
  background-repeat: no-repeat;
  background-image: url(../img/icon-food.svg);
}
.reference__text {
  text-align: center;
  padding-bottom: 66px;
  font: 22px/1.375 'proximanova-condensed', sans-serif;
}
.services-heading {
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.services-heading.__type-sma {
  background-color: #d67a61;
  color: #ffffff;
  min-height: 300px;
}
@media only screen and (min-width: 640px) {
  .services-heading.__type-sma {
    min-height: 670px;
  }
}
.services-heading.__type-sma-inner {
  background-color: #8cc6ec;
  min-height: 200px;
}
@media only screen and (min-width: 640px) {
  .services-heading.__type-sma-inner {
    min-height: 376px;
  }
}
@media only screen and (min-width: 1024px) {
  .services-heading.__type-sma-inner {
    min-height: 516px;
  }
}
.services-heading.__type-bda {
  background-color: #8cc6ec;
  min-height: 500px;
}
@media only screen and (min-width: 640px) {
  .services-heading.__type-bda {
    min-height: 580px;
  }
}
@media only screen and (min-width: 1024px) {
  .services-heading.__type-bda-inner {
    min-height: 430px;
    background-image: url(../img/services-heading-figure.png);
    background-position: 50% 100%;
    -webkit-background-size: 600px auto;
            background-size: 600px auto;
  }
}
.services-heading__inner {
  max-width: 510px;
  margin: 0 auto;
  padding: 70px 30px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 640px) {
  .services-heading__inner {
    padding: 180px 40px 46px;
  }
  .services-heading.__type-sma .services-heading__inner {
    padding-top: 200px;
  }
}
@media only screen and (min-width: 1024px) {
  .services-heading__inner {
    max-width: 1014px;
    padding-left: 46px;
    padding-right: 46px;
  }
}
.services-heading.__type-bda-inner .services-heading__inner {
  padding: 0 30px;
  margin-top: 20px;
}
.services-heading__figure {
  background-repeat: no-repeat;
  background-position: 50%;
  position: absolute;
  z-index: 1;
}
.services-heading.__type-bda .services-heading__figure {
  width: 504px;
  height: 519px;
  top: 50%;
  left: 50%;
  margin-top: -269px;
  margin-left: -251px;
  background-image: url(../img/services-bigdata-heading.png);
}
.services-heading.__type-bda .services-heading__figure .bda-dot {
  position: absolute;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background-color: #84E7E4;
  -webkit-animation: wavy-loader 6s linear infinite;
       -o-animation: wavy-loader 6s linear infinite;
          animation: wavy-loader 6s linear infinite;
  display: none;
}
@media only screen and (min-width: 640px) {
  .services-heading.__type-bda .services-heading__figure .bda-dot {
    display: block;
  }
}
.services-heading.__type-bda .services-heading__figure .bda-dot.__with-border:before {
  content: '';
  position: absolute;
  top: -7px;
  right: -7px;
  bottom: -7px;
  left: -7px;
  border: 1px solid #c7e8fe;
  border-radius: 50%;
}
.services-heading.__type-bda .services-heading__figure .bda-dot-1 {
  top: 0;
  right: 235px;
  -webkit-transform: translate3d(-2px, 15px, 0);
          transform: translate3d(-2px, 15px, 0);
}
.services-heading.__type-bda .services-heading__figure .bda-dot-2 {
  top: 4px;
  right: 202px;
  -webkit-animation-delay: .25s;
       -o-animation-delay: .25s;
          animation-delay: .25s;
  -webkit-transform: translate3d(-3px, 15px, 0);
          transform: translate3d(-3px, 15px, 0);
}
.services-heading.__type-bda .services-heading__figure .bda-dot-3 {
  top: 20px;
  right: 151px;
  -webkit-animation-delay: .5s;
       -o-animation-delay: .5s;
          animation-delay: .5s;
  -webkit-transform: translate3d(-6px, 15px, 0);
          transform: translate3d(-6px, 15px, 0);
}
.services-heading.__type-bda .services-heading__figure .bda-dot-4 {
  top: 42px;
  right: 107px;
  -webkit-animation-delay: .75s;
       -o-animation-delay: .75s;
          animation-delay: .75s;
  -webkit-transform: translate3d(-10px, 15px, 0);
          transform: translate3d(-10px, 15px, 0);
}
.services-heading.__type-bda .services-heading__figure .bda-dot-5 {
  top: 112px;
  right: 38px;
  -webkit-animation-delay: .1s;
       -o-animation-delay: .1s;
          animation-delay: .1s;
  -webkit-transform: translate3d(-18px, 15px, 0);
          transform: translate3d(-18px, 15px, 0);
}
.services-heading.__type-bda .services-heading__figure .bda-dot-6 {
  bottom: 200px;
  right: 0;
  -webkit-animation-delay: 1.25s;
       -o-animation-delay: 1.25s;
          animation-delay: 1.25s;
  -webkit-transform: translate3d(-15px, -3px, 0);
          transform: translate3d(-15px, -3px, 0);
}
.services-heading.__type-bda .services-heading__figure .bda-dot-7 {
  bottom: 155px;
  right: 13px;
  -webkit-animation-delay: 1.5s;
       -o-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-transform: translate3d(-15px, -6px, 0);
          transform: translate3d(-15px, -6px, 0);
}
.services-heading.__type-bda .services-heading__figure .bda-dot-8 {
  bottom: 73px;
  right: 69px;
  -webkit-animation-delay: 1.75s;
       -o-animation-delay: 1.75s;
          animation-delay: 1.75s;
  -webkit-transform: translate3d(-15px, -13px, 0);
          transform: translate3d(-15px, -13px, 0);
}
.services-heading.__type-bda .services-heading__figure .bda-dot-9 {
  bottom: 40px;
  right: 116px;
  -webkit-animation-delay: 2s;
       -o-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-transform: translate3d(-10px, -15px, 0);
          transform: translate3d(-10px, -15px, 0);
}
.services-heading.__type-bda .services-heading__figure .bda-dot-10 {
  bottom: 28px;
  right: 136px;
  -webkit-animation-delay: 2.25s;
       -o-animation-delay: 2.25s;
          animation-delay: 2.25s;
  -webkit-transform: translate3d(-8px, -15px, 0);
          transform: translate3d(-8px, -15px, 0);
}
.services-heading.__type-bda .services-heading__figure .bda-dot-11 {
  bottom: 19px;
  right: 157px;
  -webkit-animation-delay: 2.5s;
       -o-animation-delay: 2.5s;
          animation-delay: 2.5s;
  -webkit-transform: translate3d(-6px, -15px, 0);
          transform: translate3d(-6px, -15px, 0);
}
.services-heading.__type-bda .services-heading__figure .bda-dot-12 {
  bottom: 11px;
  right: 179px;
  -webkit-animation-delay: 2.75s;
       -o-animation-delay: 2.75s;
          animation-delay: 2.75s;
  -webkit-transform: translate3d(-5px, -15px, 0);
          transform: translate3d(-5px, -15px, 0);
}
.services-heading.__type-bda .services-heading__figure .bda-dot-13 {
  bottom: 0;
  left: 243px;
  -webkit-animation-delay: 3s;
       -o-animation-delay: 3s;
          animation-delay: 3s;
  -webkit-transform: translate3d(2px, -15px, 0);
          transform: translate3d(2px, -15px, 0);
}
.services-heading.__type-bda .services-heading__figure .bda-dot-14 {
  bottom: 1px;
  left: 220px;
  -webkit-animation-delay: 3.25s;
       -o-animation-delay: 3.25s;
          animation-delay: 3.25s;
  -webkit-transform: translate3d(3px, -15px, 0);
          transform: translate3d(3px, -15px, 0);
}
.services-heading.__type-bda .services-heading__figure .bda-dot-15 {
  bottom: 14px;
  left: 163px;
  -webkit-animation-delay: 3.5s;
       -o-animation-delay: 3.5s;
          animation-delay: 3.5s;
  -webkit-transform: translate3d(6px, -15px, 0);
          transform: translate3d(6px, -15px, 0);
}
.services-heading.__type-bda .services-heading__figure .bda-dot-16 {
  bottom: 34px;
  left: 121px;
  -webkit-animation-delay: 3.75s;
       -o-animation-delay: 3.75s;
          animation-delay: 3.75s;
  -webkit-transform: translate3d(10px, -15px, 0);
          transform: translate3d(10px, -15px, 0);
}
.services-heading.__type-bda .services-heading__figure .bda-dot-17 {
  bottom: 96px;
  left: 46px;
  -webkit-animation-delay: 4s;
       -o-animation-delay: 4s;
          animation-delay: 4s;
  -webkit-transform: translate3d(15px, -12px, 0);
          transform: translate3d(15px, -12px, 0);
}
.services-heading.__type-bda .services-heading__figure .bda-dot-18 {
  top: 185px;
  left: 0;
  -webkit-animation-delay: 4.25s;
       -o-animation-delay: 4.25s;
          animation-delay: 4.25s;
  -webkit-transform: translate3d(15px, 4px, 0);
          transform: translate3d(15px, 4px, 0);
}
.services-heading.__type-bda .services-heading__figure .bda-dot-19 {
  top: 141px;
  left: 18px;
  -webkit-animation-delay: 4.5s;
       -o-animation-delay: 4.5s;
          animation-delay: 4.5s;
  -webkit-transform: translate3d(15px, 7px, 0);
          transform: translate3d(15px, 7px, 0);
}
.services-heading.__type-bda .services-heading__figure .bda-dot-20 {
  top: 65px;
  left: 77px;
  -webkit-animation-delay: 4.75s;
       -o-animation-delay: 4.75s;
          animation-delay: 4.75s;
  -webkit-transform: translate3d(15px, 14px, 0);
          transform: translate3d(15px, 14px, 0);
}
.services-heading.__type-bda .services-heading__figure .bda-dot-21 {
  top: 32px;
  left: 120px;
  -webkit-animation-delay: 5s;
       -o-animation-delay: 5s;
          animation-delay: 5s;
  -webkit-transform: translate3d(12px, 15px, 0);
          transform: translate3d(12px, 15px, 0);
}
.services-heading.__type-bda .services-heading__figure .bda-dot-22 {
  top: 17px;
  left: 151px;
  -webkit-animation-delay: 5.25s;
       -o-animation-delay: 5.25s;
          animation-delay: 5.25s;
  -webkit-transform: translate3d(7px, 15px, 0);
          transform: translate3d(7px, 15px, 0);
}
.services-heading.__type-bda .services-heading__figure .bda-dot-23 {
  top: 12px;
  left: 165px;
  -webkit-animation-delay: 5.5s;
       -o-animation-delay: 5.5s;
          animation-delay: 5.5s;
  -webkit-transform: translate3d(6px, 15px, 0);
          transform: translate3d(6px, 15px, 0);
}
.services-heading.__type-bda .services-heading__figure .bda-dot-24 {
  top: 2px;
  left: 198px;
  -webkit-animation-delay: 5.75s;
       -o-animation-delay: 5.75s;
          animation-delay: 5.75s;
  -webkit-transform: translate3d(5px, 15px, 0);
          transform: translate3d(5px, 15px, 0);
}
.services-heading.__type-sma .services-heading__figure {
  background-image: url(../img/services-sma-heading.svg);
  width: 730px;
  height: 723px;
  top: 70px;
  left: 50%;
  margin-left: -365px;
}
.services-heading.__type-sma-inner .services-heading__figure {
  background-image: url(../img/services-sma-heading-inner.svg);
  width: 730px;
  height: 723px;
  top: 20px;
  left: 50%;
  margin-left: -365px;
}
@media only screen and (min-width: 640px) {
  .services-heading.__type-sma-inner .services-heading__figure {
    top: 70px;
  }
}
.services-heading.__type-bda-inner .services-heading__figure {
  position: static;
  margin-top: 20px;
  -webkit-background-size: contain;
          background-size: contain;
  height: 160px;
}
@media only screen and (min-width: 1024px) {
  .services-heading.__type-bda-inner .services-heading__figure {
    height: 250px;
  }
}
.services-heading__figure.__type-ds {
  background-image: url(../img/services-ds.svg);
}
.services-heading__figure.__type-dsc {
  background-image: url(../img/services-dsc.svg);
}
.services-heading__figure.__type-engineering {
  background-image: url(../img/services-engineering.svg);
}
.services-heading__title {
  font: bold 26px/1.375 'proximanova-condensed', sans-serif;
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 640px) {
  .services-heading__title {
    font-size: 40px;
  }
}
.services-heading__text {
  font-size: 20px;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 640px) {
  .services-heading__text {
    font-size: 22px;
  }
}
.services-heading__title + .services-heading__text {
  padding-top: 76px;
}
.services {
  padding: 30px 20px;
}
@media only screen and (min-width: 640px) {
  .services {
    padding: 70px 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .services {
    padding: 80px 78px 50px;
    max-width: 1280px;
    margin: 0 auto;
  }
  .__type-bda-inner .services {
    padding-top: 98px;
  }
}
.services__inner {
  position: relative;
}
.services-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .services-list {
    max-width: 800px;
    margin: 0 auto;
  }
}
.services-list__list-item {
  padding: 0 22px;
}
.services-list__list-item:focus {
  outline: none;
}
@media only screen and (min-width: 640px) {
  .services-list__list-item {
    padding: 0 40px;
  }
}
@media only screen and (min-width: 742px) {
  .services-list__list-item + .services-list__list-item {
    padding-top: 60px;
  }
}
.services-list__item {
  max-width: 300px;
  margin: 0 auto;
}
.services-list__item:focus {
  outline: none;
}
@media only screen and (min-width: 742px) {
  .services-list__item {
    padding-left: 230px;
    max-width: inherit;
    position: relative;
  }
}
.services-list__title {
  font: bold 24px/1.1 'proximanova-condensed', sans-serif;
  margin: 20px 0 0;
  padding: 0;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .services-list__title {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 742px) {
  .services-list__title {
    text-align: inherit;
    margin-top: 0;
    min-height: 53px;
  }
}
.services-list__text {
  line-height: 1.5;
  margin-top: 52px;
}
@media only screen and (min-width: 742px) {
  .services-list__text {
    min-height: 72px;
    margin-top: 10px;
  }
}
.services-list__text p {
  margin: 0 0 13px;
}
.services-list__text ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.services-list__text ul li {
  position: relative;
  padding-left: 36px;
}
.services-list__text ul li:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #d67a61;
  position: absolute;
  left: 15px;
  top: 8px;
}
.services-list__text ul li + li {
  margin-top: 13px;
}
.services-list__action {
  display: block;
  padding-top: 30px;
}
.services-list__figure {
  background-repeat: no-repeat;
  width: 185px;
  height: 175px;
  margin: 0 auto;
}
@media only screen and (min-width: 742px) {
  .services-list__figure {
    max-width: inherit;
    position: absolute;
    left: 0;
    top: 16px;
    margin: 0;
  }
}
.services-list__figure.__type-ds {
  background-image: url(../img/services-ds.svg);
}
.services-list__figure.__type-dsc {
  background-image: url(../img/services-dsc.svg);
}
.services-list__figure.__type-engineering {
  background-image: url(../img/services-engineering.svg);
}
.services-list-arrow {
  position: absolute;
  top: 70px;
  background: none;
  border: 0;
  z-index: 5;
  cursor: pointer;
}
@media only screen and (min-width: 640px) {
  .services-list-arrow {
    top: 55px;
  }
}
.services-list-arrow.__type-prev {
  left: 0;
}
.services-list-arrow.__type-prev:before {
  content: "\f104";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 50px;
}
@media only screen and (min-width: 640px) {
  .services-list-arrow.__type-prev:before {
    font-size: 82px;
  }
}
.services-list-arrow.__type-next {
  right: 0;
}
.services-list-arrow.__type-next:after {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 50px;
}
@media only screen and (min-width: 640px) {
  .services-list-arrow.__type-next:after {
    font-size: 82px;
  }
}
@media only screen and (min-width: 742px) {
  .services-list-arrow {
    display: none;
  }
}
.services-nav-list {
  list-style-type: none;
  margin: 30px 0 0;
  padding: 0;
}
@media only screen and (min-width: 640px) {
  .services-nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.services-nav-list__list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
  border-top: 1px solid #d0d0d0;
}
@media only screen and (min-width: 640px) {
  .services-nav-list__list-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    border: 1px solid #d0d0d0;
  }
  .services-nav-list__list-item.__type-left {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    border-left-width: 0;
  }
  .services-nav-list__list-item.__type-right {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-right-width: 0;
    border-left-width: 0;
  }
}
.services-nav-list__list-item:hover {
  background-color: rgba(140, 198, 236, 0.14);
}
.services-nav-list__list-item:last-child {
  border-bottom: 1px solid #d0d0d0;
}
.services-nav-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: currentColor;
  position: relative;
  min-height: 270px;
}
@media only screen and (min-width: 1024px) {
  .services-nav-list__item {
    padding: 0;
    max-width: 550px;
    padding-left: 250px;
    padding-right: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.services-nav-list__item:hover {
  color: currentColor;
}
.services-nav-list__figure {
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  width: 185px;
  height: 175px;
}
.services-nav-list__figure.__type-engineering {
  background-image: url(../img/services-engineering.svg);
}
.services-nav-list__figure.__type-ds {
  background-image: url(../img/services-ds.svg);
}
.services-nav-list__figure.__type-dsc {
  background-image: url(../img/services-dsc.svg);
}
@media only screen and (min-width: 1024px) {
  .services-nav-list__figure {
    position: absolute;
    left: 28px;
    top: 50%;
    margin-top: -87px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s, -o-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s, -o-transform .3s;
    -webkit-transform-origin: center;
         -o-transform-origin: center;
            transform-origin: center;
  }
  .services-nav-list__item:hover .services-nav-list__figure {
    -webkit-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.services-nav-list__title {
  font: bold 24px/1 'proximanova-condensed', sans-serif;
  margin: 20px 0 0;
  padding: 0;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .services-nav-list__title {
    margin: 0;
    text-align: inherit;
  }
}
.schema-list {
  list-style-type: none;
  margin: 0;
  padding: 0 0 50px;
  counter-reset: decimals-counter;
}
@media only screen and (min-width: 742px) {
  .schema-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px 0 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .schema-list {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 640px) {
  .schema-list__list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 114px;
  }
}
@media only screen and (min-width: 742px) {
  .schema-list__list-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    -webkit-box-pack: initial;
    -webkit-justify-content: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    padding: 114px 20px 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .schema-list__list-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333%;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    padding-bottom: 50px;
  }
}
.schema-list__list-item + .schema-list__list-item {
  margin-top: 30px;
}
@media only screen and (min-width: 742px) {
  .schema-list__list-item + .schema-list__list-item {
    margin-top: 0;
  }
}
.schema-list__item {
  min-height: 36px;
  line-height: 1.1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 44px;
  position: relative;
}
@media only screen and (min-width: 640px) {
  .schema-list__item {
    margin-left: 58px;
  }
}
.schema-list__item:before {
  content: counter(decimals-counter);
  counter-increment: decimals-counter;
  display: block;
  color: #989898;
  border: 2px solid currentColor;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  font: 24px/1 'proximanova-condensed', sans-serif;
  padding: 5px;
  text-align: center;
  position: absolute;
  left: -44px;
  top: 1px;
}
@media only screen and (min-width: 640px) {
  .schema-list__item:before {
    left: -58px;
  }
}
.schema-list__figure {
  position: absolute;
  top: -114px;
  left: 0;
  right: 0;
  bottom: 100%;
  display: none;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
@media only screen and (min-width: 640px) {
  .schema-list__figure {
    display: block;
  }
}
.schema-list__figure.__step-1 {
  background-image: url(../img/icon-dsc-step-1.svg);
}
.schema-list__figure.__step-2 {
  background-image: url(../img/icon-dsc-step-2.svg);
}
.schema-list__figure.__step-3 {
  background-image: url(../img/icon-dsc-step-3.svg);
}
.schema-list__figure.__step-4 {
  background-image: url(../img/icon-dsc-step-4.svg);
}
.schema-list__figure.__step-5 {
  background-image: url(../img/icon-dsc-step-5.svg);
}
.steps-list {
  list-style-type: none;
  margin: 0 0 48px;
  padding: 0;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .steps-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 69px;
  }
}
.steps-list:before {
  content: '';
  position: absolute;
  left: 7px;
  top: 10%;
  width: 13px;
  height: 13px;
  border-style: solid;
  border-color: #8cc6ec;
  border-width: 3px 3px 0 0;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 100% 50%;
       -o-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
@media only screen and (min-width: 640px) {
  .steps-list:before {
    left: 14px;
  }
}
@media only screen and (min-width: 1024px) {
  .steps-list:before {
    width: 61px;
    height: 238px;
    left: -8px;
    top: 50%;
    margin-top: -119px;
    border-width: 0;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
    -webkit-transform-origin: inherit;
         -o-transform-origin: inherit;
            transform-origin: inherit;
    background-image: url(../img/icon-steps-long-arrow.png);
    background-repeat: no-repeat;
  }
}
.steps-list:after {
  content: '';
  width: 20px;
  position: absolute;
  left: 0;
  top: 10%;
  bottom: 10%;
  border-style: solid;
  border-width: 3px 0 3px 3px;
  border-radius: 200px 0 0 260px;
  border-color: #8cc6ec;
  border-bottom-style: dashed;
}
@media only screen and (min-width: 640px) {
  .steps-list:after {
    width: 28px;
  }
}
@media only screen and (min-width: 1024px) {
  .steps-list:after {
    width: 61px;
    height: 238px;
    right: -8px;
    left: auto;
    top: 50%;
    margin-top: -119px;
    border-width: 0;
    -webkit-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transform-origin: inherit;
         -o-transform-origin: inherit;
            transform-origin: inherit;
    background-image: url(../img/icon-steps-long-arrow.png);
    background-repeat: no-repeat;
  }
}
.steps-list__list-item {
  margin: 0 10px 0 28px;
  position: relative;
}
.steps-list__list-item:not(:last-child):after {
  content: '';
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -10px;
  width: 19px;
  height: 44px;
  background-repeat: no-repeat;
  background-image: url(../img/icon-steps-arrow-mobile.png);
}
@media only screen and (min-width: 640px) {
  .steps-list__list-item {
    margin: 0 48px;
  }
}
@media only screen and (min-width: 1024px) {
  .steps-list__list-item {
    margin: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .steps-list__list-item:after {
    display: none;
  }
  .steps-list__list-item:first-child:before {
    content: '';
    position: absolute;
    right: -51px;
    left: auto;
    top: 50%;
    margin-top: -8px;
    margin-left: 0;
    width: 102px;
    height: 19px;
    background-repeat: no-repeat;
    background-image: url(../img/icon-steps-arrow.png);
  }
  .steps-list__list-item.__step-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .steps-list__list-item.__step-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .steps-list__list-item.__step-3 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .steps-list__list-item.__step-3:before {
    content: '';
    position: absolute;
    left: -51px;
    top: 50%;
    margin-top: -8px;
    margin-left: 0;
    width: 102px;
    height: 19px;
    background-repeat: no-repeat;
    background-image: url(../img/icon-steps-arrow.png);
    -webkit-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .steps-list__list-item.__step-4 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}
.steps-list__list-item + .steps-list__list-item {
  margin-top: 40px;
}
@media only screen and (min-width: 1024px) {
  .steps-list__list-item + .steps-list__list-item {
    margin-top: 0;
  }
}
.steps-list__item {
  padding: 20px 25px 40px;
  border: 2px solid #d0d0d0;
  border-radius: 6px;
}
@media only screen and (min-width: 1024px) {
  .steps-list__item {
    max-width: 423px;
    margin: 46px 0;
  }
  .steps-list__list-item.__step-1 .steps-list__item,
  .steps-list__list-item.__step-4 .steps-list__item {
    margin-right: 70px;
  }
  .steps-list__list-item.__step-2 .steps-list__item,
  .steps-list__list-item.__step-3 .steps-list__item {
    margin-left: 70px;
  }
}
.steps-list__title {
  font: 25px/1.375 'proximanova', sans-serif;
  margin: 0 0 20px;
  padding: 0;
}
.steps-list__text {
  font-size: 18px;
  line-height: 1.5;
}
.appeal {
  padding-top: 80px;
}
@media only screen and (min-width: 1024px) {
  .appeal {
    overflow: hidden;
    border-radius: 50%;
  }
}
.appeal__outer {
  background-color: #1b3244;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .appeal__outer {
    width: 800px;
    height: 800px;
    margin: 26px auto;
    padding: 80px;
    -webkit-background-clip: content-box;
            background-clip: content-box;
    border-radius: 50%;
  }
  .appeal__outer:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25.5px;
    margin-top: -23.5px;
    width: 51px;
    height: 47px;
    background-image: url(../img/appeal-satellite.svg);
    background-repeat: no-repeat;
    -webkit-animation: rotate-satellite 20s infinite linear;
         -o-animation: rotate-satellite 20s infinite linear;
            animation: rotate-satellite 20s infinite linear;
    background-color: #fff;
  }
  .appeal__outer:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 1px dashed #7fb4d6;
    -webkit-animation: rotate-border 200s infinite linear;
         -o-animation: rotate-border 200s infinite linear;
            animation: rotate-border 200s infinite linear;
  }
}
.appeal__inner {
  padding: 30px;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .appeal__inner {
    position: relative;
    padding: 70px;
    max-width: inherit;
    margin: 0 auto;
  }
}
.appeal__inner:before {
  content: '';
  width: 47px;
  height: 53px;
  position: absolute;
  left: 50%;
  top: -52px;
  margin-left: -23.5px;
  background-image: url(../img/appeal-rocket.svg);
  background-repeat: no-repeat;
}
.appeal__title {
  color: #ffffff;
  font: 30px/1.1 'Cabin', sans-serif;
  max-width: 240px;
  margin: 0 auto;
  padding: 0;
}
.appeal__text {
  color: #ffffff;
  font: 300 18px/1.6 'proximanova', sans-serif;
  margin: 0;
  padding: 0;
}
.appeal__title + .appeal__text {
  padding-top: 30px;
}
.appeal__text p {
  margin: 0;
}
.appeal__text p + p {
  margin-top: 24px;
}
.appeal__text p + ul {
  margin-top: 34px;
}
.appeal__text ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.appeal__text ul li {
  color: #8cc6ec;
  padding: 6px 0;
}
.appeal__text strong {
  color: #7fb4d6;
}
.sma-services-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-bottom: 8px solid #d67a61;
}
@media only screen and (min-width: 1024px) {
  .sma-services-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.sma-services-list__list-item {
  padding: 30px 30px;
  border-bottom: 1px solid #d0d0d0;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
@media only screen and (min-width: 640px) {
  .sma-services-list__list-item {
    padding: 88px 42px 94px;
  }
}
@media only screen and (min-width: 1024px) {
  .sma-services-list__list-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50%;
  }
  .sma-services-list__list-item.__type-left {
    border-right: 1px solid #d0d0d0;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
                -ms-grid-row-align: flex-end;
            align-items: flex-end;
  }
  .sma-services-list__list-item.__type-right {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
                -ms-grid-row-align: flex-start;
            align-items: flex-start;
  }
  .sma-services-list__list-item:nth-last-child(-n+2) {
    border-bottom-width: 0;
  }
}
.sma-services-list__list-item:hover {
  background-color: rgba(140, 198, 236, 0.14);
}
.sma-services-list__item {
  max-width: 640px;
  width: 100%;
}
.sma-services-title {
  margin: 0;
  padding: 0 0 20px;
  font: bold 24px/1.375 'proximanova-condensed', sans-serif;
}
.sma-services-text {
  padding-bottom: 36px;
}
.sma-services-list__list-item:hover .sma-services-action {
  color: #ffffff;
  border-color: #8cc6ec;
  background-color: #8cc6ec;
}
.sma-services-nav-list {
  list-style-type: none;
  margin: 0 0 36px;
  padding: 0;
}
@media only screen and (min-width: 640px) {
  .sma-services-nav-list {
    margin-top: 36px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .sma-services-nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.sma-services-nav-list__list-item {
  border-top: 1px solid #d0d0d0;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
@media only screen and (min-width: 1024px) {
  .sma-services-nav-list__list-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.sma-services-nav-list__list-item:last-child {
  border-bottom: 1px solid #d0d0d0;
}
@media only screen and (min-width: 1024px) {
  .sma-services-nav-list__list-item:last-child {
    border-bottom-width: 0;
  }
}
.sma-services-nav-list__list-item:hover {
  background-color: rgba(140, 198, 236, 0.14);
}
.sma-services-nav-list__list-item.__type-prev {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.sma-services-nav-list.__type-single .sma-services-nav-list__list-item {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sma-services-nav-list__item {
  display: block;
  padding: 20px 20px 20px 74px;
  color: currentColor;
  position: relative;
}
@media only screen and (min-width: 640px) {
  .sma-services-nav-list__item {
    padding: 48px 48px 48px 102px;
  }
}
@media only screen and (min-width: 1024px) {
  .sma-services-nav-list__item {
    max-width: 562px;
    padding: 88px 68px;
  }
  .sma-services-nav-list__list-item.__type-prev .sma-services-nav-list__item {
    padding-right: 112px;
  }
  .sma-services-nav-list__list-item.__type-next .sma-services-nav-list__item {
    padding-left: 112px;
  }
}
.sma-services-nav-list__item:hover {
  color: currentColor;
}
.sma-services-nav-list__item:before {
  content: '';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 82px;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -41px;
}
@media only screen and (min-width: 640px) {
  .sma-services-nav-list__item:before {
    left: 48px;
  }
}
@media only screen and (min-width: 1024px) {
  .sma-services-nav-list__item:before {
    left: 0;
  }
}
.sma-services-nav-list__list-item.__type-prev .sma-services-nav-list__item:before {
  content: "\f104";
}
@media only screen and (min-width: 1024px) {
  .sma-services-nav-list__list-item.__type-prev .sma-services-nav-list__item:before {
    left: 20px;
  }
}
.sma-services-nav-list__list-item.__type-next .sma-services-nav-list__item:before {
  content: "\f105";
}
@media only screen and (min-width: 1024px) {
  .sma-services-nav-list__list-item.__type-next .sma-services-nav-list__item:before {
    left: 64px;
  }
}
.sma-services-nav-list__caption {
  font: 300 italic 18px/1 'proximanova', sans-serif;
  padding-bottom: 10px;
}
.sma-services-nav-list__title {
  font: bold 24px/1 'proximanova-condensed', sans-serif;
  margin: 0;
  padding: 0;
}
.main-heading {
  min-height: 500px;
  background-image: url(../img/main-heading-bg.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-background-size: cover;
          background-size: cover;
  border-radius: 0 0 200% 200% / 0 0 50px 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 640px) {
  .main-heading {
    min-height: 840px;
  }
}
@media only screen and (min-width: 1024px) {
  .main-heading {
    min-height: 540px;
    height: 100vh;
  }
}
.main-heading__inner {
  color: #ffffff;
  text-align: center;
  max-width: 500px;
  margin: auto;
  padding: 0 20px;
}
@media only screen and (min-width: 1024px) {
  .main-heading__inner {
    max-width: 700px;
  }
}
.main-heading__title {
  font: bold 40px/1.25 'Cabin', sans-serif;
  margin: 60px 0 0;
  padding: 0;
}
@media only screen and (min-width: 640px) {
  .main-heading__title {
    margin-top: 80px;
    font-size: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .main-heading__title {
    margin-top: 120px;
    font-size: 50px;
  }
}
.main-heading__subtitle {
  font: 30px/1.25 'Cabin', sans-serif;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 640px) {
  .main-heading__subtitle {
    font-size: 35px;
  }
}
@media only screen and (min-width: 1024px) {
  .main-heading__subtitle {
    font-size: 30px;
  }
}
.main-heading__title + .main-heading__subtitle {
  padding-top: 24px;
}
@media only screen and (min-width: 640px) {
  .main-heading__title + .main-heading__subtitle {
    padding-top: 14px;
  }
}
.main-heading__action {
  display: none;
  margin: 76px auto 20px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #d67a61;
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
  padding: 28px 10px;
  cursor: pointer;
  -webkit-transition: color 0.2s, background-color 0.2s;
  -o-transition: color 0.2s, background-color 0.2s;
  transition: color 0.2s, background-color 0.2s;
}
@media only screen and (min-width: 640px) {
  .main-heading__action {
    display: block;
  }
}
.main-heading__action:hover {
  background-color: #cb5839;
  color: #ffffff;
}
.main-title {
  color: #404040;
  font: 30px/1.25 'Cabin', sans-serif;
  text-align: center;
  margin: 0;
  padding: 0 0 50px;
}
@media only screen and (min-width: 640px) {
  .main-title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 1024px) {
  .main-welcome .main-title {
    text-align: inherit;
  }
}
.main-products .main-title {
  padding-bottom: 40px;
}
.main-services {
  padding: 55px 20px 80px;
  max-width: 1280px;
  margin: 0 auto;
}
@media only screen and (min-width: 640px) {
  .main-services {
    padding-left: 78px;
    padding-right: 78px;
  }
}
@media only screen and (min-width: 1024px) {
  .main-services {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.main-services__inner {
  position: relative;
}
.main-services-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .main-services-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.main-services-list__list-item {
  padding: 0 22px;
}
.main-services-list__list-item:focus {
  outline: none;
}
@media only screen and (min-width: 640px) {
  .main-services-list__list-item {
    padding: 0 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .main-services-list__list-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33.33333333%;
        -ms-flex: 1 1 33.33333333%;
            flex: 1 1 33.33333333%;
    padding: 0;
  }
}
.main-services-list__item {
  max-width: 300px;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .main-services-list__item {
    padding: 30px;
    max-width: 280px;
    border-radius: 6px;
    border: 2px solid transparent;
    -webkit-transition: border-color 0.2s;
    -o-transition: border-color 0.2s;
    transition: border-color 0.2s;
    position: relative;
  }
  .main-services-list__item:hover {
    border-color: #c8c8c8;
  }
}
.main-services-list__title {
  font: bold 24px/1.1 'proximanova-condensed', sans-serif;
  margin: 20px 0 0;
  padding: 0;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .main-services-list__title {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .main-services-list__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 180px;
    min-height: 53px;
  }
}
.main-services-list__text {
  line-height: 1.5;
  text-align: center;
  margin-top: 15px;
}
@media only screen and (min-width: 640px) {
  .main-services-list__text {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .main-services-list__text {
    padding-left: 0;
    padding-right: 0;
    min-height: 72px;
  }
}
.main-services-list__action {
  display: block;
  padding-top: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (min-width: 1024px) {
  .main-services-list__item .main-services-list__action {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0.2s, opacity 0.2s, color 0.2s, background-color 0.2s, border-color 0.2s;
    -o-transition: visibility 0.2s, opacity 0.2s, color 0.2s, background-color 0.2s, border-color 0.2s;
    transition: visibility 0.2s, opacity 0.2s, color 0.2s, background-color 0.2s, border-color 0.2s;
  }
}
@media only screen and (min-width: 1024px) {
  .main-services-list__item:hover .main-services-list__action {
    opacity: 1;
    visibility: visible;
  }
}
.main-services-list__figure {
  background-repeat: no-repeat;
  width: 185px;
  height: 175px;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .main-services-list__figure {
    max-width: inherit;
    position: absolute;
    left: 50%;
    top: 18px;
    margin-right: 0;
    margin-left: -87px;
  }
}
.main-services-list__figure.__type-ds {
  background-image: url(../img/services-ds.svg);
}
.main-services-list__figure.__type-sma {
  background-image: url(../img/services-sma.svg);
}
.main-services-list__figure.__type-dsc {
  background-image: url(../img/services-dsc.svg);
}
.main-services-list-arrow {
  position: absolute;
  top: 70px;
  background: none;
  border: 0;
  z-index: 5;
  cursor: pointer;
}
@media only screen and (min-width: 640px) {
  .main-services-list-arrow {
    top: 55px;
  }
}
.main-services-list-arrow.__type-prev {
  left: 0;
}
.main-services-list-arrow.__type-prev:before {
  content: "\f104";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 50px;
}
@media only screen and (min-width: 640px) {
  .main-services-list-arrow.__type-prev:before {
    font-size: 82px;
  }
}
.main-services-list-arrow.__type-next {
  right: 0;
}
.main-services-list-arrow.__type-next:after {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 50px;
}
@media only screen and (min-width: 640px) {
  .main-services-list-arrow.__type-next:after {
    font-size: 82px;
  }
}
@media only screen and (min-width: 1024px) {
  .main-services-list-arrow {
    display: none;
  }
}
.main-products__inner {
  background-color: #f9f9f9;
}
.main-products-list {
  list-style-type: none;
  margin: 0 auto;
  padding: 44px 30px 0;
  max-width: 510px;
}
@media only screen and (min-width: 640px) {
  .main-products-list {
    padding-left: 68px;
    padding-right: 68px;
  }
}
@media only screen and (min-width: 1024px) {
  .main-products-list {
    background: none;
    padding-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1280px;
    padding-left: 56px;
    padding-right: 56px;
  }
}
.main-products-list__list-item {
  text-align: center;
  padding-bottom: 40px;
  position: relative;
}
@media only screen and (min-width: 640px) {
  .main-products-list__list-item {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  .main-products-list__list-item {
    padding-bottom: 120px;
    text-align: inherit;
    padding-right: 80px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
}
.main-products-list__list-item + .main-products-list__list-item {
  padding-top: 76px;
  background-image: url(../img/products-list-separator.svg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  -webkit-background-size: contain;
          background-size: contain;
}
@media only screen and (min-width: 1024px) {
  .main-products-list__list-item + .main-products-list__list-item {
    padding-top: 0;
    background: none;
  }
}
.main-products-list__list-item:last-child {
  padding-bottom: 120px;
}
.main-products-list__figure {
  width: 176px;
  height: 176px;
  display: inline-block;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
}
.main-products-list__figure:before {
  content: '';
  position: absolute;
  top: 50%;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
}
.main-products-list__figure.__type-moneygraph:before {
  width: 144px;
  height: 100px;
  left: 50%;
  margin-top: -50px;
  margin-left: -72px;
  background-image: url(../img/main-products-moneygraph.svg);
}
.main-products-list__figure.__type-snipe:before {
  width: 130px;
  height: 113px;
  left: 16px;
  margin-top: -56px;
  background-image: url(../img/main-products-snipe.svg);
}
.main-products-list__title {
  font: bold 24px/1 'proximanova-condensed', sans-serif;
  margin: 0;
  padding: 0 0 36px;
}
.main-products-list__figure + .main-products-list__title {
  padding-top: 36px;
}
@media only screen and (min-width: 640px) {
  .main-products-list__figure + .main-products-list__title {
    padding-top: 60px;
  }
}
.main-products-list__text {
  font-size: 20px;
}
.main-products-list__chart {
  position: absolute;
  bottom: 0;
  width: 412px;
  height: 64px;
  margin: 0 auto;
  display: none;
}
@media only screen and (min-width: 640px) {
  .main-products-list__list-item:last-child .main-products-list__chart {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .main-products-list__chart {
    display: block;
  }
}
.main-products-list__chart svg {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 100%;
  height: 100%;
}
.main-products-list__chart svg rect {
  -webkit-animation-name: resize-chart;
       -o-animation-name: resize-chart;
          animation-name: resize-chart;
  -webkit-animation-duration: 8s;
       -o-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
       -o-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  fill: #fff;
}
.main-products-list__chart svg rect:nth-child(2n+2) {
  -webkit-animation-delay: 1s;
       -o-animation-delay: 1s;
          animation-delay: 1s;
}
.main-products-list__chart svg rect:nth-child(3n+3) {
  -webkit-animation-delay: 2s;
       -o-animation-delay: 2s;
          animation-delay: 2s;
}
.main-products-list__chart svg rect:nth-child(4n+4) {
  -webkit-animation-delay: 3s;
       -o-animation-delay: 3s;
          animation-delay: 3s;
}
.main-products-list__chart svg rect:nth-child(5n+5) {
  -webkit-animation-delay: 4s;
       -o-animation-delay: 4s;
          animation-delay: 4s;
}
.main-welcome {
  padding: 42px 30px 96px;
  max-width: 1176px;
  margin: 0 auto;
}
@media only screen and (min-width: 640px) {
  .main-welcome {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media only screen and (min-width: 1024px) {
  .main-welcome {
    max-width: 1280px;
    padding-top: 112px;
    padding-bottom: 162px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 1024px) {
  .main-welcome__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 56%;
        -ms-flex: 1 1 56%;
            flex: 1 1 56%;
  }
}
.main-welcome__figure {
  width: 106px;
  height: 106px;
  margin: 0 auto 26px;
  background-repeat: no-repeat;
  background-image: url(../img/main-welcome-mobile.svg);
}
@media only screen and (min-width: 1024px) {
  .main-welcome__figure {
    width: 350px;
    height: 353px;
    background-image: url(../img/main-welcome.svg);
    background-position: 100% 0;
    margin: 8px 0 0;
    padding-left: 60px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 44%;
        -ms-flex: 1 1 44%;
            flex: 1 1 44%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.main-welcome__text {
  font: 300 20px/1.4 'proximanova', sans-serif;
  text-align: justify;
}
.main-reviews {
  min-height: 610px;
  padding: 72px 30px 78px;
  background-image: url(../img/main-reviews-bg-mobile.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
@media only screen and (min-width: 640px) {
  .main-reviews {
    padding-left: 42px;
    padding-right: 42px;
  }
}
@media only screen and (min-width: 1024px) {
  .main-reviews {
    background-image: url(../img/main-reviews-bg.jpg);
    background-position: 50%;
  }
}
.main-reviews-list {
  list-style-type: none;
  margin: 0 -10px;
  padding: 0;
}
@media only screen and (min-width: 742px) {
  .main-reviews-list {
    max-width: 860px;
    margin: 0 auto;
  }
}
.main-reviews-list__list-item {
  display: block;
  background-color: #ffffff;
  padding: 82px 20px 30px;
  margin: 54px 10px 0;
  position: relative;
  border-radius: 9px;
}
@media only screen and (min-width: 640px) {
  .main-reviews-list__list-item {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 82px;
  }
}
.main-reviews-list__figure {
  position: absolute;
  z-index: 3;
  top: -52px;
  width: 104px;
  height: 104px;
  left: 50%;
  margin-left: -52px;
  border-radius: 50%;
  background-position: 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  border: 8px solid #fff;
  background-color: #fff;
}
.main-reviews-list__name {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin: 0;
  padding: 0;
}
.main-reviews-list__text {
  line-height: 1.6;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .main-reviews-list__text {
    font-size: 22px;
  }
}
.main-reviews-list__name + .main-reviews-list__text {
  padding-top: 30px;
}
.main-reviews-list .slick-dots {
  bottom: -46px;
}
.main-reviews-list .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 6px;
}
.main-reviews-list .slick-dots li.slick-active button:before {
  background-color: #fff;
  opacity: 1;
}
.main-reviews-list .slick-dots li button:before {
  content: '';
  font: inherit;
  width: 12px;
  height: 12px;
  border: 3px solid #fff;
  border-radius: 50%;
  opacity: 1;
}
.view-error {
  text-align: center;
  max-width: 420px;
  margin: 42px auto 0;
  padding: 0 20px;
}
@media only screen and (min-width: 640px) {
  .view-error {
    margin-top: 92px;
  }
}
@media only screen and (min-width: 1024px) {
  .view-error {
    max-width: none;
    margin: 120px 0 0;
  }
}
@media only screen and (min-width: 1280px) {
  .view-error {
    margin-top: 194px;
  }
}
.view-error__status {
  font: bold 150px/1 'Cabin', sans-serif;
  letter-spacing: 5px;
  color: #7cc5ee;
  margin: 0 -20px;
  padding: 11px 0;
  position: relative;
}
.view-error__status-figure {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  margin-left: -88px;
  width: 171px;
  height: 171px;
}
.view-error__status-figure path {
  stroke-dasharray: 290;
  stroke-dashoffset: 291;
  -webkit-animation: error-atom 3s 0.4s forwards cubic-bezier(0.6, 0, 0.2, 1.7);
       -o-animation: error-atom 3s 0.4s forwards cubic-bezier(0.6, 0, 0.2, 1.7);
          animation: error-atom 3s 0.4s forwards cubic-bezier(0.6, 0, 0.2, 1.7);
}
.view-error__status + .view-error__title {
  padding-top: 22px;
}
.view-error__title {
  font: bold 25px/1 'proximanova', sans-serif;
  margin: 0;
  padding: 0;
}
.view-error__title + .view-error__text {
  padding-top: 40px;
}
.view-error__text {
  font-size: 18px;
  line-height: 1.5;
}
.idl-map {
  position: absolute;
  top: 90px;
  right: 0;
  bottom: 0;
  left: 0;
}
.btn {
  display: inline-block;
  vertical-align: top;
  color: #86a2b1;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid currentColor;
  margin: 0;
  padding: 12px 10px;
  min-width: 110px;
  text-align: center;
  text-decoration: none;
  font: 600 13px/1 'proximanova', sans-serif;
  -webkit-transition: color .2s, border .2s, background .2s;
  -o-transition: color .2s, border .2s, background .2s;
  transition: color .2s, border .2s, background .2s;
  letter-spacing: inherit;
}
.btn:hover {
  color: #ffffff;
  border-color: #8cc6ec;
  background-color: #8cc6ec;
}
.btn:focus {
  outline: none;
}
.btn.__type-subscribe {
  font: 22px/1 'proximanova-condensed', sans-serif;
  text-transform: uppercase;
  background-color: #1b3244;
  border-color: #1b3244;
  color: #ffffff;
  padding: 16px 0 15px;
  width: 100%;
  border-radius: 4px;
}
.btn.__type-subscribe:hover {
  color: #ffffff;
  border-color: #1b3244;
  background-color: #2f4b60;
}
.btn.__type-contacts {
  font: 24px/1 'proximanova', sans-serif;
  color: #ffffff;
  background-color: #7fb4d6;
  border-color: #7fb4d6;
  padding: 23px 26px;
  border-width: 2px;
  border-radius: 8px;
}
.btn.__type-contacts:hover {
  color: #7fb4d6;
  background-color: transparent;
}
.btn.__type-products {
  font: bold 24px/1 'proximanova', sans-serif;
  padding: 23px 40px;
  border-width: 2px;
}
.btn.__type-download {
  color: #404040;
  background-color: #8cc6ec;
  width: 100%;
  font: bold 22px/1 'proximanova-condensed', sans-serif;
  padding: 16px 10px 15px;
  border-color: #8cc6ec;
}
.btn.__type-download:hover {
  background-color: #76bbe8;
  border-color: #76bbe8;
}
.btn.__type-search {
  font: 22px/1 'proximanova-condensed', sans-serif;
  text-transform: uppercase;
  background-color: #1b3244;
  border-color: #1b3244;
  color: #ffffff;
  padding: 16px 0 15px;
  width: 100%;
  border-radius: 4px;
}
.btn.__type-search:hover {
  color: #ffffff;
  border-color: #1b3244;
  background-color: #2f4b60;
}
.form {
  padding: 25px 0;
  max-width: 410px;
  margin: 0 auto;
}
.subscribe-block .form {
  padding: 0;
}
.resources-download .form {
  max-width: 300px;
  padding: 0;
}
.form.searchform {
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .form {
    max-width: none;
  }
}
.contacts__description + .form {
  margin-top: 22px;
}
.form__title {
  font: bold 20px/1.5 'proximanova-condensed', sans-serif;
  margin: 0 0 38px;
  padding: 0;
}
.form__help {
  position: relative;
  padding-top: 8px;
  font: 300 italic 16px/1.375 'proximanova', sans-serif;
}
.form__help:before {
  content: '*';
  font: bold normal 30px/1 'proximanova', sans-serif;
  position: absolute;
  top: 0;
  left: -12px;
}
@media only screen and (min-width: 1024px) {
  .form__grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media only screen and (min-width: 1024px) {
  .form__col {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 40%;
        -ms-flex: 1 1 40%;
            flex: 1 1 40%;
    width: 100%;
  }
  .form__col.__type-big {
    -webkit-flex-basis: 60%;
        -ms-flex-preferred-size: 60%;
            flex-basis: 60%;
  }
}
@media only screen and (min-width: 1024px) {
  .form__col-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.form__action {
  text-align: center;
  position: relative;
  padding-bottom: 20px;
}
.form__action .ajax-loader {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -30px !important;
}
.form__action + .form__help {
  margin-top: 24px;
}
.form-group {
  padding-bottom: 30px;
}
@media only screen and (min-width: 640px) {
  .form-group {
    padding-bottom: 40px;
  }
}
.searchform .form-group {
  padding-bottom: 30px;
}
.subscribe-block .form-group {
  padding-bottom: 30px;
}
.sidebar-block .form-group {
  padding-bottom: 0;
}
.sidebar-block .form-group + .form-group {
  padding-top: 30px;
}
.resources-download .form-group {
  padding-bottom: 26px;
}
@media only screen and (min-width: 1024px) {
  .form__col-row .form-group {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    padding-right: 18px;
  }
}
.form-group__input {
  border: 2px solid #d0d0d0;
  border-radius: 8px;
  color: #6f6f6f;
  outline: none;
  padding: 9px 28px;
  font: 24px/1.375 'proximanova-condensed', sans-serif;
  -webkit-transition: padding 0.2s, border-color 0.2s;
  -o-transition: padding 0.2s, border-color 0.2s;
  transition: padding 0.2s, border-color 0.2s;
  min-height: 55px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-group__input:placeholder {
  color: #d0d0d0;
}
.form-group__input:focus,
.form-group__input:active {
  border-color: #aaaaaa;
  outline: none;
}
.form-group__input.__type-full {
  width: 100%;
}
.form-group__input-prepend {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.form-group__input-prepend span.wpcf7-not-valid-tip {
  left: -56px;
}
.form-group__input-prepend .form-group__input {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-left: 20px;
}
.form-group__input-prepend.__active .form-group__input {
  border-left-width: 0;
  padding-left: 0px;
  border-color: #aaaaaa;
}
textarea.form-group__input {
  min-height: 245px;
  resize: none;
}
.resources-download .form-group__input {
  padding: 12px 18px;
  font-size: 20px;
}
.searchform .form-group__input {
  width: 100%;
}
.form-group__add-on {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 9px 12px;
  min-width: 56px;
  min-height: 55px;
  border: 2px solid #d0d0d0;
  border-radius: 8px;
  border-right-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-transition: border-color 0.2s;
  -o-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.form-group__add-on svg {
  margin: auto;
  -webkit-transition: opacity .2s, -webkit-transform .2s;
  transition: opacity .2s, -webkit-transform .2s;
  -o-transition: transform .2s, opacity .2s, -o-transform .2s;
  transition: transform .2s, opacity .2s;
  transition: transform .2s, opacity .2s, -webkit-transform .2s, -o-transform .2s;
}
.form-group__add-on.__type-top svg {
  margin: 0 auto;
}
.form-group__input-prepend.__active .form-group__add-on {
  border-color: #aaaaaa;
}
.form-group__input-prepend.__active .form-group__add-on svg {
  opacity: .55;
  -webkit-transform: scale(0.8, 0.8);
       -o-transform: scale(0.8, 0.8);
          transform: scale(0.8, 0.8);
}
.form label {
  display: inline-block;
  cursor: pointer;
}
.form input[type=checkbox] {
  margin-right: 8px;
  margin-top: 4px;
  margin-bottom: 4px;
}
.form div.wpcf7-validation-errors {
  border-color: #d67a61;
}
.form .wpcf7-form-control-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.form .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  bottom: -22px;
  font-size: 13px;
}
.socials {
  text-align: center;
}
@media only screen and (min-width: 1280px) {
  .socials {
    text-align: inherit;
  }
}
.entry-meta .socials {
  margin: 20px 0 30px;
}
.sidebar .socials {
  text-align: center;
}
.__type-article .sidebar .socials {
  display: none;
}
@media only screen and (min-width: 1280px) {
  .__type-article .sidebar .socials {
    display: block;
  }
}
.team-list__figure .socials {
  position: absolute;
  z-index: 5;
  right: -20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.team-list__figure .socials {
  opacity: 0;
  filter: alpha(opacity=0);
}
.team-list__list-item.__active .socials {
  -webkit-animation-duration: .3s;
       -o-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-fill-mode: both;
       -o-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: socialsScale;
       -o-animation-name: socialsScale;
          animation-name: socialsScale;
}
@media only screen and (min-width: 1024px) {
  .team-list__list-item:hover .socials {
    -webkit-animation-duration: .3s;
         -o-animation-duration: .3s;
            animation-duration: .3s;
    -webkit-animation-fill-mode: both;
         -o-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: socialsScale;
         -o-animation-name: socialsScale;
            animation-name: socialsScale;
  }
}
.socials__title {
  margin: 0;
  font-weight: normal;
  display: block;
  vertical-align: top;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  padding-bottom: 20px;
}
@media only screen and (min-width: 1280px) {
  .socials__title {
    padding: 11px 10px 11px 0;
    display: inline-block;
    text-align: inherit;
  }
}
.socials__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
}
.socials__list-item {
  display: inline-block;
  margin: 0 9px;
}
.socials.__type-vertical .socials__list-item {
  display: block;
  margin: 12px 0 0;
}
.socials.__type-vertical .socials__list-item:first-child {
  margin-top: 0;
}
.socials__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 26px;
  line-height: 1;
  padding: 6px;
  border: 1px solid #708996;
  border-radius: 50%;
  color: #708996;
}
.socials__item:hover {
  background-color: #708996;
  color: #ffffff;
}
.socials__item .fa {
  position: relative;
  top: 1px;
}
.socials__item .fa-envelope,
.socials__item .fa-envelope-o {
  font-size: 20px;
}
.footer-socials .socials__item {
  font-size: 24px;
}
.footer-socials .socials__item:hover {
  color: #2f3335;
}
.__type-404 .footer-socials .socials__item:hover {
  color: #ffffff;
}
.team-list__figure .socials__item {
  background-color: #ffffff;
  border-color: #5d5d5d;
  color: #5d5d5d;
}
.team-list__figure .socials__item:hover {
  background-color: #d67a61;
  border-color: #d67a61;
  color: #ffffff;
}
.suggested-resources {
  max-width: 402px;
  margin: 0 auto;
  padding: 52px 20px 34px;
  border-bottom: 1px solid #d0d0d0;
}
@media only screen and (min-width: 640px) {
  .suggested-resources {
    padding-left: 84px;
    padding-right: 84px;
    max-width: 530px;
  }
}
@media only screen and (min-width: 1024px) {
  .suggested-resources {
    max-width: 840px;
  }
}
@media only screen and (min-width: 1280px) {
  .suggested-resources {
    max-width: 1280px;
    padding-left: 78px;
    padding-right: 78px;
    padding-top: 48px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.suggested-resources__info {
  text-align: center;
  color: #404040;
  padding-bottom: 12px;
}
@media only screen and (min-width: 1280px) {
  .suggested-resources__info {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 40%;
        -ms-flex: 1 1 40%;
            flex: 1 1 40%;
    text-align: inherit;
    padding-right: 30px;
  }
}
.suggested-resources__info-title {
  margin: 0;
  padding: 0 0 20px;
  font: 26px/1.1 'Cabin', sans-serif;
}
@media only screen and (min-width: 640px) {
  .suggested-resources__info-title {
    font-size: 35px;
  }
}
.suggested-resources__info-text {
  font: 300 20px/1.375 'proximanova', sans-serif;
}
@media only screen and (min-width: 1280px) {
  .suggested-resources__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 60%;
        -ms-flex: 1 1 60%;
            flex: 1 1 60%;
  }
}
.editor-content {
  font-size: 18px;
  line-height: 1.5;
}
.editor-content p {
  margin: 0 0 30px;
}
.editor-content p + table {
  margin-top: 60px;
}
@media only screen and (min-width: 1024px) {
  .editor-content p + table {
    margin-top: 90px;
  }
}
.editor-content p + ul {
  margin-top: -20px;
}
.editor-content h1 {
  font: bold 40px/1.2 'proximanova-condensed', sans-serif;
  margin: 0 0 36px;
  padding: 0;
}
.editor-content h2 {
  font: bold 32px/1.2 'proximanova-condensed', sans-serif;
  margin: 0 0 26px;
  padding: 0;
}
.editor-content h3 {
  font: 25px/1.2 'proximanova', sans-serif;
  margin: 0 0 30px;
  padding: 0;
}
.editor-content h3 + em {
  padding-top: 10px;
}
.editor-content h3 + p {
  padding-top: 10px;
}
.editor-content h3 + ul {
  margin-top: -10px;
}
.editor-content h5 {
  font: 300 italic 16px/1.375 'proximanova', sans-serif;
  margin: 0;
  padding: 0 0 20px;
}
.editor-content ul {
  list-style-type: none;
  margin: 0 0 30px;
  padding: 0;
}
.editor-content ul li {
  padding: 5px 0 5px 24px;
  position: relative;
}
.editor-content ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 3px solid #8cc6ec;
}
.editor-content ul + h3 {
  padding-top: 10px;
}
.editor-content .table-responsive {
  overflow-y: hidden;
  overflow-x: auto;
  min-height: .01%;
  border: 2px solid #d0d0d0;
  border-radius: 4px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 640px) {
  .editor-content .table-responsive {
    margin: 0 -20px 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .editor-content .table-responsive {
    margin: 0 40px 70px;
  }
}
.editor-content .table-responsive table {
  border-width: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 640px) {
  .editor-content .table-responsive table {
    margin: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .editor-content .table-responsive table {
    margin: 0;
    width: 100%;
  }
}
.editor-content table {
  width: 100%;
  border: 2px solid #d0d0d0;
  margin-bottom: 40px;
  border-collapse: collapse;
}
@media only screen and (min-width: 640px) {
  .editor-content table {
    width: calc(100% + 40px);
    margin: 0 -20px 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .editor-content table {
    width: calc(100% - 80px);
    margin: 0 40px 70px;
  }
}
.editor-content table tr:last-child th,
.editor-content table tr:last-child td {
  border-bottom-width: 0;
}
.editor-content table tr:nth-of-type(odd) td,
.editor-content table tr:nth-of-type(odd) th {
  background-color: #f9f9f9;
}
.editor-content table th,
.editor-content table td {
  padding: 6px;
  font-size: 15px;
  border-bottom: 1px solid #e7e7e7;
  border-right: 1px solid #d0d0d0;
  text-align: center;
}
.editor-content table th:last-child,
.editor-content table td:last-child {
  border-right-width: 0;
}
@media only screen and (min-width: 640px) {
  .editor-content table th,
  .editor-content table td {
    padding: 16px;
    text-align: inherit;
  }
}
.editor-content table th {
  font-weight: bold;
}
.editor-content img {
  max-width: 100%;
  height: auto;
}
.editor-content img + p {
  margin-top: 30px;
}
.editor-content a {
  color: #39affd;
  text-decoration: none;
}
.editor-content a:hover,
.editor-content a:active {
  color: #079bfc;
}
.editor-content.blog-content {
  padding: 0 0 24px;
  position: relative;
}
.editor-content.blog-content:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -30px;
  right: -30px;
  height: 1px;
  background-color: #d0d0d0;
}
@media only screen and (min-width: 742px) {
  .editor-content.blog-content:after {
    left: 0;
    right: 0;
  }
}
@media only screen and (min-width: 742px) {
  .editor-content.blog-content {
    padding: 0 0 24px;
  }
}
.editor-content.blog-content blockquote {
  display: block;
  margin: 60px auto;
  font-weight: bold;
  font-size: 22px;
  max-width: 90%;
}
@media only screen and (min-width: 640px) {
  .editor-content.blog-content blockquote {
    max-width: 80%;
  }
}
.editor-content.blog-content h4 {
  margin: 60px 0;
  font-weight: bold;
}
.editor-content.blog-content ul li {
  position: relative;
  padding: 0 0 0 22px;
}
.editor-content.blog-content ul li:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #d67a61;
  border: none;
  position: absolute;
  left: 8px;
  top: 10px;
}
.editor-content.blog-content ol {
  margin: 0 0 30px;
  padding-left: 22px;
}
.alignnone {
  margin: 5px 15px 15px 0;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  display: block;
  margin: 5px 0;
}
@media only screen and (min-width: 640px) {
  .alignright {
    display: inline;
    float: right;
    margin-left: 15px;
  }
}
.alignleft {
  display: block;
  margin: 5px 0;
}
@media only screen and (min-width: 640px) {
  .alignleft {
    display: inline;
    float: left;
    margin-right: 15px;
  }
}
.wp-caption {
  background: #f9f9f9;
  border: 1px solid #e7e7e7;
  padding: 5px 5px 10px;
  text-align: center;
  max-width: 100%;
  margin-bottom: 16px;
}
@media only screen and (min-width: 640px) {
  .wp-caption {
    margin-bottom: 6px;
  }
}
.wp-caption img {
  border: 0 none;
  margin: 0;
  padding: 0;
}
.wp-caption .wp-caption-text {
  font-size: 12px;
  margin: 0;
  padding: 0 4px 5px;
}
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  -o-animation: fa-spin 2s infinite linear;
     animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  -o-animation: fa-spin 1s infinite steps(8);
     animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
       transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
       transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
     transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
     transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
     transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
     transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -o-transform: scale(1, -1);
     transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
/* Slider */
.slick-slider {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
  outline: none;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
/*! Flickity v1.2.1
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
     transform: translateY(-50%);
}
.flickity-prev-next-button:hover {
  background: white;
}
.flickity-prev-next-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #09F;
          box-shadow: 0 0 0 5px #09F;
}
.flickity-prev-next-button:active {
  filter: alpha(opacity=60);
  /* IE8 */
  opacity: 0.6;
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30);
  /* IE8 */
  opacity: 0.3;
  cursor: auto;
}
.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.flickity-prev-next-button .arrow {
  fill: #333;
}
/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px;
}
/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  filter: alpha(opacity=25);
  /* IE8 */
  opacity: 0.25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100);
  /* IE8 */
  opacity: 1;
}
.hide {
  display: none;
}
.ov-h {
  overflow: hidden;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
         -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes bounceInDown {
  0% {
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  60% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}
@-o-keyframes bounceInDown {
  0% {
    transform: translate3d(0, -20px, 0);
  }
  60% {
    transform: translate3d(0, 5px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    -o-transform: none;
       transform: none;
  }
}
@keyframes bounceInDown {
  0% {
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  60% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }
}
@-webkit-keyframes socialsScale {
  from,
  50%,
  70%,
  to {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  from {
    opacity: 0;
    -webkit-transform: scale(0, 0) translate(0, -50%);
            transform: scale(0, 0) translate(0, -50%);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1) translate(0, -50%);
            transform: scale(1.1, 1.1) translate(0, -50%);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(0.9, 0.9) translate(0, -50%);
            transform: scale(0.9, 0.9) translate(0, -50%);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1, 1) translate(0, -50%);
            transform: scale(1, 1) translate(0, -50%);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
@-o-keyframes socialsScale {
  from,
  50%,
  70%,
  to {
    -o-animation-timing-function: linear;
       animation-timing-function: linear;
  }
  from {
    opacity: 0;
    -o-transform: scale(0, 0) translate(0, -50%);
       transform: scale(0, 0) translate(0, -50%);
    -o-transform-origin: top;
       transform-origin: top;
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.1, 1.1) translate(0, -50%);
       transform: scale(1.1, 1.1) translate(0, -50%);
    -o-transform-origin: top;
       transform-origin: top;
  }
  70% {
    opacity: 1;
    -o-transform: scale(0.9, 0.9) translate(0, -50%);
       transform: scale(0.9, 0.9) translate(0, -50%);
    -o-transform-origin: top;
       transform-origin: top;
  }
  to {
    opacity: 1;
    -o-transform: scale(1, 1) translate(0, -50%);
       transform: scale(1, 1) translate(0, -50%);
    -o-transform-origin: top;
       transform-origin: top;
  }
}
@keyframes socialsScale {
  from,
  50%,
  70%,
  to {
    -webkit-animation-timing-function: linear;
         -o-animation-timing-function: linear;
            animation-timing-function: linear;
  }
  from {
    opacity: 0;
    -webkit-transform: scale(0, 0) translate(0, -50%);
         -o-transform: scale(0, 0) translate(0, -50%);
            transform: scale(0, 0) translate(0, -50%);
    -webkit-transform-origin: top;
         -o-transform-origin: top;
            transform-origin: top;
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1, 1.1) translate(0, -50%);
         -o-transform: scale(1.1, 1.1) translate(0, -50%);
            transform: scale(1.1, 1.1) translate(0, -50%);
    -webkit-transform-origin: top;
         -o-transform-origin: top;
            transform-origin: top;
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(0.9, 0.9) translate(0, -50%);
         -o-transform: scale(0.9, 0.9) translate(0, -50%);
            transform: scale(0.9, 0.9) translate(0, -50%);
    -webkit-transform-origin: top;
         -o-transform-origin: top;
            transform-origin: top;
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1, 1) translate(0, -50%);
         -o-transform: scale(1, 1) translate(0, -50%);
            transform: scale(1, 1) translate(0, -50%);
    -webkit-transform-origin: top;
         -o-transform-origin: top;
            transform-origin: top;
  }
}
@-webkit-keyframes fadeInOut {
  from {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-o-keyframes fadeInOut {
  from {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeInOut {
  from {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes atom {
  from {
    stroke-dashoffset: 203;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-o-keyframes atom {
  from {
    stroke-dashoffset: 203;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes atom {
  from {
    stroke-dashoffset: 203;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes error-atom {
  from {
    stroke-dashoffset: 291;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-o-keyframes error-atom {
  from {
    stroke-dashoffset: 291;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes error-atom {
  from {
    stroke-dashoffset: 291;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes circle-loader {
  from {
    stroke-dashoffset: 252;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-o-keyframes circle-loader {
  from {
    stroke-dashoffset: 252;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes circle-loader {
  from {
    stroke-dashoffset: 252;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.33);
            transform: scale(0.33);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes pulse {
  0% {
    -o-transform: scale(0.33);
       transform: scale(0.33);
    opacity: 1;
  }
  80% {
    -o-transform: scale(1);
       transform: scale(1);
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(0.33);
         -o-transform: scale(0.33);
            transform: scale(0.33);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes wavy-loader {
  50% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes wavy-loader {
  50% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wavy-loader {
  50% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes resize-chart {
  35% {
    -webkit-transform: translate(0, -30px);
            transform: translate(0, -30px);
  }
  80% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-o-keyframes resize-chart {
  35% {
    -o-transform: translate(0, -30px);
       transform: translate(0, -30px);
  }
  80% {
    -o-transform: translate(0, 0);
       transform: translate(0, 0);
  }
}
@keyframes resize-chart {
  35% {
    -webkit-transform: translate(0, -30px);
         -o-transform: translate(0, -30px);
            transform: translate(0, -30px);
  }
  80% {
    -webkit-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes rotate-satellite {
  from {
    -webkit-transform: rotate(0deg) translate(-403px) rotate(90deg);
            transform: rotate(0deg) translate(-403px) rotate(90deg);
  }
  to {
    -webkit-transform: rotate(360deg) translate(-403px) rotate(90deg);
            transform: rotate(360deg) translate(-403px) rotate(90deg);
  }
}
@-o-keyframes rotate-satellite {
  from {
    -o-transform: rotate(0deg) translate(-403px) rotate(90deg);
       transform: rotate(0deg) translate(-403px) rotate(90deg);
  }
  to {
    -o-transform: rotate(360deg) translate(-403px) rotate(90deg);
       transform: rotate(360deg) translate(-403px) rotate(90deg);
  }
}
@keyframes rotate-satellite {
  from {
    -webkit-transform: rotate(0deg) translate(-403px) rotate(90deg);
         -o-transform: rotate(0deg) translate(-403px) rotate(90deg);
            transform: rotate(0deg) translate(-403px) rotate(90deg);
  }
  to {
    -webkit-transform: rotate(360deg) translate(-403px) rotate(90deg);
         -o-transform: rotate(360deg) translate(-403px) rotate(90deg);
            transform: rotate(360deg) translate(-403px) rotate(90deg);
  }
}
@-webkit-keyframes rotate-border {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@-o-keyframes rotate-border {
  from {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(-360deg);
       transform: rotate(-360deg);
  }
}
@keyframes rotate-border {
  from {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
         -o-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@-webkit-keyframes change-color-orange {
  from,
  34%,
  68%,
  to {
    fill: #F2F5F8;
  }
  17% {
    fill: #d67a61;
  }
  51% {
    fill: #7fb4d6;
  }
  82% {
    fill: #2f4b60;
  }
}
@-o-keyframes change-color-orange {
  from,
  34%,
  68%,
  to {
    fill: #F2F5F8;
  }
  17% {
    fill: #d67a61;
  }
  51% {
    fill: #7fb4d6;
  }
  82% {
    fill: #2f4b60;
  }
}
@keyframes change-color-orange {
  from,
  34%,
  68%,
  to {
    fill: #F2F5F8;
  }
  17% {
    fill: #d67a61;
  }
  51% {
    fill: #7fb4d6;
  }
  82% {
    fill: #2f4b60;
  }
}
@-webkit-keyframes change-color-darkblue {
  from,
  34%,
  68%,
  to {
    fill: #F2F5F8;
  }
  17% {
    fill: #2f4b60;
  }
  51% {
    fill: #d67a61;
  }
  82% {
    fill: #7fb4d6;
  }
}
@-o-keyframes change-color-darkblue {
  from,
  34%,
  68%,
  to {
    fill: #F2F5F8;
  }
  17% {
    fill: #2f4b60;
  }
  51% {
    fill: #d67a61;
  }
  82% {
    fill: #7fb4d6;
  }
}
@keyframes change-color-darkblue {
  from,
  34%,
  68%,
  to {
    fill: #F2F5F8;
  }
  17% {
    fill: #2f4b60;
  }
  51% {
    fill: #d67a61;
  }
  82% {
    fill: #7fb4d6;
  }
}
@-webkit-keyframes change-color-blue {
  from,
  34%,
  68%,
  to {
    fill: #F2F5F8;
  }
  17% {
    fill: #7fb4d6;
  }
  51% {
    fill: #2f4b60;
  }
  82% {
    fill: #d67a61;
  }
}
@-o-keyframes change-color-blue {
  from,
  34%,
  68%,
  to {
    fill: #F2F5F8;
  }
  17% {
    fill: #7fb4d6;
  }
  51% {
    fill: #2f4b60;
  }
  82% {
    fill: #d67a61;
  }
}
@keyframes change-color-blue {
  from,
  34%,
  68%,
  to {
    fill: #F2F5F8;
  }
  17% {
    fill: #7fb4d6;
  }
  51% {
    fill: #2f4b60;
  }
  82% {
    fill: #d67a61;
  }
}
