/* @import must be at top of file, otherwise CSS will not work */
/*@import url("//hello.myfonts.net/count/3589dd");*/

/*@import url("https://p.typekit.net/p.css?s=1&k=luz8wqk&ht=tk&f=28971.28977.28982.28986.28991&a=4101195&app=typekit&e=css");*/

@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('../font/NeueHaasDisplay-Mediu.eot');
    src: url('../font/NeueHaasDisplay-Mediu.eot?#iefix') format('embedded-opentype'),
    url('../font/NeueHaasDisplay-Mediu.woff2') format('woff2'),
    url('../font/NeueHaasDisplay-Mediu.woff') format('woff'),
    url('../font/NeueHaasDisplay-Mediu.ttf') format('truetype'),
    url('../font/NeueHaasDisplay-Mediu.svg#NeueHaasDisplay-Mediu') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('../font/NeueHaasDisplay-Roman.eot');
    src: url('../font/NeueHaasDisplay-Roman.eot?#iefix') format('embedded-opentype'),
    url('../font/NeueHaasDisplay-Roman.woff2') format('woff2'),
    url('../font/NeueHaasDisplay-Roman.woff') format('woff'),
    url('../font/NeueHaasDisplay-Roman.ttf') format('truetype'),
    url('../font/NeueHaasDisplay-Roman.svg#NeueHaasDisplay-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #fc1214;
}

a:hover {
    text-decoration: underline;
}

a.white {
    text-decoration: underline;
    color: #ffffff;
}

a.white:hover {
    text-decoration: none;
}

a.apply-button {
    color: #FF1215;
    background: #ffffff;
    padding: 5px 20px;
    margin-top: 10px;
    display: inline-block;
}

img {
    max-width: 100%;
    height: auto;
    width: 100%;
    max-height: 600px;
}

h1 {
    margin: 0 10px 20px;
    font-size: 35px;
}

h2 {
    font-size: 12px;
    margin: 0 10px;
}

p {
    margin: 0 10px;
}

html,
body {
    width: 100%;
    font: inherit;
    font-size: 12px;
    background: #fff;
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
    font-style: normal;
}

section {
    width: 100%;
    max-width: 1000px;
    margin: 20px auto;
}

.red-box {
    font-family: verdana;
    background: #FF1215;
    width: 100%;
}

.red-box a img {
    height: 48px;
    width: auto;
    display: block;
}

.header p {
    font-size: 25px;
    font-weight: bold;
    margin: 5px 0 15px;
    line-height: 25px;
}

.section-2 .text > div {
    margin: 30px 0;
}

.section-3 {
    text-align: center;
    width: 100%;
    margin: 30px auto;
    position: relative;
    background: #000;
}

.section-3 > div {
    position: relative;
    padding-bottom: 53.7%;
    padding-top: 25px;
    height: 0;
    margin: 0 auto;
}

.section-3 > div > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section-6 {
    margin-bottom: 30px;
}

.section-6 .col-50 {
    background: #FF1215;
}

.section-6 p.text {
    margin-left: 0;
}

.section-5 > div {
    margin-top: 40px;
}

.flex {
    display: flex;
    width: 100%;
}

.flex-wrap {
    flex-wrap: wrap;
}

.col-20,
.col-33,
.col-50,
.col-66 {
    min-height: 1px;
    width: 100%;
}

.menu {
    width: 100%;
}

.menu ul {
    margin: 0;
    display: flex;
    flex-direction: row;
}

.menu ul li {
    flex-grow: 1;
    list-style: none;
    cursor: pointer;
}

.menu ul li.active {
    background: white;
    color: blue;
}

.menu ul li:before {
    content: "";
}

#mc_embed_signup {
    position: relative;
    padding: 20px;
    background: #FF1215;
    color: #fff;
}

#mc_embed_signup:after,
#mc_embed_signup:before {
    content: '';
    clear: both;
    display: block;
}

#mc_embed_signup form {
    margin-top: 10px;
}

#mce-EMAIL {
    height: 17px;
    line-height: 17px;
    padding: 4px 10px;
    border: 0;
}

.input-group {
    margin-top: 10px;
}

input {
    outline: none;
}

#mc-embedded-subscribe {
    float: left;
    height: 26px;
    background: #000;
    border: 0;
    color: #fff;
    padding: 0 20px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0px;
    border-radius: 0;
    margin-top: 10px;
}

@media screen and (min-width: 650px) {
    .col-33 {
        width: 33.3333%;
    }

    .col-50 {
        width: 50%;
    }

    .col-66 {
        width: 66.6666%
    }

    .section-1 .col-50 {
        width: 100%;
    }

    span.br {
        display: block
    }
}

@media screen and (max-width: 1000px) {
    .section-4 {
        margin: 0 10px;
    }

    .section-3 > div {
        padding-bottom: 53.1%;
    }
}

@media screen and (max-width: 650px) {
    .section-1 {
        order: 6;
    }

    .section-2 {
        order: 1;
    }

    .section-3 {
        order: 4;
    }

    .section-6 {
        order: 2;
    }

    .section-4 {
        order: 3;
    }

    .section-5 {
        order: 5;
    }

    .section-5 > div,
    .section-2 .text > div {
        margin: 20px 0;
    }

    .section-1 .col-50 {
        width: 50%;

    }

    .header p {
        margin: 5px 10px 15px;
    }

    .section-3 > div {
        padding-bottom: 52.4%;
    }
}

@media screen and (max-width: 400px) {

    .section-1 .col-50 {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .section-3 > div {
        padding-bottom: 48.4%;
    }

}

.color-red {
    color: #FF1215;
}

.cookies_accept {
    position: fixed;
    bottom: 20px;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    padding: 10px 25px 13px;
    color: #fff;
    width: calc(80% - 20px);
    max-width: 1000px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
}

.cookies_accept h4 {
    font-size: 16px;
}

.cookies_accept p {
    margin: 10px 0;
}

.cookies_accept p a {
    text-decoration: underline;
}

.cookies_accept p a:hover {
    text-decoration: none;
}

.cookies_accept a.btn_accept {
    text-decoration: none;
    border-radius: 5px;
    background: #fff;
    padding: 3px 5px;
    color: #000;
    margin: 10px 0;
}

.control {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
    padding-top: 3px;
    cursor: pointer;
    font-size: 12px;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control_indicator {
    position: absolute;
    top: 3px;
    left: 0;
    height: 12px;
    width: 12px;
    background: #ffffff;
    border: 0px solid #000000;
}

.control-radio .control_indicator {
    border-radius: undefined%;
}

.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
    background: #ffffff;
}

.control input:checked ~ .control_indicator {
    background: #ffffff;
}

.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
    background: #ffffff;
}

.control input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}

.control input:checked ~ .control_indicator:after {
    display: block;
}

.control-checkbox .control_indicator:after {
    left: 5px;
    top: 1px;
    width: 2px;
    height: 6px;
    border: solid #e60000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.control-checkbox input:disabled ~ .control_indicator:after {
    border-color: #7b7b7b;
}

h1.h1__button {
    display: inline-block;
    margin-bottom: 10px;
}

h1 .red-box a {
    display: block;
    font-size: 20px;
    color: #fff;
    padding: 10px;
}

.how__to__apply a {
    font-size: 18px;
    display: block;
    font-weight: bold;
    margin-left: 10px;
}

@media screen and (max-width:  768px) {
    .how__to__apply a {
        margin-bottom: 7px;
    }
}