/*! CSS Used from: base.css */

html,
body,
div,
span,
h1,
h3,
p,
img,
strong,
i,
ul,
li,
footer,
header,
section {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

footer,
header,
section {
    display: block;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}


/*! CSS Used from: font-awesome.css */

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-search:before {
    content: "\f002";
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-bars:before {
    content: "\f0c9";
}



/*! CSS Used from: main.css */

html,
body,
div,
span,
h1,
h3,
p,
a,
img,
strong,
i,
ul,
li,
footer,
header,
section {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

footer,
header,
section {
    display: block;
}

body {
    line-height: 1;
}

ul {
    list-style: none;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-chevron-circle-right:before {
    content: "";
}

* {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.contain {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 0 1.618rem;
}

.wrapper {
    min-height: 90vh;
}

html {
    font-size: 1em;
    font-family: PT Sans, sans-serif;
}

h1 {
    font-size: 2.98598rem;
    line-height: 3.236rem;
    margin-bottom: 1.618rem;
    font-family: PT Sans, sans-serif;
}

h3 {
    font-size: 1.2rem;
    line-height: 1.618rem;
    margin-bottom: 1.618rem;
    font-family: PT Sans, sans-serif;
}

body {
    font-size: 1rem;
    line-height: 1.618rem;
}

p {
    font-size: 1rem;
    line-height: 1.618rem;
    margin-bottom: 1.618rem;
}

@media (min-width: 768px) and (max-width: 1023px) {
    html {
        font-size: 0.85em;
    }
}

@media (min-width: 568px) and (max-width: 767px) {
    html {
        font-size: 0.7em;
    }
}

@media (min-width: 320px) and (max-width: 567px) {
    html {
        font-size: 0.6em;
    }
}

a {
    color: #2828f7;
    text-decoration: none;
}

.Primary-header {
    position: relative;
    padding: 0.809rem;
}

.Primary-header .logo {
    padding-bottom: 0.809rem;
    width: 100%;
    text-align: center;
}

.Primary-header .logo a {
    display: block;
}

@media (max-width: 767px) {
    .Primary-header .logo {
        padding-top: 0.809rem;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .Primary-header--sm {
        text-align: center;
    }

    .Primary-header--sm a {
        margin: 0 auto;
    }

    .Primary-header--sm .logo__image {
        margin-bottom: 0.4045rem;
    }
}

.Modal {
    display: none;
    position: fixed;
    overflow: scroll;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.98);
    z-index: 9000;
}

@media (min-width: 1024px) {
    .Modal {
        top: 10%;
        left: 50%;
        width: 80%;
        height: auto;
        max-width: 600px;
        max-height: 80%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        border-radius: 0.4045rem;
    }
}

.Modal__title {
    margin: 0;
    padding: 0 1.618rem;
    border-bottom: 1px solid #2828f7;
    line-height: 4.854rem;
    text-align: center;
    color: #f9f9fb;
}

.Modal__content {
    padding: 3.236rem;
}

.Modal__content p {
    color: #f9f9fb;
}

.Modal__close {
    position: fixed;
    top: 0;
    right: 0;
    height: 4.854rem;
    width: 4.854rem;
    background: #2828f7;
    color: #f9f9fb;
    text-align: center;
    line-height: 4.854rem;
}

@media (min-width: 1024px) {
    .Modal__close {
        border-radius: 0.4045rem;
        border-top-left-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
}

.pop-container {
    max-width: 700px;
    margin: 0 auto;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
}

.pop-container header {
    text-align: center;
    position: relative;
    padding: 30px 0 0;
    background: url(/img/3/pop-bg.png);
    background-size: cover;
}

.pop-container header h1 {
    margin: 0;
}

@media only screen and (max-width: 719px) {
    .pop-container header {
        padding: 20px 0 0;
    }
}

.pop-container .offers {
    padding: 20px;
    margin: 0;
    background: url(/img/3/money-bg.jpg) right bottom no-repeat;
}

.pop-container .offers li {
    margin-bottom: 10px;
    max-width: 450px;
}

.pop-container .offers a {
    display: inline-block;
    padding-right: 30px;
    line-height: 2.5em;
    text-transform: uppercase;
    height: 2.5em;
}

.ty-new {
    max-width: 500px;
}

@media only screen and (max-width: 720px) {
    .pop-container .offers {
        font-size: 0.8em;
    }

    .pop-container.ty-new {
        margin: 32px auto;
        max-width: calc(100% - 48px);
    }

    .pop-container .offers a i {
        line-height: inherit;
    }
}

.pop-container .offers-l {
    margin-bottom: 40px;
    cursor: pointer;
}

.pop-container .offers-l li {
    max-width: 100%;
    width: 100%;
}

.pop-container .offers-l a {
    display: flex;
    align-items: center;
    padding-right: 30px;
    text-transform: uppercase;
    height: auto;
    text-align: left;
}

.pop-container .offers-l .offer-title {
    padding: 16px 24px 16px 24px;
    font-size: 32px;
    line-height: 1;
    width: 100%;
    text-transform: none;
}


.pop-container .offers-l .offer-subtitle {
    font-size: 14px;
    display: block;
    font-weight: normal;
    text-transform: none;
    opacity: 0.75;
    margin: 0;
    display: block;
    text-align: center;
}

@media only screen and (max-width: 640px) {
    .pop-container header h1 {
        font-size: 24px !important;
        line-height: 32px !important;
    }
    .pop-container .offers-l a i {
        font-size: 24px !important;
    }
    .pop-container .offers-l .offer-title {
        font-size: 24px;
    }
}

.pop-container .offers-l a i {
    display: flex;
    align-items: center;
    font-size: 80px;
    margin: 16px;
    height: auto;
    line-height: 1;
}

.offers {
    list-style: none;
    margin: 20px 0 40px;
}

.offers li {
    max-width: 470px;
    display: block;
    clear: both;
    overflow: hidden;
}

.offers a {
    display: block;
    padding: 0;
    background: #8CB848;
    color: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    font-size: 1.75em;
    transition: all 0.25s;
    line-height: 50px;
    text-align: center;
    border-bottom: 4px solid #323F47;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.15);
}

.offers a i {
    color: #323F47;
    font-size: 3em;
    line-height: inherit;
    float: left;
}

.offers a:hover {
    background: #323F47;
    padding: 0 15px;
}

.offers a:hover i {
    color: #8CB848;
}

@media only screen and (max-width: 580px) {
    .offers a {
        font-size: 0.9em;
        line-height: 35px;
    }

    .offers i {
        line-height: 35px;
        height: 35px;
    }
}


/*! CSS Used from: brand.css */

h1,
h3 {
    font-family: PT Sans, sans-serif;
    color: #26140d;
}

p {
    color: #737372;
    font-family: PT Sans, sans-serif;
}

strong {
    font-weight: bold;
    color: #26140d;
}

a {
    color: #1c1c37;
}

.logo__image {
    width: 100%;
    max-width: 12.944rem;
}

.Modal {
    box-shadow: 0 0 0.809rem rgba(0, 0, 0, 0.15);
}

.offers a i {
    color: #666;
}

section {
    padding-top: 4.854rem;
    padding-bottom: 4.854rem;
}

.Disclaimer-section p {
    font-size: 12px;
}

.Section--dark {
    background: #f9f9fb;
}

@media (max-width: 600px) {
    .logo__image {
        width: 100%;
        max-width: 50%;
    }
}


/*! CSS Used fontfaces */

@font-face {
    font-family: 'FontAwesome';
    src: url(/inc/fonts/fontawesome-webfont.eot?v=4.0.3);
    src: url(/inc/fonts/fontawesome-webfont.eot#iefix&v=4.0.3) format('embedded-opentype'), url(/inc/fonts/fontawesome-webfont.woff?v=4.0.3) format('woff'), url(/inc/fonts/fontawesome-webfont.ttf?v=4.0.3) format('truetype'), url(/inc/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular) format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'PT Sans';
    font-style: italic;
    font-weight: 400;
    src: local('PT Sans Italic'), local('PTSans-Italic'), url(https://fonts.gstatic.com/s/ptsans/v9/GpWpM_6S4VQLPNAQ3iWvVYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'PT Sans';
    font-style: italic;
    font-weight: 700;
    src: local('PT Sans Bold Italic'), local('PTSans-BoldItalic'), url(https://fonts.gstatic.com/s/ptsans/v9/lILlYDvubYemzYzN7GbLkA7aC6SjiAOpAWOKfJDfVRY.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    src: local('PT Sans'), local('PTSans-Regular'), url(https://fonts.gstatic.com/s/ptsans/v9/fhNmDCnjccoUYyU4ZASaLVKPGs1ZzpMvnHX-7fPOuAc.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 700;
    src: local('PT Sans Bold'), local('PTSans-Bold'), url(https://fonts.gstatic.com/s/ptsans/v9/kTYfCWJhlldPf5LnG4ZnHAsYbbCjybiHxArTLjt7FRU.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}