.old-page .container {
  width: 1170px;
  margin: 0 auto;
  max-width: 100%;
  overflow: visible;
}
.old-page .container_size_s {
  width: 970px;
}
.old-page .container_content {
  padding-top: 70px;
  padding-bottom: 70px;
}
.old-page .container_text-align_left {
  text-align: left;
}
.old-page .container_is-narrow {
  width: 940px;
}
@media (min-width: 768px) {
  .old-page .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.wide-centered-container,
.centered-container {
  text-align: center;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.faint {
  opacity: 0.7;
}
.very-faint {
  color: #0071aa;
}
.underline-on-hover,
.old-page footer nav a {
  text-decoration: none;
}
.underline-on-hover:hover,
.old-page footer nav a:hover {
  text-decoration: none;
}
.margin-vertical {
  margin-top: 20px;
  margin-bottom: 20px;
}
.margin-vertical-double {
  margin-top: 40px;
  margin-bottom: 40px;
}
.no-float,
.centered-container,
.wide-centered-container,
.extra-wide-centered-container,
#content,
.old-page .nav-pills {
  float: none;
  clear: both;
  overflow: hidden;
}
.centered-x-and-y,
.old-page h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.text-little {
  font-size: 0.8rem;
}
.special-color {
  color: #0071aa;
}
.dark-color,
.old-page p a,
.old-page p a:visited {
  color: #4a4a4a;
}
.float-left,
.old-page .nav-pills > li,
nav.sidebar {
  display: block;
  float: left;
}
.float-right,
.sidebarred-content {
  display: block;
  float: right;
}
.side-padding {
  padding-left: 20px;
  padding-right: 20px;
}
.centered-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
  padding-left: 10px;
  padding-right: 10px;
}
.wide-centered-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}
.extra-wide-centered-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1260px;
}
.float-container {
  float: none;
  clear: both;
  overflow: hidden;
}
.float-container > * {
  display: block;
  float: left;
}
.full-width {
  width: 100%;
}
.flex-container {
  display: flex;
}
.input-container {
  display: flex;
  font-size: 14px;
}
.input-container input::placeholder {
  color: #9b9b9b;
}
@media screen and (max-width: 640px) {
  .input-container {
    flex-direction: column;
  }
}
.input-left {
  display: flex;
  flex-grow: 1;
  margin-right: 10px;
  padding: 12px;
}
@media screen and (max-width: 640px) {
  .input-left {
    margin: 0px;
  }
}
.input-right {
  display: flex;
  flex-grow: 1;
  margin-left: 10px;
  padding: 12px;
}
@media screen and (max-width: 640px) {
  .input-right {
    margin-left: 0px;
    margin-top: 15px;
  }
}
.input-message {
  padding: 12px;
  font-size: 14px;
}
.input-message::placeholder {
  color: #9b9b9b;
}
.input-button {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  width: 150px;
}
.input-button:hover {
  background: #0083cc;
}
@media screen and (max-width: 640px) {
  .input-button {
    float: none;
  }
}
.old-page .button,
.old-page button,
.stripe-button-el {
  border-radius: 20px;
  border: none;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  background: #0071aa;
  padding: 12px 20px;
  line-height: 1;
  transition: all 0.2s;
}
.old-page .button:hover,
.old-page button:hover,
.stripe-button-el:hover {
  background: #002d44;
}
.clearfix:before,
#content:before,
.clearfix:after,
#content:after,
.clearfix display table,
#content display table,
.clearfix content "",
#content content "" {
  clear: both;
}
.list-normal {
  text-align: left;
  padding-left: 20px;
}
.list-normal > li {
  margin: 10px 0;
}
.hidden {
  display: none;
}
@media screen and (max-width: 640px) {
  .hide-on-mobile {
    display: none !important;
  }
}
* {
  box-sizing: border-box;
}
body {
  text-rendering: optimizeLegibility;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
}
.old-page {
  font-size: 1rem;
}
.old-page.devs {
  padding-top: 0;
}
.old-page h1,
.old-page h2,
.old-page h3,
.old-page h4 {
  color: #000;
  font-family: 'Open Sans', serif;
}
.old-page h1 {
  color: #fff;
  z-index: 3;
  font-size: 4rem;
  line-height: 1.4;
  width: 100%;
  text-align: center;
  margin: 0;
  font-weight: 400;
}
.old-page h1.long-string {
  font-size: 3rem;
}
@media screen and (max-width: 640px) {
  .old-page h1 {
    font-size: 2.3rem;
  }
  .old-page h1.long-string {
    font-size: 2rem;
    padding-top: 60px;
  }
}
.old-page h2 {
  margin: 0;
  padding: 20px 0;
}
.old-page h2.no-top-padding {
  padding-top: 0;
}
@media screen and (max-width: 640px) {
  .old-page h2 {
    padding-top: 30px;
  }
}
.old-page h3 {
  text-align: left;
  margin-top: 40px;
  margin-bottom: 15px;
  padding-bottom: 0;
}
.old-page a:hover {
  opacity: 0.8;
}
.old-page p {
  margin: 25px 0 10px 0;
  padding: 0;
  color: #4a4a4a;
  text-align: left;
  line-height: 1.5;
}
.old-page p a,
.old-page p a:visited {
  text-decoration: underline;
}
.old-page abbr {
  cursor: help;
}
.old-page .pre {
  overflow-x: auto;
  font-size: 0.9rem;
  color: #4a4a4a;
  padding: 20px;
  background: #f7f9fc;
  border: 1px solid #e5e5e5;
  text-align: left;
  border-radius: 5px;
  max-height: 600px;
}
.old-page code {
  font-size: 0.9rem;
  font-family: 'Droid Sans Mono', monospace;
  margin: 0 0 15px 0;
  padding: 4px;
  background: #e5eff5;
}
.old-page code.shell:before {
  content: "$ ";
  opacity: 0.4;
}
.old-page .lang {
  font-size: 0.9rem;
  padding: 20px;
  background: #f7f9fc;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}
.old-page pre > code {
  line-height: 1.7;
}
.old-page a[data-reactid],
.old-page a[data-reactid]:visited {
  text-decoration: none;
  color: inherit;
}
.old-page .link,
.old-page .link:visited,
.old-page .link[data-reactid],
.old-page .link[data-reactid]:visited {
  color: #0071aa;
}
.old-page .link[data-reactid]:hover {
  text-decoration: underline;
}
.old-page .link.white,
.old-page .link.white:visited,
.old-page .link.white[data-reactid],
.old-page .link.white[data-reactid]:visited {
  color: #fff;
}
.old-page textarea {
  width: 100%;
  font-family: 'Open Sans', sans-serif;
}
.old-page input,
.old-page textarea {
  padding: 5px;
  font-size: $regular-font-size;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
}
.old-page ol,
.old-page ul {
  color: #4a4a4a;
  text-align: left;
  line-height: 1.5;
}
.old-page .main_is-menu-shown {
  overflow: hidden;
}
.old-page img {
  max-width: 100%;
}
.old-page .header {
  background-image: linear-gradient(to bottom, #0073a6, #43b2e3);
  height: auto;
  text-align: center;
}
.old-page .header_green {
  background-image: linear-gradient(to bottom, #20c4a2, #24dab4);
}
.old-page .header_blue {
  background-image: linear-gradient(to bottom, #2b90ee, #439cf0);
}
.old-page .header_lil {
  background-image: linear-gradient(to bottom, #dd83f3, #e39af5);
}
.old-page .header_orange {
  background-image: linear-gradient(to bottom, #f59c0b, #f6a623);
}
.old-page .header__nav {
  padding: 0;
  padding-top: 40px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  position: relative;
  justify-content: space-between;
  align-items: center;
}
.old-page .header__logo {
  line-height: 40px;
  height: 35px;
  align-self: left;
  margin-left: 30px;
  z-index: 15;
}
.old-page .header__logo-link {
  display: inline-block;
  height: 35px;
}
.old-page .header__map {
  background-image: url("/static/images/header/maps/san-francisco.png");
  background-attachment: fixed;
  background-size: cover;
  height: 100%;
}
.header_hide-map .old-page .header__map {
  background-image: none !important;
}
.old-page .header__menu-button {
  font-family: Open Sans;
  font-size: 14px;
  line-height: 1;
  text-align: right;
  color: #fff;
  position: relative;
  z-index: 20;
  margin-right: 30px;
  text-decoration: none;
}
.old-page .header__menu-button:hover {
  opacity: 0.7;
}
.old-page .header__menu-button-close-text {
  display: none;
}
.main_is-menu-shown .old-page .header__menu-button-close-text {
  display: inline;
}
.old-page .header__menu-button-menu-text {
  display: inline;
}
.main_is-menu-shown .old-page .header__menu-button-menu-text {
  display: none;
}
.old-page .header__menu-container-scroll {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  z-index: 10;
  opacity: 0;
  transition: all 0.25s;
  pointer-events: none;
}
.main_is-menu-shown .old-page .header__menu-container-scroll {
  opacity: 1;
  pointer-events: all;
}
.old-page .header__menu-container {
  flex-grow: 1;
  flex-direction: column;
  display: flex;
  align-items: center;
  background-image: linear-gradient(to bottom, #005dad, #17a1e4);
  min-height: 100%;
}
.old-page .header__menu {
  text-align: center;
  font-family: Open Sans;
  font-size: 30px;
  line-height: 2.37;
  color: #fff;
  margin: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-top: 125px;
}
.old-page .header__menu > li {
  display: inline;
  color: inherit;
  padding: 0 8px;
}
.old-page .header__menu > li > a {
  display: inline;
  color: inherit;
  text-decoration: none;
}
.old-page .header .twitter-link {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .old-page .header__signup {
    display: flex;
    font-family: Open Sans;
    flex-direction: column;
    font-size: 30px;
    margin-bottom: 60px;
  }
  .old-page .header__signup .btn,
  .old-page .header__signup .btn:visited,
  .old-page .header__signup .btn:active {
    background: none;
    color: #fff;
    font-size: inherit;
    height: auto;
    line-height: 2.37;
    box-shadow: none;
  }
  .old-page .header__signup .btn img,
  .old-page .header__signup .btn:visited img,
  .old-page .header__signup .btn:active img {
    display: none;
  }
}
.old-page .header__title {
  font-weight: normal;
  margin-top: 70px;
  margin-bottom: 35px;
  font-family: Montserrat;
  font-size: 30px;
  line-height: 1.5;
  font-weight: normal;
  text-align: center;
  color: #fff;
  padding: 0;
  position: static;
  transform: none;
}
.old-page .header__landing-title {
  height: 250px;
  line-height: 250px;
  font-family: Open Sans;
  font-weight: normal;
  font-size: 32px;
  text-align: center;
  color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 85px;
}
.old-page .header__signup-form {
  margin-bottom: 60px;
  margin-top: 20px;
  text-align: center;
  font-size: 0;
}
.old-page .header__signup-form_email-input {
  vertical-align: middle;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  border: none;
  font-size: 16px;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  width: 50%;
  display: inline-block;
}
.old-page .header__content {
  margin: 0 auto;
  margin-top: 30px;
  color: #fff;
  text-align: center;
  font-weight: normal;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  justify-content: center;
}
.old-page .header__content_title {
  font-family: Open Sans;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.6px;
  text-align: center;
  color: #fff;
  margin: 0;
  font-weight: inherit;
}
.old-page .header__content_text {
  text-align: center;
  font-size: 16px;
  margin: 0 0 10px 0;
  color: inherit;
  font-weight: inherit;
}
.old-page .header__content_text_size_big {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 500;
}
.old-page .header__content_text a {
  color: inherit;
}
.old-page .header__content_text a:active {
  color: inherit;
  text-decoration: none;
}
.old-page .header__content_text a:visited {
  color: inherit;
}
.old-page .header__content_more-link {
  opacity: 0.5;
  font-size: 12px;
  line-height: 1.83;
  text-align: center;
  display: block;
  font-family: Open Sans;
  color: #fff;
}
@media (min-width: 768px) {
  .old-page .header__nav {
    padding: 40px 0;
    flex-direction: row;
    height: 120px;
    margin: 0 0 0 0;
  }
  .old-page .header__nav_homepage {
    margin-bottom: 120px;
  }
  .old-page .header__logo {
    flex-basis: 115px;
    display: none;
    align-self: center;
    margin-left: 0;
  }
  .old-page .header__menu-container {
    flex-direction: row;
    position: static;
    background: none;
    display: flex;
    opacity: 1;
    pointer-events: all;
    min-height: auto;
  }
  .old-page .header__menu-container-scroll {
    position: static;
    opacity: 1;
  }
  .old-page .header .twitter-link {
    display: none;
  }
  .old-page .header__menu-button {
    display: none;
  }
  .old-page .header__menu {
    font-size: 16px;
    flex-grow: 1;
    line-height: 1;
    width: auto;
    flex-direction: row;
    justify-content: space-around;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 0;
  }
  .old-page .header__menu > li {
    padding: 0;
    display: inline;
  }
  .old-page .header__signup {
    flex-grow: 0;
    display: block;
    margin-bottom: 0;
  }
  .old-page .header__title {
    margin: 45px 0;
    font-size: 64px;
    line-height: 1;
    line-height: 1;
    position: static;
    transform: none;
  }
  .old-page .header__title_homepage {
    font-size: 40px;
  }
  .old-page .header__signup-form {
    margin: 45px 0;
  }
  .old-page .header__signup-form_email-input {
    padding: 0 20px;
    color: #9b9b9b;
    font-weight: 300;
    font-size: 16px;
    width: 380px;
    display: inline-block;
  }
  .old-page .header__signup-form .btn {
    font-size: 16px;
    font-weight: 300;
    padding: 0px 30px;
  }
  .old-page .header__content {
    margin-top: 67px;
    margin-bottom: 30px;
    flex-direction: row;
  }
  .old-page .header__content_section {
    padding: 0 16px;
  }
  .old-page .header__content_text {
    white-space: nowrap;
  }
  .old-page .header__content_more-link {
    display: inline-block;
  }
}
@media (min-width: 1024px) {
  .old-page .header__logo {
    display: block;
  }
  .old-page .header__menu {
    padding: 0 100px;
  }
}
.old-page .hamburger {
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  vertical-align: middle;
  height: 17.5px;
  margin-left: 15px;
}
.old-page .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.old-page .hamburger-inner,
.old-page .hamburger-inner::before,
.old-page .hamburger-inner::after {
  width: 22.5px;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.old-page .hamburger-inner::before,
.old-page .hamburger-inner::after {
  content: "";
  display: block;
}
.old-page .hamburger-inner::before {
  top: -10px;
}
.old-page .hamburger-inner::after {
  bottom: -10px;
}
.old-page .hamburger-box {
  width: 17.5px;
  height: 17.5px;
  display: inline-block;
  position: relative;
}
.old-page .hamburger--slider .old-page .hamburger-inner {
  top: 2px;
}
.old-page .hamburger--slider .old-page .hamburger-inner::before {
  top: 6px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.old-page .hamburger--slider .old-page .hamburger-inner::after {
  top: 12px;
}
.main_is-menu-shown .old-page .hamburger--slider .old-page .hamburger-inner {
  transform: translate3d(0, 6px, 0) rotate(45deg);
}
.main_is-menu-shown .old-page .hamburger--slider .old-page .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}
.main_is-menu-shown .old-page .hamburger--slider .old-page .hamburger-inner::after {
  transform: translate3d(0, -12px, 0) rotate(-90deg);
}
.old-page .btn {
  border-radius: 4px;
  line-height: 40px;
  display: inline-block;
  height: 40px;
  color: #fff;
  text-decoration: none;
  padding: 0 20px;
  font-size: 14px;
  border: none;
  vertical-align: middle;
  font-family: Open Sans;
}
.old-page .btn:active,
.old-page .btn:visited {
  color: #fff;
}
.old-page .btn_default {
  background-color: #f6f6f6;
  color: #4a4a4a;
  border: solid 1px #e0e0e0;
}
.old-page .btn_default:active,
.old-page .btn_default:visited {
  color: #4a4a4a;
}
.old-page .btn_inverted {
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
  background-color: #fff;
  color: #0073a6;
}
.old-page .btn_inverted:active {
  box-shadow: none;
}
.old-page .btn_inverted:active,
.old-page .btn_inverted:visited {
  color: #0073a6;
}
.old-page .btn > img {
  vertical-align: middle;
}
.old-page .btn > img:first-child {
  margin-right: 10px;
}
.old-page .btn_color_blue {
  background-color: #3bbeec;
}
.old-page .btn_color_light-blue {
  background-color: #50e3c2;
}
.old-page .btn_groupped_right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.old-page .btn_size_big {
  height: 50px;
  line-height: 50px;
}
.old-page .btn_pad_doubled {
  padding-left: 40px;
  padding-right: 40px;
}
.info-block {
  border-bottom: 2px solid #dfdfdf;
  display: flex;
  flex-direction: column;
}
.info-block:last-child {
  border-bottom: none;
}
.info-block__sub-block {
  flex: 1;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.info-block__sub-block_is-image-container {
  text-align: center;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-content: space-around;
}
.info-block__sub-block + .info-block__sub-block {
  border-top: 2px solid #dfdfdf;
}
.info-block__icon {
  width: 50px;
  height: 50px;
  border-radius: 4px;
  margin-right: 12px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  float: left;
}
.info-block__icon_color_green {
  background-color: #24dab4;
  box-shadow: 0 1px 4px 0 rgba(36,219,181,0.5);
}
.info-block__icon_color_blue {
  background-color: #439cf0;
  box-shadow: 0 1px 4px 0 rgba(67,156,240,0.5);
}
.info-block__icon_color_lil {
  background-color: #e39af5;
  box-shadow: 0 1px 4px 0 rgba(227,154,245,0.5);
}
.info-block__icon_color_orange {
  background-color: #f6a623;
  box-shadow: 0 1px 4px 0 rgba(245,166,35,0.5);
}
.info-block__title {
  font-family: Montserrat;
  font-size: 34px;
  font-weight: 300;
  line-height: 50px;
  margin: 30px 0 40px 0;
  padding: 0;
}
.info-block__title_color_green {
  color: #24dbb5;
}
.info-block__title_color_blue {
  color: #439cf0;
}
.info-block__title_color_lil {
  color: #e39af5;
}
.info-block__title_color_orange {
  color: #f6a623;
}
.info-block__text {
  font-family: 'Open Sans';
  font-size: 16px;
  line-height: 2.25;
  text-align: left;
  color: #9b9b9b;
}
.info-block__text p {
  margin: 20px 0;
}
@media (min-width: 768px) {
  .info-block {
    padding: 50px 0;
    flex-direction: row;
  }
  .info-block__sub-block {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .info-block__sub-block + .info-block__sub-block {
    border-top: none;
  }
  .info-block__sub-block:first-child {
    margin-right: 50px;
  }
  .info-block__sub-block:last-child {
    margin-left: 50px;
  }
  .info-block__sub-block_is-image-container {
    display: flex;
    flex: 1.25;
    white-space: no-wrap;
  }
  .info-block__sub-block_move_left {
    order: 0;
    margin-right: 25px;
  }
  .info-block__sub-block_move_left:last-child {
    margin-left: 0;
  }
  .info-block__sub-block_move_right {
    order: 1;
    margin-left: 25px;
  }
  .info-block__sub-block_move_right:first-child {
    margin-right: 0px;
  }
}
.used-by {
  margin: 25px 0 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.used-by__block {
  font-family: Open Sans;
  font-size: 16px;
  line-height: 1.88;
  text-align: center;
  color: #9b9b9b;
  flex-basis: 0;
  filter: grayscale(1);
  transition: all 0.5s;
  margin: 25px 0;
}
.used-by__block:hover {
  filter: grayscale(0);
}
@media (min-width: 768px) {
  .used-by {
    margin-left: 0;
    margin-right: 0;
    flex-direction: row;
    justify-content: space-between;
    border-top: none;
  }
  .used-by__block {
    margin: 0;
  }
  .used-by__block:first-child {
    min-width: 140px;
  }
}
.ipinfo-tweets {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.ipinfo-tweets-container {
  padding-top: 95px;
  padding-bottom: 95px;
  background-color: #fafafa;
}
.ipinfo-tweets__title {
  padding: 0;
  margin: 0;
  margin-bottom: 70px;
  font-family: Montserrat;
  font-size: 24px;
  line-height: 0.83;
  text-align: center;
  color: #4a4a4a;
}
.ipinfo-tweet {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #fff;
  flex-basis: 32%;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left;
  border-radius: 4px;
}
.ipinfo-tweet__author {
  display: flex;
  flex-direction: row;
  margin-bottom: 8px;
}
.ipinfo-tweet__author-profile-image {
  width: 34px;
  height: 34px;
  margin-right: 12px;
}
.ipinfo-tweet__author-profile-image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.ipinfo-tweet__author-names {
  flex: 1;
}
.ipinfo-tweet__author-name {
  font-family: Open Sans;
  font-size: 12px;
  font-weight: 600;
  color: #4a4a4a;
}
.ipinfo-tweet__author-screen-name {
  font-family: Open Sans;
  font-size: 10px;
  font-weight: 600;
  color: #9b9b9b;
}
.ipinfo-tweet__author-screen-name a {
  color: inherit;
  text-decoration: none;
}
.ipinfo-tweet__text {
  font-family: Open Sans;
  font-size: 12px;
  line-height: 2;
  color: #4a4a4a;
}
.avatar {
  text-align: left;
  margin-top: 0px;
  margin-left: 15px;
  display: block;
  height: 32px;
  text-decoration: none;
  font-size: 0.9rem;
}
.avatar img {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  border-radius: 4px;
}
.avatar span {
  line-height: 32px;
  vertical-align: top;
}
.old-page .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.old-page .alert h4 {
  margin-top: 0;
  color: inherit;
}
.old-page .alert .alert-link {
  font-weight: bold;
}
.old-page .alert > p,
.old-page .alert > ul {
  margin-bottom: 0;
}
.old-page .alert > p + p {
  margin-top: 5px;
}
.old-page .alert-dismissable,
.old-page .alert-dismissible {
  padding-right: 35px;
}
.old-page .alert-dismissable .close,
.old-page .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.old-page .alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.old-page .alert-success hr {
  border-top-color: #c9e2b4;
}
.old-page .alert-success .alert-link {
  color: #2b542c;
}
.old-page .alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.old-page .alert-info hr {
  border-top-color: #a7e1ed;
}
.old-page .alert-info .alert-link {
  color: #245269;
}
.old-page .alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.old-page .alert-warning hr {
  border-top-color: #f8e2b5;
}
.old-page .alert-warning .alert-link {
  color: #66512c;
}
.old-page .alert-danger {
  background-color: #f2dede;
  border-color: #ebccd0;
  color: #a94442;
}
.old-page .alert-danger hr {
  border-top-color: #e4babf;
}
.old-page .alert-danger .alert-link {
  color: #843534;
}
.old-page .alert-error {
  background-color: #f2dede;
  border-color: #ebccd0;
  color: #a94442;
}
.old-page .alert-error hr {
  border-top-color: #e4babf;
}
.old-page .alert-error .alert-link {
  color: #843534;
}
.list-ruled {
  text-align: left;
  list-style-position: inside;
}
.list-ruled li {
  padding-top: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #dfdfdf;
}
.list-ruled li:last-child {
  border-bottom-color: transparent;
}
.list-unstyled,
.list-horizontal,
.list-pills,
.old-page .nav-pills,
nav.sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.8;
}
.list-horizontal {
  text-align: center;
  padding: 25px 0px;
  font-size: 1rem;
}
.list-horizontal > li {
  display: inline-block;
}
.list-horizontal > li:last-child:after {
  content: '';
  padding: 0;
}
.list-horizontal > li:after {
  content: '•';
  padding: 7px;
  color: #4a4a4a;
}
.list-horizontal > li a {
  text-decoration: none;
  color: #4a4a4a;
}
.list-pills {
  text-align: center;
}
.list-pills > li {
  display: inline-block;
  margin: 0 10px;
  font-size: 0.8rem;
}
.list-pills a {
  text-decoration: none;
  padding: 4px 14px 6px 14px;
  border-radius: 20px;
  line-height: 1;
  color: #4a4a4a;
  background: #f0f0f0;
  transition: all 0.1s;
}
.list-pills a:hover,
.list-pills a.active {
  color: #fff;
  background: #0071aa;
}
.card-p-outer {
  min-width: 300px;
  background: #f7f9fc;
  color: #4a4a4a;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  padding: 40px 10px 40px 10px;
  position: relative;
}
.card-p-outer ul li {
  color: #4a4a4a;
  text-align: center;
}
.card-flex-container {
  justify-content: center;
  display: flex;
}
@media screen and (max-width: 640px) {
  .card-flex-container {
    flex-direction: column;
    padding: 0 20px;
  }
}
@media screen and (min-width: 640px) {
  .card-flex-container {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.card-flex-container > * {
  margin: 10px;
}
@media screen and (max-width: 640px) {
  .card-flex-container > * {
    width: 100%;
    margin: 10px 0;
  }
}
.price-description {
  margin-top: 10px;
}
.card-free {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
  color: #0071aa;
}
#free-align {
  width: 100%;
  height: 37px;
}
.pricing-message {
  color: #4a4a4a;
  text-align: center;
  font-size: 14px;
}
.card-price {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
  margin-left: -10px;
  color: #0071aa;
}
.card-price:before {
  content: "$";
  font-size: 1.2rem;
  opacity: 0.4;
  padding-right: 3px;
  line-height: 2;
  vertical-align: text-top;
  font-weight: 400;
}
.stripe-button-el {
  background: #0071aa;
  border-radius: 18px;
  height: 35px;
  border: none;
  color: #fff;
  padding: 12px 20px;
  line-height: 1;
  width: 80%;
  margin-top: 20px;
  transition: all 0.2s;
  font-size: 0.8rem;
}
.stripe-button-el:hover {
  background: #0083cc;
}
.upd_subscr {
  background-color: #f89406;
}
.upd_subscr:hover {
  cursor: auto;
  background-color: #f89406;
}
.company-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .company-row {
    flex-direction: column;
  }
}
.company-row:nth-child(odd) {
  margin-bottom: 20px;
}
@media screen and (max-width: 860px) {
  .company-row:nth-child(odd) {
    margin-bottom: 5px;
  }
}
.company-col {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 860px) {
  .company-col {
    flex-direction: column;
  }
}
@media screen and (max-width: 640px) {
  .company-col {
    width: 100%;
  }
}
.company-logo-holder {
  margin-left: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 860px) {
  .company-logo-holder {
    margin-bottom: 20px;
  }
}
.customer-stories {
  padding-top: 50px;
}
.company-statement-holder {
  width: 80%;
  display: flex;
  flex-direction: column;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (max-width: 640px) {
  .company-statement-holder {
    width: 100%;
  }
}
.company-statement-holder h3 {
  margin-top: 10px;
  margin-bottom: 20px;
}
.statement-right {
  padding-left: 50px;
}
@media screen and (max-width: 640px) {
  .statement-right {
    padding-left: 0px;
  }
}
.statement-left {
  padding-right: 50px;
}
@media screen and (max-width: 640px) {
  .statement-left {
    padding-right: 0px;
  }
}
.company-quote {
  font-style: italic;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #4a4a4a;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .company-quote {
    text-align: center;
  }
}
.company-containers {
  display: flex;
  flex-direction: column;
}
.company-author {
  color: #4a4a4a;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
}
@media screen and (max-width: 640px) {
  .company-author {
    text-align: center;
  }
}
.company-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 640px) {
  .company-container {
    flex-direction: column;
  }
}
.company-container:last-child {
  margin-bottom: 50px;
}
.company-divider {
  background-color: #c2c2c2;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  .company-divider {
    margin-top: 25px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 640px) {
  .company-opposite {
    flex-direction: column-reverse;
  }
}
.customer-padding {
  padding-left: 50px;
  padding-right: 50px;
}
.company-statement {
  display: flex;
}
.company-logo-holder {
  background-color: #f7f9fc;
  height: 200px;
  width: 200px;
  display: flex;
}
@media screen and (max-width: 640px) {
  .company-logo-holder {
    width: 100%;
  }
}
.company-logo {
  display: flex;
  width: 153.33333333333334px;
  height: 153.33333333333334px;
  margin: 30px;
  transition: all 0.3s;
  opacity: 0.5;
  filter: #808080;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  align-items: center;
  justify-content: center;
}
.company-logo img {
  width: 55%;
}
@media screen and (max-width: 640px) {
  .company-logo {
    width: 50%;
    height: auto;
    margin: 40px auto;
    float: none;
    clear: both;
  }
}
.company-logo:hover {
  opacity: 1;
  filter: none;
  -webkit-filter: grayscale(0);
}
.logo-large img {
  width: 70%;
}
.logo-largest img {
  width: 80%;
}
.language-logo {
  display: inline-block;
  width: 70px;
  height: 70px;
  margin: 0 10px;
  opacity: 0.3;
  transition: all 0.3s;
}
.language-logo:hover {
  opacity: 0.6;
}
.language-logo img {
  width: 100%;
}
#map-wrapper {
  background-color: #0071aa;
  height: 230px;
  width: 100%;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  #map-wrapper {
    height: 240px;
  }
}
#map {
  background: #0071aa no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 230px;
}
#map.amsterdam {
  background-image: url("/static/dist/images/maps/amsterdam.png");
}
#map.boston {
  background-image: url("/static/dist/images/maps/boston.png");
}
#map.delhi {
  background-image: url("/static/dist/images/maps/delhi.png");
}
#map.new-orleans {
  background-image: url("/static/dist/images/maps/new-orleans.png");
}
#map.new-york {
  background-image: url("/static/dist/images/maps/new-york.png");
}
#map.paris {
  background-image: url("/static/dist/images/maps/paris.png");
}
#map.san-francisco {
  background-image: url("/static/dist/images/maps/san-francisco.png");
}
#map.vancouver {
  background-image: url("/static/dist/images/maps/vancouver.png");
}
@media screen and (max-width: 640px) {
  #map {
    height: 240px;
    background-attachment: scroll;
  }
}
#content {
  padding: 0px;
  position: relative;
}
#google-map-holder {
  overflow: hidden;
}
.testimonial {
  text-align: left;
  line-height: 1.2;
}
.testimonial:before,
.testimonial:after {
  opacity: 0.3;
  font-size: 1.4rem;
  font-family: Georgia;
  content: "\201c";
}
.testimonial:after {
  content: "\201d";
}
.banner-background {
  background: #f7f9fc;
  width: 100%;
  margin-top: 50px;
  padding: 75px 25px 75px 25px;
}
.old-page footer {
  padding-top: 100px;
}
.old-page footer nav {
  text-align: center;
  margin: 10px 0 50px;
}
.old-page footer nav a {
  color: #4a4a4a;
  line-height: 3;
  padding-left: 10px;
  padding-right: 10px;
}
#logo-black {
  color: #000;
  font-weight: 700;
  font-size: 1.1rem;
  text-decoration: none;
}
#logo-black img {
  width: 100px;
  opacity: 0.2;
}
#logo-black .logotype {
  display: block;
  line-height: 2;
}
#logo-black .logotype span {
  opacity: 0.5;
}
header nav input[type="submit"],
#search-holder input[type="submit"] {
  outline: none;
  border-radius: 15px;
  background: #0071aa;
  width: 45px;
  height: 30px;
  padding: 0px;
  border: none;
  color: #fff;
}
header nav input[type="submit"]:hover,
#search-holder input[type="submit"]:hover {
  background: #0083cc;
}
.accout-sign-out-divider {
  padding: 0 5px;
}
.nav-signup-search-container {
  display: flex;
}
.signup-container {
  display: flex;
  align-items: center;
}
.signup-container .sign-in-icon {
  height: 30px;
  margin-right: 10px;
}
.signup-container .sign-in {
  margin-right: 10px;
  color: #9b9b9b;
  text-decoration: none;
  white-space: nowrap;
}
.signup-container .sign-in:hover {
  text-decoration: underline;
}
.signup-container .vertical-line {
  margin-left: 10px;
  margin-right: 10px;
  width: 1px;
  height: 35px;
  border-right: 1px solid #bababa;
}
#ip-search-form {
  width: 200px;
}
#ip-search-form input[type=submit] {
  background: #005082;
}
#search-input {
  border-radius: 30px;
  border: 0;
  outline: none;
  padding-left: 15px;
  height: 32px;
  width: 148px;
}
nav.sidebar {
  padding: 10px;
  width: 280px;
}
@media screen and (max-width: 760px) {
  nav.sidebar {
    display: none;
  }
}
nav.sidebar li a {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  text-align: left;
  padding: 0 10px;
  display: block;
  line-height: 2.4;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 3px;
  color: #4a4a4a;
  background: transparent;
  transition: all 0.1s;
}
nav.sidebar li a:hover,
nav.sidebar li a.active {
  color: #fff;
  background: #0071aa;
}
nav.sidebar li.subitem a {
  padding-left: 20px;
  opacity: 0.6;
  font-size: 0.8rem;
}
.sidebarred-content {
  width: calc(100% - 280px);
  padding-left: 20px;
  padding-right: 20px;
}
.sidebarred-content h2,
.sidebarred-content h3,
.sidebarred-content h4,
.sidebarred-content h5,
.sidebarred-content h6 {
  text-align: left;
  padding-left: 0;
  padding-bottom: 10px;
}
@media screen and (max-width: 760px) {
  .sidebarred-content {
    width: 100%;
    padding: 0;
  }
}
.old-page table {
  width: 100%;
  text-align: left;
  color: #4a4a4a;
}
.old-page tr {
  border-top: 1px solid #ddd;
}
.old-page tr:first-child {
  border-top: none;
}
.old-page td,
.old-page th {
  line-height: 1.5;
  padding: 10px 5px;
}
.old-page th {
  opacity: 0.5;
  font-weight: normal;
}
.tipsy {
  font-size: 15px;
  position: absolute;
  padding: 7px;
  z-index: 100000;
}
.tipsy-inner {
  background-color: #fff;
  color: #777;
  max-width: 200px;
  padding: 7px 10px 6px 10px;
  text-align: center;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.tipsy-arrow {
  display: none;
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  border: 5px dashed #000;
}
.tipsy-arrow-n {
  border-bottom-color: #fff;
}
.tipsy-arrow-s {
  border-top-color: #fff;
}
.tipsy-arrow-e {
  border-left-color: #fff;
}
.tipsy-arrow-w {
  border-right-color: #fff;
}
.tipsy-n .tipsy-arrow {
  top: 0px;
  left: 50%;
  margin-left: -5px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.tipsy-nw .tipsy-arrow {
  top: 0;
  left: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.tipsy-ne .tipsy-arrow {
  top: 0;
  right: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.tipsy-s .tipsy-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.tipsy-sw .tipsy-arrow {
  bottom: 0;
  left: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.tipsy-se .tipsy-arrow {
  bottom: 0;
  right: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.tipsy-e .tipsy-arrow {
  right: 0;
  top: 50%;
  margin-top: -5px;
  border-left-style: solid;
  border-right: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.tipsy-w .tipsy-arrow {
  left: 0;
  top: 50%;
  margin-top: -5px;
  border-right-style: solid;
  border-left: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.triplet {
  width: 300px;
  margin: 10px;
}
@media screen and (max-width: 640px) {
  .triplet {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.triplet-heading {
  text-align: center;
  margin: 0;
  padding: 0;
}
.triplet-blurb {
  margin-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 640px) {
  .asn-block-item {
    width: 50% !important;
  }
}
.asn-block-item {
  width: 25%;
}
.old-page .footer {
  background-image: linear-gradient(-180deg, #005dad 0%, #17a1e4 100%);
  padding: 25px 0;
  color: #fff;
  text-align: center;
}
.old-page .footer_white {
  background: none;
}
.old-page .footer_green {
  background-image: linear-gradient(to bottom, #20c4a2, #24dab4);
}
.old-page .footer_blue {
  background-image: linear-gradient(to bottom, #2b90ee, #439cf0);
}
.old-page .footer_lil {
  background-image: linear-gradient(to bottom, #dd83f3, #e39af5);
}
.old-page .footer_orange {
  background-image: linear-gradient(to bottom, #f59c0b, #f6a623);
}
.old-page .footer__title {
  font-family: Montserrat;
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
  color: inherit;
  text-align: center;
  margin: 20px 0 25px 0;
  padding: 0;
}
.footer_white .old-page .footer__title {
  color: #4a4a4a;
}
.old-page .footer__subtitle {
  font-family: Open Sans;
  font-size: 20px;
  line-height: 1.2;
  color: inherit;
  text-align: center;
  margin: 20px 0;
  font-weight: normal;
}
.footer_white .old-page .footer__subtitle {
  color: #9b9b9b;
}
.old-page .footer__nav {
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.footer_white .old-page .footer__nav {
  border-top: solid 0.5px #a5a5a5;
}
.old-page .footer__nav_menu-title {
  margin-top: 16px;
  margin-bottom: 10px;
  text-align: center;
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
.footer_white .old-page .footer__nav_menu-title {
  color: #4a4a4a;
}
.old-page .footer__nav_menu-items {
  margin: 0;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 0;
  list-style: none;
  color: #fff;
}
.old-page .footer__nav_menu-items li {
  font-family: Open Sans;
  font-size: 14px;
  line-height: 2.14;
  color: #fff;
  display: block;
  text-align: center;
}
.footer_white .old-page .footer__nav_menu-items li {
  color: #ababab;
}
.old-page .footer__nav_menu-items li a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.old-page .footer__copyright {
  font-family: Open Sans;
  font-size: 12px;
  line-height: 1.17;
}
@media (min-width: 768px) {
  .old-page .footer {
    padding: 50px 0;
  }
  .old-page .footer_white {
    padding-top: 0;
  }
  .old-page .footer__title {
    line-height: 0.83;
    margin: 38px 0 45px 0;
  }
  .old-page .footer__subtitle {
    font-size: 20px;
    margin: 40px 0;
  }
  .old-page .footer__nav {
    margin-top: 57px;
    margin-bottom: 57px;
    flex-direction: row;
  }
  .old-page .footer__nav_menu-title {
    margin-top: 32px;
    margin-bottom: 25px;
    text-align: left;
  }
  .old-page .footer__nav_menu-items {
    margin-top: 25px;
    margin-bottom: 0;
  }
  .old-page .footer__nav_menu-items li {
    display: list-item;
    text-align: left;
  }
  .old-page .footer__nav_menu-items li a {
    display: inline;
  }
}
#extension-image {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  margin-bottom: -8px;
  background: url("/static/dist/images/icon_ipinfo.png") center center no-repeat;
  background-size: cover;
  box-sizing: inherit;
}
#banner-section {
  background: #f7f9fc;
  width: 100%;
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  flex-direction: column;
  padding-top: 50px;
  padding-bottom: 50px;
}
#feature-centered {
  display: flex;
  flex-direction: row;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 30px;
}
.feature {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  width: 33.3%;
}
@media screen and (max-width: 640px) {
  .feature {
    padding-bottom: 50px;
  }
}
.banner-header {
  text-align: center;
  font-weight: 600;
  color: #4a4a4a;
  font-size: 18px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.banner-holder {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 50px;
}
@media screen and (max-width: 640px) {
  .banner-holder {
    flex-direction: column;
    align-items: center;
  }
}
.banner-item-header {
  padding: 25px 0 25px 0;
  color: #4a4a4a;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
}
.varying-height-header {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 640px) {
  .varying-height-header {
    height: 120px;
  }
}
@media screen and (max-width: 1070px) and (min-width: 640px) {
  .varying-height-header {
    height: 160px;
  }
}
@media screen and (max-width: 750px) and (min-width: 640px) {
  .varying-height-header {
    height: 200px;
  }
}
.reliability-icon {
  height: 60px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.reliability-description {
  padding: 0 20px 0 20px;
  color: #4a4a4a;
  font-weight: 300;
  line-height: 1.8;
  font-size: 14;
}
.clock-icon {
  background-image: url("/static/images/clock-icon.png");
}
.trophy-icon {
  background-image: url("/static/images/trophy-icon.png");
}
.check-icon {
  background-image: url("/static/images/check-icon.png");
}
.feature-text {
  color: #4a4a4a;
  font-weight: 300;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
}
.feature-description {
  height: 75%;
  padding: 40px;
}
.feature-description p {
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 300;
}
.padding-top {
  padding-top: 100px;
}
