@font-face {
    font-family: 'Sofia Sans';
    font-style: italic;
    font-weight: 1 1000;
    font-display: swap;
    src: url(https://cdn.boersenmedien.com/static/sofiasans/sofiasans-italic-latin.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Sofia Sans';
    font-style: normal;
    font-weight: 1 1000;
    font-display: swap;
    src: url(https://cdn.boersenmedien.com/static/sofiasans/sofiasans-latin.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Sofia Sans Extra Condensed';
    font-style: italic;
    font-weight: 1 1000;
    font-display: swap;
    src: url(https://cdn.boersenmedien.com/static/sofiasansextracondensed/sofiasansextracondensed-italic-latin.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Sofia Sans Extra Condensed';
    font-style: normal;
    font-weight: 1 1000;
    font-display: swap;
    src: url(https://cdn.boersenmedien.com/static/sofiasansextracondensed/sofiasansextracondensed-latin.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*  General-Start   */
html {
    font-size: 18px;
    width: 100%;
    font-display: swap;
    scroll-behavior: smooth;
    background-color: #f4f2f4;
    scroll-behavior: smooth;
}

#kirchhoffsystem {
    font-family: 'Sofia Sans';
    font-style: normal;
    color: #595859;
    background-color: #F4F2F4;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3 {
    line-height: 1.1em;
}

h1, h2 {
    font-weight: 700;
    font-size: 2.22rem;
    margin-bottom: 40px;
    color: #D9D5D9;
    position: relative;
    hyphens: auto;
}

h1 strong, h2 strong {
    color: #E23350;
    font-weight: 700;
}

h1 span, h2 span {
    display: block;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.4em;
    margin: 0px;
    font-family: "Sofia Sans Extra Condensed";
}

p {
    margin-bottom: 30px;
    line-height: 1.5em;
    position: relative;
}

p.p-short {
    max-width: 1115px;
    margin-left: auto;
    margin-right: auto;
}

p.paragraph-big {
    font-family: "Sofia Sans Extra Condensed", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3em;
}

p.paragraph-big strong {
    color: #E23350;
}

p a {
    color: inherit;
}

p strong {
    font-weight: 700;
}

.list-default, .simple-list {
    padding-left: 20px;
    margin-bottom: 30px;
}

.list-default a, .simple-list a {
    color: inherit;
}

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

img {
    width: 100%;
}

.background-dark {
    background-color: #1B1E26;
    color: #F4F2F4;
}

.background-dark h1, .background-dark h2 {
    color: #D9D5D9;
}

.background-red {
    background-color: #E23350;
    color: #F4F2F4;
}

section {
    padding: 60px 0;
}

.container {
    padding: 0 20px;
    max-width: 1520px;
    margin: 0 auto;
    position: relative;
}

.container-short {
    max-width: 1115px;
}

.container-medium {
    max-width: 1300px;
}

.container-max {
    max-width: 1760px;
}

.container-full {
    max-width: none;
}

#fixed-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(226, 51, 80);
    padding: 5px 20px 6px;
    font-size: 16px;
    line-height: 1em;
    color: #fff;
    white-space: nowrap;
    z-index: 2;
}

#fixed-cta .hide-mobile {
    display: none;
}

    #fixed-cta .button.button-primary {
        font-size: 0.778rem;
        display: inline-block;
        width: auto;
        line-height: 1em;
        padding: 4px 20px;
        margin-left: 10px;
        color: rgb(226, 51, 80) !important;
        border: 1px solid #fff;
        background-color: #fff !important;
    }

#fixed-cta .button.button-primary:hover {
    background-color: rgb(226, 51, 80)!important;
    border: 1px solid #fff;
    color: #fff !important;
}

.button {
    font-size: 1rem;
    font-weight: 500;
    font-family: "Sofia Sans", sans-serif;
    padding: 20px 40px 20px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    line-height: 1.3rem;
    border-radius: 44px;
    width:auto;
}

.button-primary {
    color: #F4F2F4 !important;
    background-color: #E23350 !important;
    transition: background-color 0.2s ease-out;
}

.button-primary:hover {
    background-color: #CC2E48 !important;
    transition: background-color 0.2s ease-out;
}

.button-secondary {
    color: #E23350 !important;
    background-color: transparent !important;
    border: 1px solid #E23350 !important;
    transition: background-color 0.2s ease-out;
}

.button-secondary:hover {
    transition: background-color 0.2s ease-out;
    background-color: #7E283A !important;
}

#index-intro {
    position: relative;
    background-image: url("https://images.boersenmedien.com/images/27bc9092-401d-443b-8de6-e23bbcf1701a.webp");
    background-repeat: no-repeat;
    background-position: 50% -15px;
    background-repeat: repeat-x;
    background-size: 290% auto;
    overflow: hidden;
    animation: introbackground 45s linear infinite;
    min-height: 100vh;
}

@keyframes introbackground {
    0% {
        background-size: 200% auto;
        background-position: 50% -15px;
    }

    50% {
        background-size: 280% auto;
        background-position: 60% -15px;
    }

    100% {
        background-size: 200% auto;
        background-position: 50% -15px;
    }
}

#intro-logo {
    position:relative;
    width: 69px;
    height: auto;
    margin:-40px 0 340px 20px;
    filter: invert(100%) sepia(13%) saturate(784%) hue-rotate(225deg) brightness(88%) contrast(92%);
    display: block;
    z-index: 1;
}

#index-intro p {
    max-width: 710px;
}

#intro-logo-bar {
    margin-top: 110px;
    font-family: "Sofia Sans Extra Condensed", sans-serif;
    font-size: 0.7rem;
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 40px;
    opacity: 0.6;
}

    #intro-logo-bar div {
        width: 100%;
        text-align: center;
    }

#index-intro .gradient {
    width: 1000px;
    height: 1000px;
    background: radial-gradient(circle, rgba(226, 51, 80, 0.3) 0%, rgba(226, 51, 80, 0) 70%);
    position: absolute;
    left: -402px;
    top: -1016px;
    animation: introgradient 14s linear infinite;
}

#index-intro:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0vw;
    bottom: 0;
    width: 200vw;
    background: linear-gradient(90deg, rgba(27, 30, 38, 0) 0%, rgb(27, 30, 38) 50%, rgb(27, 30, 38) 100%);
    animation: introfadein 4s linear;
}

@keyframes introfadein {
    from {
        left: -100vw;
    }

    to {
        left: 0;
    }
}

@keyframes introgradient {
    0% {
        left: -402px;
        top: -1216px;
    }

    50% {
        left: -102px;
        top: -1016px;
    }

    100% {
        left: -402px;
        top: -1216px;
    }
}

#index-strategy {
    position: relative;
    overflow: hidden;
}

    #index-strategy .gradient {
        width: 1000px;
        height: 1300px;
        background: radial-gradient(circle, rgba(226, 51, 80, 0.3) 0%, rgba(226, 51, 80, 0) 60%);
        position: absolute;
        right: 3%;
        bottom: -86%;
    }

    #index-strategy img {
        display: block;
        max-width: 130px;
        margin: 0 auto 50px;
        filter: invert(100%) sepia(4%) saturate(4526%) hue-rotate(190deg) brightness(90%) contrast(88%);
    }

#index-quote {
    position: relative;
    padding-bottom: 240px;
    padding-top: 60px;
}

    #index-quote img {
        max-width: 200px;
        display: block;
        position: absolute;
        bottom: -240px;
        left: 50%;
        margin-left: -100px;
    }

    #index-quote blockquote p, #index-signals blockquote p {
        font-family: "Sofia Sans Extra Condensed", sans-serif;
        font-size: 2rem;
        line-height: 1.2em;
        font-weight: 700;
        margin-bottom: 10px;
    }

    #index-quote blockquote footer, #index-signals blockquote footer {
        font-family: "Sofia Sans", sans-serif;
    }

    #index-quote blockquote footer {
        text-align: right;
        margin-top: -7px;
    }

#index-signals blockquote {
    display: inline-block;
    text-align: left;
    padding-top: 60px;
}

    #index-signals blockquote p {
        color: #E23350;
    }

    #index-signals blockquote footer {
        text-align: right;
    }

.signals-example {
    padding: 70px 0;
    background: rgb(221, 220, 223);
    background: linear-gradient(0deg, rgb(221, 220, 223) 0%, rgb(244, 242, 244) 100%);
}

.signals-example-text img {
    width: 180px;
    height: auto;
    margin: 30px 0 15px;
}

.signals-example-2 .signals-example-text img {
    width: 180px;
}

.signals-example-3 .signals-example-text img {
    width: 180px;
}

.signals-example-head {
    font-family: "Sofia Sans Extra Condensed", sans-serif;
    margin-bottom: 20px;
}

    .signals-example-head h3 {
        font-size: 1.4rem;
        font-weight: 700;
        margin-bottom: 10px;
    }

        .signals-example-head h3 span {
            color: #6CC337;
            font-weight: 700;
            font-size: 4rem;
        }

            .signals-example-head h3 span span {
                font-size: 2rem;
            }

.signals-buy, .signals-sell {
    font-weight: 400;
}

    .signals-buy strong, .signals-sell strong {
        font-weight: 700;
    }

    .signals-buy:before, .signals-sell:before {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        width: 12px;
        height: auto;
    }

    .signals-buy:before {
        content: url("https://images.boersenmedien.com/images/10a7e059-40c0-4329-9686-a4a2051efab1.svg");
    }

    .signals-sell:before {
        content: url("https://images.boersenmedien.com/images/3d8160cb-73a4-4592-8f3c-88601654f0a7.svg");
    }

#index-signals {
    padding-bottom: 0;
}

    #index-signals .background-dark {
        padding: 60px 0;
        overflow: hidden;
    }

    #index-signals ul {
        list-style: none;
    }

        #index-signals ul li {
            position: relative;
            color: #E23350;
            border: 1px solid #E23350;
            border-radius: 8px;
            overflow: hidden;
            padding-left: 93px;
            min-height: 135px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            margin-bottom: 20px;
            padding: 20px 20px 20px 93px;
        }

            #index-signals ul li span {
                position: absolute;
                left: 0;
                top: 0;
                bottom: 0;
                display: flex;
                justify-content: center;
                align-items: center;
                width: 65px;
                height: 100%;
                background-color: #E23350;
            }

            #index-signals ul li strong {
                display: block;
                color: #F4F2F4;
                font-family: "Sofia Sans Extra Condensed", sans-serif;
                font-weight: 700;
                font-size: 1.4rem;
                margin-top: 3px;
            }

    #index-signals .icon-horizon {
        width: 23px;
        height: auto;
    }

    #index-signals .icon-type {
        width: 28px;
        height: auto;
    }

    #index-signals .icon-duration {
        width: 28px;
        height: auto;
    }

    #index-signals .icon-target {
        width: 22px;
        height: auto;
    }

    #index-signals .icon-instrument {
        width: 25px;
        height: auto;
    }

    #index-signals .icon-focus {
        width: 28px;
        height: auto;
    }

    #index-signals .gradient {
        width: 1400px;
        height: 1400px;
        background: radial-gradient(circle, rgba(226, 51, 80, 0.3) 0%, rgba(226, 51, 80, 0) 60%);
        position: absolute;
        right: -29%;
        top: -30%;
    }

#index-advantages {
    background-image: url("https://images.boersenmedien.com/images/47a0effc-fa28-4bab-b621-0d1c9eb4252c.svg");
    background-position: center;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

#index-advantages .container {
    position: relative;
}

#index-advantages .gradient {
    width: 1000px;
    height: 1300px;
    background: radial-gradient(circle, rgba(226, 51, 80, 0.3) 0%, rgba(226, 51, 80, 0) 60%);
    position: absolute;
    right: -5%;
    bottom: -175%;
}

#index-advantages .container ul, #index-advantages .container h2 {
    z-index: 2;
    position: relative;
}

#index-advantages ul {
    list-style: none;
}

#index-advantages li {
    text-align: center;
    margin-bottom: 30px;
    font-size: 1.4rem;
    font-family: "Sofia Sans Extra Condensed";
    font-weight: 700;
}

#index-advantages li:before {
    display: inline-block;
    content: url("https://images.boersenmedien.com/images/61c7f14b-1d6b-4f06-b67e-9e3d7919d6bd.svg");
    width: 23px;
    margin-right: 20px;
}

#stream-signals-container {
    display: flex;
    gap: 0px;
    width: 100%;
    overflow: scroll;
    align-items: flex-start;
    max-width: 2000px;
    margin: 60px auto 40px;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

#stream-signals-container::-webkit-scrollbar {
    display: none;
}

#stream-signals-container img {
    pointer-events: none;
}

.signal-item {
    padding: 25px 0px 20px;
    border-radius: 8px;
    border: 1px solid #F2F0F2;
    width: 100%;
    max-width: 530px;
}

#stream-signals-container .signal-item {
    max-width: 460px;
    min-width: 320px;
    margin: 0 10px;
}

.signal-head {
    display: grid;
    grid-template-columns: 50px auto;
    margin-bottom: 20px;
}

.signal-head div {
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.signal-head img {
    width: 40px;
    height: 100%;
    border: none;
    margin-right: 10px;
    grid-row: span 2;
    display: flex;
    align-items: center;
}

.signal-item .signal-time {
    color: #BFBCBF;
    font-family: "Sofia Sans Extra Condensed", sans-serif;
    font-weight: 400;
}

.signal-item .signal-time span {
    font-weight: 400;
}

.signal-item .signal-time span:before {
    content: url("https://images.boersenmedien.com/images/d8db816b-ea45-465b-a0f4-4c8274400093.svg");
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 10px;
    margin-right: 6px;
}

.signal-item .signal-body {
    margin-bottom: 20px;
}

.signal-item .signal-body h2 {
    font-size: 1.2rem;
    color: #595859;
    margin-bottom: 10px;
}

.signal-item .signal-body figure {
    margin-bottom: 30px;
}

.signal-item .signal-body img {
    border-radius: 8px;
    border: 1px solid #D9D5D9;
    margin-bottom: 10px;
}

.signal-item .signal-body figcaption {
    font-size: 14px;
    color: #595859;
}

.signal-item .signal-body p:last-child {
    margin-bottom: 0px;
}

.signal-item .signal-body .article-disclaimer {
    font-size: 0.777778rem;
    color: #969696;
    border: 1px solid #c8c8c8;
    padding: 18px 20px 20px;
}

.signal-item .article-video .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    width: 100%;
    height: auto;
    text-align: center;
}

.signal-item .article-video .embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.signal-fav {
    width: 19px;
    height: auto;
    display: inline-block;
}

.icon-swipe {
    width: 55px;
}

#index-messenger {
    background-image: url("https://images.boersenmedien.com/images/b7a0e2c4-46ff-43f0-8d9d-4fd7e0ce3712.svg");
    background-position: center;
    background-size: auto 180px;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

#index-messenger .gradient {
    width: 1500px;
    height: 1500px;
    background: radial-gradient(circle, rgba(226, 51, 80, 0.3) 0%, rgba(226, 51, 80, 0) 60%);
    position: absolute;
    left: -36%;
    bottom: 50%;
}

#index-messenger .container {
    max-width: 1680px;
    position: relative;
}

#index-messenger h2 span {
    color: #E23350;
}

#app-preview-container {
    position: relative;
    padding-top: 80px;
    padding-bottom: 40px;
    width: 100%;
    max-width: 300px;
    margin: 60px auto;
}

#app-preview-container img {
    width: 67%;
    transform-origin: center;
    margin: 0 auto;
    display: block;
    position: relative;
    -webkit-filter: drop-shadow(0px 0px 31px rgba(226, 51, 80, 0.6)) drop-shadow(31px 25px 28px rgba(0, 0, 0, 0.8));
    filter: drop-shadow(0px 0px 31px rgba(226, 51, 80, 0.6)) drop-shadow(31px 25px 28px rgba(0, 0, 0, 0.8));
}

#app-preview-container span {
    color: #E23350;
    position: absolute;
    font-size: 0.889rem;
}

#app-preview-container span:nth-child(2) {
    top: -20px;
    left: 0;
    right: 0;
    bottom: 66%;
    opacity: 0;
}

#app-preview-container span:nth-child(2) span {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 25px;
    left: 10px;
    display: inline-block;
    border-left: 1px solid #E23350;
    border-bottom: 1px solid #E23350;
    transition: height 1s ease-in, width 0.5s 1s ease-out;
}

#app-preview-container span:nth-child(2):hover span:after {
    content: "";
    position: absolute;
    left: 100%;
    bottom: -3px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #E23350;
    transform: scale(0);
}

#app-preview-container span:nth-child(3) {
    top: 30px;
    left: 0;
    right: 0;
    text-align: right;
    bottom: 37%;
}

#app-preview-container span:nth-child(3) span {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 25px;
    right: 10px;
    display: inline-block;
    border-right: 1px solid #E23350;
    border-bottom: 1px solid #E23350;
    transition: height 1s ease-in, width 0.5s 1s ease-out;
}

#app-preview-container span:nth-child(3):hover span {
    height: 100%;
    width: 10%;
    transition: height 1s ease-in, width 0.5s 1s ease-out;
}

#app-preview-container span:nth-child(3):hover span:after {
    content: "";
    position: absolute;
    left: 100%;
    bottom: -3px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #E23350;
    transform: scale(0);
}

#app-preview-container span:nth-child(4) {
    top: 70%;
    left: 0;
    right: 0;
    bottom: -20px;
    display: flex;
    align-items: flex-end;
}

#app-preview-container span:nth-child(4) span {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 25px;
    left: 10px;
    display: inline-block;
    border-left: 1px solid #E23350;
    border-top: 1px solid #E23350;
    transition: height 1s ease-in, width 0.5s 1s ease-out;
}

#app-preview-container span:nth-child(4):hover span {
    height: 100%;
    width: 5%;
    transition: height 1s ease-in, width 0.5s 1s ease-out;
}

#app-preview-container span:nth-child(4):hover span:after {
    content: "";
    position: absolute;
    left: 100%;
    bottom: -3px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #E23350;
    transform: scale(0);
}

#index-author {
    position: relative;
    overflow:hidden;
}

#index-author img {
    border-radius: 16px;
}

#index-author .container div {
    width: 100%;
    max-width: 400px;
    position: relative;
    margin: 0 auto 50px;
    aspect-ratio: 1/0.92;
}

#index-author .container div img:nth-child(1) {
    width: 54%;
    position: absolute;
    top: 0;
    right: 5%;
}

#index-author .container div img:nth-child(2) {
    width: 51%;
    position: absolute;
    top: 20%;
    left: 0;
}

#index-author .container div img:nth-child(3) {
    width: 39%;
    position: absolute;
    bottom: 0%;
    right: 0;
}

#index-author .gradient {
    width: 1000px;
    height: 1300px;
    background: radial-gradient(circle, rgba(226, 51, 80, 0.3) 0%, rgba(226, 51, 80, 0) 60%);
    position: absolute;
    right: 33%;
    top: -250px;
}

#index-opinions {
    position: relative;
}

#opinions-container {
    display: flex;
    width: 100%;
    overflow-x: auto;
    align-items: flex-start;
    margin: 60px auto 40px;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    gap: 25px;
    position: relative;
    z-index: 1;
    padding: 0 20px 20px;
    cursor: grab;
}

    #opinions-container::-webkit-scrollbar {
        display: none;
    }

.opinions-item {
    background-color: #fff;
    padding: 25px 20px;
    border-radius: 8px;
    color: #595859;
    width: 80%;
    max-width: 516px;
    min-width: 290px;
    text-align: center;
}

    .opinions-item blockquote:before {
        content: "";
        display: block;
        height: 26px;
        background-image: url("https://images.boersenmedien.com/images/0a384408-7627-4715-b477-485b6b31115d.svg");
        background-repeat: no-repeat;
        background-position: left;
        text-align: left;
        margin-bottom: 20px;
    }

    .opinions-item figcaption {
        color: #E23350;
        font-weight: 700;
        font-size: 0.7rem;
    }

        .opinions-item figcaption:before {
            content: url("https://images.boersenmedien.com/images/e4b80cb0-4768-4756-a84a-cc41472b8921.svg");
            display: inline-block;
            width: 32px;
            height: 32px;
            margin-right: 4px;
            vertical-align: middle;
        }

#index-performance .container {
    max-width: 1580px;
}

#performance-examples {
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    flex-wrap: wrap;
}

.performance-item {
    display: flex;
    flex-direction: column;
    background-color: rgb(27, 30, 38);
    border: 1px solid #615E65;
    border-radius: 8px;
    text-align: center;
    width: 100%;
    max-width: 300px;
    color: #D9D5D9;
}

#performance-examples .performance-item:nth-child(1) .logo-container img {
    width: 140px;
}

#performance-examples .performance-item:nth-child(2) .logo-container img {
    width: 155px;
}

#performance-examples .performance-item:nth-child(3) .logo-container img {
    width: 160px;
}

.performance-item .logo-container {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(138, 137, 142, 0.19);
    height: 90px;
}

.performance-item .content-container {
    padding: 5px 25px 18px;
    font-family: "Sofia Sans Extra Condensed";
    font-size: 1.5rem;
}

    .performance-item .content-container strong {
        font-weight: 700;
    }

    .performance-item .content-container small {
        font-size: 1rem;
        display: block;
    }

.performance-item .performance-value {
    color: #6CC337;
    font-size: 3rem;
    font-weight: 700;
    display: block;
    margin-bottom: -5px;
}

    .performance-item .performance-value span {
        font-size: 2.5rem;
        font-weight: 700;
    }

#index-buy {
    overflow: hidden;
    position: relative;
}

    #index-buy .container {
        position: relative;
    }

    #index-buy .gradient, #index-waitlist .gradient {
        width: 1500px;
        height: 1500px;
        background: radial-gradient(circle, rgba(226, 51, 80, 0.3) 0%, rgba(226, 51, 80, 0) 60%);
        position: absolute;
        right: -29%;
        top: -62%;
    }

    #index-buy p small {
        font-size: 1rem;
        font-family: "Sofia Sans", sans-serif;
        display: block;
        margin-top: -10px;
    }

#buy-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 60px auto 0;
}

.buy-item {
    position: relative;
    border-radius: 16px;
    background-color: #2D3036;
    color: #D9D5D9;
    font-size: 1rem;
    width: 100%;
    margin: 0px auto 0;
    padding: 35px 20px;
    box-shadow: 0 0px 99px rgba(226, 51, 80, 0.1);
    max-width: 650px;
}

    .buy-item p {
        font-size: 1rem;
    }

        .buy-item p strong {
            font-weight: 700;
            color: #fff;
        }

    .buy-item h3 {
        font-weight: 400;
        font-size: 1.4rem;
        font-family: "Sofia Sans Extra Condensed";
        margin-bottom: 35px;
    }

    .buy-item img {
        max-width: 104px;
        display: block;
        margin: 30px auto 50px;
        filter: invert(100%) sepia(13%) saturate(784%) hue-rotate(225deg) brightness(88%) contrast(92%);
    }

#buy-container .buy-item:first-child {
    border: 2px solid #E23350;
}

    #buy-container .buy-item:first-child:before {
        content: "Am beliebtesten";
        position: absolute;
        top: -13px;
        left: 50%;
        margin-left: -69px;
        border: 2px solid #E23350;
        color: #E23350;
        background-color: #2D3036;
        font-size: 0.8rem;
        font-weight: 700;
        line-height: 1em;
        padding: 3px 10px;
        border-radius: 13px;
    }

#index-waitlist {
    overflow: hidden;
}

    #index-waitlist .container {
        position: relative;
    }

    #index-waitlist p {
        max-width: 800px;
        margin: 0 auto 30px;
    }

p.paragraph-bold {
    font-weight: 700;
}

p.paragraph-big {
    color: #BFBCBF;
}

#index-waitlist p strong {
    color: #E23350;
}

#index-waitlist .button-primary {
    margin-top: 27px;
    margin-bottom: 10px;
    cursor: pointer;
}

#index-waitlist .buy-container .buy-head {
    font-size: 20px;
    font-family: "Sofia Sans";
    padding-top: 25px;
    padding-bottom: 25px;
    font-weight: 700;
    line-height: 1.4em;
    min-height: 178px;
}

    #index-waitlist .buy-container .buy-head p strong {
        color: inherit;
    }

#index-waitlist .buy-head img {
    filter: invert(36%) sepia(2%) saturate(8%) hue-rotate(285deg) brightness(92%) contrast(90%);
    width: 91px;
}

#NewsletterForm {
    text-align: left;
    margin-top: 25px;
}

    #NewsletterForm p {
        font-size: 1.2rem;
    }

    #NewsletterForm button {
        border: none;
    }

    #NewsletterForm .paragraph-small {
        font-size: 14px;
        text-align: right;
        margin-bottom: 0;
    }

.newsletter-subscribe-form {
    position: relative;
}

.field {
    margin: 25px 0 0px;
    position: relative;
}

input {
    font-family: "Sofia Sans", sans-serif;
}

.error-message {
    color: #E23350;
    font-size: 12px;
    text-align: right;
    margin-bottom: 5px;
    font-family: "Sofia Sans", sans-serif;
    position: absolute;
    top: -17px;
    right: 0;
}

.validation-summary-errors.error-message {
    text-align: left;
    width: 100%;
    margin-top: 5px;
    padding-left: 10px;
    font-size: 1rem;
    font-size: 0.8rem;
    position: relative;
    top: 0;
}

.input-validation-error + label {
    color: #E23350;
}

input[type=email], input[type=text], .number-text-input, select, input[type=search], textarea {
    width: 100%;
    font-family: "Sofia Sans", sans-serif;
    font-size: 0.875rem;
    line-height: 16px;
    color: #595859;
    background-color: #fbfbfb;
    border: 1px solid #fbfbfb;
    border-radius: 8px;
    padding: 16px 15px;
    box-sizing: border-box;
    margin-bottom: 0px;
}

.privacy-field {
    margin-top: 50px;
}

.text-field {
    position: relative;
}

    .text-field input[type=email], .text-field input[type=text], .text-field .number-text-input, .text-field select, textarea {
        display: block;
        width: 100%;
        padding: 24px 15px 8px 15px;
    }

        .text-field input[type=email]::placeholder, .text-field input[type=text]::placeholder {
            color: transparent;
        }

    .text-field input:focus {
        outline: none;
    }

        .text-field input:focus ~ label,
        .text-field input:not(:placeholder-shown) ~ label {
            top: 9px;
            font-size: 12px;
            color: #ADADAD;
        }

    .text-field input.correct + label:after,
    .text-field input.incorrect + label:after {
        content: url("https://images.boersenmedien.com/images/02af236f-58b9-40c9-9463-25cc7902926f.svg");
        width: 21px;
        height: 21px;
        position: absolute;
        right: 10px;
        top: -3px;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }

    .text-field input.incorrect {
        border-color: #E23350;
    }

        .text-field input.incorrect + label:after {
            content: url("https://images.boersenmedien.com/images/1f515e2a-3ab5-4bba-b05b-1000d6b5ed20.svg");
            width: 20px;
            height: 18px;
        }

        .text-field input.correct:focus ~ label:after,
        .text-field input.correct:not(:placeholder-shown) ~ label:after,
        .text-field input.incorrect:focus ~ label:after,
        .text-field input.incorrect:not(:placeholder-shown) ~ label:after {
            top: 5px;
        }

label {
    color: #ADADAD;
    position: absolute;
    pointer-events: none;
    font-size: 18px;
    left: 15px;
    right: 10px;
    top: 17px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    font-family: "Sofia Sans";
}

    label a {
        color: #f4f2f4;
    }

input[type=checkbox] {
    display: none;
}

    input[type=checkbox] + label {
        font-size: 0.75rem;
        line-height: 1.4em;
        position: relative;
        padding-left: 44px;
        margin-top: 17px;
        display: block;
        left: 0;
        top: 0;
        pointer-events: auto;
        color: #f4f2f4;
    }

        input[type=checkbox] + label:before {
            content: "";
            display: inline-block;
            width: 24px;
            height: 24px;
            background-color: #fbfbfb;
            border: 2px solid #fbfbfb;
            border-radius: 4px;
            position: absolute;
            left: 0;
            top: 0px;
        }

        input[type=checkbox] + label a {
            text-decoration: underline;
        }

    input[type=checkbox]:checked + label:before {
        background-color: #7E283A;
        border-color: #E23350;
    }

    input[type=checkbox]:checked + label:after {
        content: "";
        background-image: url("https://images.boersenmedien.com/images/3efceddb-8122-4d0d-a5ca-96a657b1bd93.svg");
        background-repeat: no-repeat;
        background-size: contain;
        width: 13px;
        height: 10px;
        position: absolute;
        left: 8px;
        top: 10px;
        filter: invert(26%) sepia(50%) saturate(5606%) hue-rotate(337deg) brightness(96%) contrast(83%);
    }

#static-content {
    padding-top: 300px;
}

    #static-content h2 {
        font-size: 1.6rem;
    }

#page-footer {
    background-color: #1B1E26;
    color: #D9D5D9;
    text-align: center;
    font-size: 0.889rem;
    padding: 20px 0 40px;
}

    #page-footer .container div {
        display: flex;
        justify-content: center;
        gap: 20px 40px;
        margin-top: 30px;
    }

    #page-footer a {
        color: #D9D5D9;
        text-decoration: none;
    }

/* Stream */
.stream-list-all {
    display: grid;
    gap: 0px;
}

    .stream-list-all .signal-item {
        margin: 0 auto 20px;
    }

/* Animations */
.will-fadeIn {
    opacity: 0;
}

.fadeInLeft {
    animation: fadeInLeft 0.75s ease-out;
    opacity: 1;
}

.fadeInRight {
    animation: fadeInRight 0.75s ease-out;
    opacity: 1;
}

.fadeInBottom {
    animation: fadeInBehind 0.75s ease-out;
    opacity: 1;
}

.fadeInBehind {
    animation: fadeInBehind 0.75s ease-out;
    opacity: 1;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100px, 0, 0) scale(0.9);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100px, 0, 0) scale(0.9);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes fadeInTopShort {
    from {
        opacity: 0;
        transform: translate3d(0, -30px, 0) scale(0.9);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes fadeInBehind {
    from {
        opacity: 0;
        transform: translate3d(0, 50px, 0) scale(0.9);
        transform-origin: center;
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0px, 0) scale(1);
        transform-origin: center;
    }
}

.special.active img {
    animation: specialImg 0.75s ease-out;
    opacity: 1;
    transform: rotate(6deg);
}

#app-preview-container.special.active span:nth-child(2) {
    animation: wait 0.3s ease, fadeInTopShort 0.75s 0.3s ease-out;
    opacity: 1;
}

    #app-preview-container.special.active span:nth-child(2) span {
        animation: wait 0.8s ease, drawLine1 0.75s 0.8s ease-out;
        opacity: 1;
        height: 100%;
        width: 10%;
    }

        #app-preview-container.special.active span:nth-child(2) span:after {
            animation: wait 1.35s ease, drawPoint 0.5s 1.35s ease-out;
            content: "";
            display: inline-block;
            width: 5px;
            height: 5px;
            background-color: #E23350;
            border-radius: 50%;
            opacity: 1;
            position: absolute;
            right: -2px;
            bottom: -3px;
        }

#app-preview-container.special.active span:nth-child(3) {
    animation: wait 0.4s ease, fadeInTopShort 0.75s 0.4s ease-out;
    opacity: 1;
}

    #app-preview-container.special.active span:nth-child(3) span {
        animation: wait 0.9s ease, drawLine1 0.75s 0.9s ease-out;
        opacity: 1;
        height: 100%;
        width: 10%;
    }

        #app-preview-container.special.active span:nth-child(3) span:after {
            animation: wait 1.35s ease, drawPoint 0.5s 1.35s ease-out;
            content: "";
            display: inline-block;
            width: 5px;
            height: 5px;
            background-color: #E23350;
            border-radius: 50%;
            opacity: 1;
            position: absolute;
            left: -2px;
            bottom: -3px;
        }

#app-preview-container.special.active span:nth-child(4) {
    animation: wait 0.4s ease, fadeInBehind 0.75s 0.4s ease-out;
    opacity: 1;
}

    #app-preview-container.special.active span:nth-child(4) span {
        animation: wait 0.8s ease, drawLine1 0.75s 0.8s ease-out;
        opacity: 1;
        height: 100%;
        width: 6%;
    }

        #app-preview-container.special.active span:nth-child(4) span:after {
            animation: wait 1.35s ease, drawPoint 0.5s 1.35s ease-out;
            content: "";
            display: inline-block;
            width: 5px;
            height: 5px;
            background-color: #E23350;
            border-radius: 50%;
            opacity: 1;
            position: absolute;
            right: -2px;
            top: -3px;
        }

@keyframes drawLine1 {
    0% {
        height: 0%;
        width: 0%;
    }

    80% {
        height: 100%;
        width: 0%;
    }

    100% {
        height: 100%;
        width: 10%;
    }
}

@keyframes drawPoint {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes specialImg {
    from {
        opacity: 0;
        transform: translate3d(0, 50px, 0) scale(0.9) rotate(0deg);
        transform-origin: center;
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0px, 0) scale(1) rotate(6deg);
        transform-origin: center;
    }
}

@keyframes specialImg {
    from {
        opacity: 0;
        transform: translate3d(0, 50px, 0) scale(0.9) rotate(0deg);
        transform-origin: center;
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0px, 0) scale(1) rotate(6deg);
        transform-origin: center;
    }
}

@keyframes wait {
    from {
        opacity: 0;
    }

    to {
        opacity: 0;
    }
}

.loading-container {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: space-around;
    align-items: center;
    z-index: 999999999;
}

.loading-info {
    width: 57px;
    height: 32px;
    display: inline-block;
    position: relative;
}

    .loading-info span {
        width: 3px;
        height: 32px;
        background-color: #E23350;
        display: inline-block;
        margin: 0 7px;
        transform: skew(-21deg, 0);
        animation-name: loading;
        animation-duration: 1.3s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
        transform-origin: bottom left;
        position: absolute;
        left: 0;
        bottom: 0;
    }

        .loading-info span:nth-child(2) {
            animation-delay: 0.2s;
            left: 15px;
            bottom: 0;
        }

        .loading-info span:nth-child(3) {
            animation-delay: 0.4s;
            left: 30px;
            bottom: 0;
        }

@keyframes loading {
    0% {
        height: 0;
    }

    45% {
        height: 32px;
    }

    55% {
        height: 32px;
    }

    100% {
        height: 0px;
    }
}

@media screen and (min-width: 567px) {
    h1, h2 {
        font-size: 3.5rem;
    }

    #index-intro {
        background-size: 185% auto;
    }

    @keyframes introbackground {
        0% {
            background-size: 200% auto;
            background-position: 50% -150px;
        }

        50% {
            background-size: 280% auto;
            background-position: 60% -150px;
        }

        100% {
            background-size: 200% auto;
            background-position: 50% -150px;
        }
    }

    .split-fields {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .opinions-item {
        min-width: 380px;
    }

    #index-waitlist #buy-container .buy-head {
        position: relative;
        padding-left: 125px;
        text-align: left;
    }

    #index-waitlist .buy-head h3 {
        margin-bottom: 15px;
        margin-top: 15px;
    }

    #index-waitlist .buy-head img {
        position: absolute;
        left: 30px;
        top: 30px;
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 467px) {
    #fixed-cta .hide-mobile {
        display: inline-block;
    }
}

@media screen and (min-width: 767px) {
    /*  General-Start   */
    html {
        font-size: 18px;
    }

    .index #page-header {
        top: 35px;
    }

    #intro-logo {
        width: 103px;
        margin:-6px 0 260px 20px;
    }

    #fixed-cta {
        bottom: auto;
        top: 0;
    }

    .index #page-body #index-intro {
        background-size: 139% auto;
    }

    @keyframes introbackground {
        0% {
            background-size: 120% auto;
            background-position: 50% -85px;
        }

        50% {
            background-size: 200% auto;
            background-position: 60% -85px;
        }

        100% {
            background-size: 120% auto;
            background-position: 50% -85px;
        }
    }

    @keyframes introgradient {
        0% {
            left: -402px;
            top: -1216px;
        }

        50% {
            left: -102px;
            top: -1016px;
        }

        100% {
            left: -402px;
            top: -1216px;
        }
    }

    #index-strategy .container {
        padding-left: 200px;
    }

    #index-strategy img {
        position: absolute;
        left: 20px;
        top: 10px;
    }

    #index-quote {
        padding: 0;
    }

        #index-quote img {
            right: 20px;
            left: auto;
            bottom: 0;
        }

        #index-quote .container {
            padding-right: 200px;
            padding-bottom: 0;
            padding-left: 20px;
            padding: 40px 200px 40px 20px;
        }

        #index-quote footer {
            padding-right: 50px;
        }

    .signals-example {
        background: rgb(221, 220, 223);
        background: linear-gradient(270deg, rgb(221, 220, 223) 0%, rgb(244, 242, 244) 50%, rgb(244, 242, 244) 100%);
    }

        .signals-example.example-odd {
            background: rgb(244, 242, 244);
            background: linear-gradient(90deg, rgb(221, 220, 223) 0%, rgb(244, 242, 244) 50%, rgb(244, 242, 244) 100%);
        }

        .signals-example .container {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
            align-items: center;
        }

    .signals-example-head {
        position: relative;
        margin-bottom: 30px;
    }

        .signals-example-head h3 {
            font-size: 1.7rem;
        }

    .signals-example .signals-example-head img {
        position: absolute;
        left: 225px;
        right: 20px;
        width: auto;
        margin: 0 auto 0 0;
        bottom: 22px;
        filter: none;
    }

    .signals-example-1 .signals-example-head img {
        max-width: 200px;
    }

    .signals-example-2 .signals-example-head img {
        max-width: 225px;
    }

    .signals-example-3 .signals-example-head img {
        max-width: 275px;
    }

    #index-signals ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 50px;
    }

        #index-signals ul li {
            margin-bottom: 0;
        }

    #index-signals blockquote {
        padding-top: 90px;
        padding-bottom: 40px;
    }

    #index-messenger .container {
        padding-right: 340px;
        min-height: 700px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #index-messenger .gradient {
        left: -110%;
        bottom: -25%;
    }

    #app-preview-container {
        position: absolute;
        right: 20px;
        top: -50px;
    }

    #index-author .container {
        padding-left: 340px;
    }

        #index-author .container div {
            position: absolute;
            left: 20px;
            top: 40px;
            max-width: 280px;
        }

    #buy-container {
        margin-top: 80px;
    }

    .buy-item {
        padding: 65px 75px;
    }

        .buy-item img {
            margin-bottom: 64px;
        }

    #page-footer {
        padding-bottom: 20px;
    }

        #page-footer .container {
            display: flex;
            justify-content: space-between;
        }

            #page-footer .container div {
                margin-top: 0;
            }
}

@media screen and (min-width: 1023px) {
    /*  General-Start   */
    html {
        font-size: 20px;
    }

    h1, h2 {
        font-size: 4rem;
    }

    section {
        padding: 180px 0;
    }

    .container {
        padding: 0 40px;
    }    

    #fixed-cta {
        padding-left: 40px;
    }

    #index-intro {
        background-position: left center;
        padding-top: 85px !important;
    }
    
    @keyframes introbackground {
        0% {
            background-size: 120% auto;
            background-position: 45% -85px;
        }

        50% {
            background-size: 180% auto;
            background-position: 45% -85px;
        }

        100% {
            background-size: 120% auto;
            background-position: 45% -85px;
        }
    }

    #index-intro .gradient {
        width: 1400px;
        height: 1400px;
        left: -28%;
        top: -154%;
    }

    #intro-logo {
        margin: -6px 0 80px 40px;
    }

    #index-strategy .container {
        padding-left: 335px;
    }

    #index-strategy img {
        position: absolute;
        max-width: 215px;
        left: 40px;
        top: 10px;
    }

    #index-quote .container {
        padding-left: 40px;
        padding-right: 420px;
        padding: 100px 420px 100px 40px;
        max-width: 1350px;
    }

    #index-quote img {
        right: 40px;
        max-width: 440px;
    }

    #index-quote footer {
        padding-right: 80px;
    }

    .signals-example .container {
        gap: 40px;
    }

    .signals-example-head {
        margin-bottom: 50px;
    }

        .signals-example-head h3 {
            font-size: 2rem;
        }

    .signals-example .signals-example-head img {
        left: 275px;
    }

    #index-signals ul li {
        padding-left: 175px;
        margin-bottom: 0;
    }

        #index-signals ul li span {
            width: 135px;
        }

    #index-signals .icon-horizon {
        width: 40px;
    }

    #index-signals .icon-type {
        width: 50px;
    }

    #index-signals .icon-duration {
        width: 48px;
    }

    #index-signals .icon-target {
        width: 39px;
    }

    #index-signals .icon-instrument {
        width: 50px;
    }

    #index-signals .icon-focus {
        width: 57px;
    }

    #index-signals .background-dark {
        padding: 180px 0;
    }

    #index-signals blockquote {
        padding-top: 160px;
        padding-bottom: 0px;
    }

    #stream-signals-container {
        margin: 100px auto 60px;
    }

    .stream-signals-container .signal-item {
        min-width: 500px;
    }

    .signal-head {
        grid-template-columns: 50px auto auto;
    }

        .signal-head img {
            grid-row: span 1;
        }

        .signal-head .signal-time {
            display: flex;
            justify-content: flex-end;
            align-items: center;
        }

    #stream-signals .icon-swipe {
        display: none;
    }

    #index-messenger {
        background-size: 105% auto;
    }

        #index-messenger .gradient {
            left: -70%;
        }

        #index-messenger p {
            max-width: 600px;
        }

    #app-preview-container {
        max-width: 360px;
        top: -100px;
    }

    #index-author .container {
        padding-left: 510px;
    }

        #index-author .container div {
            position: absolute;
            left: 20px;
            top: 0px;
            max-width: 430px;
        }

    .opinions-item {
        padding: 40px 40px;
    }
    /* Stream */
    .stream-list-all {
        display: grid;
        gap: 20px;
        grid-template-columns: 28% 44% 28%;
    }

    #buy-container {
        margin-top: 100px;
    }
}

@media screen and (min-width: 1200px) {
    #index-stream .icon-swipe {
        display: none;
    }

    #stream-signals-container {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1280px) {
    #index-intro {
        background-size: 130% auto;
    }

    @keyframes introbackground {
        0% {
            background-size: 130% auto;
            background-position: 0% -85px;
        }

        50% {
            background-size: 160% auto;
            background-position: 30% -85px;
        }

        100% {
            background-size: 130% auto;
            background-position: 0% -85px;
        }
    }

    #intro-logo-bar {
        justify-content: space-between;
    }

        #intro-logo-bar div {
            text-align: left;
        }

    #index-strategy {
        padding-bottom: 240px;
    }

    .signals-example {
        padding: 130px 0;
    }

        .signals-example .container {
            grid-template-columns: 2fr 1fr;
        }

        .signals-example.example-odd .container {
            grid-template-columns: 1fr 2fr;
        }

            .signals-example.example-odd .container img {
                order: 2;
            }

    #index-messenger .container {
        padding-right: 570px;
    }

    #app-preview-container {
        position: absolute;
        right: 0px;
        top: 0;
        max-width: 580px;
        padding-right: 210px;
    }

        #app-preview-container span:nth-child(2) {
            top: 25%;
            left: -130px;
            bottom: auto;
        }

            #app-preview-container span:nth-child(2) span {
                left: 0;
                height: 0px;
            }

            #app-preview-container span:nth-child(2):hover span {
                height: 0px;
                width: 26%;
            }

        #app-preview-container span:nth-child(3) {
            top: 68%;
            right: 20px;
            bottom: auto;
        }

            #app-preview-container span:nth-child(3) span {
                right: 0;
            }

            #app-preview-container span:nth-child(3):hover span {
                height: 0px;
                width: 43%;
            }

        #app-preview-container span:nth-child(4) {
            top: 78%;
            bottom: auto;
            left: -320px;
        }

            #app-preview-container span:nth-child(4) span {
                left: 0;
                height: 0px;
                bottom: auto;
                top: 25px;
            }

            #app-preview-container span:nth-child(4):hover span {
                height: 0px;
                width: 37%;
            }

    #index-author .container {
        padding-left: 710px;
        padding-top: 80px;
        padding-bottom: 80px;
    }

        #index-author .container div {
            position: absolute;
            left: 20px;
            top: -30px;
            max-width: 630px;
        }

    #stream-signals-container {
        justify-content: center;
        max-width: 1380px;
    }

    #app-preview-container.special.active span:nth-child(2) span {
        height: 0;
        width: 27%;
        animation: wait 1s ease, drawLine1 0.75s 1s ease-out;
    }

    @keyframes drawLine1 {
        0% {
            height: 0%;
            width: 0%;
        }

        100% {
            width: 27%;
        }
    }

    #app-preview-container.special.active span:nth-child(3) span {
        height: 0;
        width: 44%;
        animation: wait 1.1s ease, drawLine2 0.75s 1.1s ease-out;
    }

    @keyframes drawLine2 {
        0% {
            height: 0%;
            width: 0%;
        }

        100% {
            width: 44%;
        }
    }

    #app-preview-container.special.active span:nth-child(4) span {
        height: 0;
        width: 38%;
        animation: wait 0.6s ease, drawLine3 0.75s 0.6s ease-out;
    }

    @keyframes drawLine3 {
        0% {
            height: 0%;
            width: 0%;
        }

        100% {
            width: 38%;
        }
    }

    @keyframes drawPoint {
        0% {
            transform: scale(0);
        }

        100% {
            transform: scale(1);
        }
    }
}

@media screen and (min-width: 1400px) {
    #index-messenger .gradient {
        left: -36%;
        bottom: -25%;
    }
}

@media screen and (min-width: 1500px) {
    @keyframes introbackground {
        0% {
            background-size: 110% auto;
            background-position: -20% -85px;
        }

        50% {
            background-size: 140% auto;
            background-position: 10% -85px;
        }

        100% {
            background-size: 110% auto;
            background-position: -20% -85px;
        }
    }

    .performance-item {
        flex: 0 0 calc(33.33% - 30px);
        flex-direction: row;
        max-width: none;
    }

        .performance-item .logo-container {
            height: auto;
            flex: 0 0 200px;
        }

        .performance-item .content-container {
            text-align: left;
        }

    #index-messenger .container {
        min-height: 830px;
    }

    #app-preview-container {
        max-width: 730px;
        padding-right: 200px;
        margin-top: -100px;
    }

        #app-preview-container span {
            font-size: 1rem;
        }

        #app-preview-container.special.active span:nth-child(2) span {
            height: 0;
            width: 26%;
            animation: wait 1s ease, drawLine1 0.75s 1s ease-out;
        }

    @keyframes drawLine1 {
        0% {
            height: 0%;
            width: 0%;
        }

        100% {
            width: 26%;
        }
    }

    #app-preview-container span:nth-child(3) {
        top: 68%;
        right: 10px;
        bottom: auto;
    }

        #app-preview-container span:nth-child(3) span {
            right: 0;
        }

    #app-preview-container.special.active span:nth-child(3) span {
        height: 0;
        width: 38%;
        animation: wait 1.1s ease, drawLine2 0.75s 1.1s ease-out;
    }

    @keyframes drawLine2 {
        0% {
            height: 0%;
            width: 0%;
        }

        100% {
            width: 38%;
        }
    }

    #app-preview-container span:nth-child(4) {
        top: 75%;
        left: -350px;
    }

    #app-preview-container.special.active span:nth-child(4) span {
        height: 0;
        width: 36%;
        animation: wait 0.6s ease, drawLine3 0.75s 0.6s ease-out;
    }

    @keyframes drawLine3 {
        0% {
            height: 0%;
            width: 0%;
        }

        100% {
            width: 36%;
        }
    }
}

@media screen and (min-width: 1600px) {
    .performance-item .performance-value {
        font-size: 4rem;
        margin-bottom: -8px;
    }

    .performance-item .content-container {
        font-size: 1.8rem;
    }

    #index-opinions .icon-swipe {
        display: none;
    }
}

@media screen and (min-width: 2080px) {
    #index-intro {
        background-position: -30% -235px;
        animation: introbackground 45s linear infinite;
    }

    @keyframes introbackground {
        0% {
            background-size: 110% auto;
            background-position: -40% -235px;
        }

        50% {
            background-size: 130% auto;
            background-position: -10% -235px;
        }

        100% {
            background-size: 110% auto;
            background-position: -40% -235px;
        }
    }
}
