﻿/*CepBank */

.gradient {
    background: linear-gradient(90deg,#f2f2f2 0,#f2f2f2 36%,#fff 49%,#fff);
}

#cepbank h1, #cepbank h2 {
    font-family: Graphik-Medium,HelveticaNeue-Light,sans-serif;
}

#cepbank h1 {
    font-size: 28px;
    font-family: Graphik-Medium, HelveticaNeue-Light, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #0d47a1;
    margin: 15px 0;
}

#cepbank h2 {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 1px;
    margin-top: 0;
}

#cepbank p {
    font-family: Graphik-Regular,HelveticaNeue-Light,sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin-left: 12px;
    margin: 0;
}

#cepbank .video {
    font-family: Graphik-Medium,HelveticaNeue-Light,sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.44;
    text-align: left;
    color: #ffffff;
}

#cepbank .number {
    width: 40px;
    height: 40px;
    background-color: #1a8eff;
    border-radius: 40px;
    font-family: Graphik-Medium,HelveticaNeue-Light,sans-serif;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-align: center;
    color: #ffffff;
    line-height: 40px;
    margin: 10px;
}

#cepbank #left-menu.static-pages {
    width: 300px;
    position: relative;
    z-index: 1;
    padding: 25px 0 0 15px;
    float: left;
}
#cepbank #left-menu nav {
    margin-bottom: 25px;
    margin-top: 5px;
}
#cepbank .page-content {
    background-color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 10;
    min-height: 640px;
}
#cepbank #left-menu ul {
    margin: 0;
    padding: 0;
}

#cepbank #left-menu li a {
    text-align: left;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    padding: 0;
    margin: 0;
    font-family: Graphik-Semibold,HelveticaNeue-Light,sans-serif;
    height: 58px;
    text-decoration: none;
    width:100%;
}

    #cepbank #left-menu li a.active {
        color: #0d47a1;
        width: 100%;
        background: #fff;
        box-shadow: -20px -6px 30px 0 rgba(0, 0, 0, 0.05);
        outline: 2px solid #fff;
    }

#cepbank .page-content {
    padding: 57px 0 57px 97px;
    box-shadow: -10px 0 20px 0 rgba(0,0,0,.02);
}

#cepbank .welcome {
    border-bottom: 2px solid #F1F2F2;
    padding-bottom: 20px;
}
.wrapper ul {
    overflow: hidden;
    margin: 0 -10px;
    padding: 0;
    list-style: none;
}

.wrapper li {
    float: left;
    width: calc(33.333333% - 20px);
    margin: 0 10px 20px 10px;
}

@supports (display: grid) {
    .wrapper ul {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 20px;
        margin: 0;
    }

    .wrapper li {
        width: auto;
        min-height: auto;
        margin: 0;
    }
}
#cepbank .grider, #cepbank .grider2 {
    display: block;
}

#cepbank .col-1, #cepbank .col-2 {
    display: table-cell;
    height: 38px;
    vertical-align: middle;
}
#cepbank .col-1 img {
    height: 38px;
    max-width:125px;
}
#cepbank .col-2 {
    justify-content: flex-end;
    float: right;
}
#cepbank .accordion .content {
    display: none;
    padding: 0;
}

#cepbank .accordion > a {
    padding: 25px 0;
}

#cepbank .col {
    padding: 0 25px;
    box-sizing: border-box;
    display: block;
    width: 50%;
    float: left;
    margin: 0 0 20px 0;
}

#cepbank .phone {
    width: 314px;
    height: 598px;
    background: url(/assets/images/mobile.png) no-repeat center center;
    padding: 83px 40px;
    box-sizing: border-box;
    margin: 0 -25px 15px;
}

#cepbank .video {
    max-width: 700px;
    min-height: 100px;
    background: url(/assets/images/video.jpg) no-repeat center center;
    padding: 35px 35px 35px 140px;
    box-sizing: border-box;
    margin: 30px auto;
    display: block;
    text-decoration: none;
    font-weight: 400;
    position: relative;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.27);
    background-size: cover;
    border-radius: 6px;
}

    #cepbank .video .play {
        width: 50px;
        height: 50px;
        background: url(/assets/images/play.svg) no-repeat center center;
        padding: 40px;
        box-sizing: border-box;
        position: absolute;
        top: 050%;
        left: 40px;
        margin-top: -38px;
    }

#cepbank #overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.75;
    display: none;
    cursor: pointer;
}

#cepbank #video {
    display: none;
    position: fixed;
    top: 10%;
    left: 10%;
    z-index: 6;
    width: 80%;
    height: 80%;
    border: 10px solid #333;
    border-radius: 6px;
    background: #333;
}

#overlay span {
    font-size: 50px;
    color: #fff;
    z-index: 2;
    right: 4%;
    top: 4%;
    position: absolute;
}

/* Flexible Slide-to-top Accordion Style*/
.st-accordion {
    width: 100%;
    min-width: 270px;
    margin: 0 auto;
}

    .st-accordion ul {
        margin: 0;
        padding: 0;
    }

        .st-accordion ul li {
            height: 82px;
            border-bottom: 2px solid #F1F2F2;
            overflow: hidden;
            min-height: 82px !important;
            padding: 20px 0;
        }

            .st-accordion ul li:first-child {
                border-top: none;
            }

            .st-accordion ul li > a {
                display: block;
                position: relative;
                outline: none;
                transition: color 0.2s ease-in-out;
                text-decoration: none;
            }

                .st-accordion ul li > a span {
                    position: absolute;
                    right: 0;
                    color: #1a8eff;
                    font-size: 38px;
                    top: 2px;
                }

                .st-accordion ul li > a:hover span {
                    opacity: 0.9;
                }

            .st-accordion ul li.st-open > a {
                color: #1693eb;
            }

                .st-accordion ul li.st-open > a span {
                    color: #e1e3e8;
                    opacity: 1;
                }

                    .st-accordion ul li.st-open > a span:before {
                        content: "\e954";
                    }

.st-content {
    padding: 30px 0px 30px 0px;
    border-top: 1px solid #F1F2F2;
    margin-top: 20px;
}

#cepbank .header {
    width: 100%;
    background-image: linear-gradient(to bottom, #002d5d, #00235b);
    padding: 25px 0 0 0;
    box-sizing: border-box;
    min-height: 150px;
}

    #cepbank .header h1 {
        font-family: Graphik-Semibold,HelveticaNeue-Light,sans-serif;
        font-size: 28px;
        font-weight: 600;
        letter-spacing: -0.9px;
        text-align: left;
        color: #ffffff;
        margin: 0;
    }

    #cepbank .header h3 {
        opacity: 0.5;
        font-family: Graphik-Medium,HelveticaNeue-Light,sans-serif;
        font-size: 15px;
        letter-spacing: -0.5px;
        text-align: left;
        color: #ffffff;
        margin: 0;
        font-weight: 300;
    }



@media screen and (max-width: 320px) {
    .st-accordion ul li > a {
        font-size: 36px;
    }
}

@media screen and (max-width: 480px) {
    #cepbank #video {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
    }
}

@media screen and (max-width: 1200px) {
    #cepbank .page-content {
        padding: 57px 0 57px 57px;
    }

    #cepbank .phone {
        zoom: 0.9;
    }
}

@media screen and (max-width: 980px) {
    #cepbank .header {
        margin-top: 50px;
    }

    #cepbank .video {
        zoom: 0.9;
    }

    #cepbank .grider2 {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 40px;
    }

    #cepbank .number {
        width: 40px;
        height: 40px;
        background-color: #1a8eff;
        border-radius: 40px;
        font-family: Graphik-Medium,HelveticaNeue-Light,sans-serif;
        font-size: 22px;
        font-weight: 600;
        letter-spacing: 0.8px;
        text-align: center;
        color: #ffffff;
        line-height: 40px;
        margin: 10px;
    }

    #cepbank .phone {
        margin: 0 auto;
        zoom: 0.85;
    }

    #cepbank .number {
        margin: auto;
    }

    #cepbank .col {
        padding: 0;
        text-align: center;
        width: 100%;
    }
    #cepbank p {
        margin-left: 0;
        padding: 0 10px;
        box-sizing: border-box;
    }
}
@media (max-width: 980px) {
    #header {
        position: absolute;
        height: 50px;
    }
}
    @media (max-width: 767px) {
        #cepbank .welcome {
            margin-top: 20px;
        }
        #cepbank .header {
            margin-top: 0;
        }
        #root .container .page-content {
            padding: 5px;
            margin-left: 0;
            margin-bottom: 30px;
        }
        #cepbank .page-content {
            padding: 0;
            box-shadow: none;
            width: 100%;
            margin: 0;
            box-sizing: border-box;
            margin-top: 30px;
        }
        #cepbank .page-content {
            padding: 0;
            box-shadow: none;
            width: 100%;
            margin: 0;
            box-sizing: border-box;
            margin-top: 30px;
        }
        #root {
            margin-top: 50px;
        }

        #left-menu.static-pages nav ul {
            overflow-x: scroll;
            overflow-y: hidden;
        }

        #left-menu.static-pages {
            overflow-x: hidden;
            height: auto;
        }
        .gradient {
            background: #fff;
        }
    }
#cepbank-landing.white {
    background: #fff;
    padding: 0;
}

#cepbank-landing .header {
    width: 100%;
    height: 440px;
    padding: 0;
    box-sizing: border-box;
    background-image: linear-gradient(132deg, rgba(0, 0, 0, 0), #000000), linear-gradient(#053886, #053886);
}

    #cepbank-landing .header #baymavi {
        background: url(/assets/images/cepbank/bm.png) no-repeat bottom right;
        height: 440px;
    }

    #cepbank-landing .header h1 {
        font-family: Graphik-Semibold,HelveticaNeue-Light,sans-serif;
        text-align: left;
        color: #ffffff;
        margin: 0;
        font-size: 70px;
        font-weight: 900;
        letter-spacing: -3.2px;
        line-height: 1;
        position: relative;
    }

    #cepbank-landing .header h2 {
        font-family: Graphik-Light,HelveticaNeue-Light,sans-serif;
        text-align: left;
        color: #ffffff;
        margin: 0;
        font-size: 70px;
        font-weight: 300;
        letter-spacing: -3.2px;
        line-height: 1;
        position: relative;
    }

    #cepbank-landing .header p {
        opacity: 0.5;
        font-family: Graphik-Regular,HelveticaNeue-Light,sans-serif;
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: 0.2px;
        text-align: left;
        color: #ffffff;
    }

    #cepbank-landing .header .btnWin, #cepbank-landing .header .btnMac {
        background-color: #42a5f5;
        box-shadow: 10px 10px 24px 0 rgba(13, 71, 161, 0.25), 10px 10px 24px 0 #0f2d5b;
        font-size: 14px;
        font-weight: bold;
        line-height: 2.36;
        color: #ffffff;
        font-family: Graphik-Semibold,HelveticaNeue-Light,sans-serif;
        padding: 17px 30px;
        text-decoration: none;
        margin: 20px 0;
        display: none;
        max-width: 320px;
        text-align: center;
    }

    #cepbank-landing .header .win .btnWin {
        display: block;
    }

    #cepbank-landing .header .mac .btnMac {
        display: block;
    }

    #cepbank-landing .header .btnWin span, #cepbank-landing .header .btnMac span {
        margin-right: 10px;
    }

    #cepbank-landing .header .col {
        width: 500px;
        float: left;
        margin-top: 80px;
    }

        #cepbank-landing .header .col img {
            width: 100%;
        }

#cepbank-landing .content {
    background-color: #ffffff;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
    padding: 50px 50px 30px;
}

    #cepbank-landing .content h1 {
        font-family: Graphik-Light,HelveticaNeue-Light,sans-serif;
        font-size: 31px;
        line-height: 1.18;
        letter-spacing: -1px;
        text-align: left;
        color: #0d47a1;
        margin: 20px 10px 40px;
    }

#cepbank-landing #overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 98;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.75;
    display: none;
}

#cepbank-landing #video {
    display: none;
    position: fixed;
    top: 10%;
    left: 10%;
    z-index: 99;
    width: 80%;
    height: 80%;
    border: 10px solid #333;
    border-radius: 6px;
    background: #333;
}

#cepbank-landing .properties {
    margin: 0 !important;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

#cepbank-landing .item {
    width: calc(100%/3 - 10px);
    border-radius: 20px;
    background-color: rgba(66, 165, 245, 0.06);
    padding: 30px;
    box-sizing: border-box;
    margin: 0 0 20px 0;
}

    #cepbank-landing .item h2 {
        font-family: Graphik-Semibold,HelveticaNeue-Light,sans-serif;
        font-size: 20px;
        font-weight: 500;
        text-align: left;
        color: #3c3c3c;
        width: 100%;
        float: left;
        margin: 10px 5px;
    }

    #cepbank-landing .item p {
        font-family: Graphik-Regular,HelveticaNeue-Light,sans-serif;
        font-size: 14px;
        line-height: 1.29;
        text-align: left;
        color: #191b24;
        width: 100%;
        float: left;
        margin: 0 5px;
    }

    #cepbank-landing .item .box {
        border-radius: 8px;
        padding: 20px;
        text-align: center;
        width: 100%;
        background-blend-mode: overlay, normal;
        box-sizing: border-box;
        height: 140px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

        #cepbank-landing .item .box.b1 {
            background-image: linear-gradient(317deg, rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(#006b1b, #006b1b);
        }

        #cepbank-landing .item .box.b2 {
            background-image: linear-gradient(317deg, rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(#00569f, #00569f);
        }

        #cepbank-landing .item .box.b3 {
            background-image: linear-gradient(317deg, rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(#df392e, #df392e);
        }

        #cepbank-landing .item .box.b4 {
            background-image: linear-gradient(317deg, rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(#124b8c, #124b8c);
        }

        #cepbank-landing .item .box.b5 {
            background-image: linear-gradient(317deg, rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(#006bb0, #006bb0);
        }

        #cepbank-landing .item .box.b6 {
            background-image: linear-gradient(317deg, rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(#f4811f, #f4811f);
        }

        #cepbank-landing .item .box.b7 {
            background-image: linear-gradient(317deg, rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(#04a76f, #04a76f);
        }

        #cepbank-landing .item .box.b8 {
            background-image: linear-gradient(317deg, rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(#651027, #651027);
        }

        #cepbank-landing .item .box.b9 {
            background-image: linear-gradient(317deg, rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(#fecc00, #fecc00);
        }

@media screen and (max-width: 1420px) {
    #cepbank-landing .header .win, #cepbank-landing .header .mac {
        background-size: 60%;
    }

    #cepbank-landing .header .col {
        margin-top: 80px;
    }
}

@media screen and (max-width: 980px) {
    #cepbank-landing .header .col {
        zoom: 0.8;
        margin-top: 60px;
    }

    #cepbank-landing .header .win {
        height: 450px;
    }

    #cepbank-landing .item {
        width: calc(100%/2 - 10px);
    }

    #cepbank-landing .header {
        width: 100%;
        height: 300px;
        text-shadow: 0 0 10px #000;
        margin-top: 50px;
    }

        #cepbank-landing .header p {
            opacity: 1;
        }

        #cepbank-landing .header .col {
            max-width: 500px;
            width: 100%;
        }
}

@media screen and (max-width: 680px) {
    #cepbank-landing .content {
        padding: 50px 20px 30px;
    }

    #cepbank-landing .item .box img {
        zoom: 0.7;
    }

    #cepbank-landing .content h1 {
        font-size: 24px;
    }

    #cepbank-landing .item .box {
        padding: 10px;
        height: 100px;
    }

    #cepbank-landing .item {
        padding: 10px;
    }

    #cepbank-landing .content {
        padding: 20px 20px 30px;
    }
}

@media screen and (max-width: 480px) {
    #cepbank-landing .header .win, #cepbank-landing .header .mac {
        background-size: 100%;
    }

    #cepbank-landing .header .col {
        margin-top: 40px;
    }

    #cepbank-landing .content {
        padding: 30px;
    }

    #cepbank-landing .item {
        width: 100%;
    }

        #cepbank-landing .item h2 {
            width: 100%;
            font-size: 16px;
        }

        #cepbank-landing .item p {
            width: 100%;
            font-size: 12px;
        }

    #cepbank-landing .content {
        padding: 20px 20px 30px;
    }

    #cepbank-landing .header {
        height: 250px;
    }

        #cepbank-landing .header h2, #cepbank-landing .header h1 {
            font-size: 50px;
        }
}


@media screen and (max-width: 767px) {
    #cepbank-landing .header {
        margin-top: 0;
    }
}

@media (max-width: 767px){

    #left-menu.static-pages li a.active {
        background: transparent !important;
    }
}