html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em
}

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

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

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-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none;
    max-width: 100%
}

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

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 {
    border-style: none;
    padding: 0
}

[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 {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    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] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

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

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

details {
    display: block
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

h1, h2, h3, h4, h5, h6 {
    font-family: Fira Sans, Helvetica, Arial, sans-serif;
    color: #28284c;
    line-height: 1.2;
    margin: 24px 0 0
}

p {
    margin: 24px 0 0;
    padding: 0
}

a {
    color: #28284c;
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

.f1 {
    font-size: 2.25rem
}

@media (min-width: 1250px) {
    .f1 {
        font-size: 3rem
    }
}

.f2 {
    font-size: 1.5rem
}

@media (min-width: 1250px) {
    .f2 {
        font-size: 2.25rem
    }
}

.f3 {
    font-size: 1.5rem
}

.f4 {
    font-size: 1.25rem
}

.f5 {
    font-size: 1rem
}

.f6 {
    font-size: .875rem
}

.normal {
    font-weight: 400
}

.b {
    font-weight: 700
}

.i {
    font-style: italic
}

.fw1 {
    font-weight: 100
}

.fw2 {
    font-weight: 200
}

.fw3 {
    font-weight: 300
}

.fw4 {
    font-weight: 400
}

.fw5 {
    font-weight: 500
}

.fw6 {
    font-weight: 600
}

.fw7 {
    font-weight: 700
}

.fw8 {
    font-weight: 800
}

.fw9 {
    font-weight: 900
}

.tracked {
    letter-spacing: .1em
}

.tracked-tight {
    letter-spacing: -.025em
}

.tracked-mega {
    letter-spacing: .25em
}

.tc {
    text-align: center
}

.tl {
    text-align: left
}

@media (min-width: 768px) {
    .tl-m {
        text-align: left
    }
}

html {
    font-size: 15px
}

@media (min-width: 768px) {
    html {
        font-size: 16px
    }
}

@media (min-width: 1250px) {
    html {
        font-size: 17px
    }
}

body {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga" on;
    color: #5d6c7f;
    line-height: 1.65
}

.container {
    margin: 0 auto;
    padding: 3rem 1rem
}

@media (min-width: 768px) {
    .container {
        padding: 5rem 1rem
    }
}

.container__inner {
    margin: 0 auto;
    max-width: 1200px
}

.blue {
    color: #0e5ef1
}

.green {
    color: #1e8d44
}

.bg--grey {
    background-color: #f2f7fa
}

.bg--green {
    background-color: #eef4e7
}

.mw7 {
    max-width: 50rem
}

.btn {
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 3px;
    font-size: 13px;
    transition: all .2s linear
}

.btn:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .12);
    text-decoration: none
}

.btn--blue {
    background-color: #0e5ef1;
    color: #fff
}

.btn--blue:hover {
    background: #0b4bc1
}

header {
    padding: 2rem;
    text-align: center;
    position: relative
}

header:after {
    content: " ";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 370px solid #fff;
    border-left: 600px solid transparent;
    z-index: 2
}

@media (min-width: 768px) {
    header {
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding: 2rem 3rem
    }

    header > div {
        width: 50%
    }
}

@media (min-width: 1250px) {
    header {
        padding: 2rem 6rem
    }
}

header img.logo {
    margin: 0 auto;
    display: block
}

@media (min-width: 768px) {
    header img.logo {
        margin: 0
    }
}

header h1, header img {
    position: relative;
    z-index: 3
}

@media (min-width: 768px) {
    .reading-1 {
        display: flex;
        justify-content: space-between
    }
}

.reading-1 img {
    display: block;
    margin: 40px auto 0
}

@media (min-width: 768px) {
    .reading-1 img {
        margin-top: 0
    }
}

.reading-2 img {
    margin-top: 30px
}

@media (min-width: 768px) {
    .emag-qcon {
        display: flex;
        justify-content: space-around
    }
}

@media (min-width: 768px) {
    .w50-m {
        width: 50%;
        padding: 0 30px
    }
}

@media (min-width: 1250px) {
    .w40-l {
        width: 40%
    }
}

.podcast-who {
    padding: 20px 10px
}

@media (min-width: 768px) {
    .podcast-who {
        display: inline-block;
        padding: 30px 50px
    }
}

.nuxt-progress {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    width: 0;
    opacity: 1;
    transition: width .1s, opacity .4s;
    background-color: #fff;
    z-index: 999999
}

.nuxt-progress.nuxt-progress-notransition {
    transition: none
}

.nuxt-progress-failed {
    background-color: red
}