
@font-face {
  font-family: "Artz";
  src: url(../../bcn/fonts/Artz-Regular.woff2) format("woff2"), url(../../bcn/fonts/Artz-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Greycliff";
  src: url(../../bcn/fonts/Greycliff-Medium.woff2) format("woff2"), url(../../bcn/fonts/Greycliff-Medium.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Greycliff-Bold";
  src: url(../../bcn/fonts/Greycliff-Bold.woff2) format("woff2"), url(../../bcn/fonts/Greycliff-Bold.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}

body {
  background-color: #fffaf1 !important;
  font-family: "Greycliff", sans-serif;
}
.navbar-light .navbar-toggler {
    border-color: f;
    background: #fffaf1;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    padding: 0;
}
.hand-drawn-button.w-200 {
  width: 200px !important;
}
.w-full {
  width: 100%;
}
/**
  Mixins From Bootstrap for media queries
 */
footer img {
  max-width: 100%;
}

sup {
  top: -22px;
  font-size: 18px;
}

.underline {
  text-decoration: underline;
}

.footer-bottom {
  background-color: #441f41;
}

.footer-bottom .row {
  padding-right: 15px;
  padding-left: 15px;
}

.footer-bottom p,
.footer-bottom a {
  color: #FFF;
}

.h2, h2 {
  font-size: 3rem;
  margin-bottom: 30px;
}
h2.no-margin {
  margin-bottom: 5px;
  color: #441f41;
}
.h3, h3 {
    font-size: 2.5rem;
    margin-bottom: 30px;
}

table {
  border: 1px solid #f95584;
  font-size: 18px;
  border-radius: 15px;
  border-spacing: 0;
  border-collapse: separate !important;
}

table tr:first-child {
  background: #f95584;
  color: #FFF;
  border-radius: 15px;
}
table tr:first-child td,
table tr:first-child td span {
  color: #FFF !important;
}
table tr:first-child td:first-child {
  border-radius: 15px 0 0 15px !important;
}
table tr:first-child td:last-child {
  border-radius: 0 15px 15px 0 !important;
}
table tr td {
  padding: 10px;
  border: none !important;
}

@media (max-width: 768px) {
  .h2, h2 {
    font-size: 2.5rem;
  }
  .h3, h3 {
      font-size: 2rem;
  }
  footer .col-md-4 {
    text-align: center;
    margin-bottom: 30px;
  }
  footer .col-md-4 img {
    width: 70%;
    margin: 0 auto;
  }
}

.ckeditor-block h1,
.ckeditor-block h2,
.ckeditor-block h3,
.ckeditor-block h4,
.ckeditor-block h5 {
  color: #e72a60;
}

.ckeditor-block.text-light a {
  color: #FFF;
}

.ckeditor-block.text-light h1,
.ckeditor-block.text-light h2,
.ckeditor-block.text-light h3,
.ckeditor-block.text-light h4,
.ckeditor-block.text-light h5 {
  color: #FFF;
}

.ckeditor-block.winners-content .table-striped tbody tr:nth-of-type(odd) {
  background: none;
}

.ckeditor-block.winners-content table.table {
  width: 700px !important;
}

@media (max-width: 767.98px) {
  .ckeditor-block.winners-content table.table {
    width: auto !important;
  }
}

.ckeditor-block.winners-content table.table th {
  color: #e72a60;
  font-size: 1.2rem;
}

.ckeditor-block.winners-content table.table.table-bordered {
  border: none;
}

.ckeditor-block.winners-content table.table.table-bordered td,
.ckeditor-block.winners-content table.table.table-bordered th {
  border: none;
}

.ckeditor-block.winners-content table.table.table-bordered td:first-child,
.ckeditor-block.winners-content table.table.table-bordered th:first-child {
  padding-left: 0;
}

header {
  background-color: #f95584;
}
header nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header nav.navbar {
  padding-top: 1.25rem;
  padding-bottom: 0.5rem;
}

header .navbar-brand {
  max-width: 60%;
}

.navbar-collapse {
  align-self: auto !important;
}

header .navbar-brand img {
  max-width: 100%;
}

.hero-image img {
  border-radius: 15px;
}

header .nav-link {
  font-size: 1.2rem;
  font-weight: 600;
  color: #fffaf1 !important;
  border-bottom: 1px solid #fffaf1;
  padding-bottom: 3px;
  margin-right: 30px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
header .nav-link.active {
  font-family: "Greycliff-Bold", sans-serif;
}
header .nav-link:last-child {
  margin-right: 0;
}

@media (max-width: 768px) {
  header .nav-link {
    margin-right: 0;
  }
}

header .countdown-calendar-small {
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  header .countdown-calendar-small {
    position: absolute;
    right: 1rem;
    margin-top: 0;
    transform: translateY(-100%);
  }

  header .countdown-calendar-small h6 {
    font-size: 12px;
  }
}

.countdown-calendar .clock {
  position: relative;
  overflow: hidden;
}

.countdown-calendar .clock img {
  max-width: 100%;
}

.countdown-calendar .clock .days {
  position: absolute;
  top: 0.55rem;
  left: 0;
  text-align: center;
  height: 100%;
  width: 100%;
  color: #FFF;
  font-weight: 700;
}

.countdown-calendar.countdown-calendar-small {
  max-width: 140px;
}

.countdown-calendar.countdown-calendar-small .clock {
  height: 72px;
  font-size: 2.5rem;
}

.countdown-calendar.countdown-calendar-large {
  font-size: 42px;
}

.countdown-calendar.countdown-calendar-large img {
  max-width: 275px;
}

.countdown-calendar.countdown-calendar-large .clock-text {
  position: absolute;
  top: 29%;
  width: 100%;
  text-align: center;
}

.countdown-calendar.countdown-calendar-large .clock-text h2 {
  font-size: 0.72em;
  line-height: 0.9;
  padding-left: 1.1em;
  padding-right: 1.1em;
}

.countdown-calendar.countdown-calendar-large .days {
  position: static;
  font-size: 3em;
  line-height: 0.8;
}

.custom-select {
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: right 0 .5rem;
  background-color: #fbd8d8;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHcAAAB2CAYAAADyZQwvAAAD7klEQVR4nO3TPYoUURSG4bdbwXYCMXIbbmPAxMDAyMxNmLuLSUUwFlyDiSC4CmFgMk3slhpp6enp6vq7P+ec+31hRXXuy7P6/fnLent9cwk8R4uy76uLzbfVbrfj14dP7/mzfae0YXb1+M3rt+vumvXTJx+7D62/SJBdrS42X7tTbuM+enH5gwfrn62/SpRtXr28hbre3yO9IfZfLYdxpTfG9mo5jIv0et8dtRzHlV7fO1TLcVyk1+vuqeVUXOn1uWO1nIqL9HrbSbX0xZVeXzullr64SK+X9arlXFzp9bE+tZyLi/Ra31m1DMWVXts7p5ahuEiv1Q2qZUxc6bW5IbWMiYv0WtsotYyNK722NkYtY+MivVY2Wi1T4kqvjY1Vy5S4SG/tTVLL1LjSW3dT1DI1LtJba5PVMieu9NbZVLXMiYv0lt4stcyNK71lN0ctc+MivaU2Wy1L4kpvmc1Vy5K4SG/uLVLL0rjSm3dL1LI0LtKba4vVkiKu9ObZUrWkiIv0pl4StaSKK71pl0ItqeIivamWTC0p40pvmqVSS8q4SO/SJVVL6rjSu2wp1ZI6LtI7d8nVkiOu9M5barXkiIv0Tl0WteSKK73TlkMtueIivWOXTS0540rvuOVSS864SO/Qsqold1zpPb+caskdF+ntW3a1lIgrvaeXWy0l4iK9xyuillJxpffuSqilVFykd79iaikZV3r/rZRaSsZFeouqpXTc1vWWVEvpuLSrt7haasRtVW9ptdSIS3t6q6ilVtzW9NZQS624tKO3mlpqxm1Fby211IxLfL1V1VI7bnS9NdVSOy5x9VZXi4W4UfXWVouFuMTTa0ItVuJG02tBLVbiEkevGbVYihtFrxW1WIqLf72m1GItrne9ltRiLS5+9ZpTi8W4XvVaU4vFuPjTa1ItVuN602tRLVbj4kevWbVYjutFr1W1WI6Lfb2m1WI9rnW9ltViPS529ZpXi4e4VvVaV4uHuNjT60ItXuJa0+tBLV7iYkevG7V4imtFrxe1eIpLfb2u1OItbm29ntTiLS719LpTi8e4tfR6U4vHuJTX61ItXuOW1utRLV7jUk6vW7V4jltKr1e1eI5Lfr2u1eI9bm69ntXiPS759LpXS4S4ufR6V0uEuKTXG0ItUeKm1htBLVHikk5vGLVEiptKbxS1RIrLcr2h1BIt7lK9kdQSLS7z9YZTS8S4c/VGU0vEuEzXG1ItUeNO1RtRLVHjMl5vWLVEjjtWb1S1RI7LsN7Qaoked0hvZLVEj0u/3vBqaSFun97oamkhLvf1NqGWVuIe621BbbeHBv6hyDq92+ubZ62opRW53fZ6W1EL8BeSII0bov28AwAAAABJRU5ErkJggg==");
  color: #e72a60;
}

.custom-control-inline {
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   width: 100%;
}

.custom-control-inline input[type="checkbox"] {
  margin-right: 10px;
}

input[type="text"],
input[type="email"],
select {
  width: 100%;
  border: 2px solid #2D1829;
  border-radius: 8px;
  padding: 8px;
  height: 56px;
}
select {
  min-height: 44px;
}
input[type="checkbox"] {
  appearance: none;
  width: 44px;
  height: 44px;
  border: 2px solid #2D1829;
  border-radius: 7px;
  background: #FFF;
}
input[type="checkbox"]:checked {
  background: #e72a60;
}

.custom-checkbox .custom-control-label {
  color: #343a40;
}

label p {
  margin-bottom: 0;
}

.custom-control .custom-control-label p {
  display: inline-block;
}

.custom-control.custom-radio .custom-control-label,
.custom-control.custom-checkbox .custom-control-label {
  text-transform: none !important;
}

.custom-control.custom-radio.custom-control-inline,
.custom-control.custom-checkbox.custom-control-inline {
  display: inline-flex;
}

.custom-control.custom-radio.custom-control-inline .custom-control-label::before,
.custom-control.custom-radio.custom-control-inline .custom-control-label::after,
.custom-control.custom-checkbox.custom-control-inline .custom-control-label::before,
.custom-control.custom-checkbox.custom-control-inline .custom-control-label::after {
  top: 50%;
  transform: translateY(-50%);
}

.play-tickets-and-donation-section .custom-radio .custom-control-label {
  color: #343a40;
}

.play-tickets-and-donation-section .custom-radio .custom-control-label::before {
  border: 1px solid #e72a60;
}

.play-your-communication-preferences-section .custom-control.custom-radio .custom-control-label,
.play-your-communication-preferences-section .custom-control.custom-checkbox .custom-control-label {
  color: #f5821f;
}

.play-your-communication-preferences-section .custom-control.custom-radio+.main-label,
.play-your-communication-preferences-section .custom-control.custom-checkbox+.main-label {
  color: #f5821f;
}

.btn.btn-secondary,
.btn.btn-primary {
  border: 0.125em solid #f8f9fa;
  border-radius: 0.5em;
}

.btn.btn-lg {
  padding-top: 0.55rem;
  padding-bottom: 0.90rem;
  font-size: 28px;
}

.btn.btn-lg.btn-lg-wide {
  padding-left: 3.8rem;
  padding-right: 3.8rem;
}

.container-inner {
  border-radius: 1.5rem;
  overflow: hidden;
}

.rounded-box,
.step-box-heading,
.step-box-body,
.page-box-heading,
.page-box-body {
  overflow: hidden;
}

.rounded-box.rounded-top,
.step-box-heading,
.rounded-top.step-box-body,
.page-box-heading,
.rounded-top.page-box-body {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.rounded-box.rounded-bottom,
.rounded-bottom.step-box-heading,
.rounded-bottom.page-box-heading,
.page-box-body {
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.prize-box {
  font-size: 1em;
  background: #f8f9fa;
  border-radius: 0.5em;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding: 0.6rem;
}

.prize-box h2 {
  margin-top: 0.9rem;
}

.prize-box.prize-box-first .prize-box-heading {
  font-size: 3.5em;
  font-weight: bold;
}

.prize-box.prize-box-first h2 {
  font-size: 6.5em;
}

.prize-box.prize-box-second .prize-box-heading {
  font-size: 3em;
  font-weight: bold;
}

.prize-box.prize-box-second h2 {
  font-size: 5.5em;
}

.prize-box.prize-box-third .prize-box-heading {
  font-size: 2.5em;
  font-weight: bold;
}

.prize-box.prize-box-third h2 {
  font-size: 3.2em;
}

.prize-box.prize-box-fourth {
  flex-direction: row;
}

.prize-box.prize-box-fourth .prize-box-heading {
  font-size: 2.4em;
  font-weight: bold;
}

.prize-box.prize-box-fourth h2 {
  margin-top: 2px;
  font-size: 2.5em;
}

@media (max-width: 767.98px) {
  .prize-box {
    font-size: 0.9em;
  }
  .ticket-box-body,
  .gift-aid-box {
      padding: 20px !important;
  }
}

footer {
  background-color: #ffb0d0;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px !important;
  }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1 {
  font-weight: 600;
  font-family: "Artz", sans-serif;
}
h2, h3, h4, h5, h6 {
  font-family: "Greycliff-Bold", sans-serif;
}

.text-lg {
  font-size: 20px !important;
}
label {
  margin-bottom: 0 !important;
}
.banner h1,
.hero-section h2 {
  font-size: 6rem;
  text-transform: uppercase;
  line-height: 1;
  font-family: "Artz", sans-serif;
}
@media (max-width: 768px) {
  .banner h1,
  .hero-section h2 {
    font-size: 4rem;
  }
}
.banner h1 {
  margin-bottom: 10px;
  color: #fffaf1 !important;
}
.banner.ended h1 {
  color: #441f41 !important;
}
.hero-section h3 {
  color: #441f41;
  margin-bottom: 80px;
}

#quote-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #ffb0d0;
  color: #441f41;
  padding: 30px;
  max-width: 1170px;
  border-radius: 15px;
  margin: 0 auto 50px;
  font-weight: 500;
}
#quote-box .left {
  width: 100%;
}
#quote-box .right {
  width: 19%;
}
.top-quote img,
.bottom-quote img {
  margin-bottom: 10px;
  width: 30px;
}
.bottom-quote {
 display: flex;
 justify-content: flex-end;
}
#quote-box .right img {
  border-radius: 15px;
  width: 100%;
}
@media (max-width: 768px) {
  .homepage h1,
  .hero-section h2 {
    font-size:60px;
  }
  .hero-section h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  #quote-box .left {
    width: 100%;
    margin-bottom: 20px;
  }
  #quote-box .left {
    width: 100%;
  }
}

.homepage-calendar-left-text h2,
.homepage-calendar-left-text h3,
.homepage-calendar-left-text h4 {
  color: #e72a60;
  font-weight: 300;
  font-size: 2.3rem;
}

.home-what-you-could-win .container-inner {
  position: relative;
}

.home-what-you-could-win .container-inner::before {
  position: absolute;
  opacity: 0.35;
  top: 0;
  left: 0;
  content: '';
  background-image: url("../../bcn/assets/flower-back.jpg");
  background-repeat: repeat;
  background-position: top left;
  height: 100%;
  width: 100%;
}

.home-what-you-could-win .prizes-to-be-won-btn {
  width: 510px;
  max-width: 100%;
}

.home-how-you-could-help .container-inner {
  border-style: solid;
  border-color: #f5821f;
  border-width: 5px;
}

.light-pink-bottom-right-shape-bg {
  background-image: url("../../bcn/assets/light-pink-bottom-right-shape.png");
  background-repeat: no-repeat;
  background-position: bottom right;
}

body.homepage .enter-cta {
  display: inline-block;
  border-radius: 8px;
  padding: 30px;
  margin-top: 100px;
  position: relative;
  width: 100%;
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  body.homepage .enter-cta {
    text-align: center;
  }
}

body.homepage .enter-cta__left {
  float: left;
  color: #fff;
  width: 37.5%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991px) {
  body.homepage .enter-cta__left {
    width: 100%;
  }
}

body.homepage .enter-cta__left h3 {
  font-size: 42px;
  font-weight: bold;
}

body.homepage .enter-cta__left .hand-drawn-button {
  margin-top: 35px;
}

@media (max-width: 991px) {
  body.homepage .enter-cta__left .hand-drawn-button {
    margin-top: 0;
    margin-bottom: 25px;
  }
}

body.homepage .enter-cta__image {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  margin-top: -10px;
}

@media (max-width: 991px) {
  body.homepage .enter-cta__image {
    position: relative;
    display: block;
    margin: 25px auto;
    transform: none;
    left: auto;
  }
}

body.homepage .enter-cta__image img {
  width: 275px;
  height: 275px;
}

body.homepage .enter-cta__right {
  float: right;
  width: 37.5%;
  color: #fff;
  text-align: center;
}

@media (max-width: 991px) {
  body.homepage .enter-cta__right {
    width: 100%;
  }
}

body.homepage .enter-cta__right h3 {
  font-family: "Work Sans", sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
}

body.homepage .enter-cta__right p {
  font-size: 30px;
}

body.homepage .prizes-section {
  display: flex;
  margin: 50px 0;
  width: 100%;
}

@media (max-width: 1199px) {
  body.homepage .prizes-section {
    flex-direction: column;
  }
}

body.homepage .prizes-section__left {
  width: 100%;
  margin-right: 0px;
}

@media (max-width: 1199px) {
  body.homepage .prizes-section__left {
    width: 100%;
  }
}

body.homepage .prizes-section__left h3 {
  text-align: center;
  font-size: 30px;
  line-height: 35px;
  color: #EF3969;
  margin-bottom: 30px;
}

body.homepage .prizes-section__first {
  width: 100%;
  background: #f95584;
  padding: 30px 60px;
  margin-bottom: 50px;
  border-radius: 15px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

body.homepage .prizes-section__first div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

body.homepage .prizes-section__first span {
    display: block;
    font-size: 3rem;
    font-family: "Artz", sans-serif;
    line-height: 1;
    font-weight: 700;
    background: #fffaf1 !important;
    border-radius: 15px;
    padding: 10px;
    color: #f95584;
}

body.homepage .prizes-section__first p {
    display: block;
    font-size: 7rem !important;
    font-family: "Artz", sans-serif;
    line-height: 1;
    font-weight: 700;
    color: #fffaf1;
}

@media (max-width: 767px) {
  body.homepage .prizes-section__first {
    width: 100%;
    padding: 40px 20px;
    justify-content: start;
    margin: 0 auto;
  }
  body.homepage .prizes-section__first div {
    justify-content: center;
  }
  body.homepage .prizes-section__first span {
    font-size: 40px;
    width: 60%;
    text-align: center;
  }
  body.homepage .prizes-section__first p {
    width: 100%;
    text-align: center;
    margin: 20px 0 !important;
    font-family: "Greycliff-Bold", sans-serif;
    font-size: 4rem !important;
    line-height: 1 !important;
  }
  .prizes-section__other.one,
  .prizes-section__other.two {
    margin-bottom: 15px !important;
  }
}

body.homepage .prizes-section__first p {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
}

@media (max-width: 600px) {
  body.homepage .prizes-section__first p {
    font-size: 40px;
    line-height: 55px;
  }
}

body.homepage .prizes-section__first p span {
  font-size: 110px;
  line-height: 60px;
}

@media (max-width: 600px) {
  body.homepage .prizes-section__first p span {
    font-size: 55px;
  }
}

body.homepage .prizes-section__ribbon {
  position: absolute;
  top: 0;
  left: 0;
  width: 145px;
  top: -70px;
  left: -70px;
}

body.homepage .prizes-section__ribbon--small {
  width: 108px;
  top: -45px;
  left: -55px;
}

body.homepage .prizes-section__boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 767px) {
  body.homepage .prizes-section__boxes {
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    margin-top: 15px;
  }
}

body.homepage .prizes-section__other {
  display: flex;
  flex-direction: column;
  color: white;
  text-align: center;
  padding: 34px;
  border-radius: 15px;
  position: relative;
}
body.homepage .prizes-section__other p {
  font-family: "Artz", sans-serif;
  font-size: 3rem !important;
  text-transform: uppercase;
  margin: 0 0 10px !important;
  font-weight: 700;
}
.prizes-section__other.one {
  width: 31%;
  background: #ffb0d0;
  color: #441f41 !important;
}
.prizes-section__other.two {
  width: 31%;
  background: #441f41;
  color: #fffaf1 !important;
}
.prizes-section__other.three {
  width: 31%;
  background: #fffaf1;
  color: #f95584 !important;
  border: 1px solid #f95584;
}

body.homepage .prizes-section__other--orange {
  background: #FFDB30;
}

body.homepage .prizes-section__other--pink {
  background: #6e2b5f;
}

@media (max-width: 767px) {
  body.homepage .prizes-section__other {
    width: 100%;
  }
}

body.homepage .prizes-section__other p {
  display: block;
  font-size: 40px;
  line-height: 30px;
}

body.homepage .prizes-section__other span {
  display: block;
  font-family: "Artz", sans-serif;
  font-size: 5.5rem;
  line-height: 1;
  font-weight: 700;
}
body.homepage .prizes-section__other span.prize-number {
  font-family: "Greycliff", sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  bottom: 15px;
  right: 15px;
  text-align: right;
}

body.homepage .prizes-section__button {
  margin-top: 35px;
  display: flex;
  justify-content: center;
}

body.homepage .prizes-section__button a {
  font-size: 18px;
  border: 1px solid #ffb0d0;
}

body.homepage .prizes-section__right {
  width: 30%;
  margin-left: 15px;
  border-radius: 6px;
  padding: 30px;
  color: #FF7818;
  font-weight: bold;
  margin-top: 70px;
  text-align: center;
}

body.homepage .prizes-section__right-title {
  width: 90%;
  display: block;
  margin: 0 auto;
  max-width: 300px;
}

@media (max-width: 1199px) {
  body.homepage .prizes-section__right {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
}

body.homepage .prizes-section__hurry {
  background: #FF7818;
  padding: 10px;
  border-radius: 6px;
  font-size: 17px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
}

body.homepage .prizes-section__countdown {
  display: flex;
}

body.homepage .prizes-section__countdown>div {
  width: calc(100% / 4);
  text-align: center;
  margin-top: 50px;
}

body.homepage .prizes-section__countdown p {
  display: block;
  font-weight: bold;
  font-size: 50px;
  line-height: 15px;
}

body.homepage .prizes-section__countdown span {
  display: block;
}

body.homepage .prizes-calendar {
  position: relative;
  margin: 25px auto;
  display: inline-block;
  width: 250px;
  z-index: 1;
}

body.homepage .prizes-calendar__line {
  position: absolute;
  top: 0;
  height: 25px;
  width: 8px;
  background: #fd7e14;
  z-index: 2;
  margin-top: -12.5px;
  box-shadow: 1px 1px 1px #2D1829;
  border-radius: 4px;
}

body.homepage .prizes-calendar__line--one {
  left: 6rem;
}

body.homepage .prizes-calendar__line--two {
  left: 125px;
}

body.homepage .prizes-calendar__line--three {
  left: 175px;
}

body.homepage .prizes-calendar__top {
  background: #fd7e14;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  height: 25px;
}

body.homepage .prizes-calendar__body {
  background: #ffc107;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 25px 0;
}

body.homepage .prizes-calendar__body p {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 80px;
  line-height: 80px;
  font-weight: bold;
}

body.homepage .prizes-calendar__body span {
  display: block;
  margin: 0;
  padding: 0;
}

body.homepage .winner-section {
  background: #FF84A5;
}

body.homepage .winner-section>.container {
  display: flex;
  padding: 85px 0;
}

@media (max-width: 991px) {
  body.homepage .winner-section>.container {
    flex-direction: column;
  }
}

body.homepage .winner-section__left {
  width: 45%;
  margin-right: 50px;
}

@media (max-width: 991px) {
  body.homepage .winner-section__left {
    width: 100%;
    margin-right: 0;
  }
}

body.homepage .winner-section__image {
  width: 100%;
  height: auto;
}

body.homepage .winner-section__right {
  width: 55%;
}

@media (max-width: 991px) {
  body.homepage .winner-section__right {
    width: 100%;
    margin-top: 25px;
  }
}

body.homepage .winner-section__right h3 {
  color: white;
  font-size: 45px;
  text-align: center;
}

body.homepage .winner-section__content {
  background: white;
  border-radius: 6px;
  padding: 40px;
  font-size: 28px;
  line-height: 36px;
  text-align: center;
  color: #512564;
  margin-top: 35px;
}

body.homepage .winner-section__content>p {
  font-weight: 600;
}

body.homepage .winner-section__content>div {
  display: block;
  margin-top: 50px;
  line-height: 22px;
}

body.homepage .winner-section__button {
  width: 100%;
  margin-top: 35px;
}

body.homepage .winner-section__button .btn {
  width: 100%;
  font-size: 34px;
}

.ticket-help {
  background: #ffb0d0;
  padding: 50px 30px;
  max-width: 1170px;
  border-radius: 15px;
  margin: 0 auto 50px;
}

.ticket-box-body {
  width: 100%;
  border: 1px solid #f95584;
  border-radius: 15px;
  margin-bottom: 30px;
  padding: 35px 0;
}
.ticket-box-body h3,
.gift-aid-box h3 {
  margin-bottom: 10px !important;
  color: #2D1829 !important;
  font-size: 54px;
}
.ticket-box-body .form-row {
  align-items: center;
  margin: 0 !important;
}
#number_of_chances,
#additional_donation {
  padding: 5px !important;
  border: 2px solid #2D1829 !important;
  border-left: 2px solid #2D1829 !important;
  border-radius: 10px;
  width: 200px;
  margin-right: 20px;
  height: auto;
  color: #2D1829 !important;
  font-weight: 500 !important;
  font-size: 1.2rem;
  line-height: 1;
  background: #FFF !important;
}
input[type=radio] {
  padding: 0;
  border: 2px solid #2D1829;
  appearance: none;
  width: 30px;
  min-width: 30px;
  min-height: 30px;
  height: 30px;
  border-radius: 100%;
  background: #FFF;
}
input[type=radio]:checked {
  background: #f95584;
}
@media (max-width: 768px) {
  .ticket-help {
    margin: 0 15px 30px;
  }
}

.ticket-help .container {
  display: flex;
}

@media (max-width: 991px) {
  .ticket-help .container {
    flex-direction: column;
  }
}

.ticket-help__left {
  width: 100%;
}

@media (max-width: 991px) {
  .ticket-help__left {
    padding-right: 0;
    width: 100%;
    margin-bottom: 50px;
  }
}

.ticket-help__left>h3 {
  font-family: "Artz", sans-serif;
  font-size: 6rem;
  color: #441f41;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .ticket-help__left>h3 {
    font-size: 50px;
  }
}

.ticket-help__left>p {
  font-size: 22px;
  line-height: 36px;
  color: white;
}

.ticket-help__right {
  width: 450px;
}

@media (max-width: 991px) {
  .ticket-help__right {
    width: 100%;
  }
}

.ticket-help__boxes {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}


.ticket-help__review {
  text-align: left;
  font-size: 18px;
  line-height: 24px;
  color: #441f41;
  width: 31%;
  background: #FFF;
  border-radius: 15px;
  padding: 20px;
}

@media (max-width: 768px) {
  .ticket-help__review {
    width: 100%;
    margin-bottom: 20px;
  }
}

.ticket-help__review div img {
  border-radius: 15px;
  height: 300px;
  object-fit: cover;
  object-position: center;
}

.ticket-help__review span {
  font-size: 16px;
}


.ticket-help__content {
  width: auto;
  height: auto;
  font-size: 16px;
  line-height: 26px;
}

.ticket-help__content strong  {
  color: #f95584;
  font-size: 37px;
  font-family: "Greycliff-Bold", sans-serif;
  margin: 20px 0 20px;
  display: block;
}
.ticket-help__content p {
  font-size: 18px;
  line-height: 1.5;
}
.about-page-body .ticket-help__content h3  {
  color: #f95584;
  font-size: 35px;
  margin: 10px 0 20px;
  display: block;
}
.ticket-help__image {
  width: 100%;
}

.ticket-help__button {
  width: 100%;
  margin-top: 35px;
}

.ticket-help__button .btn {
  width: 100%;
  font-size: 34px;
}

body.homepage .easy-enter {
  background: #ffb0d0;
  padding: 50px 30px;
  max-width: 1170px;
  border-radius: 15px;
  margin: 0 auto 50px;
}

@media (max-width: 768px) {
  body.homepage .easy-enter {
    margin: 0 15px 30px;
  }
}

body.homepage .easy-enter h3 {
  font-family: "Artz", sans-serif;
  font-size: 6rem;
  color: #441f41;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  body.homepage .easy-enter h3 {
    font-size: 50px;
  }
}

body.homepage .easy-enter__boxes {
  display: flex;
  margin-top: 50px;
}

@media (max-width: 991px) {
  body.homepage .easy-enter__boxes {
    flex-direction: column;
  }
}

body.homepage .easy-enter__left {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 500;
  color: #441f41;
}
body.homepage .easy-enter__left p {
 font-family: "Greycliff-Bold";
}

body.homepage .easy-enter__left div {
  width: 31%;
  background: #fffaf1;
  border-radius: 15px;
  padding: 30px;
}

@media (max-width: 767px) {
  body.homepage .easy-enter__left div {
    width: 100%;
    margin-bottom: 20px;
  }
}

body.homepage .easy-enter__left span {
  font-family: "Artz", sans-serif;
    display: block;
    margin-bottom: 10px;
    font-size: 6rem;
    color: #2D1829;
    font-weight: 700;
}

@media (max-width: 767px) {
  body.homepage .easy-enter__left {
    flex-direction: column;
  }
}

body.homepage .easy-enter__left img {
  width: 175px;
  margin-bottom: 10px;
}

body.homepage .easy-enter__right {
  padding: 38px;
  font-size: 18px;
  line-height: 25px;
  color: white;
  border-radius: 6px;
  margin: 15px 0;
  text-align: center;
}

@media (max-width: 991px) {
  body.homepage .easy-enter__right {
    margin-left: 0;
    width: 100%;
    margin-top: 35px;
  }
}

body.homepage .easy-enter__button {
  width: 60%;
  text-align: center;
  margin: 0 auto;
}

body.homepage .easy-enter__button .btn {
  width: 100%;
  font-size: 35px;
}

body.homepage .border-banner-wrapper-outer {
  overflow: hidden;
}

body.homepage .border-banner-wrapper-outer .border-banner-wrapper {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  body.homepage .border-banner-wrapper-outer .border-banner-wrapper {
    max-width: 80%;
  }
}

@media (min-width: 1200px) {
  body.homepage .border-banner-wrapper-outer .border-banner-wrapper {
    max-width: 63%;
  }
}

body.homepage .border-banner-wrapper-outer .border-banner-wrapper::after,
body.homepage .border-banner-wrapper-outer .border-banner-wrapper::before {
  position: absolute;
  content: '';
  background-image: url("../../bcn/assets/flower-back.jpg");
  background-repeat: repeat;
  background-position: top left;
  height: 100%;
  z-index: 0;
}

body.homepage .border-banner-wrapper-outer .border-banner-wrapper::before {
  top: 0;
  left: 0;
  width: 45%;
  transform: translateX(-100%);
}

body.homepage .border-banner-wrapper-outer .border-banner-wrapper::after {
  top: 0;
  right: 0;
  width: 45%;
  transform: translateX(100%);
}

body.homepage .border-banner-wrapper-outer .border-banner-wrapper section {
  position: relative;
  z-index: 1;
}

.hero-square {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.new-prizes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.play-orange {
  background-color: #FFDB30 !important;
  color: #6E2B5F !important;
  border-color: #FFDB30 !important;
}

.hand-drawn-button {
  outline-width: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  --tw-text-opacity: 1;
  color: #FFF;
  background: #441f41;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  font-size: 20px;
  font-family: "Greycliff-Bold", sans-serif;
  line-height: 1.625rem;
  padding: 15px 35px;
  position: relative;
  transition-duration: .3s;
  z-index: 1;
  width: auto !important;
}

.postcode-lookup__buttons .hand-drawn-button {
  background: #ffb0d0;
  color: #441f41;
  border: 1px solid #ffb0d0;
}

.hand-drawn-button:hover {
  text-decoration: none;
  background: #441f41;
  color: #FFF !important;
  border: 1px solid #ffb0d0;
}

.hand-drawn-button--orange {
  color: white;
}

.hand-drawn-button--orange:hover {
  color: #ddd;
}

.imperfect-square {
  position: relative;
  z-index: 5;
}

.imperfect-square::before {
  --tw-content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  -webkit-mask-position: 0 100%;
  mask-position: 0 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 219, 48, var(--tw-bg-opacity));
  content: var(--tw-content);
  -webkit-mask-image: url("/premium/themes/bcn/assets/imperfect-square.svg");
  mask-image: url("/premium/themes/bcn/assets/imperfect-square.svg");
}

.imperfect-square--white {
  color: #6E2B5F !important;
}

.imperfect-square--white::before {
  background-color: #fff;
}

.imperfect-square--yellow {
  color: #6E2B5F !important;
}

.imperfect-square--yellow::before {
  background-color: #FFDB30;
}

.imperfect-square--violet::before {
  background-color: #ef3969;
}

.imperfect-square--pink::before {
  background-color: #ff84a5;
}

.imperfect-square--purple {
  color: white !important;
}

.imperfect-square--purple::before {
  background-color: #6e2b5f;
}

.bottom-curve {
  position: relative;
  background-color: #f95584;
}
.heart-headline {
  position: relative;
}

.heart-headline img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  margin-left: -50px;
  margin-top: -50px;
  transform: rotate(-30deg);
}

.heart-headline--lower-left img {
  margin-left: -90px;
  margin-top: 0;
}

.charity-reg {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.charity-reg .info {
  width: 60%;
}

@media (max-width: 575.98px) {
  .charity-reg .info {
    width: 100%;
  }
}

#closing-date {
  background: #441f41;
  color: #fffaf1;
  padding: 30px;
  max-width: 1170px;
  border-radius: 15px;
  margin: 0 auto 50px;
}
#closing-date a {
  color: #fffaf1 !important;
}
#closing-date p {
  margin-bottom: 20px;
}
#closing-date .hand-drawn-button {
  background: #ffb0d0 !important;
  color: #441f41 !important;
  width: 200px;
  margin-top: 10px !important;
  display: inline-block;
}
@media (max-width: 768px) {
    #closing-date {
        margin: 0 15px 30px;
    }
}
/**
  BCN Quick Picks
 */
.play-section .step-box-heading h2 {
  padding-right: 1.5rem;
}

.play-section .step-box-body {
  border-bottom: none;
}

.step-box-body div.mb-4:has(input[name="spare_1_title"]) {
    display: flex;
    flex-direction: column;
}

.step-box-body div.mb-4:has(input[name="spare_1_title"])::before {
    content: "Leave a legacy";
    display: block;
    font-family: "Work Sans", sans-serif;
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 10px;
    order: 0;
}

.step-box-body div.mb-4:has(input[name="spare_1_title"])::after {
    content: "If you would like to receive a free guide about leaving a gift in your will, please tick the box below:";
    display: block;
    font-size: 1rem;
    font-weight: normal;
    margin-bottom: 10px;
    order: 1;
}

.step-box-body div.mb-4:has(input[name="spare_1_title"]) .custom-control-inline {
    order: 2;
}

.step-box-body div.label-pos-after:has(input[name="like_sms_information"]) .custom-control-inline::after {
  content: "How we use your information";
  display: block;
  font-family: "Work Sans", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 10px;
  margin-top: 20px;
  width: 100%;
}

.step-box-body div.label-pos-after:has(input[name="like_sms_information"])::after {
  content: "From time to time, we may contact you by telephone and post to keep you updated on our work and ways you can help. You can change the way you hear from us at any time by emailing us at hello@breastcancernow.org or, calling us on 0333 20 70 300 or, writing to us at Fifth Floor, Ibex House, 42-47 Minories, London, EC3N 1DY. To help us to work more efficiently, we may analyse your information to make sure you receive the most relevant communications, and to target our digital advertising. This may include using publicly available information. You can ask us to stop this at any time, by contacting us using the above contact details. You can read more about how we will use your information on our website at breastcancernow.org/privacy, or contact us if you'd like a paper copy.";
  display: block;
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 10px;
  order: 1;
}
.play-section .col-xl-9 {
  flex: 0 0 100%;
  max-width: 100%;
}

.play-section label,
.play-section label p {
  font-weight: 500;
  color: #2D1829;
  font-size: 26px !important;
  text-transform: none !important;
}
.quick-pick label,
.custom-control-inline label,
.custom-control-inline label p {
  font-size: 20px !important;
}
.custom-control-inline label {
  width: calc(100% - 60px);
}

.play-section p {
  font-size: 18px;
}

.play-section .custom-control-label p {
  margin-bottom: 0;
}

.ticket-purchase-summary {
  background: #ffb0d0;
}

.quick-pick {
  position: relative;
  font-family: "Work Sans", sans-serif;
  cursor: pointer;
  font-size: 1rem;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.quick-pick input {
  margin-right: 10px;
}

.quick-pick.quick-pick-sm {
  font-size: 0.6rem;
}

.quick-pick label.quick-pick-number {
  margin-bottom: 0;
  font-size: inherit;
}

.quick-pick label.quick-pick-number span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 2.9em;
  font-weight: bold;
  color: #e72a60;
  line-height: 1;
  cursor: pointer;
}

.quick-pick label.quick-pick-number svg {
  fill: currentColor !important;
  max-width: 100%;
}

.quick-pick label.quick-pick-number svg.quick-pick-initial-img {
  color: #fbd8d8;
}

.quick-pick label.quick-pick-number svg.quick-pick-active-img {
  color: #e72a60;
}

.quick-pick .quick-pick-active-img {
  display: none;
}

.quick-pick input[type=radio]:checked+label .quick-pick-active-img {
  display: inline-block;
}

.quick-pick input[type=radio]:checked+label .quick-pick-initial-img {
  display: none;
}

.quick-pick input[type=radio]:checked+label span {
  color: #f8f9fa;
}

@media (max-width: 575.98px) {
  .ticket-purchase-summary h5 {
    font-size: 1.1rem;
  }
}

.ticket-price-roundel {
  top: 0;
  border-radius: 50%;
  overflow: hidden;
  width: 140px;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.ticket-price-roundel svg {
  fill: currentColor !important;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@media (min-width: 992px) {
  .ticket-price-roundel {
    position: absolute;
  }
}

.ticket-price-roundel h3 {
  position: relative;
  font-size: 1.3rem;
  z-index: 2;
}

.ticket-price-roundel h2 {
  position: relative;
  font-size: 1.2rem;
  margin-bottom: 0;
  line-height: 0.6;
  margin-top: 0.25rem;
  zoom: 3;
}

.play-tickets-and-donation-section input[type=text]:focus {
  box-shadow: none;
  border-color: #fbd8d8;
}

.play-tickets-and-donation-section .border-btm-darkish {
  border-bottom: none;
}

/**
  Generic Play Page Styles
 */
.play-your-communication-preferences-section .step-box-body h2,
.play-your-communication-preferences-section .step-box-body h3,
.play-your-communication-preferences-section .step-box-body h4,
.play-your-communication-preferences-section .step-box-body h5 {
  font-family: "Work Sans", sans-serif;
  font-weight: bold;
}

.play-your-communication-preferences-section .custom-control-input:checked~.custom-control-label::before {
  background-color: #f5821f;
  border-color: #f5821f;
}

.play-your-communication-preferences-section .custom-control-input:focus:not(:checked)~.custom-control-label::before {
  border-color: #f79d50;
}

.play-your-communication-preferences-section .custom-control-input:focus~.custom-control-label::before {
  border-color: #f79d50;
  box-shadow: 0 0 0 0.2rem rgba(245, 130, 31, 0.25);
}

.play-address-details-section .btn-sm {
  font-size: 1.5rem;
}

.play-tickets-and-donation-section .gift-aid-box {
    padding: 50px 0;
    background-color: transparent;
    border: 1px solid #f95584;
    border-radius: 15px;
}
.play-tickets-and-donation-section .gift-aid-box .bg-white {
    background-color: transparent !important;
}

.play-tickets-and-donation-section .gift-aid-box .gift-aid-main-title {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 0;
}

.play-tickets-and-donation-section .gift-aid-box .col-md-7 {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.play-tickets-and-donation-section .gift-aid-box p {
  font-size: 18px;
}

.play-terms-and-conditions-section .custom-control-input:checked~.custom-control-label::before {
  background-color: #f5821f;
  border-color: #f5821f;
}

.play-terms-and-conditions-section .custom-control-input:focus:not(:checked)~.custom-control-label::before {
  border-color: #f79d50;
}

.play-terms-and-conditions-section .custom-control-input:focus~.custom-control-label::before {
  border-color: #f79d50;
  box-shadow: 0 0 0 0.2rem rgba(245, 130, 31, 0.25);
}

.play-address-details-section {
  padding-bottom: 3rem;
}

.play-address-details-section hr {
  display: none;
}

.play-address-details-section .step-box-body .row:last-of-type .col-sm-12 {
  text-align: center;
}

#player_address_postcode {
  width: 100% !important;
}

#go-to-payment-btn {
  color: #f8f9fa;
}

.play-page-body {
  background-color: #fdebea;
}

#country-select-cont select option:last-child {
  display: none;
}

.tickets-box {
  font-size: 1rem;
}

.tickets-box h2,
.tickets-box h3 {
  font-family: "Work Sans", sans-serif;
  font-weight: bold;
  color: #e72a60;
  line-height: 1;
}

.tickets-box h3 {
  margin-bottom: 0.5rem;
}

.tickets-box h2 {
  font-size: 5em;
}

.tickets-box p {
  font-weight: 500;
}

.page-box-heading {
  margin-top: 1.5rem;
  background-color: #e72a60;
  text-transform: uppercase;
  line-height: 1;
  padding: 1.5rem 0.5rem 1rem 0.5rem;
  margin-bottom: 0;
  color: #FFF;
  text-align: center;
}

@media (min-width: 768px) {
  .page-box-heading {
    padding: 1.5rem 1.5rem 1rem 1.5rem;
  }
}

.page-box-body {
  padding: 1rem 0.5rem;
  background-color: #fff;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .page-box-body.page-box-body-shape-bg {
    background-image: url("../../bcn/assets/light-pink-bottom-right-shape.png");
    background-repeat: no-repeat;
    background-position: bottom right;
  }
}

.primary-font {
  font-family: "Greycliff-Bold", sans-serif;
}

.secondary-font {
  font-family: "breast-cancer-now", sans-serif;
}

@media (min-width: 768px) {
  .line-h-80 {
    line-height: 80%;
  }
}

.line-h-100 {
  line-height: 100%;
}

.text-v-center {
  vertical-align: middle;
}

.font-weight-medium {
  font-weight: 500 !important;
}

.font-weight-semi-bold {
  font-weight: 600 !important;
}

.translate-y-minus-50 {
  transform: translateY(-50%);
}

.border-none {
  border: none;
}

.border-btm,
.border-accent-btm {
  border-bottom-style: solid;
  border-bottom-width: 1em;
}

.border-btm.border-thin,
.border-accent-btm.border-thin {
  border-bottom-width: 0.5em;
}

.border-btm.border-style-dotted,
.border-accent-btm.border-style-dotted {
  border-bottom-style: dotted;
  border-bottom-width: 0.2em;
}

.border-btm-primary {
  border-bottom-color: #e72a60;
}

.border-btm-secondary {
  border-bottom-color: #f5821f;
}

.border-btm-success {
  border-bottom-color: #28a745;
}

.border-btm-info {
  border-bottom-color: #17a2b8;
}

.border-btm-warning {
  border-bottom-color: #ffc107;
}

.border-btm-danger {
  border-bottom-color: #dc3545;
}

.border-btm-light {
  border-bottom-color: #FFF;
}

.border-btm-dark {
  border-bottom-color: #2D1829;
}

.border-btm-tertiary {
  border-bottom-color: #fbd8d8;
}

.border-btm-quaternary {
  border-bottom-color: #fdebea;
}

.border-btm-darkish {
  border-bottom-color: #646464;
}

.border-btm-lightish {
  border-bottom-color: #dcdcdc;
}

.border-accent-btm-secondary {
  border-bottom-color: #696969;
}

.border-accent-btm-tertiary {
  border-bottom-color: #ed4d4d;
}

.w-85 {
  width: 85% !important;
}

.winners-header {
  margin-top: 50px;
  display: flex;
  font-size: 32px;
  color: white;
  font-weight: bold;
}

@media (max-width: 991px) {
  .winners-header {
    display: none;
  }
}

.winners-header__left {
  width: 30%;
  margin-right: 10px;
  background: #6F2B5F;
  border-radius: 8px;
  padding: 10px;
  text-transform: uppercase;
  text-align: center;
}

.winners-header__right {
  width: 70%;
  margin-left: 10px;
  background: #6F2B5F;
  padding: 10px 25px;
  display: flex;
  border-radius: 8px;
}

.winners-header__right>div {
  width: calc(100% / 4);
}

.winners-list {
  margin-top: 25px;
  display: flex;
  font-size: 32px;
  color: white;
  width: 100%;
  font-weight: bold;
}

@media (max-width: 991px) {
  .winners-list {
    border: 3px solid #EF3969;
    background: white;
    color: #E72A60;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
  }
}

.winners-list__left {
  width: 30%;
  margin-right: 10px;
  background: #EF3969;
  border-radius: 8px;
  padding: 10px;
  text-transform: uppercase;
  text-align: center;
  font-size: 70px;
}

@media (max-width: 991px) {
  .winners-list__left {
    background: none;
    padding: 10px 25px;
    text-align: center;
    width: 100%;
    padding-bottom: 0;
  }
}

.winners-list__right {
  width: 70%;
  margin-left: 10px;
  border: 3px solid #EF3969;
  padding: 10px 25px;
  display: flex;
  border-radius: 8px;
  background: white;
  color: #E72A60;
  align-items: center;
}

@media (max-width: 991px) {
  .winners-list__right {
    border: none;
    display: block;
    padding-left: 0;
    text-align: center;
    width: 100%;
    background: none;
    padding-top: 0;
  }
}

.winners-list__right img {
  width: 6rem;
}

.winners-list__right>div {
  width: calc(100% / 4);
}

@media (max-width: 991px) {
  .winners-list__right>div {
    display: block;
    width: 100%;
  }
}

.work-sans-headline {
  font-family: "Work-Sans", sans-serif !important;
  font-weight: 700;
}

.bg-image-stars {
  position: absolute;
  bottom: 25px;
  right: 25px;
}

.swirls {
  position: absolute;
  bottom: 25px;
  left: 25px;
}

@media (max-width: 1924px) {
  .swirls--hide-mob {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */