body {
    background-color: white;
    font-family: Sora;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
}

.intro-banner {
    background: linear-gradient(90deg, rgba(125, 105, 53, 1) 0%, rgba(125, 105, 53, 1) 25%, rgb(83 71 40) 100%);
}

.intro-banner-violet {
    background-color: #001C64;
    background-image: linear-gradient(90deg, rgba(0,28,100,0.3253676470588235) 25%, rgba(0,28,100,0.7315301120448179) 70%, rgba(0,28,100,1) 100%), url('/_resources/themes/simple/images/monogram-bkossubpage.svg');
    background-repeat: repeat;
    background-blend-mode: multiply;
    background-size: contain;
    color: white;
}

.bc {
    color: #abdfea;
    font-size: 15px;
    font-weight: 100;
    margin-left: 5px;
}

.bc a{
    color: #abdfea;
}

.bc a:hover{
    color: #f54432;
}

.intro-banner-violet h1 {
    font-family: "Sora", serif;
    font-size: 32px;
    color: white;
    text-align: center;
    margin-bottom: 90px;
    margin-top: 90px;
}

.intro-banner h2 {
    font-family: "DM Serif Display", serif;
    font-size: 52px;
    color: white;
    text-align: left;
    margin-bottom: 30px;
    margin-top: 80px;
}

.intro-banner p.main-text {
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    color: white;
    text-align: left;
    margin-bottom: 30px;
}

.intro-banner p {
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    color: white;
    text-align: left;
    margin-bottom: 53px;
}

.intro-banner .text-container {
    max-width: 700px;
}

.intro-banner img{
    height: 289px;
}

.container.info div.row {
    padding-bottom: 50px;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

a.btn-violet-background {
    color: #fff;
    border-color: #052169;
    background-color: #052169;
    font-size: 15px;
    padding: 0;
    height: 44px;
    border-radius: 100px;
    text-align: center;
    vertical-align: middle;
    line-height: 44px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: 0 auto auto;
    text-transform: none;
    width: 175px;
    letter-spacing: normal;
}

a.btn-violet-background:hover {
    color: #554414;
    border-color: #fff;
    background-color: #fff;
}

h2 {
    font-family: "DM Serif Display", serif;
    color: #554414;
    font-size: 52px;
    text-align: left;
    margin-top: 0px;
    padding: 0px;
    line-height: 56px;
}

div.border-container {
    border: solid 1px #E5DDCB;
    border-radius: 16px;
    min-height: 224px;
    padding: 24px;
}

img.advantage-icon {
    margin-bottom: 16px;
}

div.border-container p{
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0px;
    position: absolute;
    bottom: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    color: #554414;
}

.p-0-5 {
    padding: 10px;
}

div.row.advantages {
    padding-top: 120px;
    padding-bottom: 120px;
}

section.blue {
    background-color: #E6F2FA;
    min-height: 1415px;
}

section.blue h2 {
    font-family: "DM Serif Display", serif;
    color: #052169;
    font-size: 52px;
    text-align: left;
    margin-top: 0px;
    padding: 120px 0px 71px 0px;
    line-height: 56px;
}

div.graph {
    font-family: "DM Sans", sans-serif;
    font-size: 24px;
    color: #052169;
    line-height: 28px;
}

div.graph-one {
    width: 529px;
}

div.graph-two {
    width: 443px;
    position: absolute;
    top: 37%;
    left: 55%;
}

div.graph-three {
    width: 469px;
    position: absolute;
    top: 116%;
    left: 17%;
}

div.graph-one p {
    width: 480px;
    height: 75px;
    padding-top: 30px;
    padding-left: 60px;
}

div .graph-two p {
    width: 440px;
    height: 75px;
    padding-top: 30px;
    padding-left: 27px;
}

div.graph-three p {
    width: 440px;
    height: 75px;
    padding-top: 30px;
    padding-left: 25px;
}

section.watermark {
    padding: 120px 0px 0px 0px;
    background-color: #F9F3E6;
}

section.watermark p.main-text {
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    color: #7B5B13;
    text-align: left;
    margin-bottom: 30px;
}

section.white {
    padding: 120px 0px 0px 0px;
    background-color: #FFFFFF;
}

section.white h2 {
    font-family: "DM Serif Display", serif;
    color: #001C64;
    font-size: 52px;
    text-align: left;
    margin-top: 50px;
    margin-bottom: 20px;
    padding: 0px;
    line-height: 60px;
}

section.white p.main-text {
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    color: #001C64;
    text-align: left;
    margin-bottom: 30px;
}

div.step-one {
    background-image: url(/_resources/themes/simple/images/step-one.svg);
    background-repeat: no-repeat;
    background-size: 27%;
    background-position: right 20px top 20px;
}

div.step-two {
    background-image: url(/_resources/themes/simple/images/step-two.svg);
    background-repeat: no-repeat;
    background-size: 38%;
    background-position: right 30px top 23px;
}

div.step-three {
    background-image: url(/_resources/themes/simple/images/step-three.svg);
    background-repeat: no-repeat;
    background-size: 38%;
    background-position: right 17px top 23px;
}

div.step-four {
    background-image: url(/_resources/themes/simple/images/step-four.svg);
    background-repeat: no-repeat;
    background-size: 43%;
    background-position: right 17px top 23px;
}

div.border-container-step {
    border: solid 1px #E5DDCB;
    border-radius: 16px;
    min-height: 247px;
    padding: 24px;
}

div.border-container-step p {
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0px;
    position: absolute;
    bottom: 20px;
    padding-right: 50px;
    padding-bottom: 10px;
    color: #554414;
}

section#dokumenty {
    color: #052169;
    padding-top: 120px;
    padding-bottom: 120px;
}

section#dokumenty h2{
    color: #052169;
}

section#dokumenty h2.docs-title{
    color: #052169;
    padding-bottom: 30px;
}

section#dokumenty p.docs-add {
    padding-top: 20px;
    font-weight: 600;
}

div.document-section h2 {
    font-family: "DM Sans", sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.47;
    text-align: left;
    color: #011949;
    margin-top: 90px;
    padding: 0 0 0 0;
}

div.document-section p.title {
    font-family: "DM Sans", sans-serif;
    font-size: 15px;
    line-height: 1.33;
    text-align: left;
    color: #011949;
}

div.document-section p.description {
    font-family: "DM Sans", sans-serif;
    opacity: 0.5;
    font-size: 13px;
    line-height: 1.69;
    text-align: left;
    color: #011949;
}

div.document-section img {
    padding-top: 30px;
    padding-bottom: 20px;
}

div.document-section div.list-conatiner {
    min-height: 230px;
}

div.document-section a {
    color: #f54432;
}

section.blue-responsive {
    background-color: #E6F2FA;
    padding-top: 120px;
    padding-bottom: 120px;
    background-image: url(/_resources/themes/simple/images/woman-opp.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right 53% center;
}

section.blue-responsive h2, section.blue-responsive p{
    color: #052169;
}

div.document-section h2.contact-title {
    margin-top: 30px;
    font-size: 18px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

p.contact-position {
    margin-top: 0px;
    font-size: 13px;
}

section.blue-responsive h2 {
    color: #052169;
    padding-bottom: 25px;
}

.row.opp-image {
    display: none;
}

@media (max-width: 991px) {
    section.blue-responsive {
        padding-top: 0px;
        padding-bottom: 50px;
        background-image: none;
    }
    .row.opp-image {
        display: block;
    }
    .row.opp-image img{
        width: 100%;
        height: auto;
        padding-bottom: 40px;
    }
    section.blue-responsive .container {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media (max-width: 768px) {
    .intro-banner-violet h1 {
        font-family: "Sora", serif;
        font-size: 32px;
        color: white;
        text-align: left;
        margin-bottom: 25px;
        margin-top: 25px;
    }
    .intro-banner .vertical-center {
        margin: 0;
        position: relative;
        top: 0px;
        -ms-transform: none;
        transform: none;
    }
    .intro-banner .vertical-center img{
        padding-top: 40px;
    }
    .offset-2 {
        margin-left: 0%;
    }
    .intro-banner h2 {
        font-family: "DM Serif Display", serif;
        font-size: 52px;
        color: white;
        text-align: left;
        margin-bottom: 30px;
        margin-top: 50px;
    }
    .container.info div.row {
        padding-bottom: 10px;
    }
    h2 {
        font-family: "DM Serif Display", serif;
        color: #554414;
        font-size: 36px;
        text-align: left;
        margin-top: 0px;
        padding: 0px;
        line-height: 1.0;
    }
    section.watermark {
        padding: 60px 0px 0px 0px;
        background-color: #F9F3E6;
    }
    img.cert-img {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    section.white {
        padding: 50px 0px 0px 0px;
        background-color: #FFFFFF;
    }
    section.white h2 {
        font-family: "DM Serif Display", serif;
        color: #001C64;
        font-size: 36px;
        text-align: left;
        margin-top: 0px;
        margin-bottom: 20px;
        padding: 0px;
        line-height: 1.1;
    }
    .logo-changer {
        content: url("/_resources/themes/simple/images/bkos-logo.png");
        width: 100%;
    }
    .intro-banner img {
        height: auto;
    }
}
