@font-face {
    font-family: 'fontello';
    src: url('../fonts/fontello/fontello.eot?74446509');
    src: url('../fonts/fontello/fontello.eot?74446509#iefix') format('embedded-opentype'),
      url('../fonts/fontello/fontello.woff?74446509') format('woff'),
      url('../fonts/fontello/fontello.ttf?74446509') format('truetype'),
      url('../fonts/fontello/fontello.svg#fontello?74446509') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: "jet-regular";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/jet-sans/eot/JETSansDigital-Regular.eot"),
      url("../fonts/jet-sans/eot/JETSansDigital-Regular.eot?#iefix") format("embedded-opentype"),
      url("../fonts/jet-sans/woff2/JETSansDigital-Regular.woff2") format("woff2"),
      url("../fonts/jet-sans/woff/JETSansDigital-Regular.woff") format("woff")
  }
  
  @font-face {
    font-family: "jet-italic";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/jet-sans/eot/JETSansDigital-Italic.eot"),
      url("../fonts/jet-sans/eot/JETSansDigital-Italic.eot?#iefix") format("embedded-opentype"),
      url("../fonts/jet-sans/woff2/JETSansDigital-Italic.woff2") format("woff2"),
      url("../fonts/jet-sans/woff/JETSansDigital-Italic.woff") format("woff")
  }
  
  @font-face {
    font-family: "jet-bold";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/jet-sans/eot/JETSansDigital-Bold.eot"),
      url("../fonts/jet-sans/eot/JETSansDigital-Bold.eot?#iefix") format("embedded-opentype"),
      url("../fonts/jet-sans/woff2/JETSansDigital-Bold.woff2") format("woff2"),
      url("../fonts/jet-sans/woff/JETSansDigital-Bold.woff") format("woff")
  }
  
  @font-face {
    font-family: "jet-bold-Italic";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/jet-sans/eot/JETSansDigital-BoldItalic.eot"),
      url("../fonts/jet-sans/eot/JETSansDigital-BoldItalic.eot?#iefix") format("embedded-opentype"),
      url("../fonts/jet-sans/woff2/JETSansDigital-BoldItalic.woff2") format("woff2"),
      url("../fonts/jet-sans/woff/JETSansDigital-BoldItalic.woff") format("woff")
  }
  
  @font-face {
    font-family: "jet-extrabold";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/jet-sans/eot/JETSansDigital-ExtraBold.eot"),
      url("../fonts/jet-sans/eot/JETSansDigital-ExtraBold.eot?#iefix") format("embedded-opentype"),
      url("../fonts/jet-sans/woff2/JETSansDigital-ExtraBold.woff2") format("woff2"),
      url("../fonts/jet-sans/woff/JETSansDigital-ExtraBold.woff") format("woff")
  }
  
  @font-face {
    font-family: "jet-extrabold-Italic";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/jet-sans/eot/JETSansDigital-ExtraBoldItalic.eot"),
      url("../fonts/jet-sans/eot/JETSansDigital-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"),
      url("../fonts/jet-sans/woff2/JETSansDigital-ExtraBoldItalic.woff2") format("woff2"),
      url("../fonts/jet-sans/woff/JETSansDigital-ExtraBoldItalic.woff") format("woff")
  }
  
  
  
  
  * {
    text-rendering: optimizeSpeed;
    font-variant-ligatures: no-common-ligature;
    font-variant-ligatures: none;
  }
  
  html,
  body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  
  body {
    overflow-x: hidden !important;
    position: relative;
    font-family: 'jet-regular', 'Open Sans', 'Avant Garde', 'Century Gothic', Helvetica, Arial, sans-serif;
    color: #242f30;
    -webkit-font-smoothing: antialiased;
    background: #FAFAFA;
  }
  
  h1 {
    margin: 0;
    padding: 32px 10% 0;
    font-family: 'jet-bold', 'Open Sans', Helvetica, sans-serif;
    font-size: 44px;
    line-height: 44px;
    color: #fff;
    text-align: center;
  }
  
  h2 {
    margin: 0;
    padding: 0 50px;
    font-family: 'jet-bold', 'Open Sans', Helvetica, sans-serif;
    font-size: 34px;
    line-height: 40px;
    text-align: center;
    color: #242f30;
  }
  
  h3 {
    margin: 0;
    padding: 0 0 10px 0;
    font-family: 'jet-extrabold', 'Open Sans', Helvetica, sans-serif;
    font-size: 20px;
    line-height: 24px;
    color: #242f30;
  }
  
  h4 {
    margin-bottom: 10px;
    font-family: 'jet-extrabold', 'Open Sans', Helvetica, sans-serif;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #242f30;
  }
  
  h5 {
    margin-bottom: 0;
    font-family: 'jet-extrabold', 'Open Sans', Helvetica, sans-serif;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    color: #242f30;
  }
  
  .hiLight {
    color: #ff8000;
  }
  
  .columns {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  
  .row {
    margin-left: 0.83333rem;
    margin-right: 0.83333rem;
    width: auto;
  }
  
  .noPadding {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  
  .pageContainer {
    position: relative;
    overflow-x: hidden;
  }
  
  a {
    -webkit-transition: all 0.2s ease-In-Out;
    transition: all 0.2s ease-In-Out;
    color: #ff8000;
    text-decoration: none;
  }
  
  a:hover {
    color: #ff8000;
  }
  
  
  .electric {
    cursor: pointer;
    position: relative;
    background: #1673f4;
    color: #fff;
  }
  
  .electric a {
    color: #fff;
  }
  
  
  hr {
    border: none;
    display: block;
    height: 1px;
    width: 100%;
  }
  
  
  
  /* RAZOR */
  .razor-down-orange {
    position: relative;
  }
  .razor-down-orange:before {
    content: "";
    position: absolute;
    z-index: -1;
    right: 0;
    left: 0;
    top: -1px;
    margin: 0 auto;
    width: 101%;
    height: 13vw;
    overflow: hidden;
    clip-path: polygon(0 0,0 100%,100% 0,100% 0);
    -webkit-clip-path: polygon(0 0,100% 0,100% 0,0 100%);
    background: #ff8000;
  }
  
  
  .razor-up-orange {
    position: relative;
  }
  .razor-up-orange:before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: -67%;
    height: 420px;
    margin: 0 auto;
    transform: skewY(-4deg);
    background: #ff8000;
  }
  
  
  .razor-down-grey {
    position: relative;
  }
  .razor-down-grey:before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: -40%;
    height: 420px;
    margin: 0 auto;
    transform: skewY(-4deg);
    background: #f8f5f2;
  }
  
  
  .hide {
    display: none;
  }
  .fade {
    opacity: 0;
  }
  
  .mycontent p a,
  .cc-banner__link a {
    display: inline-block;
    cursor: pointer;
    color: #ff8000;
    border-bottom: 2px transparent solid;
    -webkit-transition: all 0.3s ease-In-Out;
    transition: all 0.3s ease-In-Out;
  }
  
  .mycontent p a:after,
  .cc-banner__link:after {
    display: block;
    content: '';
    border-bottom: solid 2px #ff8000;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
  }
  
  .mycontent p a:hover:after,
  .cc-banner__link:hover:after {
    transform: scaleX(1);
    transform-origin: 0% 50%;
  }
  
  .mycontent p a:not( :hover):after,
  .cc-banner__link:not( :hover):after {
    transform: scaleX(0);
    transform-origin: 100% 50%;
  }
  
  
  
  /* -> MOBILE MENU */
  
  #nav-trigger {
    z-index: 9999;
    display: none;
    position: absolute;
    right: 55px;
    top: 15px;
  }
  #nav-trigger span {
    cursor: pointer;
    display: inline-block;
    height: 46px;
    width: 46px;
    background: url("../ch-citycampaign-csv/part2/img/icons-svg/menu-icon-white2.svg") center center no-repeat;
    z-index: 1;
    transition: all 0.2s ease-in-out;
  }
  #nav-trigger span:hover {
  
  }
  #nav-trigger span:hover:after  {
  
  }
  #nav-trigger span.open:after {
  
  }
  /* <- MOBILE MENU */
  
  
  
  /* -> FOLDOUT MENU */
  .main-menu {
    z-index: 1003;
    pointer-events: none;
    position: fixed;
    top: 0;
    display: flex;
    align-items: start;
    justify-content: start;
    width: 100%;
    background: #fff;
    border-radius: 0 0 50% 50%;
    padding: 9px 10px 70px 30px;
    box-shadow: 0 3px 8px 0 rgb(0 0 0 / 10%);
  
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }
  .main-menu.active {
    pointer-events: auto;
    border-radius: 0 0 40px 40px;
  }
  
  .main-menu .close {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 22px;
    right: 16px;
    width: 36px;
    height: 36px;
    background: url("../ch-citycampaign-csv/part2/img/icons-svg/icon-close-orange.svg") center center no-repeat;
    background-size: 50% 50%;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
  }
  .main-menu .close:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  
  .main-menu .list-container {
    width: 100%;
    padding: 0;
    text-align: left;
    color: #ff8000;
    font-size: 16px;
    text-align: left;
    font-family: 'jet-regular', 'Open Sans', Helvetica, sans-serif;
  }
  
  .main-menu .list-container .breadcrumb {
    top: 21px;
    width: 100%;
    color: #ff8000;
  }
  .main-menu .breadcrumb div {
    display: inherit;
    padding-left: 0;
  
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }
  .main-menu .breadcrumb div span {
    font-family: 'jet-regular', 'Open Sans', Helvetica, sans-serif;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }
  .main-menu .list-container .breadcrumb .main-item {
    display: inline-block;
    vertical-align: top;
    padding-left: 45px;
    color: #ff8000;
    font-size: 18px;
  }
  .main-menu .list-container .initiatives {
    display: flex !important;
    flex-direction: column;
    margin-left: 6px;
  }
  .main-menu .list-container h5 {
    display: block;
    margin-bottom: 40px;
    color: #ff8000;
    font-size: 18px;
    text-align: left;
  }
  .main-menu .list-container .initiatives .item {
    position: relative;
    right: 0;
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: start;
  
    border: 1px #fff solid;
    border-radius: 10px;
  
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .main-menu .list-container .initiatives .item p {
    /*min-width: 160px;*/
  }
  .main-menu .list-container .initiatives div p, .main-menu .list-container .initiatives a {
    color: #242E30;
  }
  .main-menu .list-container .initiatives div p:hover, .main-menu .list-container .initiatives a:hover {
    color: #ff8000;
  }
  .main-menu .breadcrumb div:last-of-type {
  
  }
  .main-menu .breadcrumb div:last-of-type:after {
      display: none;
  }
  .main-menu .breadcrumb .initiatives h5:after {
    content: "";
    position: relative;
    display: inline-block;
    opacity: 1;
    z-index: 10;
    top: -1px;
    width: .58em;
    height: .58em;
    margin: 0 -1px -3px 16px;
    border-right: 2px solid #ff8000;
    border-top: 2px solid #ff8000;
    transform: rotate(0deg);
  
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
  }
  .main-menu.active .breadcrumb .initiatives h5:after {
    transform: rotate(314deg);
  }
  /*
  .main-menu .list-container .initiatives .item:hover {
    border: 1px #EFEDEA solid;
  }
  .main-menu .list-container .initiatives .item:hover .submenu {
    opacity: 1;
    min-height: 90px;
    -webkit-transition: all .01s 0.5s ease-in-out;
    transition: all .01s 0.5s ease-in-out;
  }
  .submenu {
    opacity: 0;
    min-height: 0;
    max-height: 0;
    margin: 0 0 0 50px;
  }
  .submenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .submenu ul li span {
    padding: 0 30px 0 0;
  }
  .submenu ul li span a {
    color: #242E30;
  }
  .submenu ul li span a:hover {
    color: #ff8000;
  }
  */
  /* <- FOLDOUT MENU */
  
  
  
  /* -> breadcrumb */
  
  .breadcrumb {
    display: flex;
    position: relative;
    top: 29px;
    margin-left: 0;
  }
  .breadcrumb div {
    display: inline-block;
    padding-left: 52px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
  }
  .breadcrumb div a {
    color: #fff;
  }
  .item p {
    font-family: 'jet-bold', 'Open Sans', Helvetica, sans-serif;
  }
  .breadcrumb div:last-of-type:after {
    content: "";
    position: relative;
    display: inline-block;
    opacity: 1;
    z-index: 10;
    top: -6px;
    width: .58em;
    height: .58em;
    margin: 0 -1px -3px 16px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(134deg);
    transition: 0.3s;
  }
  .breadcrumb div span {
    display: inline-block;
    cursor: pointer;
    border-bottom: 2px transparent solid;
    font-family: 'jet-bold', 'Open Sans', Helvetica, sans-serif;
    -webkit-transition: all 0.3s ease-In-Out;
    transition: all 0.3s ease-In-Out;
  }
  .breadcrumb div span:after {
    display: block;
    content: '';
    border-bottom: solid 2px #fff;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
  }
  .breadcrumb div span:hover:after { transform: scaleX(1); transform-origin: 0% 50%; }
  .breadcrumb div span:not( :hover ):after { transform: scaleX(0); transform-origin: 100% 50%; }
  
  /* <- breadcrumb */
  
  
  
  .topIndex {
    z-index: 9999;
  }
  .wrapper {
    position: relative;
  }
  .mycontentTop {
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 0 24px;
  
    display: flex;
    flex-direction: row;
  }
  .mycontent {
    position: relative;
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
  }
  .columns h2 {
    margin-bottom: 40px;
  }
  .columns p {
    text-align: center;
  }
  
  
  .topBar {
    position: relative;
    z-index: 1000;
    top: 0;
    left: 50%;
    width: 100%;
    height: 72px;
    transform: translate(-50%);
  }
  
  
  .welcome {
    z-index: 0;
    position: relative;
    display: block;
    margin: 0 auto;
    margin-bottom: 0;
    text-align: center;
  }
  .welcome .mycontent {
    position: relative;
    z-index: 3;
  }
  .welcome p {
    max-width: 820px;
    margin: 0 auto;
    padding: 24px 0;
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 32px;
  }
  
  
  
  .what {
    position: relative;
    margin-bottom: 360px;
    padding: 0;
  }
  .boxes {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 920px;
  }
  .steps-info-how {
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
  
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: row;
  
    max-width: 900px;
    margin: 10px auto 40px;
  }
  .steps-info-how.slick-initialized {
    visibility: visible;
    opacity: 1;
  }
  .steps-info-how .step-info {
    position: relative;
    z-index: 1;
    vertical-align: middle;
    max-width: 210px;
  }
  .step-info:nth-of-type(2) {
    margin: 0 10px 0 20px;
  }
  .step-info:nth-of-type(3) {
    margin: 0 20px 0 10px;
  }
  .steps-info-how .step-info .heading {
    position: relative;
    margin: 32px auto 0 auto;
    text-align: center;
  }
  .steps-info-how .step-info .heading .number {
    display: block;
    vertical-align: top;
    margin: 0 auto;
    padding: 7px;
    background: #FF8000;
    width: 28px;
    height: 28px;
    border-radius: 50%;
  
    text-align: center;
    font-family: 'jet-bold', 'Open Sans', Helvetica, sans-serif;
    color: #fff;
    font-weight: 800;
    font-size: 16px;
    line-height: 17px;
  }
  .steps-info-how .step-info .heading p {
    margin: 20px 0 0 0;
    font-family: 'jet-bold', 'Open Sans', Helvetica, sans-serif;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
  }
  /* IOS line-height bug */
  @supports (-webkit-overflow-scrolling: touch) {
    .steps-info-how .step-info .heading .number {
      padding: 6px;
    }
  }
  .imgContainer {
    overflow: hidden;
    position: relative;
    border-radius: 30px;
    background: #EFEDEA;
  }
  
  
  
  
  .custom-button {
    z-index: 10;
    cursor: pointer;
    position: relative;
    display: block;
    overflow: hidden;
    max-width: 260px;
    width: 100%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin: 0 auto;
  
    padding: 16px 30px 14px;
    text-align: center;
    font-family: 'jet-bold', 'Open Sans', Helvetica, sans-serif;
    font-size: 18px;
    color: #fff;
    border: 0;
  
    -webkit-transition: all 0.2s ease-In-Out;
    transition: all 0.2s ease-In-Out;
  }
  .custom-button:hover {
    color: #fff;
  }
  .custom-button.charc {
    border: 2px #000 solid;
    color: #293133;
    padding: 12px 20px;
  }
  .custom-button.charc:hover {
    color: #293133;
  }
  
  
  /* COLORS */
  
  .electric {
    background: #1A5FC1;
  }
  .electric:hover {
    background: #1053b1;
  }
  .electric a {
    color: #fff;
  }
  .white {
    background: #fff;
  }
  .orange {
    background: #ff8000;
  }
  .grey {
    background: #f8f5f2;
  }
  .moz {
    background: #EFEDEA;
  }
  .moz-tint-1 {
    background: #f5f3f1;
  }
  .yellow {
    background: #F6C243;
  }
  .pink {
    background: #F2A6B0;
  }
  .red {
    background: #F75E28;
  }
  .blue {
    background: #C1DADE;
  }
  .e-blue {
    background: #1A5FC1;
  }
  .purple {
    background: #5B3D5B;
  }
  .charcoal {
    background: #293133;
  }
  
  
  
  .cta {
    margin-top: 64px;
  }
  
  
  
  .explore {
    margin-top: 240px;
  }
  .brands {
    margin-top: 48px;
  }
  .brands:last-of-type {
    margin-top: 80px;
  }
  .brands .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
  .box {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: row;
  
    align-items: center;
    justify-content: center;
  
    background: #f8f5f2;
    border-radius: 20px;
  }
  .box > div {
    position: relative;
    width: 50%;
    height: 180px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .watermark {
    position: relative;
  }
  .watermark:after {
    content: "";
    position: absolute;
    right: 3px;
    top: 6px;
    display: block;
    background: url("../ch-citycampaign-csv/part2/img/explore/explore-burger-king-logo.png") center center no-repeat;
    background-size: cover;
    width: 48px;
    height: 48px;
  }
  .box > div:first-of-type img {
    max-height: 120px;
    max-width: 160px;
    align-items: center;
    justify-content: center;
  }
  .box > div:last-of-type img {
    max-height: 200px;
    align-items: center;
    justify-content: center;
  }
  
  .desc {
    margin-top: 24px;
  }
  .desc p {
    padding: 0 60px;
  }
  .desc .custom-button {
    max-width: 180px;
    width: 100%;
    margin: 0 auto;
    padding: 8px 30px 7px;
    font-size: 18px;
  }
  
  .desc.reverse p {
    margin-top: 24px;
    margin-bottom: 0;
  }
  .desc.reverse h5 {
    margin-bottom: 18px;
  }
  
  
  
  .newsletter {
    margin: 0 auto;
    padding: 100px 0;
  }
  .newsletter img {
    max-width: 180px;
    display: block;
    margin: 0 auto 30px;
  }
  
  
  
  .postcode {
    position: relative;
    margin: 70px 0 0;
    padding: 140px 0;
  }
  .postcode .mycontent {
    position: relative;
    z-index: 2;
    padding: 64px ;
    border-radius: 30px;
  }
  .postcode h3 {
    font-size: 24px;
    text-align: center;
  }
  .postcode p {
    margin: 0;
    padding: 10px 0 10px;
    font-size: 16px;
    text-align: center;
  }
  .bg-mezze {
    z-index: 0;
    position: absolute;
    top: -56px;
    left: 0;
    right: -1110px;
    margin: 0 auto;
    width: 640px;
    height: auto;
  }
  .bg-noodles {
    z-index: 0;
    position: absolute;
    bottom: -136px;
    left: -1240px;
    right: 0;
    margin: 0 auto;
    width: 570px;
    height: auto;
  }
  
  .anchors {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 0;
    flex-shrink: 0;
    flex-wrap: wrap;
    margin-top: 24px;
  }
  .anchor-container {
    display: flex;
    flex-basis: auto;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
  }
  .anchor {
    cursor: pointer;
    border-radius: 10px;
    margin: 0;
    padding: 0 20px;
  
    color: #293133;
    text-align: center;
    font-family: 'jet-bold', 'Open Sans', Helvetica, sans-serif;
    font-size: 20px;
  }
  .anchor:hover {
    text-decoration: underline;
  }
  
  
  
  .form-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 980;
    margin: 10px auto 0;
  }
  .form-container input {
    position: relative;
    top: 0;
    float: left;
    height: 54px;
    margin: 0 20px 0 0;
    padding: 0;
  }
  
  .custom-button {
    z-index: 10;
    cursor: pointer;
    position: relative;
    display: block;
    overflow: hidden;
    max-width: 260px;
    width: 100%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin: 0 auto;
  
    padding: 16px 30px 14px;
    text-align: center;
    font-family: 'jet-bold', 'Open Sans', Helvetica, sans-serif;
    font-size: 18px;
    color: #fff;
    border: 0;
  
    -webkit-transition: all 0.2s ease-In-Out;
    transition: all 0.2s ease-In-Out;
  }
  .custom-button:hover {
    color: #fff;
  }
  .custom-button a {
    cursor: pointer;
    transition: all 0.3s;
  }
  .inputfield {
    width: 260px;
    background: #fff;
    border: 2px #242f30 solid !important;
    outline: none !important;
    padding: 18px 8px 15px !important;
    border-radius: 30px !important;
  
    font-size: 18px !important;
    color: #242f30 !important;
    text-align: center !important;
  }
  .color-copy {
    color: #1673f4 !important;
  }
  
  /* error popup */
  
  .infoPop {
    border-radius: 10px;
    border: 1px solid rgba(36, 46, 48, .2);
    margin: 0 0 20px 0;
  }
  .infoPop span {
    display: block;
    padding: 16px;
    color: #242f30;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
  
  
  
  
  
  .cities {
    position: relative;
    margin: 200px 0 24px;
    padding: 100px 0 0;
  }
  .cities .mycontent {
    position: relative;
    z-index: 2;
  }
  .cities h2 {
    display: none;
    padding: 0 0 20px 0;
    font-size: 24px;
    line-height: 32px;
  }
  .cities .intro {
    padding-bottom: 40px;
  }
  .city-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 80px;
    transition: all 0.05s;
  }
  .city {
    width: 100%;
  }
  /*
  .city:nth-child(odd) {
    margin-right: 40px;
  }
  .city:nth-child(even) {
    margin-left: 40px;
  }
  */
  
  .city .heading {
    /*cursor: pointer;*/
    position: relative;
    margin: 0 0 16px 0;
    padding: 8px 0 4px;
    border-radius: 20px 20px 0 0;
    text-align: center;
    color: #242e30;
    font-size: 24px;
    font-family: 'jet-bold', 'Open Sans', Helvetica, sans-serif;
  
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .city .heading.dark {
    color: #293133;
  }
  /*
  .city .heading:after {
    position: absolute;
    opacity: 1;
    z-index: 10;
    right: 32px;
    transition: 0.3s;
    top: 18px;
    content: "";
    margin-right: -1px;
    margin-bottom: -3px;
    width: .5em;
    height: .5em;
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
    transform: rotate(495deg);
  }
  .city .heading.active:after {
    top: 22px;
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
    transform: rotate(-45deg);
  }
  
  .city .heading.dark:after {
    position: absolute;
    opacity: 1;
    z-index: 10;
    right: 32px;
    transition: 0.3s;
    top: 18px;
    content: "";
    margin-right: -1px;
    margin-bottom: -3px;
    width: .5em;
    height: .5em;
    border-right: 3px solid #293133;
    border-top: 3px solid #293133;
    transform: rotate(495deg);
  }
  .city .heading.dark.active:after {
    top: 22px;
    border-right: 3px solid #293133;
    border-top: 3px solid #293133;
    transform: rotate(-45deg);
  }
  */
  
  .resto-container {
    display: none;
    opacity: 0;
    flex-basis: 400px;
    transition: all 0.1s ease-in-out;
  }
  .resto-container.active-div {
    display: grid;
    grid-template-columns: repeat(auto-fill, 49%);
    grid-gap: 16px;
    justify-content: space-between;
    opacity: 1;
  }
  .resto {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  
    height: 120px;
    margin: 0;
    padding: 14px;
  
    border-radius: 10px;
    border: 1px rgba(36, 46, 28, 0.2) solid;
  
    -webkit-transition: all 0.2s ease-In-Out;
    transition: all 0.2 ease-In-Out;
  }
  .resto a {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 10px;
  }
  .resto:hover {
    border: 1px rgba(36, 46, 28, 0.5) solid;
  }
  
  .resto-logo {
    position: relative;
    width: 110px;
    min-width: 110px;
    height: 90px;
    border-radius: 8px;
  }
  .resto-logo img {
    z-index: 3;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-height: 70px;
    border: 4px #fff solid;
  }
  .resto-content {
    position: relative;
    width: calc(100% - 110px);
    padding: 0 0 0 16px;
  }
  .resto-content h4 {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
  
    margin: 4px 0 6px 0;
    font-size: 18px;
    font-family: 'jet-bold', 'Open Sans', Helvetica, sans-serif;
    line-height: 20px;
  }
  .resto-content.smaller h4 {
    font-size: 16px;
    line-height: 18px;
  }
  .resto-content p {
    position: relative;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    margin: 0 0 6px 0;
    color: #293133;
    font-size: 16px;
    line-height: 24px;
  }
  .resto-content span {
    color: #293133;
    font-family: 'jet-bold', 'Open Sans', Helvetica, sans-serif;
    font-size: 16px;
    line-height: 24px;
  }
  .resto:hover .resto-content span {
    /* text-decoration: underline; */
  }
  .loader {
    display: block;
    margin: 30px auto 0;
  }
  
  
  
  .howTop {
    position: relative;
  }
  
  .howTop:after {
    content: "";
    position: relative;
    display: inline-block;
    opacity: 1;
    z-index: 10;
    top: -3px;
    width: .5em;
    height: .5em;
    margin: 0 -1px -3px 10px;
    border-right: 2px solid #ff8000;
    border-top: 2px solid #ff8000;
    transform: rotate(-45deg);
    transition: 0.3s;
  }
  
  .howTop:hover:after {
    border-right: 2px solid #ff8000;
    border-top: 2px solid #ff8000;
    transform: rotate(315deg);
  }
  
  
  
  
  
  
  .logo {
    display: inline-block;
    position: relative;
    z-index: 1005;
    top: 8px;
    width: 142px;
    height: auto;
  }
  
  .logo-at-size {
    top: 18px;
    width: 153px;
    height: 31px;
  }
  .logo-de-size {
    top: 13px;
    width: 159px;
    height: 43px;
  }
  .logo-de-at-size {
    top: 20px;
    width: 140px;
    height: auto;
  }
  
  .logo-nl-size {
    top: 15px;
    width: 162px;
    height: 44px;
  }
  
  .logo-be-size {
    top: 14px;
    width: 156px;
    height: 42px;
  }
  
  .logo-pl-size {
    top: 13px;
    width: 123px;
    height: 40px;
  }
  
  .logo-eat-size {
    top: 22px;
    left: -1px;
    width: 117px;
    height: auto;
  }
  
  
  @font-face {
    font-family: 'fontello';
    src: url('../fonts/fontello/fontello.eot?74446509');
    src: url('../fonts/fontello/fontello.eot?74446509#iefix') format('embedded-opentype'),
      url('../fonts/fontello/fontello.woff?74446509') format('woff'),
      url('../fonts/fontello/fontello.ttf?74446509') format('truetype'),
      url('../fonts/fontello/fontello.svg#fontello?74446509') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  
  .logo-mob {
    display: none;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 6px;
    top: 6px;
    color: #fff;
    margin: 0;
  }
  
  .logo-mob:before {
    content: "";
    font-family: fontello;
    width: 50%;
    display: flex;
    font-size: 27px;
    position: absolute;
    top: 9px;
    left: 7px;
  }
  
  
  .text-center {
    padding: 0 10px;
  }
  
  
  .participate {
    background: #ffa335;
    background: -moz-radial-gradient(center, ellipse cover, #ffa335 0%, #ff8300 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #ffa335 0%, #ff8300 100%);
    background: radial-gradient(ellipse at center, #ffa335 0%, #ff8300 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa335', endColorstr='#ff8300', GradientType=1);
    text-align: center;
    margin: 0 auto;
  }
  
  .whitetitle {
    color: #fff;
    padding-bottom: 20px;
    border-bottom: 1px #ffb75c solid;
  }
  
  .whitecopy {
    color: #fff;
    padding: 14px 24px 10px 24px;
    line-height: 24px;
    border-bottom: 1px #ffb75c solid;
  }
  
  .whitecopy2 {
    color: #fff;
    padding: 14px 24px 10px 24px;
    line-height: 24px;
  }
  
  
  
  
  /* FOOTER */
  .logo-footer {
    width: 100%;
    max-width: 320px;
    text-align: center;
    margin: 0 auto;
    padding: 20px 0 24px 0;
  }
  .logo-footer.eat {
    max-width: 188px;
    padding: 20px 0 40px 0;
  }
  .legal {
    padding: 24px 0 50px 0;
  }
  .legalcopy2 {
    text-align: center;
  }
  .legalcopy2 p {
    margin: 16px 0;
    font-size: 14px;
    line-height: 21px;
    text-transform: none;
    text-align: center;
    color: #fff;
  }
  .legalcopy2 a {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    padding: 10px 12px 16px 12px;
  }
  .legalcopy2 a:last-of-type {
    padding: 10px 0 24px 16px;
  }
  
  
  
  .backTop {
    z-index: 988;
    position: fixed;
    bottom: 20px;
    right: 0.83333rem;
  
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  
    height: 3.5rem;
    width: 3.5rem;
    background: none;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
  
    -webkit-box-shadow: 0 2px 4px 0 rgb(29 33 55 / 12%), 0 2px 4px 0 rgb(29 33 55 / 14%), 0 2px 4px 0 rgb(29 33 55 / 12%);
    box-shadow: 0 2px 4px 0 rgb(29 33 55 / 12%), 0 2px 4px 0 rgb(29 33 55 / 14%), 0 2px 4px 0 rgb(29 33 55 / 12%);
  
    padding: 0;
    color: #125fca;
    font: inherit;
  
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  
    -webkit-transition: border-color .15s cubic-bezier(0,0,.3,1) 0s,background-color .15s cubic-bezier(0,0,.3,1) 0s,color .15s cubic-bezier(0,0,.3,1) 0s;
    transition: border-color .15s cubic-bezier(0,0,.3,1) 0s,background-color .15s cubic-bezier(0,0,.3,1) 0s,color .15s cubic-bezier(0,0,.3,1) 0s;
    animation: 0.7s ease-out 0s 1 bounceInUp forwards;
  }
  .backTop:hover {
    border: 1px solid #125FCA;
  }
  .backTop:after {
    content: "";
    position: absolute;
    z-index: 989;
    opacity: 1;
    width: .7em;
    height: .7em;
    left: calc(50% - 0.4em);
    top: calc(50% - 0.2em);
    transition: 0.3s;
    margin-right: 0px;
    margin-bottom: 0px;
    border-right: 3px solid #125FCA;
    border-top: 3px solid #125FCA;
    transform: rotate(-45deg);
  }
  
  
  
  .noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  
  /* ################# */
  /* ################# */
  /* MEDIA QUERIES */
  
  
  
  
  @media only screen and (max-width :1280px) {
  
    .mycontentTop {
      padding: 0 16px;
    }
  
  }
  
  
  
  @media only screen and (max-width :1150px) {
  
    h2 {
      padding: 0;
      font-size: 44px;
      line-height: 44px;
    }
  
    .bg-mezze {
      z-index: 0;
      position: absolute;
      top: -36px;
      left: auto;
      right: -110px;
      margin: 0 auto;
      width: 370px;
      height: auto;
    }
    .bg-noodles {
      z-index: 0;
      position: absolute;
      bottom: -60px;
      left: -130px;
      right: auto;
      margin: 0 auto;
      width: 370px;
      height: auto;
    }
  
  }
  
  
  
  @media only screen and (max-width :1023px) {
  
  
    .logo {
      display: none;
    }
    .logo-mob {
      display: block;
    }
    .breadcrumb.one {
      display: none;
    }
    #nav-trigger {
      display: flex;
    }
  
  
  
    .main-menu {
      position: fixed;
      top: 0;
      display: flex;
      align-items: start;
      justify-content: start;
      width: 100%;
      height: 50%;
      border-radius: 0 0 100% 100%;
      padding: 10px 24px 70px 17px;
      overflow: hidden;
    }
    .main-menu.active {
      border-radius: 0;
      height: 100%;
      height: 100vh;
  
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      overflow-x: hidden;
    }
    .main-menu .breadcrumb {
      display: block;
      margin-left: 0;
    }
    .main-menu .list-container .breadcrumb {
      position: relative;
      top: 50px;
      left: 50%;
      transform: translate(-50%);
      width: fit-content;
    }
  
    .main-menu .list-container .breadcrumb .main-item {
      padding-left: 0;
      color: #293133;
      font-size: 15px;
    }
    .breadcrumb div {
      display: inline-block;
      padding-left: 0;
      color: #293133;
      font-size: 15px;
    }
    .main-menu .list-container h5 {
      display: block;
      margin-bottom: 16px;
      color: #293133;
      font-size: 15px;
    }
    .item p {
      display: block;
      margin-bottom: 7px;
      color: #293133;
      font-size: 15px;
      font-family: 'jet-extrabold', 'Open Sans', Helvetica, sans-serif;
    }
  
    .main-menu .list-container .initiatives h5 {
      display: none !important;
      margin-top: 1px;
    }
    .main-menu .list-container .initiatives {
      display: block !important;
      margin-left: 0;
      margin-top: 0;
    }
    .main-menu .list-container .initiatives .item {
      position: relative;
      left: 0;
      right: inherit;
      display: block;
      padding: 10px 0 8px;
    }
    .main-menu .breadcrumb div {
      display: inline-block;
    }
    .main-menu .list-container .initiatives .item:hover .submenu {
      opacity: 1;
      min-height: inherit;
    }
    .main-menu .list-container .initiatives .item:hover {
      border: 1px #fff solid;
    }
    .submenu {
      opacity: 1;
      margin: 0;
    }
    .submenu ul {
      line-height: 28px;
    }
  
  
  
    .what {
      margin-bottom: auto;
    }
    .steps-info-how {
      display: none;
    }
  
  
  
    .cities {
      position: relative;
      margin: 80px 0 24px;
      padding: 60px 16px 0;
    }
    .cities h2 {
      display: block;
    }
    .city .heading {
      margin: 0 0 10px 0;
    }
    .resto-container.active-div {
      display: grid;
      grid-template-columns: repeat(auto-fill, 100%);
      grid-gap: 10px;
      justify-content: space-between;
      opacity: 1;
    }
  
  
    .mycontent {
      width: 100%;
      max-width: calc(100% - 30px);
    }
    .postcode .mycontent {
      padding: 64px 32px;
    }
    .postcode p {
      margin: 0;
      padding: 10px 0 20px;
      font-size: 14px;
    }
    .form-container {
      flex: 0 0 100%;
      flex-direction: column;
      margin: 0 auto;
      text-align: center;
    }
    .form-container input {
      width: 100%;
      max-width: 340px;
      float: none;
      margin: 0 auto;
    }
    .form-container .custom-button {
      width: 100%;
      max-width: 340px;
      margin-top: 10px;
    }
    .infoPop span {
      font-size: 14px;
      line-height: 24px;
    }
  
  
  
    .legalcopy2 a {
      display: block;
      font-size: 14px;
      color: #fff;
      padding: 16px 12px;
    }
    .devider {
      display: block;
      height: 15px;
    }
  
  }
  
  
  
  @media only screen and (max-width :880px) {
  
    .welcome p {
      max-width: 80%;
    }
  
  }
  
  
  
  @media only screen and (max-width :800px) {
  
  
    .city-container {
      display: block;
      margin-bottom: 0;
    }
    .city {
      width: 100%;
      margin-bottom: 40px;
    }
    .city .heading {
      font-size: 20px;
    }
    .city:nth-child(odd) {
      margin-right: 0;
    }
    .city:nth-child(even) {
      margin-left: 0;
    }
  
  
    .anchor-container {
      flex: 1 0 100%;
    }
    .anchor {
      flex-grow: 1;
      width: 260px;
    }
  
  
    .newsletter {
      margin: 0 auto;
      padding: 70px 0;
    }
  
  
  }
  
  
  
  @media only screen and (max-width :768px) {
  
    h1 {
      font-size: 50px;
      line-height: 55px;
    }
  
    .welcome p {
      padding: 16px 0;
      font-size: 20px;
      line-height: 24px;
    }
  
    .cities {
      position: relative;
      margin: 60px 0 24px;
      padding: 60px 16px 0;
    }
  
  }
  
  
  
  @media only screen and (max-width :640px) {
  
    .select-quick-menu {
      right: 16px;
      left: 16px;
      top: 60px;
      margin: 0 auto;
    }
    .select-quick-menu .list-container {
      min-width: 100%;
    }
  
    h1 {
      padding: 24px 0 0 0;
    }
  
    h2 {
      font-size: 24px;
      line-height: 30px;
    }
  
    .welcome p {
      max-width: 100%;
    }
  
  
    .explore {
      margin-top: 100px;
    }
  
    .cities {
      position: relative;
      margin: 40px 0 24px;
      padding: 70px 8px 0;
    }
  
    .brands:last-of-type {
      margin-top: 0;
    }
    .desc {
      margin-bottom: 40px;
    }
    .box > div:first-of-type img {
      max-height: 100px;
      max-width: 120px;
    }
  
  }
  
  
  
  @media only screen and (max-width :520px) {
  
    .prize-title div:first-of-type {
      width: 100px;
    }
    .prize-title div:last-of-type {
      padding-top: 0;
    }
  
    .what .content h4,
    .faq h4 {
      font-size: 28px;
      line-height: 36px;
    }
  
  }
  
  
  
  @media only screen and (max-width :480px) {
  
    h1 {
      font-size: 24px;
      line-height: 28px;
    }
  
  
    .resto-logo {
      position: relative;
      width: 90px;
      min-width: 90px;
      height: 90px;
      border-radius: 8px;
    }
    .resto-content {
      width: calc(100% - 90px);
      padding: 0 0 0 10px;
    }
    .resto-content h4 {
      margin: 4px 0 6px 0;
      font-size: 16px;
      line-height: 16px;
    }
    .resto-content p {
      margin: 0 0 2px 0;
      font-size: 14px;
      line-height: 24px;
    }
    .resto-content a {
      font-size: 14px;
      line-height: 24px;
    }
  
  
    .cta {
      margin-top: 40px;
    }
  
    .cities {
      margin: 30px 0 24px;
      padding: 50px 8px 0;
    }
  
    .newsletter img {
      max-width: 160px;
    }
  
  }
  
  
  
  
  @media only screen and (max-width :370px) {
  
    h1 {
      padding: 8px 0 0 0;
      font-size: 28px;
      line-height: 28px;
    }
  
    .cities {
      margin: 30px 0 24px;
      padding: 40px 8px 0;
    }
  
  
  
  }