@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 100 900;
font-display: swap;
src: url(https://bmagcdn.blob.core.windows.net/static/montserrat/JTUSjIg1_i6t8kCHKm459Wlhyw.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+2074, U+20AC, U+2122, U+2191, U+2192, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html {
font-size: 16px;
}

body {
font-family: 'Montserrat', sans-serif;
color: #fafafa;
background-color: rgba(17, 20, 24, 1);
overflow-x: hidden;
}

h1, h2 {
font-size: 2rem;
font-weight: 400;
line-height: 1.09em;
margin-bottom: 30px;
text-align: center;
}

h1 {
margin-bottom: 24px;
}

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

h1 strong.strong-secondary, h2 strong.strong-secondary {
    font-weight: 600;
    font-style: italic;
}

h1 span, h2 span {
    font-weight: 500;
    display: inline-block;
    transform: rotate(90deg);
}

h3 {
font-size: 1rem;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 28px;
}

h2 + p.paragraph-strong {
max-width: 920px;
margin-left: auto;
margin-right: auto;
}

p {
margin-bottom: calc((1.5em - 1em) * 2 + 1em);
line-height: 1.6em;
font-weight: 400;
}

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

strong {
font-weight: 700;
}

.nobr {
white-space: nowrap;
font-size: inherit;
font-weight: inherit;
display: inherit;
}

a.button-primary, button.button-primary, a.button-secondary, button.button-secondary {
display: inline-block;
width: auto;
padding: 18px 32px;
margin-bottom: 0;
background: linear-gradient(180deg, #2AABEE 0%, #229ED9 100%);
background-color: none;
font-family: 'Montserrat', sans-serif;
font-size: 16px;
font-weight: 700;
color: #fff !important;
border-radius: 32px;
border: none;
transition: all .3s ease-in-out;
text-transform: uppercase;
}

a.button-primary .icon-arrow, button.button-primary .icon-arrow {
    margin-left: 10px;
    transition: all .3s ease-in-out;
    margin-bottom: 1px;
}

a.button-primary:hover, button.button-primary:hover {
    background: linear-gradient(180deg, #1A8CC7 0%, #147FB2 100%);
    transition: all .3s ease-in-out;
}

    a.button-primary:hover .icon-arrow, button.button-primary:hover .icon-arrow {
        margin-left: 24px !important;
        transition: all .3s ease-in-out;
    }

.no-margin {
margin: 0;
}

.icon {
display: inline-block;
background-repeat: no-repeat;
background-position: center;
}

.icon.icon-arrow {
    width: 6px;
    height: 10px;
    background-image: url('https://images.boersenmedien.com/images/ceedb43f-f76c-4648-9afe-63f40d9d2fa4.svg');
}

.check-list li {
padding-left: 28px;
font-weight: 700;
}

.check-list li::before {
    width: 18px;
    height: 16px;
    background-image: url('https://images.boersenmedien.com/images/ee63d7fd-80e4-4034-b2c1-13b0d2af9fb8.svg');
    filter: none;
    top: 1px;
}

.container {
max-width: 1520px;
padding: 40px 10px 40px;
margin: 0 auto;
}

.content-container {
padding: 30px 20px;
background-color: #192029;
border-radius: 16px;
}

#landingpage-header {
position: fixed;
bottom: 10px;
left: 10px;
right: 10px;
z-index: 4;
display: flex;
justify-content: center;
}

#landingpage-header > div {
    padding: 8px 10px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 5px 10px;
    text-align: center;
    box-shadow: 0px -16px 24px 0px rgba(0,0,0,.1);
    border-radius: 40px;
    border: 2px solid #2AABEE;
    background: linear-gradient(180deg, #101418 0%, #212931 100%);
    box-shadow: 0 0 60px 0 rgba(42, 171, 238, 0.32);
}

#landingpage-header div {
    font-size: 10px;
    font-weight: 600;
}

#landingpage-header a.button-primary {
    font-size: 10px;
    padding: 7px 12px 7px 12px;
    border-radius: 22px;
    transition: background 1s ease;
}

    #landingpage-header a.button-primary .icon-arrow {
        margin-bottom: 0;
        margin-left: 4px;
    }

    #landingpage-header a.button-primary:hover, #landingpage-header button.button-primary:hover {
        padding-right: 12px;
    }

        #landingpage-header a.button-primary:hover .icon-arrow, #landingpage-header button.button-primary:hover .icon-arrow {
            margin-left: 4px !important;
        }

#landingpage-logo {
display: block;
width: 100%;
max-width: 235px;
margin: 0 auto 140px;
z-index: 2;
position: relative;
}

#mastermindtrading-intro {
background-image: url('https://images.boersenmedien.com/images/ed33f3b6-bcfb-40b7-aa25-4b028b9482bc.jpg');
background-repeat: no-repeat;
background-position: center bottom;
background-size: cover;
margin-left: 10px;
}

#mastermindtrading-intro .container > * {
    z-index: 2;
    position: relative;
}

#mastermindtrading-intro .container h1 {
    max-width: 975px;
}

#mastermindtrading-intro .container p, #mastermindtrading-intro .container ul {
    max-width: 785px;
}

#intro-telegram-animation {
list-style: none;
display: flex;
padding: 0;
z-index: 1;
}

#intro-telegram-animation li {
    margin-left: -10px;
}

#intro-telegram-animation img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.7);
}

#intro-telegram-animation.active li {
    transform-origin: center left;
}

@keyframes wait {
0% {
    opacity: 0;
}

100% {
    opacity: 0;
}
}


#intro-telegram-animation.active li:nth-child(1) {
    animation: portraitin0 2.5s linear;
    animation-timing-function: linear(0, 0.402 7.4%, 0.711 15.3%, 0.929 23.7%, 1.008 28.2%, 1.067 33%, 1.099 36.9%, 1.12 41%, 1.13 45.4%, 1.13 50.1%, 1.111 58.5%, 1.019 83.2%, 1.004 91.3%, 1)
}

#intro-telegram-animation.active li:nth-child(2) {
animation: portraitin1 2.5s linear;
animation-timing-function: linear(0, 0.402 7.4%, 0.711 15.3%, 0.929 23.7%, 1.008 28.2%, 1.067 33%, 1.099 36.9%, 1.12 41%, 1.13 45.4%, 1.13 50.1%, 1.111 58.5%, 1.019 83.2%, 1.004 91.3%, 1)
}

#intro-telegram-animation.active li:nth-child(3) {
animation: portraitin2 2.5s linear;
animation-timing-function: linear(0, 0.402 7.4%, 0.711 15.3%, 0.929 23.7%, 1.008 28.2%, 1.067 33%, 1.099 36.9%, 1.12 41%, 1.13 45.4%, 1.13 50.1%, 1.111 58.5%, 1.019 83.2%, 1.004 91.3%, 1)
}

#intro-telegram-animation.active li:nth-child(4) {
animation: portraitin3 2.5s linear;
animation-timing-function: linear(0, 0.402 7.4%, 0.711 15.3%, 0.929 23.7%, 1.008 28.2%, 1.067 33%, 1.099 36.9%, 1.12 41%, 1.13 45.4%, 1.13 50.1%, 1.111 58.5%, 1.019 83.2%, 1.004 91.3%, 1)
}

#intro-telegram-animation.active li:nth-child(5) {
animation: portraitin4 2.5s;
animation-timing-function: linear(0, 0.402 7.4%, 0.711 15.3%, 0.929 23.7%, 1.008 28.2%, 1.067 33%, 1.099 36.9%, 1.12 41%, 1.13 45.4%, 1.13 50.1%, 1.111 58.5%, 1.019 83.2%, 1.004 91.3%, 1)
}



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

    37.5% {
        transform: scale(0);
        opacity: 0;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }

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

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

50% {
    transform: scale(0);
    opacity: 0;
}

62.5% {
    transform: scale(1);
    opacity: 1;
}

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

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

62.5% {
    transform: scale(0);
    opacity: 0;
}

75% {
    transform: scale(1);
    opacity: 1;
}

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


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

75% {
    transform: scale(0);
    opacity: 0;
}

87.5% {
    transform: scale(1);
    opacity: 1;
}

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

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

87.5% {
    transform: scale(0);
    opacity: 0;
}

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

#background-animation {
position: absolute;
z-index: 1;
}

#background-animation img {
    width: 100%;
    filter: drop-shadow(0px 29px 25px rgba(0, 0, 0, .5));
}

#background-animation.active {
    width: 75%;
    display: block;
    z-index: 1;
    position: absolute;
    max-width: 950px;
    right: 20px;
    top: 17%;
    opacity: .8;
    animation: planeimation 1.7s ease-out
}

    #background-animation.active img {
        animation: planeimationimg 1.7s ease-out
    }

@keyframes planeimation {
0% {
    transform: translateX(-120%) translateY(15%);
    transform-origin: left;
}

100% {
    transform: translateX(0px) translateY(0%);
}
}

@keyframes planeimationimg {
0% {
    transform: scale(0) rotate(30deg);
    transform-origin: top left;
    opacity: 0;
}

100% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
}
}


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

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

#mastermindtrading-advantages .container:before {
    content: '';
    position: absolute;
    height: 152px;
    width: 1071px;
    border-radius: 1071px;
    left: 50%;
    margin-left: -535px;
    top: 150px;
    margin-top: -81px;
    background-color: #2AABEE;
    filter: blur(200px);
    opacity: .2;
    z-index: 1;
}

#mastermindtrading-advantages .container:after {
    content: '';
    position: absolute;
    height: 755px;
    width: 267px;
    border-radius: 755px;
    left: 50%;
    margin-left: -134px;
    top: 150px;
    margin-top: -378px;
    background-color: #2AABEE;
    filter: blur(200px);
    opacity: .2;
    z-index: 1;
}

#mastermindtrading-advantages .container h2 {
    max-width: 540px;
    margin: 0 auto 30px;
}

#mastermindtrading-advantages .content-container {
    display: grid;
    gap: 40px;
}

#mastermindtrading-evidence.content-container {
    margin-top: 30px;
}

#mastermindtrading-evidence img {
    display: block;
    width: 100%;
    max-width: 340px;
    margin: 0px auto 0;
}

#mastermindtrading-action .content-container {
    border-radius: 16px;
    border: 1px solid #2AABEE;
    background: linear-gradient(180deg, rgba(16, 20, 24, 0.40) 0%, rgba(33, 41, 49, 0.40) 100%);
    background-image: url('https://images.boersenmedien.com/images/985b7900-182f-4f6a-9e1b-4e8acd6130a9.svg');
    background-repeat: no-repeat;
    background-size: 40% auto;
    background-position: bottom -5% left -5%;
}

#mastermindtrading-action .content-container p {
    max-width: 1170px;
    margin: 0 auto 40px;
}

#mastermindtrading-action p {
font-size: 1.2rem;
font-weight: 600;
}

#mastermindtrading-fast ul {
list-style: none;
max-width: 600px;
margin: 50px auto 0;
}

#mastermindtrading-fast ul li {
    position: relative;
    padding-left: 30px;
}

#mastermindtrading-fast ul li:last-child {
    margin-bottom: 0 !important;
}

#mastermindtrading-fast ul li:before {
    content: '\2191';
    display: inline-block;
    transform: rotate(90deg);
    font-size: 32px;
    font-weight: 700;
    color: #2AEE3A;
    position: absolute;
    left: 0;
    top: -8px;
}

#mastermindtrading-fast .left {
display: block;
position: relative;
font-size: 1.2rem;
margin-bottom: 8px;
}

#mastermindtrading-fast .left {
font-weight: 700;
}

#mastermindtrading-fast .left:after {
    content: '...';
}

#mastermindtrading-fast .right:before {
content: '...';
}

#mastermindtrading-realtime .content-container {
background: linear-gradient(180deg, rgba(16, 20, 24, 0.4) 0%, rgba(33, 41, 49, 0.4) 100%);
border: 1px solid #2AABEE
}

#mastermindtrading-realtime strong {
font-size: 1.4rem;
}

#mastermindtrading-author #author-head img {
display: block;
margin: 0 auto 30px;
border-radius: 50%;
width: 120px;
height: auto;
}

#buy-content {
margin-top: 50px;
}

#buy-content .check-list {
    margin-bottom: 50px;
}

.buy-product {
border: 1px solid #2AABEE;
max-width: 430px;
margin: 0 auto 20px;
}

.buy-product img {
    display: block;
    max-width: 235px;
    margin: 0 auto 30px;
}

.product-stoerer {
    background-color: #2AABEE;
    margin: 0 -20px 30px;
    width: auto;
    font-weight: 700;
    font-size: 1.2rem;
    padding: 10px 0;
}

.buy-product h3 {
    text-transform: none;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}

.buy-product small {
    display: block;
    font-size: .778rem;
    color: #fafafa;
    margin-bottom: 5px;
}

.buy-product .button {
    margin-top: 40px;
    margin-bottom: 20px;
}

.buy-product .badge {
    background-color: #111418;
    color: #2AABEE;
    border: 2px solid #2AABEE;
    font-size: 14px;
    padding: 5px 16px;
    top: -46px;
    position: relative;
}

#landingpage-footer {
padding-bottom: 40px;
}


@media screen and (min-width: 360px) {
#landingpage-header div {
    font-size: 11px;
}

#landingpage-header a.button-primary {
    font-size: 11px;
}

.buy-container .badge {
    padding-left: 16px;
    padding-right: 16px;
}
}

@media screen and (min-width: 380px) {
#landingpage-header div {
    font-size: 12px;
}

#landingpage-header a.button-primary {
    font-size: 12px;
}
}

@media screen and (min-width: 568px) {
#mastermindtrading-author #author-head {
    display: flex;
    gap: 26px;
    align-items: flex-end;
    margin-bottom: 30px;
}

    #mastermindtrading-author #author-head h2 {
        order: 2;
        margin-bottom: 0;
    }

    #mastermindtrading-author #author-head img {
        margin: 0;
        order: 1;
    }

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

    h1, h2 {
        font-size: 2.6rem;
        margin-bottom: 50px;
        text-align: left;
    }

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

    .container {
        padding: 80px 40px 80px;
    }

    .content-container {
        padding: 50px 40px;
    }

    #landingpage-header {
        padding: 13px 15px;
        bottom: 30px;
        width: auto;
        margin: 0 auto;
    }

    #landingpage-header div {
        font-size: 14px;
        padding: 8px 15px;
    }


    #landingpage-header a.button-primary .icon-arrow {
        display: inline-block;
        width: 6px;
        height: 10px;
        margin-left: 8px;
    }

    #landingpage-header a.button-primary:hover {
        padding-right: 12px !important;
    }

    #landingpage-header a.button-primary:hover .icon-arrow {
        margin-left: 8px !important;
    }

    #landingpage-logo {
        max-width: 330px;
        margin-bottom: 100px;
    }

    #intro-telegram-animation img {
        width: 64px;
        height: 64px;
    }

    #mastermindtrading-advantages .content-container {
        grid-template-columns: 1fr 1fr;
    }

    #mastermindtrading-advantages .container h2 {
        max-width: 790px;
        margin-bottom: 50px;
    }

    #mastermindtrading-evidence.content-container {
        display: grid;
        gap: 30px;
        grid-template-columns: 1fr 1fr;
    }

    #mastermindtrading-evidence.content-container img {
        margin-top:0;
        max-width:none;
    }

    #mastermindtrading-action p {
        font-size: 1.778rem;
    }

    #mastermindtrading-fast ul li {
        margin-bottom: 45px;
    }

    #mastermindtrading-realtime strong {
        font-size: 1.2rem;
    }

    #mastermindtrading-author #author-head {
        margin-bottom: 50px;
    }

    #mastermindtrading-author #author-content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    #buy-content {
        display: grid;
        gap: 40px;
        grid-template-columns: 1fr 1fr;
    }

    #buy-content .check-list li {
        margin-bottom: 35px;
    }

    .buy-product {
        max-width: none;
    }

    .buy-product .badge {
        top: -66px;
    }

    .buy-product img {
        margin-top: -20px;
    }

    .product-stoerer {
        margin: 0 -40px 30px;
    }

    #landingpage-footer {
        padding-bottom: 120px;
    }
}

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

    html {
        font-size: 18px;
    }

    h1, h2 {
        font-size: 3rem;
        margin-bottom: 64px;
    }

    .check-list li {
        margin-bottom: 30px;
    }

    .content-container {
        padding: 64px 83px;
    }

    #landingpage-header {
        bottom: 64px;
    }

    #mastermindtrading-advantages .content-container {
        gap: 80px;
    }

    #mastermindtrading-advantages .container h2 {
        max-width: 1000px;
        margin-bottom: 70px;
    }

    #mastermindtrading-evidence.content-container {
        gap: 50px;
        margin-top: 60px;
        grid-template-columns: 3fr 2fr;
    }

    #mastermindtrading-fast ul {
        list-style: none;
        max-width: 1270px;
        margin: 80px auto 0;
    }

    #mastermindtrading-fast ul li {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        margin-bottom: 65px;
    }

    #mastermindtrading-fast ul li:before {
        top: -6px;
    }

    #mastermindtrading-fast ul li:after {
        content: '';
        order: 2;
        flex: 1 1 100%;
        border-bottom: 2px dotted #FAFAFA;
        margin: 0 16px 6px;
    }

    #mastermindtrading-fast .left {
        margin: 0;
        order: 1;
        flex: 0 0 auto;
    }

    #mastermindtrading-fast .right {
        order: 3;
        flex: 0 0 auto;
    }

    #mastermindtrading-fast .left:after, #mastermindtrading-fast .right:before {
        content: none;
    }

    #mastermindtrading-author #author-head {
        margin-bottom: 50px;
    }

    #mastermindtrading-author #author-head img {
        width: 220px;
    }

    #buy-content .check-list {
        margin-top: 55px;
    }

    #buy-content .check-list li {
        margin-bottom: 55px;
    }

    .buy-product .badge {
        top: -81px;
    }

    .buy-product img {
        margin-top: -40px;
    }

    .product-stoerer {
        margin: 0 -83px 30px;
    }

    #landingpage-footer {
        padding-bottom: 160px;
    }
}

@media screen and (min-width: 1280px) {
    #mastermindtrading-evidence.content-container {
        grid-template-columns: 2fr 1fr;
    }


    #mastermindtrading-fast ul li:before {
        top: 0px;
    }

    #mastermindtrading-fast .left {
        font-size: 1.778rem;
    }  
}


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

    .container {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    #mastermindtrading-advantages .container h2 {
        max-width: 1070px;
        margin-bottom: 80px;
    }
}

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