header,header .cards{
    background-repeat:no-repeat;
    background-size:cover
}
@font-face{
    font-family:'Open Sans';
    font-style:normal;
    font-weight:300;
    src:url(fonts/open-sans-v15-latin-300.eot);
    src:local('Open Sans Light'),local('OpenSans-Light'),url(fonts/open-sans-v15-latin-300.eot?#iefix) format('embedded-opentype'),url(fonts/open-sans-v15-latin-300.woff2) format('woff2'),url(fonts/open-sans-v15-latin-300.woff) format('woff'),url(fonts/open-sans-v15-latin-300.ttf) format('truetype'),url(fonts/open-sans-v15-latin-300.svg#OpenSans) format('svg')
}
@font-face{
    font-family:'Open Sans';
    font-style:normal;
    font-weight:400;
    src:url(fonts/open-sans-v15-latin-regular.eot);
    src:local('Open Sans Regular'),local('OpenSans-Regular'),url(fonts/open-sans-v15-latin-regular.eot?#iefix) format('embedded-opentype'),url(fonts/open-sans-v15-latin-regular.woff2) format('woff2'),url(fonts/open-sans-v15-latin-regular.woff) format('woff'),url(fonts/open-sans-v15-latin-regular.ttf) format('truetype'),url(fonts/open-sans-v15-latin-regular.svg#OpenSans) format('svg')
}
@font-face{
    font-family:'Open Sans';
    font-style:normal;
    font-weight:700;
    src:url(fonts/open-sans-v15-latin-700.eot);
    src:local('Open Sans Bold'),local('OpenSans-Bold'),url(fonts/open-sans-v15-latin-700.eot?#iefix) format('embedded-opentype'),url(fonts/open-sans-v15-latin-700.woff2) format('woff2'),url(fonts/open-sans-v15-latin-700.woff) format('woff'),url(fonts/open-sans-v15-latin-700.ttf) format('truetype'),url(fonts/open-sans-v15-latin-700.svg#OpenSans) format('svg')
}
*{
    padding:0;
    margin:0
}
body,html{
    border:0;
    font-size:14px;
    line-height:20px;
    font-family:'Open Sans',sans-serif,arial,Helvetica;
    font-weight:400;
    color:#4a4a4a;
    background-color:#fff;
    height:100%
}
b {
    font-weight: 700;
}
h1,h2,h3,h4,h5,h6{
    font-family:'Open Sans',sans-serif,arial,Helvetica,sans-serif;
    font-weight:600;
    margin:0;
    line-height:1
}
a,a:active,a:focus,a:hover,a:visited{
    color:#000;
    text-decoration:none
}
.clearfix:after{
    content:" ";
    visibility:hidden;
    display:block;
    height:0;
    clear:both
}
.uppercase{
    text-transform:uppercase
}
.jarallax{
    position:relative;
    z-index:0
}
.jarallax>.jarallax-img{
    position:absolute;
    object-fit:cover;
    font-family:'object-fit: cover;
    ';
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:-1
}
header{
    width:100%;
    height:100%;
    position:relative;
    background-image:url(img/top-bg.jpg);
    background-position:50% 50%;
    background-color:#dce6e5;
    overflow:hidden
}
header .logo{
    position:absolute;
    top:0;
    left:60px;
    display:none
}
header .mmlh{
    position:absolute;
    top:25px;
    left:260px;
    visibility:hidden
}
header nav{
    display:flex;
    justify-content:flex-end;
    padding-right:14px
}
header nav a,header nav a:active,header nav a:focus,header nav a:hover,header nav a:visited,header nav span{
    text-transform:uppercase;
    margin:14px 7px;
    font-size:14px;
    font-weight:400;
    color:#fff
}
header nav span{
    font-weight:700
}
header .content{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    height:100%;
    visibility:hidden
}
header .content h1{
    color:#e40613;
    font-size:48px;
    font-weight:700;
    text-align:center;
    max-width:820px;
    margin:-80px 30px 0;
    -webkit-transition:all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    transition:all .5s ease
}
.de header .content h1{
    max-width:none
}
header .cards{
    position:absolute;
    bottom:105px;
    right:0;
    left:50%;
    margin-left:141px;
    width:432px;
    height:276px;
    background-image:url(img/cc-cards.png);
    background-position:top left;
    -moz-transform:translate(-50%,0);
    -ms-transform:translate(-50%,0);
    -webkit-transform:translate(-50%,0);
    transform:translate(-50%,0);
    visibility:hidden
}
#dbg,section.ribbon{
    position:fixed;
    left:0
}
.de header .cards{
    margin-left:133px
}
.fr header .cards{
    margin-left:112px
}
#dbg{
    top:0;
    z-index:999
}
section .container{
    width:1100px;
    margin:60px auto 0;
    font-weight:300;
    color:#4a4a4a
}
section.ribbon{
    bottom:-3px;
    right:0;
    z-index:50
}
section.ribbon .content{
   	background-color: #fff;
	color: #e40613;
	font-size: 18px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 0 15px 0;
	position: relative;
	box-shadow: 0 0 4px 0 rgba(0,0,0,.5);
	text-align: center;
}
section.ribbon .button{
	background-color: #e40613;
	color: #fff;
	padding: 25px 35px;
	border-radius: 40px;
	text-align: center;
	margin-left: 40px;
	-webkit-transition: background-color .2s ease-out;
	-moz-transition: background-color .2s ease-out;
	-o-transition: background-color .2s ease-out;
	transition: background-color .2s ease-out;
	box-shadow: 0 0 8px 0 rgba(0,0,0,.32);
	clear: both;
	font-size: 27px;
}
section.ribbon .button:hover{
    box-shadow:0 0 10px 0 rgba(0,0,0,.5)
}
section h2{
    font-size:24px;
    margin-bottom:30px;
    font-weight:400
}
.content.intro{
    text-align:center;
    font-size:16px;
    line-height:1.6;
    max-width:650px;
    margin:0 auto;
    padding:0 20px
}
section.details{
    background-color:#fcfcfc;
    position:relative;
    z-index:1
}
section.details:before{
    background:inherit;
    top:0;
    content:'';
    display:block;
    height:50%;
    left:0;
    position:absolute;
    right:0;
    transform:skewY(-4deg);
    transform-origin:0 0;
    z-index:-1
}
section.details .container{
    padding-top:30px;
    margin-top:135px
}
section.details h3{
    font-size:24px;
    font-weight:300;
    margin-bottom:15px;
    line-height:1.2
}
section.details .content{
    display:flex;
    align-items:flex-start;
    flex-wrap:wrap
}
section.details .content>div{
    width:33%
}
section.details .content>div:first-child{
    margin-top:30px
}
section.details .content>div:first-child+div{
    margin-top:60px
}
section.details .content>div>div{
    background-position:top left;
    background-repeat:no-repeat;
    padding-top:80px;
    margin:0 75px 50px
}
section.details .mileage{
    background-image:url(img/icon-plane.png)
}
section.details .bseller{
    background-image:url(img/icon-best-seller.png)
}
section.details .dclub{
    background-image:url(img/icon-diners-club.png)
}
section.details .speed{
    background-image:url(img/icon-speed.png)
}
section.details .bonus{
    background-image:url(img/icon-gift.png)
}
section.details .ccgold{
    background-image:url(img/icon-card-exchange.png)
}
section.strengths .container{
    margin-bottom:100px
}
section.strengths h2{
    text-align:center;
    margin:70px 0 10px
}
section.strengths h3{
    font-size:24px;
    font-weight:700;
    margin-bottom:7px
}
section.strengths .content{
    display:flex;
    align-items:flex-start;
    flex-wrap:wrap;
    background-image:url(img/cc-circle.jpg);
    background-position:center 233px;
    background-repeat:no-repeat
}
.de section.strengths .content{
    background-position:center 273px
}
.fr section.strengths .content{
    background-position:center 172px
}
section.strengths .content>div{
    width:33%;
    margin-top:55px;
    text-align:center
}
section.strengths .content>div:first-child{
    text-align:right
}
section.strengths .content>div:first-child>div:first-child{
    margin-top:187px;
    margin-bottom:124px
}
.de section.strengths .content>div:first-child>div:first-child{
    margin-top:175px;
    margin-bottom:182px
}
.fr section.strengths .content>div:first-child>div:first-child{
    margin-top:39px;
    margin-bottom:184px
}
section.strengths .content>div:first-child+div>div:first-child{
    margin-bottom:451px
}
.de section.strengths .content>div:first-child+div>div:first-child{
    margin-bottom:444px
}
.fr section.strengths .content>div:first-child+div>div:first-child{
    margin-bottom:449px
}
section.strengths .content>div:last-child{
    text-align:left
}
section.strengths .content>div:last-child>div:first-child{
    margin-top:183px;
    margin-bottom:188px
}
.de section.strengths .content>div:last-child>div:first-child{
    margin-top:176px;
    margin-bottom:184px
}
.fr section.strengths .content>div:last-child>div:first-child{
    margin-top:81px;
    margin-bottom:184px
}
section.strengths .content>div>div{
    margin:52px 31px
}
section.steps{
    background-color:#0059a5
}
section.steps .container{
    margin-top:0
}
section.steps .content{
    color:#fff
}
section.steps .content>div{
    display:flex
}
section.steps .content>h3{
    font-size:24px;
    font-weight:300;
    text-align:center;
    padding:50px 30px 40px
}
section.steps .content>div>div{
    width:33%;
    font-size:16px;
    font-weight:700;
    text-align:center;
    padding:110px 5px 0;
    background-position:center top;
    background-repeat:no-repeat;
    margin-bottom:70px
}
section.steps .step1{
    background-image:url(img/icon-step1.png);
    margin-right:15px
}
section.steps .step2{
    background-image:url(img/icon-step2.png);
    margin-right:15px
}
section.steps .step3{
    background-image:url(img/icon-step3.png)
}
.btm-banner{
    width:100%
}
footer{
    color:#9b9b9b;
    font-weight:300;
    padding:97px 30px 25px
}
footer .footer-menu{
    float:left
}
footer .footer-menu a{
    color:#4a90e2;
    margin-right:20px;
    display:inline-block
}
footer .footer-menu a:hover{
    text-decoration:underline
}
footer .copyright{
    text-align:right
}
@media (max-width:1200px){
    header .content h1{
        font-size:30px;
        max-width:500px
    }
    .fr header .content h1{
        max-width:600px
    }
    section .container{
        width:100%
    }
    section.details .container{
        padding-top:20px;
        margin-top:120px
    }
    section.details .content{
        padding:30px 0
    }
    section.details .content>div>div{
        margin-left:50px;
        margin-right:50px
    }
    section.strengths .container{
        width:750px
    }
    section.strengths .content{
        background-position:center 197px;
        background-image:url(img/cc-circle-md.jpg)
    }
    .de section.strengths .content{
        background-position:center 296px
    }
    .fr section.strengths .content{
        background-position:center 214px
    }
    section.strengths .content>div{
        margin-top:40px
    }
    section.strengths .content>div:first-child>div{
        margin-left:0
    }
    section.strengths .content>div:last-child>div{
        margin-right:0
    }
    section.strengths .content>div:first-child>div:first-child{
        margin-top:2px;
        margin-bottom:113px
    }
    .de section.strengths .content>div:first-child>div:first-child{
        margin-top:189px;
        margin-bottom:125px
    }
    .fr section.strengths .content>div:first-child>div:first-child{
        margin-top:6px;
        margin-bottom:129px
    }
    section.strengths .content>div:first-child+div>div:first-child{
        margin-bottom:332px
    }
    .de section.strengths .content>div:first-child+div>div:first-child{
        margin-bottom:329px
    }
    .fr section.strengths .content>div:first-child+div>div:first-child{
        margin-bottom:327px
    }
    section.strengths .content>div:last-child>div:first-child{
        margin-top:63px;
        margin-bottom:115px
    }
    .de section.strengths .content>div:last-child>div:first-child{
        margin-top:190px;
        margin-bottom:126px
    }
    .fr section.strengths .content>div:last-child>div:first-child{
        margin-top:47px;
        margin-bottom:128px
    }
    header .cards{
        width:216px;
        height:138px;
        margin-left:147px;
        background-image:url(img/cards.png)
    }
    .de header .cards{
        margin-left:197px
    }
}
@media (max-width:1000px){
    header .logo{
        left:30px
    }
    header .mmlh{
        left:230px
    }
    .de header .cards,.fr header .cards,header .cards{
        margin-left:70px
    }
    section.ribbon .content{
        padding-left:0
    }
    section.details .container{
        margin-top:110px
    }
    section.details .content>div>div{
        margin-left:30px;
        margin-right:30px;
        background-size:auto 50px;
        padding-top:65px
    }
    footer .footer-menu{
        float:none;
        text-align:center;
        margin-bottom:10px
    }
    footer .copyright{
        text-align:center
    }
}
@media (max-width:796px){
    header .mmlh{
        top:60px;
        left:37px;
        width:95px;
        height:38px
    }
}
@media (max-width:780px){
    .de header .cards,.fr header .cards,header .cards{
        left:30px;
        bottom:107px;
        margin-left:0;
        -moz-transform:none;
        -ms-transform:none;
        -webkit-transform:none;
        transform:none
    }
    section.ribbon .content{
        flex-direction:column;
        font-size:14px
    }
    section.ribbon .button{
        margin:10px 16px;
        padding:20px 25px
    }
    section.details .container{
        margin-top:90px
    }
    section.details .content>div,section.details .content>div:last-child>div{
        width:50%
    }
    section.details .content>div:last-child{
        display:flex;
        width:100%
    }
    section.details .content>div>div{
        margin-left:20px;
        margin-right:20px
    }
    section.details h3{
        font-size:20px;
        font-weight:400;
        margin-bottom:5px
    }
    section.strengths .container{
        width:100%;
        margin-bottom:70px
    }
    .de section.strengths .content,.fr section.strengths .content,section.strengths .content{
        background-image:url(img/cc-cards.jpg);
        background-position:center 30px;
        flex-direction:column
    }
    .de section.strengths .content>div,.fr section.strengths .content>div,section.strengths .content>div{
        margin-top:0;
        width:100%
    }
    .de section.strengths .content>div:first-child,.fr section.strengths .content>div:first-child,section.strengths .content>div:first-child{
        margin-top:190px
    }
    section.strengths .content>div:first-child+div>div:first-child,section.strengths .content>div:first-child>div,section.strengths .content>div:first-child>div:first-child,section.strengths .content>div:last-child>div,section.strengths .content>div:last-child>div:first-child,section.strengths .content>div>div{
        text-align:left!important;
        margin:30px 20px 0!important
    }
    section.strengths h3{
        font-size:18px
    }
    section.steps .container{
        margin-top:0;
        padding-bottom:30px
    }
    section.steps .content>div{
        flex-direction:column
    }
    section.steps .content>h3{
        font-size:24px;
        font-weight:300;
        text-align:left;
        padding:30px 20px 20px
    }
    section.steps .content>div>div{
        width:auto;
        text-align:left;
        padding:0 25px 0 80px;
        background-position:left center;
        background-size:57px 57px;
        margin:0 0 0 20px;
        height:80px;
        line-height:80px
    }
    section.steps .content>div>div span{
        display:inline-block;
        vertical-align:middle;
        line-height:1.2
    }
}
@media (max-width:576px){
    .content.intro,footer .copyright,footer .footer-menu{
        text-align:left
    }
    header .logo{
        left:10px
    }
    header .mmlh{
        left:17px;
        top:60px
    }
    header .content h1{
        font-size:26px
    }
    .content.intro{
        font-size:14px
    }
    section.details .container{
        margin-top:65px
    }
    section.details .content>div{
        width:100%
    }
    section.details .content>div>div{
        background-size:auto 34px;
        padding-top:45px
    }
    section.details .content>div:first-child,section.details .content>div:first-child+div{
        margin-top:0
    }
    section.details .content>div:last-child{
        display:inline
    }
    section.details .content>div:last-child>div{
        width:auto
    }
    section h2{
        margin-bottom:20px
    }
    section h2,section.details h2,section.details h3{
        font-size:18px
    }
    section.steps .container{
        padding-bottom:60px
    }
    .btm-banner{
        display:none
    }
    footer{
        padding:97px 20px 25px
    }
	section.ribbon .button{
        font-size:20px;
        line-height:22px;
    }
}
@media (max-width:400px){
    header .content h1{
        font-size:24px;
        max-width:310px
    }
}
@media (max-height:850px){
    .de header .cards,.fr header .cards,header .cards{
        width:216px;
        height:138px
    }
}
@media (max-height:640px){
    .de header .cards,.fr header .cards,header .cards{
        width:150px;
        height:96px
    }
}
@media (max-height:500px){
    .de header .cards,.fr header .cards,header .cards{
        width:100px;
        height:63px
    }
}
