/*!
 * Start Bootstrap - Grayscale v4.0.0-beta (http://startbootstrap.com/template-overviews/grayscale)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-grayscale/blob/master/LICENSE)
 */
body {
  font-family: 'Century Gothic', 'Muli', sans-serif;
  position: relative;
  width: 100%;
  height: 100%;
  /*color: white;*/
  /*background-color: black; */
}

.bodyswitch {
  color: white;
  background-color: black;
}

.whitetext {
  color: white;
}

.smalltext {
    font-size: 12px;
}

.hiddendiv {
    display: none;
}

.featicon {
  text-align: left;
  color: #1DE9B6;
}

.featicon_grn {
  text-align: left;
  color: #3bc6b8;
}

.featicon_purp1 {
  text-align: left;
  color: #b586f4;
}

.featicon_purp2 {
  text-align: left;
  color: #b58495;
}

.featbody {
  text-align: left;
  color: #CFD8DC;
}

.mastheadrale {
    font-family: 'Raleway', sans-serif;
    font-size: 2.25rem;
}
.mastheadperm {
    /*font-size: 40px;*/
    font-size: 2.6rem;
    font-weight: 600;
    text-align: center;
    /*font-family: 'Raleway', sans-serif;*/
    /*font-variant: small-caps;*/
    /* text-transform: uppercase; */
    /*font-family: "Circular-Black", "Arial Black", "Arial";*/
    /* font-family: 'Permanent Marker', 'Century Gothic', 'Muli', sans-serif; */
    /* font-family: 'Century Gothic', 'Muli', monospace; */
    font-family: 'Courier New', monospace;
}
.mastheadpermsm  {
    font-size: 1.7rem;
    text-align: center;
    /* font-weight: 600; */
    /* font-family: 'Permanent Marker', 'Century Gothic', 'Muli', sans-serif; */
    /* font-family: 'Century Gothic', 'Muli', sans-serif; */
    font-family: monospace;
}

.mobilewarning  {
    font-size: 1.0rem;
    text-align: center;
    font-style: italic;
    font-family: 'Muli', monospace;
    color: teal;
}

.mastheadref {
    /*font-size: 40px;*/
    font-size: 2.0rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: 3px;
    font-family: 'Century Gothic', 'Muli', monospace;
    color: #536DFE;
}

.featbody_slate {
    text-align: left;
    /*blueGrey500*/
    /* color: #607D8B;   */
    color: #455A64;  /*blueGrey700*/
}

.inputbottom {
  margin-bottom: 25px;
}

.vertalignmiddle {
    vertical-align: middle;
}

.toppadding {
    padding-top: 40px;
}

.bottompadding {
    padding-bottom: 40px;
}

.handcursor {
    cursor: pointer;
}

.paddingBetweenCols td
{
    padding:0 15px 0 15px;
}

.pricing-col-border {
    border: 1px solid #e9e9e9;
}

.customdevimg {
    max-width: 70%;
    max-height: 70%;
}

.loaddataimg {
    max-width: 85%;
    max-height: 85%;
}

.txtleft {
    text-align: left;
    padding-top: 10px;
}

.btlogo {
    vertical-align: middle;
    padding-bottom: 10px;
}

html {
  width: 100%;
  height: 100%; }

.h400 {
  font-family: 'Lobster', 'Century Gothic', 'Muli', sans-serif;
  /*font-family: 'Permanent Marker', cursive;*/
  font-weight: 400;
  margin: 0 0 35px;
  letter-spacing: 1px;
  /*text-transform: uppercase; */
}

.h400m {
    font-family: 'Lucida Console', 'Monaco', monospace;
    font-weight: 400;
    margin: 0 0 35px;
    letter-spacing: 1px;
  }

.h400c {
    font-family: 'Century Gothic', 'Muli', sans-serif;
    /*font-variant: small-caps;*/
    font-weight: 400;
    margin: 0 0 35px;
    letter-spacing: 1px;
  }

  .h400c_nopad {
    font-family: 'Century Gothic', 'Muli', sans-serif;
    /*font-variant: small-caps;*/
    font-weight: 400;
    /* margin: 0 0; */
    letter-spacing: 1px;
  }

  .h600c {
    font-family: 'Century Gothic', 'Muli', sans-serif;
    /*font-variant: small-caps;*/
    font-weight: 600;
    margin: 0 0 35px;
    letter-spacing: 1px;
  }

  .h600c_nopad {
    font-family: 'Century Gothic', 'Muli', sans-serif;
    /*font-variant: small-caps;*/
    font-weight: 600;
    /* margin: 0 0 35px; */
    letter-spacing: 1px;
  }

.h400r {
  font-family: 'Raleway', sans-serif;
  /*font-family: 'Permanent Marker', cursive;*/
  font-weight: 400;
  margin: 0 0 35px;
  letter-spacing: 1px;
  /*text-transform: uppercase; */
}

.h400p {
  font-family: 'Permanent Marker', cursive;
  font-weight: 400;
  margin: 0 0 35px;
  letter-spacing: 1px;
}

.h700 {
  font-family: 'Lobster', 'Century Gothic', 'Muli', sans-serif;
  font-weight: 700;
  margin: 0 0 35px;
  letter-spacing: 1px;
  /*text-transform: uppercase; */
}

.century20 {
    font-family: 'Century Gothic', 'Muli', sans-serif;
    font-size:20px;
}

.linethru {
    text-decoration: line-through;
}

.drawerstyle {
  /* These rules create an artificially confined space, so we get
     a scrollbar that we can hide. They are not part of the hiding itself. */

  /* border: 1px dashed gray; */
  /* padding: .5em; */

  /* white-space: pre-wrap; */
  /* height: 5em; */
  overflow-y: scroll;

  /* position: relative; */
  /* z-index: 1; */
}

.drawerstyle::-webkit-scrollbar {
  /* This is the magic bit */
  display: none;
}

.sharebuttondiv {
    vertical-align: top;
    display: inline-block;
    /* margin-right: 30px; */
    margin: 10px;
    text-align: center;
}


.sharebutton {
    cursor: pointer;
  }
  
.sharebutton:hover:not(:active) {
    opacity: 0.75;
}


p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 25px; }
  @media (min-width: 768px) {
    p {
      font-size: 18px;
      line-height: 1.6;
      margin: 0 0 35px; } }

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #009688; }
  a:focus, a:hover {
    text-decoration: none;
    /*color: #1d9b6c; */
  }

#mainNav {
  font-family: 'Lobster', 'Courier New', Courier, monospace;
  margin-bottom: 0;
  /*text-transform: uppercase;*/
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background-color: black; }
  #mainNav .navbar-toggler {
    font-size: 14px;
    padding: 11px;
    color: white;
    border: 1px solid white; }
  #mainNav .navbar-brand {
    font-weight: 400;
    /*font-size: 50px;*/
    font-size: 3.25rem;
  }
  #mainNav a {
    color: white; }
  #mainNav .navbar-nav .nav-item {
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out; }
    #mainNav .navbar-nav .nav-item:hover {
      color: fade(white, 80%);
      outline: none;
      background-color: transparent; }
    #mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
      outline: none;
      background-color: transparent; }
  @media (min-width: 992px) {
    #mainNav {
      padding-top: 20px;
      padding-bottom: 20px;
      -webkit-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
      -moz-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
      transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
      letter-spacing: 1px;
      border-bottom: none;
      background: transparent; }
      #mainNav.navbar-shrink {
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        background: black; }
      #mainNav .nav-link.active {
        outline: none;
        background-color: rgba(255, 255, 255, 0.3); }
        #mainNav .nav-link.active:hover {
          color: white; } }

.masthead {
  display: table;
  width: 100%;
  height: auto;
  padding: 200px 0;
  text-align: center;
  color: white;
  /* background: url("../img/napa2rougenapa-cropped-bg.jpg") no-repeat bottom center scroll; */
  background: url("../img/circuit-darkslate3.jpg") no-repeat bottom center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .masthead .intro-body {
    display: table-cell;
    vertical-align: middle; }
    .masthead .intro-body .brand-heading {
      font-size: 50px; }
    .masthead .intro-body .intro-text {
      font-size: 18px; }
  @media (min-width: 768px) {
    .masthead {
      height: 768px;
      padding: 0; }
      .masthead .intro-body .brand-heading {
        font-size: 100px; }
        .masthead .intro-body .padding-shift {
          padding: 0px 80px 0px 0px;
         }
      .masthead .intro-body .intro-text-rale {
        font-family: 'Raleway', sans-serif;
        font-size: 2.25rem;
        }
      .masthead .intro-body .intro-text {
        /*font-size: 40px;*/
        font-size: 2.6rem;
        /*font-weight: 900;*/
        /*font-family: 'Raleway', sans-serif;*/
        /*font-variant: small-caps;*/
        /*text-transform: uppercase;*/
        /*font-family: "Circular-Black", "Arial Black", "Arial";*/
        font-family: 'Permanent Marker', cursive;
        }
        .masthead .intro-body .intro-text-sm {
          font-size: 1.75rem;
          font-family: 'Permanent Marker', cursive;
          /* font-family: 'Century Gothic', 'Muli', sans-serif; */
        }
      }

.btn-circle {
  font-size: 26px;
  width: 55px;
  height: 55px;
  margin-top: 15px;
  line-height: 38px;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  color: white;
  border: 2px solid white;
  border-radius: 100% !important;
  background: transparent; }
  .btn-circle:focus, .btn-circle:hover {
    color: white;
    outline: none;
    background: rgba(255, 255, 255, 0.1); }

.content-section {
  padding-top: 150px;
  padding-bottom: 150px; }

.features-section {
    padding-top: 100px;
    padding-bottom: 50px; 
    color: white;
    background-color: black;
    background-image:linear-gradient(to bottom,black 0%,#212224 50%);
    /* background-image:linear-gradient(to bottom, rgba(59, 63, 70, 0.7) 0%, transparent 85%); */
    /* background-blend-mode:lighten;    */
}

    
.white-section {
  color: #212224;
  /*background: url("../img/downloads-bg.jpg") no-repeat center center scroll;*/
  background-color: white;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.circuit-section {
  color: black;
  background: url("../img/circuit-verydark.jpg") no-repeat center center scroll;
  background-color: grey;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.pricing-section {
    padding-top: 100px;
    padding-bottom: 50px;
    color: black;
    background-image:url(../img/grid_bg.png);
    background-size:1700px 1400px;
    background-position:top center;
    background-repeat:repeat-x;
    background-color:#212224;
    /* background-color: black; */
/*     
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;  */
}

.blog-background {
    background: url('../img/tech-circuit-lines.png') repeat;
    background-size:800px 600px;
  }
 
.blog-background:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 150, 136, 0.7);
    height: 450px;
}


@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
    .pricing-section{background-image:url(../img/grid_bg.png)
    }
}

.solutions-section {
    padding-top: 25px;
    padding-bottom: 50px;
    color: #37474F;
    /* background-image:url(../img/grid_bg.png);     */
    background-color: white;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
}

.footer-section {
    padding-top: 25px;
    padding-bottom: 25px;
    font-family: 'Century Gothic', 'Muli', sans-serif;
    color: white;
    background-color: black;
    background: url("../img/circuit-verydark.jpg") no-repeat center center scroll;    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
}

.app-footer-section {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Century Gothic', 'Muli', sans-serif;
    color: white;
    background-color: #263238;
    /* background: url("../img/circuit-verydark.jpg") no-repeat center center scroll;     */
    background-image:url(../img/grid_bg.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
}


.download-section {
  color: white;
  background: url("../img/circuit-verydark.jpg") no-repeat center center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.fbloginbutton {
    background-color: transparent;   
    /* background-image: url("../img/fblogin_small.png"); */
    background-image: url("../img/fblogin_medium.png");
    margin: 0 0 0 0;
    display: inline-block;
    width: 202px;
    height: 46px;
    border-radius: 0;    
    padding: 0;
    border: none;
}
#map {
  width: 100%;
  height: 300px; }

@media (min-width: 992px) {
  .content-section {
    padding-top: 100px;
    padding-bottom: 150px; }
  #map {
    height: 350px; } }

.btn {
  font-family: 'Lobster', 'Century Gothic', 'Muli', sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /*text-transform: uppercase;*/
  border-radius: 0; }

.btn-default {
  color: #4682B4;
  border: 1px solid #C0C0C0;
  background-color: transparent; }
  .btn-default:focus, .btn-default:hover {
    color: black;
    border: 1px solid #C0C0C0;
    outline: none;
    background-color: #4682B4; }

.headerbtn {
  color: #2F4F4F;
  border: 1px solid #C0C0C0;
  background-color: transparent;
}
  .headerbtn:focus, .headerbtn:hover {
    color: #000000;
    border: 1px solid #342d42;
    outline: none;
    background-color: #342d42; }

ul.banner-social-buttons {
  margin-top: 0; }
  @media (max-width: 1199px) {
    ul.banner-social-buttons {
      margin-top: 15px; } }
  @media (max-width: 767px) {
    ul.banner-social-buttons li {
      display: block;
      margin-bottom: 20px;
      padding: 0; }
      ul.banner-social-buttons li:last-child {
        margin-bottom: 0; } }

footer {
  padding: 50px 0; }
  footer p {
    font-size: 14px;
    margin: 0; }

::-moz-selection {
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
  text-shadow: none; }

::selection {
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
  text-shadow: none; }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }

body {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.2); }


.wrapper {
  position: inherit;
  top: 50%;
  left: 50%;
  /*margin: -190px 0 0 -468px;*/
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #9f9f9f;
  font-size: 15px;
}
.package {
  box-sizing: border-box;
  width: 325px;
  height: 840px;
  border: 3px solid #e8e8e8;
  border-radius: 7px;
  display: inline-block;
  padding: 24px;
  text-align: center;
  float: left;
  -webkit-transition: margin-top 0.5s linear;
  transition: margin-top 0.5s linear;
  position: relative;
  margin-right: 11px;
}
.package:hover {
  margin-top: -30px;
  -webkit-transition: margin-top 0.3s linear;
  transition: margin-top 0.3s linear;
}
.sectiontitle {
  /*color: #565656;*/
  font-weight: 300;
  font-size: 2.5rem;
  /* margin-top: -5px; */
}

.packagename {
  color: #565656;
  font-weight: 300;
  font-size: 2.5rem;
  margin-top: -5px;
}
.packageprice {
  margin-top: 7px;
  font-weight: bold;
}
.packageprice::after {
  content: " / month";
  font-weight: normal;
}
.pack_hr {
  background-color: #dedede;
  border: none;
  height: 1px;
}
.packagetrial {
  font-size: .9rem;
  font-weight: 600;
  padding: 2px 21px 2px 21px;
  color: #33c4b6;
  border: 1px solid #e4e4e4;
  display: inline-block;
  border-radius: 15px;
  background-color: white;
  position: relative;
  bottom: -30px;
}
.pack_ul {
  list-style: none;
  padding: 0;
  text-align: left;
  margin-top: 29px;
}
.pack_li {
  margin-bottom: 15px;
}
.checkIcon {
  font-family: "FontAwesome";
  content: "\f00c";
}

.checkCircleGreen {
  /*font-size: 1.1rem;*/
  font-weight: 600;
  color: #3bc6b8;
}

.checkCircleGrey {
  /*font-size: 1.1rem;*/
  font-weight: 600;
  /*color: #d2d3d4;*/
  color: #bbe8da;
}

.pack_li::before {
  font-family: "FontAwesome";
  content: "\f00c";
  font-size: 1.3rem;
  color: #33c4b6;
  margin-right: 3px;
}
.brilliant {
  border-color: #33c4b6;
}
/* Triangle */
.brilliant::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 64px 64px 0 0;
  border-color: #3bc6b8 transparent transparent transparent;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
}
.brilliant::after {
  font-family: "FontAwesome";
  content: "\f00c";
  color: white;
  position: absolute;
  left: 9px;
  top: 6px;
  text-shadow: 0 0 2px #37c5b6;
  font-size: 1.4rem;
}

  /* other pricing panel css things */

section {
    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;
}

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-system-blue {
    color: #00bcff !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;
}


.columns-container {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

@media (min-width: 768px) {
    .columns-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.columns-container:last-of-type {
    margin-bottom: 0;
}

.columns-container [class*='column-'] {
    margin-bottom: 2rem;
}

.columns-container [class*='column-'] img {
    max-width: 100%;
}

.columns-container [class*='column-']:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    [class*='column-'] {
        margin-bottom: 0 !important;
    }

    .column-1-2 {
        width: 49%;
    }

    .column-1-3 {
        width: 32%;
    }

    .column-2-3 {
        width: 65%;
    }

    .column-1-4 {
        width: 24%;
    }

    .column-2-4 {
        width: 49%;
    }

    .column-3-4 {
        width: 74%;
    }

    .column-1-5 {
        width: 19%;
    }

    .column-2-5 {
        width: 39%;
    }

    .column-3-5 {
        width: 59%;
    }

    .column-4-5 {
        width: 79%;
    }

    .column-single {
        max-width: 750px;
        margin-left: auto;
        margin-right: auto;
    }
}

.btnx {
    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;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

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

.btn--navbutton {
    border-color: #ffffff;
    color: #ffffff;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.btn--navbutton:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #fff;
}

.btn--navbutton:hover {
    color: #8b939d;
}

.btn--dark {
    border-color: #202327;
    color: #202327;
    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;
    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;
    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;
    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;
    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;
    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-blue {
    border-color: #fff;
    color: #fff;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.btn--white-on-blue:hover {
    background-color: #fff;
    border-color: #fff;
    color: #01beff;
}

.btn--white-on-dark {
    border-color: #fff;
    color: #fff;
    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--system-blue {
    border-color: #00bcff;
    color: #00bcff;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.btn--system-blue:hover {
    background-color: #00bcff;
    border-color: #00bcff;
    color: #fff;
}

.btn--l {
    padding: 0 2em;
    font-size: 17px;
    line-height: 54px;
}

.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--pill {
    border-radius: 50px;
}

.btn--shadow {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

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

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

.btn--filled-orange {
    background-color: #ff6e60;
    border-color: #FF6B5C;
    color: #ffffff;
}

.btn--filled-orange:hover {
    background-color: #ff7c6f;
    border-color: #ff7c6f;
}

.btn--filled-blue {
    background-color: #00bfff;
    border: 1px solid #00b2ee;
    color: #fff;
}

.btn--filled-blue:hover {
    background-color: #1ac5ff;
}

.btn--filled-green {
    background-color: #3bc6b8;
    color: #fff;
}
.btn--filled-green:hover {
    background-color: #3ed8c9;
    color: #fff;
}

.btn--filled-navbutton {
    background-color: #ffffff;
    color: #8b939d;
    transition: all 0.3s;
}

.btn--filled-navbutton:hover {
    background-color: #bfc4ca;
    border-color: #ffffff;
    color: #ffffff;
}

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

.btn--full {
    box-sizing: border-box;
    width: 100%;
    white-space: normal;
    line-height: 22px;
    padding: 15px 34px;
}

.btn--submit-button {
    border-color: #202327;
    color: #202327;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    background-color: transparent;
}

.btn--submit-button:hover {
    background-color: #202327;
    border-color: #202327;
    color: #fff;
}

.pill-btn {
    box-sizing: border-box;
    display: inline-block;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    border: 2px solid #6b6b6b;
    border-radius: 500px;
    color: #6b6b6b;
    padding: 0.7em 2em;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
    transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.pill-btn:hover {
    color: #fff;
    border-color: #fff;
}

.pill-btn__hightlighted-text {
    margin-left: 1em;
    color: #fff;
    font-weight: 600;
}

.pill-btn--filled-system-blue {
    background-color: #00bcff;
    border: 2px solid transparent;
    color: #fff;
}

.pill-btn--filled-system-blue:hover {
    color: #fff;
    border-color: transparent;
}

.pill-btn--filled-system-blue .pill-btn__hightlighted-text {
    color: #202327;
}

.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--white {
    background-color: #ffffff;
}

.section--superlight {
    background-color: #fafafa;
}

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

.section--blue {
    background-color: #01beff;
}

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

.section--purple {
    background-color: #44425f;
}

.section--silver {
    background-color: #8b939d;
}

@media (max-width: 48em) {
    .section--grid-red {
        background-image: none;
        background-color: #ff6e60;
    }
}


.section--grey-boxes::before {
    content: '';
    position: absolute;
    background: linear-gradient(to bottom, rgba(59, 63, 70, 0.7) 0%, transparent 85%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b3f46', endColorstr='#000000', GradientType=0);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.section--logo-outline-exclamation-mark p {
    margin-bottom: 30px;
    font-weight: 300;
    line-height: 30px;
}


.section--leaning-blue {
    position: relative;
    background: linear-gradient(90deg, #01beff 20.5%, transparent 20.5%);
    overflow: hidden;
}


@media (max-width: 78.75em) {
    .section--leaning-blue {
        background-color: #01beff;
    }

    .section--leaning-blue::before {
        display: none;
    }
}


@media (max-width: 1800px) {
    .section--leaning-gray {
        background-size: 90%;
    }
}

@media (max-width: 78.75em) {
    .section--leaning-gray {
        background-size: contain;
    }
}

@media (max-width: 1675px) {
    .section--old-computers-on-green {
        background-size: 80%;
        background-position: right top;
    }
}

@media (max-width: 78.75em) {
    .section--old-computers-on-green {
        background-image: none;
    }
}

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

.section--default {
    padding: 4.6875rem 1.5rem;
}

@media (min-width: 580px) {
    .section--default {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.section--box-holder {
    padding: 0;
}

@media (min-width: 580px) {
    .section--box-holder {
        padding: 4.6875rem 2rem;
    }
}

.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;
}

.subheader-link {
    color: #00bcff;
    text-decoration: none;
}

.subheader-link:hover {
    text-decoration: underline;
}

.p {
    font-weight: 200;
}

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

p.subheading {
    margin-bottom: 35px;
    font-size: 22px;
    font-weight: 300;
    line-height: 44px;
    letter-spacing: -1px;
    word-spacing: 2px;
}

@media only screen and (max-width: 750px) {
    p.subheading {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 30px;
    }
}

.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: 0;
}

.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--mobile {
    z-index: 100;
}

.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;
}


@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%;
    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;
    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 {
    display: none;
    position: absolute;
    top: 45px;
    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);
}

@media (min-width: 993px) {
    .overlay__close {
        display: block;
    }
}

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

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

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

.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: -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: -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: 78.65em) {
    .visible-md-block {
        display: block !important;
    }
}

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

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

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

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

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

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

@media (min-width: 78.75em) 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: -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: 78.65em) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 78.75em) 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: 78.65em) {
    .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: 78.65em) {
    .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;
    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 {
    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;
}

.burger--white {
    color: #ffffff;
}

.back-button {
    cursor: pointer;
}

.hero-banner {
    position: relative;
    box-sizing: border-box;
}

.hero-banner.hero-banner--no-action::before {
    min-height: 600px;
}

.hero-banner.hero-banner--small {
    padding-bottom: 0;
}

.hero-banner.hero-banner--small::before {
    min-height: 500px;
}

.hero-banner.hero-banner--smallest {
    padding-bottom: 0;
}

.hero-banner.hero-banner--smallest::before {
    min-height: 400px;
}

.hero-banner::before {
    content: '';
    min-height: 760px;
    height: 100%;
    max-height: 1000px;
    display: inline-block;
    visibility: hidden;
}

@media (max-width: 78.75em) {
    .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-gradient {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: linear-gradient(to bottom, #3b3f46 10%, transparent 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b3f46', endColorstr='#000000', GradientType=0);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

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

.rangeslider {
    position: relative;
    width: 100%;
    height: 5px;
    background: #363c44;
    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: linear-gradient(90deg, #00bcff 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--white {
    color: #fff;
}

.request-demo-form {
    box-sizing: border-box;
    margin-top: 75px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
}

.request-demo-form *:focus {
    outline: none;
}

.request-demo-form .label-text {
    box-sizing: border-box;
    display: inline-block;
    font-size: 10px;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #202327;
}

.request-demo-form .input-text {
    box-sizing: border-box;
    border-radius: 3px;
    display: block;
    width: 100%;
    height: 60px;
    padding: 10px;
    border: 1px solid #eee;
    margin-bottom: 10px;
    transition: border 0.2s ease-in-out;
}

.request-demo-form .input-text:focus {
    border: 1px solid #202327;
}

.request-demo-form .text-area {
    box-sizing: border-box;
    border-radius: 3px;
    display: block;
    height: 160px;
    width: 100%;
    padding: 10px;
    border: 1px solid #eee;
    transition: border 0.2s ease-in-out;
}

.request-demo-form .text-area:focus {
    border: 1px solid #202327;
}

.request-demo-form input[type=submit] {
    margin-top: 1rem;
    width: 100%;
}

.request-demo-form .asterisk {
    color: #ff6b5a;
    font-size: 0.875rem;
    margin-left: 5px;
    position: relative;
    top: 3px;
}

.demo-success-message {
    background-color: #ffffff;
    box-shadow: 0 2px 10px 2px rgba(196, 196, 196, 0.4);
    padding: 4em 1.5em;
    border-radius: 3px;
    line-height: 1.8;
    width: 400px;
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
    text-align: center;
}

.demo-success-message img {
    margin-bottom: 2em;
}

.demo-success-message h2 {
    font-size: 2.125rem;
    font-family: "Circular-Black", "Arial Black", "Arial";
    color: #2ea94f;
    margin-bottom: 1em;
}

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

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

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


.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: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

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

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

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

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

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

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

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

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

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

.two-info-sections {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -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;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: 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;
}

.btn-label__label--white {
    color: #ffffff;
}

.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: #ffffff;
    text-decoration: none;
    transition: color 0.3s;
}

.nav__button:hover {
    color: #cccccc;
}

.nav__button--dropdown {
    padding-right: 40px;
    position: relative;
    transition: all 0.3s;
}

.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: #ffffff transparent transparent;
}

.nav__button--dropdown:hover::after {
    border-color: #cccccc transparent transparent;
}

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

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

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

@media (max-width: 78.75em) {
    .nav--main {
        position: absolute;
        left: 0;
        top: 0;
        height: 100vh;
        width: 100vw;
        padding-top: 50px;
        background-color: #202327;
        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: 78.75em) {
    .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: 78.75em) {
    .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: 78.75em) {
    .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: 78.75em) {
    .more {
        top: 0;
        left: 100%;
        height: 100%;
        overflow-y: scroll;
        display: block;
        transition: left 0.3s cubic-bezier(0.72, -0.02, 0.44, 0.99);
        background-color: #202327;
    }
}

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

@media (max-width: 78.75em) {
    .more--active {
        display: block;
        left: 0;
    }
}

@media (min-width: 78.75em) {
    .more-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }
}

@media (max-width: 78.75em) {
    .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: 78.75em) {
    .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: 78.75em) {
    .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: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 120px 0;
}

@media (min-width: 78.75em) {
    .b-text-image > * {
        width: 50%;
        max-width: 520px;
        padding: 0 30px;
        background-origin: content-box;
    }
}

@media (max-width: 78.75em) {
    .b-text-image {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -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;
        -ms-flex-order: -1;
        order: -1;
    }
}

.parallel-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.parallel-buttons > .btn:first-child, .parallel-buttons > p {
    margin-right: 20px;
    margin-left: 20px;
}

.parallel-buttons > p {
    color: #fff;
}

@media (max-width: 605px) {
    .parallel-buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: 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: 78.75em) {
    .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;
        -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: -ms-flexbox;
    display: flex;
    -webkit-box-align: 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;
    }
}

.employee-quote + .employee-quote {
    margin-top: 60px;
}

.logo-showcase {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    padding-top: 75px;
    padding-bottom: 75px;
}

.logo-showcase .container {
    max-width: 80%;
    text-align: center;
}

.logo-showcase__logo {
    max-height: 30px;
    margin-right: 6%;
    margin-bottom: 30px;
}

.logo-showcase__logo:last-child {
    margin-right: 0;
}

.logo-heading {
    margin-bottom: 80px;
    color: #797979;
}

@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;
    }
}

.media-showcase {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    padding-top: 30px;
    background-color: #ff6e60;
}

.media-showcase .container {
    max-width: 95%;
    text-align: center;
}

.media-showcase .hdr--small-note {
    color: #ffffff;
}

.media-showcase__logo {
    height: 25px;
    margin-right: 2rem;
    margin-bottom: 1.5rem;
    border-radius: 3px;
    border: 1px solid #ff9186;
    padding: 1.5rem;
}

.media-showcase__logo:last-child {
    margin-right: 0;
}

.customer-stories {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.customer-story-card-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.customer-story-card {
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 18.4375rem;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 3rem 2rem;
    background-color: #ffffff;
    margin: 0 0.5rem 1rem;
    transition: all 200ms linear;
}

.customer-story-card h2 {
    font-size: 1.625rem;
    font-family: 'Circular-Black', 'Arial Black', 'Arial';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #202327;
}

.customer-story-card__logo {
    margin-bottom: 1.5rem;
}

.customer-story-card__logo img {
    max-width: 100%;
}

.customer-story-card:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 200ms linear;
    z-index: 2;
    box-shadow: 0 2px 10px 2px rgba(196, 196, 196, 0.4);
}

.customer-story-card__info {
    padding-top: 3em;
}

.customer-story-card__info__name {
    color: #202327;
    display: block;
    font-weight: 600;
}

.customer-story-card__info__company {
    color: #202327;
    font-size: 12px;
}

.customer-stories-readmore {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 4.0625rem;
    margin-bottom: 2rem;
}

.media-coverage .column-1-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.media-column-sidebar {
    width: 100%;
}

@media (min-width: 768px) {
    .media-column-sidebar {
        width: 150px;
        margin-right: 1.5rem;
    }
}

.media-column-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.media-coverage-card {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #ffffff;
    padding: 2rem;
    border-radius: 3px;
    box-shadow: 0 0 9px 4px rgba(0, 0, 0, 0.03);
    text-decoration: none;
    transition: box-shadow 0.3s ease-in-out;
    color: #202327;
}

.media-coverage-card:hover {
    box-sizing: border-box;
    transition: box-shadow 0.3s ease-in-out;
    box-shadow: 0 0 9px 6px rgba(0, 0, 0, 0.05);
}

.media-coverage-card:hover .media-coverage-card__title {
    color: #488dc8;
    transition: color 0.3s ease-in-out;
}

.media-coverage-card__publisher {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px dashed #e0e1e2;
}

.media-coverage-card__publisher__name {
    text-transform: uppercase;
    font-size: 0.9375rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-bottom: 0.5rem;
    color: #ff6e60;
}

.media-coverage-card__publisher__date {
    font-size: 0.8125rem;
}

.media-coverage-card__title {
    font-size: 1.375rem;
}

.media-coverage-date__item {
    box-sizing: border-box;
    display: block;
    padding: 1rem;
    text-align: center;
    background-color: #ffffff;
    margin-bottom: 1px;
    text-decoration: none;
    color: #202327;
    border: 2px solid transparent;
    transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.media-coverage-date__item:hover {
    color: #ff6e60;
    border: 2px solid #eee;
}

.media-coverage-date__item--active {
    background-color: #ff6e60;
    color: #ffffff;
    border: 2px solid #ff6e60;
}

.media-coverage-date__item--active:hover {
    color: #ffffff;
    border: 2px solid transparent;
}

.media-coverage-category {
    padding: 1rem;
    background-color: #e6e6e6;
    text-transform: capitalize;
}

.media-coverage-category h3 {
    font-size: 1.125rem;
    font-weight: 300;
    letter-spacing: -0.05em;
}

.media-coverage-item {
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 1rem;
    background-color: #ffffff;
    border-bottom: 1px solid #eeeeee;
}

.media-coverage-item__name {
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.media-coverage-item__title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 1rem;
}

.media-coverage-item__title a {
    text-decoration: none;
    color: #202327;
}

.media-coverage-item__title a:hover {
    color: #488dc8;
    text-decoration: underline;
}

.media-coverage-item__date {
    margin-bottom: 0.5rem;
}

.media-coverage-item__link {
    margin-top: 1rem;
    text-align: right;
}

@media (min-width: 768px) {
    .media-coverage-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
    }

    .media-coverage-item__name {
        width: 15%;
        margin-bottom: 0;
        padding: 1rem;
    }

    .media-coverage-item__title {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-bottom: 0;
        padding: 1rem;
    }

    .media-coverage-item__date {
        margin-bottom: 0;
        padding: 1rem;
    }

    .media-coverage-item__link {
        width: 3.125rem;
        padding: 1rem;
        margin-top: 0;
        text-align: center;
    }
}

.press-kit .column-1-3 {
    border-right: 1px dashed #e0e1e2;
}

.press-kit .column-1-3:last-of-type {
    border-right: none;
}

.press-kit-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem;
}

.press-kit-item h4 {
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
    font-size: 1.625rem;
    font-weight: 300;
    line-height: 44px;
    letter-spacing: -1px;
    word-spacing: 2px;
}

.press-kit-item__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem;
    height: 90px;
}

.press-kit-item__content {
    max-width: 300px;
}

.press-kit-item__content h4 {
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
    font-size: 1.625rem;
    font-weight: 300;
    line-height: 44px;
    letter-spacing: -1px;
    word-spacing: 2px;
    margin-bottom: 0.5rem;
}

.press-kit-item__content a {
    display: block;
    line-height: 1.6;
}

.quote-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: 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;
    }
}

.input-validator {
    position: relative;
}

.input-validator .input-validator__feedback, .input-validator.input-validator--required:before {
    text-transform: uppercase;
    font-size: 9px;
    font-family: 'Open sans', Arial, Helvetica, sans-serif;
    top: 45px;
    position: absolute;
    right: 2px;
    padding: 7px 10px 7px 6px;
    display: none;
}

.input-validator.input-validator--pass .input-text {
    border-color: #1cdb81;
}

.input-validator.input-validator--pass .input-validator__feedback--pass {
    color: #1cdb81;
    display: block;
}

.input-validator.input-validator--pass .input-validator__feedback--default {
    display: none;
}

.input-validator.input-validator--fail .input-text {
    border-color: #ff6e60;
}

.input-validator.input-validator--fail .label-text {
    color: #ff6e60;
}

.input-validator.input-validator--fail .text-area {
    border-color: #ff6e60;
}

.input-validator.input-validator--fail .input-validator__feedback--fail {
    color: #ff6e60;
    display: block;
}

.input-validator.input-validator--fail .input-validator__feedback--default {
    display: none;
}

.input-validator.input-validator--required:before {
    content: 'REQUIRED';
    display: block;
    color: #ff6e60;
}

.input-validator.input-validator--required .input-text {
    border-color: #ff6e60;
}

.input-validator.input-validator--required .input-validator__feedback--default {
    display: none;
}

.input-validator .input-validator__feedback--default {
    color: #818181;
    display: block;
}

.banner {
    position: absolute;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

@media (min-width: 78.75em) {
    .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: 78.75em) {
    .banner--default {
        box-sizing: border-box;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: 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: -ms-flexbox;
    display: flex;
    padding: 0 50px 0 80px;
}

footer .hdr {
    line-height: 100px;
    margin-bottom: 0;
}

footer .nav-follow-us {
    margin-left: auto;
}

footer .nav-follow-us .nav__button {
    color: #202327;
}

footer .nav-follow-us .nav__button:hover {
    color: #656e7b;
}

@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 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: 78.75em) {
    .s-computers {
        height: 50vw;
    }
}

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

@media (max-width: 78.75em) {
    .hero-banner--startpage {
        padding-top: 0;
    }

    .hero-banner--startpage .logo {
        background-size: 75%;
    }
}

.hero-banner--startpage h1 {
    font-size: 41px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    margin-top: 1.5rem;
    margin-bottom: 2.5rem;
}

@media (min-width: 440px) {
    .hero-banner--startpage h1 {
        font-size: 59px;
    }
}

@media (min-width: 680px) {
    .hero-banner--startpage h1 {
        font-size: 76px;
    }
}

.hero-banner--startpage .hdr-tagline {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 1.5em;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

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

.cta-button-container .btn-label {
    display: block;
    margin-bottom: 20px;
}

@media (min-width: 650px) {
    .cta-button-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .cta-button-container .btn-label {
        margin-right: 1.5em;
    }
}

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

@media (max-width: 670px) {
    .s-showcase-features {
        padding: 70px 30px;
    }

    .s-showcase-features .showcase {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: 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;
    }
}

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

.s-hero-banner--pricing {
    min-height: 900px;
}

@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;
    }
}

.faq-list {
    background-color: #f6f6f6;
    padding: 95px 1em;
}

.faq-list h2 {
    margin-bottom: 1em;
}

.faq-list-inner {
    max-width: 1275px;
    margin: 0 auto;
}

.faq__column {
    padding: 0 2em;
}

.faq__column__item {
    margin-bottom: 2em;
}

.faq__column__item h4 {
    line-height: 1.4;
    margin-bottom: 0.3em;
}

.faq-link {
    color: #202327;
    text-decoration: underline;
}

.faq-link:visited {
    color: #202327;
}

.master-services {
    padding: 120px 0;
}

.master-services h2 {
    margin-bottom: 1em;
}

.master-services-list-inner {
    max-width: 1040px;
    margin: 0 auto;
}

.master-services__column {
    padding: 0 2em;
}

.master-services__column--sec-training .btn {
    margin-bottom: 30px;
}

@media (min-width: 995px) {
    .master-services__column--sec-training {
        margin-top: 20px;
    }
}

.master-services__column--illustration img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.master-services__column ul {
    padding-left: 20px;
    margin-bottom: 30px;
}

.master-services__column h4 {
    line-height: 1.4;
    margin-bottom: 0.3em;
}

.section--pricing-banner {
    padding: 4.6875rem 1.5rem 0;
}

@media (min-width: 980px) {
    .section--pricing-banner {
        padding-left: 2rem;
        padding-right: 2rem;
        min-height: 23.75rem;
    }
}

.pricing-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 100;
    min-height: 21.25rem;
}

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

.section__pricing-list {
    box-sizing: border-box;
    position: relative;
    padding: 2rem 2rem 7rem;
}

@media (min-width: 980px) {
    .section__pricing-list {
        margin-top: -100px;
    }
}

.pricing-list {
    box-sizing: border-box;
}

@media (min-width: 980px) {
    .pricing-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 63.75rem;
        margin-left: auto;
        margin-right: auto;
    }
}

.pricing-list__column {
    box-sizing: border-box;
    background-color: #ffffff;
    margin-bottom: 1.875rem;
    border-radius: 25px;
}

@media (min-width: 980px) {
    .pricing-list__column {
        margin-bottom: 0;
        width: 50%;
    }
}

.pricing-list__column--professional {
    /* border: 1px solid #e9e9e9; */
}

@media (min-width: 980px) {
    .pricing-list__column--professional {
        border-top: none;
        border-bottom: none;
    }
}

.pricing-list__column--standard {
    border: 1px solid #e9e9e9;
}

@media (min-width: 980px) {
    .pricing-list__column--standard {
        /* border-right: none; */
    }
}

.pricing-list__column--master {
    border: 1px solid #e9e9e9;
}

@media (min-width: 980px) {
    .pricing-list__column--master {
        /* border-left: none; */
    }
}

@media (min-width: 980px) {
    .pricing-list__column.couldwemakethispop {
        z-index: 300;
        border: 1px solid #e9e9e9;
        box-shadow: 0 5px 25px rgba(54, 67, 77, 0.15);
        margin-top: -30px !important;
        margin-bottom: -30px !important;
    }

    .pricing-list__column.couldwemakethispop .pricing-list__column__head {
        margin-top: 30px;
    }
}

.pricing-list__column__head {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    padding: 2rem;
    height: 21.25rem;
}

.pricing-list__column__head .plan-name {
    font-family: "Century Gothic", "Circular-Black", "Arial Black", "Arial";
}

.pricing-list__column__head .plan-name h2 {
    /*font-size: 1.625rem;*/
    font-size: 2.0rem;
}

.pricing-list__column__head .plan-name--professional {
    color: #ff6e60;
}

.pricing-list__column__head .plan-pricing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Century Gothic", "Circular-Black", "Arial Black", "Arial";
}

.pricing-list__column__head .plan-pricing .currency {
    font-family: "Century Gothic", "Open Sans", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
    font-weight: 600;
    font-size: 1.25rem;
    color: #acacac;
    margin-top: 15px;
    margin-right: 5px;
}

.pricing-list__column__head .plan-pricing .price {    
    font-weight: 600;
    font-size: 3.0rem;
    letter-spacing: -3px;
}

.pricing-list__column__head .plan-pricing .per-target {
    margin-top: 2.125rem;
    margin-left: 5px;
    font-size: 1.0rem;
    letter-spacing: -0.05em;
}

.pricing-list__column__head .plan-pricing .per-target .asterisk {
    font-family: "Century Gothic", "Open Sans", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
    font-weight: 600;
    color: #acacac;
    margin-left: 5px;
}

.pricing-list__column__head .plan-cost .master-text {
    line-height: 1.875rem;
    font-size: 1.125rem;
    -webkit-font-smoothing: antialiased;
}

.pricing-list__column__head .plan-fine-print p {
    font-size: 0.75rem;
    font-style: italic;
}

.pricing-list__column__head .plan-monthly-price p {
    font-size: 0.85rem;
    /* font-weight: 700; */
}

.list-trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #e9e9e9;
    padding: 1.2rem 2rem;
    cursor: pointer;
}

.list-trigger span {
    font-size: 0.8125rem;
}

.list-trigger img {
    width: 1.25rem;
}

.list-trigger:hover {
    background-color: #f6f6f6;
    transition: background-color 0.3s ease-in-out;
}

.list-trigger--active {
    background-color: #f6f6f6;
}

.list-trigger--active img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}

@media (min-width: 980px) {
    .list-trigger {
        display: none;
    }
}

.pricing-list__column__body {
    box-sizing: border-box;
    max-height: 0;
    overflow: hidden;
}

@media (min-width: 980px) {
    .pricing-list__column__body {
        max-height: 2000px;
        transition: max-height 0.2s ease-in-out;
    }
}

@media (min-width: 300px) {
    .pricing-list__column__body {
        max-height: 1000px;
        transition: max-height 0.2s ease-in-out;
    }
}

.pricing-list__column__body--open {
    max-height: 2000px;
    transition: max-height 0.2s ease-in-out;
}

.included-in-plan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f6f6f6;
    padding: 0 2rem;
    min-height: 4.375rem;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}

.included-in-plan small {
    font-size: 0.75rem;
}

.plan-feature-list {
    padding: 2rem;
}

.plan-feature-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.5625rem;
}

.plan-feature-list__item__icon {
    margin-top: 4px;
    margin-right: 10px;
}

.plan-feature-list__item__icon img {
    max-width: 18px;
}

.plan-feature-list__item__content h4 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5625rem;
}

.plan-feature-list__item__content p {
    font-size: 0.8125rem;
    line-height: 19px;
    color: #8d9395;
}

.full-comparison {
    padding: 4.6875rem 1.5rem 0rem;
    text-align: center;
    max-width: 30rem;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 980px) {
    .full-comparison {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.full-comparison p {
    margin-bottom: 1.875rem;
}

.master-contact-hero-banner {
    max-width: 800px;
}

.master-contact-hero-banner p {
    margin-bottom: 0;
}

.master-contact {
    overflow: visible;
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.master-contact__inner {
    position: relative;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

.master-contact__inner h2 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.master-contact-form {
    box-sizing: border-box;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
}

.master-contact-form *:focus {
    outline: none;
}

.master-contact-form .label-text {
    box-sizing: border-box;
    display: inline-block;
    font-size: 10px;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #202327;
    font-weight: 600;
}

.master-contact-form .input-text {
    box-sizing: border-box;
    border-radius: 3px;
    display: block;
    width: 100%;
    height: 60px;
    padding: 10px;
    border: 1px solid #eee;
    margin-bottom: 10px;
    transition: border 0.2s ease-in-out;
}

.master-contact-form .input-text:focus {
    border: 1px solid #202327;
}

.master-contact-form .text-area {
    box-sizing: border-box;
    border-radius: 3px;
    display: block;
    height: 160px;
    width: 100%;
    padding: 10px;
    border: 1px solid #eee;
    transition: border 0.2s ease-in-out;
}

.master-contact-form .text-area:focus {
    border: 1px solid #202327;
}

.master-contact-form input[type=submit] {
    margin-top: 1rem;
    width: 100%;
}

.master-contact-form .asterisk {
    color: #ff6b5a;
    font-size: 0.875rem;
    margin-left: 5px;
    position: relative;
    top: 3px;
}

.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%;
}

.section-feature-comparison {
    box-sizing: border-box;
    padding-bottom: 6.25rem;
}

.section-feature-comparison-inner {
    box-sizing: border-box;
    max-width: 65rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0 1.5rem;
}

.section-feature-comparison-inner .hdr {
    margin-bottom: 3.125rem;
}

.feature-category-block {
    box-sizing: border-box;
}

.feature-category-block:last-child {
    border-bottom: 1px solid #e0e1e2;
}

.feature-category-block__head {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.625rem;
    background-color: #f6f6f6;
    height: 3.125rem;
    border-top: 1px solid #e0e1e2;
    border-right: 1px solid #e0e1e2;
    border-left: 1px solid #e0e1e2;
}

.feature-category-block__head:hover {
    cursor: pointer;
    background-color: #eeeeee;
}

.feature-category-block__head h3 {
    font-size: 1.25rem;
    font-weight: 300;
    letter-spacing: -0.05em;
}

.feature-category-block__body {
    box-sizing: border-box;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}

.feature-category-block--open .feature-category-block__head .arrow-icon {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.feature-category-block--open .feature-category-block__body {
    max-height: 3000px;
    transition: max-height 0.3s ease-in-out;
}

.feature-direction-arrow {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px;
}

.feature-category-item {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #ffffff;
    border-top: 1px solid #e0e1e2;
    border-right: 1px solid #e0e1e2;
    border-left: 1px solid #e0e1e2;
}

.feature-category-item:last-child {
    border-bottom: none;
}

.feature-category-item__description {
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.9375rem;
}

.feature-category-item__description h4 {
    font-size: 1rem;
    font-weight: 600;
    color: #202327;
    margin-bottom: 8px;
}

.feature-category-item__description p {
    font-size: 0.875rem;
}

.feature-category-item__description a {
    text-decoration: none;
    color: #488dc8;
}

.feature-category-item__plan {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0.9375rem;
    width: 4.375rem;
    border-left: 1px solid #e0e1e2;
}

.feature-category-item__plan p {
    font-size: 0.625rem;
    margin-top: 5px;
    text-align: center;
}

@media (min-width: 600px) {
    .feature-category-item__plan {
        width: 11.25rem;
        min-height: 5.625rem;
    }
}

.feature-category-item--heading {
    border-bottom: none;
    border-top: none;
    border-left: none;
}

.feature-category-item--heading:nth-child(even) {
    background-color: transparent;
}

.feature-category-item--heading .feature-category-item__plan {
    border-top: 1px solid #e0e1e2;
    min-height: 10rem;
}

@media (min-width: 600px) {
    .feature-category-item--heading .feature-category-item__plan {
        min-height: 5.625rem;
    }
}

.feature-category-item__plan .plan-name {
    font-family: "Circular-Black", "Arial Black", "Arial";
    font-size: 1.625rem;
    letter-spacing: -0.05em;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.feature-category-item__plan .plan-name--standard {
    color: #ff6e60;
    margin-bottom: -6px;
}

.feature-category-item__plan .plan-name--master {
    color: #00bcff;
}

@media (min-width: 600px) {
    .feature-category-item__plan .plan-name {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .feature-category-item__plan .plan-name--standard {
        margin-bottom: 0;
    }
}


.section-crowdsource {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.section-text-block {
    font-size: 17px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0.35px;
}


.request-demo {
    padding: 75px 1rem;
}

.request-demo__inner {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}
