@charset "UTF-8";
/*
 * Legal Disclaimer
 *
 * These Fonts are licensed only for use on these domains and their subdomains:
 * detectify.com
 *
 * It is illegal to download or use them on other websites.
 *
 * While the @font-face statements below may be modified by the client, this
 * disclaimer may not be removed.
 *
 * Lineto.com, 2015
 */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400,300,600,700);
@font-face {
  font-family: 'Circular-Black';
  src: url("../fonts/lineto-circular-black.eot");
  src: url("../fonts/lineto-circular-black.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-circular-black.woff") format("woff"), url("../fonts/lineto-circular-black.ttf") format("truetype"), url("../fonts/lineto-circular-black.svg#lineto-circular-black") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'saxMono';
  src: url("../fonts/saxmono-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/saxmono-webfont.woff") format("woff"), url("../fonts/saxmono-webfont.ttf") format("truetype"), url("../fonts/saxmono-webfont.svg#saxmono") format("svg"); }

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

@font-face {
  font-family: 'detectify';
  src: url("../svg/font/detectify.eot?#iefix") format("embedded-opentype"), url("../svg/font/detectify.woff") format("woff"), url("../svg/font/detectify.ttf") format("truetype"), url("../svg/font/detectify.svg#detectify") format("svg"); }

html {
  font-family: "Open sans", Arial, Helvetica, sans-serif;
  color: #202327;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

h1,
h2 {
  margin: 0;
  font-weight: 400; }

h3,
h4 {
  margin: 0; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

p {
  margin: 0; }

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

.u-text-red {
  color: #ff6e60 !important; }

.u-text-dark {
  color: #202327 !important; }

.u-text-gray-dark {
  color: #3a3c3f !important; }

.u-text-blue {
  color: #488dc8 !important; }

.u-text-white {
  color: #fff !important; }

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

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

.icon-video--white, .btn--video::before {
  display: inline-block;
  width: 19px;
  height: 25px;
  background-image: url("../assets/website-icons/icon-video--white.png");
  background-repeat: no-repeat; }

.icon-video--red, .btn--video:hover::before {
  display: inline-block;
  width: 19px;
  height: 25px;
  background-image: url("../assets/website-icons/icon-video--red.png");
  background-repeat: no-repeat; }

.btn {
  display: inline-block;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 3px;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  line-height: 54px; }

.btn--red {
  border-color: #ff6e60;
  color: #ff6e60;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
          transition: background-color 0.3s, color 0.3s, border-color 0.3s; }
  .btn--red:hover {
    background-color: #ff6e60;
    border-color: #ff6e60;
    color: #fff; }

.btn--dark {
  border-color: #202327;
  color: #202327;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
          transition: background-color 0.3s, color 0.3s, border-color 0.3s; }
  .btn--dark:hover {
    background-color: #202327;
    border-color: #202327;
    color: #fff; }

.btn--blue {
  border-color: #488dc8;
  color: #488dc8;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
          transition: background-color 0.3s, color 0.3s, border-color 0.3s; }
  .btn--blue:hover {
    background-color: #488dc8;
    border-color: #488dc8;
    color: #fff; }

.btn--blue-light {
  border-color: #01beff;
  color: #01beff;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
          transition: background-color 0.3s, color 0.3s, border-color 0.3s; }
  .btn--blue-light:hover {
    background-color: #01beff;
    border-color: #01beff;
    color: #fff; }

.btn--green {
  border-color: #44d38d;
  color: #44d38d;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
          transition: background-color 0.3s, color 0.3s, border-color 0.3s; }
  .btn--green:hover {
    background-color: #44d38d;
    border-color: #44d38d;
    color: #fff; }

.btn--white-on-red {
  border-color: #fff;
  color: #fff;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
          transition: background-color 0.3s, color 0.3s, border-color 0.3s; }
  .btn--white-on-red:hover {
    background-color: #fff;
    border-color: #fff;
    color: #ff6e60; }

.btn--white-on-green {
  border-color: #fff;
  color: #fff;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
          transition: background-color 0.3s, color 0.3s, border-color 0.3s; }
  .btn--white-on-green:hover {
    background-color: #fff;
    border-color: #fff;
    color: #44d38d; }

.btn--white-on-dark {
  border-color: #fff;
  color: #fff;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
          transition: background-color 0.3s, color 0.3s, border-color 0.3s; }
  .btn--white-on-dark:hover {
    background-color: #fff;
    border-color: #fff;
    color: #202327; }

.btn--m {
  width: 170px;
  padding: 0;
  line-height: 54px;
  font-size: 17px; }

.btn--s {
  width: 150px;
  padding: 0;
  line-height: 52px;
  font-size: 16px; }

.btn--video {
  position: relative;
  padding-left: 45px;
  width: 135px; }
  .btn--video::before {
    content: '';
    top: 50%;
    position: absolute;
    margin-top: -14px;
    left: 35px; }

.btn--no-border {
  border-color: transparent; }

.btn--txt {
  display: inline;
  text-align: left;
  border: 0; }

.btn--thin-border {
  border-width: 1px; }

.btn--filled-red {
  background-color: #ff6e60;
  color: #fff; }

.btn--wide {
  padding: 0 34px; }

.hdr {
  margin-bottom: 26px;
  font-family: "Circular-Black", "Arial Black", "Arial";
  color: #202327; }

h1,
.hdr--xl {
  font-size: 71px;
  letter-spacing: -0.05em;
  word-spacing: 0.033em; }
  @media (max-width: 680px) {
    h1,
    .hdr--xl {
      font-size: 59px;
      letter-spacing: -3px; } }
  @media (max-width: 440px) {
    h1,
    .hdr--xl {
      font-size: 41px;
      letter-spacing: -2px; } }

h2,
.hdr--l {
  font-size: 44px;
  letter-spacing: -0.05em;
  word-spacing: 0.033em; }
  @media only screen and (max-width: 750px) {
    h2,
    .hdr--l {
      font-size: 35px; } }

h3,
.hdr--m {
  font-size: 32px; }

h4,
.hdr--s {
  font-size: 24px; }

h5 {
  font-size: 20px;
  margin-bottom: 20px; }

.hdr--small-note {
  margin-bottom: 17px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center; }

.section {
  overflow: hidden; }

.section--red {
  background-color: #ff6e60; }

.section--dark {
  background-color: #202327; }

.section--hero-banner-gray-light {
  background-color: #b8b8b8; }

.section--gray-dark {
  background-color: #3a3c3f; }

.section--gray-light {
  background-color: #f6f6f6; }

.section--green {
  background-color: #44d38d; }

.section--yellow {
  background-color: #ffc600; }

.section--logo-parts {
  background: url("../assets/website/logo-parts--big.png") no-repeat center #b9b9b9; }
  @media (max-width: 48em) {
    .section--logo-parts {
      background-image: url("../assets/website/logo-parts.png"); } }

.section--tools-dark {
  background-color: #202327;
  background-image: url("../images/startpage/tools.png");
  background-position: center; }

.section--logo-dark {
  background-color: #202327;
  background-image: url("../images/startpage/bigdtfy.png");
  background-position: center;
  background-repeat: no-repeat; }

.section--grid-red {
  background-image: url("../assets/website/grid--red.png"); }
  @media (max-width: 48em) {
    .section--grid-red {
      background-image: none;
      background-color: #ff6e60; } }

.section--grid-dark {
  background-image: url("../assets/website/grid--dark.png");
  background-color: #202327; }

.section--logo-outline-exclamation-mark {
  background-image: url("../assets/website/outline-exclamation-mark.png");
  background-repeat: no-repeat;
  background-position: top center; }

.section--armyknife {
  background-image: url("../assets/website/armyknife.png");
  background-repeat: no-repeat;
  background-position: bottom right; }

.section--leaning-blue {
  position: relative;
  background: -webkit-linear-gradient(0deg, #01beff 20.5%, transparent 20.5%);
  background: linear-gradient(90deg, #01beff 20.5%, transparent 20.5%);
  overflow: hidden; }
  .section--leaning-blue::before {
    content: '';
    position: absolute;
    left: 20%;
    top: 0;
    z-index: -1;
    width: 80%;
    height: 110%;
    background-image: url("../assets/website/blue-triangle.svg");
    background-repeat: no-repeat;
    background-size: auto 100%; }
  @media (max-width: 62em) {
    .section--leaning-blue {
      background-color: #01beff; }
      .section--leaning-blue::before {
        display: none; } }

.section--leaning-gray {
  min-height: 804px;
  box-sizing: border-box;
  background: url("../assets/website/gray-computer-section.png") no-repeat right bottom #efeff0; }
  @media (max-width: 1800px) {
    .section--leaning-gray {
      background-size: 90%; } }
  @media (max-width: 62em) {
    .section--leaning-gray {
      background-size: contain; } }

.section--old-computers-on-green {
  min-height: 696px;
  box-sizing: border-box;
  background: url("../assets/website/old-computers-on-green.png") no-repeat right top #fafafa; }
  @media (max-width: 1675px) {
    .section--old-computers-on-green {
      background-size: 80%;
      background-position: right top; } }
  @media (max-width: 62em) {
    .section--old-computers-on-green {
      background-image: none; } }

.section--full {
  width: 100%; }

.lst--m {
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  word-spacing: 0.5px; }

.lst--s {
  font-size: 17px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0.35px; }

.lst--white {
  color: #fff; }

.lst--circle {
  list-style-type: circle; }

.lst--scattered li {
  margin-bottom: 20px; }

.lst--scattered li:last-child {
  margin-bottom: 0; }

a.a--link {
  color: #488dc8;
  text-decoration: none; }
  a.a--link:hover {
    text-decoration: underline; }

.p {
  font-weight: 200; }
  .p:last-child {
    margin-bottom: 0; }

.p--xxl {
  margin-bottom: 65px;
  font-size: 36px;
  font-weight: 300;
  line-height: 44px; }
  @media only screen and (max-width: 750px) {
    .p--xxl {
      font-size: 30px; } }

.p--l {
  margin-bottom: 65px;
  font-size: 26px;
  font-weight: 300;
  line-height: 44px;
  letter-spacing: -1px;
  word-spacing: 2px; }
  @media only screen and (max-width: 750px) {
    .p--l {
      font-size: 20px;
      line-height: 30px;
      margin-bottom: 30px; } }

.p--m {
  margin-bottom: 64px;
  font-size: 17px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0.35px; }

.p--s {
  margin-bottom: 64px;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0.35px; }

.p--nospace {
  margin-bottom: 0px; }

.logotype {
  display: inline-block;
  text-decoration: none; }
  .logotype::before {
    font-family: detectify, Arial, Helvetica, sans-serif;
    content: '\e802';
    font-size: 23pt;
    display: inline-block; }

.logotype--white {
  color: #fff; }

.logotype--red {
  color: #ff6e60; }

.logotype--dark {
  color: #202327; }

.logotype--bg-red {
  background-color: #ff6e60; }

.logo {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center; }

.logo--white-outline {
  width: 146px;
  height: 115px;
  background-image: url("../images/startpage/cloud.png"); }

.logo--black-outline-small {
  width: 76px;
  height: 60px;
  background-image: url("../assets/website-icons/cloud-small-black.png"); }
  @media (max-width: 48em) {
    .logo--black-outline-small {
      width: 38px;
      height: 30px;
      background-size: cover; } }

.code {
  font-family: "saxMono", "Monaco", "Menlo", monospace, "Courier New", "Droid Sans Mono"; }

.circle-arrow {
  position: relative;
  font-size: 44px;
  width: 1em;
  height: 1em;
  border: 2px solid currentColor;
  border-radius: 50%;
  -webkit-transition: border-color 0.3s;
          transition: border-color 0.3s;
  cursor: pointer; }
  .circle-arrow::before, .circle-arrow::after {
    content: '';
    position: absolute;
    top: 0.39em;
    width: 2px;
    height: 0.34em;
    background-color: currentColor;
    -webkit-transition: background-color 0.3s;
            transition: background-color 0.3s; }
  .circle-arrow::before {
    left: 0.36em;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .circle-arrow::after {
    right: 0.386em;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .circle-arrow:hover {
    border-color: #ccc; }
    .circle-arrow:hover::after, .circle-arrow:hover::before {
      background-color: #ccc; }
  @media only screen and (max-width: 750px) {
    .circle-arrow {
      border-width: 1px; }
      .circle-arrow::before, .circle-arrow::after {
        width: 1px; } }

.circle-arrow--small {
  font-size: 32px; }

.circle-arrow--point-left {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.circle-arrow--point-right {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg); }

.circle-arrow--white {
  color: #fff; }

.overlay, .more {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%; }

.overlay__close {
  position: absolute;
  top: 150px;
  right: 45px;
  width: 31px;
  height: 31px;
  cursor: pointer;
  border: 1px solid #646668;
  border-radius: 50%; }
  .overlay__close::before, .overlay__close::after {
    content: '';
    position: absolute;
    top: 6px;
    left: 15px;
    height: 18px;
    width: 1px;
    background-color: #646668;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .overlay__close::before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.overlay--gray, .more {
  background-color: #f1f1f1; }

.overlay--trans-black {
  background: rgba(0, 0, 0, 0.8); }

.overlay--below-navigation, .more {
  z-index: 999; }

.overlay--over-everything {
  z-index: 5000; }

.video {
  width: 75vw;
  height: 39vw; }

.visible-xs-block {
  display: none !important; }

.visible-xs-inline-block {
  display: none !important; }

.visible-xs-flex {
  display: none !important; }

.visible-xs-inline {
  display: none !important; }

.visible-sm-block {
  display: none !important; }

.visible-sm-inline-block {
  display: none !important; }

.visible-sm-flex {
  display: none !important; }

.visible-sm-inline {
  display: none !important; }

.visible-md-block {
  display: none !important; }

.visible-md-inline-block {
  display: none !important; }

.visible-md-flex {
  display: none !important; }

.visible-md-inline {
  display: none !important; }

.visible-lg-block {
  display: none !important; }

.visible-lg-inline-block {
  display: none !important; }

.visible-lg-flex {
  display: none !important; }

.visible-lg-inline {
  display: none !important; }

.visible-xl-block {
  display: none !important; }

.visible-xl-inline-block {
  display: none !important; }

.visible-xl-flex {
  display: none !important; }

.visible-xl-inline {
  display: none !important; }

@media (max-width: 33.9em) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 33.9em) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (max-width: 33.9em) {
  .visible-xs-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; } }

@media (max-width: 33.9em) {
  .visible-xs-inline {
    display: inline !important; } }

@media (min-width: 34em) and (max-width: 47.9em) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 34em) and (max-width: 47.9em) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 34em) and (max-width: 47.9em) {
  .visible-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; } }

@media (min-width: 34em) and (max-width: 47.9em) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 48em) and (max-width: 61.9em) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 48em) and (max-width: 61.9em) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 48em) and (max-width: 61.9em) {
  .visible-md-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; } }

@media (min-width: 48em) and (max-width: 61.9em) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 62em) and (max-width: 74.9em) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 62em) and (max-width: 74.9em) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (min-width: 62em) and (max-width: 74.9em) {
  .visible-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; } }

@media (min-width: 62em) and (max-width: 74.9em) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 75em) {
  .visible-xl-block {
    display: block !important; } }

@media (min-width: 75em) {
  .visible-xl-inline-block {
    display: inline-block !important; } }

@media (min-width: 75em) {
  .visible-xl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; } }

@media (min-width: 75em) {
  .visible-xl-inline {
    display: inline !important; } }

@media (max-width: 33.9em) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 34em) and (max-width: 47.9em) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 48em) and (max-width: 61.9em) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 62em) and (max-width: 74.9em) {
  .hidden-lg {
    display: none !important; } }

@media (min-width: 75em) {
  .hidden-xl {
    display: none !important; } }

@media (max-width: 33.9em) {
  .hidden-lt-xs {
    display: none !important; } }

@media (max-width: 47.9em) {
  .hidden-lt-sm {
    display: none !important; } }

@media (max-width: 61.9em) {
  .hidden-lt-md {
    display: none !important; } }

@media (max-width: 74.9em) {
  .hidden-lt-lg {
    display: none !important; } }

.hidden-lt-xl {
  display: none !important; }

@media (min-width: 33.9em) {
  .hidden-gt-xs {
    display: none !important; } }

@media (min-width: 47.9em) {
  .hidden-gt-sm {
    display: none !important; } }

@media (min-width: 61.9em) {
  .hidden-gt-md {
    display: none !important; } }

@media (min-width: 74.9em) {
  .hidden-gt-lg {
    display: none !important; } }

@media (min-width: null) {
  .hidden-gt-xl {
    display: none !important; } }

.burger {
  position: relative;
  font-size: 20px;
  width: 0.95em;
  height: 0.95em; }
  .burger::before, .burger::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0.35em;
    width: 0.95em;
    height: 0.1em;
    background: currentColor;
    -webkit-transition: -webkit-transform 0.2s linear, box-shadow 0.1s linear 0.2s;
            transition: transform 0.2s linear, box-shadow 0.1s linear 0.2s; }
  .burger::before {
    box-shadow: 0 -0.25em 0 0 currentColor, 0 0.25em 0 0 CurrentColor; }

.burger--active::before, .burger--active::after {
  -webkit-transition: box-shadow 0.1s linear, -webkit-transform 0.2s linear 0.1s;
          transition: box-shadow 0.1s linear, transform 0.2s linear 0.1s; }

.burger--active::before {
  box-shadow: 0 0 0 0 currentColor, 0 0 0 0 currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.burger--active::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.burger--black {
  color: #202327; }

.back-button {
  cursor: pointer; }

.hero-banner {
  position: relative;
  padding-top: 100px;
  box-sizing: border-box; }
  .hero-banner.hero-banner--no-action::before {
    min-height: 600px; }
  .hero-banner::before {
    content: "";
    min-height: 900px;
    height: 100%;
    max-height: 1000px;
    display: inline-block;
    visibility: hidden; }
  @media (max-width: 62em) {
    .hero-banner {
      padding-top: 48px; }
      .hero-banner .logo {
        background-size: 75%; }
      .hero-banner::before {
        min-height: 748px; }
      .hero-banner.hero-banner--no-action::before {
        min-height: 450px; } }

.hero-banner--tools {
  background-image: url("../images/website/tools.png");
  background-position: center; }

.rangeslider,
.rangeslider__fill {
  display: block;
  border-radius: 10px; }

.rangeslider {
  position: relative;
  width: 100%;
  height: 5px;
  background: #363c44;
  background-image: -webkit-linear-gradient(0deg, #363c44 99%, #202327 1%);
  background-image: linear-gradient(90deg, #363c44 99%, #202327 1%);
  background-size: 100px;
  cursor: pointer; }

.rangeslider__fill {
  position: absolute;
  top: 0;
  height: 100%;
  background-color: #488dc8;
  background-image: -webkit-linear-gradient(0deg, #488dc8 99%, #202327 1%);
  background-image: linear-gradient(90deg, #488dc8 99%, #202327 1%);
  background-size: 100px; }

.rangeslider__handle {
  display: inline-block;
  width: 40px;
  height: 20px;
  position: absolute;
  top: -8px;
  border-radius: 22px;
  color: #488dc8;
  line-height: 22px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  background: #fff;
  -ms-touch-action: pan-y;
      touch-action: pan-y; }

.rangeslider__handle:active {
  background: #ddd; }

.ball {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%; }

.ball--red {
  background-color: #ff6e60; }

.ball--yellow {
  background-color: #ffc600; }

.ball--green {
  background-color: #44d38d; }

.link-arrow {
  position: relative;
  padding-left: 20px;
  text-decoration: none; }
  .link-arrow:before {
    position: absolute;
    left: 0;
    top: 50%;
    content: '';
    width: 12px;
    height: 10px;
    margin-top: -5px; }

.link-arrow--dark {
  color: #202327; }
  .link-arrow--dark:before {
    background: url("../assets/website-icons/arrow-black.png"); }

.link-arrow--white {
  color: #fff; }
  .link-arrow--white:before {
    background: url("../assets/website-icons/arrow-white.png"); }

.image {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center; }

.i-computers {
  width: 536px;
  height: 384px;
  background-image: url("../images/website/computers.png"); }

.i-tools--small {
  width: 203px;
  height: 130px;
  background-image: url("../images/website/tools--small.png"); }

.i-tools--more-small {
  width: 67px;
  height: 60px;
  background-image: url("../assets/website-icons/menu-tools.png"); }

.i-inspect-report--small {
  width: 150px;
  height: 150px;
  background-image: url("../images/website/inspect-report--small.png"); }

.i-lines--more {
  width: 43px;
  height: 32px;
  background-image: url("../assets/website-icons/menu-lines.png"); }

.i-cloud--more {
  width: 56px;
  height: 44px;
  background-image: url("../assets/website-icons/menu-cloud.png"); }

.i-envelope--more {
  width: 47px;
  height: 36px;
  background-image: url("../assets/website-icons/menu-envelope.png"); }

.i-network--green {
  width: 641px;
  height: 365px;
  background-image: url("../images/website/network--green.png"); }

.i-whitehat {
  width: 457px;
  height: 343px;
  background-image: url("../assets/website/whitehat.png"); }

.i-quote {
  width: 200px;
  height: 200px;
  display: inline;
  margin: 0 auto; }

.icon {
  display: inline-block;
  background-repeat: no-repeat; }

.i-infinite {
  width: 86px;
  height: 38px;
  margin-bottom: 35px !important;
  background-image: url("../assets/website-icons/infinite.png"); }

.i-crossed-tools {
  width: 52px;
  height: 52px;
  background-image: url("../assets/website-icons/crossed-tools.png"); }

.i-bug {
  width: 61px;
  height: 51px;
  background-image: url("../assets/website-icons/bug.png"); }

.icon-scope:before {
  font-family: "fontello";
  display: inline-block;
  content: '\e811';
  font-size: 60px;
  color: #4D4F52;
  -webkit-font-smoothing: antialiased; }

.icon-scanlogin:before {
  font-family: "fontello";
  display: inline-block;
  content: '\e812';
  font-size: 60px;
  color: #4D4F52;
  -webkit-font-smoothing: antialiased; }

.icon-export:before {
  font-family: "fontello";
  display: inline-block;
  content: '\e813';
  font-size: 60px;
  color: #4D4F52;
  -webkit-font-smoothing: antialiased; }

.icon-mail:before {
  font-family: "fontello";
  display: inline-block;
  content: '\e810';
  font-size: 40px;
  color: #fff;
  padding-right: 15px;
  -webkit-font-smoothing: antialiased; }

.icon-mail span {
  vertical-align: top;
  line-height: 40px; }

.icon-mobile:before {
  font-family: "fontello";
  display: inline-block;
  content: '\e809';
  font-size: 50px;
  color: #fff;
  padding-right: 15px;
  -webkit-font-smoothing: antialiased; }

.icon-mobile span {
  vertical-align: top;
  line-height: 48px;
  font-size: 23px; }

.layout--center {
  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; }

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

.row--top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.row--center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.row--bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }

.row--2-columns > * {
  width: 50%; }

@media (max-width: 62em) {
  .row--2-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .row--2-columns > * {
      width: auto; } }

@media (max-width: 62em) {
  .col--resp-top {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; } }

.row--3-columns > * {
  width: 33.33%; }

.two-info-sections {
  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;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto; }
  .two-info-sections .section {
    max-width: 570px;
    box-sizing: border-box; }

@media (max-width: 1160px) {
  .two-info-sections {
    -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; } }

.btn-label {
  display: inline-block; }

.btn-label__btn {
  vertical-align: baseline; }

.btn-label__label {
  display: block;
  margin: 0;
  margin-top: 8px;
  color: #646668;
  font-size: 12px;
  text-align: center;
  text-decoration: none; }

.nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .nav ul > li {
    display: inline-block; }

.nav__link {
  color: #488dc8;
  text-decoration: none; }

.nav__button {
  line-height: 100px;
  padding: 0 30px;
  display: inline-block;
  color: #202327;
  text-decoration: none;
  -webkit-transition: color 0.3s;
          transition: color 0.3s;
  font-size: 15px; }
  .nav__button:hover {
    color: #656e7b; }

.nav__button--dropdown {
  padding-right: 40px;
  position: relative; }
  .nav__button--dropdown::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -2.5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4.5px 0;
    border-color: #202327 transparent transparent; }

.nav__button--active {
  background-color: #f1f1f1; }

.nav--user {
  margin-right: 10px; }
  .nav--user .btn {
    margin-right: 10px; }

@media (max-width: 62em) {
  .nav--main {
    position: absolute;
    left: 0;
    top: 48px;
    height: 100vh;
    width: 100vw;
    padding-top: 50px;
    background-color: #202327;
    -webkit-transition: left 0.3s cubic-bezier(0.72, -0.02, 0.44, 0.99);
            transition: left 0.3s cubic-bezier(0.72, -0.02, 0.44, 0.99); }
    .nav--main ul,
    .nav--main ul > li {
      display: block; }
    .nav--main ul > li {
      border-top: 1px solid #3a3c3f;
      margin: 0 25px; }
    .nav--main ul > li:last-child {
      text-align: center;
      padding-top: 40px; }
    .nav--main .nav__button {
      color: #fff;
      font-family: "Circular-Black", "Arial Black", "Arial";
      font-size: 20px;
      line-height: 80px;
      padding: 0;
      display: block; }
    .nav--main .nav__button--dropdown::after, .nav--main .nav__button--dropdown::before {
      position: absolute;
      right: 6px;
      top: 50%;
      width: 2px;
      height: 12px;
      content: '';
      background-color: #8d9395;
      border: 0; }
    .nav--main .nav__button--dropdown::before {
      margin-top: -2px; }
    .nav--main .nav__button--dropdown::after {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); } }

.nav--slide-out-left {
  left: -100%; }

.joke {
  height: 210px; }
  .joke code {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    color: #fff;
    text-align: center;
    font-size: 34px;
    word-break: break-all; }

.b-hdr-lst-btn {
  max-width: 650px; }
  .b-hdr-lst-btn .lst {
    padding-left: 20px;
    margin-bottom: 64px; }
  @media (max-width: 62em) {
    .b-hdr-lst-btn {
      padding: 30px; } }

.b-infobox--vertical, .b-infobox--table {
  max-width: 580px;
  padding: 80px 15%; }
  .b-infobox--vertical .image:first-child, .b-infobox--table .image:first-child {
    margin-bottom: 20px; }
  .b-infobox--vertical .hdr, .b-infobox--table .hdr {
    margin-bottom: 36px; }
  .b-infobox--vertical .p, .b-infobox--table .p {
    margin-bottom: 64px; }
  @media (max-width: 630px) {
    .b-infobox--vertical, .b-infobox--table {
      padding: 70px 30px 50px; } }
  .b-infobox--vertical.b-infobox--vertical-full, .b-infobox--vertical-full.b-infobox--table {
    max-width: 100%; }

.b-infobox--table {
  width: inherit;
  max-width: 100%; }
  @media (max-width: 630px) {
    .b-infobox--table {
      padding: 70px 30px 50px; } }

.b-infobox--vertical-main {
  padding: 80px 10px 80px 15%;
  max-width: 45%;
  display: inline-block;
  vertical-align: top; }
  @media (max-width: 62em) {
    .b-infobox--vertical-main {
      max-width: 100%;
      padding: 70px 30px 50px; } }

.b-infobox--vertical-side {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  max-width: 35%;
  padding: 115px 5% 80px 100px;
  line-height: 60px; }
  .b-infobox--vertical-side h4 {
    font-size: 20px;
    font-weight: 600; }
  .b-infobox--vertical-side p {
    font-size: 13px; }
  @media (max-width: 62em) {
    .b-infobox--vertical-side {
      max-width: 100%;
      padding: 0px 30px 50px; } }

.b-infobox--side-image {
  padding-right: 30px;
  width: 200px; }
  .b-infobox--side-image div {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    position: relative;
    overflow: hidden; }

.b-infobox--side-text {
  box-sizing: border-box;
  max-width: 620px;
  line-height: 35px; }
  .b-infobox--side-text h4 {
    font-size: 20px;
    font-weight: 600; }
  .b-infobox--side-text p {
    font-size: 13px; }

.b-infobox--centered {
  max-width: 850px;
  margin: 80px auto;
  padding: 0 20px; }

.more {
  display: none; }
  @media (max-width: 62em) {
    .more {
      top: 47px;
      left: 100%;
      height: 100%;
      overflow-y: scroll;
      display: block;
      -webkit-transition: left 0.3s cubic-bezier(0.72, -0.02, 0.44, 0.99);
              transition: left 0.3s cubic-bezier(0.72, -0.02, 0.44, 0.99);
      background-color: #202327; } }

.more--active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 62em) {
    .more--active {
      display: block;
      left: 0; } }

@media (min-width: 62em) {
  .more-container {
    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;
    width: 100%; } }

@media (max-width: 62em) {
  .more-container {
    padding: 20px;
    margin-bottom: 60px; }
    .more-container .back-button {
      padding: 30px 12px;
      color: #9e9e9f; }
      .more-container .back-button h3 {
        margin-left: 10px;
        font-family: "Circular-Black", "Arial Black", "Arial"; } }

@media (min-width: 62em) {
  .more-item {
    width: 25%;
    max-width: 320px;
    padding: 60px 0 45px;
    text-align: center;
    border-right: 1px dashed #d4d5d6; }
    .more-item .image {
      margin-bottom: 45px;
      height: 60px;
      background-position: center bottom; }
    .more-item:last-child {
      border-right: 0; }
    .more-item .nav li {
      display: block;
      margin-bottom: 15px; } }

@media (max-width: 62em) {
  .more-item {
    padding: 30px 12px;
    border-top: 1px solid #646668; }
    .more-item .image {
      display: none; }
    .more-item .nav ul > li {
      margin: 10px 25px 0 0; }
      .more-item .nav ul > li:last-child {
        margin-right: 0; }
    .more-item .hdr {
      font-size: 25px;
      margin: 0;
      color: #fff; } }

.b-text-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 120px 0; }
  @media (min-width: 62em) {
    .b-text-image > * {
      width: 50%;
      max-width: 520px;
      padding: 0 30px;
      background-origin: content-box; } }
  @media (max-width: 62em) {
    .b-text-image {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 40px 0; }
      .b-text-image > div {
        width: auto;
        padding-top: 0; }
      .b-text-image .image {
        width: 60vw;
        background-size: contain;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
            -ms-flex-order: -1;
                order: -1; } }

.parallel-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }
  .parallel-buttons > .btn:first-child,
  .parallel-buttons > p {
    margin-right: 20px; }
  .parallel-buttons > p {
    color: #fff; }

@media (max-width: 605px) {
  .parallel-buttons {
    -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; }
    .parallel-buttons > *,
    .parallel-buttons > .btn:first-child {
      margin: auto; }
    .parallel-buttons > p {
      margin: 8px 0; } }

.showcase {
  max-width: 1275px;
  margin: 50px auto;
  text-align: center; }

.showcase__item {
  padding: 50px 20px;
  border-right: 1px dashed #e0e1e2; }
  .showcase__item .icon {
    margin-bottom: 23px; }
  .showcase__item:last-child {
    border-right: 0; }

.application-window {
  display: inline-block;
  border: 3px solid #36393e;
  border-radius: 3px;
  box-shadow: 0px 5px 17px 0px rgba(0, 0, 0, 0.75); }

.application-window__titlebar {
  padding: 5px 8px 10px;
  background-color: #36393e;
  text-align: left; }

.application-window__titlebar__window-controls {
  line-height: 7px; }
  .application-window__titlebar__window-controls .ball {
    margin-right: 4px; }

.application-window__content {
  vertical-align: middle; }

.top-menu {
  border-bottom: 1px solid #f6f6f6; }
  .top-menu .ul-clean {
    display: block;
    padding-bottom: 35px;
    margin: 15px 0px; }
    .top-menu .ul-clean li {
      width: 20%;
      text-align: center;
      display: block;
      padding-left: 15px;
      float: left;
      margin: 0 0 20px 30px;
      padding-top: 5px; }
      .top-menu .ul-clean li a:hover {
        text-decoration: underline; }
  @media (max-width: 62em) {
    .top-menu {
      position: fixed;
      display: block;
      background-color: #fff;
      width: 100%;
      top: 48px; }
      .top-menu .ul-clean {
        padding: 0px 0px 47px 5px;
        border-top: 1px solid #202327;
        margin: 0px 0px;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .top-menu .ul-clean li {
          width: 23%;
          display: block;
          padding-left: 3px;
          padding-right: 0px;
          font-size: 10px;
          margin: 10px 0; } }

.employee-quote {
  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; }
  .employee-quote h4 {
    font-size: 17px;
    margin-bottom: 0;
    margin-top: 25px;
    font-weight: 600; }
  .employee-quote i {
    line-height: 33px;
    font-size: 24px;
    display: block;
    margin-bottom: 20px; }
  .employee-quote p {
    margin-top: 0;
    font-size: 15px;
    line-height: 24px; }
  @media (max-width: 48em) {
    .employee-quote .b-infobox--side-image {
      display: none; } }

.logo-showcase {
  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;
  -webkit-align-content: space-around;
      -ms-flex-line-pack: distribute;
          align-content: space-around;
  padding: 40px 30px 0; }

.logo-showcase__logo {
  max-height: 60px;
  margin-right: 8%;
  margin-bottom: 40px; }
  .logo-showcase__logo:last-child {
    margin-right: 0; }

@media (max-width: 600px) {
  .logo-showcase {
    display: block; }
  .logo-showcase__logo {
    display: block;
    margin: 0 auto 40px; }
    .logo-showcase__logo:last-child {
      margin-right: auto; } }

.quote-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 250px;
  padding: 50px 0; }

.quote {
  display: none;
  position: relative;
  box-sizing: border-box;
  max-width: 690px;
  padding: 0 50px;
  margin: 0 auto;
  text-align: center;
  color: #383c40; }
  .quote::before, .quote::after {
    position: absolute;
    font-family: 'Circular-Black', 'Arial Black', 'Arial';
    font-size: 80px;
    color: #d2d3d4; }
  .quote::before {
    content: '“';
    left: 0;
    top: -20px; }
  .quote::after {
    content: '”';
    bottom: 0;
    right: 0; }

.quote:first-of-type {
  display: inline-block; }

.quote footer {
  display: block;
  margin-top: 40px;
  font-size: 15px; }

.quote p {
  font-size: 24px;
  font-weight: 200;
  line-height: 44px; }

.quote__author {
  font-weight: 600;
  font-style: normal; }

.quote__author-info {
  font-weight: 200;
  font-style: normal; }

@media (max-width: 1050px) {
  .quote {
    margin-left: 20px;
    margin-right: 20px; } }

.banner {
  position: absolute;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #fff; }

@media (min-width: 62em) {
  .banner--default {
    height: 100px; }
    .banner--default nav {
      margin-left: 30px; }
    .banner--default .nav--user {
      margin-left: auto; }
    .banner--default .logotype {
      height: 100%;
      padding: 0 61px 0 60px; } }

@media (max-width: 62em) {
  .banner--default {
    position: fixed;
    box-sizing: border-box;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px 16px; }
    .banner--default .logotype::before {
      margin-top: 1px;
      font-size: 16pt; } }

footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 50px 0 80px; }
  footer .hdr {
    line-height: 100px;
    margin-bottom: 0; }
  footer .nav-follow-us {
    margin-left: auto; }
  @media (max-width: 48em) {
    footer {
      padding: 0 20px; } }
  @media (max-width: 34em) {
    footer .hdr {
      font-size: 18px;
      line-height: 65px; }
    footer .nav__button {
      font-size: 12px;
      padding: 0 12px;
      line-height: 70px; }
      footer .nav__button:last-child {
        padding-right: 5px; } }

.s-we-provide-security {
  padding: 75px 100px;
  background-image: url("../images/startpage/cloud--grey-white.png");
  background-repeat: no-repeat;
  background-position: right center; }
  .s-we-provide-security h2,
  .s-we-provide-security p {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto; }
  @media only screen and (max-width: 750px) {
    .s-we-provide-security {
      padding: 55px 20px; } }

.s-how-it-works .i-tools--small {
  margin-top: 20px; }

.s-computers {
  display: block; }
  @media (max-width: 62em) {
    .s-computers {
      height: 50vw; } }

.s-video-section h2 {
  max-width: 480px; }

@media (max-width: 62em) {
  .hero-banner--startpage {
    padding-top: 0; }
    .hero-banner--startpage .logo {
      background-size: 75%; } }

.hero-banner--startpage h1 {
  font-size: 118px;
  margin-bottom: 9px;
  letter-spacing: -6px; }
  @media (max-width: 1000px) {
    .hero-banner--startpage h1 {
      font-size: 88px;
      letter-spacing: -4.5px; } }
  @media (max-width: 680px) {
    .hero-banner--startpage h1 {
      font-size: 59px;
      letter-spacing: -3px; } }
  @media (max-width: 440px) {
    .hero-banner--startpage h1 {
      font-size: 41px;
      letter-spacing: -2px; } }

.hero-banner--startpage .btn-label__label {
  margin-top: 20px; }

.hero-banner--startpage .circle-arrow {
  position: absolute;
  left: 50%;
  bottom: 60px;
  margin-left: -25.5px; }

.s-showcase-features {
  padding: 95px 30px 122px; }

@media (max-width: 670px) {
  .s-showcase-features {
    padding: 70px 30px; }
    .s-showcase-features .showcase {
      -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;
      margin-bottom: 0; }
    .s-showcase-features .showcase__item {
      width: 100%;
      padding: 20px;
      border-right: 0; }
    .s-showcase-features p {
      margin-bottom: 40px; }
    .s-showcase-features .showcase__item:last-child p {
      margin-bottom: 0; } }

.s-range-slider--pricing + .rangeslider {
  width: 985px;
  margin-bottom: 44px; }
  @media (max-width: 1100px) {
    .s-range-slider--pricing + .rangeslider {
      width: 798px;
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 950px) {
    .s-range-slider--pricing + .rangeslider {
      width: auto; } }

@media (max-width: 62em) {
  .s-hero-banner--pricing {
    padding-left: 20px;
    padding-right: 20px; } }

@media (max-width: 745px) {
  .s-hero-banner--pricing h1 {
    font-size: 9vw; } }

@media (max-width: 360px) {
  .s-hero-banner--pricing h1 {
    font-size: 13vw;
    line-height: 1; } }

.s-contact-link--pricing {
  margin-bottom: 26px; }

@media (max-width: 605px) {
  .s-parallel-buttons--pricing .btn--white-on-dark {
    color: #ccc;
    border-color: #666;
    border-width: 1px; }
    .s-parallel-buttons--pricing .btn--white-on-dark:hover {
      color: #202327; } }

@media (max-width: 620px) {
  .b-text-image .s-i-network--pricing {
    width: 80vw;
    height: 70vw; } }

.feature-list {
  width: 100%;
  border-collapse: collapse; }
  .feature-list th {
    background: #fff;
    color: black;
    font-size: 23px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: -1px;
    word-spacing: 2px; }
  .feature-list td, .feature-list th {
    padding: 6px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    text-align: left; }
  .feature-list .td--l {
    width: 33%;
    padding-left: 15px;
    vertical-align: top; }

/*tr:nth-of-type(odd) { 
  background: #eee; 
}*/
.press-list {
  width: 100%;
  border-collapse: collapse; }
  @media (max-width: 1050px) {
    .press-list .td--r {
      width: 18%;
      font-size: 15px;
      padding: 0px 0px; } }
  @media (max-width: 900px) {
    .press-list .td--r {
      width: 20%;
      font-size: 13px;
      padding: 0px 0px; } }

th {
  background: #fff;
  color: black;
  font-size: 23px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: -1px;
  word-spacing: 2px; }

td, th {
  padding: 6px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  text-align: left;
  padding-left: 15px; }

.td--l {
  width: 15%;
  padding-left: 15px;
  vertical-align: top; }

.td--r {
  width: 15%; }

.s-how-it-works-hero-banner {
  background-size: 80%;
  background-size: 77vmax;
  background-position-y: 50px;
  background-position-x: -20%; }
  .s-how-it-works-hero-banner .row {
    display: block; }
  .s-how-it-works-hero-banner .hero-banner {
    min-height: 200px; }
    .s-how-it-works-hero-banner .hero-banner::before {
      height: 42vw;
      min-height: auto; }
  .s-how-it-works-hero-banner .hero-banner__content {
    position: relative;
    padding-left: 900px;
    max-width: 650px;
    text-align: left;
    display: inline-block; }
  .s-how-it-works-hero-banner h1 {
    margin-bottom: 12px; }
  .s-how-it-works-hero-banner p {
    font-size: 21px;
    line-height: 36px;
    letter-spacing: -0.5px;
    word-spacing: 2px; }
  .s-how-it-works-hero-banner .circle-arrow {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: 24px; }
  @media (max-width: 1590px) {
    .s-how-it-works-hero-banner .hero-banner__content {
      max-width: 50%;
      padding-left: 46%;
      padding-right: 40px; }
    .s-how-it-works-hero-banner p {
      font-size: 18px; }
    .s-how-it-works-hero-banner .circle-arrow {
      display: none; } }
  @media (max-width: 1125px) {
    .s-how-it-works-hero-banner {
      background-position: center 15%;
      background-size: 77vmin; }
      .s-how-it-works-hero-banner .hero-banner__content {
        display: block;
        max-width: 100%;
        padding: 30px;
        text-align: center; } }
  @media (max-width: 34em) {
    .s-how-it-works-hero-banner .hero-banner__content {
      text-align: left; }
    .s-how-it-works-hero-banner p {
      margin-bottom: 64px;
      font-size: 17px;
      font-weight: 300;
      line-height: 28px;
      letter-spacing: 0.35px;
      word-spacing: 0; }
    .s-how-it-works-hero-banner .circle-arrow {
      position: relative;
      display: block;
      top: auto;
      left: auto;
      margin: auto; } }

.s-screenshot {
  padding-top: 115px;
  padding-bottom: 200px; }
  .s-screenshot h2 {
    letter-spacing: -0.02em; }
  .s-screenshot p {
    max-width: 575px; }
  @media (max-width: 62em) {
    .s-screenshot {
      padding-bottom: 115px; }
      .s-screenshot .application-window {
        width: 90%; }
      .s-screenshot .application-window__content {
        width: 100%; } }

.s-integrations-boxs {
  margin-top: -65px;
  margin-bottom: 94px; }
  .s-integrations-boxs .section--yellow {
    height: 830px;
    padding: 85px 73px;
    box-sizing: border-box; }
    .s-integrations-boxs .section--yellow h2 {
      color: #3a3c3f; }
    .s-integrations-boxs .section--yellow p {
      margin-bottom: 30px;
      margin-bottom: 30px;
      color: #3a3c3f;
      font-weight: 300;
      line-height: 30px; }
  .s-integrations-boxs .section--gray-dark {
    padding: 70px 58px 75px 65px;
    background-origin: content-box; }
    .s-integrations-boxs .section--gray-dark h2 {
      margin-top: 455px;
      margin-bottom: 36px; }
  @media (max-width: 62em) {
    .s-integrations-boxs {
      margin: auto; }
      .s-integrations-boxs .section--gray-dark {
        display: none; }
      .s-integrations-boxs .section--yellow {
        height: 700px;
        max-width: none;
        padding: 50px 30px;
        background-size: auto 70%; } }
  @media (max-width: 34em) {
    .s-integrations-boxs .section--yellow {
      background-size: contain; } }

.s-red-go-hack-yourself {
  padding: 105px 0 155px; }
  .s-red-go-hack-yourself .logo {
    width: 110px;
    background-size: contain; }
  .s-red-go-hack-yourself h2 {
    margin-bottom: 2px; }
  .s-red-go-hack-yourself p {
    margin-bottom: 40px;
    font-size: 27px; }
