/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

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

hr {
    overflow: visible;
    box-sizing: content-box;
    height: 0
}

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

li {
    list-style: none !important;
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-size: 100%;
    font-family: inherit;
    line-height: 1.15
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    display: table;
    box-sizing: border-box;
    padding: 0;
    max-width: 100%;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

th,
td {
    text-align: center !important;
    border: none !important;
}

.max-width {
    width: 90%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    text-align: center
}

.bg-black {
    background-color: black;
}

.bg-gray {
    background-color: #282828f2;
}

.bg-light-gray {
    background-color: #efefef;
}

.bg-white {
    background-color: white;
}

.font-white {
    color: white !important;
}

.font-black {
    color: black !important;
}

.font-light-gray {
    color: #d5d5d5 !important;
}

@media screen and (min-width:992px) {
    a.font-light-gray:hover {
        color: white !important;
    }
}

.font-gray {
    color: #666666 !important;
}

.font-small {
    font-size: 0.875rem;
}

.font-default {
    font-size: 1rem !important;
}

.font-medium {
    font-size: 1.25rem
}

.font-large {
    font-size: 1.5rem
}

.font-xlarge {
    font-size: 1.625rem
}

@media screen and (min-width:1200px) {
    .font-xlarge {
        font-size: 1.875rem
    }
}

.font-large {
    font-size: 1.25rem
}

@media screen and (min-width:1200px) {
    .font-large {
        font-size: 1.5rem
    }
}

.align-center {
    text-align: center !important;
}

.align-left {
    text-align: left;
}

.align-dynamic {
    width: fit-content;
    max-width: calc(1200px + 10%);
    margin-left: auto;
    margin-right: auto;
    padding-right: 5%;
    padding-left: 5%;
    text-align: left;
}

.padding-top-bottom {
    padding: 4rem 0;
}

.padding-left-right {
    padding-left: 15px;
    padding-right: 15px;
}

.padding-top {
    padding-top: 4rem;
}

.padding-top-small {
    padding-top: 2rem;
}

.padding-top-xsmall {
    padding-top: 1rem;
}

.margin-top-small {
    margin-top: 2rem;
}

.margin-right {
    margin-right: 20px;
}

@media screen and (min-width:992px) {
    .padding-top-bottom {
        padding: 6rem 0;
    }

    .padding-top {
        padding-top: 6rem;
    }

    .padding-top-small {
        padding-top: 3rem;
    }

    .margin-top-small {
        margin-top: 3rem;
    }
}

.intro,
.notes,
.outro,
.subscriptions,
.tab-intro {
    width: 100%
}

.intro .content,
.notes .content,
.outro .content,
.subscriptions .content,
.tab-intro .content {
    margin: 0 auto;
    padding: 4rem 0;
    width: 90%;
    max-width: 1200px;
    text-align: center
}

@media screen and (min-width:992px) {

    .intro .content,
    .notes .content,
    .outro .content,
    .subscriptions .content,
    .tab-intro .content {
        padding: 6rem 0;
    }
}

.zigzag:before {
    position: relative;
    top: 0;
    display: block;
    margin: 0 auto;
    padding-top: 2rem;
    max-width: 85%;
    width: auto;
    height: .8em;
    background-image: url(../images/zigzag.svg);
    background-position: top;
    background-repeat: no-repeat;
    content: ""
}

main {
    overflow: visible;
}

.inline-block {
    display: inline-block
}

body {
    font-family: Roboto, sans-serif
}

.button,
.button:link,
.button:visited,
.tabs nav a,
.tabs nav a:link,
.tabs nav a:visited,
main h1,
main h2 {
    text-transform: uppercase;
    letter-spacing: .0625rem;
    font-weight: 400;
    font-family: Knockout\ 30, Roboto, sans-serif
}

html {
    font-size: 100%
}

body {
    line-height: 1.4em
}

main sup {
    top: .2em;
    vertical-align: super;
    font-size: 70%;
    line-height: 1
}

main h1,
main h2 {
    line-height: 100%;
    font-size: 1.625rem
}

@media screen and (min-width:1200px) {

    main h1,
    main h2 {
        font-size: 1.875rem
    }
}

main h3 {
    font-size: 1.25rem;
    margin-bottom: 0;
}

@media screen and (min-width:1200px) {
    main h3 {
        font-size: 1.5rem
    }
}

main h1 sup,
main h2 sup {
    top: .2em;
    vertical-align: super;
    font-size: 70%;
    line-height: 1
}

main h1 a,
main h1 a:link,
main h1 a:visited,
main h2 a,
main h2 a:link,
main h2 a:visited {
    color: #000;
    text-decoration: underline
}

main h1 a:active,
main h1 a:focus,
main h1 a:hover,
main h2 a:active,
main h2 a:focus,
main h2 a:hover {
    color: #757575;
    text-decoration: underline
}

main p,
main ul li {
    font-size: 1rem;
    line-height: 1.5rem
}

main p a,
main p a:link,
main p a:visited,
main ul li a,
main ul li a:link,
main ul li a:visited {
    color: #000;
    text-decoration: underline
}

main p a:active,
main p a:focus,
main p a:hover,
main ul li a:active,
main ul li a:focus,
main ul li a:hover {
    color: #757575;
    text-decoration: underline
}

main h1,
main h2,
main p {
    margin: 0 0 1rem
}

main h1:last-child,
main h2:last-child,
main p:last-child {
    margin: 0
}

.button,
.button:link,
.button:visited {
    display: inline-block;
    padding: 16px 38px;
    border: 1px solid #000;
    color: #000;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    transition: all .2s ease
}

@media screen and (min-width:1200px) {

    .button,
    .button:link,
    .button:visited {
        padding: 20px 30px;
        font-size: 20px;
        line-height: 20px
    }
}

.inverse .button,
.inverse .button:link,
.inverse .button:visited {
    border: 1px solid #fff;
    color: #fff
}

.button:active,
.button:focus,
.button:hover {
    background: #000;
    color: #fff
}

.inverse .button:active,
.inverse .button:focus,
.inverse .button:hover {
    background: #fff;
    color: #000
}

.g__video {
    position: relative;
    padding-bottom: 60%;
    background: #000;
    cursor: pointer
}

.g__video--full {
    padding-bottom: 32.875%
}

.g__video__cover a {
    position: absolute;
    visibility: visible;
    width: 100%;
    height: 100%;
    opacity: 1
}

.g__video__cover a:active:before,
.g__video__cover a:focus:before,
.g__video__cover a:hover:before {
    opacity: 1
}

.g__video__cover a img {
    width: 100%
}

.g__video__cover a:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    width: 100px;
    height: 100px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNDQgMTQ0Ij48cGF0aCBkPSJNMTIxLjUgNzJsLTc5IDQ1LjJWMjYuOHoiIGZpbGw9IiNmZmYiLz48Y2lyY2xlIGN4PSI3MiIgY3k9IjcyIiByPSI2Ni4zIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMTAiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    content: "";
    opacity: .67;
    transition: opacity .2s;
    transform: translate(-50%, -50%);
    pointer-events: none
}

@media screen and (min-width:992px) {
    .g__video__cover a:before {
        width: 6.5vw;
        height: 6.5vw
    }
}

.g__video__player {
    position: absolute;
    visibility: visible;
    width: 100%;
    height: 100%;
    opacity: 1
}

.g__video__player--transition {
    transition: opacity 1s ease-in
}

.g__video__cover.hidden,
.g__video__player.hidden {
    visibility: hidden;
    opacity: 0
}

.hero {
    position: relative
}

.hero__image {
    display: block;
    overflow: hidden;
    width: 100%
}

.main-menu {
    position: sticky;
    top: -1px;
    left: 0;
    z-index: 2;
}

.main-menu h1,
.main-menu ul {
    width: 90%;
    max-width: calc(1200px + 30px);
    padding: 15px 0;
    margin: 0 auto !important;
}

.main-menu .scroll-menu li {
    margin-right: 20px;
    display: inline-block;
}

.main-menu .scroll-menu a {
    text-decoration: none;
}

.main-menu .scroll-menu button {
    background: none;
    border: none;
}

.main-menu .scroll-menu li.on a,
.main-menu .scroll-menu li.on button {
    color: white !important;
}

@media screen and (max-width:767px) {
    .scroll-menu {
        overflow-x: scroll;
        white-space: nowrap;
    }
}

.main-menu .dropdown-content {
    width: 100%;
    height: 0;
    background: rgba(40, 40, 40, 0.95);
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.main-menu .dropdown-content a {
    text-decoration: none;
}

@media only screen and (min-width: 992px) {
    .main-menu .dropdown-content {
        width: auto;
        left: 130px;
    }
}

@media only screen and (min-width: 1300px) {
    .main-menu .dropdown-content {
        left: calc(50vw - 535px);
    }
}

.main-menu .dropdown-content li {
    text-align: center;
    padding: 1rem 20px;
    margin: 0;
    display: block;
}

.main-menu .dropdown-content.active {
    top: 112px;
    opacity: 1;
    height: auto;
    overflow: visible;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.scenario {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.scenario li {
    width: 50%;
    background-size: cover;
    background-position: center;
    padding-top: 47%;
    padding-bottom: 3%;
    position: relative;
}

.scenario li::before {
    content: '';
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 5%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.scenario li h3,
.scenario li p {
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

@media screen and (min-width:992px) {
    .scenario li {
        width: 25%;
        padding-top: 22%;
    }
}

.tabs nav {
    position: relative;
    display: table;
    width: 100%
}

.tabs nav p {
    margin-bottom: 5px;
}

.tabs nav a,
.tabs nav a:link,
.tabs nav a:visited {
    display: table-cell;
    padding: 1rem .5rem;
    width: 50%;
    height: 100%;
    border: 1px solid transparent;
    border-bottom: none;
    background-color: #fff;
    background-image: linear-gradient(#000, hsla(0, 0%, 100%, 0) .1%, #fff);
    color: #000;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    font-size: 1.375rem;
    transition: all .2s ease-in-out
}

@media screen and (min-width:769px) {

    .tabs nav a,
    .tabs nav a:link,
    .tabs nav a:visited {
        padding: 2rem
    }
}

.tabs nav a:link h2,
.tabs nav a:visited h2,
.tabs nav a h2 {
    margin: 0 auto;
    padding: 0;
    font-size: 1.125rem
}

@media screen and (min-width:769px) {

    .tabs nav a:link h2,
    .tabs nav a:visited h2,
    .tabs nav a h2 {
        font-size: 1.375rem
    }
}

.tabs nav a:active,
.tabs nav a:focus,
.tabs nav a:hover {
    border-color: #000
}

.tabs nav a:active:first-child,
.tabs nav a:focus:first-child,
.tabs nav a:hover:first-child {
    border-left-color: transparent
}

.tabs nav a:active:last-child,
.tabs nav a:focus:last-child,
.tabs nav a:hover:last-child {
    border-right-color: transparent
}

.tabs nav a.selected {
    background-image: linear-gradient(#000, transparent 100%, #fff);
    color: #fff
}

.tab-intro,
.tabs nav a.selected {
    background-color: #000
}

.tab-intro .content {
    max-width: 1200px;
    color: #fff
}

.tab-intro .icons {
    display: flex;
    align-content: stretch;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 10% 5% 5%
}

@media screen and (min-width:660px) {
    .tab-intro .icons {
        flex-wrap: nowrap;
        justify-content: center;
        padding: 3.5% 0
    }
}

.tab-intro .icons .item {
    margin: 0 0 2em;
    width: 50%;
    text-align: center
}

@media screen and (min-width:660px) {
    .tab-intro .icons .item {
        margin: 0 1vw;
        width: 45%
    }
}

@media screen and (min-width:992px) {
    .tab-intro .icons .item {
        margin: 0 2vw;
        max-width: 160px
    }
}

.tab-intro .icons svg,
.tab-intro .icons img {
    margin-bottom: 1em;
    height: 50px
}

.tab-intro .icons h3 {
    margin: 0 1rem;
    padding: 0;
    color: #fff;
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.2em
}

@media screen and (min-width:660px) {
    .tab-intro .icons h3 {
        margin: 0
    }
}

@media screen and (min-width:992px) {
    .tab-intro .icons h3 {
        font-size: 1rem;
        line-height: 1.4em
    }
}

.tab-intro .buttons {
    display: flex;
    align-content: stretch;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 0 3.5% 0
}

@media screen and (min-width:992px) {
    .tab-intro .buttons {
        flex-wrap: nowrap
    }

    .tab-intro .buttons .button {
        margin: 0 1rem
    }
}

.tab-intro .buttons .button {
    margin: 1rem;
    width: 300px
}

.features {
    position: relative;
}

.features__lifestyle {
    display: block;
    overflow: hidden;
    width: 100%
}

.features__block {
    display: flex;
    align-content: stretch;
    align-items: stretch;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 4em 5vw 0;
    background: #000;
    color: #fff
}

@media screen and (min-width:769px) {
    .features__block {
        flex-direction: row;
        padding: 4em 3vw 0
    }
}

.features__block .item {
    box-sizing: border-box;
    padding-bottom: 4rem;
    width: 100%
}

@media screen and (min-width:769px) {
    .features__block .item {
        margin: 0 2%;
        width: 33.33333%
    }
}

.features__block .item h2 {
    margin-bottom: 1.5rem
}

.spotlights .spotlight {
    display: block;
    width: 100%
}

@media screen and (min-width:992px) {
    .spotlights .spotlight {
        border-top: 1px solid white;
        display: flex;
        align-content: stretch;
        align-items: center;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center
    }
}

.spotlights .spotlight .heading,
.spotlights .spotlight__image {
    box-sizing: border-box
}

.spotlights .spotlight__image {
    position: relative;
    width: 100%
}

@media screen and (min-width:992px) {
    .spotlights .spotlight__image {
        /*margin: .5vmin 1vw 1.75vmin;*/
        width: 50%
    }
}

.spotlights .spotlight__image img {
    display: block;
    width: 100%
}

.spotlights .spotlight__block {
    padding: 2em 5vw 3em
}

@media screen and (min-width:992px) {
    .spotlights .spotlight__block {
        padding: 0;
        width: 50%
    }
}

.spotlights .spotlight__block .heading {
    padding: 0
}

@media screen and (min-width:992px) {
    .spotlights .spotlight__block .heading {
        padding: 0 4vw
    }
}

.spotlights .spotlight__block p a.cta {
    display: block;
    padding-top: 1em;
    text-transform: uppercase
}

.subscriptions>.content {
    padding: 4rem 2rem 0
}

.subscriptions__banner {
    padding: 35px 1em;
    background: #000;
    color: #fff;
    text-align: center
}

.subscriptions__block {
    display: flex;
    align-content: stretch;
    align-items: stretch;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    padding: 3rem 5vw 1.5rem
}

@media screen and (min-width:769px) {
    .subscriptions__block {
        flex-direction: row;
        flex-wrap: nowrap;
        padding: 3rem 10vw 1.5rem
    }
}

.subscriptions__block .item {
    box-sizing: border-box;
    padding: 0 2rem 1rem;
    max-width: 900px
}

.subscriptions__block .item:only-child {
    width: 100%
}

.subscriptions__block .item ul {
    padding-left: 1rem
}

.subscriptions__chart .content {
    padding: 0 2rem
}

.subscriptions__disclaimers {
    width: 96%;
}

.subscriptions__disclaimers button {
    background: none;
    border: none;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 1rem;
}

.icon-down-open-big.active::before {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-perspective: 1000;
    perspective: 1000;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.subscriptions__disclaimers .collapse {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    position: relative;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.subscriptions__disclaimers .collapse.active {
    height: auto;
    overflow: visible;
    padding-top: 1rem;
}

.g__compare {
    width: 96%;
    background: #f8f8f8
}

@media screen and (min-width:769px) {
    .g__compare {
        background: #fff
    }
}

.g__compare table {
    width: 100%;
    margin-bottom: 1rem;
    position: relative;
    table-layout: fixed;
}

@media (max-width: 767px) {
    .g__compare table thead .row-header th {
        position: sticky;
        top: 108px;
    }
}

.g__compare table th, .g__compare table td {
    box-sizing: border-box;
    /*padding: 1.25rem .25rem;
    border-top: 1px solid #d8d8d8!important;*/
    font-size: 14px;
    line-height: 1.5;
    vertical-align: middle;
}

.g__compare table th {
    font-weight: 400;
}

@media screen and (min-width:769px) {
    .g__compare table th, .g__compare table td {
        /* padding: .85rem .25rem;*/
        font-size: 16px;
        line-height: 1.5;
    }
}

thead .g__compare table th {
    /*padding: .65em 2em;*/
    background-color: #333;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5
}

.g__compare table th:first-child {
    border: 0;
    background-color: transparent
}

@media screen and (min-width:769px) {
    .g__compare table th:first-child {
        /*border-top: 1px solid #d8d8d8!important;*/
    }
}

.g__compare table th:nth-child(2),
.g__compare table th:nth-child(3),
.g__compare table th:nth-child(4) {
    /*  min-width: 135px;
    max-width: 135px;
    width: 135px*/
}

@media screen and (min-width:769px) {

    .g__compare table th:nth-child(2),
    .g__compare table th:nth-child(3),
    .g__compare table th:nth-child(4) {
        /*  min-width: 160px;
        max-width: 160px;
        width: 160px*/
    }
}

.g__compare table th.row-label {
    /*padding: 1.25em 0;*/
    text-align: right;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5
}

@media screen and (min-width:769px) {
    .g__compare table th.row-label {
        /*padding: 1.25em 2em;*/
        font-size: 16px;
        text-align: left
    }
}

.g__compare table tr.row-header th {
    /*padding: .65em 2em;*/
    background-color: #333;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    font-weight: 700
}

.g__compare table tr.row-header.gray th {
    background-color: #efefef;
    color: black;
}

@media screen and (min-width:769px) {
    .g__compare table tr.row-header th {
        text-align: center
    }
}

/*.g__compare table tr.row-header th:first-child {
    background-color: transparent
}*/

@media screen and (min-width:769px) {
    /*.g__compare table tr.row-header th:first-child {
        background-color: #333
    }*/
}

.g__compare table tr.row-header th.column-header {
    text-align: center;
}

.g__compare table tr:nth-child(odd):not(.row-header) td {
    background-color: #f1f1f1;
}

@media screen and (min-width:769px) {
    .g__compare table tr:nth-child(odd):not(.row-header) td {
        background-color: #f1f1f1;
    }
}

/*.g__compare table tr:nth-child(odd):not(.row-header) th.row-label {
    background-color: transparent
}*/

@media screen and (min-width:769px) {
    .g__compare table tr:nth-child(odd):not(.row-header) th.row-label {
        background-color: #f1f1f1;
    }
}

.g__compare table tr:nth-child(2n):not(.row-header) td {
    background-color: #fff
}

/*.g__compare table tr:nth-child(2n):not(.row-header) th.row-label {
    background-color: transparent
}*/

.g__compare table tr.data-row.pricing__secondary th.row-label {
    text-align: right;
    text-transform: capitalize;
    font-weight: 400;
    font-style: italic
}

.g__compare p {
    padding: 15px;
    text-align: left
}

.g__compare p small {
    display: block;
    font-size: .875rem
}

.bottomvideo {
    position: relative
}

.bottomvideo__lifestyle {
    display: block;
    overflow: hidden;
    width: 100%
}

.outro {
    background-color: #000
}

.outro .content {
    color: #fff
}

.outro .content p a,
.outro .content p a:link,
.outro .content p a:visited {
    color: #fff;
    text-decoration: underline
}

.outro .content p a:active,
.outro .content p a:focus,
.outro .content p a:hover {
    color: #fff;
    text-decoration: none
}

.outro .buttons {
    margin-top: 1.75rem
}

.outro .buttons .button {
    padding: 9px 24px;
    font-size: 14px;
    line-height: 14px
}

.outro .contact {
    margin-top: 2.5rem
}

.outro .signup {
    margin-top: 1.75rem
}

.notes {
    background-color: #eee
}

.notes .content p {
    text-align: left;
    font-size: .875rem
}

/*steps*/
.steps {
    width: 100%;
    max-width: calc(1200px + 4rem);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem;
    padding-right: 2rem;
    padding-left: 2rem;
}

.step {
    flex: 1 1 100%;
    border-radius: 10px;
    padding: 2rem 1rem;
    position: relative;
}

.step h3 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-buy a:first-child {
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .step {
        flex: 1 1 47%;
    }
}

@media (min-width: 992px) {
    .step {
        flex: 1 1 22%;
    }

    .step-1::after,
    .step-2::after,
    .step-3::after {
        content: '';
        width: 30px;
        height: 30px;
        background: url(../images/icon-arrow.svg);
        background-size: 100%;
        display: inline-block;
        position: absolute;
        top: calc(50% - 15px);
        right: -30px;
        z-index: 1;
    }
}


.step-1 h3::before,
.step-2 h3::before,
.step-3 h3::before,
.step-4 h3::before,
.step-5 h3::before {
    content: '1';
    width: 20px;
    height: 20px;
    background: black;
    font-size: 14px;
    color: white;
    line-height: 1.5;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}

.step-2 h3::before {
    content: '2';
}

.step-3 h3::before {
    content: '3';
}

.step-4 h3::before {
    content: '4';
}

.step-5 h3::before {
    content: '5';
}

/*faq*/
#faq h3 {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 8px;
}

#faq h3 i {
    margin-left: 15px;
    font-style: normal;
}

@media (min-width: 992px) {
    #faq h3 a:hover {
        color: #333 !important;
    }
}

.articles {
    padding-left: 0;
    padding-bottom: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem;
}

.articles a {
    text-decoration: none !important;
}

.article {
    flex: 1 1 100%;
    padding-bottom: 2rem;
    border-radius: 10px;
    overflow: hidden;
}

.article p {
    line-height: 1.5 !important;
}

@media (min-width: 768px) {
    .article {
        flex: 1 1 30%;
    }
}

@media (min-width: 992px) {
    .article:hover {
        transform: scale(1.05);
        -webkit-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s;
    }
}