.challenge {
  letter-spacing: -.04166em;
  padding: 1px 7px 0;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: .875em;
}

@media (min-width: 760px) {
  .challenge {
    padding: 16px 8px 0;
  }
}

@media (min-width: 1080px) {
  .challenge {
    padding: 24px 8px 0;
  }
}

.green .button {
  border-radius: var(--sbf-border-radius-4);
  color: #fff;
  font-family: var(--sbf-font-family-sans);
  font-weight: var(--sbf-font-weight-700);
  border-color: #11a05b;
  border-width: var(--sbf-border-width-2);
  cursor: pointer;
  white-space: nowrap;
  z-index: 2;
  letter-spacing: -.005em;
  text-align: center;
  background-color: #11a05b;
  border-style: solid;
  margin-bottom: 10px;
  text-decoration: none;
  transition: background 50ms linear, border-color 50ms linear, color 50ms linear, opacity 50ms linear;
  display: inline-block;
}

.green .button:hover, .green .button:focus {
  color: #f5f5f5;
  border-bottom-width: var(--sbf-border-width-2);
  background-color: #0c7241;
  border-color: #0c7241;
}

.green .button:focus {
  outline: solid var(--sbf-border-width-2) var(--sbf-state-focus);
  outline-offset: var(--sbf-border-width-2);
}

.green .button.disabled, .green .button[disabled] {
  opacity: var(--sbf-opacity-50);
  pointer-events: none;
}

.green .button.disabled:hover, .green .button.disabled:focus, .green .button[disabled]:hover, .green .button[disabled]:focus {
  color: #fff;
  border-bottom-width: var(--sbf-border-width-2);
  background-color: #11a05b;
  border-color: #11a05b;
}

.green .button {
  font-size: var(--sbf-font-size-18);
  min-width: 200px;
  padding: 16px;
  line-height: 1.15em;
}

.blue .button {
  border-radius: var(--sbf-border-radius-4);
  color: #fff;
  font-family: var(--sbf-font-family-sans);
  font-weight: var(--sbf-font-weight-700);
  border-color: #005595;
  border-width: var(--sbf-border-width-2);
  cursor: pointer;
  white-space: nowrap;
  z-index: 2;
  letter-spacing: -.005em;
  text-align: center;
  background-color: #005595;
  border-style: solid;
  margin-bottom: 10px;
  text-decoration: none;
  transition: background 50ms linear, border-color 50ms linear, color 50ms linear, opacity 50ms linear;
  display: inline-block;
}

.blue .button:hover, .blue .button:focus {
  color: #f5f5f5;
  border-bottom-width: var(--sbf-border-width-2);
  background-color: #003862;
  border-color: #003862;
}

.blue .button:focus {
  outline: solid var(--sbf-border-width-2) var(--sbf-state-focus);
  outline-offset: var(--sbf-border-width-2);
}

.blue .button.disabled, .blue .button[disabled] {
  opacity: var(--sbf-opacity-50);
  pointer-events: none;
}

.blue .button.disabled:hover, .blue .button.disabled:focus, .blue .button[disabled]:hover, .blue .button[disabled]:focus {
  color: #fff;
  border-bottom-width: var(--sbf-border-width-2);
  background-color: #005595;
  border-color: #005595;
}

.blue .button {
  font-size: var(--sbf-font-size-18);
  min-width: 200px;
  padding: 16px;
  line-height: 1.15em;
}

.button.facebook-share {
  border-radius: var(--sbf-border-radius-4);
  color: #fff;
  font-family: var(--sbf-font-family-sans);
  font-weight: var(--sbf-font-weight-700);
  border-color: #005595;
  border-width: var(--sbf-border-width-2);
  cursor: pointer;
  white-space: nowrap;
  z-index: 2;
  letter-spacing: -.005em;
  text-align: center;
  background-color: #005595;
  border-style: solid;
  margin-bottom: 10px;
  text-decoration: none;
  transition: background 50ms linear, border-color 50ms linear, color 50ms linear, opacity 50ms linear;
  display: inline-block;
}

.button.facebook-share:hover, .button.facebook-share:focus {
  color: #f5f5f5;
  border-bottom-width: var(--sbf-border-width-2);
  background-color: #003862;
  border-color: #003862;
}

.button.facebook-share:focus {
  outline: solid var(--sbf-border-width-2) var(--sbf-state-focus);
  outline-offset: var(--sbf-border-width-2);
}

.button.facebook-share.disabled, .button.facebook-share[disabled] {
  opacity: var(--sbf-opacity-50);
  pointer-events: none;
}

.button.facebook-share.disabled:hover, .button.facebook-share.disabled:focus, .button.facebook-share[disabled]:hover, .button.facebook-share[disabled]:focus {
  color: #fff;
  border-bottom-width: var(--sbf-border-width-2);
  background-color: #005595;
  border-color: #005595;
}

.button.facebook-share {
  font-size: var(--sbf-font-size-16);
  min-width: initial;
  padding: 12px;
  line-height: 1.15em;
}

.button.facebook-share .icon {
  width: 13px;
  height: 13px;
  top: -1px;
}

.button.twitter-share {
  border-radius: var(--sbf-border-radius-4);
  color: #353535;
  font-family: var(--sbf-font-family-sans);
  font-weight: var(--sbf-font-weight-700);
  border-color: #cde5ff;
  border-width: var(--sbf-border-width-2);
  cursor: pointer;
  white-space: nowrap;
  z-index: 2;
  letter-spacing: -.005em;
  text-align: center;
  background-color: #cde5ff;
  border-style: solid;
  margin-bottom: 10px;
  text-decoration: none;
  transition: background 50ms linear, border-color 50ms linear, color 50ms linear, opacity 50ms linear;
  display: inline-block;
}

.button.twitter-share:hover, .button.twitter-share:focus {
  color: #353535;
  border-bottom-width: var(--sbf-border-width-2);
  background-color: #9acaff;
  border-color: #9acaff;
}

.button.twitter-share:focus {
  outline: solid var(--sbf-border-width-2) var(--sbf-state-focus);
  outline-offset: var(--sbf-border-width-2);
}

.button.twitter-share.disabled, .button.twitter-share[disabled] {
  opacity: var(--sbf-opacity-50);
  pointer-events: none;
}

.button.twitter-share.disabled:hover, .button.twitter-share.disabled:focus, .button.twitter-share[disabled]:hover, .button.twitter-share[disabled]:focus {
  color: #353535;
  border-bottom-width: var(--sbf-border-width-2);
  background-color: #cde5ff;
  border-color: #cde5ff;
}

.button.twitter-share {
  font-size: var(--sbf-font-size-16);
  min-width: initial;
  text-align: center;
  padding: 12px;
  line-height: 1.15em;
}

.button.twitter-share .icon {
  width: 15px;
  height: 15px;
  top: -2px;
}

.button .icon {
  vertical-align: middle;
}

.top-section {
  text-align: center;
  margin-left: -8px;
  margin-right: -8px;
  padding-top: 30px;
  padding-bottom: 18px;
}

@media (min-width: 720px) {
  .top-section {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 32px;
  }
}

@media (min-width: 760px) {
  .top-section {
    padding-top: 0;
  }
}

@media (min-width: 1080px) {
  .top-section {
    padding-bottom: 44px;
  }
}

.top-section .svg--stars {
  width: 70px;
  height: 24px;
}

@media (min-width: 720px) {
  .top-section .svg--stars {
    width: 88px;
    height: 30px;
  }
}

@media (min-width: 1080px) {
  .top-section .svg--stars {
    width: 106px;
    height: 40px;
  }
}

.top-section h1 {
  margin-top: 4px;
  margin-bottom: 0;
  font-size: 1.643em;
}

@media (min-width: 720px) {
  .top-section h1 {
    font-size: 2.143em;
  }
}

@media (min-width: 1080px) {
  .top-section h1 {
    margin-top: 0;
    font-size: 2.429em;
  }
}

.top-section h2 {
  text-transform: uppercase;
  letter-spacing: 3px;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 8px 0 9px;
  font-size: .857em;
  font-weight: 500;
}

@media (min-width: 720px) {
  .top-section h2 {
    width: 392px;
    padding: 8px 0 7px;
  }
}

@media (min-width: 1080px) {
  .top-section h2 {
    width: 530px;
    max-width: 530px;
    font-size: 1.286em;
  }
}

.challenge__totals {
  justify-content: center;
  align-items: center;
  margin: 0 -8px;
  display: flex;
}

@media (min-width: 720px) {
  .challenge__totals .totals--center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}

.challenge__totals .challenge__total {
  color: #fff;
  text-align: center;
  flex: 1;
  padding: 10px 0;
}

@media (min-width: 720px) {
  .challenge__totals .challenge__total {
    height: 112px;
    padding: 24px 0;
  }

  .challenge__totals .challenge__total.leader .totals--center:before, .challenge__totals .challenge__total.leader .totals--center:after, .challenge__totals .challenge__total.winner .totals--center:before, .challenge__totals .challenge__total.winner .totals--center:after {
    content: "";
    background-image: url("data:image/svg+xml,%3csvg%20id='Layer_2'%20data-name='Layer%202'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2018.93%2018'%3e%3cdefs%3e%3cstyle%3e.cls-1{fill:%23fff;}%3c/style%3e%3c/defs%3e%3ctitle%3estar%3c/title%3e%3cpolygon%20class='cls-1'%20points='9.46%200%2011.7%206.88%2018.93%206.88%2013.08%2011.13%2015.31%2018%209.46%2013.75%203.62%2018%205.85%2011.13%200%206.88%207.23%206.88%209.46%200'/%3e%3c/svg%3e");
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }

  .challenge__totals .challenge__total.leader .totals--center:before, .challenge__totals .challenge__total.winner .totals--center:before {
    left: -36px;
  }

  .challenge__totals .challenge__total.leader .totals--center:after, .challenge__totals .challenge__total.winner .totals--center:after {
    right: -36px;
  }
}

.challenge__totals .challenge__total > div {
  display: inline-block;
  position: relative;
}

.challenge__totals .challenge__total.green {
  background: #11a05b;
  padding-left: 40px;
  padding-right: 40px;
}

.challenge__totals .challenge__total.green.winner {
  background: #e9af1f;
}

.challenge__totals .challenge__total.green.loser {
  background: #353535;
}

@media (min-width: 720px) {
  .challenge__totals .challenge__total.green {
    padding-left: 80px;
    padding-right: 80px;
  }
}

.challenge__totals .challenge__total.blue {
  background: #005595;
  padding-left: 40px;
  padding-right: 40px;
}

.challenge__totals .challenge__total.blue.winner {
  background: #e9af1f;
}

.challenge__totals .challenge__total.blue.loser {
  background: #353535;
}

@media (min-width: 720px) {
  .challenge__totals .challenge__total.blue {
    padding-left: 80px;
    padding-right: 80px;
  }
}

.challenge__totals .challenger__name {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 500;
  display: none;
}

@media (min-width: 720px) {
  .challenge__totals .challenger__name {
    max-width: 280px;
    display: block;
  }
}

@media (min-width: 1080px) {
  .challenge__totals .challenger__name {
    max-width: 100%;
  }
}

.challenge__totals .challenger__total {
  margin-bottom: 0;
  font-size: 1.143em;
}

@media (min-width: 720px) {
  .challenge__totals .challenger__total {
    font-size: 1.571em;
  }
}

@media (min-width: 1080px) {
  .challenge__totals .challenger__total {
    font-size: 2.429em;
  }
}

.challenge__totals .versus {
  background-image: url("data:image/svg+xml,%3csvg%20id='Layer_1'%20data-name='Layer%201'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2080'%3e%3cdefs%3e%3cstyle%3e.cls-1{fill:%23353535;}.cls-2{fill:%23fff;}%3c/style%3e%3c/defs%3e%3ctitle%3evs%3c/title%3e%3ccircle%20class='cls-1'%20cx='40'%20cy='40'%20r='40'/%3e%3cpath%20class='cls-2'%20d='M40,75.5A35.5,35.5,0,1,1,75.5,40,35.54,35.54,0,0,1,40,75.5Zm0-70A34.5,34.5,0,1,0,74.5,40,34.54,34.54,0,0,0,40,5.5Z'/%3e%3cpath%20class='cls-2'%20d='M35.12,49.37H29.38L23,31.13l6.16-.72,3.46,11.78L36,30.67h5.58Z'/%3e%3cpath%20class='cls-2'%20d='M49.32,49.59a16.93,16.93,0,0,1-7.67-1.86l.68-4.37a14.32,14.32,0,0,0,7,2.2c1.6,0,2.36-.53,2.36-1.41s-.53-1.37-3.15-2c-4.67-1.22-6.65-2.47-6.65-6s2.58-5.77,7.14-5.77a17.07,17.07,0,0,1,6.88,1.37l-.72,4.37A13.68,13.68,0,0,0,49.1,34.4c-1.37,0-2,.49-2,1.22s.53,1.18,3.15,1.9c4.94,1.33,6.69,2.58,6.69,6C57,47.47,54.26,49.59,49.32,49.59Z'/%3e%3c/svg%3e");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 720px) {
  .challenge__totals .versus {
    width: 80px;
    height: 80px;
  }
}

.challenge__details {
  text-align: center;
  color: #fff;
  background-image: url("/fa/min/assets/bg-active-m-ee9d9614.jpg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -8px;
  padding: 0;
  display: flex;
}

@media (max-width: 719px) {
  .challenge__details.draw:before {
    content: "★  DRAW  ★";
    z-index: 4;
    color: #fff;
    letter-spacing: 1px;
    background-color: #353535;
    width: 100%;
    height: 20px;
    padding: 5px 0;
    font-size: .857em;
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media (min-width: 720px) {
  .challenge__details {
    background-image: url("/fa/min/assets/bg-active-t-174ff05d.jpg");
    background-position: center;
    background-size: cover;
    align-items: center;
    padding: 65px 8px 0;
  }
}

@media (min-width: 1080px) {
  .challenge__details {
    background-image: url("/fa/min/assets/bg-active-d-fd22a60d.jpg");
    max-height: 640px;
    padding: 70px 8px;
  }
}

.challenge__details.inactive {
  background-image: url("/fa/min/assets/bg-winner-draw-m-18599710.jpg");
}

@media (min-width: 720px) {
  .challenge__details.inactive {
    background-image: url("/fa/min/assets/bg-winner-draw-t-304e2c92.jpg");
  }
}

@media (min-width: 1080px) {
  .challenge__details.inactive {
    background-image: url("/fa/min/assets/bg-winner-draw-d-8243eec6.jpg");
  }
}

.challenge__details .challenger__detail {
  flex: 1 0 50%;
  width: 50%;
}

@media (min-width: 720px) {
  .challenge__details .challenger__detail {
    flex: 1 0 275px;
    min-width: 275px;
    max-width: 275px;
    margin: 0 35px;
  }
}

@media (min-width: 1080px) {
  .challenge__details .challenger__detail {
    margin: 0;
  }
}

.challenge__details .challenger__detail .details {
  height: 135px;
  margin-top: -7px;
  padding: 20px 15px;
}

@media (min-width: 720px) {
  .challenge__details .challenger__detail .details {
    margin-bottom: 24px;
    padding: 20px;
    box-shadow: 0 11px 0 -5px #0003;
  }
}

.challenge__details .challenger__detail .details--center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.challenge__details .challenger__detail .photo-wrapper {
  aspect-ratio: 1;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.challenge__details .challenger__detail .photo-wrapper img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.challenge__details .challenger__detail p {
  margin-bottom: 0;
}

.challenge__details .challenger__detail .challenger__name {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
  font-size: .857em;
  font-weight: 600;
  line-height: 1.286em;
}

@media (min-width: 720px) {
  .challenge__details .challenger__detail .challenger__name {
    text-transform: none;
    letter-spacing: 0;
    font-size: 1.286em;
  }
}

.challenge__details .challenger__detail .challenger__name a {
  color: inherit;
  border-bottom: none;
}

.challenge__details .challenger__detail .challenger__name a:hover {
  opacity: .8;
}

.challenge__details .challenger__detail .event-name, .challenge__details .challenger__detail .date {
  letter-spacing: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 4px;
  font-size: .857em;
  overflow: hidden;
}

.challenge__details .challenger__detail.green {
  order: 1;
}

.challenge__details .challenger__detail.green .details {
  background: #11a05b;
}

.challenge__details .challenger__detail.green.winner .details {
  background: #e9af1f;
}

.challenge__details .challenger__detail.green.loser .details {
  background: #353535;
}

.challenge__details .challenger__detail.blue {
  order: 2;
}

.challenge__details .challenger__detail.blue .details {
  background: #005595;
}

@media (min-width: 1080px) {
  .challenge__details .challenger__detail.blue {
    order: 3;
  }
}

.challenge__details .challenger__detail.blue.winner .details {
  background: #e9af1f;
}

.challenge__details .challenger__detail.blue.loser .details {
  background: #353535;
}

.challenge__details .challenger__detail .tk-button {
  width: 80%;
  min-width: 0;
  max-width: 145px;
  margin: 20px 8px 0;
  padding: 8px;
  font-size: 1em;
}

@media (min-width: 481px) {
  .challenge__details .challenger__detail .tk-button {
    max-width: 80%;
  }
}

@media (min-width: 720px) {
  .challenge__details .challenger__detail .tk-button {
    min-width: 100%;
    margin: 24px 0 0;
    padding: 16px 8px;
    font-size: 16px;
  }
}

.challenge__details.inactive .tk-button {
  background-color: #0000;
  border-color: #fff;
}

.challenge__details.inactive .tk-button:hover {
  color: #979797;
  background-color: #fff;
}

@media (max-width: 719px) {
  .challenge__details .leader.green:before {
    content: "★  LEADER  ★";
    z-index: 4;
    color: #fff;
    letter-spacing: 1px;
    background-color: #0c7241;
    width: 100%;
    height: 20px;
    padding: 5px 0;
    font-size: .857em;
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 0;
  }

  .challenge__details .leader.blue:before {
    content: "★  LEADER  ★";
    z-index: 4;
    color: #fff;
    letter-spacing: 1px;
    background-color: #003862;
    width: 100%;
    height: 20px;
    padding: 5px 0;
    font-size: .857em;
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 0;
  }

  .challenge__details .winner:before {
    content: "★  WINNER  ★";
    z-index: 4;
    color: #fff;
    letter-spacing: 1px;
    background-color: #c29013;
    width: 100%;
    height: 20px;
    padding: 5px 0;
    font-size: .857em;
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media (min-width: 720px) {
  .challenge__details .leader.green:before {
    content: "";
    z-index: 2;
    letter-spacing: 3px;
    content: "  LEADER  ";
    background-image: url("data:image/svg+xml,%3csvg%20id='Layer_1'%20data-name='Layer%201'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20314.74%2039.22'%3e%3cdefs%3e%3cstyle%3e.cls-1{fill:%23006e3c;}.cls-2{fill:%2311a05b;}%3c/style%3e%3c/defs%3e%3ctitle%3eleader-green2%3c/title%3e%3cpolygon%20class='cls-1'%20points='0%2039.22%208.79%2024.61%200%2010%2018.87%2010%2018.87%2039.22%200%2039.22'/%3e%3cpolygon%20class='cls-1'%20points='314.74%2039.22%20305.95%2024.61%20314.74%2010%20295.87%2010%20295.87%2039.22%20314.74%2039.22'/%3e%3cpath%20class='cls-2'%20d='M18.87,0V29.32h277V0Z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    width: 313px;
    height: 39px;
    font-size: 20px;
    font-weight: 600;
    display: block;
    position: absolute;
    top: -1px;
    left: -18.8px;
  }

  .challenge__details .leader.blue:before {
    content: "";
    z-index: 2;
    letter-spacing: 3px;
    content: "  LEADER  ";
    background-image: url("data:image/svg+xml,%3csvg%20id='Layer_1'%20data-name='Layer%201'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20314.74%2039.27'%3e%3cdefs%3e%3cstyle%3e.cls-1{fill:%23003767;}.cls-2{fill:%23005595;}%3c/style%3e%3c/defs%3e%3ctitle%3eleader-blue%3c/title%3e%3cpolygon%20class='cls-1'%20points='0%2039.27%208.79%2024.66%200%2010.05%2018.87%2010.05%2018.87%2039.27%200%2039.27'/%3e%3cpolygon%20class='cls-1'%20points='314.74%2039.27%20305.95%2024.66%20314.74%2010.05%20295.87%2010.05%20295.87%2039.27%20314.74%2039.27'/%3e%3cpath%20class='cls-2'%20d='M18.87,0V29.32h277V0Z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    width: 313px;
    height: 39px;
    font-size: 20px;
    font-weight: 600;
    display: block;
    position: absolute;
    top: -1px;
    left: -18.8px;
  }

  .challenge__details .draw:before {
    content: "";
    z-index: 2;
    letter-spacing: 3px;
    content: "  DRAW  ";
    background-image: url("data:image/svg+xml,%3csvg%20id='Layer_1'%20data-name='Layer%201'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20314.74%2039.22'%3e%3cdefs%3e%3cstyle%3e.cls-1{fill:%23353535;}%3c/style%3e%3c/defs%3e%3ctitle%3edraw2%3c/title%3e%3cpolygon%20points='0%2039.22%208.79%2024.61%200%2010%2018.87%2010%2018.87%2039.22%200%2039.22'/%3e%3cpolygon%20points='314.74%2039.22%20305.95%2024.61%20314.74%2010%20295.87%2010%20295.87%2039.22%20314.74%2039.22'/%3e%3cpath%20class='cls-1'%20d='M18.87,0V29.32h277V0Z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    width: 313px;
    height: 39px;
    font-size: 20px;
    font-weight: 600;
    display: block;
    position: absolute;
    top: -1px;
    left: -18.8px;
  }

  .challenge__details .winner:before {
    content: "";
    z-index: 2;
    letter-spacing: 3px;
    content: "  WINNER  ";
    background-image: url("data:image/svg+xml,%3csvg%20id='Layer_1'%20data-name='Layer%201'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20314.74%2039.27'%3e%3cdefs%3e%3cstyle%3e.cls-1{fill:%23bd8c08;}.cls-2{fill:%23e9af1f;}%3c/style%3e%3c/defs%3e%3ctitle%3ewinner%3c/title%3e%3cpolygon%20class='cls-1'%20points='0%2039.27%208.79%2024.67%200%2010.06%2018.87%2010.06%2018.87%2039.27%200%2039.27'/%3e%3cpolygon%20class='cls-1'%20points='314.74%2039.27%20305.95%2024.67%20314.74%2010.06%20295.87%2010.06%20295.87%2039.27%20314.74%2039.27'/%3e%3cpath%20class='cls-2'%20d='M18.87,0V29.32h277V0Z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    width: 313px;
    height: 39px;
    font-size: 20px;
    font-weight: 600;
    display: block;
    position: absolute;
    top: -1px;
    left: -18.8px;
  }
}

.challenge__details .challenge__detail {
  letter-spacing: -.03125em;
  flex: 100%;
  order: 3;
  margin: 20px 40px 34px;
  padding: 0 10%;
  font-family: Zilla Slab, Georgia, serif;
}

@media (min-width: 720px) {
  .challenge__details .challenge__detail {
    margin-top: 40px;
  }
}

@media (min-width: 1080px) {
  .challenge__details .challenge__detail {
    flex: 250px;
    order: 2;
    min-width: 0;
    max-width: 250px;
    margin: -70px 70px 0;
    padding: 0;
  }
}

.challenge__details .challenge__detail p {
  margin-bottom: 12px;
  font-size: 1.143em;
  font-weight: 600;
}

@media (min-width: 720px) {
  .challenge__details .challenge__detail p {
    max-width: 470px;
    margin: 0 auto 24px;
    font-size: 1.2em;
  }
}

@media (min-width: 1080px) {
  .challenge__details .challenge__detail p {
    max-width: 100%;
  }
}

.challenge__details .challenge__detail h2 {
  margin-bottom: 0;
  font-size: 1.571em;
}

@media (min-width: 720px) {
  .challenge__details .challenge__detail h2 {
    font-size: 1.657em;
  }
}

.challenge__details .svg--star-hr--desktop {
  fill: #fff;
  width: 250px;
  height: 40px;
  display: none;
}

@media (min-width: 1080px) {
  .challenge__details .svg--star-hr--desktop {
    display: block;
  }
}

.challenge__details .svg--star-hr--tablet {
  fill: #fff;
  width: 470px;
  height: 50px;
  margin: 0 auto;
  display: none;
}

@media (min-width: 720px) and (max-width: 1079px) {
  .challenge__details .svg--star-hr--tablet {
    display: block;
  }
}

.challenge__share {
  text-align: center;
  padding: 33px 0;
  display: block;
}

.challenge__share h2 {
  margin: 0 0 24px;
  font-size: 1.714em;
}

.challenge__share .button {
  width: 145px;
  min-width: 0;
  margin: 0 8px;
  padding: 8px;
}

@media (min-width: 720px) {
  .challenge__share h2 {
    margin-bottom: 12px;
    font-size: 2em;
  }

  .challenge__share .button {
    width: 115px;
  }
}

@media (min-width: 1080px) {
  .challenge__share {
    text-align: left;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 55px 0;
    display: flex;
  }

  .challenge__share h2 {
    margin: 0 20px 0 0;
    font-size: 2em;
  }

  .challenge__share .button {
    padding: 8px 16px;
  }
}
