.draw-details_wrapper {
  max-width: 420px;
  min-width: 250px;
  min-height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #525050;
  padding: 24px;
}

  .draw-details_wrapper h1 {
    color: #000;
  }

  .draw-details_wrapper p {
    padding: 8px 0;
  }

  .draw-details_wrapper > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .draw-details_wrapper > div span {
    font-weight: bold;
    color: #2d2d2d;
  }

@media (max-width: 736px) {
  .draw-details_wrapper {
    max-width: 100%;
  }
}
.entrants_container {
  display: flex;
  justify-content: center;
  max-width: 100%;
  overflow-x: hidden;
}

.entrants_barnsley1 {
  font-size: 60px;
  letter-spacing: 1.2px;
  font-weight: 600;
  line-height: 72px;
}

.entrants_barnsley4 {
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 1.2px;
}

.entrants_barnsley5 {
  font-size: 24px;
  letter-spacing: 1.2px;
  font-weight: 700;
  line-height: 30px;
}

.entrants_leavesden2 {
  font-size: 16px;
  letter-spacing: 0.4px;
  line-height: 22px;
  font-weight: 400;
}

.entrants_leavesden3 {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.6px;
}

.entrants_london1 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.8px;
}

.entrants_london2 {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.6px;
}

.entrants_london3 {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.8px;
}

.entrants_london4 {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1px;
}

@media (max-width: 736px) {
  .entrants_container {
    display: block;
  }
  .entrants_barnsley1 {
    font-size: 44px;
    line-height: 52px;
  }
  .entrants_london1 {
    font-size: 16px;
    line-height: 22px;
  }
}

.gallery_wrapper {
  display: flex;
  flex-direction: column;
}
  .gallery_wrapper img {
    padding-bottom: 24px;
    width: 100%;
    height: auto;
  }

@media (max-width: 736px) {
  .gallery_wrapper {
    width: 100%;
  }
    .gallery_wrapper img {
      width: 100%;
      height: auto;
    }
    .gallery_wrapper img:last-of-type {
      padding-bottom: 0px;
    }
}

.hero_wrapper .hero_carousel {
    display: none;
  }

@media (max-width: 736px) {
    .hero_wrapper .hero_carousel {
      display: block;
    }
        .hero_wrapper .hero_carousel div:first-of-type button {
          border: 0; 
          clip: rect(0 0 0 0); 
          height: 1px;  
          margin: -1px;
          overflow: hidden;
          padding: 0;
          position: absolute;
          width: 1px;
        }
        .hero_wrapper .hero_carousel div:first-of-type div, .hero_wrapper .hero_carousel div:first-of-type li {
          min-width: 100%;
        }
      .hero_wrapper .hero_carousel img {
        width: 100%;
        height: auto;
      }
    .hero_wrapper .hero_gallery {
      display: none;
    }
}

.faq-accordion_wrapper {
  padding: 24px;
}
  .faq-accordion_wrapper .faq-accordion_content {
    border: 1px solid #eee;
    padding-left: 16px;
  }
  .faq-accordion_wrapper .faq-accordion_content li > div > h2:after,
    .faq-accordion_wrapper .faq-accordion_content li > div > h2:before {
      background-color: #666;
    }
  .faq-accordion_wrapper .faq-accordion_content li:first-of-type {
      border-top: none;
    }
  .faq-accordion_wrapper .faq-accordion_content li:last-of-type {
      border-bottom: none;
    }
  .faq-accordion_wrapper .faq-accordion_content .faq-accordion_howItWorks {
      display: flex;
      flex-flow: wrap;
      padding-bottom: 24px;
    }
  .faq-accordion_wrapper .faq-accordion_content .faq-accordion_howItWorks .faq-accordion_step {
        width: calc(50% - 24px);
        padding: 12px;
      }
  .faq-accordion_wrapper .faq-accordion_content .faq-accordion_howItWorks .faq-accordion_step h3 {
          color: #000000;
        }
  .faq-accordion_wrapper .faq-accordion_content .faq-accordion_tcsandcs {
      padding-right: 16px;
    }
  .faq-accordion_wrapper .faq-accordion_content .faq-accordion_tcsandcs p {
        padding-top: 16px;
      }
  .faq-accordion_wrapper .faq-accordion_content .faq-accordion_tcsandcs p a {
          text-decoration: underline;
          color: var(--f1xms7);
        }
  .faq-accordion_wrapper .faq-accordion_content .faq-accordion_faqs {
      padding-left: 8px;
      padding-right: 48px;
      border-top: 1px solid #eee;
    }
  .faq-accordion_wrapper .faq-accordion_content .faq-accordion_faqs h2 {
        padding-top: 32px;
        padding-bottom: 24px;
        color: #2d2d2d;
      }
  .faq-accordion_wrapper .faq-accordion_content .faq-accordion_faqs h3 {
        color: #2d2d2d;
        text-transform: uppercase;
        padding-bottom: 8px;
      }
  .faq-accordion_wrapper .faq-accordion_content .faq-accordion_faqs .faq-accordion_faqItem {
        padding-bottom: 24px;
      }
  .faq-accordion_wrapper .faq-accordion_content .faq-accordion_faqs .faq-accordion_faqItem:last-of-type {
        padding-bottom: 0px;
      }
  .faq-accordion_wrapper .faq-accordion_content p {
      color: #525050;
    }
.enter-form_wrapper {
  max-width: 420px;
  min-width: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #525050;
  padding: 0 24px;
}

  .enter-form_wrapper .enter-form_select {
    margin-bottom: 16px;
  }

@media (max-width: 736px) {
  .enter-form_wrapper {
    max-width: 100%;
  }
}
.select_select {

  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  background: #fff url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNiAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjIiIGhlaWdodD0iMTAiIHRyYW5zZm9ybT0ibWF0cml4KDAuNzA3MTA3IC0wLjcwNzEwNyAtMC43MDcxMDcgLTAuNzA3MTA3IDggOS4wNzAzMSkiIGZpbGw9IiMyRDJEMkQiLz4KPHJlY3Qgd2lkdGg9IjIiIGhlaWdodD0iMTAiIHRyYW5zZm9ybT0ibWF0cml4KC0wLjcwNzEwNyAtMC43MDcxMDcgLTAuNzA3MTA3IDAuNzA3MTA3IDE1LjA3MTMgMikiIGZpbGw9IiMyRDJEMkQiLz4KPC9zdmc+Cg==) no-repeat right 12px center;
  padding:7px 10% 7px 8px;
  border-radius:0;

  width: 100%;
  color: #2d2d2d;
  border: solid 1px #999;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .4px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 14px;
  outline: none;
  box-sizing: border-box;

  font-family: "futura-pt-n4","futura-pt",Tahoma,Geneva,Verdana,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
}

.select_select::-ms-expand,
.select_select::-ms-expand {
    display: none;
}

.select_select:disabled {
  opacity: 0.5;
}
.enter-form-body_select {
    margin-bottom: 16px;
}

.draw-status_wrapper {
  max-width: 420px;
  min-width: 250px;
  
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #525050;
  padding: 0 24px;
}

  .draw-status_wrapper .draw-status_status{
    border: 2px solid #DDDDDD;
    padding: 12px 12px 12px 12px;
    text-align: center;
    font-weight: 600;
  }

@media (max-width: 736px) {
  .draw-status_wrapper {
    max-width: 100%;
  }
}
.draw-details-layout_main {
  display: flex;
  padding: 0 152px 24px 152px;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1024px;
  flex-basis: 100%;
}
  .draw-details-layout_main .draw-details-layout_drawDetails {
    flex-basis: 420px;
    width: 420px;
  }
  .draw-details-layout_main .draw-details-layout_mobileGallery {
    display: none;
  }
  .draw-details-layout_main .draw-details-layout_logo {
    width: 100%;
  }
  .draw-details-layout_main .draw-details-layout_logo svg {
      padding: 8px 0;
    }
  .draw-details-layout_main .draw-details-layout_hero {
    flex-basis: calc(100% - 420px);
  }

@media (max-width: 1024px) {
  .draw-details-layout_main {
    max-width: 100%;
    padding: 0px 0px 24px 24px;
    justify-content: space-evenly;
  }
    .draw-details-layout_main .draw-details-layout_hero, .draw-details-layout_main .draw-details-layout_drawDetails {
      max-width: 50%;
    }
      .draw-details-layout_main .draw-details-layout_logo svg {
        padding: 8px;
      }
}

@media (max-width: 736px) {
  .draw-details-layout_main {
    padding: 0;
    flex-direction: column;
  }
    .draw-details-layout_main .draw-details-layout_hero, .draw-details-layout_main .draw-details-layout_drawDetails {
      min-width: 100%;
    }
    .draw-details-layout_main .draw-details-layout_mobileGallery {
      width: calc(100% - 48px);
      display: flex;
      padding: 24px;
    }
    .draw-details-layout_main .draw-details-layout_drawDetails .draw-details-layout_drawDetailsContent {
      border-bottom: 40px solid #EEE;
    }
}
.draw-unavailable_wrapper {
  text-align: center;
}
  .draw-unavailable_wrapper h1 {
    padding: 50px 0px 32px 0px;
  }
  .draw-unavailable_wrapper p {
    font-weight: normal;
  }

.notifications_container {
  position: sticky;
  width: 100%;
  bottom: 0;
  color: #2D2D2D;
}
  .notifications_container div:first-of-type > div:first-of-type {
    padding: 10px 6px;
  }
  .notifications_container h2 {
    padding-bottom: 8px;
  }
  .notifications_container button {
    padding: 0;
    background: unset;
    border: unset;
    cursor: pointer;
  }
  .notifications_container a {
    text-decoration: none;
    color: #2D2D2D;
    cursor: pointer;
  }

@media (min-width: 2400px) {
      .notifications_container div:first-of-type div:first-of-type {
        width: 1302px;
        margin: auto;
      }
        .notifications_container div:first-of-type div:first-of-type button:first-of-type {
          width:38.4px;
        }
}


/*# sourceMappingURL=limited-drops-entrants.50717e127a80a2e68c08.css.map*/