@charset "UTF-8";
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lighter-red {
  color: #C00C28 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}
.fit-text-active {
  display: block;
  white-space: normal;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: font-size 0.3s ease;
}
.fit-text-container {
  height: auto;
  overflow: visible;
}
body {
  background: #09213F;
  text-align: center;
}
.w_850, .w_700 {
  width: auto;
}
.h_l {
  display: block;
}
.h_s {
  display: none;
}
h2 {
  color: #DBC29A;
  text-align: center;
  font-family: "Meta Serif Pro";
  font-size: 24px;
  font-weight: 500;
  line-height: 120%; /* 28.8px */
  width: unset;
  margin: 0 auto 23px auto;
}
p {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%; /* 27px */
  width: unset;
  opacity: 0.8;
}
p .w {
  opacity: 1.0;
}
a:hover {
  cursor: pointer;
}
.ad {
  width: auto;
  height: auto;
  margin: 0 auto;
}
.ad img {
  width: 320px;
  margin: 0 auto 56px;
}
.maincont {
  width: auto;
  margin: 0 auto;
}
.hero-block {
  position: relative;
  padding: 0;
}
.hero-block {
  position: relative;
  background-image: url("../img/hero-background.webp");
  background-repeat: none;
  padding: 40px 0 40px;
  z-index: 0;
}
.hero-block:before, .hero-block:after {
  position: absolute;
  top: -40px;
  bottom: 0;
  display: block;
  content: "";
  background-size: 100% auto !important;
  background-repeat: no-repeat !important;
  z-index: 10;
  opacity: 0.7;
}
.hero-block:before {
  left: 0;
  width: 28%;
  background: url("../img/flag-fireworks-left.webp");
  z-index: 1;
}
.hero-block:after {
  right: 0;
  width: 36.6%;
  background: url("../img/flag-fireworks-right.webp");
  z-index: 1;
}
.hero-block .cont {
  position: relative;
  z-index: 100;
  margin: 0 auto;
}
.hero-block .cont .logo {
  width: min(410px, calc(100vw - 180px)) !important;
  max-width: 215px;
  height: auto !important;
  margin: 0 auto 40px;
}
.hero-block .cont p {
  color: #fff;
  opacity: 0.9;
  font-size: 17px;
  line-height: 150%; /* 30px */
  margin: 0 16px 30px;
}
.hero-block .cont p.countdown {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: 1.6px;
  margin: 0 0 0.5rem 0;
}
.hero-block .cont p.countdown_date {
  color: #C8AF86;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  margin: 0 auto;
  line-height: 120%;
}
.hero-block .cont p.countdown_date span.num {
  font-weight: 700;
}
.hero-block .cont ul {
  display: flex;
  flex-direction: column;
  height: unset;
  margin: 0 auto 56px;
  padding: 0;
  justify-content: center;
  align-items: center;
  gap: 16px 0;
  list-style: none;
}
.hero-block .cont ul li img {
  width: 230px;
  height: auto;
}
.hero-block .cont ul li a:hover {
  opacity: 0.7;
}
.timeline-block > p:nth-of-type(1) {
  font-size: 16px;
  margin: 0 0 24px 0;
}
.timeline-block > p:nth-of-type(2) {
  color: #C6AF8D;
  margin: 0 0 24px 0;
}
.bracket-block {
  padding: 0;
  width: 100%;
  overflow: visible;
}
.bracket-block .vote {
  width: 100%;
  height: auto;
  margin: 40px auto;
  background: #FCFCFC;
}
.bracket-block .vote h2 {
  background: #C3A97F;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 21px */
  letter-spacing: 2.8px;
  text-transform: uppercase;
  margin: 0 0 12px 0;
  padding: 8px 0;
}
.bracket-block h2 {
  color: #DBC29A;
  font-family: "Meta Serif Pro";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 28.8px */
}
.bracket-block h2:nth-of-type(2) {
  font-size: 24px;
  margin: 0 auto 48px;
}
.bracket-block .vote p {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 25.2px */
  margin: 0 0 16px 0;
}
div.vote > div > div > p {
  margin: 0;
}
.bracket-block .vote p.counter {
  padding: 8px 12px;
  margin: 0 auto;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%; /* 14px */
  text-transform: uppercase;
  border-radius: 4px;
  background: rgba(198, 175, 141, 0.20);
  width: 4.2rem;
}
.bracket-block .vote .vote_options {
  position: relative;
  display: flex;
  gap: 0 8px;
  padding: 12px;
  justify-content: space-between;
  align-items: center;
}
.option {
  width: 50%;
  height: auto;
  min-height: 263px;
  position: relative;
  display: grid;
  flex-direction: column;
  overflow: hidden;
}
.option img {
  width: 100%;
  height: auto;
  min-height: 220px;
}
.option p {
  margin: 0 !important;
  opacity: 1;
  width: 101% !important;
}
.battle_a, .battle_b {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 70px;
  margin: 0 auto;
  display: block;
  color: #fff;
  font-family: Inter;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%; /* 20.8px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.vote_button {
  padding: 18px;
  width: 99.99%;
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.8px;
  text-transform: uppercase;
}
.vote_button:hover {
  opacity: 0.9;
}
.option_a.vote_button {
  background: #154EA2;
}
.option_b.vote_button {
  background: #B72418;
}
.vote_button.voted {
  background: #A0A0A0;
  letter-spacing: unset;
}
.bracket-block .vote .vote_options .vs {
  position: absolute;
  color: #000;
  font-family: "Meta Serif Pro";
  font-size: 28px;
  font-weight: 900;
  line-height: 100%; /* 20px */
  top: 97px;
  right: 0;
  left: 0;
  width: 3rem;
  margin: 0 auto;
  z-index: 300;
  opacity: 1;
}
.bracket-block .vote .vote_options .vs:after {
  position: absolute;
  top: -24px;
  z-index: -1;
  left: -11px;
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  background: url(../img/star.png) center no-repeat;
  background-size: cover;
}
.bracket-block .bracket_box {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.bracket-block .schedule {
  max-width: 1280px;
  width: 1290px;
  display: flex;
  padding: 12px 0;
  margin: 0 auto 24px;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  border-top: 1px solid #C6AF8D;
  border-bottom: 1px solid #C6AF8D;
}
.bracket-block .schedule li {
  list-style: none;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 200%; /* 24px */
  letter-spacing: 1.2px;
}
.bracket-block .brackets {
  max-width: 1280px;
  width: 1280px;
  height: 1005px;
  position: relative;
  margin: 0 auto;
}
.brackets * {
  opacity: 1;
}
.bracket-set {
  position: absolute !important;
  width: 280px !important;
  display: flex;
  flex-direction: column;
  z-index: 100;
}
#match-r1-m1 {
  top: 0px;
  left: 0px;
}
#match-r1-m1, #match-r1-m3 {
  content: "";
  display: block;
  position: absolute;
  width: 44px;
  height: 90px;
  border-top: 1px solid rgba(219, 194, 154, 0.50);
  border-right: 1px solid rgba(219, 194, 154, 0.50);
  right: -43px;
  bottom: -19px;
}
#match-r2-m1 {
  top: 157px;
  left: 135px;
}
#match-r2-m1:after {
  content: "";
  display: block;
  position: absolute;
  width: 108px;
  height: 168px;
  border-top: 1px solid rgba(219, 194, 154, 0.50);
  border-right: 1px solid rgba(219, 194, 154, 0.50);
  right: -107px;
  top: 70px;
}
#match-r1-m2 {
  top: 315px;
  left: 0px;
}
#match-r1-m2:after, #match-r1-m4:after {
  content: "";
  display: block;
  position: absolute;
  width: 44px;
  height: 88px;
  border-right: 1px solid rgba(219, 194, 154, 0.50);
  border-bottom: 1px solid rgba(219, 194, 154, 0.50);
  right: -43px;
  top: -17px;
}
#match-r1-m3 {
  top: 470px;
  left: 0px;
}
#match-r2-m2 {
  top: 627px;
  left: 135px;
}
#match-r2-m2:after {
  content: "";
  display: block;
  position: absolute;
  width: 108px;
  height: 186px;
  border-right: 1px solid rgba(219, 194, 154, 0.50);
  border-bottom: 1px solid rgba(219, 194, 154, 0.50);
  right: -107px;
  bottom: 70px;
}
#match-r1-m4 {
  top: 784px;
  left: 0px;
}
#match-r3-m1 {
  top: 393px;
  left: 351px;
}
#match-r1-m5 {
  top: 0px;
  right: 0px;
}
#match-r1-m5:after, #match-r1-m7:after {
  content: "";
  display: block;
  position: absolute;
  width: 44px;
  height: 87px;
  border-top: 1px solid rgba(219, 194, 154, 0.50);
  border-left: 1px solid rgba(219, 194, 154, 0.50);
  left: -43px;
  bottom: -16px;
}
#match-r2-m3 {
  top: 157px;
  right: 135px;
}
#match-r2-m3:after {
  content: "";
  display: block;
  position: absolute;
  width: 108px;
  height: 167px;
  border-top: 1px solid rgba(219, 194, 154, 0.50);
  border-left: 1px solid rgba(219, 194, 154, 0.50);
  left: -107px;
  top: 70px;
}
#match-r1-m6 {
  top: 314px;
  right: 0px;
}
#match-r1-m6:after, #match-r1-m8:after {
  content: "";
  display: block;
  position: absolute;
  width: 44px;
  height: 87px;
  border-left: 1px solid rgba(219, 194, 154, 0.50);
  border-bottom: 1px solid rgba(219, 194, 154, 0.50);
  left: -43px;
  top: -16px;
}
#match-r1-m7 {
  top: 470px;
  right: 0px;
}
#match-r2-m4 {
  top: 626px;
  right: 135px;
}
#match-r2-m4:after {
  content: "";
  display: block;
  position: absolute;
  width: 108px;
  height: 190px;
  border-left: 1px solid rgba(219, 194, 154, 0.50);
  border-bottom: 1px solid rgba(219, 194, 154, 0.50);
  left: -107px;
  bottom: 70px;
}
#match-r1-m8 {
  top: 783px;
  right: 0px;
}
#match-r3-m2 {
  top: 393px;
  right: 351px;
}
.bracket-set_final {
  position: absolute;
  width: 384px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
}
.bracket-set .bracket, .bracket-set_final .bracket {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 71px;
  background: #fff;
  padding: 12px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border: 1px solid rgba(219, 194, 154, 0.50);
}
.is-inactive:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.bracket-set_final p.final {
  background: #C3A97F;
  padding: 4px 0;
  margin: 0 auto;
  width: 100%;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%; /* 20.8px */
  letter-spacing: 3.2px;
}
.bracket * {
  color: #000 !important;
  margin: 0;
  padding: 0;
}
.bracket:last-of-type {
  margin: -1px 0 0 0;
}
.bracket p {
  text-align: left;
  line-height: 130%;
  font-weight: 600;
  width: 100%;
}
.bracket .date {
  color: #8E8E93 !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%; /* 18.2px */
}
.bracket img {
  width: 32px;
  height: 32px;
}
.bracket .vote_counts {
  background: rgba(219, 194, 154, 0.3);
  border-radius: 2px;
  width: 34px;
  height: 38px;
  padding: 2px;
}
.bracket .vote_counts p {
  text-align: center;
  display: inline-block;
  vertical-align: -webkit-baseline-middle;
  font-size: 9px;
  line-height: 140%;
}
.bracket .vote_counts .digits {
  display: block;
}
.bracket.final {
  display: flex;
  padding: 12px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
.bracket-block .bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  width: 500px;
  height: auto;
}
.bracket-block .bottom img {
  width: 405px;
  height: auto;
}
.bracket-block .bottom p {
  color: rgba(255, 255, 255, 0.80);
  font-size: 12px;
  line-height: 130%; /* 15.6px */
  width: 354px;
}
.contributors-block {
  margin: 0 auto;
  padding: 40px 0;
}
.contributors-block h2 {
  width: 100%;
}
.contributors-block h2 img {
  display: none;
}
.contributors-block p {
  margin: 0 auto 32px;
  color: #FFF;
  font-size: 16px;
}
.contributors-block p:last-of-type {
  margin: 0 auto;
}
.contributors-block p.names {
  font-size: 14px;
}
.contributors-block hr {
  display: none;
}
.contributors-block h3 {
  margin: 0 auto 32px;
  color: #FFF;
  font-family: "Meta Serif Pro";
  font-size: 20px;
  font-weight: 500;
  line-height: 150%; /* 30px */
  text-transform: uppercase;
}
.footer-block {
  background: #01122A;
  padding: 40px;
}
.footer-block img {
  width: 74px;
  height: auto;
  margin: 0 auto 24px;
}
.footer-block p.copy {
  color: #FFF;
  opacity: 1.0;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%; /* 18px */
  text-transform: uppercase;
}
/* modals */
/* Scroll lock when any modal is active */
.body-lock {
  overflow: hidden;
}
.modal {
  position: fixed;
  inset: 0;
  background-color: #4D5159;
  display: none;
  z-index: 999;
}
.modal.active {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-content {
  background: #fff;
  padding: 24px;
  width: min(90vw, 480px);
  height: 316px;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}
.close-btn {
  position: absolute;
  top: 10px;
  right: 12px;
  font-size: 22px;
  line-height: 1;
  background: transparent;
  border: none;
  cursor: pointer;
}
.modal.active .modal-content {
  animation: modal-in 160ms ease-out both;
}
@keyframes modal-in {
  from {
    opacity: 0;
    transform: translateY(-6px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.modal-content {
  background: #fff;
  padding: 20px;
  width: 400px;
  position: relative;
  text-align: center;
}
.modal-content .close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}
#modal1 > div > h2, #modal2 > div > h2 {
  color: #101828;
  background: none;
  text-align: left;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: unset;
  text-transform: unset;
  padding: 0;
  margin: 0 0 16px 0;
}
#modal1 > div > p, #modal2 > div > p {
  color: #475467;
  font-family: Inter;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  font-weight: 400;
  margin: 0;
}
#modal1 > div > hr, #modal2 > div > hr {
  width: calc(100% + 40px);
  border: none;
  border-top: 2px solid #EAECF0;
  margin: 24px -20px;
}
#modal1 > div > ul, #modal2 > div > ul {
  padding: 0;
}
#modal1 > div > ul li, #modal2 > div > ul li {
  display: block;
  list-style: none;
  width: 100%;
  padding: 10px 16px;
}
#modal1 > div > ul li:first-child, #modal2 > div > ul li:first-child {
  background: #154EA2;
  margin: 0 0 12px 0;
}
#modal1 > div > ul > li.close-btn, #modal2 > div > ul > li.close-btn {
  position: unset;
  border: 1px solid #D0D5DD;
  background: #FFF;
}
#modal1 > div > ul li a, #modal1 > div > ul li a:hover, #modal1 > div > ul li.close-btn, #modal1 > div > ul li.close-btn:hover, #modal2 > div > ul li a, #modal2 > div > ul li a:hover, #modal2 > div > ul li.close-btn, #modal2 > div > ul li.close-btn:hover {
  padding: 10px 16px;
  font-family: Inter;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  line-height: 20px; /* 125% */
  text-decoration: none;
}
#modal1 > div > ul li:first-child a, #modal2 > div > ul li:first-child a {
  color: #fff;
}
#modal1 > div > ul > li.close-btn a, #modal2 > div > ul > li.close-btn a {
  color: #344054;
}
/* Tablets (landscape) / small laptops */
@media (min-width: 1024px) {}
/* Desktops */
@media (min-width: 1085px) {
  body {
    background: #20252C;
  }
  .w_850 {
    max-width: 850px;
  }
  .w_700 {
    max-width: 700px;
  }
  .h_l {
    display: none;
  }
  .h_s {
    display: block;
  }
  h2 {
    color: #DBC29A;
    text-align: center;
    font-family: Inter;
    font-size: 40px;
    font-weight: 700;
    line-height: 120%; /* 48px */
    letter-spacing: 4px;
    text-transform: uppercase;
    margin: 0 auto 24px;
  }
  p {
    color: #FFF;
    opacity: 0.8;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; /* 24px */
    margin: 0 auto 24px;
  }
  p .w {
    opacity: 1.0;
  }
  .lighter-red {
    color: #EE2F24 !important;
    font-size: unset !important;
    font-weight: 700 !important;
    opacity: 1;
    margin: 0 0 40px 0;
  }
  .ad {
    width: 728px;
    height: 90px;
    margin: 0 auto;
  }
  .ad img {
    width: 728px;
  }
  .maincont {
    width: 100%;
	margin: 0 auto;
  }
  .hero-block {
    position: relative;
    background-image: url("../img/hero-background.webp");
    background-repeat: none;
    padding: 80px 0 40px 0;
    z-index: 0;
  }
  .hero-block:before, .hero-block:after {
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    content: "";
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    z-index: 10;
    opacity: 0.7;
  }
  .hero-block:before {
    left: 0;
    width: 385px;
    background: url("../img/flag-fireworks-left.webp");
    z-index: 1;
  }
  .hero-block:after {
    right: 0;
    width: 504px;
    background: url("../img/flag-fireworks-right.webp");
    z-index: 1;
  }
  .hero-block .cont {
    position: relative;
    z-index: 100;
    margin: 0 auto;
    background: none;
  }
  .hero-block .cont .logo {
    width: 430px;
    height: 240px;
    max-width: unset;
    margin: 0 auto 48px;
  }
  .hero-block .cont p {
    color: #fff;
    opacity: 0.9;
    font-size: 20px;
    line-height: 150%; /* 30px */
    margin: 0 auto 64px;
  }
  .hero-block .cont p.countdown {
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 33px */
    letter-spacing: 2.2px;
  }
  .hero-block .cont p.countdown_date {
    color: #C8AF86;
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    margin: 0 auto 48px;
  }
  .hero-block .cont p.countdown_date span.num {
    font-weight: 700;
  }
  .hero-block .cont ul {
    display: flex;
    flex-direction: row;
    margin: 0 auto 64px;
    padding: 0;
    justify-content: center;
    align-items: center;
    gap: 0 19px;
    list-style: none;
  }
  .timeline-block {
    background-color: #C8AF86;
    background-image:
      linear-gradient(0deg, rgba(34, 34, 34, 0.80), rgba(34, 34, 34, 0.80)), linear-gradient(0deg, rgba(200, 175, 134, 0.70), rgba(200, 175, 134, 0.70)), url("../img/timeline_bk.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.8;
    padding: 80px 0 40px;
  }
  .timeline-block > p:nth-of-type(1) {
    font-size: unset;
    margin: 0 auto;
  }
  .timeline-block > p:nth-of-type(2) {
    margin: 26px auto;
  }
  .timeline2-block {
    background:
      linear-gradient(0deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.70) 100%), url("../img/timeline2_bk.jpg") center / cover no-repeat, #B2B2B2;
    background-blend-mode: normal, plus-darker, normal;
    padding: 80px 0;
  }
  .timeline2-block .timeline2-top {
    position: relative;
    width: 1014px;
    margin: 0 auto;
  }
  .timeline2-block .timeline2-top:before {
    content: "";
    background: url("../img/timeline2_top.webp");
    background-size: 183px 200px;
    width: 183px;
    height: 200px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .timeline2-block .timeline2-top > h2, .timeline2-block .timeline2-top > p {
    text-align: left;
    width: 785px;
    margin-left: 0;
  }
  .bracket-block {
    padding: 80px 0 0;
  }
  .bracket-block .vote {
    width: 850px;
    height: auto;
    margin: 0 auto 80px;
    background: #FCFCFC;
  }
  .bracket-block .vote h2 {
    background: #C3A97F;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%; /* 24px */
    letter-spacing: 3.2px;
    text-transform: uppercase;
    margin: 0 0 24px 0;
    padding: 8px 0;
  }
  .bracket-block h2 {
    color: #DBC29A;
    font-size: 40px;
    font-family: Inter;
    font-weight: 700;
    line-height: 120%; /* 48px */
    letter-spacing: 4px;
    text-transform: uppercase;
  }
  .bracket-block h2:nth-of-type(2) {
    font-size: 24px;
    margin: 0 auto 48px;
    font-family: Inter;
  }
  .bracket-block .vote p {
    color: #000;
    text-align: center;
    font-family: "Meta Serif Pro";
    font-size: 24px;
    font-weight: 500;
    line-height: 140%; /* 33.6px */
    margin: 0 0 16px 0;
  }
  .bracket-block .vote p.counter {
    padding: 8px 12px;
    margin: 0 auto;
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-weight: 700;
    line-height: 100%; /* 14px */
    text-transform: uppercase;
    border-radius: 4px;
    background: rgba(198, 175, 141, 0.20);
    width: 4.2rem;
  }
  .bracket-block .vote .vote_options {
    display: flex;
    padding: 24px;
    justify-content: space-between;
    align-items: center;
    gap: 0 0;
  }
  .option {
    width: 357px;
    height: unset;
    position: relative;
    display: grid;
    flex-direction: column;
  }
  .option img {
    width: unset;
    height: unset;
  }
  .option p {
    margin: 0 auto;
    opacity: 1;
    width: 100%;
  }
  .option .battle_a, .option .battle_b {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 70px;
    margin: 0 auto;
    display: block;
    color: #fff;
    font-family: Inter;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 130%; /* 20.8px */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
  }
  .vote_button {
    padding: 13px;
    width: 99.99%;
    display: block;
    color: #fff;
    font-family: Inter;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 3.6px;
    text-transform: uppercase;
    text-decoration: none;
  }
  .bracket-block .vote .vote_options .vs {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    color: #000;
    text-align: center;
    font-family: "Meta Serif Pro";
    font-size: 47px;
    font-weight: 500;
    line-height: 100%;
  }
  .bracket-block .vote .vote_options .vs:after {
    position: absolute;
    top: -9px;
    z-index: -1;
    left: -11px;
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    background: url(../img/star.png) center no-repeat;
    background-size: cover;
    opacity: 0.6;
  }
  .contributors-block {
    background: url("../img/contributors_bk.jpg");
    background-size: cover;
    margin: 0 auto;
    padding: 80px 0;
  }
  .contributors-block h2 {
    width: 365px;
  }
  .contributors-block h2 img {
    display: block;
  }
  .contributors-block p {
    color: #000;
    font-size: 18px;
    margin: 0 auto 32px;
  }
  .contributors-block p:last-of-type {
    margin: 0 auto;
  }
  .contributors-block p.names {
    font-size: 14px;
  }
  .contributors-block hr {
    display: block;
    width: 24px;
    height: 4px;
    background: #DBC29A;
    margin: 0 auto 32px;
    border: none;
  }
  .contributors-block h3 {
    color: #957746;
    font-size: 24px;
    font-family: Inter;
    font-weight: 800;
    line-height: 150%; /* 36px */
    letter-spacing: 2.4px;
    text-transform: uppercase;
    margin: 0 auto 32px;
  }
  .footer-block img {
    width: 148px;
    height: auto;
    margin: 0 auto 24px;
  }
  .footer-block p.copy {
    color: #FFF;
    opacity: 1.0;
    font-size: 12px;
    font-weight: 500;
    line-height: 150%; /* 18px */
    text-transform: uppercase;
    margin: 0;
    padding: 0;
  }
}