.page-title, .plan-title {
  text-shadow: 0 2px rgba(255, 255, 255, 0.4), 0 -2px 2px rgba(0, 0, 0, 0.06); }

.page-subtitle {
  text-shadow: 0 2px rgba(255, 255, 255, 0.56), 0 -1px 0 rgba(255, 255, 255, 0.07); }

.nav-main > ul > li, .nav-alt > ul > li, .nav-main a, .nav-alt a, .header-home .page-subtitle, h1 em, h2 em, h3 em, h4 em, h5 em, h6 em, .chunk-illustration .body,
.chunk-screen .body,
.chunk-fatcat-editor .body, .pricing-table-mid .plan-feature, .plan-title, .plan-feature strong, .plan-price, .plan-period, .comparison-table th, .plan-comparison-title {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothig: grayscale; }

.btn.btn--primary:after, .btn.btn--primary:active:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.btn.btn--primary, .btn.btn--secondary, .btn.btn--reversed {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.btn.btn--primary:after, .btn.btn--primary:active:after {
  content: '';
  border-style: solid;
  border-width: 1px;
  border-radius: 56px;
  z-index: -1;
  opacity: 0;
  box-sizing: content-box;
  padding: 5px;
  margin-top: -6px;
  margin-left: -6px; }

.btn {
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out; }
  .btn.btn--primary {
    height: 56px;
    padding-left: 43.5px;
    padding-right: 43.5px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    text-shadow: 0 1px rgba(63, 86, 112, 0.15), 0 2px rgba(63, 86, 112, 0.15);
    border-top-color: #0078D4;
    border-bottom-color: #005291;
    border-left-color: #0065b3;
    border-right-color: #0065b3;
    background: #008CFF;
    border-width: 1px;
    border-style: solid;
    border-radius: 48px;
    box-shadow: 0 3px 0 rgba(127, 146, 157, 0.12), 0 2px 0 rgba(127, 146, 157, 0.34), 0 1px 0 rgba(127, 146, 157, 0.8), inset 0 7px 8px rgba(254, 254, 255, 0.13), inset 0 -7px 10px rgba(63, 86, 112, 0.15), inset 0 20px 8px rgba(254, 254, 255, 0.17), inset 0 1px 1px rgba(255, 255, 255, 0.4); }
    .btn.btn--primary:after {
      border-color: rgba(0, 140, 255, 0.125);
      background: rgba(0, 140, 255, 0.085); }
    .btn.btn--primary:hover {
      border-top-color: hsb-darken(#0078D4, 7.5);
      border-bottom-color: hsb-darken(#005291, 7.5);
      border-left-color: #005ca2;
      border-right-color: #005ca2;
      background-color: hsb-brighten(#008CFF, 3);
      text-decoration: none; }
      .btn.btn--primary:hover:after {
        opacity: 1;
        -webkit-transition: opacity 0.25s ease-in-out;
        transition: opacity 0.25s ease-in-out; }
      .btn.btn--primary:hover .btn__label {
        position: relative; }
        .btn.btn--primary:hover .btn__label:after {
          opacity: 1;
          -webkit-transition: opacity 0.05s ease-in-out;
          transition: opacity 0.05s ease-in-out; }
    .btn.btn--primary:active {
      box-shadow: 0 2px 0 rgba(127, 146, 157, 0.17), 0 1px 0 rgba(127, 146, 157, 0.4), inset 0 20px 10px rgba(255, 255, 255, 0.1); }
      .btn.btn--primary:active:after {
        padding: 6px;
        margin-top: -7px;
        margin-left: -7px;
        border-color: transparent;
        background: rgba(0, 140, 255, 0.075);
        opacity: 1;
        -webkit-transition: border-color 0.15s ease-in-out, background-color 0.15s ease-in-out;
        transition: border-color 0.15s ease-in-out, background-color 0.15s ease-in-out; }
      .btn.btn--primary:active .btn__label {
        -webkit-transform: scaleX(0.994) scaleY(0.9925);
        transform: scaleX(0.994) scaleY(0.9925); }
    .btn.btn--primary:focus {
      outline: none; }
    .btn.btn--primary__label {
      text-decoration: none; }
      .btn.btn--primary__label:after {
        content: '';
        height: 1px;
        top: 100%;
        left: 0;
        width: 100%;
        background: rgba(255, 255, 255, 0.625);
        position: absolute;
        opacity: 0;
        margin-top: -1px; }
  .btn.btn--secondary {
    height: 56px;
    padding-left: 43.5px;
    padding-right: 43.5px;
    background-image: -webkit-linear-gradient(top, #F2F6FC, #E4E6F0);
    background-image: linear-gradient(to bottom, #F2F6FC, #E4E6F0);
    text-decoration: none;
    font-family: "proxima-nova", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 20px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    color: #3F5670;
    border-top-color: rgba(195, 198, 212, 0.75);
    border-bottom-color: rgba(176, 179, 191, 0.75);
    border-left-color: #babdca;
    border-right-color: #babdca;
    border-radius: 100px;
    border-width: 1px;
    border-style: solid;
    border-top-color: rgba(195, 198, 212, 0.75);
    border-bottom-color: rgba(176, 179, 191, 0.75);
    border-left-color: #babdca;
    border-right-color: #babdca;
    box-shadow: 0 1px 3px rgba(138, 149, 161, 0.25), inset 0 1px #fff; }
    .btn.btn--secondary:hover {
      border-top-color: rgba(165, 170, 191, 0.75);
      border-bottom-color: rgba(148, 152, 168, 0.75);
      border-left-color: #babdca;
      border-right-color: #babdca; }
    .btn.btn--secondary:active {
      box-shadow: 0 1px 3px rgba(138, 149, 161, 0.1);
      background-image: none;
      background-color: #eaecf5; }
      .btn.btn--secondary:active .btn__label {
        -webkit-transform: scale(0.9875);
        transform: scale(0.9875); }
    .btn.btn--secondary:focus {
      outline: none; }
    .btn.btn--secondary.btn__label {
      margin-top: -2px; }
      .btn.btn--secondary.btn__label:before {
        -webkit-transform: translateY(0);
        transform: translateY(0); }
  .btn.btn--reversed {
    padding: 13px 37px;
    background: white;
    text-decoration: none;
    font-family: "proxima-nova", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 18px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    color: #262A2C;
    border: 1px solid rgba(38, 42, 44, 0.67);
    border-radius: 100px;
    box-shadow: 0px 2px 2px 0px rgba(63, 86, 112, 0.15); }
    .btn.btn--reversed:hover {
      border-color: #262A2C; }
    .btn.btn--reversed:active {
      box-shadow: 0 1px 3px rgba(138, 149, 161, 0.1);
      background-color: whiten(#FF903C, 95%); }
      .btn.btn--reversed:active .btn__label {
        -webkit-transform: scale(0.9875);
        transform: scale(0.9875); }
        .btn.btn--reversed:active .btn__label:before {
          -webkit-transform: translateY(0px);
          transform: translateY(0px); }
    .btn.btn--reversed:focus {
      outline: none; }

.chunk-fatcat-editor .fatcat-editor-placeholder {
  z-index: 1;
  width: 420px; }
  .chunk-fatcat-editor .fatcat-editor-placeholder .fatcat-container {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0;
    font-family: 'Titillium Web', 'Helvetica Neue', Helvetica, sans-serif; }
  .chunk-fatcat-editor .fatcat-editor-placeholder .fatcat-write-input {
    font-family: "Courier New", monospace;
    height: 9em;
    font-size: 1.125em; }
  .chunk-fatcat-editor .fatcat-editor-placeholder .fatcat-line, .chunk-fatcat-editor .fatcat-editor-placeholder i {
    font-weight: 200; }
  .chunk-fatcat-editor .fatcat-editor-placeholder b {
    font-weight: 700; }
  .chunk-fatcat-editor .fatcat-editor-placeholder a {
    padding-left: 0; }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0); }

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90); }

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0; }

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px; }

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0; }

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000; }

.page-title, .plan-title {
  text-shadow: 0 2px rgba(255, 255, 255, 0.4), 0 -2px 2px rgba(0, 0, 0, 0.06); }

.page-subtitle {
  text-shadow: 0 2px rgba(255, 255, 255, 0.56), 0 -1px 0 rgba(255, 255, 255, 0.07); }

.nav-main > ul > li, .nav-alt > ul > li, .nav-main a, .nav-alt a, .header-home .page-subtitle, h1 em, h2 em, h3 em, h4 em, h5 em, h6 em, .chunk-illustration .body,
.chunk-screen .body,
.chunk-fatcat-editor .body, .pricing-table-mid .plan-feature, .plan-title, .plan-feature strong, .plan-price, .plan-period, .comparison-table th, .plan-comparison-title {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothig: grayscale; }

.btn.btn--primary:after, .btn.btn--primary:active:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.btn.btn--primary, .btn.btn--secondary, .btn.btn--reversed {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.btn.btn--primary:after, .btn.btn--primary:active:after {
  content: '';
  border-style: solid;
  border-width: 1px;
  border-radius: 56px;
  z-index: -1;
  opacity: 0;
  box-sizing: content-box;
  padding: 5px;
  margin-top: -6px;
  margin-left: -6px; }

.btn {
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out; }
  .btn.btn--primary {
    height: 56px;
    padding-left: 43.5px;
    padding-right: 43.5px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    text-shadow: 0 1px rgba(63, 86, 112, 0.15), 0 2px rgba(63, 86, 112, 0.15);
    border-top-color: #0078D4;
    border-bottom-color: #005291;
    border-left-color: #0065b3;
    border-right-color: #0065b3;
    background: #008CFF;
    border-width: 1px;
    border-style: solid;
    border-radius: 48px;
    box-shadow: 0 3px 0 rgba(127, 146, 157, 0.12), 0 2px 0 rgba(127, 146, 157, 0.34), 0 1px 0 rgba(127, 146, 157, 0.8), inset 0 7px 8px rgba(254, 254, 255, 0.13), inset 0 -7px 10px rgba(63, 86, 112, 0.15), inset 0 20px 8px rgba(254, 254, 255, 0.17), inset 0 1px 1px rgba(255, 255, 255, 0.4); }
    .btn.btn--primary:after {
      border-color: rgba(0, 140, 255, 0.125);
      background: rgba(0, 140, 255, 0.085); }
    .btn.btn--primary:hover {
      border-top-color: hsb-darken(#0078D4, 7.5);
      border-bottom-color: hsb-darken(#005291, 7.5);
      border-left-color: #005ca2;
      border-right-color: #005ca2;
      background-color: hsb-brighten(#008CFF, 3);
      text-decoration: none; }
      .btn.btn--primary:hover:after {
        opacity: 1;
        -webkit-transition: opacity 0.25s ease-in-out;
        transition: opacity 0.25s ease-in-out; }
      .btn.btn--primary:hover .btn__label {
        position: relative; }
        .btn.btn--primary:hover .btn__label:after {
          opacity: 1;
          -webkit-transition: opacity 0.05s ease-in-out;
          transition: opacity 0.05s ease-in-out; }
    .btn.btn--primary:active {
      box-shadow: 0 2px 0 rgba(127, 146, 157, 0.17), 0 1px 0 rgba(127, 146, 157, 0.4), inset 0 20px 10px rgba(255, 255, 255, 0.1); }
      .btn.btn--primary:active:after {
        padding: 6px;
        margin-top: -7px;
        margin-left: -7px;
        border-color: transparent;
        background: rgba(0, 140, 255, 0.075);
        opacity: 1;
        -webkit-transition: border-color 0.15s ease-in-out, background-color 0.15s ease-in-out;
        transition: border-color 0.15s ease-in-out, background-color 0.15s ease-in-out; }
      .btn.btn--primary:active .btn__label {
        -webkit-transform: scaleX(0.994) scaleY(0.9925);
        transform: scaleX(0.994) scaleY(0.9925); }
    .btn.btn--primary:focus {
      outline: none; }
    .btn.btn--primary__label {
      text-decoration: none; }
      .btn.btn--primary__label:after {
        content: '';
        height: 1px;
        top: 100%;
        left: 0;
        width: 100%;
        background: rgba(255, 255, 255, 0.625);
        position: absolute;
        opacity: 0;
        margin-top: -1px; }
  .btn.btn--secondary {
    height: 56px;
    padding-left: 43.5px;
    padding-right: 43.5px;
    background-image: linear, to bottom, #F2F6FC, #E4E6F0;
    text-decoration: none;
    font-family: "proxima-nova", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 20px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    color: #3F5670;
    border-top-color: rgba(195, 198, 212, 0.75);
    border-bottom-color: rgba(176, 179, 191, 0.75);
    border-left-color: #babdca;
    border-right-color: #babdca;
    border-radius: 100px;
    border-width: 1px;
    border-style: solid;
    border-top-color: rgba(195, 198, 212, 0.75);
    border-bottom-color: rgba(176, 179, 191, 0.75);
    border-left-color: #babdca;
    border-right-color: #babdca;
    box-shadow: 0 1px 3px rgba(138, 149, 161, 0.25), inset 0 1px #fff; }
    .btn.btn--secondary:hover {
      border-top-color: rgba(165, 170, 191, 0.75);
      border-bottom-color: rgba(148, 152, 168, 0.75);
      border-left-color: #babdca;
      border-right-color: #babdca; }
    .btn.btn--secondary:active {
      box-shadow: 0 1px 3px rgba(138, 149, 161, 0.1);
      background-image: none;
      background-color: #eaecf5; }
      .btn.btn--secondary:active .btn__label {
        -webkit-transform: scale(0.9875);
        transform: scale(0.9875); }
    .btn.btn--secondary:focus {
      outline: none; }
    .btn.btn--secondary.btn__label {
      margin-top: -2px; }
      .btn.btn--secondary.btn__label:before {
        -webkit-transform: translateY(0);
        transform: translateY(0); }
  .btn.btn--reversed {
    padding: 13px 37px;
    background: white;
    text-decoration: none;
    font-family: "proxima-nova", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 18px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    color: #262A2C;
    border: 1px solid rgba(38, 42, 44, 0.67);
    border-radius: 100px;
    box-shadow: 0px 2px 2px 0px rgba(63, 86, 112, 0.15); }
    .btn.btn--reversed:hover {
      border-color: #262A2C; }
    .btn.btn--reversed:active {
      box-shadow: 0 1px 3px rgba(138, 149, 161, 0.1);
      background-color: whiten(#FF903C, 95%); }
      .btn.btn--reversed:active .btn__label {
        -webkit-transform: scale(0.9875);
        transform: scale(0.9875); }
        .btn.btn--reversed:active .btn__label:before {
          -webkit-transform: translateY(0px);
          transform: translateY(0px); }
    .btn.btn--reversed:focus {
      outline: none; }

.hidden {
  display: none; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

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

body {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  font-family: "proxima-nova", "Helvetica Neue", "Helvetica", sans-serif;
  color: #262A2C;
  background: #fff; }

*, input[type="text"], input[type="password"] {
  box-sizing: border-box; }

a {
  color: #008FD6; }
  p a:hover {
    color: #006699; }

::-moz-selection {
  background: #FFFFD4;
  color: #262A2C; }

::selection {
  background: #FFFFD4;
  color: #262A2C; }

::-moz-selection {
  background: #FFFFD4;
  color: #262A2C; }

.page-title, .plan-title {
  text-shadow: 0 2px rgba(255, 255, 255, 0.4), 0 -2px 2px rgba(0, 0, 0, 0.06); }

.page-subtitle {
  text-shadow: 0 2px rgba(255, 255, 255, 0.56), 0 -1px 0 rgba(255, 255, 255, 0.07); }

.nav-main > ul > li, .nav-alt > ul > li, .nav-main a, .nav-alt a, .header-home .page-subtitle, h1 em, h2 em, h3 em, h4 em, h5 em, h6 em, .chunk-illustration .body,
.chunk-screen .body,
.chunk-fatcat-editor .body, .pricing-table-mid .plan-feature, .plan-title, .plan-feature strong, .plan-price, .plan-period, .comparison-table th, .plan-comparison-title {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothig: grayscale; }

.btn.btn--primary:after, .btn.btn--primary:active:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.btn.btn--primary, .btn.btn--secondary, .btn.btn--reversed {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.btn.btn--primary:after, .btn.btn--primary:active:after {
  content: '';
  border-style: solid;
  border-width: 1px;
  border-radius: 56px;
  z-index: -1;
  opacity: 0;
  box-sizing: content-box;
  padding: 5px;
  margin-top: -6px;
  margin-left: -6px; }

.btn {
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out; }
  .btn.btn--primary {
    height: 56px;
    padding-left: 43.5px;
    padding-right: 43.5px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    text-shadow: 0 1px rgba(63, 86, 112, 0.15), 0 2px rgba(63, 86, 112, 0.15);
    border-top-color: #0078D4;
    border-bottom-color: #005291;
    border-left-color: #0065b3;
    border-right-color: #0065b3;
    background: #008CFF;
    border-width: 1px;
    border-style: solid;
    border-radius: 48px;
    box-shadow: 0 3px 0 rgba(127, 146, 157, 0.12), 0 2px 0 rgba(127, 146, 157, 0.34), 0 1px 0 rgba(127, 146, 157, 0.8), inset 0 7px 8px rgba(254, 254, 255, 0.13), inset 0 -7px 10px rgba(63, 86, 112, 0.15), inset 0 20px 8px rgba(254, 254, 255, 0.17), inset 0 1px 1px rgba(255, 255, 255, 0.4); }
    .btn.btn--primary:after {
      border-color: rgba(0, 140, 255, 0.125);
      background: rgba(0, 140, 255, 0.085); }
    .btn.btn--primary:hover {
      border-top-color: hsb-darken(#0078D4, 7.5);
      border-bottom-color: hsb-darken(#005291, 7.5);
      border-left-color: #005ca2;
      border-right-color: #005ca2;
      background-color: hsb-brighten(#008CFF, 3);
      text-decoration: none; }
      .btn.btn--primary:hover:after {
        opacity: 1;
        -webkit-transition: opacity 0.25s ease-in-out;
        transition: opacity 0.25s ease-in-out; }
      .btn.btn--primary:hover .btn__label {
        position: relative; }
        .btn.btn--primary:hover .btn__label:after {
          opacity: 1;
          -webkit-transition: opacity 0.05s ease-in-out;
          transition: opacity 0.05s ease-in-out; }
    .btn.btn--primary:active {
      box-shadow: 0 2px 0 rgba(127, 146, 157, 0.17), 0 1px 0 rgba(127, 146, 157, 0.4), inset 0 20px 10px rgba(255, 255, 255, 0.1); }
      .btn.btn--primary:active:after {
        padding: 6px;
        margin-top: -7px;
        margin-left: -7px;
        border-color: transparent;
        background: rgba(0, 140, 255, 0.075);
        opacity: 1;
        -webkit-transition: border-color 0.15s ease-in-out, background-color 0.15s ease-in-out;
        transition: border-color 0.15s ease-in-out, background-color 0.15s ease-in-out; }
      .btn.btn--primary:active .btn__label {
        -webkit-transform: scaleX(0.994) scaleY(0.9925);
        transform: scaleX(0.994) scaleY(0.9925); }
    .btn.btn--primary:focus {
      outline: none; }
    .btn.btn--primary__label {
      text-decoration: none; }
      .btn.btn--primary__label:after {
        content: '';
        height: 1px;
        top: 100%;
        left: 0;
        width: 100%;
        background: rgba(255, 255, 255, 0.625);
        position: absolute;
        opacity: 0;
        margin-top: -1px; }
  .btn.btn--secondary {
    height: 56px;
    padding-left: 43.5px;
    padding-right: 43.5px;
    background-image: linear, to bottom, #F2F6FC, #E4E6F0;
    text-decoration: none;
    font-family: "proxima-nova", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 20px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    color: #3F5670;
    border-top-color: rgba(195, 198, 212, 0.75);
    border-bottom-color: rgba(176, 179, 191, 0.75);
    border-left-color: #babdca;
    border-right-color: #babdca;
    border-radius: 100px;
    border-width: 1px;
    border-style: solid;
    border-top-color: rgba(195, 198, 212, 0.75);
    border-bottom-color: rgba(176, 179, 191, 0.75);
    border-left-color: #babdca;
    border-right-color: #babdca;
    box-shadow: 0 1px 3px rgba(138, 149, 161, 0.25), inset 0 1px #fff; }
    .btn.btn--secondary:hover {
      border-top-color: rgba(165, 170, 191, 0.75);
      border-bottom-color: rgba(148, 152, 168, 0.75);
      border-left-color: #babdca;
      border-right-color: #babdca; }
    .btn.btn--secondary:active {
      box-shadow: 0 1px 3px rgba(138, 149, 161, 0.1);
      background-image: none;
      background-color: #eaecf5; }
      .btn.btn--secondary:active .btn__label {
        -webkit-transform: scale(0.9875);
        transform: scale(0.9875); }
    .btn.btn--secondary:focus {
      outline: none; }
    .btn.btn--secondary.btn__label {
      margin-top: -2px; }
      .btn.btn--secondary.btn__label:before {
        -webkit-transform: translateY(0);
        transform: translateY(0); }
  .btn.btn--reversed {
    padding: 13px 37px;
    background: white;
    text-decoration: none;
    font-family: "proxima-nova", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 18px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    color: #262A2C;
    border: 1px solid rgba(38, 42, 44, 0.67);
    border-radius: 100px;
    box-shadow: 0px 2px 2px 0px rgba(63, 86, 112, 0.15); }
    .btn.btn--reversed:hover {
      border-color: #262A2C; }
    .btn.btn--reversed:active {
      box-shadow: 0 1px 3px rgba(138, 149, 161, 0.1);
      background-color: whiten(#FF903C, 95%); }
      .btn.btn--reversed:active .btn__label {
        -webkit-transform: scale(0.9875);
        transform: scale(0.9875); }
        .btn.btn--reversed:active .btn__label:before {
          -webkit-transform: translateY(0px);
          transform: translateY(0px); }
    .btn.btn--reversed:focus {
      outline: none; }

.header-main {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px 30px 40px;
  width: 100%; }

.logo-main {
  display: inline-block;
  width: 225px; }

.nav-main, .nav-alt {
  position: absolute;
  right: 0;
  top: 50%;
  margin-right: 30px;
  margin-top: -20.5px; }
  .nav-main > ul > li, .nav-alt > ul > li {
    float: right;
    margin-right: 16px;
    color: #6A707C;
    font-weight: 600;
    font-size: 15px; }
  .nav-main a, .nav-alt a {
    padding: 8px;
    color: #6A707C;
    font-weight: 600;
    font-size: 15px;
    line-height: 15px; }
    .nav-main a:hover, .nav-alt a:hover {
      color: #262A2C; }
    .nav-main a:before, .nav-alt a:before {
      content: '';
      display: inline-block;
      background-image: url("/img/nav-main-sprite.png");
      background-repeat: no-repeat;
      height: 16px;
      margin-right: 7px; }
    .nav-main a[href^="/rafl/ppl/login"]:before, .nav-alt a[href^="/rafl/ppl/login"]:before {
      content: '';
      display: inline-block;
      -webkit-transform: translateY(1px);
      transform: translateY(1px);
      margin-right: 8px;
      height: 12px;
      width: 12px;
      background-position: -49px -2px;
      background-image: url("/img/nav-main-sprite.png");
      background-repeat: no-repeat; }
    .nav-main a[href^="/pricing"]:before, .nav-alt a[href^="/pricing"]:before {
      width: 16px;
      background-position: -61px 0; }
    .nav-main a[href^="/tour"]:before, .nav-alt a[href^="/tour"]:before {
      background-position: -38px 0;
      width: 11px;
      -webkit-transform: translateY(2px);
      transform: translateY(2px); }
  .nav-main .nav-mobile__trigger, .nav-alt .nav-mobile__trigger,
  .nav-main #nav-mobile__checkbox, .nav-alt #nav-mobile__checkbox {
    display: none; }

.nav-alt {
  display: none; }

body.altnav .nav-main, body.altnav .nav-alt {
  display: none; }

body.altnav .nav-alt {
  display: block; }

.header-home {
  box-sizing: content-box;
  margin-top: 92px; }
  .header-home .inner {
    padding-left: 200px;
    -webkit-transform: translateX(145px);
    transform: translateX(145px); }
  .header-home .page-subtitle {
    margin-top: 24px;
    margin-bottom: 32px;
    line-height: 1.4; }
  .header-home .cta-btn + a {
    padding-right: 100px; }
  .header-home:before {
    content: '';
    width: 1054px;
    height: 730px;
    background: url("/img/header-homepage.png") center center no-repeat;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    margin-top: -167px;
    margin-left: -200px; }

.header-inner,
.header-landing {
  position: relative;
  min-height: 250px; }
  .header-inner .bg,
  .header-landing .bg {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .header-inner .page-title,
  .header-landing .page-title {
    text-align: center; }
  .header-inner .page-subtitle,
  .header-landing .page-subtitle {
    font-size: 24px;
    font-weight: 400;
    text-align: center; }

.header-landing {
  margin-top: 25px;
  margin-bottom: 55px;
  min-height: 0; }

.page-title, .plan-title {
  text-shadow: 0 2px rgba(255, 255, 255, 0.4), 0 -2px 2px rgba(0, 0, 0, 0.06); }

.page-subtitle {
  text-shadow: 0 2px rgba(255, 255, 255, 0.56), 0 -1px 0 rgba(255, 255, 255, 0.07); }

.nav-main > ul > li, .nav-alt > ul > li, .nav-main a, .nav-alt a, .header-home .page-subtitle, h1 em, h2 em, h3 em, h4 em, h5 em, h6 em, .chunk-illustration .body,
.chunk-screen .body,
.chunk-fatcat-editor .body, .pricing-table-mid .plan-feature, .plan-title, .plan-feature strong, .plan-price, .plan-period, .comparison-table th, .plan-comparison-title {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothig: grayscale; }

.btn.btn--primary:after, .btn.btn--primary:active:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.btn.btn--primary, .btn.btn--secondary, .btn.btn--reversed {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.btn.btn--primary:after, .btn.btn--primary:active:after {
  content: '';
  border-style: solid;
  border-width: 1px;
  border-radius: 56px;
  z-index: -1;
  opacity: 0;
  box-sizing: content-box;
  padding: 5px;
  margin-top: -6px;
  margin-left: -6px; }

.btn {
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out; }
  .btn.btn--primary {
    height: 56px;
    padding-left: 43.5px;
    padding-right: 43.5px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    text-shadow: 0 1px rgba(63, 86, 112, 0.15), 0 2px rgba(63, 86, 112, 0.15);
    border-top-color: #0078D4;
    border-bottom-color: #005291;
    border-left-color: #0065b3;
    border-right-color: #0065b3;
    background: #008CFF;
    border-width: 1px;
    border-style: solid;
    border-radius: 48px;
    box-shadow: 0 3px 0 rgba(127, 146, 157, 0.12), 0 2px 0 rgba(127, 146, 157, 0.34), 0 1px 0 rgba(127, 146, 157, 0.8), inset 0 7px 8px rgba(254, 254, 255, 0.13), inset 0 -7px 10px rgba(63, 86, 112, 0.15), inset 0 20px 8px rgba(254, 254, 255, 0.17), inset 0 1px 1px rgba(255, 255, 255, 0.4); }
    .btn.btn--primary:after {
      border-color: rgba(0, 140, 255, 0.125);
      background: rgba(0, 140, 255, 0.085); }
    .btn.btn--primary:hover {
      border-top-color: hsb-darken(#0078D4, 7.5);
      border-bottom-color: hsb-darken(#005291, 7.5);
      border-left-color: #005ca2;
      border-right-color: #005ca2;
      background-color: hsb-brighten(#008CFF, 3);
      text-decoration: none; }
      .btn.btn--primary:hover:after {
        opacity: 1;
        -webkit-transition: opacity 0.25s ease-in-out;
        transition: opacity 0.25s ease-in-out; }
      .btn.btn--primary:hover .btn__label {
        position: relative; }
        .btn.btn--primary:hover .btn__label:after {
          opacity: 1;
          -webkit-transition: opacity 0.05s ease-in-out;
          transition: opacity 0.05s ease-in-out; }
    .btn.btn--primary:active {
      box-shadow: 0 2px 0 rgba(127, 146, 157, 0.17), 0 1px 0 rgba(127, 146, 157, 0.4), inset 0 20px 10px rgba(255, 255, 255, 0.1); }
      .btn.btn--primary:active:after {
        padding: 6px;
        margin-top: -7px;
        margin-left: -7px;
        border-color: transparent;
        background: rgba(0, 140, 255, 0.075);
        opacity: 1;
        -webkit-transition: border-color 0.15s ease-in-out, background-color 0.15s ease-in-out;
        transition: border-color 0.15s ease-in-out, background-color 0.15s ease-in-out; }
      .btn.btn--primary:active .btn__label {
        -webkit-transform: scaleX(0.994) scaleY(0.9925);
        transform: scaleX(0.994) scaleY(0.9925); }
    .btn.btn--primary:focus {
      outline: none; }
    .btn.btn--primary__label {
      text-decoration: none; }
      .btn.btn--primary__label:after {
        content: '';
        height: 1px;
        top: 100%;
        left: 0;
        width: 100%;
        background: rgba(255, 255, 255, 0.625);
        position: absolute;
        opacity: 0;
        margin-top: -1px; }
  .btn.btn--secondary {
    height: 56px;
    padding-left: 43.5px;
    padding-right: 43.5px;
    background-image: linear, to bottom, #F2F6FC, #E4E6F0;
    text-decoration: none;
    font-family: "proxima-nova", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 20px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    color: #3F5670;
    border-top-color: rgba(195, 198, 212, 0.75);
    border-bottom-color: rgba(176, 179, 191, 0.75);
    border-left-color: #babdca;
    border-right-color: #babdca;
    border-radius: 100px;
    border-width: 1px;
    border-style: solid;
    border-top-color: rgba(195, 198, 212, 0.75);
    border-bottom-color: rgba(176, 179, 191, 0.75);
    border-left-color: #babdca;
    border-right-color: #babdca;
    box-shadow: 0 1px 3px rgba(138, 149, 161, 0.25), inset 0 1px #fff; }
    .btn.btn--secondary:hover {
      border-top-color: rgba(165, 170, 191, 0.75);
      border-bottom-color: rgba(148, 152, 168, 0.75);
      border-left-color: #babdca;
      border-right-color: #babdca; }
    .btn.btn--secondary:active {
      box-shadow: 0 1px 3px rgba(138, 149, 161, 0.1);
      background-image: none;
      background-color: #eaecf5; }
      .btn.btn--secondary:active .btn__label {
        -webkit-transform: scale(0.9875);
        transform: scale(0.9875); }
    .btn.btn--secondary:focus {
      outline: none; }
    .btn.btn--secondary.btn__label {
      margin-top: -2px; }
      .btn.btn--secondary.btn__label:before {
        -webkit-transform: translateY(0);
        transform: translateY(0); }
  .btn.btn--reversed {
    padding: 13px 37px;
    background: white;
    text-decoration: none;
    font-family: "proxima-nova", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 18px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    color: #262A2C;
    border: 1px solid rgba(38, 42, 44, 0.67);
    border-radius: 100px;
    box-shadow: 0px 2px 2px 0px rgba(63, 86, 112, 0.15); }
    .btn.btn--reversed:hover {
      border-color: #262A2C; }
    .btn.btn--reversed:active {
      box-shadow: 0 1px 3px rgba(138, 149, 161, 0.1);
      background-color: whiten(#FF903C, 95%); }
      .btn.btn--reversed:active .btn__label {
        -webkit-transform: scale(0.9875);
        transform: scale(0.9875); }
        .btn.btn--reversed:active .btn__label:before {
          -webkit-transform: translateY(0px);
          transform: translateY(0px); }
    .btn.btn--reversed:focus {
      outline: none; }

h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
  font-size: 0.75em;
  font-style: italic; }

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-weight: 800; }

h1 strong em, h2 strong em, h3 strong em, h4 strong em, h5 strong em, h6 strong em {
  font-size: 1em; }

strong {
  font-weight: 600; }

em {
  font-style: italic; }

hr {
  border: 0 none;
  color: #EBECED;
  background-color: #EBECED;
  height: 2px; }

.content-main {
  padding-top: 90px; }

.page-title {
  font-size: 53px;
  font-weight: 700;
  line-height: 1.16; }

.page-subtitle {
  font-size: 22px;
  font-weight: 600; }

.cta-wrapper {
  margin-top: 90px;
  margin-bottom: 90px;
  text-align: center; }
  .cta-wrapper:last-child {
    margin-top: 40px; }

.cta-btn {
  position: relative;
  display: inline-block;
  margin-left: -2px;
  height: 76px;
  border-radius: 3px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothig: grayscale;
  background: #008FD6;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 34, 0.18);
  box-shadow: 0 2px 0 #006da3, inset 0 38px 18px rgba(255, 255, 255, 0.16);
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 21px;
  line-height: 76px;
  padding-left: 30px;
  padding-right: 30px; }
  .cta-btn:not(.disabled):hover {
    background: #0099e5;
    text-decoration: underline; }
  .cta-btn:active {
    background: #0088cc;
    box-shadow: inset 0 3px 6px rgba(0, 0, 34, 0.2), 0 2px 0 #0088cc;
    line-height: 80px;
    color: rgba(255, 255, 255, 0.9); }
  .cta-btn.disabled {
    opacity: 0.5;
    cursor: default; }
  .cta-btn + a {
    display: block;
    padding: 10px 0;
    margin-top: 10px;
    text-align: center;
    color: #008FD6; }
  .cta-btn.mobile-btn {
    display: none; }

.cta-btn-small {
  padding: 0 30px; }
  .cta-btn-small.hollow {
    position: relative;
    display: inline-block;
    margin-left: -2px;
    height: 63px;
    border-radius: 3px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothig: grayscale;
    border: 1px solid #008FD6;
    background: #fff;
    color: #008fd6;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 21px;
    line-height: 63px; }
    .cta-btn-small.hollow:hover {
      background: #008FD6;
      color: #fff; }
    .cta-btn-small.hollow:active {
      background: #0088cc;
      box-shadow: inset 0 3px 6px rgba(0, 0, 34, 0.2), 0 2px 0 #0088cc;
      line-height: 67px;
      color: rgba(255, 255, 255, 0.9); }
    .cta-btn-small.hollow.disabled {
      opacity: 0.5;
      cursor: default; }
    .cta-btn-small.hollow + a {
      display: block;
      padding: 10px 0;
      margin-top: 10px;
      text-align: center;
      color: #008FD6; }
  .cta-btn-small.dflt-wdth {
    min-width: 520px; }
  .cta-btn-small.eighty-percent-width {
    min-width: 80%; }

.cta-btn-large {
  font-weight: 700; }
  .cta-btn-large:before {
    content: '';
    box-sizing: content-box;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -6px;
    margin-left: -6px;
    width: 100%;
    height: 100%;
    padding: 6px 6px 8px 6px;
    background: rgba(255, 255, 255, 0.67);
    z-index: -1;
    border-radius: 5px;
    box-shadow: 0 0 4px white; }

.icon-ctabtn-arrow {
  width: 26px;
  height: 16px;
  fill: #008FD6;
  position: absolute;
  left: 100%;
  margin-left: 10px;
  margin-top: -8px;
  top: 50%;
  opacity: 0.2; }
  .cta-btn:hover .icon-ctabtn-arrow {
    opacity: 1;
    -webkit-transition: opacity 0.5s ease-in;
    transition: opacity 0.5s ease-in;
    trasition-delay: 0.25s; }

i.s {
  font-size: 12px;
  display: block; }
  i.s:after {
    content: '\00A0';
    display: inline; }

.img-placeholder {
  width: 400px;
  height: 300px;
  background: #f2f2f2;
  border: 1px solid #eee; }

.vid-placeholder {
  width: 480px;
  height: 360px;
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer; }
  .vid-placeholder:after {
    content: '\25B6';
    position: absolute;
    font-size: 5em;
    top: 50%;
    left: 50%;
    margin-top: -0.675em;
    margin-left: -0.325em;
    opacity: 0.125; }
  .vid-placeholder:hover:after {
    opacity: 0.4; }

.content-main .left-col, .content-main .right-col, .footer-col {
  display: inline-block;
  width: 48%;
  box-sizing: border-box;
  vertical-align: top;
  padding: 1%; }

.content-main .left-col {
  margin-left: 1.5%; }

.list-links ul {
  margin-top: 1em; }

.list-links li {
  padding-left: 10px;
  margin-bottom: 0.5em; }
  .list-links li:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #CDCFD3;
    display: inline-block;
    margin-right: 12px; }

.vid-frame {
  border-top: 1px solid #EBECED;
  border-left: 1px solid #EBECED;
  border-right: 1px solid #EBECED; }
  .vid-frame video {
    margin-bottom: -8px; }

.vid-screencap {
  width: 574px; }

.vid-controls {
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  top: 0;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s; }
  .paused .vid-controls {
    opacity: 1;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    cursor: pointer; }
    .paused .vid-controls:active .svgicon-play {
      -webkit-transform: translateY(2px);
      transform: translateY(2px);
      opacity: 0.8; }

.svgicon-play {
  position: absolute;
  top: 50%;
  margin-top: -48px;
  left: 50%;
  margin-left: -48px; }

.nav-main a[href^="/privacy"], .nav-alt a[href^="/privacy"] {
  background-image: url("http://NOT-REAL.com/12x12/IMAGE.png"); }

.nav-main a[href^="/terms"], .nav-alt a[href^="/terms"] {
  background-image: url("http://NOT-REAL.com/12x12/IMAGE.png"); }

.content-main section {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .content-main section.column-wrapper {
    overflow: visible;
    width: 1080px; }
    .content-main section.column-wrapper > .double-col section {
      width: 100%; }
  .content-main section.pricing-table {
    width: 850px; }

.title smile {
  display: inline-block;
  font-family: "Courier New", monospace;
  -webkit-transform: translateY(-3px) translateX(4px) rotate(96.5deg);
  transform: translateY(-3px) translateX(4px) rotate(96.5deg);
  letter-spacing: -3px;
  font-size: 0.675em;
  font-weight: 700; }

.chunk-textonly .title,
.chunk-form .title,
.list-links .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 7px;
  line-height: 1.4; }

.chunk-textonly .body a,
.chunk-form .body a,
.list-links .body a {
  font-weight: 700; }

.page-index .chunk-illustration {
  min-height: 400px; }

.chunk-illustration:after,
.chunk-screen:after,
.chunk-fatcat-editor:after {
  content: "";
  display: table;
  clear: both; }

.chunk-illustration.flip-left .pic-frame,
.chunk-screen.flip-left .pic-frame,
.chunk-fatcat-editor.flip-left .pic-frame {
  float: left;
  margin-left: -100px; }

.chunk-illustration.flip-left .title,
.chunk-screen.flip-left .title,
.chunk-fatcat-editor.flip-left .title {
  right: 0; }

.chunk-illustration.flip-left.natural-right .illustration,
.chunk-screen.flip-left.natural-right .illustration,
.chunk-fatcat-editor.flip-left.natural-right .illustration {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

.chunk-illustration.flip-right .pic-frame,
.chunk-screen.flip-right .pic-frame,
.chunk-fatcat-editor.flip-right .pic-frame {
  float: right;
  margin-right: -100px; }

.chunk-illustration.flip-right .title,
.chunk-screen.flip-right .title,
.chunk-fatcat-editor.flip-right .title {
  left: 0; }

.chunk-illustration.flip-right.natural-left .illustration,
.chunk-screen.flip-right.natural-left .illustration,
.chunk-fatcat-editor.flip-right.natural-left .illustration {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

.chunk-illustration .pic-frame,
.chunk-screen .pic-frame,
.chunk-fatcat-editor .pic-frame {
  position: relative;
  z-index: -1; }

.chunk-illustration .inner,
.chunk-screen .inner,
.chunk-fatcat-editor .inner {
  position: absolute; }

.chunk-illustration .title,
.chunk-screen .title,
.chunk-fatcat-editor .title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.5em;
  white-space: nowrap; }

.chunk-illustration a,
.chunk-screen a,
.chunk-fatcat-editor a {
  padding-left: 16px; }

.chunk-illustration:hover .pic-frame,
.chunk-screen:hover .pic-frame,
.chunk-fatcat-editor:hover .pic-frame {
  opacity: 1 !important;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }

.chunk-screen .pic-frame, .chunk-fatcat-editor .pic-frame {
  position: relative;
  z-index: 9; }

.chunk-textonly ul {
  list-style-type: disc;
  padding-left: 20px; }
  .chunk-textonly ul ol {
    list-style-type: decimal;
    padding-left: 20px; }
  .chunk-textonly ul ul {
    list-style-type: disc;
    padding-left: 20px; }

.chunk-textonly ol {
  list-style-type: decimal;
  padding-left: 20px; }
  .chunk-textonly ol ol {
    list-style-type: lower-alpha;
    padding-left: 20px; }
  .chunk-textonly ol ul {
    list-style-type: disc;
    padding-left: 20px; }

.chunk-textonly table, .chunk-textonly th, .chunk-textonly td {
  border: 1px solid black;
  padding: 10px 20px; }

.double-col .chunk-textonly:first-of-type {
  margin-top: 10px; }

.chunk-textonly,
.list-links {
  margin-top: 60px;
  margin-bottom: 60px; }

.content-main .chunk-image {
  width: 100%; }

.chunk-image img {
  display: block;
  margin: 0 auto; }

.landing-form {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 30px;
  max-width: 400px;
  width: 100%;
  border-radius: 9px;
  border: 1px solid rgba(205, 207, 211, 0.75);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.75);
  background: rgba(235, 236, 237, 0.5); }
  .landing-form .response-message {
    font-weight: 800;
    font-size: 0.8em;
    color: #41A300;
    margin-bottom: 0.75em; }
  .landing-form .response-message.error {
    color: #F75200; }
  .landing-form h2 {
    font-size: 1.25em;
    margin-bottom: 1em; }

.form-row {
  margin-bottom: 1.25em; }
  .form-row:last-of-type {
    margin-bottom: 0;
    margin-top: 1em;
    padding-top: 1em;
    border-top: 1px solid rgba(205, 207, 211, 0.5);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.75);
    text-align: center; }

.form-label {
  display: block;
  font-size: 15px;
  padding: 0;
  margin-bottom: 0.25em; }
  .form-label.lbl-radio, .form-label.lbl-checkbox {
    display: inline-block;
    font-size: 1rem;
    cursor: pointer; }
    .form-label.lbl-radio:hover, .form-label.lbl-checkbox:hover {
      text-decoration: underline; }
  .form-label.lbl-checkbox {
    margin-left: 0.25em;
    padding-left: 20px; }
  .form-label.lbl-radio {
    padding-left: 20px;
    margin-left: 0.125em;
    line-height: 1.1; }
  .form-label.lbl-text {
    cursor: text; }

.form-input[type="text"] {
  display: block;
  font-size: 18px;
  padding: 0.5em;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #CDCFD3;
  box-sizing: border-box;
  box-shadow: 0 1px rgba(255, 255, 255, 0.5), inset 0 2px 4px rgba(106, 112, 124, 0.16); }

.form-input[type="submit"] {
  border: none;
  position: relative;
  display: inline-block;
  margin-left: -2px;
  height: 56px;
  border-radius: 3px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothig: grayscale;
  background: #008FD6;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 34, 0.18);
  box-shadow: 0 2px 0 #006da3, inset 0 28px 18px rgba(255, 255, 255, 0.16);
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 21px;
  line-height: 56px;
  text-transform: uppercase;
  padding: 0 20px;
  margin: 0 auto;
  cursor: pointer; }
  .form-input[type="submit"]:not(.disabled):hover {
    background: #0099e5;
    text-decoration: underline; }
  .form-input[type="submit"]:active {
    background: #0088cc;
    box-shadow: inset 0 3px 6px rgba(0, 0, 34, 0.2), 0 2px 0 #0088cc;
    line-height: 60px;
    color: rgba(255, 255, 255, 0.9); }
  .form-input[type="submit"].disabled {
    opacity: 0.5;
    cursor: default; }
  .form-input[type="submit"] + a {
    display: block;
    padding: 10px 0;
    margin-top: 10px;
    text-align: center;
    color: #008FD6; }

.form-radio-list {
  overflow: hidden; }

.form-radio-choice,
.form-checkbox-choice {
  position: relative; }
  .form-radio-choice input,
  .form-checkbox-choice input {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.675em; }
    .form-radio-choice input:checked + label,
    .form-checkbox-choice input:checked + label {
      font-weight: 600; }

.form-radio-choice {
  box-sizing: border-box;
  min-width: 50%;
  float: left;
  padding-right: 2%; }

.release-statement {
  background: #fcfdfe;
  font-family: "Helvetica Neue", "Helvetica", sans-serif;
  padding: 1em 1.5em;
  border: 1px solid #CDCFD3;
  font-size: 1rem;
  width: 100%;
  box-shadow: inset 0 1px 3px rgba(38, 42, 44, 0.1);
  font-family: "Source Code Pro", "Monaco", "Consolas", "Dejavu Sans Mono", monospace;
  border-radius: 2px;
  min-height: 6em;
  position: relative; }
  .release-statement::-moz-selection {
    background: #008FD6;
    color: #fff; }
  .release-statement::selection {
    background: #008FD6;
    color: #fff; }

.alert-good {
  background: rgba(169, 217, 66, 0.075);
  color: #70971e;
  padding: 0.25em 0;
  border: 1px solid rgba(169, 217, 66, 0.2);
  box-shadow: inset 0 1px #fff;
  border-radius: 2px;
  font-size: 0.875em;
  width: 560px;
  margin: -5px auto 0; }

.page-title, .plan-title {
  text-shadow: 0 2px rgba(255, 255, 255, 0.4), 0 -2px 2px rgba(0, 0, 0, 0.06); }

.page-subtitle {
  text-shadow: 0 2px rgba(255, 255, 255, 0.56), 0 -1px 0 rgba(255, 255, 255, 0.07); }

.nav-main > ul > li, .nav-alt > ul > li, .nav-main a, .nav-alt a, .header-home .page-subtitle, h1 em, h2 em, h3 em, h4 em, h5 em, h6 em, .chunk-illustration .body,
.chunk-screen .body,
.chunk-fatcat-editor .body, .pricing-table-mid .plan-feature, .plan-title, .plan-feature strong, .plan-price, .plan-period, .comparison-table th, .plan-comparison-title {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothig: grayscale; }

.btn.btn--primary:after, .btn.btn--primary:active:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.btn.btn--primary, .btn.btn--secondary, .btn.btn--reversed {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.btn.btn--primary:after, .btn.btn--primary:active:after {
  content: '';
  border-style: solid;
  border-width: 1px;
  border-radius: 56px;
  z-index: -1;
  opacity: 0;
  box-sizing: content-box;
  padding: 5px;
  margin-top: -6px;
  margin-left: -6px; }

.btn {
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out; }
  .btn.btn--primary {
    height: 56px;
    padding-left: 43.5px;
    padding-right: 43.5px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    text-shadow: 0 1px rgba(63, 86, 112, 0.15), 0 2px rgba(63, 86, 112, 0.15);
    border-top-color: #0078D4;
    border-bottom-color: #005291;
    border-left-color: #0065b3;
    border-right-color: #0065b3;
    background: #008CFF;
    border-width: 1px;
    border-style: solid;
    border-radius: 48px;
    box-shadow: 0 3px 0 rgba(127, 146, 157, 0.12), 0 2px 0 rgba(127, 146, 157, 0.34), 0 1px 0 rgba(127, 146, 157, 0.8), inset 0 7px 8px rgba(254, 254, 255, 0.13), inset 0 -7px 10px rgba(63, 86, 112, 0.15), inset 0 20px 8px rgba(254, 254, 255, 0.17), inset 0 1px 1px rgba(255, 255, 255, 0.4); }
    .btn.btn--primary:after {
      border-color: rgba(0, 140, 255, 0.125);
      background: rgba(0, 140, 255, 0.085); }
    .btn.btn--primary:hover {
      border-top-color: hsb-darken(#0078D4, 7.5);
      border-bottom-color: hsb-darken(#005291, 7.5);
      border-left-color: #005ca2;
      border-right-color: #005ca2;
      background-color: hsb-brighten(#008CFF, 3);
      text-decoration: none; }
      .btn.btn--primary:hover:after {
        opacity: 1;
        -webkit-transition: opacity 0.25s ease-in-out;
        transition: opacity 0.25s ease-in-out; }
      .btn.btn--primary:hover .btn__label {
        position: relative; }
        .btn.btn--primary:hover .btn__label:after {
          opacity: 1;
          -webkit-transition: opacity 0.05s ease-in-out;
          transition: opacity 0.05s ease-in-out; }
    .btn.btn--primary:active {
      box-shadow: 0 2px 0 rgba(127, 146, 157, 0.17), 0 1px 0 rgba(127, 146, 157, 0.4), inset 0 20px 10px rgba(255, 255, 255, 0.1); }
      .btn.btn--primary:active:after {
        padding: 6px;
        margin-top: -7px;
        margin-left: -7px;
        border-color: transparent;
        background: rgba(0, 140, 255, 0.075);
        opacity: 1;
        -webkit-transition: border-color 0.15s ease-in-out, background-color 0.15s ease-in-out;
        transition: border-color 0.15s ease-in-out, background-color 0.15s ease-in-out; }
      .btn.btn--primary:active .btn__label {
        -webkit-transform: scaleX(0.994) scaleY(0.9925);
        transform: scaleX(0.994) scaleY(0.9925); }
    .btn.btn--primary:focus {
      outline: none; }
    .btn.btn--primary__label {
      text-decoration: none; }
      .btn.btn--primary__label:after {
        content: '';
        height: 1px;
        top: 100%;
        left: 0;
        width: 100%;
        background: rgba(255, 255, 255, 0.625);
        position: absolute;
        opacity: 0;
        margin-top: -1px; }
  .btn.btn--secondary {
    height: 56px;
    padding-left: 43.5px;
    padding-right: 43.5px;
    background-image: linear, to bottom, #F2F6FC, #E4E6F0;
    text-decoration: none;
    font-family: "proxima-nova", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 20px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    color: #3F5670;
    border-top-color: rgba(195, 198, 212, 0.75);
    border-bottom-color: rgba(176, 179, 191, 0.75);
    border-left-color: #babdca;
    border-right-color: #babdca;
    border-radius: 100px;
    border-width: 1px;
    border-style: solid;
    border-top-color: rgba(195, 198, 212, 0.75);
    border-bottom-color: rgba(176, 179, 191, 0.75);
    border-left-color: #babdca;
    border-right-color: #babdca;
    box-shadow: 0 1px 3px rgba(138, 149, 161, 0.25), inset 0 1px #fff; }
    .btn.btn--secondary:hover {
      border-top-color: rgba(165, 170, 191, 0.75);
      border-bottom-color: rgba(148, 152, 168, 0.75);
      border-left-color: #babdca;
      border-right-color: #babdca; }
    .btn.btn--secondary:active {
      box-shadow: 0 1px 3px rgba(138, 149, 161, 0.1);
      background-image: none;
      background-color: #eaecf5; }
      .btn.btn--secondary:active .btn__label {
        -webkit-transform: scale(0.9875);
        transform: scale(0.9875); }
    .btn.btn--secondary:focus {
      outline: none; }
    .btn.btn--secondary.btn__label {
      margin-top: -2px; }
      .btn.btn--secondary.btn__label:before {
        -webkit-transform: translateY(0);
        transform: translateY(0); }
  .btn.btn--reversed {
    padding: 13px 37px;
    background: white;
    text-decoration: none;
    font-family: "proxima-nova", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 18px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    color: #262A2C;
    border: 1px solid rgba(38, 42, 44, 0.67);
    border-radius: 100px;
    box-shadow: 0px 2px 2px 0px rgba(63, 86, 112, 0.15); }
    .btn.btn--reversed:hover {
      border-color: #262A2C; }
    .btn.btn--reversed:active {
      box-shadow: 0 1px 3px rgba(138, 149, 161, 0.1);
      background-color: whiten(#FF903C, 95%); }
      .btn.btn--reversed:active .btn__label {
        -webkit-transform: scale(0.9875);
        transform: scale(0.9875); }
        .btn.btn--reversed:active .btn__label:before {
          -webkit-transform: translateY(0px);
          transform: translateY(0px); }
    .btn.btn--reversed:focus {
      outline: none; }

.page-pricing .content-main section.column-wrapper {
  width: 850px; }

.page-pricing .double-col {
  width: 50%; }

.page-pricing .double-col.left-col {
  margin-left: 0;
  padding: 1% 0; }

.page-pricing .double-col.right-col {
  padding: 1% 0 1% 4%; }

.page-pricing .chunk-textonly h2 {
  margin-bottom: 14px; }

.page-pricing .chunk-textonly p {
  font-size: 16px; }

.page-pricing .chunk-textonly a {
  position: relative;
  display: inline-block;
  margin-top: 18px;
  font-size: 20px;
  text-decoration: none; }
  .page-pricing .chunk-textonly a:after {
    content: '';
    position: absolute;
    width: calc(100% - 16px);
    height: 1px;
    background: #008FD6;
    bottom: 6px;
    left: 0; }
  .page-pricing .chunk-textonly a:hover:after {
    background: #006699; }
  .page-pricing .chunk-textonly a:active {
    -webkit-transform: scale(0.9867);
    transform: scale(0.9867); }

.text-divider {
  position: relative;
  display: block;
  width: 850px;
  margin: 0 auto;
  text-align: center; }
  .text-divider:before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 1px;
    top: 15px;
    left: 0;
    background: rgba(213, 217, 232, 0.75); }

.small-description {
  display: inline-block;
  padding: 0 20px;
  font-size: 12px;
  font-family: "Helvetica Neue", "Helvetica", sans-serif;
  font-style: italic;
  color: rgba(63, 86, 112, 0.75);
  background: white; }

.pricing-overview img {
  display: inline-block;
  width: 24px;
  margin-right: 10px; }

.pricing-overview ul {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.pricing-overview li {
  position: relative;
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
  padding: 10px 0 10px 30px; }
  .pricing-overview li:nth-child(3n) {
    padding-left: 53px; }
  .pricing-overview li:last-child img {
    width: 18px;
    margin-left: 3px;
    margin-right: 13px; }

.pricing-overview a {
  color: #262A2C; }
  .pricing-overview a:hover {
    -webkit-transform: scale(1.012);
    transform: scale(1.012); }
  .pricing-overview a:active {
    -webkit-transform: scale(1);
    transform: scale(1); }

.pricing-overview .btn-wrapper {
  display: block;
  padding: 30px 0 50px;
  text-align: center; }

.pricing-overview .text-divider {
  margin-left: -25px; }

.pricing-table {
  margin-top: 7px;
  margin-bottom: 116px; }
  .pricing-table:after {
    content: "";
    display: table;
    clear: both; }

.pricing-table-mid {
  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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .pricing-table-mid .price-col {
    margin: 0 65px;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%; }
    .pricing-table-mid .price-col:first-child {
      margin-left: 0; }
    .pricing-table-mid .price-col:last-child {
      margin-right: 0; }

.price-col {
  text-align: center;
  color: #262A2C; }
  .price-col.condensed {
    width: 150px; }
    .price-col.condensed .plan-title {
      font-family: "proxima-nova-condensed", "proxima-nova", "Helvetica Neue", "Helvetica", sans-serif;
      font-size: 40px;
      box-sizing: border-box;
      height: 56px;
      padding-top: 5px; }
    .price-col.condensed .plan-feature {
      font-size: 16px; }
  .price-col del {
    text-decoration: none;
    opacity: 0.5;
    font-weight: 400; }

.plan-title {
  margin-top: 50px;
  margin-bottom: 16px;
  font-size: 56px;
  font-weight: 400;
  line-height: 56px;
  letter-spacing: -3px;
  color: #262A2C; }

.pricing-contact {
  font-size: 20px;
  font-weight: 300;
  position: relative;
  top: -5px; }

.plan-compare {
  padding: 8px 0;
  margin-bottom: 23px;
  width: 100%;
  height: 30px;
  border-top: 1px solid #EBECED;
  border-bottom: 1px solid #EBECED;
  color: rgba(38, 42, 44, 0.9);
  text-align: center;
  font-size: 12px;
  line-height: 1;
  font-family: "Helvetica Neue", "Helvetica", sans-serif; }

.plan-feature-list {
  height: 280px;
  overflow: visible;
  margin-bottom: 20px; }
  .plan-feature-list a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid #BFE3F5; }
    .plan-feature-list a.disabled {
      opacity: 0.25; }

.plan-feature {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px; }
  .plan-feature:not(:last-child) {
    margin-bottom: 30px; }
  .condensed .plan-feature {
    line-height: 33px; }
  #pricecol-enterprise .plan-feature:last-of-type {
    position: relative; }
    #pricecol-enterprise .plan-feature:last-of-type:before, #pricecol-enterprise .plan-feature:last-of-type:after {
      content: '';
      background: #262A2C;
      position: absolute;
      top: 50%;
      left: 50%;
      height: 1px;
      width: 5px;
      opacity: 0.67;
      box-shadow: 2px 0 rgba(38, 42, 44, 0.33), -2px 0 rgba(38, 42, 44, 0.33); }
    #pricecol-enterprise .plan-feature:last-of-type:before {
      margin-left: -35px; }
    #pricecol-enterprise .plan-feature:last-of-type:after {
      margin-left: 30px; }
  .plan-feature.arrow, .plan-feature.plus {
    position: relative; }
    .plan-feature.arrow:after, .plan-feature.plus:after {
      content: '';
      position: absolute;
      left: 100%;
      height: 12px;
      background-image: url("/img/pricing-sprite.png");
      background-repeat: no-repeat;
      top: 50%;
      margin-top: -6px; }
  .plan-feature.arrow:after {
    background-position: -13px 0;
    width: 17px;
    margin-left: 37px; }
  .plan-feature.plus:after {
    width: 13px;
    margin-left: 39px; }

.plan-feature-spacer {
  height: 16px; }

.plan-feature-sublist {
  margin-top: 33px;
  margin-left: 50px;
  text-align: left;
  font-size: 14px; }

.plan-feature-sublist li {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 17px; }
  .plan-feature-sublist li:not(:last-child) {
    padding-bottom: 13px; }
  .plan-feature-sublist li.plus {
    position: relative;
    margin-top: 16px;
    padding-left: 26px;
    font-style: italic;
    color: rgba(38, 42, 44, 0.75); }
    .plan-feature-sublist li.plus a {
      border-bottom-color: white; }
      .plan-feature-sublist li.plus a:hover {
        border-bottom-color: rgba(38, 42, 44, 0.5); }
    .plan-feature-sublist li.plus:before {
      content: '';
      position: absolute;
      height: 12px;
      background-image: url("/img/pricing-sprite.png");
      background-repeat: no-repeat;
      left: 2px;
      top: 2px;
      width: 12px; }

.plan-feature-sublist img {
  width: 16px;
  margin-right: 10px; }

.plan-price {
  display: inline-block;
  position: relative;
  margin-bottom: 24px;
  font-size: 40px;
  font-weight: 700;
  height: 40px;
  line-height: 1; }
  .plan-price .dollar-sign {
    position: absolute;
    display: inline-block;
    font-size: 12px;
    line-height: 1px;
    top: 50%;
    margin-top: -7px;
    right: 100%;
    margin-right: 3px;
    font-weight: 700; }

.plan-period {
  position: absolute;
  left: 100%;
  bottom: 0;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 700;
  text-align: center; }
  .plan-period .slash {
    font-family: "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 700; }

.coupon-signup-btn {
  box-sizing: border-box;
  padding: 0 28px; }
  :not(.price-col) > .coupon-signup-btn.hollow {
    position: relative;
    display: inline-block;
    margin-left: -2px;
    height: 63px;
    border-radius: 3px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothig: grayscale;
    border: 1px solid #008FD6;
    background: #fff;
    color: #008fd6;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 21px;
    line-height: 63px; }
    :not(.price-col) > .coupon-signup-btn.hollow:hover {
      background: #008FD6;
      color: #fff; }
    :not(.price-col) > .coupon-signup-btn.hollow:active {
      background: #0088cc;
      box-shadow: inset 0 3px 6px rgba(0, 0, 34, 0.2), 0 2px 0 #0088cc;
      line-height: 67px;
      color: rgba(255, 255, 255, 0.9); }
    :not(.price-col) > .coupon-signup-btn.hollow.disabled {
      opacity: 0.5;
      cursor: default; }
    :not(.price-col) > .coupon-signup-btn.hollow + a {
      display: block;
      padding: 10px 0;
      margin-top: 10px;
      text-align: center;
      color: #008FD6; }
  :not(.price-col) > .coupon-signup-btn:not(.hollow) {
    position: relative;
    display: inline-block;
    margin-left: -2px;
    height: 63px;
    border-radius: 3px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothig: grayscale;
    background: #008FD6;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 34, 0.18);
    box-shadow: 0 2px 0 #006da3, inset 0 31.5px 18px rgba(255, 255, 255, 0.16);
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 21px;
    line-height: 63px; }
    :not(.price-col) > .coupon-signup-btn:not(.hollow):not(.disabled):hover {
      background: #0099e5;
      text-decoration: underline; }
    :not(.price-col) > .coupon-signup-btn:not(.hollow):active {
      background: #0088cc;
      box-shadow: inset 0 3px 6px rgba(0, 0, 34, 0.2), 0 2px 0 #0088cc;
      line-height: 67px;
      color: rgba(255, 255, 255, 0.9); }
    :not(.price-col) > .coupon-signup-btn:not(.hollow).disabled {
      opacity: 0.5;
      cursor: default; }
    :not(.price-col) > .coupon-signup-btn:not(.hollow) + a {
      display: block;
      padding: 10px 0;
      margin-top: 10px;
      text-align: center;
      color: #008FD6; }

.plan-billing-period-wrapper {
  display: block; }

.plan-billing-period {
  display: inline-block;
  padding-left: 8px;
  margin-top: 35px;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  font-family: "proxima-nova-condensed", "proxima-nova", "Helvetica Neue", "Helvetica", sans-serif; }

.plan-period-choice {
  cursor: pointer;
  font-weight: 400; }
  .plan-period-choice:hover {
    text-decoration: underline; }
    .plan-period-choice:hover:before {
      text-decoration: none; }
  .plan-period-choice:before {
    content: '\2299';
    padding-right: 5px;
    display: inline-block; }
  .plan-period-choice[selected] {
    font-weight: 600;
    color: #262A2C; }
    .plan-period-choice[selected]:before {
      content: '\29BF'; }
  .plan-period-choice em {
    display: inline-block;
    margin-right: -10em;
    opacity: 0.67;
    font-smoothing: subpixel-antialiased; }

.price-addl {
  margin: 0 auto 90px;
  color: #6A707C;
  font-weight: 300;
  font-size: 16px;
  text-align: center; }
  .content-main .price-addl {
    width: 480px; }
  .price-addl strong {
    font-family: "proxima-nova-condensed", "proxima-nova", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 0.5em; }

.price-addl-msg-wrapper:not(:last-of-type) {
  margin-bottom: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid #EBECED; }

.price-addl-link {
  display: block;
  font-weight: 600;
  opacity: 0.67;
  font-size: 18px;
  margin-top: 8px; }

.comparison-table {
  position: relative;
  margin-bottom: 95px; }
  .comparison-table table {
    table-layout: fixed;
    width: 100%; }
  .comparison-table th {
    font-size: 24px;
    font-weight: 600; }
  .comparison-table tr {
    height: 40px;
    line-height: 40px; }
    .comparison-table tr:last-child .td-free {
      color: #ddd; }
    .comparison-table tr:last-child .td-basic {
      color: #CD7F32; }
    .comparison-table tr:last-child .td-grow {
      color: silver; }
    .comparison-table tr:last-child .td-premium {
      color: gold; }
  .comparison-table td, .comparison-table th {
    border-right: 1px solid rgba(235, 236, 237, 0.33);
    border-bottom: 1px dotted rgba(205, 207, 211, 0.33); }
    .comparison-table td:first-child, .comparison-table td:last-child, .comparison-table th:first-child, .comparison-table th:last-child {
      border-right: none; }
  .comparison-table td {
    text-align: center; }
    .comparison-table td.feature-name {
      text-align: right; }
    .comparison-table td.spacer {
      border-bottom: none; }
  .comparison-table .feature-name {
    width: 200px;
    font-size: 16px;
    font-weight: 400;
    color: #6A707C; }
    .comparison-table .feature-name a {
      color: #6A707C;
      text-decoration: none; }
  .comparison-table .feature-name.subfeature {
    font-style: italic;
    font-size: 14px; }
    .comparison-table .feature-name.subfeature a {
      color: rgba(106, 112, 124, 0.75); }
    .comparison-table .feature-name.subfeature img {
      position: relative;
      width: 15px;
      top: 2px;
      margin-left: 8px;
      opacity: 0.85; }
  .comparison-table .svgicon-check {
    height: 10px;
    margin-top: -2px;
    fill: #6A707C; }

.plan-comparison-title {
  font-size: 24px;
  font-weight: 600;
  color: #262A2C;
  text-align: center;
  margin-bottom: 6px; }

.plan-comparison-subtitle {
  font-size: 16px;
  color: rgba(38, 42, 44, 0.67);
  text-align: center; }

.plan-comparison-inner {
  margin-top: 30px; }

.plan-comparison-toggle {
  display: none;
  box-sizing: border-box;
  width: 290px;
  position: absolute;
  top: 50%;
  margin-top: -33px;
  left: 50%;
  margin-left: -145px;
  z-index: 99;
  padding: 0 0 3px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  border-radius: 5px; }
  .plan-comparison-toggle i {
    font-size: 0.65em;
    position: relative;
    left: 3px;
    top: -2px; }

.customer-stories-wrapper {
  margin-top: -60px; }

.customer-story {
  text-align: center;
  margin: 120px auto; }
  .content-main .customer-story {
    width: 600px; }
  .customer-story a {
    color: #262A2C; }
    .customer-story a:hover {
      color: #008FD6; }
  .customer-story .customer-pdf-link {
    color: #008FD6;
    font-weight: 600;
    padding-top: 20px;
    display: inline-block; }

.customer-quote {
  text-align: left;
  margin-top: 36px; }

.customer-name {
  font-size: 32px;
  font-weight: 300;
  line-height: 50px;
  margin-top: 8px; }

.customer-job {
  font-weight: 700;
  font-size: 18px; }

.widget-test-drive {
  text-align: center;
  padding-top: 30px;
  min-height: 893px; }

.tour-node-wrapper {
  position: absolute;
  -webkit-transform: scale(0);
  transform: scale(0);
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 0.7s ease-in-out, -webkit-transform 0.65s cubic-bezier(0.2, 0.87, 0.32, 1.8);
  transition: opacity 0.7s ease-in-out, transform 0.65s cubic-bezier(0.2, 0.87, 0.32, 1.8); }

.tour-node {
  box-sizing: content-box;
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
  border-radius: 2px;
  background: #F75200;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.5), 0 0 7px rgba(0, 0, 0, 0.8);
  cursor: pointer;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.2, 0.87, 0.32, 1.65);
  transition: transform 1s cubic-bezier(0.2, 0.87, 0.32, 1.65);
  -webkit-transform: rotate(0);
  transform: rotate(0); }
  .tour-node:hover {
    -webkit-transform: rotate(45deg) scale(1.3) !important;
    transform: rotate(45deg) scale(1.3) !important;
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.2, 0.87, 0.32, 1.8);
    transition: transform 0.2s cubic-bezier(0.2, 0.87, 0.32, 1.8); }

.tour-node-pointer {
  position: absolute;
  height: 1px;
  background: #262A2C;
  width: 200px;
  top: 50%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }
  .tour-node-pointer.left {
    right: 100%;
    margin-right: 2px; }
    .tour-node-pointer.left .flip-up, .tour-node-pointer.left .flip-down {
      right: 100%;
      margin-right: -2px; }
  .tour-node-pointer.right {
    left: 100%;
    margin-left: 2px; }
    .tour-node-pointer.right .flip-up, .tour-node-pointer.right .flip-down {
      left: 100%;
      margin-left: -2px; }
    .tour-node-pointer.right .flip-down {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .tour-node-pointer.right .flip-up {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .tour-node-pointer.flip-up, .tour-node-pointer.flip-down {
    width: 10px; }
  .tour-node-pointer.flip-up {
    bottom: 100%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -4px; }
  .tour-node-pointer.flip-down {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 100%;
    margin-top: 2px; }

.tour-node-label {
  position: absolute;
  font-size: 15px;
  width: 250px;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out, top 0.2s ease-in-out, left 0.2s ease-in-out;
  transition: opacity 0.5s ease-in-out, top 0.2s ease-in-out, left 0.2s ease-in-out; }
  .tour-node-label a {
    color: inherit; }
  .tour-node-label.lbl-pos-left {
    text-align: right; }
  .tour-node-label.lbl-pos-right {
    text-align: left; }
  .tour-node-label.lbl-flip-up {
    margin-top: -10px; }
  .tour-node-label.lbl-flip-down {
    margin-top: 10px; }

.table-of-contents {
  background-color: rgba(106, 112, 124, 0.08);
  padding-bottom: 40px;
  width: 560px;
  margin: 0 auto;
  margin-bottom: 60px; }
  .table-of-contents > center {
    padding-top: 40px; }
  .table-of-contents > ul > li {
    margin-left: 15%;
    list-style-type: disc; }
  .table-of-contents center {
    text-align: center;
    font-size: 1.5em;
    margin-bottom: 20px; }

body.page-facebook-promotion-guidelines .page-subtitle {
  margin-top: 40px; }

body.page-facebook-promotion-guidelines .body img {
  box-shadow: 0 3px 10px rgba(38, 42, 44, 0.1); }

body.page-facebook-promotion-guidelines .chunk-textonly h2 {
  font-size: 1.75em;
  margin-bottom: 0.75em; }

body.page-facebook-promotion-guidelines .chunk-textonly h3 {
  font-size: 1.325em;
  margin-bottom: 0.75em; }

.green-check {
  vertical-align: baseline; }

.page-publishers .chunk-textonly {
  margin-top: 0; }
  .page-publishers .chunk-textonly ul {
    padding-left: 30px; }
  .page-publishers .chunk-textonly #everything-an-author-publisher-or-book-blogger-needs-to-know-to-run-a-giveaway-in-this-30-page-ebook-youll-learn-about {
    margin-bottom: 20px; }

body:not(.page-index) .pic-frame.vid-frame {
  -webkit-transform: translateX(210px) !important;
  transform: translateX(210px) !important; }

#disqus_thread {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }

.page-2015-holiday-offer .cta-wrapper {
  margin-top: initial;
  padding-top: 35px; }
  .page-2015-holiday-offer .cta-wrapper:last-child {
    margin-top: initial;
    padding-top: 85px; }

.page-create-a-giveaway .cta-wrapper {
  margin-bottom: 30px;
  margin-top: 60px; }

#in-this-webinar-youll-learn {
  margin-left: 45px; }
  #in-this-webinar-youll-learn + * {
    margin-left: 45px; }

.page-monthly-giveaway .content-main .left-col {
  margin-top: 2.5%; }

.page-run-a-giveaway .double-col .cta-wrapper {
  text-align: left; }

#pic-support .body {
  padding-right: 70px; }

#header-inner-customers {
  margin-top: 100px; }
  #header-inner-customers .bg {
    margin-top: 65px; }
  #header-inner-customers .page-subtitle {
    margin-top: 266px; }

#header-inner-vidtut {
  margin-top: 50px;
  min-height: 50px; }

#header-inner-entry {
  margin-top: 10px; }
  #header-inner-entry .bg {
    margin-top: 1px; }
  #header-inner-entry .page-subtitle {
    margin-top: 10px; }

#header-inner-video {
  margin-top: 100px;
  margin-bottom: 100px; }
  #header-inner-video .bg {
    margin-top: 65px; }
  #header-inner-video .page-subtitle {
    margin-top: 25px;
    margin-bottom: 25px; }

#error-header {
  min-height: 450px; }
  #error-header .bg {
    position: absolute;
    /* position: fixed; */
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 55%;
    margin-top: 15%;
    border: 4px solid;
    -webkit-transform: none;
    transform: none; }

#error-body .body {
  margin-top: 2%;
  width: 100%;
  text-align: center;
  top: 0;
  font-size: 1em;
  font-weight: 800;
  font-family: monospace; }

#header-inner-pricing {
  height: 150px;
  min-height: 0; }
  #header-inner-pricing .page-title, #header-inner-pricing .page-subtitle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center; }
  #header-inner-pricing .page-title {
    margin-top: 32px; }
  #header-inner-pricing .page-subtitle {
    margin-top: 140px; }

#header-inner-pricing-comparison h2 {
  position: absolute;
  top: 50%;
  left: calc(50% + 30px);
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.chunk-pricing-top {
  text-align: center; }
  .chunk-pricing-top small {
    font-size: 0.75em;
    font-style: italic; }
  .chunk-pricing-top a {
    line-height: 0.9em;
    color: #262A2C;
    text-decoration: none;
    border-bottom: 1px solid #BFE3F5;
    position: relative; }

#pricecol-grow .plan-title,
#pricecol-grow .plan-price-raw {
  font-weight: 900;
  letter-spacing: normal; }

#pricecol-grow .plan-feature {
  font-weight: 700; }

.pricing-trial-desc {
  display: block;
  width: 100%;
  margin-top: 53px;
  padding: 13px 0 14px;
  font-size: 12px;
  font-family: "Helvetica Neue", "Helvetica", sans-serif;
  line-height: 1;
  text-align: center;
  opacity: 0.5;
  border-top: 1px solid #EBECED;
  border-bottom: 1px solid #EBECED; }
  .pricing-trial-desc b {
    color: rgba(38, 42, 44, 0.75);
    font-weight: bold; }
  .pricing-trial-desc a {
    color: inherit; }
    .pricing-trial-desc a:hover {
      color: initial; }

.transparent {
  opacity: 0.01;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out; }

#header-inner-comparison .bg,
#header-inner-thanks .bg,
#header-inner-refunds .bg {
  margin-left: -418px;
  margin-top: -20px; }

#header-inner-comparison .page-title,
#header-inner-thanks .page-title,
#header-inner-refunds .page-title {
  padding-top: 64px; }
  #header-inner-comparison .page-title small,
  #header-inner-thanks .page-title small,
  #header-inner-refunds .page-title small {
    font-size: 0.75em;
    display: inline-block;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }

.th-enterprise {
  font-family: "proxima-nova-condensed", "proxima-nova", "Helvetica Neue", "Helvetica", sans-serif; }

.rrmodal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.92);
  text-align: center;
  padding-top: 50px; }
  .rrmodal iframe {
    display: inline-block; }
  .rrmodal .close {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
    color: #CDCFD3;
    font-size: 3em;
    line-height: 1em;
    text-decoration: none;
    font-weight: 300;
    margin-top: 10px;
    margin-right: 10px;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center; }

.page-thanks .chunk-textonly {
  margin-top: 0; }

#priceaddl-main {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #EBECED; }

#header-inner-refunds {
  min-height: 180px; }

.page-try-rafflecopter .header-inner {
  min-height: initial; }

.page-try-rafflecopter .double-col .cta-wrapper {
  margin: 40px 0; }

.page-try-rafflecopter .double-col .cta-btn {
  min-width: 420px; }

.page-footer_iframe .header-main,
.page-footer_iframe .content-main {
  display: none; }

.page-title, .plan-title {
  text-shadow: 0 2px rgba(255, 255, 255, 0.4), 0 -2px 2px rgba(0, 0, 0, 0.06); }

.page-subtitle {
  text-shadow: 0 2px rgba(255, 255, 255, 0.56), 0 -1px 0 rgba(255, 255, 255, 0.07); }

.nav-main > ul > li, .nav-alt > ul > li, .nav-main a, .nav-alt a, .header-home .page-subtitle, h1 em, h2 em, h3 em, h4 em, h5 em, h6 em, .chunk-illustration .body,
.chunk-screen .body,
.chunk-fatcat-editor .body, .pricing-table-mid .plan-feature, .plan-title, .plan-feature strong, .plan-price, .plan-period, .comparison-table th, .plan-comparison-title {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothig: grayscale; }

.btn.btn--primary:after, .btn.btn--primary:active:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.btn.btn--primary, .btn.btn--secondary, .btn.btn--reversed {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.btn.btn--primary:after, .btn.btn--primary:active:after {
  content: '';
  border-style: solid;
  border-width: 1px;
  border-radius: 56px;
  z-index: -1;
  opacity: 0;
  box-sizing: content-box;
  padding: 5px;
  margin-top: -6px;
  margin-left: -6px; }

.btn {
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out; }
  .btn.btn--primary {
    height: 56px;
    padding-left: 43.5px;
    padding-right: 43.5px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    text-shadow: 0 1px rgba(63, 86, 112, 0.15), 0 2px rgba(63, 86, 112, 0.15);
    border-top-color: #0078D4;
    border-bottom-color: #005291;
    border-left-color: #0065b3;
    border-right-color: #0065b3;
    background: #008CFF;
    border-width: 1px;
    border-style: solid;
    border-radius: 48px;
    box-shadow: 0 3px 0 rgba(127, 146, 157, 0.12), 0 2px 0 rgba(127, 146, 157, 0.34), 0 1px 0 rgba(127, 146, 157, 0.8), inset 0 7px 8px rgba(254, 254, 255, 0.13), inset 0 -7px 10px rgba(63, 86, 112, 0.15), inset 0 20px 8px rgba(254, 254, 255, 0.17), inset 0 1px 1px rgba(255, 255, 255, 0.4); }
    .btn.btn--primary:after {
      border-color: rgba(0, 140, 255, 0.125);
      background: rgba(0, 140, 255, 0.085); }
    .btn.btn--primary:hover {
      border-top-color: hsb-darken(#0078D4, 7.5);
      border-bottom-color: hsb-darken(#005291, 7.5);
      border-left-color: #005ca2;
      border-right-color: #005ca2;
      background-color: hsb-brighten(#008CFF, 3);
      text-decoration: none; }
      .btn.btn--primary:hover:after {
        opacity: 1;
        -webkit-transition: opacity 0.25s ease-in-out;
        transition: opacity 0.25s ease-in-out; }
      .btn.btn--primary:hover .btn__label {
        position: relative; }
        .btn.btn--primary:hover .btn__label:after {
          opacity: 1;
          -webkit-transition: opacity 0.05s ease-in-out;
          transition: opacity 0.05s ease-in-out; }
    .btn.btn--primary:active {
      box-shadow: 0 2px 0 rgba(127, 146, 157, 0.17), 0 1px 0 rgba(127, 146, 157, 0.4), inset 0 20px 10px rgba(255, 255, 255, 0.1); }
      .btn.btn--primary:active:after {
        padding: 6px;
        margin-top: -7px;
        margin-left: -7px;
        border-color: transparent;
        background: rgba(0, 140, 255, 0.075);
        opacity: 1;
        -webkit-transition: border-color 0.15s ease-in-out, background-color 0.15s ease-in-out;
        transition: border-color 0.15s ease-in-out, background-color 0.15s ease-in-out; }
      .btn.btn--primary:active .btn__label {
        -webkit-transform: scaleX(0.994) scaleY(0.9925);
        transform: scaleX(0.994) scaleY(0.9925); }
    .btn.btn--primary:focus {
      outline: none; }
    .btn.btn--primary__label {
      text-decoration: none; }
      .btn.btn--primary__label:after {
        content: '';
        height: 1px;
        top: 100%;
        left: 0;
        width: 100%;
        background: rgba(255, 255, 255, 0.625);
        position: absolute;
        opacity: 0;
        margin-top: -1px; }
  .btn.btn--secondary {
    height: 56px;
    padding-left: 43.5px;
    padding-right: 43.5px;
    background-image: linear, to bottom, #F2F6FC, #E4E6F0;
    text-decoration: none;
    font-family: "proxima-nova", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 20px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    color: #3F5670;
    border-top-color: rgba(195, 198, 212, 0.75);
    border-bottom-color: rgba(176, 179, 191, 0.75);
    border-left-color: #babdca;
    border-right-color: #babdca;
    border-radius: 100px;
    border-width: 1px;
    border-style: solid;
    border-top-color: rgba(195, 198, 212, 0.75);
    border-bottom-color: rgba(176, 179, 191, 0.75);
    border-left-color: #babdca;
    border-right-color: #babdca;
    box-shadow: 0 1px 3px rgba(138, 149, 161, 0.25), inset 0 1px #fff; }
    .btn.btn--secondary:hover {
      border-top-color: rgba(165, 170, 191, 0.75);
      border-bottom-color: rgba(148, 152, 168, 0.75);
      border-left-color: #babdca;
      border-right-color: #babdca; }
    .btn.btn--secondary:active {
      box-shadow: 0 1px 3px rgba(138, 149, 161, 0.1);
      background-image: none;
      background-color: #eaecf5; }
      .btn.btn--secondary:active .btn__label {
        -webkit-transform: scale(0.9875);
        transform: scale(0.9875); }
    .btn.btn--secondary:focus {
      outline: none; }
    .btn.btn--secondary.btn__label {
      margin-top: -2px; }
      .btn.btn--secondary.btn__label:before {
        -webkit-transform: translateY(0);
        transform: translateY(0); }
  .btn.btn--reversed {
    padding: 13px 37px;
    background: white;
    text-decoration: none;
    font-family: "proxima-nova", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 18px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    color: #262A2C;
    border: 1px solid rgba(38, 42, 44, 0.67);
    border-radius: 100px;
    box-shadow: 0px 2px 2px 0px rgba(63, 86, 112, 0.15); }
    .btn.btn--reversed:hover {
      border-color: #262A2C; }
    .btn.btn--reversed:active {
      box-shadow: 0 1px 3px rgba(138, 149, 161, 0.1);
      background-color: whiten(#FF903C, 95%); }
      .btn.btn--reversed:active .btn__label {
        -webkit-transform: scale(0.9875);
        transform: scale(0.9875); }
        .btn.btn--reversed:active .btn__label:before {
          -webkit-transform: translateY(0px);
          transform: translateY(0px); }
    .btn.btn--reversed:focus {
      outline: none; }

.footer-main {
  position: relative;
  width: 700px;
  min-height: 180px;
  padding-bottom: 40px;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
  background: url("/img/footer.png") top center no-repeat; }

.footer-links-header {
  font-size: 12px;
  font-weight: 800;
  font-family: "Helvetica Neue", "Helvetica", sans-serif;
  margin: 5px 0; }

.footer-cols-wrapper {
  padding-left: 24px;
  padding-right: 24px; }
  .footer-cols-wrapper:after {
    content: "";
    display: table;
    clear: both; }

.footer-col {
  width: 21%;
  padding: 0 3.5%; }

.logo-footer {
  width: 12.5%;
  position: relative;
  margin-top: 109px; }
  .logo-footer img {
    position: absolute;
    left: 16px; }

.footer-links-wrapper {
  margin-top: 104px; }
  .footer-links-wrapper .footer-main-links li {
    display: inline; }

.footer-main-link {
  display: block;
  font-size: 12px;
  font-family: "Helvetica Neue", "Helvetica", sans-serif;
  padding: 1px 0; }

.footer-icon {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  height: 12px;
  margin-left: 1px;
  margin-right: 5px;
  padding: 0;
  background-image: url("/img/footer-social-sprite.png");
  background-repeat: no-repeat; }
  .footer-icon.fb {
    width: 12px;
    background-position: -26px 0; }
  .footer-icon.tw {
    width: 15px;
    background-position: 0 0; }

.footer-love {
  font-family: "Helvetica Neue", "Helvetica", sans-serif;
  color: #6A707C;
  opacity: 0.6;
  font-size: 11px;
  text-align: center;
  width: 100%;
  display: block;
  padding-top: 30px;
  margin-left: -10px; }
  .footer-main:hover .footer-love {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out; }

.page-title, .plan-title {
  text-shadow: 0 2px rgba(255, 255, 255, 0.4), 0 -2px 2px rgba(0, 0, 0, 0.06); }

.page-subtitle {
  text-shadow: 0 2px rgba(255, 255, 255, 0.56), 0 -1px 0 rgba(255, 255, 255, 0.07); }

.nav-main > ul > li, .nav-alt > ul > li, .nav-main a, .nav-alt a, .header-home .page-subtitle, h1 em, h2 em, h3 em, h4 em, h5 em, h6 em, .chunk-illustration .body,
.chunk-screen .body,
.chunk-fatcat-editor .body, .pricing-table-mid .plan-feature, .plan-title, .plan-feature strong, .plan-price, .plan-period, .comparison-table th, .plan-comparison-title {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothig: grayscale; }

.btn.btn--primary:after, .btn.btn--primary:active:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.btn.btn--primary, .btn.btn--secondary, .btn.btn--reversed {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.btn.btn--primary:after, .btn.btn--primary:active:after {
  content: '';
  border-style: solid;
  border-width: 1px;
  border-radius: 56px;
  z-index: -1;
  opacity: 0;
  box-sizing: content-box;
  padding: 5px;
  margin-top: -6px;
  margin-left: -6px; }

.btn {
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out; }
  .btn.btn--primary {
    height: 56px;
    padding-left: 43.5px;
    padding-right: 43.5px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    text-shadow: 0 1px rgba(63, 86, 112, 0.15), 0 2px rgba(63, 86, 112, 0.15);
    border-top-color: #0078D4;
    border-bottom-color: #005291;
    border-left-color: #0065b3;
    border-right-color: #0065b3;
    background: #008CFF;
    border-width: 1px;
    border-style: solid;
    border-radius: 48px;
    box-shadow: 0 3px 0 rgba(127, 146, 157, 0.12), 0 2px 0 rgba(127, 146, 157, 0.34), 0 1px 0 rgba(127, 146, 157, 0.8), inset 0 7px 8px rgba(254, 254, 255, 0.13), inset 0 -7px 10px rgba(63, 86, 112, 0.15), inset 0 20px 8px rgba(254, 254, 255, 0.17), inset 0 1px 1px rgba(255, 255, 255, 0.4); }
    .btn.btn--primary:after {
      border-color: rgba(0, 140, 255, 0.125);
      background: rgba(0, 140, 255, 0.085); }
    .btn.btn--primary:hover {
      border-top-color: hsb-darken(#0078D4, 7.5);
      border-bottom-color: hsb-darken(#005291, 7.5);
      border-left-color: #005ca2;
      border-right-color: #005ca2;
      background-color: hsb-brighten(#008CFF, 3);
      text-decoration: none; }
      .btn.btn--primary:hover:after {
        opacity: 1;
        -webkit-transition: opacity 0.25s ease-in-out;
        transition: opacity 0.25s ease-in-out; }
      .btn.btn--primary:hover .btn__label {
        position: relative; }
        .btn.btn--primary:hover .btn__label:after {
          opacity: 1;
          -webkit-transition: opacity 0.05s ease-in-out;
          transition: opacity 0.05s ease-in-out; }
    .btn.btn--primary:active {
      box-shadow: 0 2px 0 rgba(127, 146, 157, 0.17), 0 1px 0 rgba(127, 146, 157, 0.4), inset 0 20px 10px rgba(255, 255, 255, 0.1); }
      .btn.btn--primary:active:after {
        padding: 6px;
        margin-top: -7px;
        margin-left: -7px;
        border-color: transparent;
        background: rgba(0, 140, 255, 0.075);
        opacity: 1;
        -webkit-transition: border-color 0.15s ease-in-out, background-color 0.15s ease-in-out;
        transition: border-color 0.15s ease-in-out, background-color 0.15s ease-in-out; }
      .btn.btn--primary:active .btn__label {
        -webkit-transform: scaleX(0.994) scaleY(0.9925);
        transform: scaleX(0.994) scaleY(0.9925); }
    .btn.btn--primary:focus {
      outline: none; }
    .btn.btn--primary__label {
      text-decoration: none; }
      .btn.btn--primary__label:after {
        content: '';
        height: 1px;
        top: 100%;
        left: 0;
        width: 100%;
        background: rgba(255, 255, 255, 0.625);
        position: absolute;
        opacity: 0;
        margin-top: -1px; }
  .btn.btn--secondary {
    height: 56px;
    padding-left: 43.5px;
    padding-right: 43.5px;
    background-image: linear, to bottom, #F2F6FC, #E4E6F0;
    text-decoration: none;
    font-family: "proxima-nova", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 20px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    color: #3F5670;
    border-top-color: rgba(195, 198, 212, 0.75);
    border-bottom-color: rgba(176, 179, 191, 0.75);
    border-left-color: #babdca;
    border-right-color: #babdca;
    border-radius: 100px;
    border-width: 1px;
    border-style: solid;
    border-top-color: rgba(195, 198, 212, 0.75);
    border-bottom-color: rgba(176, 179, 191, 0.75);
    border-left-color: #babdca;
    border-right-color: #babdca;
    box-shadow: 0 1px 3px rgba(138, 149, 161, 0.25), inset 0 1px #fff; }
    .btn.btn--secondary:hover {
      border-top-color: rgba(165, 170, 191, 0.75);
      border-bottom-color: rgba(148, 152, 168, 0.75);
      border-left-color: #babdca;
      border-right-color: #babdca; }
    .btn.btn--secondary:active {
      box-shadow: 0 1px 3px rgba(138, 149, 161, 0.1);
      background-image: none;
      background-color: #eaecf5; }
      .btn.btn--secondary:active .btn__label {
        -webkit-transform: scale(0.9875);
        transform: scale(0.9875); }
    .btn.btn--secondary:focus {
      outline: none; }
    .btn.btn--secondary.btn__label {
      margin-top: -2px; }
      .btn.btn--secondary.btn__label:before {
        -webkit-transform: translateY(0);
        transform: translateY(0); }
  .btn.btn--reversed {
    padding: 13px 37px;
    background: white;
    text-decoration: none;
    font-family: "proxima-nova", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 18px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    color: #262A2C;
    border: 1px solid rgba(38, 42, 44, 0.67);
    border-radius: 100px;
    box-shadow: 0px 2px 2px 0px rgba(63, 86, 112, 0.15); }
    .btn.btn--reversed:hover {
      border-color: #262A2C; }
    .btn.btn--reversed:active {
      box-shadow: 0 1px 3px rgba(138, 149, 161, 0.1);
      background-color: whiten(#FF903C, 95%); }
      .btn.btn--reversed:active .btn__label {
        -webkit-transform: scale(0.9875);
        transform: scale(0.9875); }
        .btn.btn--reversed:active .btn__label:before {
          -webkit-transform: translateY(0px);
          transform: translateY(0px); }
    .btn.btn--reversed:focus {
      outline: none; }

@media screen and (min-device-width: 1000px) and (max-device-width: 1200px) {
  .mobile-friendly img {
    max-width: 100%; }
  .mobile-friendly.page-tour .chunk-fatcat-editor.flip-left .pic-frame {
    margin-left: 0;
    width: 50%; }
  .mobile-friendly.page-tour .chunk-fatcat-editor .inner {
    padding-left: 440px !important; }
  .mobile-friendly.page-pricing .header-inner .bg {
    margin-left: 0;
    left: initial; } }

@media screen and (max-device-width: 1000px) {
  .mobile-friendly div.content-main img {
    display: block !important;
    margin-left: auto;
    margin-right: auto; }
  .mobile-friendly * {
    max-width: 100%; }
  .mobile-friendly html, .mobile-friendly body {
    width: 100%; }
  .mobile-friendly .logo-main {
    width: 100%;
    padding-top: 8%; }
    .mobile-friendly .logo-main img:first-of-type {
      width: 50%;
      float: left;
      padding-left: 8%;
      margin-bottom: 4%; }
    .mobile-friendly .logo-main .mobile-img {
      padding: 0 4%;
      width: 100%; }
  .mobile-friendly.altnav .logo-main {
    width: 100%; }
  .mobile-friendly.altnav .nav-main, .mobile-friendly.altnav .nav-alt,
  .mobile-friendly.altnav .nav-alt {
    display: inline-block; }
  .mobile-friendly.altnav .header-main .nav-alt {
    position: relative;
    padding: 0; }
  .mobile-friendly.altnav .header-main .nav-alt > ul {
    display: block;
    position: relative;
    margin-top: 0; }
  .mobile-friendly.altnav .header-main .nav-alt > ul li span {
    display: none; }
  .mobile-friendly:not(.altnav) .nav-main, .mobile-friendly:not(.altnav) .nav-alt {
    display: inline-block; }
  .mobile-friendly:not(.altnav) .nav-alt {
    display: none; }
  .mobile-friendly .header-main {
    position: relative;
    padding: 0;
    margin-bottom: 4%; }
    .mobile-friendly .header-main .nav-main, .mobile-friendly .header-main .nav-alt, .mobile-friendly .header-main .nav-alt {
      top: initial;
      margin: initial;
      min-width: 100%;
      position: relative; }
      .mobile-friendly .header-main .nav-main > ul, .mobile-friendly .header-main .nav-alt > ul, .mobile-friendly .header-main .nav-alt > ul {
        display: inline-block; }
    .mobile-friendly .header-main .nav-main > ul > li, .mobile-friendly .header-main .nav-alt > ul > li,
    .mobile-friendly .header-main .nav-alt > ul > li {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      display: inline; }
      .mobile-friendly .header-main .nav-main > ul > li a, .mobile-friendly .header-main .nav-alt > ul > li a,
      .mobile-friendly .header-main .nav-alt > ul > li a {
        position: relative;
        display: inline-block;
        margin-left: -2px;
        height: 76px;
        border-radius: 3px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothig: grayscale;
        background: #008FD6;
        color: #fff;
        text-shadow: 0 1px 0 rgba(0, 0, 34, 0.18);
        box-shadow: 0 2px 0 #006da3, inset 0 38px 18px rgba(255, 255, 255, 0.16);
        text-align: center;
        text-decoration: none;
        font-weight: 600;
        font-size: 21px;
        line-height: 76px;
        width: 92%;
        font-size: 18px;
        font-weight: 700;
        line-height: 1;
        margin: 0.5em 4%;
        padding: 16px 0;
        height: auto; }
        .mobile-friendly .header-main .nav-main > ul > li a:not(.disabled):hover, .mobile-friendly .header-main .nav-alt > ul > li a:not(.disabled):hover,
        .mobile-friendly .header-main .nav-alt > ul > li a:not(.disabled):hover {
          background: #0099e5;
          text-decoration: underline; }
        .mobile-friendly .header-main .nav-main > ul > li a:active, .mobile-friendly .header-main .nav-alt > ul > li a:active,
        .mobile-friendly .header-main .nav-alt > ul > li a:active {
          background: #0088cc;
          box-shadow: inset 0 3px 6px rgba(0, 0, 34, 0.2), 0 2px 0 #0088cc;
          line-height: 80px;
          color: rgba(255, 255, 255, 0.9); }
        .mobile-friendly .header-main .nav-main > ul > li a.disabled, .mobile-friendly .header-main .nav-alt > ul > li a.disabled,
        .mobile-friendly .header-main .nav-alt > ul > li a.disabled {
          opacity: 0.5;
          cursor: default; }
        .mobile-friendly .header-main .nav-main > ul > li a + a, .mobile-friendly .header-main .nav-alt > ul > li a + a,
        .mobile-friendly .header-main .nav-alt > ul > li a + a {
          display: block;
          padding: 10px 0;
          margin-top: 10px;
          text-align: center;
          color: #008FD6; }
      .mobile-friendly .header-main .nav-main > ul > li a:active, .mobile-friendly .header-main .nav-alt > ul > li a:active,
      .mobile-friendly .header-main .nav-alt > ul > li a:active {
        line-height: 1; }
      .mobile-friendly .header-main .nav-main > ul > li a:before, .mobile-friendly .header-main .nav-alt > ul > li a:before,
      .mobile-friendly .header-main .nav-alt > ul > li a:before {
        content: none; }
    .mobile-friendly .header-main .nav-main, .mobile-friendly .header-main .nav-alt {
      position: absolute;
      top: 0;
      padding-top: 8%; }
      .mobile-friendly .header-main .nav-main:after, .mobile-friendly .header-main .nav-alt:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0; }
      .mobile-friendly .header-main .nav-main > ul, .mobile-friendly .header-main .nav-alt > ul {
        display: none;
        position: absolute;
        z-index: 1;
        left: 0;
        width: 100%;
        margin-top: 12%;
        padding: 10px 4%;
        background: #f8f8f8; }
        .mobile-friendly .header-main .nav-main > ul:after, .mobile-friendly .header-main .nav-alt > ul:after {
          content: ".";
          display: block;
          clear: both;
          visibility: hidden;
          line-height: 0;
          height: 0; }
      .mobile-friendly .header-main .nav-main .nav-mobile__trigger, .mobile-friendly .header-main .nav-alt .nav-mobile__trigger {
        position: relative;
        display: inline-block;
        margin-left: -2px;
        height: 37px;
        border-radius: 3px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothig: grayscale;
        background: #EBECED;
        color: #fff;
        text-shadow: 0 1px 0 rgba(0, 0, 34, 0.18);
        box-shadow: 0 2px 0 #d0d3d5, inset 0 18.5px 18px rgba(255, 255, 255, 0.16);
        text-align: center;
        text-decoration: none;
        font-weight: 600;
        font-size: 21px;
        line-height: 37px;
        display: block;
        position: absolute;
        right: 0;
        margin-right: 7%;
        padding: 5px 10px;
        -webkit-transform: translate(calc(-100% + 50px), -5px);
        transform: translate(calc(-100% + 50px), -5px);
        line-height: 1.33; }
        .mobile-friendly .header-main .nav-main .nav-mobile__trigger:not(.disabled):hover, .mobile-friendly .header-main .nav-alt .nav-mobile__trigger:not(.disabled):hover {
          background: #f1f4f6;
          text-decoration: underline; }
        .mobile-friendly .header-main .nav-main .nav-mobile__trigger:active, .mobile-friendly .header-main .nav-alt .nav-mobile__trigger:active {
          background: #e6e7e8;
          box-shadow: inset 0 3px 6px rgba(0, 0, 34, 0.2), 0 2px 0 #e6e7e8;
          line-height: 41px;
          color: rgba(255, 255, 255, 0.9); }
        .mobile-friendly .header-main .nav-main .nav-mobile__trigger.disabled, .mobile-friendly .header-main .nav-alt .nav-mobile__trigger.disabled {
          opacity: 0.5;
          cursor: default; }
        .mobile-friendly .header-main .nav-main .nav-mobile__trigger + a, .mobile-friendly .header-main .nav-alt .nav-mobile__trigger + a {
          display: block;
          padding: 10px 0;
          margin-top: 10px;
          text-align: center;
          color: #008FD6; }
        .mobile-friendly .header-main .nav-main .nav-mobile__trigger svg, .mobile-friendly .header-main .nav-alt .nav-mobile__trigger svg {
          fill: #6A707C;
          line-height: 1; }
        .mobile-friendly .header-main .nav-main .nav-mobile__trigger:active, .mobile-friendly .header-main .nav-alt .nav-mobile__trigger:active {
          line-height: 1.33;
          box-shadow: none; }
      .mobile-friendly .header-main .nav-main .nav-mobile__trigger svg, .mobile-friendly .header-main .nav-alt .nav-mobile__trigger svg {
        width: 24px; }
      .mobile-friendly .header-main .nav-main .nav-mobile__trigger + input[type=checkbox], .mobile-friendly .header-main .nav-alt .nav-mobile__trigger + input[type=checkbox] {
        display: block;
        position: absolute;
        left: -999em; }
      .mobile-friendly .header-main .nav-main input#nav-mobile__checkbox[type=checkbox]:checked ~ ul, .mobile-friendly .header-main .nav-alt input#nav-mobile__checkbox[type=checkbox]:checked ~ ul {
        display: block !important; }
      .mobile-friendly .header-main .nav-main input#nav-mobile__checkbox[type=checkbox]:checked ~ .nav-mobile__trigger, .mobile-friendly .header-main .nav-alt input#nav-mobile__checkbox[type=checkbox]:checked ~ .nav-mobile__trigger {
        border-radius: 3px;
        background: #d0d3d5; }
  .mobile-friendly .mobile-hide {
    display: none !important; }
  .mobile-friendly .mobile-show {
    display: block !important; }
  .mobile-friendly .page-title {
    font-size: 35px; }
    .mobile-friendly .page-title br {
      display: none; }
  .mobile-friendly .page-subtitle {
    font-size: 22px; }
    .mobile-friendly .page-subtitle br {
      display: none; }
  .mobile-friendly .header-home {
    margin: 0; }
    .mobile-friendly .header-home:before {
      content: none; }
    .mobile-friendly .header-home .inner {
      -webkit-transform: none;
      transform: none;
      padding: 0; }
    .mobile-friendly .header-home .cta-btn + a {
      position: absolute;
      bottom: -165px;
      padding-right: 0;
      width: 100%;
      text-align: center; }
  .mobile-friendly .cta-wrapper {
    margin: 3% auto;
    padding-left: 4%;
    padding-right: 4%; }
  .mobile-friendly .cta-btn {
    width: 100%;
    min-width: 0;
    font-size: 18px; }
    .mobile-friendly .cta-btn.mobile-btn {
      display: inline-block; }
    .mobile-friendly .cta-btn:not(.mobile-btn) {
      display: none; }
    .mobile-friendly .cta-btn .icon-ctabtn-arrow {
      display: none; }
  .mobile-friendly section.column-wrapper {
    overflow-y: auto;
    zoom: 1; }
    .mobile-friendly section.column-wrapper .double-col {
      display: initial;
      margin: 0;
      float: left;
      width: 100%; }
      .mobile-friendly section.column-wrapper .double-col br {
        display: none; }
      .mobile-friendly section.column-wrapper .double-col center font {
        font-size: 30px; }
      .mobile-friendly section.column-wrapper .double-col img {
        width: 100px; }
    .mobile-friendly section.column-wrapper .chunk-textonly {
      margin: 10% 0; }
  .mobile-friendly div.content-main {
    margin: 0;
    padding: 0; }
    .mobile-friendly div.content-main section {
      width: 100%;
      box-sizing: border-box;
      padding: 0 8%; }
      .mobile-friendly div.content-main section .inner {
        margin: 0 !important;
        padding: 0 !important;
        position: relative; }
        .mobile-friendly div.content-main section .inner p {
          padding: 0 !important; }
    .mobile-friendly div.content-main small {
      padding: 0 8%; }
    .mobile-friendly div.content-main img {
      margin-top: 10%; }
  .mobile-friendly .chunk-screen,
  .mobile-friendly .chunk-illustration,
  .mobile-friendly .chunk-image,
  .mobile-friendly .chunk-fatcat-editor,
  .mobile-friendly .chunk-textonly {
    margin: 12.5% 0; }
    .mobile-friendly .chunk-screen .title,
    .mobile-friendly .chunk-illustration .title,
    .mobile-friendly .chunk-image .title,
    .mobile-friendly .chunk-fatcat-editor .title,
    .mobile-friendly .chunk-textonly .title {
      white-space: inherit;
      font-size: 24px; }
      .mobile-friendly .chunk-screen .title br,
      .mobile-friendly .chunk-illustration .title br,
      .mobile-friendly .chunk-image .title br,
      .mobile-friendly .chunk-fatcat-editor .title br,
      .mobile-friendly .chunk-textonly .title br {
        display: none; }
    .mobile-friendly .chunk-screen .pic-frame,
    .mobile-friendly .chunk-illustration .pic-frame,
    .mobile-friendly .chunk-image .pic-frame,
    .mobile-friendly .chunk-fatcat-editor .pic-frame,
    .mobile-friendly .chunk-textonly .pic-frame {
      -webkit-transform: none !important;
      transform: none !important;
      float: none;
      margin: 0;
      z-index: 0; }
    .mobile-friendly .chunk-screen .vid-frame,
    .mobile-friendly .chunk-illustration .vid-frame,
    .mobile-friendly .chunk-image .vid-frame,
    .mobile-friendly .chunk-fatcat-editor .vid-frame,
    .mobile-friendly .chunk-textonly .vid-frame {
      margin-top: 10%; }
      .mobile-friendly .chunk-screen .vid-frame video,
      .mobile-friendly .chunk-illustration .vid-frame video,
      .mobile-friendly .chunk-image .vid-frame video,
      .mobile-friendly .chunk-fatcat-editor .vid-frame video,
      .mobile-friendly .chunk-textonly .vid-frame video {
        height: auto;
        margin: 0; }
    .mobile-friendly .chunk-screen a,
    .mobile-friendly .chunk-illustration a,
    .mobile-friendly .chunk-image a,
    .mobile-friendly .chunk-fatcat-editor a,
    .mobile-friendly .chunk-textonly a {
      padding: 0; }
  .mobile-friendly .footer-main {
    position: relative;
    width: 100%;
    background: none;
    margin-top: 70px; }
    .mobile-friendly .footer-main .footer-links-wrapper {
      margin-top: 0;
      padding: 0;
      width: 100%;
      display: inline-block; }
    .mobile-friendly .footer-main .logo-footer {
      display: none; }
    .mobile-friendly .footer-main .logo-footer.mobile {
      display: initial !important;
      margin-top: 0;
      padding: 0;
      position: absolute;
      top: 0;
      left: 7.5%;
      width: 80%;
      text-align: center; }
      .mobile-friendly .footer-main .logo-footer.mobile img {
        margin-right: 5%; }
    .mobile-friendly .footer-main .footer-main-link,
    .mobile-friendly .footer-main .footer-links-header {
      display: none; }
    .mobile-friendly .footer-main .footer-main-link.footer-mobile-link {
      display: inline-block !important;
      width: 100%;
      font-size: 15px;
      margin: 0.5em 0;
      text-align: center;
      font-family: "proxima-nova", "Helvetica Neue", "Helvetica", sans-serif;
      font-size: 16px;
      font-weight: 600; }
      .mobile-friendly .footer-main .footer-main-link.footer-mobile-link.first {
        margin-top: 2em; }
    .mobile-friendly .footer-main .footer-cols-wrapper,
    .mobile-friendly .footer-main .nav-main,
    .mobile-friendly .footer-main .nav-alt {
      padding: 0 35%; }
  .mobile-friendly .footer-love {
    padding-top: 50px; }
  .mobile-friendly.page-footer_iframe .footer-main .footer-main-link.footer-mobile-link {
    height: auto;
    margin-top: 0.25em;
    margin-bottom: 0.25em;
    padding: 1.1em 0;
    border-radius: 12px;
    border: 2px solid rgba(106, 112, 124, 0.2);
    background-color: #008FD6;
    color: white;
    text-decoration: none;
    box-shadow: 0 1px 1px;
    font-size: 16px;
    line-height: initial;
    font-weight: 700; }
    .mobile-friendly.page-footer_iframe .footer-main .footer-main-link.footer-mobile-link.first {
      margin-top: 2em; }
  .mobile-friendly.page-tour .tour-node-wrapper,
  .mobile-friendly.page-tour .tour-node-label {
    display: none; }
  .mobile-friendly.page-tour .chunk-fatcat-editor .fatcat-editor-placeholder {
    width: 100%; } }

@media screen and (max-device-width: 1200px) and (orientation: portrait), screen and (max-device-width: 900px) and (orientation: landscape) {
  .mobile-friendly .footer-main .footer-cols-wrapper,
  .mobile-friendly .nav-main,
  .mobile-friendly .nav-alt {
    padding: 0 28%; } }

@media screen and (max-device-width: 450px) {
  .mobile-friendly.page-tour .mobile-img {
    display: none !important; }
  .mobile-friendly.page-tour #rcwidget_testdrive,
  .mobile-friendly.page-tour .widget-test-drive {
    width: 100% !important;
    height: auto !important;
    min-height: initial !important;
    padding: 0; } }

@media screen and (max-device-width: 510px) and (orientation: portrait) {
  .mobile-friendly .footer-main .footer-cols-wrapper {
    padding: 0 12%; }
  .mobile-friendly .nav-main, .mobile-friendly .nav-alt {
    padding: 0 8%; } }

@media screen and (max-device-width: 600px) and (orientation: landscape) {
  .mobile-friendly .footer-main .footer-cols-wrapper,
  .mobile-friendly .nav-main,
  .mobile-friendly .nav-alt {
    padding: 0 18%; } }

@media screen and (max-device-width: 275px) and (orientation: portrait) {
  .mobile-friendly .footer-main .footer-cols-wrapper,
  .mobile-friendly .nav-main,
  .mobile-friendly .nav-alt {
    padding: 0 5%; } }

@media screen and (max-device-width: 800px) {
  .mobile-friendly.page-index .header-main img.mobile-img {
    display: block !important; }
  .mobile-friendly.page-pricing #header-inner-pricing {
    overflow: hidden; }
    .mobile-friendly.page-pricing #header-inner-pricing .page-subtitle,
    .mobile-friendly.page-pricing #header-inner-pricing .page-title {
      position: relative;
      margin: 0;
      padding-left: 0;
      padding-top: 1.1em; }
    .mobile-friendly.page-pricing #header-inner-pricing .bg {
      max-width: 180% !important;
      top: 0;
      left: 0;
      position: relative; }
  .mobile-friendly.page-pricing #header-inner-pricing-comparison {
    min-height: initial;
    height: 175px; }
  .mobile-friendly.page-pricing #header-inner-pricing-comparison h2 {
    width: initial;
    left: calc(50% + 5px); }
  .mobile-friendly.page-pricing #header-inner-pricing-comparison img {
    left: 0;
    -webkit-transform: initial;
    transform: initial; }
  .mobile-friendly.page-pricing .pricing-overview li {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 75%;
    margin-left: 12.5%;
    padding: 10px 0; }
  .mobile-friendly.page-pricing .pricing-overview img {
    margin: 0 20px 0 0; }
  .mobile-friendly.page-pricing .pricing-overview .text-divider {
    margin: 0; }
    .mobile-friendly.page-pricing .pricing-overview .text-divider:before {
      display: none; }
    .mobile-friendly.page-pricing .pricing-overview .text-divider .small-description {
      padding: 0; }
  .mobile-friendly.page-pricing .pricing-trial-desc {
    margin-top: 20px;
    padding: 10px 0;
    line-height: 14px; }
  .mobile-friendly.page-pricing .pricing-table {
    margin-bottom: 80px; }
    .mobile-friendly.page-pricing .pricing-table #pricecol-free,
    .mobile-friendly.page-pricing .pricing-table #pricecol-basic,
    .mobile-friendly.page-pricing .pricing-table #pricecol-grow,
    .mobile-friendly.page-pricing .pricing-table #pricecol-premium,
    .mobile-friendly.page-pricing .pricing-table #pricecol-enterprise {
      width: 100%;
      margin: 0;
      border-top: none;
      /*1px solid $swatch-grey-veryfaint; */
      margin-bottom: 5%; }
    .mobile-friendly.page-pricing .pricing-table .pricing-table-mid {
      display: inline-block; }
    .mobile-friendly.page-pricing .pricing-table .plan-feature-spacer {
      display: none; }
    .mobile-friendly.page-pricing .pricing-table .plan-feature-sublist {
      margin-left: 40px; }
    .mobile-friendly.page-pricing .pricing-table .plan-feature-sublist img {
      margin: 0 10px 0 0; }
    .mobile-friendly.page-pricing .pricing-table #pricecol-enterprise {
      border-bottom: 1px solid #EBECED;
      padding-bottom: 15%; }
    .mobile-friendly.page-pricing .pricing-table .pricecol:after {
      display: none; }
    .mobile-friendly.page-pricing .pricing-table .plan-feature.arrow:after, .mobile-friendly.page-pricing .pricing-table .plan-feature.plus:after {
      display: none; }
  .mobile-friendly.page-pricing .customer-avatar {
    padding-top: 5%; }
  .mobile-friendly.page-pricing .plan-comparison-toggle {
    margin-top: -18%; }
  .mobile-friendly.page-pricing .plan-comparison-inner .spacer {
    display: none; }
  .mobile-friendly.page-pricing .plan-comparison-inner tr {
    height: inherit; }
    .mobile-friendly.page-pricing .plan-comparison-inner tr:last-child td {
      word-wrap: break-word;
      line-height: 30px; }
  .mobile-friendly.page-pricing .plan-comparison-inner .feature-name {
    max-width: 200px;
    padding-right: 3%;
    line-height: 1.7;
    width: 60%;
    border-right: 1px solid rgba(235, 236, 237, 0.33); }
  .mobile-friendly.page-pricing .plan-comparison-inner .feature-name.subfeature img {
    float: right;
    margin: 0 0 0 10px; }
  .mobile-friendly.page-pricing .plan-comparison-inner thead.mobile {
    display: table-header-group !important; }
  .mobile-friendly.page-pricing .plan-comparison-inner thead:not(.mobile) {
    display: none !important; }
  .mobile-friendly.page-pricing .plan-comparison-inner .legend {
    display: table !important;
    margin-left: auto;
    margin-right: auto;
    float: right;
    margin-bottom: 9%;
    position: relative;
    padding: 5%;
    border: 1px solid #EBECED; }
  .mobile-friendly.page-pricing .comparison-table {
    margin-bottom: 80px; }
  .mobile-friendly.page-pricing .double-col {
    padding: 0; }
  .mobile-friendly.page-pricing .chunk-textonly a {
    display: block;
    text-decoration: underline;
    margin-top: 10px; }
  .mobile-friendly.page-pricing .chunk-textonly a:after {
    display: none; }
  .mobile-friendly.page-stories #header-inner-customers {
    margin-top: 0; }
    .mobile-friendly.page-stories #header-inner-customers .bg {
      left: 0;
      margin-top: 85px; }
    .mobile-friendly.page-stories #header-inner-customers .page-subtitle {
      margin-top: 120px; } }

@media screen and (min-device-width: 1000px) {
  .mobile-hide {
    display: block; }
  .mobile-show {
    display: none; } }

.fatcat-container {
  box-sizing: border-box;
  padding: 0 30px 32px 30px; }

.fatcat-line {
  font-weight: normal;
  text-align: center;
  font-size: 42px; }

.fatcat-line i {
  font-style: italic;
  font-size: 0.4em;
  font-weight: lighter; }

.fatcat-line b {
  font-weight: bold; }

.fatcat-line .has-italic {
  display: block;
  margin-top: -24px; }

.fatcat-line:last-child > div:not(.fatcat-block-inner) > span i,
.fatcat-line:last-child > div:not(.fatcat-block-inner) > span b {
  margin-top: 1em; }

.fatcat-normal {
  font-size: normal; }

.fatcat-normal > div {
  line-height: 1.33em; }

.fatcat-normal:first-child > div {
  margin-top: 24px; }

.fatcat-normal i, .fatcat-normal b {
  line-height: 1em;
  display: inline-block; }

.fatcat-block {
  padding-top: 0.075em;
  padding-bottom: 0.075em; }

.fatcat-block + .fatcat-normal {
  margin-top: -0.125em; }

.fatcat-normal + .fatcat-block {
  padding-top: 0;
  margin-top: -0.09em; }

.fatcat-block:first-child {
  margin-top: 24px; }

.fatcat-block-inner {
  position: relative;
  display: inline-block;
  visibility: hidden;
  white-space: pre;
  line-height: 16px; }

.fatcat-block-inner > span {
  display: block;
  line-height: 1em; }

.fatcat-block-inner i {
  line-height: 1em;
  display: inline-block;
  -webkit-transform: translateY(-0.5em);
  transform: translateY(-0.5em); }

.fatcat-editor-tabs, .fatcat-editor-bodies, .fatcat-editor-bodies, .fatcat-editor-body {
  list-style: none;
  padding: 0;
  margin: 0; }

.fatcat-editor-tabs {
  height: 2em;
  width: 100%; }

.fatcat-editor-tab {
  margin: 0.5em 1em -1px 0.25em;
  padding: 0.5em;
  float: left; }

.fatcat-editor-tab a, .fatcat-editor-tab a:hover, .fatcat-editor-tab a:visited {
  text-decoration: none;
  color: inherit; }

.fatcat-editor-tab.selected {
  background: white;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #fff;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px; }

.fatcat-editor-bodies {
  clear: both;
  padding: 0.5em;
  background: #fff;
  border: 1px solid #ddd; }

.fatcat-write-input {
  width: 100%;
  background: #eee;
  border: 1px solid #ddd;
  border-radius: 4px;
  height: 6em;
  line-height: 1.1em;
  font-size: 0.9em; }

.fatcat-editor-body {
  display: none; }

.fatcat-selected-write .fatcat-write, .fatcat-selected-preview .fatcat-preview {
  display: block; }
