@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans:400,400i,700,700i&display=swap');

/*GERAL ------------------------------------------------------------------------------------------------*/
* {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    color: #000;
    font-family: 'IBM Plex Sans', sans-serif;
    font-feature-settings: case, ss01;
    font-size: 1em;
    font-weight: 400;
    line-height: 160%;
    margin: 0;
    outline: 0;
    padding: 0;
    text-align: left;
    text-decoration: none;
    /*-webkit-appearance: none;*/
}

#main-wrapper,
.section-wrapper,
footer {
    display: table;
    margin: auto;
    max-width: 72em;
    padding: 6vh 1.5em;
    width: 100%;
}

.narrow-content {
    margin: auto;
    max-width: 45em;
}

h1,
h2,
h3,
h4,
strong,
b {
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 110%;
    padding-bottom: 0.5em;
    padding-top: 25px;
}

h1 {
    font-size: 2.5em;
}

h2 {
    font-size: 1.4em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

p {
    font-size: 1.1em;
    padding-bottom: 1em;
}

.big {
    font-size: 160%;
    line-height: 140%;
}

.small {
    font-size: 90%;
    color: #aaa;
}

.center {
    text-align: center;
}

a {
    color: #0063ff;
    transition: all 0.2s ease-in-out;
}

a:hover {
    color: #002eff;
}

article {
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    clear: both;
    display: table;
    width: 100%;
}

article section {
    padding: 2.5em 0 2em;
}

article:first-child,
#no-border {
    border: none;
}

aside ul {
    padding: 0;
}

aside li {
    list-style-type: none;
    margin: 0;
}

aside a {
    color: #aaa;
    display: inline-block;
    padding: 0.3em 0;
}

#aside-selected {
    color: #000;
}

aside,
header .menu-btn {
    display: none;
}

figure {
    margin-bottom: 1em;
}

figcaption {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    color: #aaa;
    font-size: 0.8em;
    font-style: italic;
    padding: 1em 0;
}

#home img,
img,
video {
    border-radius: 0.4em;
    display: block;
    margin: 0em auto;
    width: 100%;
}

img {
    border-radius: 0.2em;
}

form {
    display: block;
    overflow: hidden;
}

ul,
ol {
    margin-bottom: 2em;
    padding-left: 1.2em;
}

li {
    margin-bottom: 0.5em;
}

kbd {
    background-color: #fff;
    border: 1px solid #ececec;
    border-radius: 0.3em;
    margin: 0;
    padding: 0.4em 0.5em;
    text-transform: uppercase;
}

table {
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-collapse: collapse;
    font-size: 0.8em;
    margin: 1em 0;
    text-transform: uppercase;
    width: 100%;
}

td,
th {
    font-weight: 700;
    margin: 0;
    padding: 1em;
    text-align: left;
}

tr:first-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

time {
    color: #aaa;
    display: block;
    font-size: 0.8em;
    margin-bottom: 2em;
    margin-top: -1em;
    padding: 0;
    text-transform: uppercase;
}

.question {
    font-size: 1.2em;
    font-weight: 700;
    padding-bottom: 0.5em;
    padding-top: 2.5em;
}

#downloading {
    background: url(../img/main/downloading.svg) no-repeat top 7vh center;
    background-size: 100px;
    padding-top: calc(7vh + 3em);
}

#thanks {
    background: url(../img/main/thanks.svg) no-repeat top 7vh center;
    background-size: 100px;
    padding-top: calc(7vh + 3em);
}

.kbd-small {
    padding: 0.2em 0.4em 0.3em;
}

.update-description,
#first-question {
    padding-top: 0;
}


/*CTAS & INPUTS------------------------------------------------------------------------------------------------*/

.cta-primary,
.cta-secondary,
input[type="submit"] {
    background-color: #0063ff;
    border: none;
    border-radius: 0.3em;
    color: #fff;
    display: inline-block;
    font-size: 1.1em;
    padding: 0.7em 1em;
    text-align: center;
    transition: all 0.2s ease-in-out;
}

.cta-primary:hover,
input[type="submit"]:hover {
    background-color: #002eff;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    color: #fff;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.cta-secondary {
    background-color: #fff;
    border: 2px solid #0063ff;
    color: #0063ff;
    padding: 0.65em 1em;
    transition: all 0.2s ease-in-out;
}

.cta-secondary:hover,
.cta-small:hover {
    background-color: #002eff;
    border: 2px solid #002eff;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    color: #fff;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.cta-small,
.cta-small-white {
    border: 2px solid #0063ff;
    border-radius: 0.3em;
    color: #0063ff;
    display: inline-block;
    font-size: 0.9em;
    margin-top: 2.5em;
    padding: 0.4em 1em;
    transition: all 0.2s ease-in-out;
}

.cta-small-white {
    border: 2px solid #fff;
    color: #fff;
}

.cta-small-white:hover {
    background-color: #fff;
    border: 2px solid #fff;
    color: #0063ff;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

input {
    border: 1px solid #ececec;
    border-radius: 0.3em;
    font-size: 1.1em;
    margin-bottom: 1em;
    padding: 0.6em 1em 0.7em;
    width: 100%;
}

input:focus {
    background-color: #fff;
    border-color: #0063ff;
}


/*header ------------------------------------------------------------------------------------------------*/

#logo {
    background: url(../img/main/sip-logo.svg) no-repeat left center;
    background-size: 33px;
    color: rgba(0, 0, 0, 0);
    display: inline-block;
    font-size: 0.5em;
    padding: 3.5em 0;
    width: 33px;
    transition: all 0.2s ease-in-out;
}

#logo:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

header {
    background-color: #fff;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.04);
    margin: 0;
    padding: 0;
    position: fixed;
    width: 100%;
    z-index: 100;
}

header .menu {
    clear: both;
    max-height: 0;
    transition: max-height 0.2s ease-out;
}

header .menu-btn:checked~.menu {
    max-height: 30em;
}

header .menu-btn:checked~.menu-icon .navicon {
    background: transparent;
}

header .menu-btn:checked~.menu-icon .navicon:after {
    transform: rotate(45deg);
}

header .menu-btn:checked~.menu-icon .navicon:before {
    transform: rotate(-45deg);
}

header .menu-btn:checked~.menu-icon:not(.steps) .navicon:before,
header .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
    top: 0;
}

header .menu-icon {
    cursor: pointer;
    display: inane-block;
    float: right;
    margin-right: -1.5em;
    padding: 2.1em 1.5em;
    position: relative;
    user-select: none;
}

header .menu-icon .navicon {
    background-color: #333;
    display: block;
    height: 2px;
    position: relative;
    transition: background 0.2s ease-out;
    width: 22px;
}

header .menu-icon .navicon:after {
    top: -7px;
}

header .menu-icon .navicon:before {
    top: 7px;
}

header .menu-icon .navicon:before,
header .menu-icon .navicon:after {
    background-color: #333;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transition: all 0.2s ease-out;
    width: 100%;
}

header div {
    margin: auto auto 0;
    max-width: 72em;
    padding: 0 1.5em;
}

header nav {
    margin: 0;
    overflow: hidden;
    padding: 0;
}

header nav a {
    color: #000;
    display: block;
    margin: 0 0 1em;
    padding: 0.5em 1.5em;
    text-align: center;
    text-decoration: none;
}

header nav a:last-child {
    border: 2px solid #0063ff;
    border-radius: 0.3em;
    color: #0063ff;
    margin: auto auto 1em;
    max-width: 12em;
    transition: all 0.2s ease-in-out;
}

header nav a:last-child:hover {
    -webkit-transform: translateY(-2px);
    background-color: #002eff;
    border: 2px solid #002eff;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    color: #fff;
    transform: translateY(-2px);
}


/*Footer ------------------------------------------------------------------------------------------------*/

footer p {
    text-transform: uppercase;
    font-size: 0.8em;
    color: #aaa;
}

footer ul {
    overflow: hidden;
    padding: 0 0 4em 0;
    border-bottom: rgb(231, 231, 231) 1px solid;
}

footer li {
    list-style: none;
    margin: 0 auto;
    padding: 0.5em 0;
    width: 50%;
    float: left;
}

footer li a {
    color: rgb(119, 119, 119);
}

footer li a:hover {
    color: #000;
}


/*Docs ------------------------------------------------------------------------------------------------*/

#documentation {
    width: 100%;
}

.shortcut {
    margin: 0.5em 0 2em;
    padding: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.shortcut li {
    list-style-type: none;
    margin: 0;
    padding: 1em 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.shortcut li:hover {
    background-color: rgba(0, 0, 0, 0.01);
}

.keyboards {
    float: right;
    margin: 0;
    padding: 0;
    text-align: right;
}

.success-message,
.error-message {
    background-color: #fa8436;
    border-radius: 0.3em;
    color: #fff;
    font-size: 1em;
    margin: 0 0 1em 0;
    padding: 0.5em;
    text-align: center;
}

.success-message {
    background-color: #3cb617;
}

.tip {
    background-color: #ffc40015;
    border: 1px solid rgba(191, 144, 0, 0.11);
    border-radius: 0.3em;
    color: #bf9000;
    font-size: 1em;
    margin: 0 0 2em;
    padding: 1em 1em;
}

.code {
    background-color:rgba(43, 43, 43, 0.05);
    border: 1px solid rgba(43, 43, 43, 0.10);
    border-radius: 0.3em;
    color: rgba(43, 43, 43, 1.00);
    font-size: 0.8em;
    font-family: 'Menlo', 'Courier New', Courier, monospace;
    margin: 0.1em;
    padding: 0.2em;
}

.code a:link, 
.code a:visited,
.code a:active  {
    color: rgba(13, 13, 13, 1.00);
    font-size: 1em;
    font-family: 'Menlo', 'Courier New', Courier, monospace;
}

.code a:hover  {
    color: rgba(17, 131, 255, 1.00);
    font-size: 1em;
    font-family: 'Menlo', 'Courier New', Courier, monospace;
}

.osVersion {
    background-color: #ffc40015;
    border: 1px solid rgba(191, 144, 0, 0.11);
    border-radius: 0.3em;
    color: #bf9000;
    font-size: 1em;
    margin: 0.1em;
    padding: 0.3em;
}

article footer {
    position: sticky;
    position: -webkit-sticky;
    padding: .5em 0 1.5em;
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    bottom: 0;
    overflow: hidden;
    position: 0;
    z-index: 90;
}

article footer a {
    float: left;
    padding: 1em 0;
}

#next {
    float: right;
}


/*About ------------------------------------------------------------------------------------------------*/

.team {
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    margin-top: 3em;
    padding-top: 1.5em;
}

.team * {
    text-align: center;
}

.team-member {
    margin-bottom: 1em;
    padding: 1em;
    max-width: 22em;
    margin: auto;
}

.team-member ul {
    font-size: 0;
    text-align: center;
}

.team-member li {
    display: inline-block;
}

.team-member li a {
    background-color: #000;
    border: 1px solid #ececec;
    border-radius: 100px;
    display: block;
    height: 50px;
    margin: 5px;
    width: 50px;
}

.team-member li a:hover {
    background-color: #002eff;
}

.dribbble {
    background: url(../img/main/dribbble.svg) no-repeat center;
    background-size: 50px;
}

.github {
    background: url(../img/main/github.svg) no-repeat center;
    background-size: 50px;
}

.linkedin {
    background: url(../img/main/linkedin.svg) no-repeat center;
    background-size: 50px;
}

.stackoverflow {
    background: url(../img/main/stackoverflow.svg) no-repeat center;
    background-size: 50px;
}

.twitter {
    background: url(../img/main/twitter.svg) no-repeat center;
    background-size: 50px;
}


/*Pricing ------------------------------------------------------------------------------------------------*/

#section-pricing {
    background: #24003c url(../img/home/smart-formats-bg.png) no-repeat center bottom;
    background-size: 1000px;
    padding-bottom: 0;
}

#section-pricing h1 {
    color: #fff;
    text-align: center;
    padding: 8vh 0 6vh;
}

.pack {
    background-color: #280440;
    border-radius: 0.6em;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 0 1px rgba(255, 255, 255, 0.3), 0 1px 20px rgba(0, 0, 0, 0.1);
    color: #fff;
    margin: 0 auto 2em;
    max-width: 23em;
    padding: 2.5em 2em;
    transition: all 0.2s ease-in-out;
}

.pack:hover {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 0 1px rgba(255, 255, 255, 0.3), 0 1px 80px rgba(0, 0, 0, 0.3);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.pack h2 {
    color: #fff;
    padding-bottom: 1.5em;
    padding-top: 0;
    font-size: 1.5em;
}

.pack ul {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1.5em 0 0 1.5em;
}

.pack li {
    color: #fff;
    font-size: 1.1em;
    list-style-image: url(../img/main/icon-check-white.svg);
}

.pack .cta-secondary {
    background: #24003c;
    border-color: #fff;
    color: #fff;
    display: block;
}

.pack .cta-secondary:hover {
    background-color: #fff;
    color: #002eff;
}

#pack-buy .cta-primary {
    background: #fff;
    color: #002eff;
    display: block;
}

#pack-buy {
    background-color: #002eff;
}

#vat {
    text-transform: none;
    font-size: 0.8em;
    opacity: 0.5;
    -webkit-transform: translate(3px, -1px);
    transform: translate(3px, -1px);
    display: inline-block;
}

#pack-buy * {
    color: #fff;
}

#pack-buy ul {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.price {
    font-size: 2em;
    font-weight: 400;
    padding: 0;
}

.total {
    font-size: 16px;
    padding-bottom: 1.5em;
    text-transform: uppercase;
}

#total {
    font-weight: 700;
}

#pack-buy h2,
.devices {
    font-size: 16px;
    font-weight: 400;
    opacity: 0.5;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

#faqs-margin {
    padding-top: 4vh;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}


/*Stepper ------------------------------------------------------------------------------------------------*/

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.number-input-nav {
    background-color: #061c9a;
    border: 1px solid #061c9a;
    border-radius: 0 0.3em 0.3em 0;
    display: block;
    float: right;
    height: 51px;
    overflow: hidden;
}

.number-input input {
    background-color: #061c9a;
    border: none;
    border-radius: 0.3em 0 0 0.3em;
    font-weight: 700;
    height: 51px;
    margin-bottom: 1em;
    text-align: center;
    width: calc(100% - 42px);
}

.number-input-button {
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    background: url(../img/main/subtract.svg) center no-repeat #002eff;
    cursor: pointer;
    font-size: 0;
    height: 24px;
    margin-bottom: 1px;
    text-align: center;
    user-select: none;
    width: 40px;
    transition: all 0.2s ease-in-out;
}

.number-input-button:first-child {
    background: url(../img/main/add.svg) no-repeat center;
    background-color: #002eff;
}

.number-input-button:hover {
    background-color: #006eff;
}


/*Home ------------------------------------------------------------------------------------------------*/

#home .section-wrapper * {
    text-align: center;
}

#home-hero .section-wrapper {
    padding: 20vh 1.5em 0;
}


#home-hero h1 {

    animation: fadein-2 2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation: fadein-2 2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-animation: fadein-2 2s cubic-bezier(0.215, 0.61, 0.355, 1);
    max-width: 10em;
    margin: auto;
    margin-bottom: 5vh;
}

#home-hero .cta-primary {
    display: block;
    margin: auto;
    padding: 1em;
    width: 12em;
    animation: fadein-3 2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-animation: fadein-3 2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-animation: fadein-3 2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.home-section-content {
    margin: auto;
    max-width: 24em;
}

#clients {
    margin: auto;
    max-width: 95em;
    overflow: hidden;
    padding: 8vh 1.5em;
}

#clients h2 {
    font-size: 1.3em;
    font-weight: 400;
    text-align: center;
}

#clients ul {
    margin-top: 2em;
    padding: 0;
}

#clients li {
    float: left;
    list-style: none;
    width: 25%;
}

#clients li a {
    background-size: 50px;
    border-radius: 7px;
    display: block;
    font-size: 0;
    height: 80px;
    margin: 0;
    padding: 0;
    transition: all 0.2s ease-in-out;
}

#clients li a:hover {
    -webkit-transform: translateY(-2px);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

#google-client {
    background: url(../img/home/google.svg) no-repeat center;
}

#disney-client {
    background: url(../img/home/disney.svg) no-repeat center;
}

#adobe-client {
    background: url(../img/home/adobe.svg) no-repeat center;
}

#netflix-client {
    background: url(../img/home/netflix.svg) no-repeat center;
}

#airbnb-client {
    background: url(../img/home/airbnb.svg) no-repeat center;
}

#dropbox-client {
    background: url(../img/home/dropbox.svg) no-repeat center;
}

#ibm-client {
    background: url(../img/home/ibm.svg) no-repeat center;
}

#twitter-client {
    background: url(../img/home/twitter.svg) no-repeat center;
}

#apple-client {
    background: url(../img/home/apple.svg) no-repeat center;
}

#facebook-client {
    background: url(../img/home/facebook.svg) no-repeat center;
}

#amazon-client {
    background: url(../img/home/amazon.svg) no-repeat center;
}

#pinterest-client {
    background: url(../img/home/pinterest.svg) no-repeat center;
}

#section-color-picker h1,
#section-color-picker p,
#section-smart-formats h1,
#section-smart-formats p,
#section-color-dock h1,
#section-color-dock p,
#section-buy-sip h1,
#section-buy-sip p {
    color: #fff;
}

#section-color-picker {
    background: #24003c url(../img/home/color-picker-bg.png) no-repeat center top 45em;
    background-size: 100%;
}

#section-color-picker h1 {
    background: url(../img/home/color-picker.svg) no-repeat top center;
    padding-top: 2em;
}

#section-color-picker figure img {
    max-width: 300px;
}

#section-editor h1 {
    background: url(../img/home/editor.svg) no-repeat top center;
    padding-top: 2em;
}

#section-palettes h1 {
    background: url(../img/home/palettes.svg) no-repeat top center;
    padding-top: 2em;
}

#section-editor .section-wrapper {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

#section-smart-formats {
    background: #24003c url(../img/home/smart-formats-bg.png) no-repeat center bottom;
    background-size: 1000px;
    padding-bottom: 0;
}

#section-smart-formats video {
    border-radius: 0;
    margin-bottom: 0;
    max-width: 700px;
    border-radius: 0.7em 0.7em 0 0;
}

#section-smart-formats .section-wrapper {
    padding-bottom: 0;
}

#section-smart-formats h1 {
    background: url(../img/home/smart-formats.svg) no-repeat top center;
    padding-top: 2em;
}

#section-custom-formats h1 {
    background: url(../img/home/custom-formats.svg) no-repeat top center;
    padding-top: 2em;
}

#section-custom-formats figure img {
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 40px rgba(0, 0, 0, 0.1);
    max-width: 592px;
}

#section-color-dock {
    background: #24003c url(../img/home/color-dock-bg.png) no-repeat center top 30em;
    background-size: 100%;
}

#section-color-dock h1 {
    background: url(../img/home/color-dock.svg) no-repeat top center;
    padding-top: 2em;
}

#color-dock-img-l img {
    -webkit-transform: translatex(-1.5em);
    border-radius: 0;
    margin: 0;
    max-width: 368px;
    transform: translatex(-1.5em);
}

#color-dock-img-r img {
    border-radius: 0;
    display: none;
    max-width: 368px;
}

#section-color-dock img {
    margin-top: 10vh;
}

#color-dock-align {
    overflow: hidden;
    padding: 0;
    width: calc(50% - 0.5em);
}

#section-contrast-checker h1 {
    background: url(../img/home/contrast-checker.svg) no-repeat top center;
    padding-top: 2em;
}

#section-buy-sip .section-wrapper {
    background: #24003c url(../img/home/buy-sip-bg.png) no-repeat center top 20em;
    background-size: 100%;
    padding: 4em 2em;
}

#section-buy-sip h1 {
    background: url(../img/main/sip-logo.svg) no-repeat top center;
    background-size: 90px;
    font-size: 1.7em;
    padding-top: 5em;
}

#buy-sip-ctas .cta-primary {
    display: inline-block;
    margin: 0.5em 0.2em 0;
    overflow: hidden;
    padding-left: 1.7em;
    padding-right: 1.7em;
}

#cta-setapp {
    background: #24003c url(../img/home/setapp-button.svg) no-repeat center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    max-width: 8em;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 40%;
    padding-top: 0.6em;
    color: rgba(255, 0, 0, 0);
}

#cta-setapp:hover {
    border: 1px solid rgba(255, 255, 255, 0.5);
}

#section-editor video,
#section-palettes video,
#section-contrast-checker video {
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 40px rgba(0, 0, 0, 0.1);
    max-width: 350px;
}

#section-contrast-checker video {
    max-width: 450px;
}

#home img,
#home video {
    margin-top: 10vh;
}

#home-hero img {
    width: 100%;
    max-width: 1384px;
    box-shadow: none;
    animation: fadein 2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-animation: fadein 2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-animation: fadein 2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    background-color: white;
}



/*License Manager ------------------------------------------------------------------------------------------------*/

.license {
    border: solid 1px #e7e7e7;
    border-radius: 0.4em;
    box-shadow: rgba(0, 0, 0, 0.12) 0 1px 6px;
    margin: 1em 0;
    padding: 0;
    overflow: hidden;
}

.license h2 {
    padding: 0 0 0.2em;
}

.invoice {
    background-color: rgba(0, 0, 0, 0.02);
    padding: 2em;
    width: 100%;
    overflow: hidden;
    display: block;
}

.invoice .cta-primary,
.serial .cta-primary {
    display: block;
}

.invoice .cta-small {
    margin: 0.2em;
    text-align: center;
}

.invoice li {
    list-style: none;
}

.invoice ul {
    margin: 0;
    padding: 2em 0 1em;
}

.serial {
    padding: 2em;
}

.license table {
    font-size: 1em;
    padding: 0;
    text-transform: none;
    border: none;
}

.license th,
.license td {
    margin: 0;
    padding: 1em 0.3em;
    border-bottom: 1px solid #e7e7e7;
}

.license td {
    font-weight: 500;
}

/*Animation -----------------------------------------------*/

@keyframes fadein {
    from {
        opacity: 0;
        transform: translatey(-1em);
    }
    to {
        opacity: 1;
        transform: translatey(0em);
    }
}

@-moz-keyframes fadein {
    /* Firefox */
    from {
        opacity: 0;
        -moz-transform: translatey(-1em);
    }
    to {
        opacity: 1;
        -moz-transform: translatey(0em);
    }
}

@-webkit-keyframes fadein {
    /* Safari and Chrome */
    from {
        opacity: 0;
        -webkit-transform: translatey(-1em);
    }
    to {
        opacity: 1;
        -webkit-transform: translatey(0em);
    }
}

@keyframes fadein-2 {
    from {
        opacity: 0;
        transform: translatey(0.2em);
    }
    to {
        opacity: 1;
        transform: translatey(0em);
    }
}

@-moz-keyframes fadein-2 {
    /* Firefox */
    from {
        opacity: 0;
        -moz-transform: translatey(0.2em);
    }
    to {
        opacity: 1;
        -moz-transform: translatey(0em);
    }
}

@-webkit-keyframes fadein-2 {
    /* Safari and Chrome */
    from {
        opacity: 0;
        -webkit-transform: translatey(0.2em);
    }
    to {
        opacity: 1;
        -webkit-transform: translatey(0em);
    }
}

@keyframes fadein-3 {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein-3 {
    /* Firefox */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein-3 {
    /* Safari and Chrome */
    from {
        opacity: 0;
        -webkit-transform: translatey(-0.2em);
    }
    to {
        opacity: 1;
        -webkit-transform: translatey(0em);
    }
}


/*Responsive ------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------*/

@media (min-width: 500px) {
    #main-wrapper,
    .section-wrapper {
        padding: 6vh 3em;
    }
    #main-footer li a {
        width: calc(100% / 4);
    }
    #clients li a {
        background-size: 70px;
        height: 90px;
    }
    input[type="email"] {
        float: left;
        width: 62%;
    }
    input[type="submit"] {
        float: right;
        width: 35%;
    }
    /*pricing --------------/*/
    .price {
        font-size: 2em;
    }
    /*HOME --------------/*/
    #clients li {
        width: calc(100% / 6);
    }
    #clients li a {
        background-size: 50px;
        height: 80px;
    }
    #color-dock-img-l img {
        transform: translatex(-3em);
        -webkit-transform: translatex(-3em);
    }
    footer li {
        width: calc(100% / 3);
    }
}


/*750 -----------------------------------------------------------------------------------------------/*/

@media (min-width: 750px) {
    #main-wrapper,
    .section-wrapper {
        padding: 12vh 3em;
    }
    #main-footer {
        padding: 5vh 3em;
    }
    header div {
        padding: 0 3em;
    }
    h1 {
        font-size: 3.7em;
    }
    h2 {
        font-size: 1.8em;
    }
    h3 {
        font-size: 1.5em;
    }
    h4 {
        font-size: 1.2em;
    }
    article footer {
        position: static;
    }
    article footer a {
        padding: 2em 0;
    }
    aside {
        display: inline;
        float: left;
        margin-top: 5em;
        position: 0;
        top: calc(5vh + 6em);
        position: sticky;
        position: -webkit-sticky;
    }
    input[type="email"] {
        float: left;
        width: 73%;
    }
    input[type="submit"] {
        float: right;
        width: 25%;
    }
    #documentation {
        float: right;
        max-width: 740px;
        width: 75%;
    }
    kbd {
        padding: 0.6em 0.8em;
    }
    .question {
        font-size: 1.3em;
    }
    .update-description {
        float: left;
        padding: 2.5em 0;
        width: calc(100% - 17em);
        padding-left: 4vw;
    }
    .update-title {
        float: left;
        padding-bottom: 3.4em;
        position: 0;
        top: 10vh;
        width: 17em;
        position: sticky;
        position: -webkit-sticky;
    }
    #downloading {
        background: url(../img/main/downloading.svg) no-repeat top 7vh center;
        background-size: 150px;
        padding-top: calc(7vh + 3em);
    }
    #thanks {
        background: url(../img/main/thanks.svg) no-repeat top 7vh center;
        background-size: 150px;
        padding-top: calc(7vh + 3em);
    }
    .team-member {
        float: left;
        width: 50%;
    }
    header .menu {
        clear: none;
        float: right;
        max-height: none;
    }
    header a {
        float: left;
    }
    header nav a,
    header nav a:last-child {
        margin: 0.8em 0 0.8em 1em;
    }
    /*Pricing -------------*/
    #section-pricing h1 {
        padding: 4vh 0 6vh;
    }
    /*Home -------------*/
    #clients li a {
        background-size: 60px;
        height: 90px;
    }
    #section-color-picker h1,
    #section-editor h1,
    #section-palettes h1,
    #section-smart-formats h1,
    #section-custom-formats h1,
    #section-color-dock h1,
    #section-contrast-checker h1 {
        background-position: top left;
        padding-top: 1.3em;
    }
    #section-smart-formats h1 {
        background-position: top center;
    }
    #home-hero h1 {
        font-size: 4em;
    }
    .home-section-content {
        max-width: 30em;
        width: 40%;
    }
    #section-smart-formats .home-section-content {
        max-width: 40em;
        width: 60%;
    }
    #section-color-picker .home-section-content *,
    #section-color-picker .home-section-content,
    #section-editor .home-section-content *,
    #section-palettes .home-section-content *,
    #section-palettes .home-section-content,
    #section-custom-formats .home-section-content *,
    #section-custom-formats .home-section-content,
    #section-color-dock .home-section-content *,
    #section-contrast-checker .home-section-content *,
    #section-contrast-checker .home-section-content {
        float: left;
        text-align: left;
    }
    #section-editor .home-section-content,
    #section-color-dock .home-section-content {
        float: right;
        text-align: left;
    }
    #section-editor video {
        float: left;
        margin-top: 0;
    }
    #section-color-picker img {
        float: right;
    }
    #section-custom-formats img {
        float: right;
        margin-top: 0;
        width: 55%;
    }
    #section-color-dock figure img {
        margin-top: 20vh;
    }
    #color-dock-img-r img {
        display: block;
        float: right;
    }
    #section-color-picker {
        background: #24003c url(../img/home/color-picker-bg.png) no-repeat center left 50vw;
        background-size: 1300px;
    }
    #section-color-dock {
        background: #24003c url(../img/home/color-dock-bg.png) no-repeat center right 50vw;
        background-size: 1300px;
    }
    #section-smart-formats {
        background: #24003c url(../img/home/smart-formats-bg.png) no-repeat center bottom;
        background-size: 1439px;
    }
    #section-buy-sip h1 {
        background: url(../img/main/sip-logo.svg) no-repeat top left;
        background-size: 75px;
        padding: 8px 0 68px 90px;
        text-align: left;
    }
    #section-buy-sip p {
        margin-top: -62px;
        padding-left: 90px;
        text-align: left;
    }
    #buy-sip-info {
        float: left;
        width: 58%;
    }
    #buy-sip-ctas {
        float: right;
        padding: 0.2em 0 0.8em;
        width: 42%;
    }
    header .menu-icon,
    #color-dock-img-l img {
        display: none;
    }
    #section-palettes video,
    #section-contrast-checker video {
        float: right;
        margin-top: 0;
    }
    #section-buy-sip .section-wrapper {
        background: #24003c url(../img/home/buy-sip-bg.png) no-repeat bottom left 50vw;
        background-size: 900px;
        border-radius: 0.5em;
        padding: 4em 0 4em 2em;
        width: 95%;
        margin: auto;
    }
    #section-contrast-checker video {
        width: 50%;
        margin-top: 4vh;
    }
    /*Footer --------------/*/
    footer li {
        width: calc(100% / 4);
    }
}


/*950 -----------------------------------------------------*!/*/

@media (min-width: 950px) {
    .section-wrapper {
        padding: 13vh 3em;
    }
    #main-footer li a {
        width: calc(100% / 11);
    }
    .update-description {
        width: calc(100% - 25em);
    }
    .update-title {
        width: 25em;
    }
    /*Pricing -------------*/
    #section-pricing .section-wrapper {
        padding-bottom: 0;
    }
    .pack {
        float: left;
        margin-right: 1.5em;
        width: calc((100% / 3) - 1em);
        margin-top: 5em;
        margin-bottom: 0;
    }
    .pack:last-child {
        margin-right: 0;
    }
    #pack-buy {
        margin-top: 0;
        margin-bottom: -2em;
    }
    /*HOME --------------*/
    #clients li {
        width: calc(100% / 12);
    }
    #clients li a {
        background-size: 65px;
        height: 90px;
    }
    .home-section-content p {
        font-size: 1.4em;
    }
    #section-buy-sip h1 {
        background: url(../img/main/sip-logo.svg) no-repeat top left;
        background-size: 150px;
        padding: 35px 0 150px 200px;
    }
    #section-buy-sip p {
        margin-top: -130px;
        padding-left: 200px;
    }
    #buy-sip-ctas {
        padding: 2.5em 0;
    }
    #section-contrast-checker .home-section-content {
        width: 50%;
    }
    #section-contrast-checker .home-section-content p {
        width: 20em;
    }
    /*Licenses -------------*/
    .license {
        margin: 0.5em 0;
    }
    .invoice {
        width: 23em;
        float: left;
        padding: 3em;
        padding-bottom: 100%;
        margin-bottom: -100%;
    }
    .serial {
        width: calc(100% - 23em);
        float: left;
        padding: 3em;
    }
    .invoice .cta-small {
        margin-bottom: 3em;
    }
    /*Footer --------------/*/
    footer li {
        width: calc(100% / 6);
    }
}


/*1200 -----------------------------------------------------*!/*/

@media (min-width: 1200px) {
    /*HOME --------------/*/
    #home-hero h1 {
        font-size: 5em;
    }
    #clients li a {
        background-size: 80px;
        height: 120px;
    }
    #section-custom-formats img {
        -webkit-transform: translatex(28%);
        transform: translatex(28%);
        width: 100%;
    }
    #section-buy-sip h1 {
        background: url(../img/main/sip-logo.svg) no-repeat top left;
        background-size: 150px;
        padding: 35px 0 150px 200px;
        font-size: 2.2em;
    }
    #section-buy-sip .section-wrapper {
        background: #24003c url(../img/home/buy-sip-bg.png) no-repeat bottom left 45em;
        background-size: 900px;
        padding: 4em 0 4em 6em;
    }
    .pack {
        padding: 3em;
    }
}