body {
    font-family: citifont,sans-serif;
    padding-top: 70px;
}

h1, h2, h3, strong {
    color: #1d2b50;
    font-weight: bold;
}
    h4.text-blue-light,
    h3.text-blue-light,
    .text-blue-light {
        color: #046eae;
    }
.text-grey-medium {
    color: #929292;
}
.text-2rem{
font-size:2rem;
}
.text-1_5rem {
    font-size: 1.5rem;
}
a:not([href]):not([tabindex]),a {
cursor:pointer;
color:#0467ab;
}
section {
    padding-top: 4em;
    padding-bottom: 4em;
}

sup {
    line-height: 0;
    font-weight: lighter;
}

ul {
    padding-left: 1em;
}
a.btn:not([href]):not([tabindex]), 
a.btn,
.btn, .btn:hover {
    background-color: #0467ab;
    color: #fff;
    padding: .375rem 2.5rem
}

.bg-grey {
    background-color: #f7f7f7;
}
.bg-grey-medium {
    background-color: #929292;
}
.bg-blue-light {
    background-color: #046eae;
}
.fixed {
    position: fixed;
    left: 0;
    z-index: 999;
}

.shadow {
    box-shadow: 0 0 10px #666 !important;
}

.arrow-head {
    display: block;
    width: 0px;
    height: 0px;
    border: 1.5rem solid transparent;
    border-left-color: #046eae;
    border-right-width: 0px;
}
.shadow-top {
    box-shadow: 0 -5px 5px -5px #666;
}

.shadow-bottom {
    box-shadow: 0 5px 5px -5px #666;
}

.card {
    border: none;
    border-radius: 0;
}
#header{top:0;}
.banner {
    position: relative;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
}

.banner-content {
    /*height: 183vw;*/
}

    .banner-content h2 {
        font-weight: lighter;
        font-size: 2.5em;
    }

#banner-text {
    color: #152c53;
    /*font-size: 1.3333em;*/
    margin-top: -2em;
    background-color: #fff;
    padding: 0 1em;
    border-radius: 4px;
}

.banner img {
    width: 100%;
}
#conversionrate td,
#conversionrate-md td {
    padding: 1em 0;
    position: relative;
}
#conversionrate-md .equal {
position:absolute;
width:44px;
height:44px;
bottom:-22px;
right:-22px;
z-index:1;
}
#conversionrate-md thead td {
    background-color: #0467ab;
    color: #fff;
    font-weight: bold;
}
    #conversionrate-md thead td:first-of-type {
        border-top-left-radius: 1rem;
    }
    #conversionrate-md thead td:last-of-type {
        border-top-right-radius: 1rem;
    }
#conversionrate-md tbody tr td:first-of-type {
    background-color: #eeeeee;
    font-weight: bold;

}
#conversionrate-md tbody tr td:nth-of-type(2) {
    background-color: #f7f7f7;
    font-weight: bold;
}
#conversionrate-md tbody tr td:nth-of-type(3) {
    background-color: #def6ff;
    font-weight: bold;
}
#conversionrate tr td:first-of-type {
    background-color: #0467ab;
    color: #fff;
    font-weight: bold;
}
#conversionrate tr td:nth-of-type(2) {
}
#conversionrate tr td:nth-of-type(3) {
}
#cta-krispay {
    padding-top: 0;
    padding-bottom: 0;
}

#cta-krispay.fixed {
bottom:0;
width:100%;   
}

.carousel {
    max-width: 320px;
    margin: 0 auto;
}

.carousel-indicators {
    flex-direction: column;
    bottom: auto;
    position: unset;
    grid-auto-rows: 1fr;
}

    .carousel-indicators li {
        display: none;
        box-sizing: content-box;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-left: 0;
        text-indent: 0;
        cursor: pointer;
        background-color: unset;
        background-clip: unset;
        border-top: none;
        border-bottom: none;
        opacity: .5;
        transition: opacity .6s ease;
        min-height: 3em;
    }

        .carousel-indicators li.active {
            display: flex;
        }
        .carousel-indicators li span{display:none;}

        .carousel-control-prev {
            left: 2em;
        }

.carousel-control-next {
    right: 2em;
}

.carousel-control-next-icon {
    background-image: url(../img/icon-next.png);
}

.carousel-control-prev-icon {
    background-image: url(../img/icon-prev.png);
}

#footer {
    background-color: #303030;
    font-size: 13px;
}

    #footer * {
        color: #fff;
        border-color: #fff;
    }

    #footer ul {
        margin-top: 1em;
        padding: 0;
    }

    #footer li {
        display: block;
        width: 100%;
        list-style: none;
    }

@media (min-width: 576px) {
    .banner, .banner-content {
        /*height: 88.426vw*/
    }

    #redeem {
        /*padding-top: 0;*/
    }

    #redeem-carousel {
        /*margin-top: -2em;*/
        max-width: unset;
    }

    .carousel-indicators {
        padding-top: 2em; 
        margin: 0;
        width: 100%;
        box-sizing: border-box;
    }

        .carousel-indicators li {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            position: relative;
            padding-left: 4em;
            background-position-x: 10px;
            background-repeat: no-repeat;
            padding-left: 2.5em;
            box-sizing: border-box;
        }


            .carousel-indicators li span {
                width: 2em;
                height: 2em;
                border-radius: 16px;
                border: 1.5px solid #0467ab;
                margin-right: 2em;
                display: block;
                box-sizing: border-box;
                background-color: #fff;
                text-align: center;
                padding-top: 3px;
                color: #0467ab;
                position: absolute;
                margin-left: -2.5em;
            }

            .carousel-indicators li.active span {
                background-color: #0467ab;
                color: #fff;
            }

    .carousel-control-next, .carousel-control-prev {
        opacity: 1;
    }

    .carousel-control-next-icon, .carousel-control-prev-icon {
        width: 30px;
        height: 30px;
    }
    .arrow-container {
        margin-left: -.5rem;
        margin-right: -3rem;
        z-index: 1;
        max-width: 190px
    }
}

@media (min-width:736px) {
    .banner > img, .banner, .banner-content {
        /*height: 48.68vw*/
    }

    #footer li {
        display: inline-block;
        width: auto;
        margin-left: 1em;
        text-align: right;
    }
}

@media (min-width:1024px) {
}
