html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

@font-face {
    font-family: "Delivery";
    src: url("../fonts/EOT/Delivery_W_Rg.eot"),
        url("../fonts/EOT/Delivery_W_Rg.eot") format("embedded-opentype"),
        url("../fonts/WOFF2/Delivery_W_Rg.woff2") format("woff2"),
        url("../fonts/WOFF/Delivery_W_Rg.woff") format("woff"),
        url("../fonts/SVG/Delivery_W_Rg.svg") format("svg");
 }
 @font-face {
    font-family: "Delivery_Lt";
    src: url("../fonts/EOT/Delivery_W_Lt.eot"),
        url("../fonts/EOT/Delivery_W_Lt.eot") format("embedded-opentype"),
        url("../fonts/WOFF2/Delivery_W_Lt.woff2") format("woff2"),
        url("../fonts/WOFF/Delivery_W_Lt.woff") format("woff"),
        url("../fonts/SVG/DDelivery_W_Lt.svg") format("svg");
 }

 @font-face {
    font-family: "Delivery_Bd";
    src: url("../fonts/EOT/Delivery_W_Bd.eot"),
        url("../fonts/EOT/Delivery_W_Bd.eot") format("embedded-opentype"),
        url("../fonts/WOFF2/Delivery_W_Bd.woff2") format("woff2"),
        url("../fonts/WOFF/Delivery_W_Bd.woff") format("woff"),
        url("../fonts/SVG/Delivery_W_Bd.svg") format("svg");
 }
    
 @font-face {
    font-family: "Delivery_W_CdBlk";
    src: url("../fonts/EOT/Delivery_W_CdBlk.eot"),
            url("../fonts/EOT/Delivery_W_CdBlk.eot") format("embedded-opentype"),
            url("../fonts/WOFF2/Delivery_W_CdBlk.woff2") format("woff2"),
            url("../fonts/WOFF/Delivery_W_CdBlk.woff") format("woff"),
            url("../fonts/SVG/Delivery_W_CdBlk.svg") format("svg");
    }

body {
    font-family: "Delivery", sans-serif;
    color: #1d1d1b;
    font-size: 16px;
    line-height: 1.2;
}
h2 {
    font-size: 48px;
    font-family: "Delivery_W_CdBlk", sans-serif;
    margin: 0;
}
h3 {
    font-size: 26px;
    font-family: "Delivery_Bd", sans-serif;
    margin: 0;
}

h4 {
    font-size: 14px;
    font-family: "Delivery_W_CdBlk", sans-serif;
    margin: 0;
    color: #000000;
}

p {
    font-size: 12px;
    font-family: "Roboto", sans-serif;
}


a {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.container {
    max-width: 1600px;
    margin: auto;
}

.logobar {
    background-image: linear-gradient(to right, #FFCC00, #FFCC00, #FFE57F, #FFF0B2);
    padding: 20px 0 20px 42px;
}

.logobar img {
    max-width: 114px;;
}
.columns {
    display: grid;
    grid-template-columns: 2fr 1fr;
}

.banner img {
    width: 100%;
}

#formTop {
    position: sticky;
    top: 0;
    height: 100vh;
    box-sizing: border-box;
}

#mainForm {
    background-color: #FFCC00;
    padding: 0px 20px;
}

#mobile_txt {
    display: none;
}

.form-box h3{
    font-size: 38px;
    color: #d40511;
    font-weight: 700;
    font-family: "Delivery_Bd", sans-serif;
    padding: 32px 10px 20px 10px ;
}

.form-box h4{
    font-size: 24px;
    font-weight: 400;
    font-family: "Delivery", sans-serif;
    padding: 0 10px 24px 10px ;
}

.form-box p{
    font-size: 13px;
    color: #95790b;
    font-weight: 300;
    padding-bottom: 16px ;
    position: relative;
    top:-10px;
}

.form-box p a{
    text-decoration: none;
    color: #95790b;
}

.form-box p a:hover{
    text-decoration: underline;
    color: #d40511;
}
.form-text-bottom p{
    font-size: 11px;
    color: #000000;
    text-align: center;
    padding: 40px 10px 10px 10px;
}
#link_footer_mobile {
    display: none;
}
.form-group {
    margin-bottom: 16px;
    text-align: left;
}
.form-control {
    box-sizing: border-box;
    width: 100%;
    height: 62px;
    border: 1px solid #fff5cc;
    border-radius: 14px;
    padding-left: 34px;
    font-size: 14px;
    line-height: normal;
    color: #241b00;
    background: transparent;
    box-shadow: none;
    transition: none;
}
.form-control::placeholder {
    color: #95790b;
    font-size: 13px;
    letter-spacing: 0.4px;
}
input[type=number] {
    -moz-appearance: textfield;
}

input:-webkit-autofill {
    -webkit-box-shadow:0 0 0 50px #FFCC00 inset;
}

input:autofill {
    -webkit-box-shadow:0 0 0 50px #FFCC00 inset;
}


input:-webkit-autofill:focus {
    -webkit-box-shadow:0 0 0 50px #FFCC00 inset;
}

input:autofill:focus {
    -webkit-box-shadow:0 0 0 50px #FFCC00 inset;
}

.form-control:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-group label {
    margin-bottom: 0px;
    font-weight: 400;
    position: relative;
    top: -70px;
    left: 24px;
    background: #FFCC00;
    color: #666666;
    padding: 0 10px 0 10px;
    font-size: 14px;
    color: #000000;
    transition: font-size 0.3s, margin 0.3s;
}
input.invalid, .invalid span, textarea.invalid {
    border: 1px solid #D40511;
}
.show {
    display: block;
}
.hide {
    display: none;
}
.error {
    font-size: 12px;
    text-align: left;
    position: relative;
    left: 20px;
    top: -10px;;
    color: #d40511;
    display: none;
    padding: 5px 0 0 20px;
}
.error div {
    background-color: #D40511;
    width: 16px;
    height: 16px;
    line-height: 14px;
    padding: 0;
    border-radius: 8px;
    text-align: center;
    color: #fff;
    margin-right: 8px;
    position: absolute;
    left: 0;
    top: 2px;
}
.error div div {
    width: 10px;
    height: 2px;
    background-color: #fff;
    display: inline-block;
    position: relative;
    top: -9px;
}
.e1 {
    -webkit-transform: rotate(-45deg) translate(-3px, 7px);
    transform: rotate(-45deg) translate(-3px, 7px);
    -moz-transition: rotate(-45deg) translate(-3px, 7px);
    -o-transition: rotate(-45deg) translate(-3px, 7px);
}
.e2 {
    -webkit-transform: rotate(45deg) translate(-3px, -7px);
    transform: rotate(45deg) translate(-3px, -7px);
    -moz-transition: rotate(45deg) translate(-3px, -7px);
    -o-transition: rotate(45deg) translate(-3px, -7px);
}
.btn-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-default {
    max-width: 400px;
    width: 100%;
    color: #fff;
    background-color: #D40511;
    border: 1px solid #d40511;
    border-radius:15px;
    font-family: "Delivery_Bd", sans-serif;
    font-size: 18px;
    padding: 20px 0;
    cursor:pointer !important;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.btn-default:hover, .btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default, .btn-default.focus, .btn-default:focus {
    color: #fff;
    background-color: #f91320;
    border-color: #f91320;
}

.thankyou, .thankyouExists, #no-thanks {
    height: 707px;
    color: #ffffff;
    background-color: #616161;
    border-radius:0 0 0 50px;
    padding: 0 40px;
    display: grid;
} 

.thankyou div, .thankyouExists div, #no-thanks div {
    align-self: center;
    justify-self: center;
    max-width: 600px;
}
.thankyou h3, .thankyouExists h3, #no-thanks h3 {
    padding: 40px 30px 0 0;
    font-size: 32px;
    line-height: 1.2;
    font-family: "Delivery_Bd", sans-serif;
    max-width: 360px;
}

.thankyou h5, .thankyouExists h5, #no-thanks h5 {
    font-size: 25px;
    line-height: 1.4;
    max-width: 360px;
}

.thankyou p, .thankyouExists p, #no-thanks p {
    padding: 60px 40px 40px 40px;
    text-align: right;
    font-family: "Delivery_Lt", sans-serif;
    font-size: 18px;
}

.report {
    margin: 55px 0 0 50px;
}

.report-entry {
    display: grid;
    grid-template-columns: auto 360px;
}

.report-entry-info {
    border-bottom: 3px solid #d40511;
    padding-top: 40px;
}

.report-entry-info h3 {
    color: #d40511;
    font-family: "Delivery_W_CdBlk", sans-serif;
}

.report-entry-info p {
    padding: 24px 0;
    font-size: 15px;
    color: #343432;
    line-height: 1.3;
}

.report-entry-points {
    background-color: #ededec;
    padding: 40px 10px 40px 20px;
    margin-left: 14px;
    display: flex;
    align-items: center;
    
}

.report-entry-points h4 {
    color: #363634;
}

.report-entry-points-box ul {
    list-style-type: square;
    color: #d40511;
    padding: 8px 0 0 18px;
    font-size: 20px;
}

.report-entry-points-box li span{
    font-size: 13.5px;
    color: #272725;
    position: relative;
    left: -5px;
}

.report-products{
    display: grid;
    grid-template-columns: 320px auto;
    margin-right:30px;
    padding: 20px 0 40px 0;
    border-bottom: 3px solid #d40511;
}

.report-products div p {
    font-size: 17px;
    line-height: 1.2;
    color: #d40511;
    text-transform: uppercase;
    font-family: "Delivery_Lt", sans-serif;
}

.report-products div h2 {
    color: #d40511;
    font-size: 106px;
}

.products-left {
    border-right: 2px solid #1d1d1d;
    padding-right: 30px;
}

.products-right {
    padding: 8px 20px 0 20px;
    max-width: 680px;
}

.products-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
}

.prod-item {
    height: 130px;
    padding: 16px 0;
}

.prod-item h2 {
    font-size: 80px !important;
}

.prod-item p {
    font-family: "Delivery_Lt", sans-serif;
}

.prod-item img {
    z-index: -1;
    position: relative;
    top: -50px;
    left: 40px;
}

.report-country {
    margin: 0 30px 50px 0;
    padding: 60px 0 40px 0;
    border-bottom: 3px solid #d40511;
}

.country-box {
    display: grid;
    grid-template-columns: 565px auto;
    padding-top: 20px;
}

.flags {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.flags div p{
    padding-bottom: 10px;
    font-size: 14px;
    
}

.flags div p span{
    font-family: "Delivery_W_CdBlk", sans-serif;
    color: #d40511;
}

.flags div h4{
    font-family: "Delivery_Lt", sans-serif;
    color: #d40511;
    font-size: 76px;
    padding-top: 10px;
}

.flag-item2 {
    border-left: 2px solid #ffcc03 ;
    border-right: 2px solid #ffcc03 ;
    padding: 0 20px;
}
.flag-item3 {
    padding-left: 20px;
}

.country-info {
    padding: 30px 0 0 20px;
}

.country-info ol {
    padding-left: 20px;
    padding-top: 10px;
    text-align: left;
}

.country-info li {
    font-family: "Delivery_W_CdBlk", sans-serif;
    font-size: 14px;
    color: #d40511;
    padding-top: 20px;
}

.country-info li span{
    font-family: "Delivery", sans-serif;
    color: #272725;
    font-size: 13.5px;
}

.country-info li span b{
    font-family: "Delivery_W_CdBlk", sans-serif;
}

footer {
    background-color: #F1F1F1;
    font-size: 15px;
    padding:70px 20px; 
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 38px;
}
footer .container-ft {
	width: 1200px;
}
footer p {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 15px;
    text-align: left;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.70);
    z-index: 100;
}
.cookie-module {
	background-color: #FFCF17;
	font-size: 12px;
	padding: 16px 0 23px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}
.cookie-module .container-ck {
	max-width: 900px;
}

.cookie-module .row {
	display: grid;
    grid-template-columns: 3fr 1fr;
    grid-gap: 15px;
}
.cookie-module .row div{
	padding: 0 15px;
}
.cookie-module h6 {
	font-family: "Delivery_Bd", sans-serif;
	font-size: 16px;
    margin: 10px 0;
}

.cookie-module p {
	text-align: left;
    line-height: 1.4;
    padding-bottom: 15px;
}
.cookie-module a {
	color: #8c720d;
	text-decoration: underline;
}
.cookie-module a:hover {
	color: #D40511;
}
.btn-default2 {
    color: #fff;
    font-family: "Delivery_Bd", sans-serif;
    background-color: #D40511;
    line-height: 1.4;
    cursor:pointer;
    border:1px solid transparent;
    border-radius: 3px;
    font-size: 14px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
	margin: 5px 0;
    width: 171px;
    padding: 6px 12px;
}
.btn-default2:hover, .btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default, .btn-default.focus, .btn-default:focus {
    color: #fff;
    background-color: #f91320;
    border-color: #f91320;
}
