body {
    min-width: 430px;
}

.social-sharing {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex
}

.social-sharing__item {
    text-decoration: none
}

.social-sharing__item svg {
    vertical-align: middle
}

.social-sharing__item:not(:last-child) {
    margin-right: 1.5rem
}

.social-sharing--vertical {
    -ms-flex-direction: column;
    flex-direction: column
}

.social-sharing--vertical .social-sharing__item:not(:last-child) {
    margin-bottom: 1.5rem;
    margin-right: 0
}

.c-breadcrumbs {
    color: #6b727e;
    font-size: 15px;
    line-height: 1.3
}

.c-breadcrumbs__item {
    color: inherit;
    text-decoration: none
}

.c-breadcrumbs__item:not(:last-child) {
    margin-right: 23px;
    position: relative
}

.c-breadcrumbs__item:not(:last-child):after {
    content: "\2192";
    margin-left: 5px;
    position: absolute
}

.c-article-column-headline {
    background-color: #02b290;
    color: #004d82;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.3px;
    line-height: 40px;
    padding: 0 10px;
    text-transform: uppercase
}

.c-article-card-highlighted {
    background-color: #ff2b2b;
    color: #fff;
    padding-bottom: 20px;
    position: relative
}

.c-article-card-highlighted__image {
    display: block;
    margin-bottom: 10px;
    width: 100%
}

.c-article-card-highlighted__headline {
    color: currentColor;
    display: block;
    font-size: inherit;
    font-weight: 700;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    text-decoration: none
}

.c-article-card-highlighted__headline:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.c-article-card-highlighted__headline {
    font-size: 15px;
    line-height: 1.33;
    margin: 0 20px 10px
}

.c-article-card-highlighted__headline:hover {
    text-decoration: underline
}

.c-article-card-highlighted__info {
    margin: 0 20px
}

.c-article-card-highlighted__info .c-article-info__icon {
    color: #fff
}

.c-article-card-highlighted__info .c-article-info__live-label {
    background-color: #fff;
    color: red
}

.c-article-card-highlighted__info .c-article-info__time--clock:before {
    background-image: url("../images/28f32560550f878414478b2844a8ffb8c9960f80.svg");
    background-position: 50%;
    content: "";
    margin-right: 5px
}

.c-main-headline {
    color: #2f4b75;
    font-size: 1.777rem;
    font-weight: 800;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    line-height: 2.625rem;
    margin-bottom: .375rem
}

@media (min-width: 1024px) {
    .c-main-headline {
        font-size: 30px
    }
}

.c-label-item {
    background-color: #ffe57b;
    color: #2f4b75;
    display: inline-block;
    font-size: .625rem;
    font-weight: 700;
    letter-spacing: .8px;
    line-height: 1.0875rem;
    margin: 0 10px 10px 0;
    max-width: 100%;
    overflow: hidden;
    padding: 0 4px;
    text-decoration: none;
    text-overflow: ellipsis;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap
}

.c-label-item:hover {
    opacity: .7
}

.c-label-headline {
    color: #757575;
    font-size: .625rem;
    font-weight: 700;
    letter-spacing: .8px;
    line-height: 1.0875rem;
    min-width: 45px;
    padding-right: 10px;
    text-transform: uppercase
}

.c-label-container {
    -ms-flex-pack: space-evenly;
    border-bottom: 2px solid #02b290;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    justify-content: space-evenly;
    margin: 0 auto;
    padding: 0 0 14px 10px;
    width: fit-content
}

.article-image__caption {
    color: #757575;
    font-size: .875rem;
    line-height: 1.5rem;
    padding-left: .75rem;
    padding-right: .75rem
}

@media screen and (min-width: 1024px) {
    .article-image__caption {
        padding: 0
    }
}

.article-image img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%
}

.post {
    /*padding-bottom: 1.5rem;*/
    padding-top: 1.5rem
}

@media screen and (min-width: 1024px) {
    .post {
        -ms-flex-pack: center;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

.post + .post {
    border-top: 1px solid #02b290
}

@media (max-width: 1023px) {
    .post__share-container {
        display: none
    }
}

.post__sidebar {
    margin-left: .75rem;
    margin-right: .75rem
}

@media screen and (min-width: 1024px) {
    .post__sidebar {
        margin-left: 0;
        margin-right: 0;
        width: 320px
    }
}

.post__share {
    margin-bottom: .75rem
}

.post__share--bottom {
    margin-left: .75rem;
    margin-right: .75rem
}

.post__share--sticky {
    margin-bottom: 0;
    position: sticky;
    top: 150px
}

.post__main {
    min-width: 0;
    overflow: hidden;
    max-width: 100%;
}

@media screen and (min-width: 1024px) {
    .post__main {
        margin-left: 3rem;
        margin-right: 3rem;
        width: calc(100% - 344px - 6rem)
    }
}

.post__sponsor-banner {
    margin-bottom: 1.5rem
}

.post__content {
    color: #304060;
    font-size: 1.125rem;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    line-height: 1.5rem
}

.post__content > :not(:first-child) {
    margin-top: 1.5rem
}

.post__content > .call_to_action, .post__content > blockquote, .post__content > h2, .post__content > h3, .post__content > h4, .post__content > p {
    margin-left: .75rem;
    margin-right: .75rem
}

@media screen and (min-width: 1024px) {
    .post__content > .call_to_action, .post__content > blockquote, .post__content > h2, .post__content > h3, .post__content > h4, .post__content > p {
        margin-left: 0;
        margin-right: 0
    }
}

.post__content .embed-container {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%
}

.post__content .embed-container > iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.post__content > h2 {
    font-size: 1.5rem;
    margin-top: 3rem !important
}

.post__content > h3 {
    font-size: 1.333rem;
    margin-top: 3rem !important
}

.post__content > h4 {
    font-size: 1.125rem
}

.post__content > blockquote, .post__content iframe, .post__content img, .post__content video {
    max-width: 100%
}

.post__content .align-left a, .post__content li a {
    background: transparent;
    box-shadow: 3px 0 0 transparent, -3px 0 0 transparent;
    color: #02b290;
    font-weight: 700;
    text-decoration: underline
}

.post__content .align-left a:hover, .post__content li a:hover {
    text-decoration: none
}

.post__content > blockquote {
    border-left: 5px solid #d8d8d8;
    font-style: italic;
    padding-left: .75rem
}

@media screen and (min-width: 1024px) {
    .post__content > blockquote {
        padding-left: 1.5rem
    }
}

.post__content > img {
    display: block;
    filter: brightness(.95);
    height: auto;
    margin: 0 auto
}

.post__content > ol, .post__content > ul {
    list-style-position: inside;
    margin-bottom: 0;
    padding-left: .75rem
}

@media screen and (min-width: 1024px) {
    .post__content > ol, .post__content > ul {
        padding-left: 0
    }
}

.post__content > ol li, .post__content > ul li {
    margin-bottom: .75rem
}

.post__header {
    margin-bottom: 1.5rem;
    margin-left: .75rem;
    margin-right: .75rem
}

@media screen and (min-width: 1024px) {
    .post__header {
        margin-left: 0;
        margin-right: 0
    }
}

.post__reduced-item {
    margin-left: .75rem;
    margin-right: .75rem
}

@media screen and (min-width: 1024px) {
    .post__reduced-item {
        margin-left: 0;
        margin-right: 0
    }
}

.post__embedded {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -ms-flexbox !important;
    display: flex !important;
    justify-content: center;
    margin-left: .75rem;
    margin-right: .75rem;
    max-width: 45rem;
    overflow: hidden
}

@media screen and (min-width: 610px) {
    .post__embedded {
        margin-left: auto;
        margin-right: auto
    }
}

.post__embedded iframe {
    min-width: 0 !important;
    width: 100% !important
}

.post__embedded .fb_iframe_widget, .post__embedded .fb_iframe_widget > span {
    display: -ms-flexbox !important;
    display: flex !important;
    margin: auto
}

.post__embedded--twitter {
    min-height: 450px
}

.post__embedded--instagram {
    min-height: 1000px
}

@media screen and (min-width: 1024px) {
    .post__embedded--instagram {
        min-height: 1200px
    }
}

.post__embedded .fb-post {
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-height: 450px
}

@media (max-width: 610px) {
    .post__embedded .fb-post span {
        width: 100% !important
    }
}

.post__embedded .fb-video {
    min-height: 250px
}

@media screen and (min-width: 610px) {
    .post__embedded .fb-video {
        min-height: 400px
    }
}

.post__embedded .fb-page {
    min-height: 150px
}

.post__info {
    color: #757575
}

.post__update-info {
    -ms-flex-pack: justify;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    padding-left: .75rem;
    padding-right: .75rem;
    padding-top: 1.5rem;
    position: relative
}

.post__update-info:before {
    background-color: #d8d8d8;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

@media screen and (min-width: 1024px) {
    .post__update-info {
        padding-left: 0;
        padding-right: 0
    }
}

.post .gtm-container-article:not(:empty) {
    padding-bottom: 1.5rem
}

.post__table {
    border-collapse: collapse;
    margin: 1rem .75rem;
    width: calc(100% - 1.5rem)
}

.post__table tr td {
    word-break: break-word
}

.post__table td {
    border: 1px solid rgba(0, 0, 0, .2);
    padding: 6px;
    text-align: center
}

.post__table span {
    display: block
}

.c-article__ytsubscribe {
    -ms-flex-align: center;
    align-items: center;
    display: none;
    padding: 0 20px
}

@media screen and (min-width: 610px) {
    .c-article__ytsubscribe {
        padding: 0
    }
}

.c-article__ytsubscribe--show {
    display: -ms-flexbox;
    display: flex
}

.c-article__ytsubscribe__text {
    padding-left: 10px
}

.l-labels {
    margin: 20px 0
}

.l-labels--extend {
    display: -ms-flexbox;
    display: flex
}

.l-article-column {
    margin-bottom: 20px
}

.l-article-column__button {
    margin-top: 1.5rem
}

@media screen and (min-width: 570px) and (max-width: 1020px) {
    .l-highlighted-sidebar-adv {
        -ms-flex-pack: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 30px
    }
}

.l-highlighted-sidebar-adv > * + * {
    margin-top: .75rem
}

.l-highlighted-sidebar-adv__adv {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 20px
}

@media screen and (min-width: 1021px) {
    .l-highlighted-sidebar-adv__adv {
        margin-top: 10px
    }
}

.l-highlighted-sidebar-adv__article {
    margin-top: 30px
}

.l-highlighted-sidebar-adv__desktop-only {
    display: none
}

@media screen and (min-width: 1021px) {
    .l-highlighted-sidebar-adv__desktop-only {
        display: block
    }
}

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

main {
    display: block
}

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

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

pre {
    font-family: 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;
    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
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    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
}

article, body, div, fieldset, figure, footer, h1, h2, h3, h4, header, html, iframe, img, p, section, video {
    border: 0;
    margin: 0;
    padding: 0
}

body {
    font-family: Open Sans, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5
}

* {
    box-sizing: border-box
}

@media (min-width: 800px) {
    html {
        font-size: 100%
    }
}

.visually-hidden {
    clip: rect(0 0 0 0);
    height: 1px;
    position: absolute;
    width: 1px
}

.c-header {
    border-bottom: 1px solid #02b290
}

@media screen and (min-width: 1024px) {
    .c-header {
        border: none
    }
}

.c-header:after {
    background-color: #fff;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.c-header {
    transform: translateY(0);
    transition: transform .3s;
    will-change: transform
}

@media screen and (min-width: 1024px) {
    .c-header--border {
        border-bottom: 1px solid #02b290
    }
}

.js-header--small-mode {
    border-bottom: 1px solid #02b290
}

@keyframes hideshow {
    0% {
        opacity: 1
    }
    10% {
        opacity: .95
    }
    50% {
        opacity: .9
    }
    90% {
        r: 3;
        opacity: .1
    }
    to {
        opacity: 1
    }
}

.c-header-subscribe {
    position: relative
}

.c-header-subscribe__click-container {
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100%;
    padding: 0 20px
}

@media screen and (min-width: 1024px) {
    .c-header-subscribe__click-container {
        padding: 0 1.125rem
    }
}

.c-header-subscribe__click-container svg .circle-big {
    fill: #02b290
}

.c-header-subscribe__click-container svg .mail {
    fill: #fff
}

.c-header-subscribe__click-container--active {
    background-color: #02b290;
    color: #fff
}

.c-header-subscribe__click-container--active svg .circle-big {
    fill: #fff
}

.c-header-subscribe__click-container--active svg .mail {
    fill: #02b290
}

.c-header-subscribe__click-container--active .c-header-subscribe__headline, .c-header-subscribe__click-container--active .c-header-subscribe__text {
    color: #fff
}

.c-header-subscribe__icon {
    margin-right: 15px
}

.c-header-subscribe__icon .circle-blink {
    fill: red;
    animation: hideshow 2s ease-in-out infinite
}

.c-header-subscribe__icon svg {
    display: block
}

.c-header-subscribe__headline {
    color: #02b290;
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .5px;
    line-height: 1.4;
    text-transform: uppercase
}

.c-header-subscribe__text {
    color: #3b685f;
    display: block;
    font-size: 12px;
    line-height: 1.25
}

.c-header-subscribe__form-container {
    background-color: #02b290;
    color: #fff;
    display: none;
    font-size: 14px;
    left: 0;
    line-height: 1.4;
    padding: 0 20px;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 1
}

@media screen and (min-width: 1024px) {
    .c-header-subscribe__form-container {
        padding: 0 1.125rem
    }
}

.c-header-subscribe__form-container--show {
    display: block
}

.c-header-subscribe__form-text {
    border-top: 1px solid #fff;
    display: block;
    padding: 30px 0 20px
}

.c-header-subscribe__input, .c-header-subscribe__submit {
    height: 40px;
    width: 100%
}

.c-header-subscribe__input {
    background-color: transparent;
    border: 2px solid #fff;
    color: inherit;
    font-size: inherit;
    padding: 0 10px
}

.c-header-subscribe__input:-ms-input-placeholder {
    color: #fff
}

.c-header-subscribe__input::placeholder {
    color: #fff
}

.c-header-subscribe__input.error {
    border-color: #ffe57b
}

.c-header-subscribe__submit {
    background-color: #ffe57b;
    border: none;
    color: #2f4b75;
    cursor: pointer;
    font-weight: 700;
    letter-spacing: .5px;
    margin: 20px 0 30px;
    position: relative;
    text-align: center;
    text-transform: uppercase
}

.c-header-subscribe__submit svg {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%)
}

.c-header-subscribe__submit path {
    fill: #2f4b75
}

.c-header-subscribe__submit:disabled {
    opacity: .5
}

.c-header-subscribe__recaptcha-text {
    color: #fff;
    font-size: 8px;
    line-height: .75rem;
    margin-bottom: .75rem
}

.c-header-subscribe__recaptcha-text a {
    color: #fff;
    text-decoration: underline
}

.c-header-menu {
    background-color: #02b290;
    color: #fff
}

.c-header-menu--desktop {
    display: none;
    height: 3rem
}

@media screen and (min-width: 1024px) {
    .c-header-menu--desktop {
        display: -ms-flexbox;
        display: flex
    }
}

.c-header-menu--open, .c-header-menu__nav {
    display: -ms-flexbox;
    display: flex
}

.c-header-menu__nav {
    -ms-flex-align: center;
    align-items: center
}

.c-header-menu__link {
    background-color: #02b290;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    color: inherit;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5rem;
    padding: 1.5rem .75rem;
    text-decoration: none
}

.c-header-menu__link:last-child {
    box-shadow: 0 1px 0 rgba(0, 0, 0, .2), 0 -1px 0 rgba(0, 0, 0, .2)
}

.c-header-menu__link:first-child {
    box-shadow: 0 1px 0 #fff;
    font-size: 2rem;
    position: relative;
    text-transform: uppercase;
    z-index: 1
}

@media screen and (min-width: 1024px) {
    .c-header-menu__link {
        font-size: 1rem;
        font-weight: 400;
        padding: .75rem;
        text-transform: none
    }

    .c-header-menu__link:not(.hack) {
        box-shadow: none
    }

    .c-header-menu__link:first-child {
        font-size: 1.25rem;
        font-weight: 700
    }

    .c-header-menu__link:first-child:after {
        background-color: #fff;
        bottom: 0;
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 2px
    }
}

.c-header-menu__link--active, .c-header-menu__link:hover {
    background-color: #017a4d;
    color: #fff
}

.js-header--small-mode .c-header-menu {
    display: none
}

.js-header--small-mode .c-header-menu--open {
    display: -ms-flexbox;
    display: flex
}

.c-header-logo > img {
    display: block;
    height: 36px;
    max-width: 100%
}

.c-adv {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: #f3f3f3;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    min-width: 0;
    overflow: hidden;
    padding: 1.5rem .75rem .75rem;
    position: relative
}

.c-adv:before {
    color: #a7a7a7;
    content: "Advertisement";
    font-size: .75rem;
    font-weight: 300;
    left: 0;
    line-height: 1.5rem;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 0
}

@media screen and (min-width: 1024px) {
    .c-adv--leaderboard {
        margin-top: 1.5rem
    }

    .c-adv--sticky {
        position: sticky;
        top: 9rem
    }
}

.c-adv--size-rectangle-row {
    min-height: calc(250px + 2.25rem);
    min-width: calc(300px + 1.5rem)
}

@media screen and (min-width: 1024px) {
    .c-adv--size-rectangle-row {
        min-height: calc(90px + 2.25rem)
    }
}

.c-adv--size-rectangle {
    min-height: calc(250px + 2.25rem);
    min-width: calc(300px + 1.5rem)
}

.c-adv--size-narrow {
    min-height: calc(90px + 2.25rem);
    min-width: calc(300px + 1.5rem)
}

@media screen and (min-width: 1024px) {
    .c-adv--size-narrow {
        min-width: 728px
    }
}

.c-adv--size-narrow-no-padding {
    min-height: 90px
}

.c-adv--size-narrow-no-padding-mobile {
    min-height: 50px
}

.c-adv--video-placeholder {
    aspect-ratio: 16/12;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    padding: 0;
    z-index: 9999
}

.c-adv--video-placeholder:before {
    content: none
}

@media screen and (min-width: 1024px) {
    .c-adv--video-placeholder {
        aspect-ratio: 16/8.5
    }
}

.c-adv--interscroller {
    -ms-flex-align: start;
    align-items: start;
    min-height: calc(100% - 4.5rem);
    position: fixed;
    top: 0;
    transform: translateZ(0);
    width: 100%
}

.c-adv > div {
    position: relative;
    z-index: 13
}

.c-adv--hidden {
    display: none
}

.c-adv-branding__content {
    background-color: #fff;
    position: relative;
    width: 100%;
    z-index: 1
}

.c-adv-branding__top {
    text-align: center
}

.c-adv-branding__link {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.c-adv-branding__aside-left, .c-adv-branding__aside-right {
    display: none
}

@media (min-width: 800px) {
    .c-adv-branding__aside-right {
        display: block;
        position: relative
    }

    .c-adv-branding__img-aside {
        left: 0;
        position: absolute;
        top: 0;
        transition: top .5s ease-in;
        width: 100%
    }
}

@media (min-width: 1200px) {
    .c-adv-branding__aside-left {
        display: block;
        position: relative
    }
}

.c-adv-branding__img-top {
    display: block;
    margin: auto;
    max-width: 100%
}

.c-article-card {
    padding-bottom: .375rem;
    padding-top: .375rem;
    position: relative
}

.c-article-card:not(:last-of-type) {
    border-bottom: 1px solid #d8d8d8
}

.c-article-card--type-with-image {
    padding-top: 0
}

.c-article-card__image {
    display: block;
    margin-bottom: 10px;
    width: 100%
}

.c-article-card__headline {
    color: currentColor;
    display: block;
    font-size: inherit;
    font-weight: 700;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    text-decoration: none
}

.c-article-card__headline:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.c-article-card__headline {
    color: #004d82;
    font-size: 1rem;
    line-height: 1.5rem
}

.c-article-card__headline:hover .c-article-card__headline-hover-inner {
    background-size: 100% 100%;
    color: var(--article-card-headline-hover-color)
}

.c-article-card__headline-hover-inner {
    background-image: linear-gradient(0deg, #ffe57b, #ffe57b 15%, transparent 0, transparent);
    background-repeat: no-repeat;
    background-size: 0 100%;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    transition: background-size .2s;
    width: 100%
}

.c-article-card__info {
    color: #757575;
    height: 1.5rem
}

.c-article-info {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: .75rem;
    line-height: 1.5rem
}

.c-article-info > * {
    margin-right: 5px
}

.c-article-info__time {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex
}

.c-article-info__time--clock:before {
    background-image: url("../images/9ee634276b2c170cd129b6ecbdf01a45d016b73e.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 12px;
    margin-right: 5px;
    width: 12px
}

.c-article-info__time--clock-red:before {
    content: url("../images/d71afe96475b3b25f595c2e775c0dece4410f297.svg");
    margin-right: 5px
}

.c-article-info__time--live:before {
    background-color: red;
    color: #fff;
    content: attr(data-label-text);
    font-size: 10px;
    letter-spacing: .83px;
    margin-right: 5px;
    padding: 1px 5px;
    text-transform: uppercase
}

.c-article-info__views {
    margin-right: 10px;
    white-space: nowrap
}

.c-article-info__author:before {
    content: "•";
    display: inline-block;
    margin-right: 5px;
    opacity: .6;
    text-decoration: none;
    vertical-align: middle
}

.c-article-info__author a {
    color: #02b290;
    text-decoration: none
}

.c-article-info__author a:hover {
    text-decoration: underline
}

.c-article-info__expert a {
    color: #02b290;
    text-decoration: none
}

.c-article-info__expert a:hover {
    text-decoration: underline
}

.c-article-info__comments {
    color: inherit;
    text-decoration: underline
}

.c-article-info__comments:hover {
    text-decoration: none
}

.c-article-info__comments span {
    width: auto !important
}

.c-section-headline {
    box-shadow: inset 0 -11px 0 -1px #fff, inset 0 -12px;
    color: #02b290;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .5px;
    text-align: center;
    text-transform: uppercase
}

.c-section-headline__text {
    background-color: #fff;
    color: inherit;
    padding: 0 20px;
    white-space: nowrap
}

.c-mask {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 14
}

.c-mask--show {
    display: block
}

.email-subscription {
    border: .375rem solid;
    font-size: 1rem;
    line-height: 1.5rem;
    position: relative;
    z-index: 10
}

.email-subscription--type-wide {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem
}

.email-subscription--type-popup {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
    transform: translateY(-100%);
    transition: transform .16s ease-in;
    will-change: transform;
    z-index: -10
}

.email-subscription--type-no-frame {
    border: none
}

.email-subscription--styled {
    background-color: #02b290;
    border-color: #00846b;
    color: #fff
}

.email-subscription__wrapper {
    overflow: hidden;
    position: relative;
    z-index: 2
}

.email-subscription__container {
    display: -ms-flexbox;
    display: flex;
    transition: transform .2s ease-in-out;
    will-change: transform
}

.email-subscription__page {
    -ms-flex-positive: 1;
    -ms-flex-negative: 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    flex-grow: 1;
    flex-shrink: 0;
    padding: .75rem
}

.email-subscription__reducer {
    margin: auto;
    max-width: 30em;
    position: relative
}

.email-subscription__reducer--align-center {
    -ms-flex-pack: center;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    justify-content: center
}

.email-subscription__reducer--align-center, .email-subscription__title {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex
}

.email-subscription__title {
    font-size: 16px;
    font-weight: 700;
    margin-top: 0
}

.email-subscription__title--uppercase {
    text-transform: uppercase
}

.email-subscription__title--accent {
    color: #fff;
    text-align: center
}

.email-subscription__icon {
    -ms-flex-negative: 0;
    stroke: #ffe57b;
    flex-shrink: 0
}

.email-subscription__form {
    margin-top: .75rem;
    position: relative
}

.email-subscription__input {
    background-color: #fff;
    border: none;
    border-radius: 2px;
    color: #6b727e;
    display: block;
    font-size: 12px;
    line-height: 1.5rem;
    padding: .375rem 6rem .375rem .375rem;
    width: 100%
}

.email-subscription__input:focus {
    outline: none
}

.email-subscription__input::-webkit-input-placeholder {
    color: #6b727e;
    opacity: .47
}

.email-subscription__input::-moz-placeholder {
    @extend %placeholder
}

.email-subscription__input:-ms-input-placeholder {
    @extend %placeholder
}

.email-subscription__input:-moz-placeholder {
    @extend %placeholder
}

.email-subscription__error-message {
    color: #ff3131;
    display: none;
    font-size: 12px;
    line-height: 1.5rem
}

.email-subscription__input--invalid {
    box-shadow: inset 0 0 0 1px #ff3131
}

.email-subscription__input--invalid:focus {
    box-shadow: inset 0 0 0 1px #ff3131;
    outline: none
}

.email-subscription__input--invalid + .email-subscription__error-message {
    display: block;
    margin-bottom: -.75rem
}

.email-subscription__submit {
    background-color: #ffe57b;
    background-image: none;
    border: none;
    border-radius: 2px;
    color: #004d82;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5rem;
    padding: .375rem 1.5rem;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0
}

.email-subscription__submit:focus {
    outline: none
}

.email-subscription__text {
    font-size: 12px;
    text-align: center
}

.email-subscription__title .email-subscription__icon {
    margin-right: .375rem
}

.email-subscription__icon + .email-subscription__title {
    margin-top: .75rem
}

.email-subscription__close {
    background: none;
    border: none;
    padding: 0;
    position: absolute;
    right: -.75rem;
    top: 0
}

.email-subscription__close svg {
    stroke: #fff;
    display: block
}

.email-subscription--type-popup .email-subscription__page {
    padding-left: 1.125rem;
    padding-right: 1.125rem
}

.email-subscription--type-popup .email-subscription__page--form .email-subscription__title {
    padding-right: 1.125rem
}

.email-subscription--type-narrow .email-subscription__page {
    padding-left: .9375rem;
    padding-right: .9375rem
}

.email-subscription--type-narrow .email-subscription__title {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 15px;
    text-align: center
}

.email-subscription--type-narrow .email-subscription__icon {
    width: 45px
}

.email-subscription--type-no-frame .email-subscription__page {
    padding-left: 0;
    padding-right: 0
}

.email-subscription--type-no-frame .email-subscription__submit {
    background-color: #ffe57b
}

@media screen and (min-width: 1024px) {
    .email-subscription--type-wide {
        margin-right: 20px
    }

    .email-subscription--type-narrow {
        border: none;
        margin-bottom: 1.5rem;
        margin-top: 1.5rem;
        padding-left: .75rem;
        padding-right: .75rem
    }

    .email-subscription--type-narrow:after {
        border: .1875rem solid #2c3643;
        bottom: -.75rem;
        content: "";
        left: .75rem;
        position: absolute;
        right: .75rem;
        top: -.75rem;
        z-index: 1
    }
}

@media screen and (min-width: 704px) and (max-width: 1023px), screen and (min-width: 1150px) {
    .email-subscription--type-wide {
        border: none;
        margin-bottom: 3rem;
        margin-top: 3rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .email-subscription--type-wide:after {
        border: .1875rem solid #2c3643;
        bottom: -1.5rem;
        content: "";
        left: 1.5rem;
        position: absolute;
        right: 1.5rem;
        top: -1.5rem;
        z-index: 1
    }

    .email-subscription--type-wide .email-subscription__reducer {
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        max-width: unset
    }

    .email-subscription--type-wide .email-subscription__page--form .email-subscription__reducer > * {
        -ms-flex-positive: 1;
        -ms-flex-negative: 1;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        flex-grow: 1;
        flex-shrink: 1;
        margin-bottom: 0;
        margin-top: 0
    }

    .email-subscription--type-wide .email-subscription__page--form .email-subscription__title {
        margin-right: .75rem
    }

    .email-subscription--type-wide .email-subscription__page {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .email-subscription--type-wide .email-subscription__submit {
        padding: .75rem 2.25rem
    }

    .email-subscription--type-wide .email-subscription__input {
        padding-bottom: .75rem;
        padding-left: .75rem;
        padding-top: .75rem
    }

    .email-subscription--type-wide .email-subscription__icon {
        height: auto;
        width: 48px
    }
}

body.header-collapsed .recommendation-popup__show {
    transform: translateY(0)
}

.recommendation-popup {
    background-color: #fff;
    border: 2px solid #02b290;
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .5);
    left: 5px;
    padding: 5px;
    position: fixed;
    right: 5px;
    top: 5px;
    transform: translateY(-200%);
    transition: transform .3s;
    will-change: transform;
    z-index: 11000
}

.recommendation-popup__close {
    border: none;
    border-radius: 50%;
    height: 20px;
    padding: 0;
    position: absolute;
    right: -5px;
    top: -5px;
    width: 20px
}

.recommendation-popup__close svg {
    color: #02b290
}

.recommendation-popup__show {
    transform: translateY(64px)
}

.recommendation-popup__body {
    color: inherit;
    display: block;
    margin-right: .75rem;
    padding-right: .75rem;
    position: relative;
    text-decoration: none
}

.recommendation-popup__body span {
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff 40%, #fff);
    bottom: 0;
    color: #000;
    display: block;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.25rem;
    position: absolute;
    right: 0;
    text-align: end;
    width: 130px
}

.recommendation-popup__headline {
    font-size: 12px;
    max-height: 36px;
    overflow: hidden
}

.thumbnail-picture {
    position: relative
}

.thumbnail-picture:before {
    content: "";
    display: block;
    padding-bottom: var(--placeholder-ratio);
    width: 100%
}

.thumbnail-picture__img {
    bottom: 0;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.c-action-link {
    box-sizing: border-box;
    color: #616161;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    padding: 15px 20px;
    position: relative;
    text-decoration: none
}

.c-action-link.js-active .c-action-link__border {
    stroke: #ffe57b;
    stroke-dasharray: 75% 25%;
    animation: borderMove 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.c-action-link.js-display-none {
    display: none
}

.c-action-link__text-container {
    margin-right: 10px
}

.c-action-link__headline {
    color: #02b290;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .4px;
    text-transform: uppercase
}

.c-action-link__border {
    fill: none;
    stroke: #02b290;
    stroke-width: 5px;
    left: 0;
    position: absolute;
    top: 0;
    transition: stroke .5s ease-in-out
}

.c-action-link__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: auto
}

.c-action-link__icon-border {
    stroke: #02b290;
    transition: stroke .5s ease-in-out
}

.c-action-link__icon-bg {
    fill: #fff;
    transition: fill .5s ease-in-out
}

.c-action-link__icon-arrow {
    fill: #02b290;
    transition: fill .5s ease-in-out
}

.c-action-link--load:hover .c-action-link__border, .c-action-link--load:hover .c-action-link__icon-border {
    stroke: #ffe57b
}

.c-action-link--load:hover .c-action-link__icon-bg {
    fill: #ffe57b
}

.c-action-link--load:hover .c-action-link__icon-arrow {
    fill: #fff;
    animation: bounce 2s;
    animation-iteration-count: infinite
}

.c-action-link--move .c-action-link__border {
    stroke-dasharray: 200%, 0;
    stroke-dashoffset: 0;
    transition: stroke-dasharray .6s ease, stroke-dashoffset .6s ease, stroke .6s ease
}

.c-action-link--move:hover .c-action-link__border {
    stroke: #ffe57b;
    stroke-dasharray: 90%, 40%;
    stroke-dashoffset: 5%
}

@keyframes bounce {
    0%, 25%, 50%, 75%, to {
        transform: translateX(0)
    }
    40% {
        transform: translateX(-5px)
    }
    60% {
        transform: translateX(-3px)
    }
}

@keyframes borderMove {
    0% {
        stroke-dashoffset: 0
    }
    to {
        stroke-dashoffset: 100%
    }
}

.sponsor-banner {
    border: 5px solid;
    padding: 20px
}

@media (min-width: 360px) {
    .sponsor-banner {
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width: 768px) {
    .sponsor-banner--type-horizontal {
        -ms-flex-pack: center;
        justify-content: center
    }
}

.sponsor-banner--type-vertical {
    margin-right: 0;
    max-width: 700px;
    padding: 0;
    text-align: left
}

.sponsor-banner--type-static-image {
    -ms-flex-pack: center;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    padding: 20px 10px 10px
}

.sponsor-banner--type-static-image img {
    height: auto;
    width: 100%
}

@media (min-width: 768px) {
    .sponsor-banner--type-static-image {
        padding: 10px
    }
}

.sponsor-banner__logo {
    display: block;
    height: auto;
    margin-bottom: 20px;
    max-width: 80px
}

@media (min-width: 360px) {
    .sponsor-banner__logo {
        margin-bottom: 0;
        margin-right: 20px
    }
}

.sponsor-banner__content {
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    text-transform: uppercase
}

@media (min-width: 360px) {
    .sponsor-banner__content {
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.sponsor-banner__text {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.67;
    margin: 0 0 10px;
    max-width: 450px
}

.sponsor-banner__text > a {
    color: currentColor;
    text-decoration: none
}

.sponsor-banner__button {
    -ms-flex-pack: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    letter-spacing: .8px;
    min-height: 40px;
    padding: 0 20px;
    text-decoration: none;
    white-space: nowrap
}

.sponsor-banner__content-image {
    display: block;
    height: auto;
    max-width: 180px
}

.sponsor-banner--type-vertical .sponsor-banner__logo {
    background-color: currentColor;
    margin-right: 0
}

.sponsor-banner--type-vertical .sponsor-banner__logo-wrapper {
    -ms-flex-align: center;
    align-items: center;
    background-color: currentColor;
    display: -ms-flexbox;
    display: flex
}

.sponsor-banner--type-vertical .sponsor-banner__content {
    padding: .75rem;
    text-transform: none
}

@media (min-width: 1200px) {
    .sponsor-banner--type-horizontal .sponsor-banner__content {
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.sponsor-banner--type-vertical .sponsor-banner__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0
}

.sponsor-banner--type-vertical .sponsor-banner__link {
    text-decoration: underline
}

.sponsor-banner--type-vertical .sponsor-banner__link:hover {
    text-decoration: none
}

.global-menu {
    background-color: #02b290;
    box-shadow: 0 15px 25px rgba(0, 0, 0, .19), 0 10px 15px rgba(0, 0, 0, .23);
    color: #fff;
    display: none;
    height: calc(100vh - 4.5rem);
    height: calc(var(--vh) * 100 - 4.5rem);
    left: 0;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 4.5rem;
    z-index: 99
}

@media screen and (min-width: 1024px) {
    .global-menu {
        height: auto;
        max-height: calc(100vh - 4.5rem);
        max-height: calc(var(--vh) * 100 - 4.5rem)
    }
}

.global-menu--opened {
    display: block
}

.global-menu__container {
    margin: auto;
    max-width: 1400px
}

@media screen and (min-width: 610px) {
    .global-menu__container {
        display: grid;
        grid-template-columns:repeat(auto-fit, minmax(33%, 1fr));
        grid-template-rows:auto 1fr
    }
}

@media screen and (min-width: 1024px) {
    .global-menu__container {
        grid-template-columns:repeat(auto-fit, minmax(250px, 1fr))
    }
}

.global-menu__navigation {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column: 1/-2
}

@media screen and (min-width: 1024px) {
    .global-menu__navigation {
        display: none
    }
}

.global-menu__main {
    grid-column: 1/-2
}

.global-menu__sidebar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1);
    grid-column: -2/-1;
    grid-row: 1/-1
}

.global-menu__link-list {
    list-style-type: none;
    margin: 0;
    padding-left: 0
}

.global-menu__link {
    color: inherit;
    display: inline-block;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: .375rem 0;
    text-decoration: none;
    vertical-align: middle
}

.global-menu__link[href]:hover {
    text-decoration: underline
}

.global-menu__group-title {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5rem;
    padding: .375rem 0
}

.global-menu__group-title--global {
    font-size: 1.5rem;
    margin-bottom: .75rem;
    margin-top: 4.5rem;
    padding: .75rem
}

@media screen and (min-width: 1024px) {
    .global-menu__group-title--global {
        display: none
    }
}

.global-menu__group {
    padding: .75rem
}

@media screen and (min-width: 1024px) {
    .global-menu__group {
        padding: 3rem .75rem
    }
}

.global-menu__categories {
    grid-gap: 1.5rem;
    display: grid;
    grid-template-columns:repeat(auto-fit, minmax(155px, 1fr));
    width: 100%
}

.skeleton {
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: skeleton-flash;
    animation-timing-function: ease-in-out;
    background-color: #ddd;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 1rem;
    display: block;
    font-size: inherit;
    line-height: inherit;
    transform: scaleY(.6);
    transform-origin: 0 55%
}

.skeleton:empty:before {
    content: "\00a0"
}

.skeleton--image {
    transform: none
}

.skeleton--size-60 {
    width: 60%
}

@keyframes skeleton-flash {
    0% {
        background-color: #eee
    }
    50% {
        background-color: #ddd
    }
    to {
        background-color: #eee
    }
}

.recommendation__item {
    border-bottom: none !important;
    padding: .375rem 0
}

.recommendation__title {
    border-bottom: 1px solid #f8f8f8;
    font-weight: 700;
    text-transform: uppercase
}

.recommendation__item + .recommendation__item {
    border-top: 1px solid #d8d8d8
}

.table-of-contents {
    border: 2px solid #02b290;
    margin: 1rem 2rem;
    padding: 1rem
}

.table-of-contents__title {
    color: #02b290;
    font-size: 1rem;
    font-weight: 600
}

.table-of-contents__list {
    margin: .25rem 0;
    padding-left: .5rem
}

.table-of-contents__list-wrapper {
    margin-bottom: .5rem;
    max-height: 4.125rem;
    overflow: hidden;
    padding-right: 1rem;
    transition: max-height .2s cubic-bezier(0, .75, .2, 1)
}

.table-of-contents__list--view-more {
    max-height: 2000px;
    transition: max-height .5s ease-in-out
}

.table-of-contents__item {
    color: #304060;
    list-style-position: inside;
    list-style-type: disc;
    overflow: hidden;
    padding: 4px 0;
    text-overflow: ellipsis;
    white-space: nowrap
}

.table-of-contents__list > .table-of-contents__item:last-child {
    padding: 4px 0 0
}

.table-of-contents__list li a {
    color: inherit;
    text-decoration: none
}

.table-of-contents__btn {
    background-color: inherit;
    border: 0;
    color: #02b290;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1rem;
    padding: 10px
}

.table-of-contents__scroll-section {
    scroll-margin-top: 1.5rem
}

.table-of-contents__footer {
    -ms-flex-pack: end;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end
}

@media screen and (min-width: 610px) {
    .table-of-contents {
        margin: 1rem 6rem
    }

    .table-of-contents__list {
        padding-left: 1rem
    }

    .table-of-contents__scroll-section {
        scroll-margin-top: 9rem
    }
}

.l-adv--full-width {
    width: 100%
}

.l-adv--margin-bottom {
    margin-bottom: 20px
}

.l-adv--size-320x250 {
    min-height: 250px;
    min-width: 320px
}

.l-adv--size-320x290 {
    min-height: 290px;
    min-width: 320px
}

.l-adv--mobile-full-width {
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    position: relative;
    right: 50%;
    width: 100vw !important
}

@media screen and (min-width: 570px) {
    .l-adv--mobile-full-width {
        left: auto;
        margin-left: 0;
        margin-right: 0;
        position: relative;
        right: auto;
        width: 100%
    }
}

body.header-collapsed .l-header {
    transform: translateY(-100%)
}

.l-header {
    left: 0;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 14
}

.l-header__top {
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    height: 4.5rem;
    justify-content: space-between;
    padding-right: 4.5rem;
    position: relative;
    transition: height .3s
}

.l-header__burger {
    position: absolute;
    right: 0;
    top: 0
}

.l-header__top-right {
    -ms-flex-pack: justify;
    display: none;
    height: 100%;
    justify-content: space-between
}

@media screen and (min-width: 610px) {
    .l-header__top-right {
        display: -ms-flexbox;
        display: flex
    }
}

.l-header__logo {
    margin: auto 20px
}

.l-header__subscribe {
    display: block;
    height: 100%;
    margin: 0 10px;
    max-width: 380px
}

.l-main {
    margin: 0 auto;
    max-width: 1400px
}

.l-main-content {
    min-height: 100%;
    position: relative
}

.l-main-content--header-fixed {
    padding-top: 4.5rem
}

@media screen and (min-width: 1500px) {
    .l-main-content__top-padding {
        min-height: 80px
    }
}

.l-main-padding {
    padding: 20px
}

.grecaptcha-badge {
    visibility: hidden
}

body.body-fixed {
    left: 0;
    padding-top: 7.5rem;
    position: fixed;
    right: 0;
    top: 0
}

body.body-fixed > .l-header {
    position: fixed
}

@media screen and (min-width: 1024px) {
    body.body-blurred > div:not(.c-mask,#onesignal-slidedown-container), body.body-blurred > footer {
        filter: blur(10px)
    }
}

body #onesignal-slidedown-container {
    z-index: 2058594000
}

.l-adv-row {
    -ms-flex-pack: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center
}

.l-adv-row > .c-adv:not(:only-child):not(:last-child) {
    margin-bottom: 20px
}

@media (min-width: 500px) {
    .l-adv-row > .c-adv:not(:only-child):not(:last-child) {
        margin-bottom: 0;
        margin-right: 20px
    }
}

.l-adv-branding {
    display: -ms-flexbox;
    display: flex
}

.l-adv-branding__top {
    width: 100%
}

.l-mobile-branding {
    position: relative
}

.l-mobile-branding__link {
    height: 100%
}

.l-mobile-branding__link, .l-mobile-branding__top-img {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.l-mobile-branding__right-img {
    position: absolute;
    right: 0
}

.l-mobile-branding__close-button {
    background: #fff url("../images/7313480feda9d4c74eb2a1de53be30ecb83b9b05.svg") 50% no-repeat;
    background: hsla(0, 0%, 100%, .8) url("../images/7313480feda9d4c74eb2a1de53be30ecb83b9b05.svg") 50% no-repeat;
    border: 0;
    border-radius: 50%;
    height: 40px;
    padding: 0;
    position: fixed;
    right: 20px;
    top: 20px;
    width: 40px
}

.l-section-headline {
    margin: 20px 0 20px -20px;
    width: calc(100% + 40px)
}

@media screen and (min-width: 570px) {
    .l-section-headline {
        margin-left: 0;
        width: 100%
    }
}


.name-link,
.name-link:hover{
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-decoration: none;
}
