body{
    background-color: #eeeff3;
    display: block;
    width: 100%;
    float: left;
    position: relative;
	-webkit-overflow-scrolling: touch;
    font-family: 'Rubik', sans-serif;
}
.hf{
	float: left;
	width: 100%;
}
.ns{
	width: 1200px;
	margin: 0 auto;
}
a:hover{
    color: inherit;
    text-decoration: none;
}

/* scroller */
i.shout-icon:before{
    content: url(../img/shout-icon.png);
}
.scroller .ns{
    position: relative;
}
.scroller i.shout-icon{
    position: absolute;
    left: 0;
    top: 7px;
}
.banner-container{
    position: relative;
    pointer-events: none;
}
.scroller{
    background: #061222;
    color: #fff;
    font-size: 13px;
    height: 34px;
    position: relative;
    bottom: 1px;
}
.scroller marquee{
    width: 100%;
    float: left;
    margin-left: 30px;
    position: relative;
    top: 7px;
}


/* slick */
.slick-slide img{
    width: 100%;
}
.slick-slider, .slick-dotted.slick-slider{
    margin-bottom: -6px;
}
.slick-next{
    right: 30px;
}
.slick-next{
    right: 30px;
}
.slick-prev {
    left: 30px;
    z-index: 1;
}
.slick-dots{
    bottom: 15px;
}
/* slick end */

.swal2-popup .swal2-styled.swal2-confirm{
    background-color: #1ba0fe;
}


/* ie */
.ie{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: rgba(0, 0, 0, .7);
	text-align: center;
	font-family: arial;
}
.ie button{
    background: #1a73e8;
    color: #fff;
    font-size: 20px;
    border: none;
    padding: 10px 0;
    border-radius: 3px;
    cursor: pointer;
    width: 240px;
}
.ie img{
	display: block;
    margin: 10px auto;
}
.ie .center{
	height: 130px;
    float: left;
    width: 260px;
    left: 50%;
    top: 50%;
    position: relative;
    margin-top: -65px;
    margin-left: -130px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.ie{
		display: block;
	}		
}
/* ie end */


section{
    width: 100%;
    float: left;
    padding: 30px 0;
}
.uppercase{
    text-transform: uppercase;
}
.table{
    display: table;
}
.table-cell{
    display: table-cell;
}
section.section-1 .icon-cont{
    width: 75px;
    height: 75px;
    background: #f5f5f5;
    border-radius: 50%;
    display: inline-grid;
    align-items: center;
    transition: .2s;
}
section.section-1 a{
    text-decoration: none;
}
section.section-1 .icon-cont i{
    font-size: 35px;
    color: #000;
    transition: .2s;
}
section.section-1 p{
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
}
section.section-1 p.title{
    color: #000;
    text-transform: capitalize;
    margin: 15px 0;
}
section.section-1 .table-cell{
    padding: 0 45px;
    pointer-events: none;
}
.section-title{
    font-weight: 400;
}
.section-1 .section-title{
    margin: 0 0 30px;
}
.white-bg{
    background-color: #fff;
}
section.section-2, section.section-3, section.section-4{
    background-color: #e8e8e8;
}
.faded{
    color: #a1a1a1;
}
.subtitle{
    font-size: 16px;
    font-weight: 300;
    max-width: 80%;
    margin: 0 auto 20px;
}
.section-2 table{
    margin: 10px auto 50px;
    border: 1px solid;
    width: 600px;
}
.section-2 .white-bg{
    padding: 40px 0;
    display: block;
}
.section-2 table th{
    padding: 10px;
    font-weight: 400;
    background-color: #e8e8e8;
    border: 1px solid;
}
.section-2 table td{
    padding: 5px;
    border: 1px solid;
}
.section-1 .table-cell:hover .icon-cont{
    background: #d60000;
}
.section-1 .table-cell:hover .icon-cont i{
    color: #fff;
}
.section-2 .white-bg p{
    margin: 0 5%;
}
.section-2 .white-bg ol{
    margin: 5px 5%;
    padding-left: 15px;
}
.section-3 .perks .perks-item{
    background-color: #e1e1e1;
    float: left;
    margin: 30px 0;
    margin-right: 30px;
    width: 380px;
    padding-bottom: 100px;
    position: relative;
}
.section-3 .perks .perks-item:nth-child(3n+3){
    margin-right: 0;
}
.section-3 .perks .perks-item div{
    background-color: #fff;
}
.section-3 .perks .perks-item img{
    width: 100%;
}
.section-3 .perks .perks-item p{
    width: 100%;
    position: absolute;
    bottom: 16px;
    font-size: 16px;
    height: 45px;
}
footer{
    background-color: #d7d7d7;
    padding: 10px 0;
}
section.section-4 .table-cell{
    padding: 0 45px;
    pointer-events: auto;
}
section.section-4 p.title{
    text-transform: none;
}
.section-4 .table-cell:hover p{
    color: #d60000;
}
.affLinks button{
    background: #dc0000;
    border: none;
    color: #fff;
    border-radius: 3px;
    margin: 0 5px;
    cursor: pointer;
    font-size: 22px;
    padding: 2px 7px;
}
.affLinks{
    margin: 20px 0 10px
}
.banner-container.mob{
    display: none
}




@media only screen and (max-width: 1199px){
    .ns {
        width: 100%;
    }
    .section-3 .perks .perks-item {
        margin: 2% !important;
        width: 46%;
    }
    .perks{
        padding: 0 4%;
    }
    section.section-1 .table-cell {
        padding: 0 2%;
        display: block;
    }
    section.section-1 a {
        display: table-cell;
        width: 25%;
    }
    section.section-4 a {
        width: 33.33%;
    }
}
@media only screen and (max-width: 650px){
    .section-title {
        font-size: 5.5vw;
    }
    section.section-1 .icon-cont {
        width: 50px;
        height: 50px;
    }
    section.section-1 .icon-cont i {
        font-size: 22px;
    }
    section.section-1 p {
        font-size: 3.2vw;
    }
    section.section-1 p.title {
        margin: 8px 0;
    }
    .subtitle {
        font-size: 3.2vw;
        max-width: 95%;
    }
    section.section-1 a {
        display: inline-table;
        width: 50%;
        padding: 2% 0;
    }
    .section-2 table {
        margin: 0px auto 30px;
        width: 95%;
        font-size: 3.2vw;
    }
    .section-2 .white-bg p, .section-2 .white-bg ol {
        font-size: 3.2vw;
    }
    .section-3 .perks .perks-item p {
        bottom: 0;
        font-size: 3.2vw;
        height: 75px;
        align-items: center;
        display: grid;
        padding: 0 2%;
    }
    .section-3 .perks .perks-item {
        padding-bottom: 25%;
    }
    section.section-4 a {
        width: 33.33%;
    }
    .banner-container{
        display: none;
    }
    .banner-container.mob{
        display: block;
    }
}