<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.page .content .h4_fib_seq {
    line-height: 1;
    text-align: center;
}
.leonardo_img, .leonardo_img_ar {
    width: 207px;
    margin-top: -31px;
}
.leonardo_img {
    float: right;
}
.leonardo_img_ar {
    float: left;
    -webkit-transform:scale(-1, 1);
    -moz-transform:scale(-1, 1);
    -o-transform:scale(-1, 1);
    -ms-transform:scale(-1, 1);
    transform: scale(-1, 1);
}
.golden_section {
    margin: 10px auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
}
.golden_section &gt; img { max-width: 560px; }
.golden_section &gt; img, .golden_section_scheme img { width: 100%; }
.golden_section_scheme {
    margin: 10px 0 20px;
    text-align: center;
    font-style: italic;
    font-family: monospace;
    text-transform: uppercase;
}
.golden_section_scheme img { 
    max-width: 330px;
}

.corrective_impulse {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    width: 90%;
    margin: 0 auto 25px;
    text-align: center;
}
.corrective_impulse &gt; div {
    width: 50%;
}
.corrective_impulse .ci_title {
    margin-bottom: 6px;
    font-size: 18px;
    font-weight: bold;
}
.ci_no_need {
    margin-bottom: 12px;
    text-align: center;
}
.market_correction_img {
    width: 100%;
    margin: 20px auto 0;
}

.new_target_mov .ntm_text { width: 60%; }
.new_target_mov .ntm_h4 { text-align: left; }
.new_target_mov .ntm_h4_ar { text-align: right; }

.fs_target_mov { margin-top: 30px; }
.fs_target_mov .ftm_img, .fs_target_mov .ftm_img_ar { width: 40%; }
.fs_target_mov .ftm_img { float: left; }
.fs_target_mov .ftm_img_ar { float: right; }
.fs_target_mov .ftm_h4, .fs_target_mov .ftm_h4_ar { line-height: 1; }
.fs_target_mov .ftm_h4 { text-align: left; }
.fs_target_mov .ftm_h4_ar { text-align: right; }

@media (max-width: 768px) {
    .page .block .content h4 { text-align: center; }
    .leonardo_img, .leonardo_img_ar {
        float: none;
        display: block;
        width: 160px;
        margin: 0 auto;
    }
    .corrective_impulse {
        width: 100%;
    }
    .corrective_impulse &gt; div {
        width: 100%;
    }
    .corrective_impulse &gt; div:first-child {
        margin-bottom: 20px;
    }
    .fs_target_mov .ftm_img, .fs_target_mov .ftm_img_ar {
        float: none;
        display: block;
        width: 50%;
        margin: 0 auto;
    }
}
@media (max-width: 500px) {
    .fs_target_mov .ftm_img, .fs_target_mov .ftm_img_ar { width: 100%; }
}
</pre></body></html>