@import "https://fonts.googleapis.com/css?family=Roboto|Source+Sans+Pro:300,400,600,700,900";

html,

*.offer{
    font-family: sans-serif !important;
}
body.offer {
    /*margin: 0 auto !important;*/
    /*padding: 0 !important;*/
    /*height: 100% !important;*/
    /*width: 100% !important;*/
    /*font-family: 'Roboto|Source Sans Pro';*/
}
/* What it does: Fixes webkit padding issue. */
table.offer {
    border-spacing: 0 !important;
    border-collapse: collapse !important;
    table-layout: fixed !important;
    margin: 0 auto !important;
}
/* What it does: Uses a better rendering method when resizing images in IE. */
img.offer {
    -ms-interpolation-mode:bicubic;
}

body {
    -webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
}

@-webkit-keyframes fontfix {
    from { opacity: 1; }
    to   { opacity: 1; }
}
h1.offer {
    font-family: 'Source Sans Pro';
    font-weight: 300;
    font-size: 42px;
    line-height: 48px;
    letter-spacing: normal;
}
h2.offer {
    font-family: 'Source Sans Pro';
    font-weight: 300;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: normal;
}
h3.offer {
    font-family: 'Source Sans Pro';
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: normal;
}
h4.offer {
    font-family: 'Source Sans Pro';
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: normal;
}
h5.offer {
    font-family: 'Source Sans Pro';
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 2;
}
h5.offer {
    font-family: 'Source Sans Pro';
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1.75;
}
p.offer {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: normal;    
}
p.offer.xl {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 20px;
    line-height: 16px;
    letter-spacing: normal;
}
p.offer.l {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: normal;
}
p.offer.s {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: normal;
}
p.offer.legal {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: normal;
}
p.offer.legal-l {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: normal;
}

.btn-offer {
    border-radius: 2px;
    background: #ffc200;
    font-family: 'Source Sans Pro';
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 2px;
    text-decoration: none;
    padding: 16px 30px;
    color: #000000;
    display: block;
    border-style: none;
    text-transform: uppercase;
}

.logos {

    margin-left: auto;

    margin-right: auto;
    background: #242e39;
    text-align: center;
    display: block;
    align-content: center;
    align-items: center;
    padding: 20px 0px;
}

.ass {

    padding: 10px 0;

    text-align: center;

    font-family: 'Source Sans Pro';

    font-size: 12px;

    font-weight: 700;

    line-height: 16px;

    letter-spacing: 1px;

    color: #ffffff;

}