/* poppins-200 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  src: local('Poppins ExtraLight'), local('Poppins-ExtraLight'), url('/fonts/poppins-v6-latin-200.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('/fonts/poppins-v6-latin-200.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-regular - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: local('Poppins Regular'), local('Poppins-Regular'), url('/fonts/poppins-v6-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('/fonts/poppins-v6-latin-regular.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-700 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: local('Poppins Bold'), local('Poppins-Bold'), url('/fonts/poppins-v6-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('/fonts/poppins-v6-latin-700.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
body {
  font-family: 'Poppins', sans-serif;
  font-size: 14pt;
  margin: 0;
}
* {
  box-sizing: border-box;
}
a {
  color: #0986ff;
}
a:hover {
  color: #3c9fff;
}
a:active {
  color: #6fb8ff;
}
h1 {
  font-size: 2em;
  font-weight: bold;
  color: #222222;
}
.experiment {
  background: #f9f9f9;
  margin: 16px 0;
  padding: 12px;
  border-radius: 4px;
  border: 1px solid #efefef;
}
.experiment > .main-details {
  display: block;
  text-decoration: none;
}
.experiment > .main-details > .name {
  font-size: 20pt;
  font-weight: bold;
  margin-bottom: 8px;
}
.experiment > .main-details > .key {
  font-size: 11pt;
  color: #6b6b6b;
}
.experiment-details > .name {
  font-size: 20pt;
  font-weight: bold;
  margin-bottom: 4px;
  color: #0986ff;
}
.experiment-details > .key {
  font-size: 11pt;
  color: #6b6b6b;
}
.experiment-details .section-container {
  padding: 16px;
  margin-top: 20px;
  border: 2px solid #efefef;
  border-radius: 4px;
}
.experiment-details .section-container.critical {
  background: #ffeeee;
  border-color: #ffdddd;
}
.experiment-details .section-name {
  font-size: 14pt;
  font-weight: bold;
}
.experiment-details .removed-items .section-item input[type="text"] {
  display: none;
}
.experiment-details .removed-items .section-item > .original-name {
  display: inline-block;
}
.experiment-details .removed-items .section-item > .warning-data {
  display: inline-block;
}
.experiment-details .removed-items .section-item .delete {
  display: none;
}
.experiment-details .removed-items .section-item > .controls > input.restore {
  display: inline-block;
}
.experiment-details .section-item {
  margin: 8px 0;
  background: #b5b5b51a;
  padding: 12px;
  border-radius: 4px;
  border: 2px solid #9696961a;
}
.experiment-details .section-item > .name {
  font-weight: bold;
}
.experiment-details .section-item .stat-name {
  font-size: 10pt;
}
.experiment-details .section-item .value {
  font-weight: bold;
}
.experiment-details .section-item > .original-name {
  display: none;
}
.experiment-details .section-item > .warning-data {
  display: none;
  background: #ffaaaa;
  padding: 8px;
}
.experiment-details .section-item > .controls > input.restore {
  display: none;
}
.experiment-details .section-item > input {
  display: inline-block;
}
.experiment-details .section-item > .controls {
  display: inline-block;
}
.experiment-details .section-item > .controls > input {
  width: unset;
  display: inline-block;
  margin-left: 4px;
}
.experiment-details .section-item > .controls > input[type="button"] {
  padding: 0 16px;
}
#page-wrapper {
  margin-bottom: 64px;
}
#main-content {
  margin: 0 16px;
}
@media screen and (min-width: 980px) {
  .content-page-centered {
    width: 800px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1250px) {
  .content-page-centered {
    width: 1100px;
  }
}
@media screen and (min-width: 980px) {
  #main-content {
    width: 800px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1250px) {
  #main-content {
    width: 1100px;
  }
}
@media screen and (min-width: 980px) {
  #main-content {
    margin: 12px auto;
  }
}
.title-button {
  text-decoration: none;
  color: white;
  padding: 4px 12px;
  border-radius: 4px;
  user-select: none;
  font-size: 19pt;
  font-weight: bold;
  outline: none;
  background-color: #666666;
  border: 1px solid #4d4d4d;
  cursor: pointer;
}
.title-button:hover {
  background-color: #737373;
  color: white;
}
.title-button:active {
  background-color: #808080;
  color: white;
}
.title-button.blue {
  background-color: #0986ff;
  border: 1px solid #006cd5;
}
.title-button.blue:hover {
  background-color: #2393ff;
  color: white;
}
.title-button.blue:active {
  background-color: #3c9fff;
  color: white;
}
.title-button.red {
  background-color: #ff3025;
  border: 1px solid #f10c00;
}
.title-button.red:hover {
  background-color: #ff483f;
  color: white;
}
.title-button.red:active {
  background-color: #ff6058;
  color: white;
}
.title-button.green {
  background-color: #30af25;
  border: 1px solid #24851c;
}
.title-button.green:hover {
  background-color: #36c429;
  color: white;
}
.title-button.green:active {
  background-color: #40d433;
  color: white;
}
span + .title-button {
  margin-left: 16px;
}
.title-button + .title-button {
  margin-left: 8px;
}
#logo {
  display: inline-block;
  height: 64px;
  text-decoration: none;
}
#logo > * {
  vertical-align: middle;
}
#logo img {
  height: 56px;
  margin: 4px;
}
#logo span {
  margin-left: 8px;
  color: black;
  font-size: 26pt;
  font-weight: bold;
}
#header {
  position: relative;
}
@media screen and (min-width: 980px) {
  #header {
    width: 800px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1250px) {
  #header {
    width: 1100px;
  }
}
#header > * {
  vertical-align: top;
}
#navmenu-label {
  position: absolute;
  right: 0;
  display: inline-block;
  width: 56px;
  height: 56px;
  font-size: 0;
  border: 2px solid black;
  margin: 4px;
  border-radius: 4px;
  user-select: none;
}
@media screen and (min-width: 980px) {
  #navmenu-label {
    display: none;
  }
}
#navmenu-label .line {
  display: inline-block;
  height: 5px;
  background: black;
  left: 0;
  right: 0;
  transition: top 0.2s ease 0.2s, transform 0.2s ease 0s, background 0.1s ease 0.2s;
}
#navmenu-label span {
  position: absolute;
  display: inline-block;
  height: 5px;
  background: black;
  left: 0;
  right: 0;
  transition: top 0.2s ease 0.2s, transform 0.2s ease 0s, background 0.1s ease 0.2s;
  top: 23px;
  left: 4px;
  right: 4px;
}
#navmenu-label span:before {
  position: absolute;
  content: "";
  display: inline-block;
  height: 5px;
  background: black;
  left: 0;
  right: 0;
  transition: top 0.2s ease 0.2s, transform 0.2s ease 0s, background 0.1s ease 0.2s;
  top: -14px;
}
#navmenu-label span:after {
  position: absolute;
  content: "";
  display: inline-block;
  height: 5px;
  background: black;
  left: 0;
  right: 0;
  transition: top 0.2s ease 0.2s, transform 0.2s ease 0s, background 0.1s ease 0.2s;
  top: 14px;
}
#navmenu:checked + #navmenu-label span {
  background: none;
  transition-delay: 0s, 0.2s, 0s;
}
#navmenu:checked + #navmenu-label span:before,
#navmenu:checked + #navmenu-label span:after {
  top: 0;
  transition-delay: 0s, 0.2s, 0.2s;
}
#navmenu:checked + #navmenu-label span:before {
  transform: rotate(45deg);
}
#navmenu:checked + #navmenu-label span:after {
  transform: rotate(-45deg);
}
#navmenu {
  display: none;
}
#navmenu:checked ~ #primary-nav {
  display: block;
}
#primary-nav {
  display: none;
}
@media screen and (min-width: 980px) {
  #primary-nav {
    display: inline-block !important;
    position: absolute;
    right: 0;
  }
}
#primary-nav > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid rgba(9, 134, 255, 0.1);
}
#primary-nav > ul > li {
  display: inline-block;
}
#primary-nav > ul > li {
  display: block;
}
@media screen and (min-width: 980px) {
  #primary-nav > ul > li {
    display: inline-block;
  }
}
#primary-nav > ul > li > a {
  font-weight: bold;
  display: block;
  padding: 16px;
  text-decoration: none;
  background: rgba(9, 134, 255, 0.02);
  border-bottom: 1px solid rgba(9, 134, 255, 0.1);
}
@media screen and (min-width: 980px) {
  #primary-nav > ul > li > a {
    border-bottom: none;
    background: none !important;
    height: 64px;
  }
}
#primary-nav > ul > li > a:hover {
  background: rgba(9, 134, 255, 0.05);
}
#primary-nav > ul > li > a:active {
  background: rgba(9, 134, 255, 0.1);
}
form {
  min-width: 200px;
  max-width: 300px;
  margin: 8px auto;
}
@media screen and (min-width: 980px) {
  form {
    max-width: unset;
  }
}
form h1 {
  font-size: 1.6em;
}
form input,
form select {
  display: block;
  width: 100%;
  margin: 8px 0;
  padding: 4px 8px;
  font-size: 14pt;
  line-height: 16px;
  height: 48px;
}
@media screen and (min-width: 980px) {
  form input,
  form select {
    width: 300px;
  }
}
form input[type="submit"],
form input[type="button"] {
  font-size: 14pt;
  cursor: pointer;
}
form input[type="submit"].blue,
form input[type="button"].blue {
  text-decoration: none;
  color: white;
  padding: 4px 12px;
  border-radius: 4px;
  user-select: none;
  font-size: 19pt;
  font-weight: bold;
  outline: none;
  background-color: #666666;
  border: 1px solid #4d4d4d;
  cursor: pointer;
  height: 48px;
}
form input[type="submit"].blue:hover,
form input[type="button"].blue:hover {
  background-color: #737373;
  color: white;
}
form input[type="submit"].blue:active,
form input[type="button"].blue:active {
  background-color: #808080;
  color: white;
}
form input[type="submit"].blue.blue,
form input[type="button"].blue.blue {
  background-color: #0986ff;
  border: 1px solid #006cd5;
}
form input[type="submit"].blue.blue:hover,
form input[type="button"].blue.blue:hover {
  background-color: #2393ff;
  color: white;
}
form input[type="submit"].blue.blue:active,
form input[type="button"].blue.blue:active {
  background-color: #3c9fff;
  color: white;
}
form input[type="submit"].blue.red,
form input[type="button"].blue.red {
  background-color: #ff3025;
  border: 1px solid #f10c00;
}
form input[type="submit"].blue.red:hover,
form input[type="button"].blue.red:hover {
  background-color: #ff483f;
  color: white;
}
form input[type="submit"].blue.red:active,
form input[type="button"].blue.red:active {
  background-color: #ff6058;
  color: white;
}
form input[type="submit"].blue.green,
form input[type="button"].blue.green {
  background-color: #30af25;
  border: 1px solid #24851c;
}
form input[type="submit"].blue.green:hover,
form input[type="button"].blue.green:hover {
  background-color: #36c429;
  color: white;
}
form input[type="submit"].blue.green:active,
form input[type="button"].blue.green:active {
  background-color: #40d433;
  color: white;
}
form input[type="submit"].red,
form input[type="button"].red {
  text-decoration: none;
  color: white;
  padding: 4px 12px;
  border-radius: 4px;
  user-select: none;
  font-size: 19pt;
  font-weight: bold;
  outline: none;
  background-color: #666666;
  border: 1px solid #4d4d4d;
  cursor: pointer;
  height: 48px;
}
form input[type="submit"].red:hover,
form input[type="button"].red:hover {
  background-color: #737373;
  color: white;
}
form input[type="submit"].red:active,
form input[type="button"].red:active {
  background-color: #808080;
  color: white;
}
form input[type="submit"].red.blue,
form input[type="button"].red.blue {
  background-color: #0986ff;
  border: 1px solid #006cd5;
}
form input[type="submit"].red.blue:hover,
form input[type="button"].red.blue:hover {
  background-color: #2393ff;
  color: white;
}
form input[type="submit"].red.blue:active,
form input[type="button"].red.blue:active {
  background-color: #3c9fff;
  color: white;
}
form input[type="submit"].red.red,
form input[type="button"].red.red {
  background-color: #ff3025;
  border: 1px solid #f10c00;
}
form input[type="submit"].red.red:hover,
form input[type="button"].red.red:hover {
  background-color: #ff483f;
  color: white;
}
form input[type="submit"].red.red:active,
form input[type="button"].red.red:active {
  background-color: #ff6058;
  color: white;
}
form input[type="submit"].red.green,
form input[type="button"].red.green {
  background-color: #30af25;
  border: 1px solid #24851c;
}
form input[type="submit"].red.green:hover,
form input[type="button"].red.green:hover {
  background-color: #36c429;
  color: white;
}
form input[type="submit"].red.green:active,
form input[type="button"].red.green:active {
  background-color: #40d433;
  color: white;
}
form input[type="submit"].green,
form input[type="button"].green {
  text-decoration: none;
  color: white;
  padding: 4px 12px;
  border-radius: 4px;
  user-select: none;
  font-size: 19pt;
  font-weight: bold;
  outline: none;
  background-color: #666666;
  border: 1px solid #4d4d4d;
  cursor: pointer;
  height: 48px;
}
form input[type="submit"].green:hover,
form input[type="button"].green:hover {
  background-color: #737373;
  color: white;
}
form input[type="submit"].green:active,
form input[type="button"].green:active {
  background-color: #808080;
  color: white;
}
form input[type="submit"].green.blue,
form input[type="button"].green.blue {
  background-color: #0986ff;
  border: 1px solid #006cd5;
}
form input[type="submit"].green.blue:hover,
form input[type="button"].green.blue:hover {
  background-color: #2393ff;
  color: white;
}
form input[type="submit"].green.blue:active,
form input[type="button"].green.blue:active {
  background-color: #3c9fff;
  color: white;
}
form input[type="submit"].green.red,
form input[type="button"].green.red {
  background-color: #ff3025;
  border: 1px solid #f10c00;
}
form input[type="submit"].green.red:hover,
form input[type="button"].green.red:hover {
  background-color: #ff483f;
  color: white;
}
form input[type="submit"].green.red:active,
form input[type="button"].green.red:active {
  background-color: #ff6058;
  color: white;
}
form input[type="submit"].green.green,
form input[type="button"].green.green {
  background-color: #30af25;
  border: 1px solid #24851c;
}
form input[type="submit"].green.green:hover,
form input[type="button"].green.green:hover {
  background-color: #36c429;
  color: white;
}
form input[type="submit"].green.green:active,
form input[type="button"].green.green:active {
  background-color: #40d433;
  color: white;
}
form .form-group {
  margin: 16px 0;
}
form.centered {
  min-width: 200px;
  max-width: 300px;
}
form.centered input {
  width: 100%;
}
.error {
  background: #ffaaaa;
  padding: 16px;
}
.ok {
  background: #aaffaa;
  padding: 16px;
}
@media screen and (min-width: 1250px) {
  .hero-header .text {
    vertical-align: top;
    display: inline-block;
    width: 45%;
  }
}
.hero {
  font-size: 30pt;
  margin: 32px 0 16px 0;
}
@media screen and (min-width: 980px) {
  .hero {
    font-size: 48pt;
    margin: 32px 0 16px 0;
  }
}
@media screen and (min-width: 1250px) {
  .hero {
    font-size: 36pt;
  }
}
#variations-example {
  margin-top: 32px;
  text-align: center;
  background: #eeeeee;
  border-radius: 8px;
}
@media screen and (min-width: 980px) {
  #variations-example {
    margin: 32px auto 0 auto;
    width: 800px;
  }
}
@media screen and (min-width: 1250px) {
  #variations-example {
    vertical-align: top;
    display: inline-block;
    width: unset;
  }
}
#variations-example > .variation {
  vertical-align: top;
  padding: 16px;
  display: inline-block;
}
@media screen and (min-width: 980px) {
  #variations-example > .variation {
    display: inline-block;
  }
}
#variations-example > .variation > .variation-name {
  text-align: center;
  font-size: 22pt;
}
#variations-example > .variation .content {
  background: white;
  border: 2px solid #afafaf;
  border-radius: 4px;
  padding: 16px;
  width: 100%;
}
@media screen and (min-width: 980px) {
  #variations-example > .variation .content {
    width: 350px;
    height: 150px;
  }
}
@media screen and (min-width: 980px) {
  #variations-example > .variation .content {
    width: 250px;
    height: 200px;
  }
}
.price-tiers.selected > .price-tier {
  opacity: 0.5;
}
.price-tiers.selected > .price-tier.selected {
  opacity: 1;
}
.price-tiers > .price-tier {
  background: #f9f9f9;
  margin: 16px 0;
  border-radius: 4px;
  border: 3px solid #dfdfdf;
}
.price-tiers > .price-tier.selectable {
  cursor: pointer;
}
.price-tiers > .price-tier.opacity {
  opacity: 0.7;
}
.price-tiers > .price-tier.best {
  border: 3px solid #66aa66;
}
.price-tiers > .price-tier.custom {
  border: 3px solid #0986ff;
}
.price-tiers > .price-tier > .header {
  position: relative;
  border-bottom: 1px solid #dfdfdf;
  padding: 12px;
}
.price-tiers > .price-tier > .header > .name {
  display: inline;
  font-size: 17pt;
  font-weight: bold;
}
.price-tiers > .price-tier > .header > .price {
  position: absolute;
  right: 12px;
  display: inline;
}
.price-tiers > .price-tier > .header > .price .value {
  font-size: 17pt;
  font-weight: bold;
}
.price-tiers > .price-tier > .price-annual {
  color: #555555;
  font-weight: bold;
  margin: 12px;
}
.price-tiers > .price-tier > .price-annual > .green {
  color: #30af25;
}
.price-tiers > .price-tier > .features {
  margin: 12px 12px 12px 32px;
  padding: 0;
}
.price-tiers > .price-tier .important {
  font-weight: bold;
}
.price-tiers > .price-tier .footer {
  border-top: 1px solid #dfdfdf;
  text-align: center;
  padding: 12px;
}
.price-tiers > .price-tier .footer .title-button {
  margin: 0 auto;
}
@media screen and (min-width: 980px) {
  .price-tiers > .price-tier {
    display: inline-block;
    vertical-align: top;
    width: 32%;
  }
  .price-tiers > .price-tier + .price-tier {
    margin-left: 2%;
  }
}
.back-link {
  display: block;
  margin-bottom: 16px;
}
#period-select {
  font-size: 20pt;
}
#period-select > * {
  vertical-align: top;
}
.toggle {
  margin: 0 8px;
}
.toggle input {
  display: none;
}
.toggle input:checked ~ label {
  background: #30af25;
}
.toggle input:checked ~ label:after {
  left: 34px;
}
.toggle label {
  display: inline-block;
  width: 64px;
  height: 32px;
  background: #6b6b6b;
  position: relative;
  user-select: none;
  border-radius: 16px;
  vertical-align: middle;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
.toggle label:after {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  background: white;
  top: 2px;
  left: 2px;
  border-radius: 16px;
  transition: left 0.3s ease;
}
p.important {
  font-weight: bold;
}
pre.inline {
  display: inline;
}
pre.inline code {
  display: inline;
  padding: 0.2em 0.5em;
}
code.inline {
  display: inline;
  padding: 0.2em;
}
#statistical-analysis .variation {
  font-weight: bold;
}
#statistical-analysis .value {
  font-weight: bold;
}
#statistical-analysis .important {
  font-weight: bold;
}
#statistical-analysis ul {
  padding: 0;
  margin: 1em 0 0.5em 40px;
}
.side-by-side .message {
  text-align: justify;
}
.side-by-side .message p:first-child {
  font-size: 20pt;
  font-weight: bold;
  margin-top: 0;
}
@media screen and (min-width: 980px) {
  .side-by-side > * {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
  .side-by-side .message {
    padding: 20px;
  }
}
.important-big {
  font-weight: bold;
  font-size: 1.3em;
}
/*# sourceMappingURL=default.css.map */