<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    background-image: none;
}

a{
    color: #ae0000;
    text-decoration: none;
}

a:hover{
    color: #ae0000;
    text-decoration: underline;
}

option{
    color: #ae0000;
}

.navbar-toggler-icon{
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.90%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}


#logobar{
    position: relative;
    border-bottom: none;
    height: 70px;
    background-image: none;
}

header{
    border-bottom: 1px solid #e7e7e7;
}

.menulogo{
    margin-top: -11px;
}

.menubar{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ca-menu{
    width: auto;
    margin: 0;
    display: block;
    text-align: center;
    padding: 0;
    position: relative;
}
.ca-menu li{
    width: auto;
    float: left;
}
.ca-menu li:hover{
    background-color: transparent;
}
.ca-menu li a{
    text-transform: uppercase;
    display: flex;
    align-items: center;
    cursor: pointer;
    background-color: #ae0000;
    border: 1px solid #ae0000;
    padding: 5px 25px;
    border-radius: 5px;
    height: 40px;
    color: #fff !important;
}

.ca-menu li a:hover{
    background-color: transparent;
    border: 1px solid #ae0000;
    color: #ae0000 !important;
}

.form_button, a.menubutton, .menubutton{
    text-transform: uppercase;
    display: flex;
    align-items: center;
    cursor: pointer;
    background: #ae0000;;
    border: 1px solid #ae0000 !important;
    padding: 5px 25px;
    border-radius: 5px;
    height: 40px;
    color: #fff !important;
    width: auto;
    font-size: 16px;
    text-align: center;
    justify-content: center;
    text-shadow: none;

}

.form_button.btn-white, a.menubutton.btn-white, .menubutton.btn-white{
    background: #fff;
    border: 1px solid #ae0000 !important;
    color: #ae0000 !important;

}

.launchdemo{
    width: 200px;
    display: block;
    margin-bottom: 10px;
}

.form_button{
    margin-top: 10px;
    width: 100%;
}

.form_button:hover, a.menubutton:hover, .menubutton:hover {
    background: transparent;
    border: 1px solid #ae0000;
    color: #ae0000 !important;
}

.ca-menu li{
    display: flex;
    align-items: center;
    padding-left: 30px;
}

.ca-menu li:last-child a{
    background-color: transparent;
    border: 1px solid #ae0000;
    color: #ae0000 !important;
}

.ca-menu li:last-child a:hover{
    background-color: #ae0000;
    border: 1px solid #ae0000;
    color: #fff !important;
}

.ca-menu li a:hover{
    background-color: transparent;
}

.menu{
    display: flex;
    margin: 0;
    background-color: #ae0000;
    padding: 0;
}

.menu .navbar{
    padding: 0;
}

.menu ul{
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    height: 100%;
}

.menu ul li a{
    text-transform: uppercase;
    color: #fff;
    padding-right: 25px;
    padding-left: 25px;
    text-decoration: none;
    display: flex;
    font-size: 16px;
    align-items: center;
    height: 100%;
    height: 60px;
}

.menu ul li a:hover {
    background-color: #fff;
    color: #ae0000;
    text-decoration: none;
}

.navbar-toggler{
    color: #fff;
    border-color: #fff;
}

.ca-icon{
    position: relative;
}

.menu ul li a i, .ca-menu li a i{
    margin-left: 10px;
    padding-top: 2px;
}

.homepage-slider{
    height: 400px;
    overflow: hidden;
}

.homepage-benefits{
    position: relative;
    z-index: 100;
    margin-top: -75px;
}

.homepage-benefits .row{
    border-bottom: 1px dotted #ae0000;
    box-shadow: 0 0 24px 0 rgba(0,0,0,.1);
    background-color: #fff;
}

.homepage-benefits .row:last-child{
    border-bottom: 5px solid #ae0000;
}

.homepage-benefits .box{
    padding: 40px;
    border-right: 1px dotted #ae0000;
}

.homepage-benefits .row .box:last-child{
    border-right: none;
}

.homepage-benefits i{
    font-size: 20px;
    color: #fff;
    width: 60px;
    height: 60px;
    background: #ae0000;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;

}

.homepage-benefits h3{
    font-size: 18px;
    font-weight: 700;
    padding: 20px 0;
}

footer, footer.blue.darken-2{
    margin-top: 50px !important;;
    border-top: 1px solid #ae0000 !important;;
    padding: 20px 0 !important;;
    background-color: #fff !important;
}

footer.page-footer .footer-copyright{
    line-height: 20px;
    color: #ae0000;
    background-color: #fff;
    height: auto;
}

.footer-copyright a{
    color: #ae0000;
}

footer .text-right a{
    padding-left: 30px;
}

#ca-login-overlay{
    position: fixed;
    z-index: 10000;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
}

.ca-login{
    z-index: 10001;
    position: fixed;
    right: initial;
    left: calc(50% - 160px);
    border-radius: 5px;
    background-color: #fff;
    border: none;
    border-top: 4px solid #ae0000;
    top: calc(50% - 100px);
    padding: 10px;
    height: auto;
}

.ca-login p {
    font-size: 22px;
    font-weight: 700;
    color: #ae0000;
    text-align: center;
    padding: 20px 0;
}

.ca-login .ca-input, .ca-login .ca-input:focus{
    width: 100%;
    height: 45px;
    border: 1px solid rgba(0, 0, 0, 0.8);
    outline: none;
}

#login_close{
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

#login_close img{
    width: 20px;
}

.ca-login .login_link{
    color: #000;
    margin: 20px 0;

}

.only-mobile{
    display: none;

}

.course{
    width: 100%;
    border: none;
    box-shadow: none;
    background: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 0;
    padding: 30px 10px 10px 10px;
    display: flex;
}

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

.course a{
    font-size: initial;
}

.course #course_img_small{
    margin: 0 30px 0 0;
}

.course p.course-login{
    font-size: 18px;
}

.oszkoletekst{
    display: flex;
    justify-content: center;
    background-position: center;
}

.oszkole .tekst{
    float: none;
}

#page-wrap-reg{
    width: 100%;
    padding: 0;
}

.table-list{
    display: table;
    width: 100%;
}

.table-row{
    display: table-row;
}

.table-column{
    padding: 20px !important;
    border-top: 1px solid rgba(0,0,0,0.3);
    font-size: 12px;
    display: table-cell;
    vertical-align: middle;
}

.table-column a{
    font-size: 12px;
}

.header{
    float: initial;
}

.header.main{
    display: flex;
    justify-content: space-between;
}

.box-material-list{
    display: grid;
    grid-template-columns: auto;
}

.box-material{
    display: grid;

    grid-template:'material-img material-title'
            'material-img material-desc';
    grid-template-columns: .1fr 1fr;
    border-bottom: 1px solid rgba(0,0,0,0.3);
    padding: 30px 0;

}

.box-material &gt; img{
    grid-area: material-img;
    max-width: 350px;
    height: auto;
    margin-right: 40px;
}

.box-material .box-material-title{
    grid-area: material-title;
    font-size: 26px;
    font-weight: 700;
    padding-top: 25px;
}

.box-material .box-material-desc{
    grid-area: material-desc;
}

.box-material-download{
    display: flex;
}

.box-material-download a:hover{
    text-decoration: none;
}

.box-material-download a i{
    font-size: 12px;
    margin-left: 10px;
}

div.contact-area#contact-area{
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.contact-area #regForm, .contact-area form{
    width: 100%;
}

#contact-area .reg_form_input, #contact-area textarea{
    width: 50%;
    border-width: 1px;
}

.breadcrumbs{
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
}

.breadcrumb{
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0;
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating), .card .card-action a:not(.btn):not(.btn-large):not(.btn-floating):hover{
    color: #ae0000;
}

.progress{
    background-color: rgb(174, 0, 0, 0.3);

}

.progress .determinate{
    background-color: #ae0000;
}

.lesson .white-text{
    color: #000 !important;
}

.lesson .yellow-text{
    color: #ae0000 !important;
}

.lesson .blue.darken-4{
    background-color: transparent !important;
    text-transform: uppercase !important;
    color: #fff;
    border-radius: 5px 5px 0 0;
    padding: 20px 15px 5px 15px;
    font-size: 18px;
    font-weight: 700;
}

.lesson .blue.darken-3{
    background-color: transparent !important;
    padding: 0px 0 15px 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.lesson .flow-text{
    font-size: 16px;
}

.lesson .material-icons{
    position: relative;
    top: 6px;
}

.lesson-header{
    border: 1px solid #ae0000;
    border-radius: 5px 5px 0 0;
    margin-bottom: 0;
    margin-top: 50px;
    position: relative;
    padding-left: 85px;
    background-color: #ae0000 !important;
    color: #fff;
}

.lesson .lesson-header .blue.darken-4, .lesson .lesson-header .blue.darken-3 {
    border-left: 1px solid #fff;
    border-radius: 0;
}

.lesson-header:before{
    content: "";
    display: block;
    width: calc(100% + 85px);
    border-top: 1px solid #ae0000;
    position: relative;
    top: -50px;
    left: -85px;
}

.lesson-header i {
    position: absolute;
    left: 33px;
    top: 42px;
}

.lesson &gt; div:nth-child(2):before{
    display: none;
}

.lesson &gt; div.row.container:nth-of-type(2n+1){
    background-color: rgba(0,0,0,.05);
}

.lesson .row.container.yellow-text, .lesson .row.container.white-text{
    border-right: 1px solid #ae0000;
    border-left: 1px solid #ae0000;
    margin-bottom: 0;
    padding: 10px 0;
}

.lesson .blue-text.text-darken-4{
    color: #ae0000;
}

.activity-header.blue.darken-4{
    background-color: #fff !important;
    color: #ae0000 !important;
    border-bottom: 1px solid #ae0000;
}

.activity .tabs.blue.darken-4{
    background-color: #fff !important;
    box-shadow: 0 0 1px rgba(0,0,0,.125),0 1px 3px rgba(0,0,0,.2);
    border-radius: 5px 5px 0 0;

}

.activity-tab{
    box-shadow: 0 0 1px rgba(0,0,0,.125),0 1px 3px rgba(0,0,0,.2);
    padding: 30px !important;
}

.tabs .tab a{
    color: #000 !important;
    font-size: 20px;
}

.tabs .tab a.active{
    background-color: rgba(0, 0, 0, 0.05);
    color: #ae0000 !important;
}

.tabs .indicator{
    bottom: initial;
    top: 0;
    background-color: #ae0000;
    max-width: 50%;
    height: 3px;
}

.activity .blue-text{
    color: #ae0000 !important;
}

.modal-content.blue.darken-3, .indigo.darken-4{
    background-color: #ae0000 !important;
}

#quiz-result{
    position: relative;
    padding: 16px;
    color: rgb(5, 44, 101);
    background-color: rgb(207, 226, 255) !important;
    border: 1px solid #9ec5fe;
    border-radius: 5px;
    margin-top: 10px;
}

#quiz-status{
    position: relative;
    padding: 16px;
    color: rgb(88, 21, 28);
    background-color: rgb(248, 215, 218) !important;
    border: 1px solid #f1aeb5;
    border-radius: 5px;
}

#quiz-form .blue.darken-3{
    background-color: #fff !important;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 0 1px rgba(0,0,0,.125),0 1px 3px rgba(0,0,0,.2);
}

.question-number{
    border: 1px solid #ae0000;
    color: #ae0000;
    height: 40px;
    width: 40px;
    line-height: 36px;
    position: absolute;
    z-index: 5;
    top: 17px;
    left: -20px;

}

.question-result{
    margin: 0;
    position: absolute;
    top: 0;
    right: 17px;
}

.question-heading{
    position: relative;
}

.question-result, .result-smiley{
    color: #ae0000;
}

[type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label,
[type="radio"]:not(:checked) + label, [type="radio"]:checked + label,
input[type="text"]{
    color: #000;
}

[type="checkbox"]:not(:checked) + label::before, [type="checkbox"]:not(:checked) + label::after,
[type="radio"]:not(:checked) + label::before, [type="radio"]:not(:checked) + label::after{
    border: 1px solid #000;
}

#quiz-form .col.s10.yellow-text{
    color: #ae0000 !important;
    border-bottom: 1px solid #000;
    margin-left: 0;
    width: 100%;
    padding: 12px 140px 15px 70px;
    min-height: 50px;
}

.white-text{
    color: #000 !important;
}


#video-close-button.white-text{
    color: #fff !important;
}
.yellow-text {
    color: #ae0000 !important;
}

.yellow{
    background-color: #ae0000 !important;
}

.milionerzy-icon{
    border-color: #000;
}

select{
    color: #ae0000;
}

.match-object{
    color: #ae0000;
    border-color: #959595;
}

.match-target {
    background-color: transparent;
    border: 3px solid #ae0000;
    color: #ae0000;
    padding: 1rem;
    margin: 5px;
}

.match-target.border-red{
    background-color: #dc3545 !important;;
    color: #fff !important;
}

.match-target.border-yellow{
    background-color: #28a745 !important;;
    color: #fff !important;
    border-color: #145322 !important;
}

.row .col.s6.match-target{
    width: 48%;
}

.glossary.blue.darken-3,
.choise.blue.darken-3{
    background-color: #fff !important;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 0 1px rgba(0,0,0,.125),0 1px 3px rgba(0,0,0,.2);
}

.entry-box{
    box-shadow: 0 0 1px rgba(0,0,0,.125),0 1px 3px rgba(0,0,0,.2);
    background-color: transparent;
    border: none;
    margin: 10px;
}



h8{
    font-weight: 400;
}

[type="radio"]:checked + label::after, [type="radio"].with-gap:checked + label::after{
    background-color: #ae0000;
    border: 1px solid #ae0000;
}

.glossary .yellow-text{
    color: #ae0000 !important;
}

#milionerzy .blue.darken-4{
    background-color: #ae0000 !important;
}

.milionerzy-a{
    color: #fff;
    padding: 5px 20px !important;
    border-radius: 5px;
}

.activity .red-text{
    color: #000 !important;
}

#drop-box .yellow-text.text-lighten-3{
    color: #ae0000 !important;
}

#resource-result{
    padding: 16px;
    color: rgb(5, 44, 101) !important;
    background-color: rgb(207, 226, 255) !important;
    border: 1px solid #9ec5fe !important;
    border-radius: 5px;
    margin-top: 10px;
}

#resource-result .resource-other-results .yellow-text{
    font-weight: 700;
    color: rgb(5, 44, 101) !important;
}

#puzzle-wrapper table{
    max-width: 900px;
}

#puzzle-wrapper table td{
    width: 50px;
    height: 50px;
    background-color: #0D47A1;
}

#puzzle-wrapper td span{
    font-size: 13px;
    top: 4px;
}

#puzzle-wrapper .active, #puzzle-clues  .clues-active{
    background-color: #17a2b8;
    color: #fff !important;
}

#puzzle-clues li{
    line-height: 36px;
    margin: 0;
    padding: 3px 10px;
    border-color: #17a2b8;
}

#puzzle-clues .clue-done{
    background-color: #28a745;
    color: #fff !important;
}

#puzzle-clues ul{
    margin-bottom: 20px;
}

input[type="text"].shortanswer-input-text{
    color: #ae0000;
}

input[type="text"]:disabled, input[type="text"][readonly="readonly"]{
    color: #ae0000;
    opacity: 0.8;
}

[type="radio"]:disabled:checked + label::after{
    border-color: #ae0000;
    background-color: #ae0000b5;
}

.modal-content.blue.darken-3 .yellow-text{
    color: #fff !important;
}

@media only screen and (min-width: 993px) {
    .row .entry-box.col.l6{
        width: 49%
    }
}


@media screen and (max-width: 767px) {
    .menu {
        padding: 5px 0;
    }

    .ca-menu{
        display: none;
    }

    .homepage-slider{
        height: 200px;
    }
    .homepage-benefits .box{
        border: 1px dotted #ae0000;
    }

    .only-mobile{
        display: initial;
    }

    .ca-login{

        top: 100px;
    }

    footer div, footer a{
        text-align: center;
        float: none;
    }

    .bottommenubutton{
        float: none;
        display: block;
        margin-top: 10px;
        margin-left: 0;
        padding-left: 0;
    }

    .course{
        flex-wrap: wrap;
        justify-content: center;
    }

    .oszkole .tekst img{
        display: none;
    }

    .oszkoletekst{
        background: none;
        width: 100%;
    }

    #oszkole_01, #oszkole_02{
        width: 100% !important;
    }

    .table-list-responsive{
        overflow-x: auto;
        width: 100vw;
    }

    .table-list-responsive .table-list{
        display: table;
    }

    .table-list-responsive .table-list .table-column{

    }

    .box-material-list, .box-material{
        display: block;
    }

    .box-material &gt; img{
        max-width: 100%;
        margin-right: 0;
    }

    .box-material-download{
        flex-wrap: wrap;
    }

    .box-material-download .menubutton{
        width: 100%;
    }

    div.contact-area#contact-area{
        flex-wrap: wrap;
    }

    #contact-area .reg_form_input, #contact-area textarea{
        width: 65%;
    }

    #puzzle-wrapper table td{
        height: 30px;
    }

}

@media (min-width: 576px) {
    #div_content {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    #div_content {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    #div_content {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    #div_content {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    #div_content {
        max-width: 1320px;
    }
}

#div_content {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
    display: block;
}</pre></body></html>