@font-face {
    font-family: hightide;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/HighTide.otf) format("otf"), url(../fonts/HighTide.woff) format("woff"), url(../fonts/HighTide.ttf) format("truetype")
}

.premier-mgm {
    font-size: 20px;
    color: #3c3c3c;
    line-height: 1.3
}

@media(max-width:991px) {
    .premier-mgm {
        font-size: 17px
    }
}

.premier-mgm .hl-cl {
    color: #404040
}

.premier-mgm b {
    font-weight: 700
}

.premier-mgm strong {
    font-weight: 900
}

@media(max-width:991px) {}

.top-text {
    font-size: 24px;
    /* max-width: 675px; */
    margin: 0 30px;
}

.ttl {
    font-size: 45px;
    line-height: 54px;
    font-weight: 700;
    max-width: 961px;
    margin: 70px auto 40px;
    color: #002353;
    text-align: center;
}

@media(max-width:991px) {
    .top-text {
        font-size: 18px
    }

    .ttl {
        font-size: 25px;
        line-height: normal;
        margin: 30px 15px;
    }

}

#privileges {
    background-color: #FFFFFF
}

/* .footer__mid .footer__mid-left {
    padding: 20px 30px 20px 69px;
    width: 300px
} */


#ffill {
    background-color: #002353
}

@media(max-width:767px) {
    #ffill .ttl {
        font-size: 28px;
        line-height: 38px
    }
}

#pnb {
    background-color: #002353
}

#pnb,
#pnb .top-text {
    color: #fff
}



@media(min-width:992px) {
    .footer__top {
        margin-left: 140px
    }
}

@media(max-width:991px) {
    .footer__top {
        margin-left: 75px
    }
}

.period {
    font-size: 24px;
    line-height: 1.4;
    text-align: center;
    margin: 0 auto 70px;
    font-weight: 700;
    color: #002353;
}

.blueBG {
    background-image: radial-gradient( #154990 30%, #002353 100%);
    /* padding: 20px 4%; */
    padding: 40px 15px 100px;
}

.iconImg {
    display: block;
    margin: 0 auto 10px;
}

.howTitle {
    font-size: 36px;
    line-height: 1.4;
    text-align: center;
    margin: 40px auto 0px;
    font-weight: 700;
    color: #FFFFFF;
    max-width: 540px;
}

.howSubtitle {
    font-size: 30px;
    line-height: 1.4;
    text-align: center;
    /* margin: 40px auto 30px; */
    font-weight: 700;
    color: #FFFFFF;
    /* max-width: 540px; */
}

.howFooter {
    font-size: 17px;
    line-height: 1.4;
    text-align: center;
    /* margin: 30px auto 0px; */
    font-weight: 400;
    color: #C1CDD8;
    /* max-width: 540px; */
}

.reward-table {
    max-width: 620px;
    /* border-radius: 8px; */
    overflow: hidden;
    background: white;
    margin: auto;
}

.reward-table thead th {
    background: #002353;
    color: #C1CDD8;
    font-weight: 600;
    font-size: 26px;
    text-align: center;
    padding: 20px 30px;
    border: none;
}

.reward-table tbody td {
    text-align: center;
    padding: 18px;
    font-weight: 600;
    color: #404040;
    font-size: 24px;
}

.reward-table tbody tr:nth-child(odd) {
    background-color: #DFE6EB;
}

.reward-table tbody tr:nth-child(even) {
    background-color: #ffffff;
}

.reward-table thead th:last-child {
    border-left: 2px solid #C1CDD8;
}

.reward-table tbody td:last-child {
    font-weight: 700;
    color: #404040;
    font-size: 32px;
    border-left: 2px solid #002353;
}

.howTnc {
    font-size: 24px;
    line-height: 1.4;
    text-align: left;
    margin: 0;
    font-weight: 400;
    color: #C1CDD8;
    width: 100%;
}

@media (max-width: 991px) {
    .period {
        font-size: 18px;
        /* line-height: 1.2; */
        text-align: center;
        margin: 0 auto 30px;
    }

    .blueBG {
        padding: 30px 30px 60px;
    }

    .howTitle {
        font-size: 23px;
        /* margin: 0 auto 30px; */
        line-height: 1.4;
        margin: 20px auto 0px;
    }

    .howSubtitle {
        font-size: 20px;
    }

    .howFooter {
        font-size: 14px;
    }

    .howTnc {
        font-size: 16px;
        line-height: 1.4;
    }

    .reward-table thead th {
        font-size: 18px;
        padding: 15px 10px;
    }

    .reward-table tbody td {
        font-size: 18px;
        padding: 12px 8px;
        align-content: center;
    }

    .reward-table tbody td:last-child {
        font-size: 23px;
    }
}

/*CSS3 keyframes for glittering effect*/
@-webkit-keyframes glitter {
    0% {
        -webkit-transform: scale(0.3) rotate(0deg);
        opacity: 0;
    }

    25% {
        -webkit-transform: scale(1) rotate(360deg);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(0.3) rotate(720deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(0.3) rotate(0deg);
        opacity: 0;
    }
}


@media (max-width: 767px) {}

.visible-xs {
    display: none !important
}

.visible-sm {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }
}