@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@200;300;400;600;700;800;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,700;0,900;1,400;1,700&display=swap');

:root {
    font-size: 20px;
    --kolor: #255c8d;
    --kolor2: #3978af;
}

@media(max-width:1600px) {
    :root {
        font-size: 18px;
    }
}

@media(max-width:1200px) {
    :root {
        font-size: 16px;
    }
}

html {
    scroll-behavior: smooth;
    font-size: 1rem;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

b,
strong {
    font-weight: bold;
}

i,
em {
    font-style: italic;
}

.rwContentBox ul,
.cn ul {
    list-style-type: disc;
    margin: 1rem 0;
    margin-left: 2rem;
}

.rwContentBox ol,
.cn ol {
    list-style-type: decimal;
    margin: 1rem 0;
    margin-left: 2.75rem;
}

.rwContentBox li,
.cn li {
    padding-left: 0;
}

.rwContentBox table td {
    vertical-align: top;
}

div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form {
    position: relative;
    margin: 0;
    padding: 0;
    display: block;
    font-weight: normal;
}

ul {
    margin-top: 0;
}

img {
    border: 0;
}

.clear,
.cl {
    clear: both;
}

body {
    font-family: raleway, sans-serif;
    font-size: 1rem;
    line-height: 1.35;
    color: #000;
    max-width: 100%;
    overflow-x: hidden;
}

* {
    font-family: raleway, sans-serif;
}

a {
    color: var(--kolor);
    outline: none;
    transition: all 0.3s ease;
    text-decoration: none;
}

a:hover {
    color: var(--kolor2);
}





.hd,
body>main,
body>footer {
    position: relative;
}

body>main>div {
    position: relative;
    width: 100%;
    max-width: 1200px;
    min-width: 320px;
    margin: 0 auto;
}





.hd {
    display: block;
    position: fixed;
    width: 100%;
    z-index: 110;
    font-size: 0;
}

.hd::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 300px;
    background: linear-gradient(hsl(210, 100%, 14%) 0%,
            hsla(210, 100%, 14%, 0.738) 19%,
            hsla(210, 100%, 14%, 0.541) 34%,
            hsla(210, 100%, 14%, 0.382) 47%,
            hsla(210, 100%, 14%, 0.278) 56.5%,
            hsla(210, 100%, 14%, 0.194) 65%,
            hsla(210, 100%, 14%, 0.126) 73%,
            hsla(210, 100%, 14%, 0.075) 80.2%,
            hsla(210, 100%, 14%, 0.042) 86.1%,
            hsla(210, 100%, 14%, 0.021) 91%,
            hsla(210, 100%, 14%, 0.008) 95.2%,
            hsla(0, 0%, 0%, 0.002) 98.2%,
            hsla(0, 0%, 0%, 0) 100%);
    pointer-events: none;
}



.hd header {
    display: block;
    position: relative;
    width: 11rem;
    z-index: 20;
    font-size: 0;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -5.5rem;
    transition: all 0.3s ease;
}

.sticky .hd header {
    width: 6rem;
    margin-left: -3rem;
}

.hd header img {
    display: inline-block;
    vertical-align: middle;
    width: 11rem;
    height: 11rem;
    object-fit: contain;
    margin-left: 0;
    filter: brightness(0) invert(1) drop-shadow(0px 0px 5px #082549) drop-shadow(0px 0px 5px #082549);
    transition: all 0.3s ease;
}

.sticky .hd header img {
    width: 6rem;
    height: 6rem;
}

.hd header a>span {
    font-family: raleway, sans-serif;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-weight: 600;
    font-size: 1rem;

    max-width: calc(320px - 1rem - 5rem);
    margin-left: 1rem;
}

.hd header a>span span {
    display: block;
}

.hd header a>span span:nth-child(2) {
    font-size: .9em;
    font-weight: normal;
}






.hd nav {
    font-size: 0;
    position: relative;
    width: 100%;
    text-align: center;
    display: block;
    padding-top: 4rem;
    transition: all 0.3s ease;
    left: -1rem;
}

.sticky .hd nav {
    padding-top: 1.8rem;
}

.hd nav>div>ul {
    display: block;
    position: relative;
}

.hd nav li {
    position: relative;
    display: inline-block;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.hd nav li.half {
    margin-right: 6rem;
}

.hd nav li.half+li {
    margin-left: 6rem;
}

@media(min-width:900px) {

    .hd nav ul:not(:has(>li+li+li+li+li+li)) {
        /* nie ma 6 */

    }

    .hd nav ul:not(:has(>li+li+li+li+li+li)) {
        margin-left: 9rem;
    }

    .hd nav ul:not(:has(>li+li+li+li+li+li)) li.half+li {
        margin-left: 6rem;
    }

}

.sticky .hd nav li.half {
    margin-right: 5rem;
}

.sticky .hd nav li.half+li {
    margin-left: 5rem;
}

.hd nav:not(.bc) li a {
    font-family: raleway, sans-serif;
    text-transform: uppercase;
    font-size: 1.1rem;
    color: #fff;
    display: block;
    letter-spacing: .1rem;
    padding: .5rem 0;
    text-align: center;
    width: 8.5rem;
    text-shadow: 0 0 5px #082549;
}

@media(min-width:500px) and (max-width:1100px) {
    .hd nav:not(.bc) li a {
        font-size: 1rem;
        letter-spacing: 0;
        padding: .5rem 0;
        width: 7rem
    }
}

.hd nav:not(.bc) li a:hover,
.hd nav:not(.bc) li a.selected,
.hd nav:not(.bc) li a.active,
.hd nav:not(.bc) li a.traced,
.hd nav:not(.bc) li a:hover {
    font-weight: bold;
}

.hd nav:not(.bc)>div>ul>li ul {
    position: absolute;
    left: 1px;
    background: var(--kolor2);
    z-index: 50;
    width: 100%;
    min-width: 300px;
    display: none;
    text-align: left;
    font-size: 0;
    outline: 1px solid var(--kolor);
    box-shadow: 0 .5rem 1rem #0004;
}

.hd nav:not(.bc)>div>ul>li>ul ul {
    left: auto;
    top: 10%;
    right: -95%;
}

.hd nav:not(.bc)>div>ul>li>ul>ul ul {
    left: auto;
    top: 10%;
    right: 95%;
}

.hd nav:not(.bc)>div>ul>li ul>li {
    display: block;
    width: auto;
    vertical-align: top;
    text-align: left;
    font-size: 1rem;
    border-bottom: 1px solid var(--kolor);
}

.hd nav:not(.bc)>div>ul>li ul>li:last-child {
    border: 0;
}

input#rwdmn,
input#rwdmn+label {
    display: none;
}

@media (max-width: 900px) {

    input#rwdmn+label+nav {
        display: none;
    }

    input#rwdmn+label {
        display: block;
        position: fixed;
        right: 0;
        top: 0;
        cursor: pointer;
        padding: 0;
        width: 50px;
        height: 50px;
        font-size: 50px;
        line-height: 50px;

        color: #fff;
        z-index: 100;
        text-align: center;
    }

    input#rwdmn+label>span::before {
        content: '\2261';
    }

    input#rwdmn:checked+label>span::before {
        content: '\D7';
    }

    input#rwdmn+label>span span {
        display: none;
    }

    input#rwdmn:checked+label+nav {
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        background: #0008;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        padding-top: 1rem;
        z-index: 50;
    }

    input#rwdmn:checked+label+nav ul {
        display: block !important;
        padding: 0 1rem;
        background: transparent;
        position: relative;
        left: 0;
        top: 0;
        outline: 0;
    }

    input#rwdmn:checked+label+nav li {
        display: block;
        text-align: left;
        border: none;
    }

    .hd nav li.half {
        margin-right: 0;
    }

    .hd nav li.half+li {
        margin-left: 0;
    }

    .sticky .hd nav li.half {
        margin-right: 0;
    }

    .sticky .hd nav li.half+li {
        margin-left: 0;
    }


    input#rwdmn:checked+label+nav li a {
        padding: .25rem 1rem;
        width: 85%;
        font-size: 1.5rem;
    }

    input#rwdmn:checked+label+nav li a:hover,
    input#rwdmn:checked+label+nav li a.active {
        background: var(--kolor2);
    }

    input#rwdmn:checked+label+nav li>ul,
    input#rwdmn:checked+label+nav li:hover>ul {
        display: block;
        position: relative;
        left: 0;
        top: 0;
    }

    input#rwdmn:checked+label+nav li ul a {
        padding-left: 1rem;
    }

    input#rwdmn:checked+label+nav li ul ul a {
        padding-left: 2rem;
    }

    input#rwdmn:checked+label+nav li ul ul ul a {
        padding-left: 3rem;
    }

}

/* @media (max-width: 900px) */


.bc {
    position: relative;
    background: #eee;
    width: calc(100vw - 2rem);
    margin-left: calc((100vw - 100%) / -2);
    padding: .5rem 1rem;
}

.page-id-2622 .bc {
    display: none;
}

.bc li {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    font-size: .7rem;
}

.bc li::before {
    display: inline-block;
    vertical-align: middle;
    margin: 0 .2rem;
    content: ">";
}

.bc li:first-child::before {
    display: none;
}

.bc li:last-child {
    font-weight: bold;
}

.bc li a {
    display: inline-block;
    color: #0009;
}

.bc li a:hover {
    display: block;
    color: #000;
}




body>footer {
    position: relative;
    color: #000;
    text-align: center;
    padding: 7rem 0 2rem 0;
}

body>footer>* {
    padding: 0;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    text-align: left;
    width: auto;
    padding-bottom: 2rem;
}

body>footer img {
    width: 10rem;
    margin-right: 1rem;
}

footer>div+div a {
    display: block;
    font-weight: bold;
    color: #194c9c;
}

footer p {
    position: absolute;
    bottom: .5rem;
    left: 1rem;
    font-size: .7rem;
    padding: 0;
}

body>footer a {
    color: #000;
}




.content_headers {
    font-family: raleway, sans-serif;
    text-align: center;
}




.content_headers .content_title {
    font-size: 2rem;
    line-height: 1.25;
    font-weight: 600;
}

@media (max-width: 900px) {
    .content_headers .content_title {
        font-size: 1.5rem;
    }
}

.content_headers .content_description {
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: .5rem;
}

@media (max-width: 900px) {
    .content_headers .content_description {
        font-size: 1rem;
    }
}


@media (max-width: 900px) {
    .page_content_container img {
        max-width: 90vw;
    }
}





.slider .anim_text {
    position: relative;
    height: calc(100% - 4 * 1rem);
    display: flex !important;
    justify-content: end;
    align-items: left !important;
    flex-direction: column;
}

.slider .anim_text>span {
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    text-shadow: none;
}

.ct_slider2_overall .ct-slider-static-text {
    font-size: 2.8rem;
    line-height: 1.3;
    font-weight: 700;
    text-shadow: 0 0 1rem #082549, 0 0 1rem #000 !important;
}

.ct_slider2_overall .ct-slider1-static-text {
    font-size: 2.5rem;
    line-height: 1.3;
    padding-top: 0;
    padding-bottom: 1rem;
    text-shadow: 0 0 1rem #082549, 0 0 1rem #000 !important;
}

.ct_slider2_overall .ct-slider2-static-text {
    position: relative;
    text-align: left;
    display: block;
    background: transparent;
    color: #fff;
    width: auto;
    bottom: auto;
    font-size: 1.2rem;
    font-weight: 400;
    text-shadow: 0 0 1rem #082549, 0 0 1rem #082549, 0 0 .5rem #000, 0 0 .5rem #000 !important;
}

@media(max-width:600px) {
    .ct_slider2_overall .ct-slider-static-text {
        font-size: 2rem;
    }

    .ct_slider2_overall .ct-slider1-static-text {
        font-size: 1.5rem;
    }

    .ct_slider2_overall .ct-slider2-static-text {
        padding: 0rem 0 50px 0;
        font-size: .9rem;
    }

}


.rw-width-100-percent {
    float: none !important;
}



.rw-width-100-percent {
    clear: both;
}

.rw-width-100-percent+section {
    clear: both;
}


.rw-width-100-percent.rw_ct_reach_text {
    margin-left: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}



.content_youtube_description p {
    font-size: 1rem;
    color: black;
    ;
    opacity: 1;
    padding: 1rem 0;
}



@media (max-width: 900px) {

    video,
    .content_youtube iframe {
        max-height: 260px;
        max-width: 100%;
    }
}




.rw_ct_slider2 .anim_ct * {
    text-align: center !important;
}

/* if first is slider */

.page_content_container>section:first-child:has(.slider) {
    width: 100vw !important;
    margin-left: calc((100vw - 100%) / -2);
}

.page_content_container>section:first-child:has(.slider) .ct_slider2_overall>div,
.page_content_container>section:first-child:has(.slider) .ct_slider2_overall>div>ul,
.page_content_container>section:first-child:has(.slider) .ct_slider2_overall>div>ul>li {
    width: 100vw !important;
}


.page_content_container>section:first-child:has(.slider) .ct_slider2_overall {
    overflow: hidden;
}

.page_content_container>section:first-child:has(.slider) .ct_slider2_overall>div {
    -webkit-mask-image: url(gfx/mask2.png);
    mask-image: url(gfx/mask3.png);
    -webkit-mask-position: bottom center;
    mask-position: bottom center;
}

.page-id-2664 .tlo1 {
    position: absolute;
    left: 0;
    top: 530px;
    height: 800px;
    width: 50%;
    background: url('gfx/tlo1.jpg') no-repeat;
    background-size: cover;
    opacity: .5;
}

.page-id-2664 .tlo1::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to right, #fff0, #fff);
}

.page-id-2664 .tlo1::after {
    content: '';
    display: block;
    width: 100%;
    height: 30%;
    position: absolute;
    left: 0;
    top: 70%;
    background: linear-gradient(to bottom, #fff0, #fff);
}

.page-id-2664 .tlo2 {
    position: absolute;
    right: 0;
    top: 530px;
    height: 800px;
    width: 50%;
    background: url('gfx/tlo2.jpg') no-repeat;
    background-size: cover;
    opacity: .5;
}

.page-id-2664 .tlo2::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to left, #fff0, #fff);
}

.page-id-2664 .tlo2::after {
    content: '';
    display: block;
    width: 100%;
    height: 30%;
    position: absolute;
    left: 0;
    top: 70%;
    background: linear-gradient(to bottom, #fff0, #fff);
}

@media(max-width:600px) {
    .tlo1 {
        display: none;
    }
}

@media(max-width:600px) {
    .tlo2 {
        top: 300px
    }
}


.ct_reach_text p {
    margin: 0;
    padding: 0;
    font-weight: 600;
}


.ct_reach_text p strong,
.ct_reach_text p b {
    font-weight: 800;
}

@media(min-width:800px) {
    .rwContentBox.narrow {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }
}

.rwContentBox.grad::before {
    content: '';
    background: linear-gradient(to bottom, #e7e8db, #fff);
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    left: calc((100vw - 100%) / -2);
}




/* banery */

ul.banners-gallery {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none !important;
    text-align: center;
    width: 100vw;
    margin-left: calc((100vw - 100%) / -2) !important;
}

ul.banners-gallery li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0rem;
    border: none;
    width: auto;
    background: transparent;
    margin: 1rem;
    text-align: center;
    width: auto;
}

@media (max-width: 900px) {
    ul.banners-gallery li {
        display: block;
        width: auto;
    }
}

ul.banners-gallery li span.banners-content-2 span.banners-img-2 a {}

li span.banners-content-2 span.banners-desc span.banners-title a {
    display: block;
    font-weight: bold;
    color: #000;
    line-height: 100%;
    text-align: left;
    padding-bottom: .1rem;
    text-align: center;
    font-family: roboto, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: .8rem;
    text-align: center !important;
}

ul.banners-gallery li span.banners-content-2 span.banners-desc span.banners-description a {
    display: block;
    font-weight: normal;
    color: #000;
    opacity: 1;
    font-size: 0.7rem;
    text-align: justify;
    text-align: center;
    font-family: roboto, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: .8rem;
}

ul.banners-gallery li img {
    background: #fff;
}

/* banery end */




@media(max-width:600px) {

    .rw_ct_slider2 ul.slider,
    .rw_ct_slider2 ul.slider li,
    .rw_ct_slider2 .ct_slider2_overall,
    .rw_ct_slider2 .ct_slider2_overall>div {
        max-height: 50vh;
    }
}