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

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

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

img {
    max-width: 100%
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

a {
    background-color: transparent
}

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

b,
strong {
    font-weight: 700
}

dfn,
em,
i {
    font-style: italic
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

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

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

button {
    overflow: visible;
    border: none;
    background: transparent
}

button,
select {
    text-transform: none
}

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

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

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

input {
    line-height: normal
}

input:focus {
    outline: none
}

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

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

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

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

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

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

td,
th {
    padding: 0
}

html {
    overflow-y: scroll;
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body,
html {
    overflow-x: hidden
}

body {
    color: #51626a;
    font-family: Whitney SSm A, Whitney SSm B, sans-serif;
    font-size: 1.45rem;
    line-height: 1.6em;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0;
    text-rendering: optimizeLegibility;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga"on
}

::-moz-selection {
    text-shadow: none;
    background: #cbeafb
}

::selection {
    text-shadow: none;
    background: #cbeafb
}

hr {
    display: block;
    margin: 2em 0;
    padding: 0;
    height: 1px;
    border: 0;
    border-top: 1px solid #e5eff5
}

mark {
    background-color: #fdffb6
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0
}

blockquote,
dl,
ol,
p,
ul {
    margin: 0 0 1.5em
}

ol,
ul {
    padding-left: 2.5em
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin: .5em 0 1em;
    padding-left: 2em
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

li {
    margin: .5em 0;
    line-height: 1.6em
}

dt {
    float: left;
    margin: 0 20px 0 0;
    width: 120px;
    color: #343f44;
    font-weight: 500;
    text-align: right
}

dd {
    margin: 0 0 5px;
    text-align: left
}

blockquote {
    margin: 1.6em 0;
    padding: 0 1.6em;
    border-left: .5em solid #e5eff5
}

blockquote p {
    margin: .8em 0;
    font-size: 1.2em;
    line-height: 1.55em;
    font-weight: 300
}

blockquote small {
    display: inline-block;
    margin: .8em 0 .8em 1.5em;
    font-size: .9em;
    opacity: .8
}

blockquote small:before {
    content: "\2014 \00A0"
}

blockquote cite {
    font-weight: 700
}

blockquote cite a {
    font-weight: 400
}

a {
    color: #26a6ed;
    text-decoration: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

a:hover {
    text-decoration: underline;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.hidden {
    display: none !important
}

.visuallyhidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    border: 0
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    position: static;
    overflow: visible;
    clip: auto;
    margin: 0;
    width: auto;
    height: auto
}

.invisible {
    visibility: hidden
}

.sr-only {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    border: 0
}

.sr-only-focusable:focus {
    z-index: 900;
    overflow: visible;
    clip: auto;
    margin: 0;
    padding: 0 10px;
    width: auto;
    height: auto;
    color: #333;
    line-height: 49px;
    font-weight: 700;
    text-decoration: none;
    background-color: #f5f5f5
}

.right {
    float: right
}

.left {
    float: left
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.gh-table {
    box-sizing: border-box;
    margin: 1.6em 0;
    max-width: 100%;
    width: 100%;
    background-color: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.gh-table td,
.gh-table th {
    padding: 8px;
    border-top: 1px solid #e2edf2;
    line-height: 20px;
    text-align: left;
    vertical-align: top
}

.gh-table th {
    color: #7d878a
}

.gh-table caption+thead tr:first-child td,
.gh-table caption+thead tr:first-child th,
.gh-table colgroup+thead tr:first-child td,
.gh-table colgroup+thead tr:first-child th,
.gh-table thead:first-child tr:first-child td,
.gh-table thead:first-child tr:first-child th {
    border-top: 0
}

.gh-table tbody+tbody {
    border-top: 2px solid #e2edf2
}

.gh-table .gh-table .gh-table {
    background-color: #fff
}

.gh-table tbody>tr:nth-child(odd)>td,
.gh-table tbody>tr:nth-child(odd)>th {
    background-color: #f4f8fa
}

.gh-table.plain tbody>tr:nth-child(odd)>td,
.gh-table.plain tbody>tr:nth-child(odd)>th {
    background: transparent
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    color: #242628;
    line-height: 1.15;
    font-weight: 800;
    text-rendering: optimizeLegibility
}

h1 {
    margin: 0 0 .5em;
    font-size: 2.6rem;
    font-weight: 600
}

@media (max-width:500px) {
    h1 {
        font-size: 2.2rem
    }
}

h2 {
    margin: 1.5em 0 .5em;
    font-size: 2rem;
    font-weight: 500
}

@media (max-width:500px) {
    h2 {
        font-size: 1.8rem
    }
}

h3 {
    margin: 1.5em 0 .5em;
    font-size: 1.8rem;
    font-weight: 500
}

@media (max-width:500px) {
    h3 {
        font-size: 1.7rem
    }
}

h4 {
    margin: 1.5em 0 .5em;
    font-size: 1.6rem;
    font-weight: 500
}

h5,
h6 {
    margin: 1.5em 0 .5em;
    font-size: 1.4rem;
    font-weight: 500
}

.supermassive-h1 {
    margin-top: 40px;
    color: #fa3a57;
    font-size: 12vw;
    font-weight: 100
}

p code {
    padding: 0 5px 2px;
    line-height: 1;
    font-weight: 400 !important;
    background: #d0ecfb;
    border-radius: 4px
}

.gh-anchor {
    color: inherit
}

.gh-anchor,
.gh-anchor:hover {
    text-decoration: none
}

.gh-header {
    padding: 80px 0;
    text-align: center
}

.gh-header h1 {
    margin: 0;
    font-size: 4.4rem;
    font-weight: 500
}

.gh-mainhead {
    margin: 0;
    color: inherit;
    font-size: 4.4rem;
    font-weight: 300;
    letter-spacing: -2px
}

.gh-subhead {
    margin: .3em 0 0;
    font-size: 2rem;
    line-height: 1.3em;
    opacity: .7
}

@media (max-width:660px) {
    .gh-header {
        padding: 10vw
    }

    .gh-header h1,
    .gh-mainhead {
        font-size: 6vw
    }

    .gh-subhead {
        font-size: 1.6rem
    }
}

p+p>.gh-morelink {
    position: relative;
    top: -10px
}

.gh-morelink svg {
    margin-left: 3px;
    height: .5em
}

.gh-badge {
    display: inline-block;
    padding: 2px 3px 3px;
    border: 1px solid #95bc37;
    color: #fff;
    font-size: .8em;
    line-height: 1em;
    font-weight: 600;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .1);
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#a4d037), to(#95bc37));
    background: linear-gradient(#a4d037, #95bc37);
    border-radius: 2px;
    -webkit-box-shadow: rgba(0, 0, 0, .15) 0 1px 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .15)
}

.gh-badge-blue {
    border: 1px solid #3ea3db;
    background: -webkit-gradient(linear, left top, left bottom, from(#58b9ef), to(#3ea9e5));
    background: linear-gradient(#58b9ef, #3ea9e5)
}

.gh-badge-black {
    border: 1px solid #343130;
    background: -webkit-gradient(linear, left top, left bottom, from(#4e4744), to(#34383a));
    background: linear-gradient(#4e4744, #34383a)
}

.gh-badge-outline {
    border-color: #d8dfe1;
    color: #bbc6cb;
    font-weight: 400;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.gh-customerlogos {
    display: block;
    opacity: .7
}

.gh-customerlogos img {
    width: 100%
}

.gh-signupbox-section {
    border-top: 1px solid #ecf4f8;
    border-bottom: 1px solid #ecf4f8;
    background: -webkit-gradient(linear, left top, left bottom, from(#f7fafc), to(#f4f8fb));
    background: linear-gradient(#f7fafc, #f4f8fb)
}

.gh-signupbox {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -20px;
    padding: 20px;
    font-size: 1.6rem;
    line-height: 1.3em;
    background: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .1), 0 2px 6px rgba(0, 0, 0, .03);
    box-shadow: 0 0 1px rgba(0, 0, 0, .1), 0 2px 6px rgba(0, 0, 0, .03)
}

.gh-signup-actions,
.gh-signupbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.gh-signup-actions {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 20px;
    max-width: 300px
}

.gh-signup-actions .gh-btn {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.gh-signup-actions .gh-btn-blue {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 10px
}

.gh-signup-actions .gh-btn-blue span {
    width: 100%;
    text-align: center
}

@media (max-width:1040px) {
    .gh-signupbox {
        margin: 0
    }

    .gh-signupbox-text-extension {
        display: none
    }
}

@media (max-width:620px) {
    .gh-signupbox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }

    .gh-signup-actions {
        margin: 15px 0 0;
        max-width: none;
        width: 100%
    }
}

.gh-ghostpro {
    display: inline-block;
    white-space: nowrap
}

.gh-ghostpro svg {
    height: 31px
}

.gh-ghostpro .gh-badge {
    margin-left: 4px;
    padding-top: 4px;
    font-size: 1.2rem;
    text-transform: uppercase
}

.gh-btn {
    display: inline-block;
    outline: none;
    border: 1px solid #cbdfeb;
    color: #738a94;
    text-decoration: none !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    fill: #738a94;
    border-radius: 5px;
    -webkit-transition: none;
    transition: none;
    -webkit-font-smoothing: subpixel-antialiased
}

.gh-btn span {
    display: block;
    padding: 0 14px;
    height: 37px;
    font-size: 1.3rem;
    line-height: 37px;
    font-weight: 400;
    text-align: center;
    border-radius: 4px
}

.gh-btn.disabled,
.gh-btn[disabled],
fieldset[disabled] .gh-btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .8;
    cursor: not-allowed;
    pointer-events: none
}

.gh-btn-blue {
    padding: 1px;
    border: 0;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .1);
    fill: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#3ea0d6), to(#2287be));
    background: linear-gradient(#3ea0d6, #2287be);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .12);
    -webkit-transition: none !important;
    transition: none !important
}

.gh-btn-blue span {
    background: -webkit-gradient(linear, left top, left bottom, from(#50b6ef), color-stop(60%, #299fe0), color-stop(90%, #299fe0), to(#37a5e2));
    background: linear-gradient(#50b6ef, #299fe0 60%, #299fe0 90%, #37a5e2);
    -webkit-box-shadow: 0 1px 0 inset hsla(0, 0%, 100%, .1);
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1)
}

.gh-btn-blue:active,
.gh-btn-blue:focus {
    background: #1e77a9
}

.gh-btn-blue:active span,
.gh-btn-blue:focus span {
    background: #299fe0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.gh-btn-blue-outline {
    color: #26a6ed;
    border-color: #3eb0ef
}

.gh-btn-green {
    padding: 1px;
    border: 0;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .1);
    fill: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#97be37), to(#81a133));
    background: linear-gradient(#97be37, #81a133);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .12);
    -webkit-transition: none !important;
    transition: none !important
}

.gh-btn-green span {
    background: -webkit-gradient(linear, left top, left bottom, from(#a8d044), color-stop(60%, #95bb38), color-stop(90%, #95bb38), to(#94b83a));
    background: linear-gradient(#a8d044, #95bb38 60%, #95bb38 90%, #94b83a);
    -webkit-box-shadow: 0 1px 0 inset hsla(0, 0%, 100%, .1);
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1)
}

.gh-btn-green:active,
.gh-btn-green:focus {
    background: #81a133
}

.gh-btn-green:active span,
.gh-btn-green:focus span {
    background: #95bb38;
    -webkit-box-shadow: none;
    box-shadow: none
}

.gh-btn-green-outline {
    color: #96c02d;
    border-color: #a4d037
}

.gh-btn-red {
    padding: 1px;
    border: 0;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .1);
    fill: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#d74d30), to(#b5391e));
    background: linear-gradient(#d74d30, #b5391e);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .12);
    -webkit-transition: none !important;
    transition: none !important
}

.gh-btn-red span {
    background: -webkit-gradient(linear, left top, left bottom, from(#f06142), color-stop(60%, #df401e), color-stop(90%, #df401e), to(#e34a29));
    background: linear-gradient(#f06142, #df401e 60%, #df401e 90%, #e34a29);
    -webkit-box-shadow: 0 1px 0 inset hsla(0, 0%, 100%, .1);
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1)
}

.gh-btn-red:active,
.gh-btn-red:focus {
    background: #9f321b
}

.gh-btn-red:active span,
.gh-btn-red:focus span {
    background: #df401e;
    -webkit-box-shadow: none;
    box-shadow: none
}

.gh-btn-red-outline {
    color: #ee3e18;
    border-color: #f05230
}

.gh-btn-black {
    padding: 1px;
    border: 0;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .1);
    fill: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#342d2b), to(#161616));
    background: linear-gradient(#342d2b, #161616);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .12);
    -webkit-transition: none !important;
    transition: none !important
}

.gh-btn-black span {
    background: -webkit-gradient(linear, left top, left bottom, from(#464544), color-stop(60%, #292b2c), color-stop(90%, #292b2c), to(#303233));
    background: linear-gradient(#464544, #292b2c 60%, #292b2c 90%, #303233);
    -webkit-box-shadow: 0 1px 0 inset hsla(0, 0%, 100%, .1);
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1)
}

.gh-btn-black:active,
.gh-btn-black:focus {
    background: #090909
}

.gh-btn-black:active span,
.gh-btn-black:focus span {
    background: #292b2c;
    -webkit-box-shadow: none;
    box-shadow: none
}

.gh-btn-black-outline {
    color: #293236;
    border-color: #343f44
}

.gh-btn-grey {
    padding: 1px;
    border: 0;
    color: #343f44;
    text-shadow: 0 1px 0 #fff;
    fill: #343f44;
    background: -webkit-gradient(linear, left top, left bottom, from(#ced9df), to(#bbc6cb));
    background: linear-gradient(#ced9df, #bbc6cb);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .05);
    -webkit-transition: none !important;
    transition: none !important
}

.gh-btn-grey span {
    background: -webkit-gradient(linear, left top, left bottom, from(#f7fafc), to(#f6f8f9));
    background: linear-gradient(#f7fafc, #f6f8f9);
    -webkit-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff
}

.gh-btn-grey:active,
.gh-btn-grey:focus {
    background: #bbc6cb
}

.gh-btn-grey:active span,
.gh-btn-grey:focus span {
    background: #f3f6f7;
    -webkit-box-shadow: none;
    box-shadow: none
}

.gh-btn-white {
    background: #fff
}

.gh-btn-white span {
    height: 38px
}

.gh-btn-block {
    display: block;
    width: 100%
}

.gh-btn-icon span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.gh-btn-icon svg {
    margin-right: 10px;
    height: 15px
}

.gh-btn-link {
    border-color: transparent
}

.gh-btn-link span {
    padding-left: 0;
    padding-right: 0
}

.gh-spinner {
    position: relative;
    display: inline-block;
    margin-right: 8px;
    width: 18px;
    height: 18px;
    border: 4px solid rgba(0, 0, 0, .2);
    border-radius: 100%;
    vertical-align: text-bottom;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite
}

.gh-spinner:before {
    content: "";
    display: block;
    margin-top: 9px;
    width: 4px;
    height: 4px;
    background: rgba(0, 0, 0, .6);
    border-radius: 100%
}

.gh-btn-green .gh-spinner {
    border-color: hsla(0, 0%, 100%, .2)
}

.gh-btn-green .gh-spinner:before {
    background: hsla(0, 0%, 100%, .6)
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

svg.retry-animated {
    stroke: #fff;
    -webkit-animation: rotate-360 .5s ease-in-out forwards;
    animation: rotate-360 .5s ease-in-out forwards
}

@-webkit-keyframes rotate-360 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes rotate-360 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.gh-btn-lg {
    -webkit-transform: scale(1.25);
    transform: scale(1.25)
}

.gh-btn-group {
    margin-top: 3rem
}

.gh-btn-group .gh-btn:first-of-type {
    margin-right: 15px
}

.gh-btn-group .gh-btn span {
    font-size: 1.4rem
}

.gh-form-group {
    position: relative;
    margin-bottom: 1.6em;
    max-width: 500px;
    width: 100%;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
}

.gh-form-group p {
    margin: 4px 0 0;
    color: #b1b1b1;
    font-size: 1.3rem
}

.gh-form-group h3 {
    margin-bottom: 1.6em;
    font-size: 1.5rem
}

.gh-form-group label {
    margin-bottom: 4px
}

.gh-form-group-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.gh-form-group-horizontal .gh-form-group+.gh-form-group {
    margin-left: 15px
}

@media (max-width:550px) {
    .gh-form-group {
        max-width: 100%
    }
}

.gh-input,
.gh-select,
select {
    display: block;
    padding: 12px;
    width: 100%;
    border: 1px solid #dbe3e7;
    color: #677d87;
    font-size: 1.3rem;
    line-height: 1em;
    font-weight: 400;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    border-radius: 5px;
    -webkit-transition: border-color .15s linear;
    transition: border-color .15s linear;
    -webkit-appearance: none
}

.gh-select,
select {
    cursor: pointer
}

::-webkit-input-placeholder {
    color: #a7b5bc;
    font-weight: 200
}

:-ms-input-placeholder {
    color: #a7b5bc;
    font-weight: 200
}

textarea {
    min-width: 250px;
    min-height: 10rem;
    max-width: 500px;
    width: 100%;
    height: auto;
    line-height: 1.5;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    resize: vertical
}

textarea.gh-input {
    line-height: 1.5em
}

.gh-input.focus,
.gh-input.stripe-focus,
.gh-input:focus,
.gh-select:focus,
select:focus,
textarea:focus {
    outline: 0;
    border-color: #bfcdd5
}

.gh-input:-webkit-autofill {
    -webkit-transition: background-color 100000000s;
    transition: background-color 100000000s;
    -webkit-text-fill-color: #677d87;
    -webkit-animation: void-animation-out 1ms
}

.gh-input.stripe-autofill {
    background-color: #fff !important
}

.gh-input-icon {
    position: relative
}

.gh-input-icon input {
    padding-left: 35px
}

.gh-input-icon select {
    padding-right: 35px
}

.gh-input-icon svg {
    position: absolute;
    top: 50%;
    left: 12px;
    z-index: 100;
    height: 14px;
    fill: #a6bac5;
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px)
}

.gh-select.gh-input-icon svg {
    right: 12px;
    left: auto
}

.gh-input-icon-lock svg {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
}

.gh-input-tooltip {
    position: relative
}

.gh-input-tooltip input {
    padding-right: 35px
}

.gh-input-tooltip button {
    position: absolute;
    top: 0;
    right: 5px;
    z-index: 100;
    overflow: hidden;
    height: 41px
}

.gh-input-tooltip button svg {
    height: 14px;
    fill: #a6bac5
}

.for-checkbox label,
.for-radio label {
    display: block;
    padding-bottom: 4px;
    cursor: pointer
}

.for-checkbox label p,
.for-radio label p {
    overflow: auto;
    color: #000;
    font-weight: 400
}

.for-checkbox label:hover p,
.for-radio label:hover p {
    color: #738a94
}

.for-checkbox input,
.for-radio input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: -9999px
}

.for-checkbox .input-toggle-component,
.for-radio .input-toggle-component {
    position: relative;
    top: 1px;
    display: inline-block;
    float: left;
    margin-right: 7px;
    width: 18px;
    height: 18px;
    border: 1px solid #dfe1e3;
    background: #f7f7f7
}

.for-checkbox label:hover input:not(:checked)+.input-toggle-component,
.for-radio label:hover input:not(:checked)+.input-toggle-component {
    border-color: #c5d2d9
}

.for-checkbox .input-toggle-component {
    border-radius: 5px;
    -webkit-transition: background .15s ease-in-out, border-color .15s ease-in-out;
    transition: background .15s ease-in-out, border-color .15s ease-in-out
}

.for-checkbox .input-toggle-component:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 3px;
    width: 10px;
    height: 6px;
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    opacity: 0;
    -webkit-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.for-checkbox input:checked+.input-toggle-component {
    border-color: #86ac28;
    background: #a4d037
}

.for-checkbox input:checked+.input-toggle-component:before {
    opacity: 1
}

.for-radio .input-toggle-component {
    border-radius: 100px;
    -webkit-transition: background .15s ease-in-out, border-color .15s ease-in-out;
    transition: background .15s ease-in-out, border-color .15s ease-in-out
}

.for-radio .input-toggle-component:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 100%;
    opacity: 0;
    -webkit-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out
}

.for-radio input:checked+.input-toggle-component {
    border-color: #86ac28;
    background: #a4d037
}

.for-radio input:checked+.input-toggle-component:before {
    opacity: 1
}

.gh-select {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0;
    max-width: 100%;
    width: 100%;
    border-width: 0
}

.gh-select select {
    padding: 8px 10px;
    outline: none;
    line-height: normal;
    text-indent: .01px;
    text-overflow: "";
    background: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: window
}

.gh-select select::-ms-expand {
    display: none
}

.gh-select select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000
}

.gh-error .gh-input,
.gh-error select,
.stripe-error {
    border-color: #f05230
}

.gh-error .gh-input-icon svg,
.gh-error .gh-input-tooltip button svg {
    fill: #f05230
}

.gh-error-message {
    display: block;
    margin: 10px 0 0;
    color: #f05230;
    font-size: 1.2rem;
    line-height: 1.4em
}

.gh-form-group .gh-response {
    position: absolute;
    top: -4px;
    right: 0;
    margin: 0;
    color: #a6b0b3;
    font-size: 1.1rem;
    font-weight: 400;
    text-align: right
}

.gh-form-group.gh-error .gh-response,
.gh-main-error.gh-error {
    color: #f05230
}

.gh-flow-loading {
    margin-top: 5px;
    font-size: 1.4rem
}

.gh-success .gh-input,
.gh-success select {
    border-color: #a4d037
}

.gh-success .gh-input-icon svg {
    fill: #8cb42a
}

.gh-success .gh-input-tooltip button {
    display: none
}

.hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    margin: 0;
    padding: 2px 0;
    border: 0;
    color: inherit;
    font: inherit;
    text-transform: none;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: opacity .15s linear, -webkit-filter .15s linear;
    transition: opacity .15s linear, -webkit-filter .15s linear;
    transition: opacity .15s linear, filter .15s linear;
    transition: opacity .15s linear, filter .15s linear, -webkit-filter .15s linear
}

.hamburger-box {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 13px
}

.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    position: absolute;
    width: 20px;
    height: 1px;
    background-color: #738a94;
    border-radius: 4px;
    -webkit-transition: -webkit-transform .15s ease;
    transition: -webkit-transform .15s ease;
    transition: transform .15s ease;
    transition: transform .15s ease, -webkit-transform .15s ease
}

.hamburger-inner:after,
.hamburger-inner:before {
    content: "";
    display: block
}

.hamburger-inner:before {
    top: -6px
}

.hamburger-inner:after {
    bottom: -6px
}

.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    -webkit-transition-delay: .15s;
    transition-delay: .15s;
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    -webkit-transition-duration: .15s;
    transition-duration: .15s
}

.hamburger--collapse .hamburger-inner:after {
    top: -12px;
    -webkit-transition: top .3s cubic-bezier(.33333, .66667, .66667, 1) .3s, opacity .1s linear;
    transition: top .3s cubic-bezier(.33333, .66667, .66667, 1) .3s, opacity .1s linear
}

.hamburger--collapse .hamburger-inner:before {
    -webkit-transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .3s, -webkit-transform .15s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .3s, -webkit-transform .15s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .3s, transform .15s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .3s, transform .15s cubic-bezier(.55, .055, .675, .19), -webkit-transform .15s cubic-bezier(.55, .055, .675, .19)
}

.gh-mobilehead-open .hamburger-inner,
.gh-mobilehead-open .hamburger-inner:after,
.gh-mobilehead-open .hamburger-inner:before {
    background-color: #343f44
}

.gh-mobilehead-open .hamburger-inner {
    -webkit-transition-delay: .32s;
    transition-delay: .32s;
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translate3d(0, -6px, 0) rotate(-45deg);
    transform: translate3d(0, -6px, 0) rotate(-45deg)
}

.gh-mobilehead-open .hamburger-inner:after {
    top: 0;
    opacity: 0;
    -webkit-transition: top .3s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .27s;
    transition: top .3s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .27s
}

.gh-mobilehead-open .hamburger-inner:before {
    top: 0;
    -webkit-transition: top .12s cubic-bezier(.33333, 0, .66667, .33333) .18s, -webkit-transform .15s cubic-bezier(.215, .61, .355, 1) .42s;
    transition: top .12s cubic-bezier(.33333, 0, .66667, .33333) .18s, -webkit-transform .15s cubic-bezier(.215, .61, .355, 1) .42s;
    transition: top .12s cubic-bezier(.33333, 0, .66667, .33333) .18s, transform .15s cubic-bezier(.215, .61, .355, 1) .42s;
    transition: top .12s cubic-bezier(.33333, 0, .66667, .33333) .18s, transform .15s cubic-bezier(.215, .61, .355, 1) .42s, -webkit-transform .15s cubic-bezier(.215, .61, .355, 1) .42s;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.gh-viewport {
    position: relative;
    min-height: 100%
}

.inner {
    margin: 0 auto;
    max-width: 1030px;
    width: 100%
}

.gh-head {
    position: relative;
    z-index: 900;
    margin-bottom: 40px;
    padding: 0 4vw;
    width: 100%;
    border-bottom: 1px solid #e5eff5;
    background: hsla(0, 0%, 100%, .97)
}

@media (max-width:600px) {
    .gh-head {
        padding-right: 15px;
        padding-left: 15px
    }
}

.gh-navbar {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 55px;
    font-size: 13px
}

.gh-navbar,
.gh-navbar-left,
.gh-navbar-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.gh-nav-logo,
.gh-navbar,
.gh-navbar-left,
.gh-navbar-right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.gh-nav-logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin-left: -15px;
    color: #738a94
}

.gh-nav-item.gh-nav-logo:hover {
    color: inherit
}

.gh-nav-logo .ghost-svg {
    width: auto;
    height: 25px
}

.gh-nav-logo-suffix {
    position: relative;
    margin: 0 0 0 12px;
    padding: 0 0 0 11px;
    font-size: 1.6rem;
    font-weight: 400;
    text-shadow: none;
    -webkit-transition: none;
    transition: none
}

.gh-nav-logo-suffix:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1px;
    height: 23px;
    background: #d3e4ee;
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg)
}

.gh-navbar-item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    padding: 10px 15px;
    color: #738a94;
    font-weight: 500;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.gh-drop.active .gh-drop-trigger,
.gh-navbar-item-active,
.gh-navbar-item:hover {
    color: #343f44;
    text-decoration: none
}

.gh-navbar-item:hover .gh-nav-logo-suffix {
    color: inherit
}

.gh-more-drop svg {
    margin-left: 4px;
    width: 7px;
    height: auto;
    stroke: #738a94
}

.gh-more-drop .gh-dropdown {
    right: -73px;
    width: 146px;
    font-size: 1.2rem;
    text-shadow: none
}

.gh-more-drop .gh-dropdown:after {
    right: 66px
}

.gh-more-drop .gh-dropdown:before {
    right: 64px
}

.gh-more-drop .gh-badge {
    font-size: 1rem
}

.gh-navbar-btn {
    margin-left: 12px;
    color: #738a94;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.gh-navbar-btn span {
    padding: 8px 10px;
    min-width: 66px;
    height: auto;
    line-height: 1;
    text-align: center
}

.gh-navbar-btn:hover {
    border-color: #3eb0ef;
    color: #3ea0d6;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.gh-signin-drop svg {
    margin-left: 5px;
    width: 7px;
    height: auto
}

.gh-head-transparent .gh-head {
    border: none;
    text-shadow: rgba(0, 0, 0, .1) 0 1px 1px;
    background: transparent
}

.gh-head-transparent .gh-head .ghost-svg g,
.gh-head-transparent .gh-head .ghost-svg path {
    fill: #fff
}

.gh-head-transparent .gh-head .gh-navbar-item {
    color: hsla(0, 0%, 100%, .85)
}

.gh-head-transparent .gh-head .gh-drop.active .gh-drop-trigger,
.gh-head-transparent .gh-head .gh-navbar-item:hover {
    color: #fff
}

.gh-head-transparent .gh-head .gh-more-drop .gh-dropdown {
    top: 110%;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .15), 0 0 2px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 8px rgba(0, 0, 0, .15), 0 0 2px rgba(0, 0, 0, .2)
}

.gh-head-transparent .gh-head .gh-navbar-btn {
    border-color: hsla(0, 0%, 100%, .6);
    color: hsla(0, 0%, 100%, .8)
}

.gh-head-transparent .gh-head .gh-navbar-btn:hover {
    border-color: #fff;
    color: #fff
}

.gh-head-transparent .gh-hero {
    margin-top: calc(-6vw - 55px)
}

@media (max-width:660px) {
    .gh-head-transparent .gh-hero {
        margin-top: -20px
    }
}

.gh-head-transparent .gh-hero .gh-btn-outline {
    border-color: hsla(0, 0%, 100%, .7);
    color: hsla(0, 0%, 100%, .8);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.gh-head-transparent .gh-hero .gh-btn-outline:hover {
    border-color: #fff;
    color: #fff;
    -webkit-transition: all .15s ease;
    transition: all .15s ease
}

.gh-mobilehead {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
    display: none;
    overflow: hidden;
    width: 100%;
    height: 48px;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    background: hsla(0, 0%, 100%, .97);
    -webkit-box-shadow: #fff 0 -1px 0 0 inset, rgba(0, 0, 0, .02) 0 1px 5px;
    box-shadow: inset 0 -1px 0 0 #fff, 0 1px 5px rgba(0, 0, 0, .02);
    -webkit-transition: all .5s ease-out, background 1s ease-out;
    transition: all .5s ease-out, background 1s ease-out;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    -webkit-backdrop-filter: blur(3px)
}

.gh-mobilenavbar {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    font-size: 13px
}

.gh-nav-burger {
    display: block;
    padding: 15px;
    color: #738a94;
    font-size: 25px;
    line-height: 1
}

.gh-nav-burger,
.gh-nav-burger:hover {
    text-decoration: none
}

.gh-mobilenavbar .gh-nav-logo {
    position: absolute;
    top: 0;
    right: 50%;
    display: block;
    padding: 13px 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%)
}

.gh-mobilenavbar .ghost-svg {
    width: auto;
    height: 23px
}

.gh-mobilenavbar .gh-login-link {
    display: block;
    padding: 14px 15px;
    font-size: 1.5rem
}

.gh-mobilenavbar .gh-login-link:hover {
    text-decoration: none
}

.gh-mobilemenu {
    padding: 2.7vw 14vw
}

.gh-mobilemenu a {
    display: block;
    border-bottom: 1px solid #e5eff5;
    color: #738a94;
    font-size: 1.8rem;
    line-height: 4.8rem;
    font-weight: 200;
    opacity: 0;
    -webkit-transition: opacity .2s cubic-bezier(.4, .01, .165, .99), -webkit-transform .3s cubic-bezier(.4, .01, .165, .99);
    transition: opacity .2s cubic-bezier(.4, .01, .165, .99), -webkit-transform .3s cubic-bezier(.4, .01, .165, .99);
    transition: transform .3s cubic-bezier(.4, .01, .165, .99), opacity .2s cubic-bezier(.4, .01, .165, .99);
    transition: transform .3s cubic-bezier(.4, .01, .165, .99), opacity .2s cubic-bezier(.4, .01, .165, .99), -webkit-transform .3s cubic-bezier(.4, .01, .165, .99);
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
    -webkit-transform: scale(1.1) translateY(-25px);
    transform: scale(1.1) translateY(-25px)
}

.gh-mobilemenu a:first-child {
    -webkit-transition-delay: .56s;
    transition-delay: .56s
}

.gh-mobilemenu a:nth-child(2) {
    -webkit-transition-delay: .49s;
    transition-delay: .49s
}

.gh-mobilemenu a:nth-child(3) {
    -webkit-transition-delay: .42s;
    transition-delay: .42s
}

.gh-mobilemenu a:nth-child(4) {
    -webkit-transition-delay: .35s;
    transition-delay: .35s
}

.gh-mobilemenu a:nth-child(5) {
    -webkit-transition-delay: .28s;
    transition-delay: .28s
}

.gh-mobilemenu a:nth-child(6) {
    -webkit-transition-delay: .21s;
    transition-delay: .21s
}

.gh-mobilemenu a:nth-child(7) {
    -webkit-transition-delay: .14s;
    transition-delay: .14s
}

.gh-mobilemenu a:nth-child(8) {
    -webkit-transition-delay: .07s;
    transition-delay: .07s
}

.gh-mobilemenu a:hover {
    color: #3eb0ef;
    text-decoration: none
}

.gh-mobilemenu a.active {
    color: #343f44;
    font-weight: 400
}

.gh-mobilehead-open {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    height: 100vh;
    -webkit-transition: all .3s ease-in, background .5s ease-in;
    transition: all .3s ease-in, background .5s ease-in;
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.gh-mobilehead-open .gh-mobilemenu a {
    opacity: 1;
    -webkit-transition: opacity .9s cubic-bezier(.4, .01, .165, .99), -webkit-transform .6s cubic-bezier(.4, .01, .165, .99);
    transition: opacity .9s cubic-bezier(.4, .01, .165, .99), -webkit-transform .6s cubic-bezier(.4, .01, .165, .99);
    transition: transform .6s cubic-bezier(.4, .01, .165, .99), opacity .9s cubic-bezier(.4, .01, .165, .99);
    transition: transform .6s cubic-bezier(.4, .01, .165, .99), opacity .9s cubic-bezier(.4, .01, .165, .99), -webkit-transform .6s cubic-bezier(.4, .01, .165, .99);
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}

.gh-mobilehead-open .gh-mobilemenu a:nth-child(8) {
    -webkit-transition-delay: .56s;
    transition-delay: .56s
}

.gh-mobilehead-open .gh-mobilemenu a:nth-child(7) {
    -webkit-transition-delay: .49s;
    transition-delay: .49s
}

.gh-mobilehead-open .gh-mobilemenu a:nth-child(6) {
    -webkit-transition-delay: .42s;
    transition-delay: .42s
}

.gh-mobilehead-open .gh-mobilemenu a:nth-child(5) {
    -webkit-transition-delay: .35s;
    transition-delay: .35s
}

.gh-mobilehead-open .gh-mobilemenu a:nth-child(4) {
    -webkit-transition-delay: .28s;
    transition-delay: .28s
}

.gh-mobilehead-open .gh-mobilemenu a:nth-child(3) {
    -webkit-transition-delay: .21s;
    transition-delay: .21s
}

.gh-mobilehead-open .gh-mobilemenu a:nth-child(2) {
    -webkit-transition-delay: .14s;
    transition-delay: .14s
}

.gh-mobilehead-open .gh-mobilemenu a:first-child {
    -webkit-transition-delay: .07s;
    transition-delay: .07s
}

@media (max-width:660px) {
    .gh-viewport {
        padding-top: 68px
    }

    .gh-head {
        display: none
    }

    .gh-mobilehead {
        display: block
    }
}

.gh-main {
    padding: 0 4vw
}

.gh-section {
    margin: 0 -4vw;
    padding: 60px 4vw
}

@media (max-width:600px) {
    .gh-section {
        padding: 10vw 4vw
    }
}

.gh-curve {
    position: relative;
    border-bottom: none !important
}

.gh-curve:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 2.7vw;
    background-image: url(/images/curve.svg);
    background-size: 110vw;
    background-position-x: center;
    z-index: 100
}

.gh-curve-grey {
    position: relative;
    border-bottom: none !important
}

.gh-curve-grey:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 2.7vw;
    background-image: url(/images/curve-grey.svg);
    background-size: 110vw;
    background-position-x: center;
    z-index: 100
}

.gh-section-white {
    background: #fff
}

.gh-section-dark {
    color: #fff;
    text-shadow: rgba(0, 0, 0, .1) 0 1px 2px
}

.gh-section-dark h2 {
    color: #fff
}

.gh-section-dark h3 {
    color: #fff;
    font-size: 1.8rem
}

.gh-section-dark p {
    opacity: .8
}

.gh-section-dark a {
    color: #5fbdf2
}

.gh-section-dark a.gh-anchor {
    color: #fff
}

.gh-section h3 .gh-badge {
    margin-left: 4px;
    padding: 2px;
    font-size: .7em;
    vertical-align: top
}

.gh-section-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1em;
    text-align: center
}

.gh-section-head h2 {
    margin: 1em 0 .3em;
    font-size: 2.6rem;
    font-weight: 400
}

@media (max-width:660px) {
    .gh-section-head h2 {
        font-size: 4.8vw
    }
}

.gh-section-head p {
    margin: 0;
    font-size: 2rem;
    line-height: 1.4em;
    font-weight: 300;
    opacity: .8
}

@media (max-width:660px) {
    .gh-section-head p {
        font-size: 1.6rem
    }
}

.gh-1col {
    margin: 0 auto;
    max-width: 720px;
    font-size: 1.8rem;
    line-height: 1.65em
}

@media (max-width:660px) {
    .gh-1col {
        font-size: 1.6rem
    }
}

.gh-grid2 {
    display: grid;
    grid-template-columns: 33.333% 33.333% 33.333%;
    margin: 0 -40px -10px;
    padding: 0 20px
}

@media (max-width:1000px) {
    .gh-grid2 {
        grid-template-columns: 50% 50%
    }
}

.gh-grid2-item {
    padding: 5px 20px
}

@media (max-width:620px) {
    .gh-grid2 {
        grid-template-columns: 100%
    }

    .gh-grid2-item {
        padding: 0 8vw
    }
}

.gh-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -40px -10px;
    padding: 0 20px
}

.gh-grid-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 300px;
    flex: 1 0 300px;
    padding: 20px
}

@media (max-width:934px) {
    .gh-grid-item {
        padding: 5px 20px
    }
}

@media (max-width:620px) {
    .gh-grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .gh-grid-item {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        padding: 0 50px 0 65px
    }

    .gh-grid-item svg {
        position: absolute;
        top: 9px;
        left: 23px;
        width: 24px;
        height: auto
    }
}

.gh-grid-item svg {
    height: 30px;
    fill: #ad26b4
}

.gh-grid-blue .gh-grid-item svg {
    fill: #3eb0ef
}

.gh-grid-green .gh-grid-item svg {
    fill: #a4d037
}

.gh-grid-backups svg {
    margin-bottom: -3px;
    height: 33px
}

.gh-grid-seo svg {
    margin-top: 2px;
    margin-bottom: 2px;
    height: 26px
}

.gh-grid-item h3 {
    margin: 1em 0 .3em;
    font-size: 1.6rem
}

.gh-biggrid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 4vw auto 0;
    padding: 0 20px
}

.gh-biggrid-item {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 300px;
    flex: 1 0 300px;
    margin: 15px 30px;
    padding: 0 0 0 70px;
    font-size: 1.6rem
}

.gh-biggrid-item h3 {
    margin: 0 0 5px;
    color: #fecd35
}

.gh-biggrid-item svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: auto;
    fill: #fff
}

.gh-biggrid-item a {
    color: #fff;
    font-weight: 500;
    text-decoration: underline
}

@media (max-width:620px) {
    .gh-biggrid-item {
        margin: 15px auto;
        padding: 0 20px 0 65px
    }

    .gh-biggrid-item svg {
        width: auto;
        height: 30px
    }
}

.gh-foot {
    padding: 3vw 4vw 5vw;
    font-size: 1.3rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.gh-foot a {
    color: #738a94;
    text-decoration: none
}

.gh-foot a:hover {
    color: #343f44;
    text-decoration: none
}

.gh-foot-content {
    padding-top: 20px;
    border-top: 1px solid #e5eff5
}

.gh-foot-content,
.gh-foot-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.gh-foot-nav {
    padding-left: 60px;
    width: 100%
}

.gh-foot-col {
    padding: 0 10px
}

.gh-foot-col h4 {
    margin: 5px 0 10px;
    font-size: 1.4rem
}

.gh-foot-col ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.gh-foot-col ul a {
    display: block;
    padding: 3px 0;
    min-width: 90px
}

.gh-foot-col li {
    margin: 0
}

.gh-foot-col .gh-badge {
    position: relative;
    top: -1px
}

.gh-foot-mast {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.gh-foot-mast svg {
    display: inline-block;
    width: auto;
    height: 25px
}

.gh-foot-mast-text {
    margin: 10px 0;
    color: #738a94;
    line-height: 1.5em
}

.gh-langswitch .gh-drop-trigger {
    display: inline-block;
    padding: 4px 8px 4px 0;
    color: #26a6ed
}

.gh-langswitch .gh-drop-trigger span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.gh-langswitch svg {
    margin-left: 4px;
    width: 7px;
    height: auto
}

.gh-langswitch .gh-dropdown {
    right: -65px;
    width: 130px
}

.gh-langswitch .gh-dropdown .gh-badge-outline {
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.gh-langswitch a:hover .gh-badge-outline {
    border-color: #55676f;
    color: #55676f
}

.gh-langswitch .active a {
    color: #3eb0ef
}

.gh-langswitch .active .gh-badge-outline,
.gh-langswitch .active a:hover .gh-badge-outline {
    border-color: #3eb0ef;
    color: #3eb0ef
}

.gh-foot-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.gh-foot-social a {
    display: block;
    padding: 7px
}

.gh-foot-social a:first-of-type {
    padding-left: 0
}

.gh-foot-social svg {
    width: auto;
    height: 14px;
    fill: #90a2aa;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.gh-foot-social a:hover svg {
    fill: #343f44
}

.gh-foot-copyright {
    position: absolute;
    bottom: 3px;
    left: 0;
    margin-top: 5px;
    color: #738a94;
    font-size: 1.1rem
}

@media (max-width:965px) {
    .gh-foot-col:last-of-type {
        display: none
    }
}

@media (max-width:800px) {
    .gh-foot {
        text-align: center
    }

    .gh-foot-content {
        -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
    }

    .gh-foot-nav {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding: 0;
        max-width: none
    }

    .gh-foot-col {
        padding: 0 10px
    }

    .gh-foot-col:last-of-type {
        display: block
    }

    .gh-foot-mast {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 20px 0;
        padding: 20px;
        max-width: 450px;
        width: auto;
        border-top: 1px solid #e5eff5;
        text-align: center
    }

    .gh-foot-copyright {
        position: static
    }
}

@media (max-width:550px) {
    .gh-foot-content {
        padding: 0;
        border: none
    }

    .gh-foot-mast {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-top: 0;
        padding: 20px 20px 0
    }

    .gh-foot-nav {
        display: none
    }
}

.gh-foot-floating .gh-foot {
    padding-top: 2vw
}

.gh-foot-floating .gh-foot-content,
.gh-foot-floating .gh-foot-mast {
    border-top: none
}

.gh-foot-min {
    padding: 0 4vw 4vw;
    border-top: 1px solid #e5eff5;
    background: -webkit-gradient(linear, left top, left bottom, from(#f7fafc), to(#f4f8fb));
    background: linear-gradient(#f7fafc, #f4f8fb)
}

.gh-foot-min .gh-foot-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
    border-top: none
}

.gh-foot-min-logo svg {
    width: auto;
    height: 22px
}

.gh-foot-min-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -15px
}

.gh-foot-min-back {
    margin-right: -15px
}

.gh-foot-min-item {
    padding: 0 15px
}

@media (max-width:660px) {
    .gh-foot-min .gh-foot-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .gh-foot-min-item:nth-child(1n+2) {
        display: none
    }
}

pre[class*=language-] {
    overflow: auto;
    margin: 0;
    padding: 2.4rem 3.2rem;
    border-radius: 8px
}

:not(pre)>code[class*=language-],
pre[class*=language-] {
    border: none;
    background: #2a3644
}

:not(pre)>code[class*=language-] {
    padding: .3em .4em;
    color: #343f44;
    font-size: .9em;
    text-shadow: none;
    white-space: normal;
    background: #e5eff5;
    border-radius: .3em
}

a>code[class*=language-] {
    color: #3eb0ef
}

.token.cdata,
.token.comment,
.token.doctype,
.token.prolog {
    color: hsla(0, 0%, 100%, .4)
}

.token.punctuation {
    color: #fff
}

.namespace {
    opacity: .7
}

.token.constant,
.token.deleted,
.token.property,
.token.symbol,
.token.tag {
    color: #ff5884
}

.token.boolean,
.token.number {
    color: #ae81ff
}

.token.attr-name,
.token.builtin,
.token.char,
.token.inserted,
.token.selector,
.token.string {
    color: #e6db74
}

.language-css .token.string,
.style .token.string,
.token.entity,
.token.operator,
.token.url,
.token.variable {
    color: #fff
}

.token.atrule,
.token.attr-value,
.token.class-name,
.token.function {
    color: #a6e22e
}

.token.keyword {
    color: #66d9ef
}

.token.important,
.token.regex {
    color: #fd971f
}

.token.bold,
.token.important {
    font-weight: 700
}

.token.italic {
    font-style: italic
}

.token.entity {
    cursor: help
}

.gatsby-code-title {
    position: relative;
    z-index: 100;
    margin-bottom: -8px !important;
    padding: 8px 15px;
    width: 100%;
    color: hsla(0, 0%, 100%, .65);
    font-family: Menlo, Courier, monospace;
    font-size: 1.3rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #222c37;
    border-radius: 8px 8px 0 0
}

.gh-codebox code[class*=language-],
.gh-codebox pre[class*=language-] {
    color: #3eb0ef;
    font-family: Consolas, Monaco, Andale Mono, Ubuntu Mono, monospace;
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-wrap: normal;
    word-break: normal;
    tab-size: 4;
    hyphens: none;
    background: none;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none
}

.gh-codebox code[class*=language-]::-moz-selection,
.gh-codebox code[class*=language-] ::-moz-selection,
.gh-codebox pre[class*=language-]::-moz-selection,
.gh-codebox pre[class*=language-] ::-moz-selection {
    background: #b3d4fc
}

.gh-codebox code[class*=language-]::selection,
.gh-codebox code[class*=language-] ::selection,
.gh-codebox pre[class*=language-]::selection,
.gh-codebox pre[class*=language-] ::selection {
    background: #b3d4fc
}

.gh-codebox pre[class*=language-] {
    overflow-x: auto;
    padding: 10px
}

.gh-codebox :not(pre)>code[class*=language-] {
    padding: .1em;
    white-space: normal;
    border-radius: .3em
}

.gh-codebox .token.cdata,
.gh-codebox .token.comment,
.gh-codebox .token.doctype,
.gh-codebox .token.prolog {
    color: #708090
}

.gh-codebox .token.punctuation {
    color: #999
}

.gh-codebox .namespace {
    opacity: .7
}

.gh-codebox .token.boolean,
.gh-codebox .token.constant,
.gh-codebox .token.deleted,
.gh-codebox .token.property,
.gh-codebox .token.symbol,
.gh-codebox .token.tag {
    color: #677d87
}

.gh-codebox .token.attr-name,
.gh-codebox .token.builtin,
.gh-codebox .token.char,
.gh-codebox .token.inserted,
.gh-codebox .token.selector,
.gh-codebox .token.string {
    color: #ad26b4
}

.gh-codebox .token.number {
    color: #fa3a57
}

.gh-codebox .style .token.string,
.gh-codebox .token.entity,
.gh-codebox .token.operator,
.gh-codebox .token.url {
    color: #a67f59;
    background: hsla(0, 0%, 100%, .5)
}

.gh-codebox .token.atrule,
.gh-codebox .token.attr-value,
.gh-codebox .token.keyword {
    color: #f05230
}

.gh-codebox .token.function {
    color: #dd4a68
}

.gh-codebox .token.important,
.gh-codebox .token.regex,
.gh-codebox .token.variable {
    color: #e90
}

.gh-codebox .token.bold,
.gh-codebox .token.important {
    font-weight: 700
}

.gh-codebox .token.italic {
    font-style: italic
}

.gh-codebox .token.entity {
    cursor: help
}

.gh-features-head {
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    overflow: hidden;
    padding: 16vw 4vw 6vw;
    height: auto;
    color: #fff;
    text-align: center;
    background: radial-gradient(circle farthest-corner at right bottom, #fad037 0, #f9326c 100%)
}

.gh-features-head-bg6 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.gh-features-head-content {
    position: relative;
    z-index: 200
}

.gh-features-head h1 {
    position: relative;
    color: #fff;
    opacity: 1
}

.gh-features-summary {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 7vw 0 0
}

.gh-features-summary,
.gh-features-summary-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.gh-features-summary-item {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 20px;
    width: 155px;
    font-size: 1.7rem;
    line-height: 1.2em;
    text-align: center
}

.gh-features-summary-icon {
    position: relative;
    margin: 0 0 10px;
    padding: 35px;
    width: 110px;
    height: 110px
}

.gh-features-summary-icon:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background-color: rgba(0, 0, 0, .4);
    border-radius: 100%;
    mix-blend-mode: soft-light
}

.gh-features-summary-icon svg {
    fill: #fff
}

.gh-btn-features:first-of-type {
    margin-right: 10px
}

.gh-btn-features span {
    height: 39px;
    line-height: 39px
}

.gh-features-summary-item div[class^=dot] {
    position: absolute;
    top: 55px;
    width: 6px;
    height: 6px;
    background-color: rgba(0, 0, 0, .4);
    border-radius: 100%;
    mix-blend-mode: soft-light
}

.gh-features-summary-item .dot1 {
    left: 3px
}

.gh-features-summary-item .dot2 {
    left: -11px
}

.gh-features-summary-item .dot3 {
    left: -25px
}

.gh-features-summary-item .dot4 {
    left: -39px
}

.gh-features-summary-item .dot5 {
    left: -53px
}

.gh-features-summary-item .dot6 {
    left: -67px
}

.gh-features-summary-item .dot7 {
    left: -83.8px
}

.gh-features-summary-item .dot8 {
    left: -103.4px
}

.gh-features-summary-item .dot9 {
    left: -125.8px
}

.gh-features-summary-item .dot10 {
    left: -151px
}

.gh-features-summary-item .dot11 {
    left: -179px
}

.gh-features-summary-item .dot12 {
    left: -209.8px
}

.gh-features-summary-item .dot13 {
    left: -243.4px
}

.gh-features-summary-item .dot14 {
    left: -282.6px
}

.gh-features-summary-item .dot15 {
    left: -324.6px
}

.gh-features-summary-item .dot16 {
    left: -369.4px
}

.gh-features-summary-item .dot17 {
    left: -417px
}

.gh-features-summary-item .dot18 {
    left: -467.4px
}

.gh-features-summary-item .dot19 {
    left: -520.6px
}

.gh-features-summary-item .dot20 {
    left: -576.6px
}

.gh-features-summary-item .dotr1 {
    right: 3px
}

.gh-features-summary-item .dotr2 {
    right: -11px
}

.gh-features-summary-item .dotr3 {
    right: -25px
}

.gh-features-summary-item .dotr4 {
    right: -39px
}

.gh-features-summary-item .dotr5 {
    right: -53px
}

.gh-features-summary-item .dotr6 {
    right: -67px
}

.gh-features-summary-item .dotr7 {
    right: -83.8px
}

.gh-features-summary-item .dotr8 {
    right: -103.4px
}

.gh-features-summary-item .dotr9 {
    right: -125.8px
}

.gh-features-summary-item .dotr10 {
    right: -151px
}

.gh-features-summary-item .dotr11 {
    right: -179px
}

.gh-features-summary-item .dotr12 {
    right: -209.8px
}

.gh-features-summary-item .dotr13 {
    right: -243.4px
}

.gh-features-summary-item .dotr14 {
    right: -282.6px
}

.gh-features-summary-item .dotr15 {
    right: -324.6px
}

.gh-features-summary-item .dotr16 {
    right: -369.4px
}

.gh-features-summary-item .dotr17 {
    right: -417px
}

.gh-features-summary-item .dotr18 {
    right: -467.4px
}

.gh-features-summary-item .dotr19 {
    right: -520.6px
}

.gh-features-summary-item .dotr20 {
    right: -576.6px
}

@media (max-width:800px) {
    .gh-features-summary-item div[class^=dot] {
        display: none
    }
}

@media (max-width:600px) {
    .gh-features-summary-item {
        margin: 0 10px
    }
}

@media (max-width:520px) {
    .gh-features-summary {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .gh-features-summary-item p {
        padding: 0 10px
    }

    .gh-customerlogos,
    .gh-logo-section {
        display: none
    }
}

.gh-browser {
    overflow: hidden;
    width: 610px;
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: rgba(0, 0, 0, .3) 0 0 1px, rgba(0, 0, 0, .09) 0 2px 4px;
    box-shadow: 0 0 1px rgba(0, 0, 0, .3), 0 2px 4px rgba(0, 0, 0, .09)
}

.gh-browser-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 8px;
    height: 25px;
    background: #f5f7f8
}

.gh-browser-head,
.gh-browser-head-dark {
    -webkit-box-shadow: hsla(0, 0%, 100%, .3) 0 1px 0 inset;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .3)
}

.gh-browser-head-dark {
    background: #1e1f20
}

.gh-browser-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 32px
}

.gh-browser-button {
    width: 8px;
    height: 8px;
    border: 1px solid #d2e0e6;
    background: rgba(0, 0, 0, .03);
    border-radius: 8px
}

.gh-browser-button-dark {
    border: none;
    background: #000
}

.gh-features-grid {
    border-top: 1px solid #e5eff5;
    border-bottom: 1px solid #e5eff5;
    background: #f7fafc
}

.gh-features-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80px;
    height: 80px;
    background: radial-gradient(circle farthest-corner at right bottom, #0070ad 0, #65c0f2 100%);
    border-radius: 100%;
    -webkit-box-shadow: hsla(0, 0%, 100%, .12) 0 0 0 1px inset, rgba(0, 0, 0, .35) 0 0 1px, rgba(0, 0, 0, .2) 0 2px 4px;
    box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, .12), 0 0 1px rgba(0, 0, 0, .35), 0 2px 4px rgba(0, 0, 0, .2)
}

.gh-features-icon svg {
    width: 34px;
    height: auto;
    fill: #fff
}

.gh-features-icon-platform {
    background: radial-gradient(circle farthest-corner at right bottom, #3023ae 0, #c86dd7 100%);
    -webkit-box-shadow: rgba(0, 0, 0, .1) 0 0 0 1px inset, rgba(0, 0, 0, .2) 0 2px 4px;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1), 0 2px 4px rgba(0, 0, 0, .2)
}

.gh-features-icon-developers {
    background: radial-gradient(circle farthest-corner at right bottom, #799a28 0, #c9e440 100%);
    -webkit-box-shadow: rgba(0, 0, 0, .05) 0 0 0 1px inset, rgba(0, 0, 0, .2) 0 2px 4px;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05), 0 2px 4px rgba(0, 0, 0, .2)
}

.gh-features-icon-org {
    background: radial-gradient(circle farthest-corner at right bottom, #d3e4ee 0, #fff 100%);
    -webkit-box-shadow: rgba(0, 0, 0, .1) 0 0 0 1px inset, rgba(0, 0, 0, .2) 0 2px 4px;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1), 0 2px 4px rgba(0, 0, 0, .2)
}

.gh-features-icon-org svg {
    position: relative;
    top: 1px;
    fill: #343f44
}

.gh-features-developers {
    border-bottom: 1px solid #e5eff5;
    background: #f7fafc
}

.gh-features-developers a {
    color: #96c02d;
    font-weight: 500
}

.gh-features-developers-architecture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 4vw
}

.gh-features-developers-architecture-desc {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 350px;
    flex: 0 0 350px
}

.gh-features-developers-architecture-diagram {
    margin-left: 70px;
    max-width: 650px;
    height: auto
}

@media (max-width:1000px) {
    .gh-features-developers-architecture {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .gh-features-developers-architecture-diagram {
        margin: 0;
        padding: 0;
        max-width: 720px;
        width: 100%
    }

    .gh-features-developers-architecture-desc {
        margin: 4vw auto 0;
        max-width: 720px
    }
}

.gh-features-theming {
    position: relative;
    margin-bottom: 0;
    padding: 0 4vw;
    color: hsla(0, 0%, 100%, .7);
    background: #343f44
}

.gh-features-theming:before {
    top: -1px
}

.gh-features-theming:after,
.gh-features-theming:before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    display: block;
    height: 40px;
    background: #f7fafc
}

.gh-features-theming:after {
    bottom: -1px
}

.gh-features-theming-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.gh-browser.gh-features-theming-screenshot {
    position: relative;
    z-index: 50;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 40%
}

.gh-features-theming-desc {
    margin-left: 70px;
    padding: 40px 0
}

.gh-features-theming-desc h3 {
    color: #fff
}

.gh-features-api-desc h3,
.gh-features-theming-desc h3 {
    font-size: 2rem;
    line-height: 1.2em
}

.gh-features-api-desc p,
.gh-features-theming-desc p {
    font-size: 1.7rem;
    line-height: 1.6em
}

@media (max-width:660px) {
    .gh-browser.gh-features-theming-screenshot {
        display: none
    }

    .gh-features-theming-desc {
        margin-left: 0
    }

    .gh-features-api-desc h3,
    .gh-features-theming-desc h3 {
        font-size: 4.8vw
    }

    .gh-features-api-desc p,
    .gh-features-theming-desc p {
        font-size: 1.6rem
    }
}

.gh-features-api {
    padding-bottom: 100px
}

.gh-features-api-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.gh-features-api-desc {
    margin-bottom: 40px;
    max-width: 800px
}

.gh-features-api .gh-codebox {
    width: 66.66666%
}

.gh-codebox-content {
    width: 33.33333%
}

.gh-codebox {
    position: relative;
    z-index: 50;
    display: none;
    overflow: hidden;
    padding: 20px 0 23px;
    background: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .1), 0 2px 6px rgba(0, 0, 0, .03);
    box-shadow: 0 0 1px rgba(0, 0, 0, .1), 0 2px 6px rgba(0, 0, 0, .03)
}

.gh-codebox-active {
    display: block
}

.gh-codebox:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 50px;
    background: #fbfdfe;
    -webkit-box-shadow: 1px 0 0 rgba(0, 0, 0, .05);
    box-shadow: 1px 0 0 rgba(0, 0, 0, .05)
}

.gh-codebox pre {
    position: relative;
    display: inline-block;
    margin: 0 0 0 48px;
    padding: 0 20px;
    white-space: pre
}

.gh-codebox pre[class*=language-] {
    overflow-x: visible;
    overflow: visible;
    margin: 0 0 0 48px;
    padding: 0 20px;
    border-radius: 0
}

.gh-codebox :not(pre)>code[class*=language-],
.gh-codebox pre[class*=language-] {
    border: inherit;
    background: none
}

.gh-codebox pre:before {
    content: "1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -31px;
    overflow: hidden;
    width: 17px;
    color: #cad2d6;
    text-align: right;
    white-space: normal
}

.gh-codebox-content {
    padding: 18px 0 0 60px
}

.gh-codebox-nav {
    color: #b6c6cf
}

.gh-codebox-nav a {
    display: inline-block;
    padding: 0 3px;
    color: #a6bac5;
    font-size: 1.4rem
}

.gh-codebox-nav a:first-child {
    padding-left: 0
}

.gh-codebox-nav a:hover {
    cursor: pointer
}

.gh-codebox-nav .gh-codebox-link-active {
    color: #a4d037;
    font-weight: 500;
    text-decoration: none
}

.gh-codebox-content h4 {
    position: relative
}

.gh-codebox-content h4:before {
    top: 5px;
    left: -20px;
    width: 6px;
    height: 6px;
    border-radius: 100%
}

.gh-codebox-content h4:after,
.gh-codebox-content h4:before {
    content: "";
    position: absolute;
    display: block;
    background: #d3e4ee
}

.gh-codebox-content h4:after {
    top: 7px;
    left: -120px;
    width: 100px;
    height: 2px
}

@media (max-width:660px) {
    .gh-features-api-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .gh-codebox-content,
    .gh-features-api .gh-codebox {
        width: 100%
    }

    .gh-codebox-content h4:after {
        top: 100px;
        left: 50%;
        width: 2px;
        height: 100px
    }

    .gh-codebox-content h4:before {
        top: 95px;
        left: calc(50% - 2px)
    }

    .gh-codebox-content {
        padding-bottom: 25px;
        padding-left: 0
    }
}

@media (max-width:540px) {

    .gh-codebox-content h4:after,
    .gh-codebox-content h4:before {
        display: none
    }
}

.gh-features-platform-map {
    position: relative;
    margin-top: 3vw
}

.gh-map-location {
    position: absolute;
    margin-left: -12px
}

.gh-map-location svg {
    height: 36px
}

.gh-map-location svg path {
    fill: #fff;
    stroke: #343f44;
    stroke-width: 1
}

.gh-map-location-bubble {
    position: absolute;
    top: -60px;
    left: 50%;
    margin-left: -55px;
    padding: 9px 10px 10px;
    width: 110px;
    text-shadow: #fff 0 1px 0;
    background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .6)), to(hsla(0, 0%, 100%, .9)));
    background: linear-gradient(180deg, hsla(0, 0%, 100%, .6) 0, hsla(0, 0%, 100%, .9));
    border-radius: 4px;
    -webkit-box-shadow: rgba(0, 0, 0, .35) 0 0 1px, rgba(0, 0, 0, .15) 0 2px 4px;
    box-shadow: 0 0 1px rgba(0, 0, 0, .35), 0 2px 4px rgba(0, 0, 0, .15);
    -webkit-backdrop-filter: blur(2px)
}

.gh-map-location-bubble:after {
    margin-left: -6px;
    border-color: #fff transparent;
    border-width: 6px 6px 0
}

.gh-map-location-bubble:after,
.gh-map-location-bubble:before {
    content: "";
    position: absolute;
    top: 100%;
    right: auto;
    bottom: auto;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid
}

.gh-map-location-bubble:before {
    margin-left: -8px;
    border-color: rgba(0, 0, 0, .12) transparent;
    border-width: 8px 8px 0
}

@media (max-width:600px) {
    .gh-map-location-bubble {
        display: none
    }
}

@media (max-width:450px) {
    .gh-features-platform-map {
        display: none
    }

    .gh-features-platform-heading {
        padding-top: 1.5em
    }
}

.gh-map-location-name {
    font-size: 1.3rem;
    line-height: 1.25em;
    font-weight: 600
}

.gh-map-location-desc {
    font-size: 1.1rem;
    line-height: 1.25em
}

.gh-map-location-la {
    bottom: 56%;
    left: 13.7%
}

.gh-map-location-nyc {
    bottom: 59.8%;
    left: 26.7%
}

.gh-map-location-nyc .gh-map-location-bubble {
    display: none
}

.gh-map-location-lima {
    bottom: 28%;
    left: 26%
}

.gh-map-location-lima .gh-map-location-bubble {
    display: none
}

.gh-map-location-ams {
    bottom: 67.8%;
    left: 48.5%
}

.gh-map-location-ams .gh-map-location-bubble {
    -webkit-animation: bounce .6s cubic-bezier(.58, .1, .58, .25) infinite alternate;
    animation: bounce .6s cubic-bezier(.58, .1, .58, .25) infinite alternate;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@-webkit-keyframes bounce {

    0%,
    5% {
        -webkit-transform: translate3d(0, 2px, 0) scale(1);
        transform: translate3d(0, 2px, 0) scale(1)
    }

    to {
        background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .75)), to(hsla(0, 0%, 100%, .96)));
        background: linear-gradient(180deg, hsla(0, 0%, 100%, .75) 0, hsla(0, 0%, 100%, .96));
        -webkit-box-shadow: rgba(0, 0, 0, .35) 0 0 1px, rgba(0, 0, 0, .1) 0 5px 6px;
        box-shadow: 0 0 1px rgba(0, 0, 0, .35), 0 5px 6px rgba(0, 0, 0, .1);
        -webkit-transform: translate3d(0, -2px, 0) scale(1);
        transform: translate3d(0, -2px, 0) scale(1)
    }
}

@keyframes bounce {

    0%,
    5% {
        -webkit-transform: translate3d(0, 2px, 0) scale(1);
        transform: translate3d(0, 2px, 0) scale(1)
    }

    to {
        background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .75)), to(hsla(0, 0%, 100%, .96)));
        background: linear-gradient(180deg, hsla(0, 0%, 100%, .75) 0, hsla(0, 0%, 100%, .96));
        -webkit-box-shadow: rgba(0, 0, 0, .35) 0 0 1px, rgba(0, 0, 0, .1) 0 5px 6px;
        box-shadow: 0 0 1px rgba(0, 0, 0, .35), 0 5px 6px rgba(0, 0, 0, .1);
        -webkit-transform: translate3d(0, -2px, 0) scale(1);
        transform: translate3d(0, -2px, 0) scale(1)
    }
}

.gh-map-location-highlight svg path {
    fill: #ad26b4;
    stroke: #701975
}

.gh-map-location-highlight-blue svg path {
    fill: #3eb0ef;
    stroke: #328dbf
}

.gh-map-location-highlight-green svg path {
    fill: #a4d037;
    stroke: #83a62c
}

.gh-map-location-cairo {
    bottom: 53%;
    left: 55.7%
}

.gh-map-location-cairo .gh-map-location-bubble {
    display: none
}

.gh-map-location-joburg {
    bottom: 20%;
    left: 55%
}

.gh-map-location-moscow {
    bottom: 71%;
    left: 57.5%
}

.gh-map-location-moscow .gh-map-location-bubble {
    display: none
}

.gh-map-location-singapore {
    bottom: 36.4%;
    left: 75.6%
}

.gh-map-location-melbourne {
    bottom: 13.1%;
    left: 87.2%
}

.gh-map-location-michigan {
    bottom: 61%;
    left: 23.7%
}

.gh-map-location-london {
    bottom: 67.6%;
    left: 46.8%
}

.gh-map-location-berlin {
    bottom: 68.1%;
    left: 50.2%
}

.gh-map-location-linz {
    bottom: 64.5%;
    left: 51.5%
}

.gh-map-location-luxor {
    bottom: 50.5%;
    left: 56%
}

.gh-map-location-chiangmai {
    bottom: 45.4%;
    left: 74.6%
}

.gh-map-location-wellington {
    bottom: 11.3%;
    left: 95.7%
}

.gh-features-platform-content {
    margin: -23px auto 0;
    max-width: 600px;
    text-align: center
}

.gh-features-platform-heading svg {
    height: 38px
}

.gh-features-platform-heading .gh-badge {
    margin-left: 3px;
    padding-top: 3px;
    padding-bottom: 2px;
    font-size: 1.4rem
}

.gh-features-textphoto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.gh-features-textphoto-copy {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px
}

.gh-features-textphoto-image {
    position: relative;
    padding: 0 0 0 70px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.gh-features-2browsers {
    position: relative;
    margin-bottom: 40px;
    padding: 0 0 27px 60px
}

.gh-features-2browsers .gh-features-2browsers-bottom {
    position: relative;
    width: 600px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.gh-features-2browsers .gh-features-2browsers-bottom:hover {
    z-index: 400
}

.gh-features-2browsers-top {
    position: absolute;
    bottom: 0;
    left: 0
}

.gh-features-2browsers-caption {
    position: absolute;
    bottom: -37px;
    left: 0;
    color: #738a94;
    font-size: 1.3rem;
    line-height: 1.4em
}

@media (max-width:1020px) {
    .gh-features-textphoto {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .gh-features-textphoto-image {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding: 0;
        width: 100%
    }

    .gh-features-textphoto-copy {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin: 4vw auto 0;
        max-width: 720px
    }

    .gh-features-2browsers {
        margin: 0 auto;
        padding-left: 0;
        max-width: 720px
    }

    .gh-features-2browsers .gh-features-2browsers-top {
        position: static
    }

    .gh-features-2browsers .gh-features-2browsers-bottom {
        display: none
    }

    .gh-browser {
        max-width: 720px;
        width: 100%
    }

    .gh-features-2browsers-caption {
        position: static;
        margin-top: 10px
    }
}

.gh-publishingtools {
    background: radial-gradient(circle farthest-corner at right bottom, #003441 0, #1a465d 100%)
}

.gh-publishingtools a {
    color: #3eb9ef
}

.gh-publishingtools-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.gh-publishingtools-copy {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px
}

.gh-publishingtools-image {
    position: relative;
    margin-bottom: 20px;
    padding: 40px 0 68px 70px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.gh-deskmock {
    overflow: visible
}

.gh-deskmock-browser {
    overflow: hidden;
    width: 900px;
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: rgba(0, 0, 0, .35) 0 0 1px, rgba(0, 0, 0, .15) 0 2px 4px;
    box-shadow: 0 0 1px rgba(0, 0, 0, .35), 0 2px 4px rgba(0, 0, 0, .15)
}

.gh-deskmock-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 8px;
    height: 24px;
    background: #f5f7f8;
    -webkit-box-shadow: #e7e8ea 0 -1px 0 inset, hsla(0, 0%, 100%, .26) 0 1px 0 inset;
    box-shadow: inset 0 -1px 0 #e7e8ea, inset 0 1px 0 hsla(0, 0%, 100%, .26)
}

.gh-deskmock-buttons,
.gh-deskmock-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.gh-deskmock-buttons {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 36px
}

.gh-deskmock-button {
    width: 8px;
    height: 8px;
    border: 1px solid #d2e0e6;
    background: rgba(0, 0, 0, .03);
    border-radius: 6px
}

.gh-publishingtools-image-caption {
    position: absolute;
    bottom: 23px;
    left: 265px;
    font-size: 1.3rem;
    opacity: .8
}

.gh-mobilemock {
    position: absolute;
    bottom: 0;
    left: 25px;
    z-index: 10
}

.gh-mobilemock-device {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 8px;
    width: 210px;
    background: radial-gradient(circle farthest-corner at right bottom, #e6ebee 0, #f5f7f8 100%);
    border-radius: 19px;
    -webkit-box-shadow: hsla(0, 0%, 100%, .5) 0 0 0 1px inset, rgba(0, 0, 0, .2) 0 0 1px, rgba(0, 0, 0, .15) 0 2px 4px;
    box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, .5), 0 0 1px rgba(0, 0, 0, .2), 0 2px 4px rgba(0, 0, 0, .15)
}

.gh-mobilemock-device-x {
    padding: 8px;
    border-radius: 30px
}

.gh-mobilemock-device-x .gh-mobilemock-screen {
    border-radius: 25px;
    overflow: hidden
}

.gh-mobilemock-notch {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 38%;
    height: 21px;
    position: absolute;
    background: #f5f7f8;
    border-radius: 0 0 10px 10px
}

.gh-mobilemock-notch:before {
    left: -10px;
    background-image: radial-gradient(circle at 0 100%, transparent 10px, #f5f7f8 0)
}

.gh-mobilemock-notch:after,
.gh-mobilemock-notch:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    height: 10px;
    width: 10px
}

.gh-mobilemock-notch:after {
    right: -10px;
    background-image: radial-gradient(circle at 100% 100%, transparent 10px, #f5f7f8 0)
}

.gh-mobilemock-holes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px 0 18px
}

.gh-mobilemock-sensor {
    margin: 0 5px 0 0;
    width: 5px;
    height: 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(#d7dfe3), to(#d1dadf));
    background: linear-gradient(180deg, #d7dfe3 0, #d1dadf);
    border-radius: 5px;
    -webkit-box-shadow: rgba(0, 0, 0, .03) 0 0 0 1px inset;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .03)
}

.gh-mobilemock-earpiece {
    width: 30px;
    height: 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(#bcc9d0), to(#dde4e7));
    background: linear-gradient(180deg, #bcc9d0 0, #dde4e7);
    border-radius: 5px;
    -webkit-box-shadow: rgba(0, 0, 0, .05) 0 1px 3px inset, rgba(0, 0, 0, .05) 0 1px 0 inset, rgba(0, 0, 0, .01) 0 0 0 1px inset, #fff 0 1px 0;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), inset 0 1px 0 rgba(0, 0, 0, .05), inset 0 0 0 1px rgba(0, 0, 0, .01), 0 1px 0 #fff
}

.gh-mobilemock-screen {
    border: 1px solid #e9f0f3
}

.gh-mobilemock-screen img {
    display: block;
    width: 100%
}

.gh-mobilemock-homebutton {
    margin: 7px 0 9px;
    width: 25px;
    height: 25px;
    background: -webkit-gradient(linear, left top, left bottom, from(#e0e6e9), to(#f8f9fa));
    background: linear-gradient(180deg, #e0e6e9 0, #f8f9fa);
    border-radius: 100%;
    -webkit-box-shadow: rgba(0, 0, 0, .05) 0 1px 3px inset, rgba(0, 0, 0, .05) 0 1px 0 inset, rgba(0, 0, 0, .01) 0 0 0 1px inset, #fff 0 1px 0;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), inset 0 1px 0 rgba(0, 0, 0, .05), inset 0 0 0 1px rgba(0, 0, 0, .01), 0 1px 0 #fff
}

@media (max-width:960px) {
    .gh-publishingtools-image-caption {
        display: none
    }
}

@media (max-width:660px) {
    .gh-publishingtools-image {
        margin-top: 4vw
    }

    .gh-publishingtools-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .gh-deskmock-browser {
        width: 100%
    }

    .gh-mobilemock-device {
        width: 40%
    }

    .gh-mobilemock {
        left: 0
    }
}

.gh-publishingtools-grid {
    padding-top: 2vw
}

.gh-publishingtools-grid svg {
    fill: #fff
}

.gh-features-seo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 3vw;
    margin-bottom: 2vw
}

.gh-features-seo-graphic {
    padding: 25px 30px 30px;
    width: 380px;
    background: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .07), 0 2px 5px rgba(0, 0, 0, .03);
    box-shadow: 0 0 1px rgba(0, 0, 0, .07), 0 2px 5px rgba(0, 0, 0, .03)
}

.gh-features-seo-graphic-group {
    margin-bottom: 25px;
    color: #738a94
}

.gh-features-seo-label {
    display: block;
    margin: 0 0 4px;
    color: #343f44;
    font-size: 1.3rem;
    font-weight: 700
}

.gh-features-seo-input {
    overflow: hidden;
    padding: 8px 10px;
    border: 1px solid #c5d2d9;
    font-size: 1.4rem;
    font-weight: 400;
    border-radius: 4px
}

.gh-features-seo-input-single {
    white-space: nowrap
}

.gh-features-seo-desc {
    display: inline-block;
    margin: 4px 0 0;
    color: #738a94;
    font-size: 1.3rem
}

.gh-features-seo-desc-right {
    float: right;
    margin: 4px 0 0;
    color: #738a94;
    font-size: 1.3rem
}

.gh-features-seo-desc-right span {
    color: #a4d037;
    font-weight: 700
}

.gh-features-seo-graphic-preview {
    font-family: Arial, sans-serif
}

.gh-features-seo-serptitle {
    color: #1e0fbe;
    font-size: 1.8rem;
    line-height: 2.16rem;
    text-overflow: ellipses;
    word-wrap: break-word;
    -webkit-text-overflow: ellipsis
}

.gh-features-seo-serpurl {
    margin: 1px 0 2px;
    color: #006621;
    font-size: 1.3rem;
    line-height: 1.6rem;
    word-wrap: break-word
}

.gh-features-seo-serpdesc {
    color: #545454;
    font-size: 1.3rem;
    line-height: 1.4em;
    word-wrap: break-word
}

.gh-features-seo-content {
    padding: 0 0 0 50px
}

.gh-features-seo-content-section {
    position: relative;
    padding-left: 50px;
    max-width: 580px
}

.gh-features-seo-content-section svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    fill: #fff
}

.gh-features-seo-content-head {
    margin-top: 0;
    font-size: 2.4rem;
    font-weight: 400
}

.gh-features-seo-content-subhead {
    margin-bottom: 50px;
    font-size: 2rem;
    line-height: 1.4em;
    font-weight: 300
}

.gh-features-seo-content-section h3 {
    margin: 30px 0 .1em;
    font-size: 1.7rem
}

.gh-features-seo-content-section:last-of-type p {
    margin-bottom: 0
}

@media (max-width:920px) {
    .gh-features-seo {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 4vw
    }

    .gh-features-seo-content {
        padding: 50px 0 0
    }

    .gh-features-seo-content-section {
        margin: 0 auto
    }

    .gh-features-seo-content-head,
    .gh-features-seo-content-subhead {
        text-align: center
    }
}

@media (max-width:660px) {
    .gh-features-seo-content-head {
        font-size: 4.8vw
    }

    .gh-features-seo-content-subhead {
        font-size: 1.6rem
    }
}

.gh-features-org {
    background: radial-gradient(circle farthest-corner at right bottom, #1e2427 0, #343f44 100%)
}

body {
    background: #f8fafc
}

.gh-nav-logo,
.gh-nav-logo:hover {
    color: #26a6ed
}

.gh-gscan-head {
    margin-bottom: 6vw;
    text-align: center
}

.gh-subhead.warning {
    margin-top: .5em;
    color: #f05230
}

.gh-input-icon.select-arrow {
    position: absolute;
    display: none;
    bottom: 15px;
    right: 38px
}

.gh-input-icon.select-arrow svg {
    width: 14px;
    height: 8px;
    fill: #677d87;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out
}

.gh-input-icon.select-arrow svg g {
    stroke: #677d87
}

.gh-input-icon.select-arrow.active {
    display: inherit
}

.report-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.gh-section.report {
    padding-top: 0
}

.report-section {
    padding: 0
}

.report-section.results {
    width: 60%
}

.report-section.meta,
.report-section.results {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.report-section.meta {
    overflow: hidden;
    margin-top: 25px;
    padding: 20px;
    width: 40%;
    border: 1px solid #e5eff5;
    border-radius: 5px
}

.image-container {
    margin: -20px -20px 20px;
    border-bottom: 1px solid #e5eff5
}

.info {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    width: 100%
}

.report-meta ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.image-container img {
    max-width: 100%
}

.report-heading {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 4vw;
    font-size: 36px;
    font-weight: 500;
    margin: 0 0 40px;
    padding: 0
}

.report-heading,
.result-summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.result-summary .title strong {
    font-weight: 600
}

.report h3,
.report h4 {
    line-height: 1.6
}

.report h3 {
    display: block;
    font-size: 2rem;
    font-weight: 600;
    padding: 0;
    margin: 0
}

.report h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    opacity: 1
}

.details {
    border-top: 1px solid #e5eff5;
    margin-top: 12px;
    margin-bottom: 8px;
    padding: 20px;
    background: #f2f6fa;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.details,
.details p {
    font-size: 1.3rem;
    line-height: 1.6em
}

.details p,
.details ul {
    margin-bottom: 0
}

.details h4 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-top: 24px;
    color: #52636b;
    display: inline-block;
    border-bottom: 1px solid #c5d2d9
}

.level-group.passes .details {
    padding-top: 0
}

.toggle-details .hide {
    display: none
}

.toggle-details {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin-top: 2px;
    padding: 0;
    height: 20px;
    font-size: 1.3rem;
    opacity: 1;
    cursor: pointer
}

.details.hide {
    display: none
}

.indicator {
    display: inline-block;
    margin-right: 6px;
    width: 30px;
    height: 30px;
    color: #fff;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
    background: transparent;
    border-radius: 100%
}

.health-meter {
    margin-bottom: 40px;
    padding: 28px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: none;
    border: 1px solid #c5d2d9
}

.health-meter h4 {
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #738a94
}

.score {
    display: inline-block;
    padding: 8px;
    border-radius: 5px;
    color: #fff;
    font-size: 2.7rem;
    font-weight: 500;
    margin-top: 12px
}

.score.error {
    background: #f05230
}

.score.warning {
    background: #f2a925
}

.score.passing {
    background: #a4d037
}

.features li {
    list-style-type: none
}

.features li:before {
    content: "\2713\0020"
}

.tags li {
    display: inline;
    list-style-type: none
}

.tags li:after {
    content: ","
}

.tags li:last-child:after {
    content: "."
}

button[type=submit].button-add:disabled,
button[type=submit].button-add:disabled:hover {
    color: #b3b9ba;
    background: #eeefef;
    cursor: not-allowed
}

.rule-group {
    border: 1px solid #e5eff5;
    border-radius: 5px;
    background: #fff;
    margin: 12px 0 50px;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .06), 0 2px 6px rgba(0, 0, 0, .03);
    box-shadow: 0 0 1px rgba(0, 0, 0, .06), 0 2px 6px rgba(0, 0, 0, .03)
}

.rule {
    padding: 20px 24px 16px;
    border-bottom: 1px solid #e5eff5;
    background: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.rule-group article:last-of-type {
    border-bottom: none
}

.rule>p {
    margin: 0;
    position: relative
}

.rule>p:before {
    font-weight: 600
}

.level-group.errors .rule>p:before {
    content: "Error: "
}

.level-group.warnings .rule>p:before {
    content: "Warning: "
}

.level-group.recommendations .rule>p:before {
    content: "Recommendation: "
}

.rule>p:after {
    content: "";
    position: absolute;
    top: 4px;
    left: -24px;
    display: block;
    height: 16px;
    width: 7px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px
}

.level-group.errors .rule>p:after {
    background: #f05230
}

.level-group.warnings .rule>p:after {
    background: #fecd35
}

.level-group.recommendations .rule>p:after {
    background: #738a94
}

.level-group.passes .rule>p:after {
    background: #a4d037;
    top: 2px
}

.features ul,
.level-group.passes .details {
    padding: 0
}

.gh-section-gscan-uploader {
    min-height: 70vh
}

.gh-gscan-uploader {
    margin-bottom: 8vw;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.gh-gscan-uploader,
.gh-gscan-uploader-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.gh-gscan-uploader-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 50px 45px;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 8px 28px 50px rgba(39, 44, 49, .07), 1px 6px 12px rgba(39, 44, 49, .04);
    box-shadow: 8px 28px 50px rgba(39, 44, 49, .07), 1px 6px 12px rgba(39, 44, 49, .04)
}

.gh-gscan-uploader-form label {
    display: block;
    margin: 0 0 8px;
    font-size: 1.3rem;
    line-height: 1.3em;
    font-weight: 400
}

.gh-gscan-uploader-form .gh-select {
    line-height: 1em;
    padding: 12px
}

@media (max-width:500px) {
    .report-heading {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .result-summary {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 380px;
        flex: 1 1 380px;
        margin-bottom: 1em
    }
}

.gh-section-themenewsletter {
    background: radial-gradient(circle farthest-corner at right bottom, #003441 0, #1a465d 100%)
}

.newsletter-form-container {
    position: relative;
    z-index: 900;
    width: 85%;
    max-width: 600px;
    margin: 4vw auto;
    padding: 30px 50px 40px;
    color: #738a94;
    text-shadow: none;
    background: #fff;
    border-radius: 10px;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-box-shadow: rgba(39, 44, 49, .07) 8px 28px 50px, rgba(39, 44, 49, .04) 1px 6px 12px;
    box-shadow: 8px 28px 50px rgba(39, 44, 49, .07), 1px 6px 12px rgba(39, 44, 49, .04)
}

.newsletter-form {
    width: 100%
}

.newsletter-form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.newsletter-form label {
    display: inline-block;
    margin: 0 0 5px;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    color: #3eb0ef
}

.newsletter-form-group .gh-input {
    width: 100%;
    margin-right: 10px
}

.newsletter-form-group .gh-btn {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.newsletter-form small {
    display: block;
    margin: 10px 0 0;
    font-size: 1rem;
    line-height: 1.5em;
    font-weight: 600
}

.newsletter-confirmed-message,
.newsletter-success-message {
    display: none;
    text-align: center;
    border: 1px solid #a4d037;
    background: #fff;
    border-radius: 10px
}

.successfully-confirmed .newsletter-confirmed-message,
.successfully-subscribed .newsletter-success-message {
    display: block
}

.gh-foot {
    background: #fff
}

.gh-foot-support {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e5eff5
}

.gh-support-email,
.gh-support-slack {
    display: block;
    position: relative;
    margin: 40px 0;
    padding: 25px 35px 25px 120px;
    width: 50%;
    text-align: left
}

.gh-support-email {
    border-right: 1px solid #e5eff5
}

.gh-foot-support svg {
    position: absolute;
    top: 30px;
    left: 35px;
    width: 50px;
    height: auto
}

.gh-support-email svg {
    fill: #a4d037
}

.gh-support-slack svg {
    fill: #ad26b4
}

.gh-foot-support h4 {
    margin-top: 0;
    color: #343f44
}

.gh-foot-support p {
    margin-bottom: 0;
    line-height: 1.65em
}

.gh-foot-support strong {
    color: #3eb0ef
}

@media (max-width:800px) {
    .gh-foot-support {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .gh-support-email,
    .gh-support-slack {
        margin: 0 auto;
        max-width: 400px;
        width: 100%
    }

    .gh-support-email {
        border-right: none;
        border-bottom: 1px solid #e5eff5
    }
}
