@charset "UTF-8";
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;box-sizing:border-box}
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:after,blockquote:before,q:after,q:before {content:'';content:none}
table {
    border-collapse:collapse;
    border-spacing:0;
}
@font-face {
    font-family:icomoon;
    src:url(https://d35zk51d4wo25o.cloudfront.net/static/hyper/fonts/icomoon.ttf?9587ic) format("truetype"),
        url(https://d35zk51d4wo25o.cloudfront.net/static/hyper/fonts/icomoon.woff?9587ic) format("woff"),
        url(https://d35zk51d4wo25o.cloudfront.net/static/hyper/fonts/icomoon.svg?9587ic#icomoon) format("svg");
    font-weight:400;
    font-style:normal;
    font-display:block;
}
i {
    font-family:icomoon!important;
    speak:none;
    font-style:normal;
    font-weight:400;
    font-variant:normal;
    text-transform:none;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}

body {
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    overflow-x:hidden
}


/**************** Start Here *****************/
body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.15;
    mix-blend-mode: overlay;
    pointer-events: none;
}

/******** Review Custom Field Section ********/
#primary_4 section.game-bonus-review_custom-fields {
    background-color:#fff;
    padding:30px;
    display:flex;
    position:relative;
    box-shadow:inset 0px 0px 5px 3px rgba(0,0,0,0.2);
    margin-top:30px;
}
#primary_4 section.game-bonus-review_custom-fields .list-ribbon {
    position: absolute;
    background-color: #81d742;
    color: #fff;
    font-weight: 300;
    font-size: 13px;
    padding: 7px 10px 7px 10px;
    z-index: 15;
    left: -2px;
    top: -21px;
}
#primary_4 section.game-bonus-review_custom-fields .list-ribbon:before {
    content: '';
    position: absolute;
    left: calc(0% - 13px);
    top: 17px;
    border-width: 13px;
    border-color: #81d742;
    border-right-color: #81d74299;
    border-left-color: transparent;
    border-style: solid;
    z-index: -1;
}
#primary_4 section.game-bonus-review_custom-fields .list-ribbon:after {
    content: '';
    position: absolute;
    left: calc(100% - 13px);
    top: 17px;
    border-width: 13px;
    border-color: #81d742;
    border-right-color: transparent;
    border-left-color: #81d74299;
    border-style: solid;
    z-index: -1;
}

#primary_4 section.game-bonus-review_custom-fields .logo-wraper {
    width:20%;
    padding:10px;
    background:rgba(0,0,0,0.2);
    display:flex;
    flex-direction:column;
    justify-content:center;
}
#primary_4 section.game-bonus-review_custom-fields .content {
    width:80%;
    display:flex;
}
#primary_4 section.game-bonus-review_custom-fields .content>div {
    width:25%;
    padding:10px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

@media only screen and (max-width:767px) {
    #primary_4 section.game-bonus-review_custom-fields {
        display:block;
    }
    #primary_4 section.game-bonus-review_custom-fields .logo-wraper, #primary_4 section.game-bonus-review_custom-fields .content {
        width:100%;
    }
    #primary_4 section.game-bonus-review_custom-fields .content>div {
        width:100%;
    }
}

#primary_4 section.game-bonus-review_custom-fields .review-bonus-wraper .bonus-offer-1 {
    font-size:20px;
}
#primary_4 section.game-bonus-review_custom-fields .review-bonus-wraper .bonus-amount {
    font-size:40px;
}
#primary_4 section.game-bonus-review_custom-fields .review-bonus-wraper .bonus-offer-2 {
    font-size:18px;
}

#primary_4 section.game-bonus-review_custom-fields .review-star-rating-wraper span.title {
    color: #111111;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    margin: 0 0 10px;
}
#primary_4 section.game-bonus-review_custom-fields .review-star-rating-wraper span.percent {
    color: #FFA500;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.35;
}

#primary_4 section.game-bonus-review_custom-fields .review-description-wraper ul.description-lists {
    margin-left:30px;
}
#primary_4 section.game-bonus-review_custom-fields .review-description-wraper ul.description-lists li {
    list-style-type: none;
    position: relative;
    font-weight:600;
}
#primary_4 section.game-bonus-review_custom-fields .review-description-wraper ul.description-lists li:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: -24px;
    top: 2px;
    background-size: contain;
    background-repeat: no-repeat;
}

#primary_4 section.game-bonus-review_custom-fields .button-wraper a {
    padding: 20px 40px;
    border: solid 1px;
    border-radius:50px;
    text-decoration: none;
    text-align:center;
}


/******** Bottom Section ********/
@media only screen and (min-width:1170px) {
    .bottom-section {
        width:200%;
        margin-left:-50%;
    }
    .bottom-section-container {
        width:50% !important;
    }
}

.bottom-section {
    display:block;
    float:left;
}

.bottom-section-container {
    width:100%;
    margin:auto;
    padding:50px 20px;
}

.bottom-title h2 {
    color:#fff;
    text-align:center;
}
.bottom-content {
    color:#fff;
    text-align:justify;
}
  

/******** Footer ********/
footer {
    background:#119aba;
    display:flex;
    width:100%;
    box-shadow:4px 7px 10px 7px rgba(0,0,0,.9)
}
footer p {
    color:#fff;
    font-size:16px;
    line-height:18px;
    font-weight:400
}
footer .footer-bottom {
    width:1170px;
    margin:auto;
    display:flex;
    justify-content:space-around;
    align-items:center;
    flex-wrap:wrap
}
footer .footer-bottom .left-sec {
    text-align:center
}
footer .footer-bottom .right-sec {
    text-align:center
}
footer .bga {
    text-align:center;
    padding:20px
}
footer .bga img {
    max-width:100%;
    height:32px;
    margin:10px
}
footer .bga .plusplus {
    height:44px;
    margin:4px
}