@import 'https://use.typekit.net/jtd0ulh.css';
@import url('https://fonts.googleapis.com/css?family=Inter:400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Oswald:400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:400,500,600,700&display=swap');

/*reset css*/
* {
  margin: 0;
  padding: 0;
  border: 0
}

html {
  position: relative
}

body {
  margin: 0;
  font-family: transducer-extended;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  background: #0a0b0d;
  overflow-x: hidden
}

ol,
ul {
  list-style: none
}

a {
  text-decoration: none;
  color: inherit;
  transition: .3s ease;
  position: relative;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  transition: .3s;
  font-size: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
  transition: background-color 600000s 0s, color 600000s 0s;
}

*:focus {
  outline: none;
}

/*general*/

.area-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card {
  position: relative;
}

.button {
  transition: .3s;
}

.gold {
  color: #ffe066;
}

.white {
  color: #FFF;
}

.grey {
  color: #7B8899;
}

.blue {
  color: #3BC9DB;
}

.green {
  color: #A9E34B;
}

.orange {
  color: #FFA94D;
}

.samba-gold-coming-soon-template .site-container {
  background-size: cover !important;
  background-position: center !important;
  min-height: 100vh;
  position: relative;
}

/*--- header ---*/
.samba-gold-coming-soon-template header {
  margin-bottom: 132px
}

.samba-gold-coming-soon-template header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 48px
}

.samba-gold-coming-soon-template header .logo img {
  height: 56px;
}

/*left*/
.samba-gold-coming-soon-template header .social-medias {
  display: flex
}

.samba-gold-coming-soon-template header .social-medias .social-media a {
  display: block;
  background: #0a0b0d;
  padding: 2px;
  border-radius: 50%
}

.samba-gold-coming-soon-template header .social-medias .social-media a img {
  transition: .3s ease
}

.samba-gold-coming-soon-template header .social-medias .social-media a:hover {
  background: #ffe066
}

.samba-gold-coming-soon-template header .social-medias .social-media a:hover img {
  filter: brightness(0)
}

/*right*/
/* header .language-switcher img {
  display: block
}

header .language-switcher .menu>ul>li {
  position: relative;
  z-index: 3;
}

header .language-switcher ul li.opened>.menu-item,
header .language-switcher .menu>ul>li>.menu-item:hover {
  background: rgba(123, 136, 153, .15);
  backdrop-filter: blur(16px);
  border-radius: 80px
}

header .language-switcher ul li .menu-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: .3s ease
}

header .language-switcher ul li .menu-item>a,
header .language-switcher ul li .menu-item>div:first-child {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;

  padding: 8px 16px;
}

header .language-switcher ul li .menu-item>div {
  padding-right: 16px;
}

header .language-switcher ul li .menu-item>a img,
header .language-switcher ul li .menu-item>div:first-child img {
  width: 14px;
  margin-right: 10px
}

header .language-switcher ul li .menu-item>a span>span,
header .language-switcher ul li .menu-item>div:first-child span>span {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
}

header .language-switcher ul li .menu-item>a span>span.responsiveness,
header .language-switcher ul li .menu-item>div:first-child span>span.responsiveness {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
}

header .language-switcher ul li>ul .menu-item:hover a {
  color: #ffe066
} */

/* menu */
/* header .language-switcher .menu>ul>li:not(.opened)>ul {
  height: 0;
  opacity: 0;
  visibility: hidden;
}

header .language-switcher .menu>ul>li:not(.opened)>ul::before {
  display: none;
}

header .language-switcher .menu>ul>li>ul {
  position: absolute;
  left: 0;
  top: 43px;
  height: auto;
  width: 100%;
  opacity: 1;
  transition: .3s ease;
}

header .language-switcher .menu>ul>li>ul::before {
  content: '';
  position: absolute;
  height: calc(100% + 43px);
  top: -43px;
  width: 100%;
  background: rgba(123, 136, 153, .15);
  backdrop-filter: blur(16px);
  border-radius: 20px;
  z-index: -1;
}

header .language-switcher ul li .menu-item>a span>span:not(.responsiveness),
header .language-switcher ul li .menu-item>div:first-child span>span:not(.responsiveness) {
  display: none;
} */

/*reponsiveness*/
@media screen and (max-width:991px) {
  .samba-gold-coming-soon-template header {
    margin-bottom: 128px;
  }
}

@media screen and (max-width:767px) {
  .samba-gold-coming-soon-template header .wrapper .left {
    display: none;
  }
}

@media screen and (max-width:575px) {
  .samba-gold-coming-soon-template header {
    margin-bottom: unset;
    position: fixed;
    width: 100%;
    background: #070809;
    z-index: 10;
  }

  .samba-gold-coming-soon-template header .wrapper {
    padding: 16px 0 !important;
  }

  .samba-gold-coming-soon-template main {
    padding-top: 203px;
  }

  .samba-gold-coming-soon-template header .wrapper {
    padding-top: 32px;
  }

  .samba-gold-coming-soon-template header .logo img {
    height: 40px;
  }

  /* header .language-switcher .menu>ul>li>ul {
    position: fixed;
    bottom: -100%;
    top: unset;
    left: 0;
    width: 100vw;
    height: auto;
    z-index: 1;
    padding: 25px 24px;
    display: flex;
    flex-direction: column;
    justify-content: end;
  }

  header .language-switcher ul li>ul .menu-item>a {
    padding: 16px;
  }

  header .language-switcher .menu>ul>li.opened>ul {
    bottom: 0;
  }

  header .language-switcher .menu>ul>li>ul::after {
    content: '';
    position: absolute;
    top: -18px;
    left: calc((100% - 160px) / 2);
    height: 4px;
    width: 160px;
    max-width: 100%;
    background: #1F2226;
    border-radius: 80px;
  }

  header .language-switcher .menu>ul>li>ul::before {
    height: calc(100% + 40px);
    top: -40px;
    left: 0;
    width: 100%;
    background: #161616;
    backdrop-filter: unset;
    border-radius: 20px 20px 0 0;
  }

  header .language-switcher ul li>ul .menu-item>a span>span:not(.responsiveness),
  header .language-switcher ul li>ul .menu-item>div:first-child span>span:not(.responsiveness) {
    display: block;
  }

  header .language-switcher ul li>ul .menu-item>a span>span.responsiveness,
  header .language-switcher ul li>ul .menu-item>div:first-child span>span.responsiveness {
    display: none;
  }

  header .language-switcher ul li>ul .menu-item {
    position: relative;
    padding-right: 16px;
  }

  header .language-switcher ul li>ul .menu-item::after {
    content: '';
    position: absolute;
    right: 0;
    top: calc((100% - 8px) / 2);
    width: 8px;
    height: 8px;
    border: 1.5px solid;
    border-color: #ffe066 transparent transparent #ffe066;
    transform: rotate(-225deg);
  } */
}

/*--- footer ---*/
.samba-gold-coming-soon-template footer {
  padding-bottom: 112px
}

.samba-gold-coming-soon-template footer .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.samba-gold-coming-soon-template footer .left {
  flex: 0 0 312px
}

.samba-gold-coming-soon-template footer .logo img {
  height: 20px;
  width: auto
}

/*reponsiveness*/
@media screen and (max-width:991px) {
  .samba-gold-coming-soon-template footer {
    padding-bottom: 75px;
  }
}

@media screen and (max-width:767px) {
  .samba-gold-coming-soon-template footer .wrapper {
    flex-direction: column;
    align-items: center;
  }

  .samba-gold-coming-soon-template footer .left {
    flex: unset;
    text-align: center;
    max-width: 236px;
    margin-bottom: 120px;
  }

  .samba-gold-coming-soon-template footer .disclaimer {
    font-size: 14px;
  }
}

/*--- main  ---*/
.samba-gold-coming-soon-template section.main {
  background: 0 0 !important;
  margin-bottom: 188px;
}

.samba-gold-coming-soon-template section.main .title h1 {
  font-size: 56px;
  line-height: 135%;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase
}

.samba-gold-coming-soon-template section.main .title span {
  display: block
}

.samba-gold-coming-soon-template section.main .title span.nofill {
  color: transparent;
  -webkit-text-stroke: 2px #fff
}

.samba-gold-coming-soon-template section.main .subtitle {
  width: fit-content;
  padding: 11px 14px;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 80px;
  margin-bottom: 36px
}

.samba-gold-coming-soon-template section.main .subtitle>div {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.samba-gold-coming-soon-template section.main .subtitle span {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  color: #fff
}

.samba-gold-coming-soon-template section.main .subtitle img {
  margin-right: 8px;
  width: 16px;
}

.samba-gold-coming-soon-template section.main .right {
  position: absolute;
  right: -105px;
  top: -18px;
  z-index: -1;
  height: calc(100% + 18px)
}

.samba-gold-coming-soon-template section.main .right .extra-images {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  grid-template-columns: repeat(3, 1fr);
  column-gap: 40px;
  height: calc(100% + 18px)
}

.samba-gold-coming-soon-template section.main .right .extra-images .image img {
  height: 100%
}

/*reponsiveness*/
@media screen and (max-width:991px) {
  .samba-gold-coming-soon-template section.main {
    margin-bottom: 125px;
  }

  .samba-gold-coming-soon-template section.main .title h1 {
    font-size: 52px;
  }

  .samba-gold-coming-soon-template section.main .right {
    display: none;
  }
}

@media screen and (max-width:767px) {
  .samba-gold-coming-soon-template section.main {
    position: relative;
    margin-bottom: 71px;
    padding-bottom: 71px;
  }

  .samba-gold-coming-soon-template section.main::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: calc((100% - 64px) / 2);
    height: 1px;
    width: 64px;
    background: #fff;
    opacity: 0.25;
  }

  .samba-gold-coming-soon-template section.main .left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .samba-gold-coming-soon-template section.main .title h1 {
    text-align: center;
    font-size: 36px;
  }
}

@media screen and (max-width:575px) {
  .samba-gold-coming-soon-template section.main::after {
    left: calc((100% - 48px) / 2);
    width: 48px;
  }

  .samba-gold-coming-soon-template section.main .subtitle {
    margin-bottom: 24px;
  }

  .samba-gold-coming-soon-template section.main .subtitle span {
    font-size: 14px;
  }

  .samba-gold-coming-soon-template section.main .title h1 {
    text-align: center;
    font-size: 28px;
  }
}

/*  */

@media (min-width: 1245px) {
  .container {
    max-width: 1245px;
  }
}

body:not(.samba-gold-coming-soon-template) {
  font-family: 'Inter';
  font-size: 18px;
  line-height: 155%;
}

body:not(.samba-gold-coming-soon-template) main>section {
  padding: 64px 0;
}

body:not(.samba-gold-coming-soon-template) main p {
  color: #C3CCD9;
}

body:not(.samba-gold-coming-soon-template) main p strong {
  color: #FFF;
}

@media (max-width: 1199px) {
  body:not(.samba-gold-coming-soon-template) {
    font-size: 14px;
  }

  body:not(.samba-gold-coming-soon-template) main>section {
    padding: 3rem 0;
  }
}

/*  */

header .top {
  padding: 12px 0;
  background: #00304D;
  font-size: 14px;
  line-height: 145%;
}

header .top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .top .logo img {
  height: 16px;
}

header .top .right {
  display: flex;
  gap: 40px;
  align-items: center;
}

header .top .close {
  cursor: pointer;
}

header .top .cta {
  display: flex;
  gap: 54px;
  align-items: center;
}

header .top .button a {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: bold;
}

header .top .button img {
  transform: rotate(-90deg);
  width: 6px;
}

header .bottom {
  padding: 24px 0;
  position: absolute;
  width: 100%;
  background: rgba(10, 11, 13, 0.50);
  backdrop-filter: blur(12px);
  z-index: 2;
}

header .bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .bottom .logo img {
  height: 48px;
}

header .bottom .right {
  display: flex;
  align-items: center;
  gap: 3rem;
}

header .bottom .right>.menu .tag {
  display: none;
}

header .bottom .right>.menu ul {
  display: flex;
  gap: 3rem;
  position: relative;
  padding-right: 3rem;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFFB3;
}

header .bottom .right>.menu img {
  display: none;
}

header .bottom .right>.menu ul::after {
  content: '';
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
  width: 2px;
  height: 16px;
  background: #7B8899;
}

header .bottom .right>.menu a:hover {
  color: #FFF;
}

header .bottom .right>.menu .current a {
  color: #FFE066;
}

@media (max-width: 1199px) {

  header .top,
  header .bottom .right>.menu {
    display: none;
  }

  header .bottom {
    padding: 20px 0;
    backdrop-filter: none;
    background: rgba(123, 136, 153, 0.15);
  }
}

/*  */

.footer-top {
  border: solid #212429;
  border-width: 1px 0;
  overflow: hidden;
}

.footer-top .container {
  overflow-x: hidden;
}

.carousel {
  display: flex;
  height: 120px;
  font-family: transducer-extended;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  align-items: center;
  gap: 80px;
  white-space: nowrap;
  animation: carousel 5s infinite;
}

@keyframes carousel {
  50% {
    margin-left: -400px;
  }
}

.carousel .separator {
  flex: 0 0 24px;
  width: 24px;
}

.footer-middle .container {
  display: grid;
  gap: 100px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  font-size: 16px;
  line-height: 150%;
}

.footer-middle .container>div {
  padding: 4rem 0;
}

.footer-middle h3 {
  padding-bottom: 1rem;
  font-size: 16px;
  line-height: 150%;
  font-weight: 600;
  font-family: 'Transducer';
}

.footer-middle .left {
  border-right: 1px solid #212429;
}

.footer-middle .logo img {
  height: 48px;
  margin-bottom: 2rem;
}

.footer-middle a .tag {
  display: none;
}

.footer-middle .left li a:not(:hover),
.footer-middle .middle li a:not(:hover),
.footer-middle .useful-links-menu li a:not(:hover) {
  opacity: .7;
}

.footer-middle .left li a:hover,
.footer-middle .middle li a:hover,
.footer-middle .useful-links-menu li a:hover {
  color: #FFEA99;
}

.footer-middle .left li:not(:last-child),
.footer-middle .useful-links-menu li:not(:last-child) {
  padding-bottom: 1rem;
}

.footer-middle .left .menu-item img {
  display: none;
}

.footer-menu ul {
  column-count: 2;
  column-gap: 50px;

  li {
    margin-bottom: 16px;
    break-inside: avoid-column;
  }
}

.footer-middle .right>div:not(:last-child) {
  padding-bottom: 2rem;
}

.footer-bottom {
  background: #0F1113;
}

.footer-bottom .logo img {
  height: 24px;
}

.footer-bottom .container>div {
  padding: 2rem 0;
}

.footer-bottom .container>div:first-child {
  border-bottom: 1px solid #25292E;
}

.footer-bottom .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  line-height: 150%;
}

.footer-bottom .social-medias {
  display: flex;
  gap: 8px;

  a {
    display: block;
    border-radius: 50%;

    &:hover {
      background: #FFE066;

      img {
        filter: brightness(0);
      }
    }
  }
}

.footer-bottom .disclaimer {
  font-size: 12px;
  line-height: 150%;
  opacity: 0.7;
}

@media (max-width: 1199px) {
  .carousel {
    gap: 40px;
    height: 88px;
    animation-duration: 15s;
  }

  @keyframes carousel {
    50% {
      margin-left: -900px;
    }
  }

  .footer-middle .container {
    display: block;
    font-size: 14px;
  }

  .footer-middle .container>div {
    padding: 0 0 40px;
  }

  .footer-middle .left {
    border-right: 0;
    border-bottom: 1px solid #212429;
    margin: 0 -15px 40px;
    padding: 40px 15px !important;
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 50px;
  }

  .footer-middle .left .menu-item img {
    display: none;
  }

  .footer-middle .logo img {
    margin-bottom: 0;
  }

  .footer-bottom .container>div {
    padding: 24px 0;
  }

  .footer-bottom .container>div:first-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .footer-bottom .top {
    display: block;
    text-align: center;
    font-size: 14px;
  }

  .footer-bottom .logo img {
    height: 20px;
    margin: 0 auto 1rem;
  }

  .footer-bottom .social-medias {
    display: none;
  }
}

/*  */

/* footer .lang-switcher .menu-item {
  padding: 0 1rem;
}

footer .lang-switcher .menu-item>*:first-child {
  display: flex;
  flex-direction: row-reverse;
  gap: 10px;
  color: rgb(255 255 255/.7);
  align-items: center;
  justify-content: flex-end;
  height: 46px;
}

footer .lang-switcher .menu-item>*:first-child img {
  width: 14px;
}

footer .lang-switcher .menu>ul>li {
  position: relative;
}

footer .lang-switcher .menu>ul>li>.menu-item {
  border: 1px solid #7B8899;
  border-radius: 80px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: .3s;
  justify-content: space-between;
  z-index: 1;
  position: relative;
}

footer .lang-switcher .menu>ul>li.opened>.menu-item {
  background: #32363B;
  border-color: transparent;
}

footer .lang-switcher ul ul {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #25272A;
  border-radius: 22px;
  width: 100%;
  padding-bottom: 48px;
  transition: .3s;
}

footer .lang-switcher li:not(.opened) ul {
  opacity: 0;
  visibility: hidden;
} */

/*  */

.hero {
  padding-top: calc(96px + 80px) !important;
  /* header bottom + pt */
  background: center/cover;
}

.hero h1 {
  font-family: transducer-extended;
  font-weight: 600;
  font-size: 40px;
  line-height: 125%;
  text-transform: uppercase;
  padding-bottom: 1rem;
}

.hero h1 .gold {
  display: inline-block;
  border: 1px solid #FFE066;
  border-radius: 80px;
  font-size: 36px;
  line-height: 100%;
  padding: 4px 16px 8px;
}

.hero .container {
  display: grid;
  grid-template-columns: 50% auto;
  gap: 100px;
}

.hero .categories>.title {
  padding: 64px 0 20px;
  font-family: transducer-extended;
  font-weight: 500;
  font-size: 18px;
  line-height: 135%;
  text-transform: uppercase;
  color: #7B8899;
}

.hero .categories ul {
  display: flex;
  font-size: 16px;
  line-height: 150%;
  gap: 2rem;
}

.hero .categories .menu-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero .categories .icon {
  width: 24px;
  aspect-ratio: 1;
  border-radius: 50%;
  transition: .3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero .categories li a .tag {
  padding: 0 6px;
  background: #FFA94D;
  border-radius: 80px;
  font-size: 12px;
  line-height: 135%;
  text-decoration: none;
  color: #0A0B0D;
  display: inline-block;
}

@media (min-width: 1200px) {
.hero .categories li {
  padding-left: 28px;
  background: left/20px auto no-repeat;

  .menu-item:hover img {
    filter: brightness(0);
  }

  &.masculino {
    background-image: url(https://static.sambafoot.com/wp/sites/2/icone-azul-samba-gold-masculino.svg);

    .menu-item:hover {
      color: #3BC9DB;

      .icon {
        background: #3BC9DB;
      }
    }
  }

  &.feminino {
    background-image: url(https://static.sambafoot.com/wp/sites/2/icone-verde-claro-estrela.svg);

    .menu-item:hover {
      color: #A9E34B;

      .icon {
        background: #A9E34B;
      }
    }
  }

  &.sub20 {
    background-image: url(https://static.sambafoot.com/wp/sites/2/icone-laranja-samba-gold-under-20.svg);

    .menu-item:hover {
      color: #FFA94D;

      .icon {
        background: #FFA94D;
      }
    }
  }
}
}

@media (max-width: 1199px) {
  .hero {
    padding-top: calc(88px + 3rem) !important;
  }

  .hero .container {
    display: block;
  }

  .hero h1 {
    font-size: 28px;
    line-height: 135%;
  }

  .hero h1 .gold {
    font-size: 18px;
    line-height: 24px;
    padding: 0 1rem;
    vertical-align: middle;
    margin-bottom: 3px;
  }

  .hero .categories ul {
    justify-content: space-between;
  }

  .hero .categories ul .icon {
    display: none;
  }
}

/*  */

.samba-gold-activation-template .hero .assets,
.samba-gold-nominees-template .hero .assets {
  display: flex;
  gap: 20px;
}

.samba-gold-activation-template .hero .right,
.samba-gold-voting-closed-template .hero .right,
.samba-gold-voting-template .hero .right,
.samba-gold-nominees-template .hero .right {
  position: relative;
}

.samba-gold-activation-template .hero .right>.title,
.samba-gold-voting-closed-template .hero .right>.title,
.samba-gold-voting-template .hero .right>.title,
.samba-gold-nominees-template .hero .right>.title {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(31, 34, 38, 0.75);
  backdrop-filter: blur(20px);
  display: flex;
  gap: 15px;
  padding-left: 42px;
  font-family: 'Transducer';
  font-size: 14px;
  line-height: 145%;
  align-items: center;
  transition: .3s;
  width: 100%;
  height: 3rem;
  justify-content: space-between;
  padding-right: 24px;
}

.samba-gold-voting-closed-template .hero .right .subtitle,
.samba-gold-voting-template .hero .right .subtitle {
  color: #7B8899;
}

.samba-gold-activation-template .hero .right>.title .left-icon,
.samba-gold-voting-closed-template .hero .right>.title .left-icon,
.samba-gold-voting-template .hero .right>.title .left-icon,
.samba-gold-nominees-template .hero .right>.title .left-icon {
  position: absolute;
  left: -28px;
  top: calc(50% - 28px);
}

.samba-gold-activation-template .hero .right>.title .right-icon,
.samba-gold-voting-closed-template .hero .right>.title .right-icon,
.samba-gold-voting-template .hero .right>.title .right-icon,
.samba-gold-nominees-template .hero .right>.title .right-icon {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  background: #0A0B0D;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1199px) {

  .samba-gold-activation-template .hero .right,
  .samba-gold-voting-closed-template .hero .right,
  .samba-gold-voting-template .hero .right,
  .samba-gold-nominees-template .hero .right {
    display: none;
  }
}

/*  */

section.form {
  padding: 0 !important;
}

section.form .container {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
  align-items: center;
  gap: 2rem;
  grid-template-columns: auto 296px 1fr;
}

section.form .container::before,
section.form .container::after {
  content: '';
  position: absolute;
  top: 0;
  left: 15px;
  width: calc(100% - 30px);
  height: 1px;
  background: #25292E;
}

@media (max-width: 1199px) {

  section.form .container::before,
  section.form .container::after {
    left: 0;
    width: 100%;
  }
}

section.form .container::after {
  top: auto;
  bottom: 0;
}

section.form .time-slide {
  display: flex;
  gap: 16px;
  font-family: transducer-extended;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  background: #15171A;
  height: 56px;
  border: 1.5px solid #A9E34B;
  color: #A9E34B;
  border-radius: 30px;
  align-items: center;
  padding-right: 24px;
  width: fit-content;
}

section.form .time-slide:not(.active) {
  display: none;
}

section.form .time-slide .title {
  align-self: stretch;
  display: flex;
  align-items: center;
  color: #0A0B0D;
  border-radius: 30px;
  background: #A9E34B;
  padding: 0 24px;
}

.samba-gold-men-voting-template section.form .time-slide {
  border-color: #3BC9DB;
  color: #3BC9DB;
}

.samba-gold-men-voting-template section.form .time-slide .title {
  background: #3BC9DB;
}

.samba-gold-u20-voting-template section.form .time-slide {
  border-color: #FFA94D;
  color: #FFA94D;
}

.samba-gold-u20-voting-template section.form .time-slide .title {
  background: #FFA94D;
}

section.form .submit {
  height: 48px;
  display: flex;
  align-items: center;
  background: #FFFFFF;
  border-radius: 80px;
  padding: 0 8px 0 16px;
  font-family: 'Transducer';
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  gap: 8px;
  color: #0A0B0D;
  cursor: pointer;
  transition: .3s;
  justify-content: center;
}

section.form .submit:hover {
  background: #FFE066;
}

section.form .submit .icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #0A0B0D;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.form input {
  height: 48px;
  width: 100%;
  font-family: 'Transducer';
  font-size: 18px;
  line-height: 135%;
  color: #FFF;
  background: none;
  padding: 0 0 0 24px;
}

section.form form>.error {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}

section.form .error .error div,
section.form .success div {
  display: flex;
  flex-direction: row-reverse;
  gap: 12px;
  font-weight: 600;
  color: #20C997;
  align-items: center;
}

section.form .error .error div {
  color: #F26161;
}

section.form .reload {
  display: flex;
  gap: 8px;
  align-items: center;
  cursor: pointer;
  font-family: 'Transducer';
  font-weight: 500;
  text-decoration-line: underline;
}

section.form .reload .icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 80px;
}

section.form.clicked .container {
  grid-template-columns: 390px auto;
}

section.form.clicked .middle,
section.form.clicked .field {
  display: none;
}

@media (min-width: 1200px) {
  section.form:not(.clicked) form {
    display: flex;
    background: #1F2226;
    border-radius: 80px;
    padding: 3px;
    border: 1px solid transparent;
    transition: .3s;
  }

  section.form:not(.clicked) form:hover {
    border-color: #FFE066;
  }

  section.form .email {
    flex: 1;
  }
}

@media (max-width: 1199px) {
  section.form .container {
    display: block;
  }

  section.form .middle {
    padding: 24px 0 20px;
    font-size: 14px;
    line-height: 155%;
  }

  section.form .submit {
    font-size: 14px;
    line-height: 135%;
  }

  section.form input {
    padding: 0;
    text-align: center;
    font-size: 14px;
    line-height: 135%;
    background: #1F2226;
    border-radius: 80px;
    margin-bottom: 1rem;
  }

  section.form .success div {
    padding-top: 2rem;
  }

  section.form form>.error {
    display: block;
  }

  section.form form>.error>div {
    margin-top: 2rem;
  }

  section.form .dynamic-content div,
  section.form .error .error div,
  section.form .success div,
  section.form .reload {
    justify-content: center;
  }

  section.form .time-slide {
    height: 43px;
    gap: 0 8px;
    padding-right: 20px;
  }

  section.form .time-slide .title {
    padding: 0 20px;
  }
}

/*  */

.our-history .container {
  display: grid;
  gap: 118px;
  grid-template-columns: 48% auto;
}

.our-history h2 {
  font-family: transducer-extended;
  font-weight: 600;
  font-size: 36px;
  line-height: 135%;
  text-transform: uppercase;
  padding-bottom: 24px;
}

.our-history h2 .white {
  display: block;
}

.our-history .card {
  padding-top: 40px;
  display: grid;
  grid-template-columns: 72px auto;
  gap: 2rem;
  font-weight: 600;
}

.our-history .card .icon {
  height: 80px;
  border-top: 2px solid #A9E34B;
  background: #1F2226;
  border-radius: 0px 0px 80px 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.our-history .assets {
  display: grid;
  gap: 1rem;
  grid-template-columns: 340px auto;
  font-weight: 600;
  font-size: 14px;
  line-height: 145%;
  text-align: center;
  color: rgb(255 255 255/.9);
}

.our-history .assets .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin: -28px auto 20px;
  background: #FFE066;
  border-radius: 80px;
  position: relative;
}

.our-history .asset img {
  width: 100%;
}

@media (min-width: 1200px) {
  .our-history p {
    font-size: 16px;
    line-height: 1.55;
  }
}

@media (max-width: 1199px) {
  .our-history {
    padding-bottom: 84px !important;
  }

  .our-history .container {
    display: block;
  }

  .our-history h2 {
    font-size: 20px;
    padding-bottom: 12px;
  }

  .our-history .card {
    gap: 1rem;
    grid-template-columns: 58px auto;
    padding: 2rem 0 40px;
  }

  .our-history .card .icon {
    height: 4rem;
  }

  .our-history .card .icon img {
    width: 2rem;
  }

  .our-history .assets {
    grid-template-columns: 66% auto;
  }

  .our-history .assets .icon {
    margin-bottom: 10px;
  }
}

/*  */

.samba-gold-voting-template .our-history h2,
.samba-gold-nominees-template .our-history h2,
.samba-gold-winners-template .our-history h2,
.samba-gold-voting-closed-template .our-history h2 {
  color: #7B8899;
}

/*  */

@media (min-width: 1200px) {
  .categories-all .title.responsiveness {
    display: none;
  }
}

@media (max-width: 1199px) {
  .categories-all .title.responsiveness h3 {
    padding: 0 20px;
    height: 40px;
    display: flex;
    align-items: center;
    border-radius: 80px;
    border: 1.5px solid #FFF;
    font-family: transducer-extended;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
  }

  .categories-all .right:has(.title.responsiveness) {
    display: flex;
    gap: 0 8px;
    justify-content: space-between;
  }
}

/*  */

.samba-gold-activation-template .categories-all {
  padding-top: 1px;
}

.samba-gold-activation-template .categories-all .top {
  margin-top: -28px;
  display: flex;
  gap: 24px;
  padding-bottom: 3rem;
}

.samba-gold-activation-template .categories-all .introduction .icons {
  display: flex;
  gap: 24px;
}

.samba-gold-activation-template .categories-all h2 {
  line-height: 54px;
  padding: 0 24px;
  background: rgba(10, 11, 13, 0.25);
  border: 1px solid #FFFFFF;
  backdrop-filter: blur(16px);
  border-radius: 80px;
  font-family: transducer-extended;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}

.samba-gold-activation-template .categories-all .bottom {
  padding-bottom: 3rem;
  font-family: transducer-extended;
  font-weight: 600;
  font-size: 32px;
  line-height: 135%;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .samba-gold-activation-template .categories-all h2 {
    line-height: 38px;
    font-size: 1rem;
  }

  .samba-gold-activation-template .categories-all .top,
  .samba-gold-activation-template .categories-all .introduction .icons {
    gap: 8px;
  }

  .samba-gold-activation-template .categories-all .top {
    padding-bottom: 2rem;
    margin-top: -20px;
  }

  .samba-gold-activation-template .categories-all .introduction .icons img {
    width: 40px;
  }

  .samba-gold-activation-template .categories-all .bottom {
    padding-bottom: 2rem;
    font-size: 18px;
  }
}

/*  */

.samba-gold-winners-template .categories-all .introduction,
.samba-gold-voting-template .categories-all .introduction,
.samba-gold-voting-closed-template .categories-all .introduction,
.samba-gold-nominees-template .categories-all .introduction {
  display: grid;
  gap: 2rem;
  grid-template-columns: 70% auto;
  padding-bottom: 3rem;
}

.samba-gold-winners-template .categories-all h2,
.samba-gold-voting-template .categories-all h2,
.samba-gold-voting-closed-template .categories-all h2,
.samba-gold-nominees-template .categories-all h2 {
  font-family: transducer-extended;
  font-weight: 600;
  font-size: 32px;
  line-height: 135%;
  text-transform: uppercase;
}

.samba-gold-winners-template .categories-all .introduction .icons,
.samba-gold-voting-template .categories-all .introduction .icons,
.samba-gold-voting-closed-template .categories-all .introduction .icons,
.samba-gold-nominees-template .categories-all .introduction .icons {
  display: flex;
  gap: 24px;
  justify-content: flex-end;
}

.samba-gold-winners-template .categories-all .introduction .content {
  font-family: transducer-extended;
  font-weight: 600;
  font-size: 2rem;
  line-height: 135%;
  text-transform: uppercase;
}

.samba-gold-winners-template .categories-all .card {
  color: #FFFFFF !important;
  filter: none !important;
}

@media (min-width: 1200px) {
  .samba-gold-winners-template .categories-all .left .card,
  .samba-gold-winners-template .categories-all .right .card {
    background-position: right !important;
    background-size: cover !important;
    height: 100%;

    &::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      transition: .3s;
    }

    &.card-0::before {
      background: linear-gradient(0deg, #3BC9DB 16.82%, rgba(59, 201, 219, 0.00) 82.03%), linear-gradient(270deg, rgba(59, 201, 219, 0.00) 15.79%, #3BC9DB 103.29%), transparent 50% / cover no-repeat;
    }

    &.card-1::before {
      background: linear-gradient(353deg, #A9E34B 18.13%, rgba(169, 227, 75, 0.00) 64.89%), linear-gradient(272deg, rgba(169, 227, 75, 0.00) 29.42%, #A9E34B 101.43%), transparent 50% / cover no-repeat;
    }

    &.card-2::before {
      background: radial-gradient(147.74% 86.43% at 72.21% 32.03%, rgba(255, 169, 77, 0.00) 0%, #FFA94D 65.16%), transparent 50% / cover no-repeat;
    }

    > div {
      z-index: 1;
    }

    > .area-link {
      z-index: 2;
    }

    &:hover {
      h3, p {
        color: #0A0B0D;
      }

      &::before {
        opacity: 1;
      }
    }
  }

  .samba-gold-winners-template .categories-all .right .card {
    padding: 51px;
  }

  .samba-gold-winners-template .categories-all .card .area-link {
    background: transparent !important;
  }
}

@media (max-width: 1199px) {
  .samba-gold-winners-template .categories-all .card {
    color: #000 !important;
  }

  .samba-gold-voting-template .categories-all .introduction,
  .samba-gold-voting-closed-template .categories-all .introduction,
  .samba-gold-nominees-template .categories-all .introduction {
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 2rem;
    gap: 20px 0;
  }

  .samba-gold-voting-template .categories-all h2,
  .samba-gold-voting-closed-template .categories-all h2,
  .samba-gold-nominees-template .categories-all h2 {
    font-size: 16px;
  }

  .samba-gold-voting-template .categories-all .right h2,
  .samba-gold-voting-closed-template .categories-all .right h2,
  .samba-gold-nominees-template .categories-all .right h2 {
    padding: 7px 12px;
    border-radius: 80px;
    border: 2px solid #FFF;
  }

  .samba-gold-winners-template .categories-all .introduction .icons,
  .samba-gold-voting-template .categories-all .introduction .icons,
  .samba-gold-voting-closed-template .categories-all .introduction .icons,
  .samba-gold-nominees-template .categories-all .introduction .icons {
    justify-content: flex-start;
    gap: 8px;
  }

  .samba-gold-winners-template .categories-all .introduction .icons img,
  .samba-gold-voting-template .categories-all .introduction .icons img,
  .samba-gold-voting-closed-template .categories-all .introduction .icons img,
  .samba-gold-nominees-template .categories-all .introduction .icons img {
    width: 40px;
  }

  .samba-gold-winners-template .categories-all .introduction {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px 0;
    padding-bottom: 2rem;
  }

  .samba-gold-winners-template .categories-all h2 {
    font-size: 18px;
  }

  .samba-gold-winners-template .categories-all .introduction .content {
    font-size: 18px;
  }

  .samba-gold-winners-template .categories-all .left .card,
  .samba-gold-winners-template .categories-all .right .card {
    background-position: right !important;
    background-size: cover !important;
    padding: 51px;
  }

  .samba-gold-winners-template .categories-all .left .card {
    background-image: url(https://static.sambafoot.com/wp/sites/2/imagem-outros-masculino-mobile.webp) !important;
  }
}

@media (max-width: 575px) {

  .samba-gold-winners-template .categories-all .left .card,
  .samba-gold-winners-template .categories-all .right .card {
    padding: 51px 24px 42px 24px;
  }
}

/*  */

.categories-all {
  background: center/cover;
}

.categories-all .card {
  padding: 24px;
  height: 218px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.categories-all .left .card {
  background: left top/cover;
}

.categories-all .right .card {
  background: right/cover;
}

.categories-all .card .button a {
  position: static;
}

.categories-all .card .button img {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 18px;
  aspect-ratio: 1;
}

.categories-all .card .icon.responsiveness {
  display: flex;
  width: 40px;
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  border-radius: 80px;
  background: #0A0B0D;
  margin-bottom: 20px;
}

.categories-all .card .icon.responsiveness img {
  width: 20px;
  aspect-ratio: 1;
}

.categories-all .card h3 {
  padding-bottom: 8px;
  font-family: transducer-extended;
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
  text-transform: uppercase;
}

.categories-all .card:hover {
  color: #000;

  p {
    color: inherit;
  }
}

.categories-all .card > .icon {
  margin-bottom: auto;
  display: flex;
  width: 48px;
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  border-radius: 80px;
  background: #0A0B0D;
}

@media (min-width: 1200px) {
  .categories-all .cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }

  .categories-all .card {
    transition: .3s;
  }

  /* .categories-all .card .icon.responsiveness {
    display: none;
  } */

  .categories-all .left .card {
    padding: 3rem;
    height: 450px;
  }

  .categories-all .cards .right {
    grid-column: span 2;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }

  .categories-all .right .card {
    height: auto;
    padding: 40px;
  }

  .categories-all .card.masculino > .icon {
    margin-bottom: 24px;
  }

  .categories-all .card.masculino:hover {
    background-image: url(https://static.sambafoot.com/wp/sites/2/image-category-male-hover.webp) !important;
  }
  
  .categories-all .card.feminino:hover {
    background-image: url(https://static.sambafoot.com/wp/sites/2/image-category-female-hover.webp) !important;
  }
  
  .categories-all .card.sub20:hover {
    background-image: url(https://static.sambafoot.com/wp/sites/2/image-category-sub_20-hover.webp) !important;
  }
}

@media (max-width: 1199px) {
  .categories-all {
    padding-bottom: 0 !important;
  }

  .categories-all .cards {
    margin: 0 -15px;
    color: #0A0B0D;
  }

  .categories-all .cards .content p {
    color: #0A0B0D !important;
  }

  .categories-all .card > .icon {
    width: 40px;
  }

  .categories-all .card > .icon img {
    width: 24px;
    aspect-ratio: 1;
  }

  .categories-all .card.masculino {
    background-image: url(https://static.sambafoot.com/wp/sites/2/image-category-male-mobile.webp) !important;
  }
  
  .categories-all .card.feminino {
    background-image: url(https://static.sambafoot.com/wp/sites/2/image-category-female-mobile.webp) !important;
  }
  
  .categories-all .card.sub20 {
    background-image: url(https://static.sambafoot.com/wp/sites/2/image-category-sub_20-mobile.webp) !important;
  }
}

/*  */

section.voting {
  border-bottom: 1px solid #212429;
}

section.voting .introduction {
  padding-bottom: 4rem;
  display: grid;
  align-items: center;
  justify-content: space-between;
  grid-template-columns: 530px 480px;
  position: relative;
}

section.voting .introduction::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 1px;
  background: #1F2226;
  margin-left: calc(50% - 50vw);
}

section.voting .introduction .title div {
  display: flex;
  gap: 2rem;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
}

section.voting h2 {
  font-family: transducer-extended;
  font-weight: 600;
  font-size: 28px;
  line-height: 120%;
  text-transform: uppercase;
  color: #C3CCD9;
}

section.voting h2 .white {
  display: block;
}

section.voting .cards {
  position: relative;
  counter-reset: x;
  display: block;
  padding-top: 64px;
}

section.voting .cards .separator {
  width: 64px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1F2226;
  border: 9px solid #0A0B0D;
  box-shadow: 0px 4px 40px rgba(10, 11, 13, 0.4);
  border-radius: 50%;
  z-index: 1;
  position: relative;
  margin: 40px auto -28px;
}

section.voting .cards .separator img {
  width: 17px;
  opacity: .5;
}

section.voting .card {
  background: top/cover;
}

section.voting .card::before {
  content: counter(x, decimal-leading-zero);
  counter-increment: x;
  font-family: 'Transducer';
  font-weight: 500;
  font-size: 48px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.4);
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}

section.voting .card>div {
  z-index: 1;
}

section.voting .card h3 {
  padding-bottom: 8px;
  font-family: transducer-extended;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
}

section.voting .card .tags {
  padding-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

section.voting .card .tag {
  padding: 4px 10px;
  border-radius: 80px;
  background: #1F2226;
  color: #FFF;
  font-size: 13px;
  font-weight: 600;
  line-height: 120%;
}

section.voting .card .button .icon {
  width: 24px;
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 6px;
  transition: .3s;
}

section.voting .card .button {
  display: flex;
  align-items: center;
  gap: 0 8px;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  width: fit-content;
}

section.voting .card .button:hover a {
  color: #FFE066;
}

section.voting .card .button:hover .icon {
  background: #FFE066;
}

section.voting .card .button:hover img {
  filter: brightness(0);
}

section.voting .card p:not(:last-child) {
  margin-bottom: 8px;
}

section.voting .card:nth-child(3) {
  padding: 40px 528px 40px 143px;

  &::before {
    top: 40px;
    left: 40px;
  }
}

section.voting .assets {
  display: flex;
  gap: 0 15px;
  padding-top: 48px;
}

section.voting .asset {
  flex: 1;
  height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: top/cover;

  .info {
    padding: 12px 10px;
    border-top: 1px solid rgba(123, 136, 153, 0.25);
    background: rgba(123, 136, 153, 0.05);
    backdrop-filter: blur(12px);
  }

  .title {
    font-size: 14px;
    font-weight: 700;
    line-height: 120%;
  }

  .subtitle {
    font-size: 13px;
    font-weight: 500;
    line-height: 120%;
  }
}

@media (min-width: 1200px) {
  section.voting .introduction p {
    font-size: 1rem;
    line-height: 1.55;
    text-align: right;
  }

  section.voting .card:first-child {
    > .title,
    .content {
      padding-left: 95px;
    }
  }

  section.voting .introduction .content,
  section.voting .show-more-content {
    display: none;
  }
}

@media (max-width: 1199px) {
  section.voting {
    padding-bottom: 0 !important;
  }

  section.voting .introduction {
    display: block;
    padding-bottom: 40px;
  }

  section.voting .cards {
    padding-top: 32px;
  }

  section.voting .card :is(.tags, .button) {
    display: none;
  }

  section.voting .cards .separator {
    margin-top: 29px;
  }

  section.voting h2 {
    font-size: 20px;
    line-height: 120%;
  }

  section.voting .introduction .title div {
    gap: 1rem;
    flex-direction: row;
    justify-content: space-between;
  }

  section.voting .introduction .title img {
    width: 48px;
  }

  section.voting .introduction .content {
    padding-top: 8px;
  }

  section.voting .assets {
    margin: 0 -15px;
    padding: 24px 15px 0;
    overflow: auto;
  }

  section.voting .asset {
    flex: 0 0 200px;
    width: 200px;
    height: 264px;
  }

  section.voting .card::before {
    display: block;
    position: static;
    margin-bottom: 16px;
    font-size: 32px;
  }

  section.voting .card:nth-child(3) {
    padding: 24px;
    margin: 0 -15px;
    background-image: url(https://static.sambafoot.com/wp/sites/2/banner-voting-mobile.webp) !important;
    display: flex;
    flex-direction: column;
    height: 413px;
    position: relative;

    &::before {
      margin-bottom: auto;
    }

    &::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #00000080;
      transition: .3s;
      opacity: 0;
    }

    &:has(.show-more-content:not(.less))::after {
      opacity: 1;
    }

    .content {
      display: flex;
      flex-direction: column;
    }
  }

  section.voting .show-more-content {
    order: 1;
    font-size: 16px;
    margin-top: 16px;
  }

  section.voting .more-content.less {
    display: none;
  }
}

/*  */

section.rules h2 {
  font-family: transducer-extended;
  font-weight: 600;
  font-size: 28px;
  line-height: 120%;
  text-transform: uppercase;
}

.rule-card {
  padding: 2rem 0;
  border-bottom: 1px solid #212429;
}

.rule-card:first-child {
  border-top: 1px solid #212429;
}

.rule-card .content {
  border-top: 1px solid #212429;
  padding-top: 2rem;
  margin-top: 2rem;
  max-height: 500px;
  transition: .3s;
}

.rule-card.close .content {
  max-height: 0;
  overflow: hidden;
  margin-top: 0;
  padding-top: 0;
  border-color: transparent;
}

.rule-card .title {
  display: flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
}

.rule-card .toggle {
  flex: 0 0 24px;
  width: 24px;
  margin-left: auto;
}

.rule-card:not(.close) .toggle img {
  transform: rotate(180deg);
}

.rule-card h3 {
  font-family: transducer-extended;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
}

.rule-card .label {
  color: #7B8899;
}

@media (min-width: 1200px) {
  section.rules .container {
    display: grid;
    grid-template-columns: 176px 800px;
    justify-content: space-between;
  }

  section.rules .left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

@media (max-width: 1199px) {
  section.rules h2 {
    font-size: 20px;
    padding-bottom: 2rem;
  }

  section.rules .asset {
    display: none;
  }

  .rule-card {
    padding: 24px 0;
  }

  .rule-card .content {
    margin-top: 1rem;
    padding-top: 1rem;
  }

  .rule-card h3 {
    font-size: 14px;
  }
}

/*  */

section.partners {
  padding-top: 0 !important;
}

section.partners .introduction {
  padding-bottom: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

section.partners h2 {
  font-family: transducer-extended;
  font-weight: 600;
  font-size: 28px;
  line-height: 120%;
  text-transform: uppercase;
  color: #7B8899;
}

section.partners .cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem;
}

section.partners .card {
  background: #1F2226;
  padding: 40px 2rem;
  font-family: 'Transducer';
  font-size: 16px;
  line-height: 150%;
  display: flex;
  flex-direction: column;
}

section.partners .card .partner {
  padding-bottom: 2rem;
}

section.partners .card .button {
  margin-top: auto;
}

section.partners .card .button a {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 1rem;
  text-transform: uppercase;
}

section.partners .card:hover .button a {
  gap: 20px;
  color: #FFEA99;
}

section.partners .content.responsiveness {
  padding-top: 2rem;
}

@media (min-width: 1200px) {
  section.partners .content.responsiveness {
    display: none;
  }
}

@media (max-width: 1199px) {
  section.partners .cards {
    margin: 0 -15px;
    padding: 0 15px;
    overflow: auto;
    gap: 1rem;
    grid-template-columns: repeat(4, 280px);
  }

  section.partners .introduction {
    padding-bottom: 24px;
    display: block;
  }

  section.partners .introduction .content {
    display: none;
  }

  section.partners h2 {
    font-size: 20px;
  }
}

/*  */

.hero .left .introduction:not(:has(+ .categories)) {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.hero .left .card {
  padding-left: 88px;
  margin-top: 24px;
}

.hero .left .card .icon {
  position: absolute;
  left: 0;
}

.hero .left .card .subtitle {
  font-family: 'Transducer';
  font-size: 20px;
  line-height: 140%;
  text-transform: uppercase;
  color: #C3CCD9;
}

.hero .left .card .title {
  font-family: transducer-extended;
  font-weight: 600;
  font-size: 24px;
  line-height: 125%;
  text-transform: uppercase;
  color: #3BC9DB;
}

.samba-gold-women-winners-template .hero .left .card .title,
.samba-gold-women-voting-closed-template .hero .left .card .title,
.samba-gold-women-voting-template .hero .left .card .title,
.samba-gold-women-activation-template .hero .left .card .title,
.samba-gold-women-nominees-template .hero .left .card .title {
  color: #A9E34B;
}

.samba-gold-u20-winners-template .hero .left .card .title,
.samba-gold-u20-voting-closed-template .hero .left .card .title,
.samba-gold-u20-voting-template .hero .left .card .title,
.samba-gold-u20-activation-template .hero .left .card .title,
.samba-gold-u20-nominees-template .hero .left .card .title {
  color: #FFA94D;
}

@media (max-width: 1199px) {
  .hero .left .card {
    padding-left: 68px;
    margin-top: 3rem;
  }

  .hero .left .card .icon {
    width: 48px;
  }

  .hero .left .card .subtitle {
    font-size: 16px;
  }

  .hero .left .card .title {
    font-size: 18px;
  }
}

/*  */

.samba-gold-men-activation-template .hero .assets,
.samba-gold-women-activation-template .hero .assets,
.samba-gold-u20-activation-template .hero .assets {
  display: grid;
  gap: 2rem;
  grid-template-columns: 60% auto;
}

.samba-gold-men-activation-template .hero .assets .left img,
.samba-gold-women-activation-template .hero .assets .left img,
.samba-gold-u20-activation-template .hero .assets .left img {
  margin-top: -21px;
}

.samba-gold-men-activation-template .hero .assets .icon,
.samba-gold-women-activation-template .hero .assets .icon,
.samba-gold-u20-activation-template .hero .assets .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin: -28px auto 20px;
  background: #FFE066;
  border-radius: 80px;
  position: relative;
}

.samba-gold-men-activation-template .hero .assets h4,
.samba-gold-women-activation-template .hero .assets h4,
.samba-gold-u20-activation-template .hero .assets h4 {
  font-weight: 600;
  font-size: 14px;
  line-height: 145%;
  text-align: center;
  color: rgb(255 255 255/.9);
}

@media (max-width: 1199px) {

  .samba-gold-men-activation-template .hero .assets,
  .samba-gold-women-activation-template .hero .assets,
  .samba-gold-u20-activation-template .hero .assets {
    display: none;
  }
}

/*  */

section.counters {
  padding: 4rem 0 0 !important;
}

section.counters .introduction .container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  padding-bottom: 3rem;
}

section.counters .introduction .title div {
  display: flex;
  flex-direction: row-reverse;
  gap: 40px;
  justify-content: flex-end;
}

section.counters h2 {
  font-family: transducer-extended;
  font-weight: 600;
  font-size: 28px;
  line-height: 120%;
  text-transform: uppercase;
  color: #7B8899;
}

section.counters h2 .white {
  display: block;
}

@media (max-width: 1199px) {
  section.counters {
    padding-top: 3rem !important;
  }

  section.counters .introduction .container {
    display: block;
  }

  section.counters .introduction .title div {
    gap: 2rem;
    padding-bottom: 1rem;
  }

  section.counters .introduction .title img {
    width: 48px;
  }

  section.counters h2 {
    font-size: 20px;
  }
}

/*  */

body:not(.samba-gold-u20-voting-template) section.counters .counters {
  padding: 6rem 0 344px;
  background: center/cover;
}

body:not(.samba-gold-u20-voting-template) section.counters .counters .container {
  display: grid;
  gap: 84px;
  grid-template-columns: repeat(3, 280px);
  justify-content: center;
  text-align: center;
}

body:not(.samba-gold-u20-voting-template) section.counters .counters .title div {
  display: flex;
  flex-direction: row-reverse;
  padding-bottom: 1rem;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-family: transducer-extended;
  font-weight: 600;
  font-size: 36px;
  line-height: 135%;
  text-transform: uppercase;
}

body:not(.samba-gold-u20-voting-template) section.counters .counter::after {
  content: '';
  display: block;
  width: 32px;
  height: 2px;
  margin: 2rem auto 0;
  background: #FFE066;
  border-radius: 4px 4px 0px 0px;
}

@media (max-width: 1199px) {
  body:not(.samba-gold-u20-voting-template) section.counters .counters {
    padding: 2rem 0 380px;
    border-top: 1px solid #262A30;
  }

  body:not(.samba-gold-u20-voting-template) section.counters .counters .container {
    display: block;
  }

  body:not(.samba-gold-u20-voting-template) section.counters .counters .title div {
    font-size: 24px;
    gap: 1rem;
  }

  body:not(.samba-gold-u20-voting-template) section.counters .counter:not(:last-child) {
    padding-bottom: 2rem;
  }
}

/*  */

.samba-gold-u20-voting-template section.counters .counters {
  border: solid #262A30;
  border-width: 1px 0;
}

.samba-gold-u20-voting-template section.counters .counters .container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.samba-gold-u20-voting-template section.counters .counter {
  padding: 64px 40px;
  border-left: 1px solid #262A30;
  text-align: center;
}

.samba-gold-u20-voting-template section.counters .counter:last-child {
  border-right: 1px solid #262A30;
}

.samba-gold-u20-voting-template section.counters .counter .subtitle {
  opacity: .8;
}

.samba-gold-u20-voting-template section.counters .counter .title div {
  font-weight: 600;
  padding-bottom: 2rem;
  margin-bottom: 13px;
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 1rem 0;
}

.samba-gold-u20-voting-template section.counters .counter .title div::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: calc(50% - 1rem);
  width: 2rem;
  height: 2px;
  background: #FFE066;
}

@media (max-width: 1199px) {
  .samba-gold-u20-voting-template section.counters .counters {
    border-width: 1px 0 0;
    padding: 2rem 0 290px;
    background: url("https://static.sambafoot.com/wp/sites/2/fundo-samba-gold-contadores.png") bottom/auto 600px no-repeat;
  }

  .samba-gold-u20-voting-template section.counters .counters .container {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem 0;
  }

  .samba-gold-u20-voting-template section.counters .counter {
    padding: 0;
    border: 0 !important;
  }

  .samba-gold-u20-voting-template section.counters .counter .title div {
    padding-bottom: 24px;
    font-size: 1rem;
    line-height: 1.55;
  }
}

/*  */

.winners {
  padding: 0 !important;
  background: center/cover;
}

.winners .container>div {
  padding: 70px 0;
}

.winners .container>.introduction {
  padding: 3rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.winners .container>.introduction::after {
  content: '';
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 1px;
  background: #262A30;
  position: absolute;
  margin-left: calc(50% - 50vw);
}

.winners .container>.introduction .title div {
  display: flex;
  gap: 2rem;
  flex-direction: row-reverse;
  align-items: center;
}

.winners .container>.introduction h2 {
  font-family: transducer-extended;
  font-weight: 600;
  font-size: 28px;
  line-height: 120%;
  text-transform: uppercase;
  color: #7B8899;
}

.winners .container>.introduction h2 .white,
.winners .container>.introduction h2 .grey {
  display: block;
}

.winners .container>.introduction .button {
  height: 48px;
  background: #FFFFFF;
  border-radius: 80px;
  font-family: 'Transducer';
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #0A0B0D;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 0 12px 0 24px;
  cursor: pointer;
}

.winners .container>.introduction .button:hover {
  background: #FFE066;
}

.winners .container>.introduction .button .icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0A0B0D;
  border-radius: 80px;
}

.winners .container>.introduction .button .icon img {
  width: 8px;
}

.samba-gold-men-winners-template .winners .container>.introduction h2,
.samba-gold-women-winners-template .winners .container>.introduction h2,
.samba-gold-u20-winners-template .winners .container>.introduction h2 {
  color: #FFF;
}

.samba-gold-men-winners-template .winners .container>.introduction h3,
.samba-gold-women-winners-template .winners .container>.introduction h3,
.samba-gold-u20-winners-template .winners .container>.introduction h3 {
  font-family: transducer-extended;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  color: #FFE066;
  border: 1px solid #FFE066;
  border-radius: 80px;
  padding: 15px 24px;
}

@media (min-width: 1200px) {
  .winners p {
    font-size: 1rem;
    line-height: 1.55;
  }
}

@media (max-width: 1199px) {
  .winners .container>.introduction {
    padding: 2rem 0;
  }

  .winners .container>.introduction .button,
  .winners .container>.introduction .content {
    display: none;
  }

  .winners .container>.introduction .title {
    flex: 1;
  }

  .winners .container>.introduction .title div {
    gap: 1rem;
    flex-direction: row;
    justify-content: space-between;
  }

  .winners .container>.introduction .title img {
    width: 48px;
  }

  .winners .container>.introduction h2 {
    font-size: 20px;
  }

  .samba-gold-men-winners-template .winners .container>.introduction h3,
  .samba-gold-women-winners-template .winners .container>.introduction h3,
  .samba-gold-u20-winners-template .winners .container>.introduction h3 {
    display: none;
  }
}

/*  */

.last-edition {
  display: grid;
  grid-template-columns: 488px 592px;
  justify-content: space-between;
  border-bottom: 1px solid rgba(123, 136, 153, 0.25);
}

.last-edition h3 {
  margin-bottom: 24px;
  line-height: 54px;
  padding: 0 24px;
  display: inline-block;
  background: #1F2226;
  backdrop-filter: blur(16px);
  border-radius: 80px;
  font-family: transducer-extended;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}

.last-edition .right>.ranking {
  display: grid;
  grid-template-columns: repeat(3, 176px);
  justify-content: space-between;
  align-items: flex-end;
}

.last-edition .right>.ranking>div {
  position: relative;
}

.last-edition .ranking .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(10, 11, 13, 0.85);
  backdrop-filter: blur(2.98057px);
  display: grid;
  grid-template-columns: auto 36px;
  font-family: 'Transducer';
  font-size: 14px;
  line-height: 150%;
  padding-left: 12px;
  align-items: center;
}

.last-edition .ranking .ranking {
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #CC9A65;
  position: relative;
}

.last-edition .ranking .ranking.silver {
  background: #7B8899;
}

.last-edition .ranking .ranking.gold {
  background: #FFE066;
}

.last-edition .ranking .ranking span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #0A0B0D;
  font-weight: 600;
}

@media (max-width: 1199px) {
  .last-edition {
    display: flex;
    flex-direction: column-reverse;
    padding: 20px 15px 3rem !important;
    margin: 0 -15px;
  }

  .last-edition h3 {
    margin: 2rem 0 1rem;
    line-height: 38px;
    padding: 0 18px;
    font-size: 14px;
  }

  .last-edition .right>.ranking {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 0 -15px;
  }

  .last-edition .ranking .title {
    font-size: 10px;
    grid-template-columns: auto 2rem;
    padding-left: 8px;
  }

  .last-edition .ranking .ranking {
    height: 2rem;
  }

  .last-edition .ranking .ranking span {
    font-size: 11px;
  }
}

/*  */

.previous-editions {
  background: center/cover;
  position: relative;
}

.previous-editions .introduction {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  align-items: center;
  padding-bottom: 3rem;
}

.previous-editions h3 {
  font-family: transducer-extended;
  font-weight: 600;
  font-size: 24px;
  line-height: 135%;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .previous-editions h3 .grey {
    display: block;
  }
}

@media (max-width: 1199px) {
  .previous-editions .introduction {
    display: block;
    padding-bottom: 2rem;
  }

  .previous-editions h3 {
    padding-bottom: 8px;
    font-size: 18px;
  }

  .previous-editions .container::before {
    top: -3rem;
  }
}

/*  */

.awards-head.responsiveness {
  padding-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.awards-head.responsiveness .year {
  font-family: transducer-extended;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
}

.responsiveness-navigation,
.responsiveness-navigation .navigation {
  display: flex;
  gap: 12px;
}

.responsiveness-navigation .navigation>div {
  background: #1F2226;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.responsiveness-navigation .navigation>div[disabled] {
  pointer-events: none;
}

.responsiveness-navigation .navigation>div[disabled] img {
  opacity: .5;
}

.responsiveness-navigation .navigation img {
  width: 10px;
  transform: rotate(90deg);
}

.responsiveness-navigation .navigation .forward img {
  transform: rotate(-90deg);
}

.calendar-menu>ul>li>.menu-item div {
  border: 1px solid #1F2226;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #0A0B0E;
}

.calendar-menu ul ul {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #0A0B0D;
  border-radius: 24px 24px 0px 0px;
  width: 100%;
  z-index: 2;
  padding-top: 40px;
  max-height: 50vh;
  overflow: auto;
  transition: max-height .3s;
}

.calendar-menu li:not(.opened) ul {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
}

.calendar-menu ul ul::before {
  content: '';
  position: absolute;
  width: 160px;
  height: 4px;
  left: calc(50% - 80px);
  top: 18px;
  background: #1F2226;
  border-radius: 80px;
}

.calendar-menu ul ul .menu-item {
  padding: 0 24px;
  height: 48px;
  display: flex;
  align-items: center;
  font-family: transducer-extended;
  font-size: 14px;
  line-height: 150%;
}

@media (min-width: 1200px) {
  .awards-head.responsiveness {
    display: none;
  }
}

/*  */

.awards-body+.show-more {
  display: flex;
  gap: 24px;
  font-family: transducer-extended;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  align-items: center;
  color: #7B8899;
  cursor: pointer;
  transition: .3s;
}

.awards-body+.show-more:hover {
  color: #FFF;
}

.awards-body+.show-more>div {
  z-index: 1;
}

.awards-body+.show-more .icon {
  width: 48px;
  height: 48px;
  background: #1F2226;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.awards-body+.show-more .title {
  width: 53px;
}

.awards-body+.show-more::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background: linear-gradient(180deg, rgba(10, 11, 13, 0) 0%, rgba(10, 11, 13, 0.75) 18.16%, #0A0B0D 100%);
}

@media (max-width: 1199px) {
  .awards-body+.show-more {
    display: none;
  }
}

/*  */

.award-row {
  display: grid;
  grid-template-columns: 100px auto;
  gap: 100px;
  align-items: center;
  position: relative;
}

.award-row:not(:last-child) {
  padding-bottom: 4rem;
}

.award-row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 100px;
  width: 1px;
  height: 100%;
  background: #1F2226;
}

.award-row:first-child:last-child::before {
  content: none;
}

.award-row::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 6px solid #1F2226;
  left: 90px;
  top: calc(100% - 4rem - 50% + 20px);
  background: #FFF;
}

.award-row:last-child:after {
  top: calc(50% - 10px);
}

.award-row>.right {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 84px;
}

.award-row .year {
  font-family: transducer-extended;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
}

.award-row>.right>div {
  display: grid;
  grid-template-columns: 72px auto;
  gap: 2rem;
}

.award-row .label {
  display: inline-flex;
  width: 36px;
  height: 28px;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  background: #FFE066;
  border-radius: 80px;
  font-family: 'Transducer';
  font-weight: 500;
  font-size: 14px;
  line-height: 145%;
  color: #0A0B0D;
}

.award-row .second-place .label {
  background: #B2C4DE;
}

.award-row .third-place .label {
  background: #FBBE7D;
}

.award-row .player {
  font-family: 'Transducer';
  font-size: 20px;
  line-height: 150%;
}

.award-row .team {
  font-size: 16px;
  line-height: 150%;
  color: #C3CCD9;
}

@media (min-width: 1200px) {
  .awards-body.hide {
    max-height: 900px;
    overflow: hidden;
    margin-bottom: -112px;
  }
}

@media (max-width: 1199px) {
  .award-row:not(.active) {
    display: none;
  }

  .award-row {
    padding-bottom: 0 !important;
    display: block;
  }

  .award-row::before,
  .award-row::after {
    content: none;
  }

  .award-row>.right {
    display: block;
  }

  .award-row>.right>div:not(:last-child) {
    padding-bottom: 24px;
  }

  .award-row .year {
    display: none;
  }

  .award-row .player {
    font-size: 16px;
  }
}

/*  */

section.social-media {
  border: solid #262A30;
  border-width: 1px 0;
  padding: 40px 0 !important;
}

section.social-media .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

section.social-media .title div {
  display: flex;
  gap: 38px;
  align-items: center;
  flex-direction: row-reverse;
}

section.social-media h2 {
  font-family: transducer-extended;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  text-transform: uppercase;
  color: #7B8899;
}

section.social-media h2 .white {
  display: block;
  margin-top: 8px;
}

section.social-media .social-medias {
  display: flex;
  gap: 2rem;
}

section.social-media .social-medias a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #1F2226;
  border-radius: 80px;
}

section.social-media .social-medias img {
  filter: brightness(0) invert(1);
}

section.social-media .social-medias a:hover {
  background: #FFE066;
}

section.social-media .social-medias a:hover img {
  filter: brightness(0);
}

@media (max-width: 1199px) {
  section.social-media {
    padding: 2rem 0 !important;
  }

  section.social-media .container {
    display: block;
  }

  section.social-media .title div {
    justify-content: flex-end;
    gap: 1rem;
    padding-bottom: 2rem;
  }

  section.social-media .title img {
    width: 48px;
  }

  section.social-media .social-medias {
    gap: 1rem;
  }

  section.social-media .social-medias a {
    width: 40px;
    height: 40px;
  }
}

/*  */

.mobile-fixed-menu {
  position: sticky;
  bottom: 0;
  background: #0a0b0d;
  border-top: 1px solid #262A30;
  z-index: 1;
}

.mobile-fixed-menu ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  font-weight: 600;
  font-size: 12px;
  line-height: 135%;
}

.mobile-fixed-menu a {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  height: 64px;
  gap: 4px;
  position: relative;
}

.mobile-fixed-menu a::after {
  content: '';
  position: absolute;
  width: 24px;
  height: 2px;
  left: calc(50% - 12px);
  bottom: 0;
  background: #FFE066;
}

.mobile-fixed-menu li:nth-child(2) a::after {
  background: #3BC9DB;
}

.mobile-fixed-menu li:nth-child(3) a::after {
  background: #A9E34B;
}

.mobile-fixed-menu li:nth-child(4) a::after {
  background: #FFA94D;
}

.mobile-fixed-menu .menu-item:not(.current) a {
  color: #7B8899;
}

.mobile-fixed-menu .menu-item:not(.current) a::after {
  content: none;
}

.mobile-fixed-menu .menu-item:not(.current) img {
  filter: grayscale(1);
}

@media (min-width: 1200px) {
  .mobile-fixed-menu {
    display: none;
  }
}

/*  */

section.articles {
  background: center/cover;
}

section.articles .introduction {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 40px;
}

section.articles h2 {
  font-family: transducer-extended;
  font-weight: 600;
  font-size: 28px;
  line-height: 120%;
  text-transform: uppercase;
  color: #7B8899;
}

section.articles .button a {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 16px;
  line-height: 150%;
}

section.articles .button img {
  position: relative;
  left: 0;
  transition: .2s;
}

section.articles .button a:hover,
section.articles .card:hover .button a {
  color: #FFE066;
}

section.articles .card:hover .button a img {
  left: 4px;
}

section.articles .cards {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

section.articles .card .top {
  height: 176px;
  margin-bottom: 24px;
  overflow: hidden;
}

section.articles .card .title {
  font-family: 'Transducer';
  font-weight: 500;
  font-size: 18px;
  line-height: 145%;
  padding-bottom: 24px;
}

section.articles .card .featured-image {
  background: center/cover;
  height: 100%;
  transition: .3s;
}

section.articles .card:hover .title {
  color: #FFE066;
}

section.articles .card:hover .featured-image {
  transform: scale(1.1);
}

section.articles .button.responsiveness a {
  margin-top: 40px;
  background: #FFFFFF;
  border-radius: 80px;
  color: #0A0B0D;
  height: 48px;
  justify-content: space-between;
  padding: 0 24px;
  font-weight: 600;
}

section.articles .button.responsiveness img {
  filter: brightness(0);
}

@media (min-width: 1200px) {

  section.articles .button.responsiveness,
  section.articles .card .button img {
    display: none;
  }

  section.articles .button {
    display: flex;
    align-items: center;
    gap: 0 8px;
  }

  section.articles .button a {
    display: block;
  }

  section.articles .button .icon {
    width: 24px;
    aspect-ratio: 1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
  }

  section.articles .button:hover a {
    color: #FFE066;
  }

  section.articles .button:hover .icon {
    background: #FFE066;
  }

  section.articles .button:hover img {
    filter: brightness(0);
  }
}

@media (max-width: 1199px) {
  section.articles .introduction {
    padding-bottom: 24px;
  }

  section.articles .introduction .button {
    display: none;
  }

  section.articles h2 {
    font-size: 20px;
  }

  section.articles .cards {
    gap: 1rem;
    overflow: auto;
    margin: 0 -15px;
    padding: 0 15px;
    grid-template-columns: repeat(4, 280px);
  }

  section.articles .card .title {
    font-size: 16px;
  }

  section.articles .button a {
    font-size: 14px;
    font-family: 'Transducer';
    text-transform: uppercase;
  }
}

/*  */

section.categories .introduction {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  padding-bottom: 4rem;
}

section.categories h2 {
  font-family: transducer-extended;
  font-weight: 600;
  font-size: 32px;
  line-height: 135%;
  text-transform: uppercase;
  color: #7B8899;
}

section.categories h2 .white {
  display: block;
}

section.categories .cards,
div.pop-up .cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

section.categories .cards {
  gap: 2rem;
}

section.categories .card,
div.pop-up .card {
  background: center/auto 100%;
  padding: 40px 3rem;
  color: #0A0B0D;
  transition: .3s;

  &:hover {
    background-size: auto calc(100% + 10px);
  }
}

section.categories .card p,
div.pop-up .card p {
  color: inherit;
}

section.categories .card .top,
div.pop-up .card .top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 24px;
}

section.categories .card>div,
div.pop-up .card>div {
  position: relative;
}

section.categories .card .right-icon img,
div.pop-up .card .right-icon img {
  width: 20px;
}

section.categories .card .left-icon,
div.pop-up .card .left-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0A0B0D;
  border-radius: 80px;
}

section.categories .card h3,
div.pop-up .card h3 {
  font-family: transducer-extended;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  padding-bottom: 8px;
  text-transform: uppercase;
  display: flex;
  gap: 12px;
  align-items: center;
}

section.categories .card h3 .tag,
div.pop-up .card h3 .tag {
  display: inline-block;
  padding: 2px 5px;
  background: #0A0B0D;
  border-radius: 80px;
  font-family: 'Transducer';
  font-size: 12px;
  line-height: 135%;
  color: #FFA94D;
  font-weight: 400;
  text-transform: none;
  transition: .3s;
}

section.categories .card .area-link,
div.pop-up .card .area-link {
  z-index: 2;
}

div.pop-up .card {
  padding: 24px;
}

div.pop-up .card .top {
  padding-bottom: 20px;
}

div.pop-up .card .left-icon {
  width: 40px;
  height: 40px;
}

div.pop-up .card .left-icon img {
  width: 24px;
}

div.pop-up .card h3 {
  font-size: 20px;
}

div.pop-up .card .content {
  font-size: 14px;
  line-height: 155%;
}

@media (max-width: 1199px) {
  section.categories {
    padding-bottom: 0 !important;
  }

  section.categories .introduction {
    display: block;
    padding-bottom: 40px;
  }

  section.categories h2 {
    font-size: 20px;
    padding-bottom: 1rem;
  }

  section.categories .cards,
  div.pop-up .cards {
    display: block;
  }

  section.categories .cards {
    margin: 0 -15px;
  }

  section.categories .card,
  div.pop-up .card {
    background-position: right;
    padding: 24px;
  }

  section.categories .card h3,
  div.pop-up .card h3 {
    font-size: 20px;
    gap: 8px;
  }

  section.categories .card .top,
  div.pop-up .card .top {
    padding-bottom: 20px;
  }

  section.categories .card .left-icon,
  div.pop-up .card .left-icon {
    width: 40px;
    height: 40px;
    margin-top: 24px;
  }

  section.categories .card .left-icon img,
  div.pop-up .card .left-icon img {
    width: 24px;
  }
}

/*  */

section.timeline {
  padding: 0 !important;
  border-bottom: 1px solid #262A30;
}

section.timeline .introduction {
  padding: 3rem 0;
  border-bottom: 1px solid #262A30;
}

section.timeline .introduction .container {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 3rem;
  align-items: center;
}

section.timeline .introduction .title div {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 0 2rem;
}

section.timeline h2 {
  font-family: transducer-extended;
  font-weight: 600;
  font-size: 28px;
  line-height: 135%;
  text-transform: uppercase;
  color: #7B8899;
}

section.timeline h2 .white {
  display: block;
}

section.timeline .cards .container {
  display: grid;
  grid-template-columns: auto 58%;
}

section.timeline .cards .container>.left {
  border-right: 1px solid #262A30;
}

section.timeline .card {
  padding: 3rem;
}

section.timeline .card .left,
section.timeline .card .top {
  background: bottom/cover;
}

section.timeline .card .top {
  height: 364px;
  margin-bottom: 40px;
}

section.timeline .card h3 {
  padding-bottom: 1rem;
  font-family: transducer-extended;
  font-weight: 600;
  font-size: 18px;
  line-height: 135%;
  text-transform: uppercase;
}

section.timeline .left .card {
  padding-left: 0;
}

section.timeline .right .card {
  padding-right: 0;
  display: grid;
  grid-template-columns: 263px auto;
  gap: 40px;
}

section.timeline .right .card:first-child::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 58vw;
  height: 1px;
  background: #262A30;
}

@media (min-width: 1200px) {
  section.timeline p {
    font-size: 16px;
    line-height: 1.55;
  }
}

@media (max-width: 1199px) {
  section.timeline {
    padding-bottom: 3rem !important;
  }

  section.timeline .introduction {
    padding: 2rem 0;
    border-bottom: 0;
  }

  section.timeline .introduction .container {
    display: block;
  }

  section.timeline .introduction .title div {
    margin: 0 -15px 24px;
    padding: 0 15px 2rem;
    border-bottom: 1px solid #262A30;
    flex-direction: row;
    justify-content: space-between;
  }

  section.timeline .introduction img {
    width: 3rem;
  }

  section.timeline h2 {
    font-size: 18px;
  }

  section.timeline .cards .container {
    overflow: auto;
  }

  section.timeline .cards .container,
  section.timeline .cards .container>.right {
    display: flex;
    gap: 1rem;
  }

  section.timeline .card {
    padding: 0;
    width: 303px;
  }

  section.timeline .right .card {
    display: block;
  }

  section.timeline .cards .container>.left {
    border-right: 0;
  }

  section.timeline .card .left,
  section.timeline .card .top {
    height: 175px;
    margin-bottom: 1rem;
  }

  section.timeline .card h3 {
    font-size: 16px;
    padding-bottom: 12px;
  }

  section.timeline .right .card:first-child::after {
    content: none;
  }
}

/*  */

.samba-gold-u20-activation-template section.counters .counters {
  border-top: 1px solid #262A30;
}

.samba-gold-u20-activation-template section.counters .counters .container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.samba-gold-u20-activation-template section.counters .counter {
  border-left: 1px solid #262A30;
  padding: 4rem 40px;
  text-align: center;
}

.samba-gold-u20-activation-template section.counters .counter:last-child {
  border-right: 1px solid #262A30;
}

.samba-gold-u20-activation-template section.counters .counter p {
  opacity: .6;
}

.samba-gold-u20-activation-template section.counters .counter .title div {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-family: 'Transducer';
  padding-bottom: 3rem;
  position: relative;
}

.samba-gold-u20-activation-template section.counters .counter .title div::after {
  content: '';
  position: absolute;
  bottom: 12px;
  left: calc(50% - 1rem);
  width: 32px;
  height: 2px;
  background: #FFE066;
}

@media (max-width: 1199px) {
  .samba-gold-u20-activation-template section.counters .counters .container {
    grid-template-columns: repeat(3, 240px);
    overflow: auto;
    gap: 4rem;
  }

  .samba-gold-u20-activation-template section.counters .counter {
    border: 0 !important;
    padding: 0;
  }

  .samba-gold-u20-activation-template section.counters .counters {
    padding: 56px 0 320px;
    background: url(https://static.sambafoot.com/wp/background-samba-gold-counters.png) center/cover;
  }
}

/*  */

section.trophy {
  padding: 0 !important;
}

section.trophy>.introduction {
  border: solid #262A30;
  border-width: 1px 0;
  padding: 3rem 0;
}

section.trophy>.introduction .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

section.trophy>.introduction .title div {
  display: flex;
  flex-direction: row-reverse;
  gap: 2rem;
  align-items: center;
}

section.trophy .title h2 {
  font-family: transducer-extended;
  font-weight: 600;
  font-size: 28px;
  line-height: 120%;
  text-transform: uppercase;
  color: #7B8899;
}

section.trophy .title .white {
  display: block;
}

section.trophy .subtitle h2 {
  height: 56px;
  background: rgba(10, 11, 13, 0.25);
  border: 1px solid #FFE066;
  backdrop-filter: blur(16px);
  border-radius: 80px;
  font-family: transducer-extended;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  color: #FFE066;
  padding: 0 24px;
  display: flex;
  align-items: center;
}

section.trophy .podium {
  padding: 4rem 0;
  display: grid;
  align-items: center;
  gap: 120px;
  grid-template-columns: auto 50%;
}

section.trophy h3 {
  font-family: transducer-extended;
  padding-bottom: 14px;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  text-transform: uppercase;
}

section.trophy .ranking {
  display: grid;
  align-items: flex-end;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}

section.trophy .ranking>div {
  position: relative;
}

section.trophy .ranking img {
  width: 100%;
}

section.trophy .ranking .label {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(10, 11, 13, 0.85);
  backdrop-filter: blur(3px);
  font-family: 'Transducer';
  font-size: 14px;
  line-height: 150%;
  padding: 8px 0;
  text-align: center;
}

@media (max-width: 1199px) {
  section.trophy .podium {
    display: flex;
    flex-direction: column-reverse;
    padding: 1rem 0 3rem;
    gap: 2rem;
  }

  section.trophy .ranking {
    margin: 0 -15px;
    gap: 12px;
  }

  section.trophy h3 {
    padding-bottom: 8px;
    font-size: 16px;
  }

  section.trophy .subtitle h2 {
    display: none;
  }

  section.trophy>.introduction {
    padding: 2rem 0;
    border-top: 0;
  }

  section.trophy>.introduction .title div {
    gap: 1rem;
  }

  section.trophy>.introduction .title img {
    width: 48px;
  }

  section.trophy .title h2 {
    font-size: 20px;
  }
}

/*  */

section.cta {
  padding: 38px 0 !important;
  background: #FFA94D;
  color: #0A0B0D;
}

section.cta .introduction {
  display: grid;
  gap: 2rem;
  grid-template-columns: 50% 1fr;
  align-items: center;
}

section.cta h2 {
  font-family: transducer-extended;
  font-weight: 600;
  font-size: 24px;
  line-height: 125%;
  text-transform: uppercase;
}

section.cta .introduction>.title {
  display: flex;
  gap: 2rem;
  align-items: center;
}

section.cta .introduction>.title .icon {
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  background: #0A0B0D;
  border-radius: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.cta .button {
  text-align: right;
}

section.cta .button {
  display: flex;
  gap: 0 12px;
  align-items: center;
  padding: 1rem 24px;
  background: #0A0B0D;
  border-radius: 80px;
  width: fit-content;
  text-transform: uppercase;
  color: #FFA94D;
  margin-left: auto;

  * {
    transition: none;
  }

  h3 {
    font-family: transducer-extended;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
  }

  .icon {
    display: flex;
    width: 24px;
    aspect-ratio: 1;
    justify-content: center;
    align-items: center;
    border-radius: 80px;
    background: #A9E34B;
    transition: .3s;
  }

  &:hover {
    background: #FFF;
    color: #000 !important;

    .icon {
      background: #000;

      img {
        filter: brightness(0) invert(1);
      }
    }
  }
}

@media (max-width: 1199px) {
  section.cta {
    padding: 2rem 0 !important;
  }

  section.cta .introduction {
    display: block;
  }

  section.cta .introduction>.title {
    gap: 1rem;
    flex-direction: row-reverse;
  }

  section.cta .introduction>.title .icon {
    align-self: flex-start;
    flex-basis: 48px;
    width: 48px;
    height: 48px;
  }

  section.cta .introduction>.title .icon img {
    width: 2rem;
  }

  section.cta h2 {
    font-size: 20px;
  }

  section.cta .button {
    text-align: center;
    margin-top: 24px;
  }

  section.cta .button {
    padding: 15px 24px;
    width: auto;
    justify-content: space-between;

    h3 {
      font-size: 18px;
    }
  }
}

/*  */

.samba-gold-nominees-template section.cta .introduction>.title div {
  display: flex;
  gap: 2rem;
  align-items: center;
  flex-direction: row-reverse;
}

@media (max-width: 1199px) {
  .samba-gold-nominees-template section.cta .introduction>.title div {
    gap: 1rem;
  }

  .samba-gold-nominees-template section.cta .introduction>.title img {
    align-self: flex-start;
    width: 48px;
  }
}

/*  */

.samba-gold-voting-closed-template section.cta,
.samba-gold-voting-template section.cta {
  background: #A9E34B;
}

.samba-gold-voting-closed-template section.cta .button,
.samba-gold-voting-template section.cta .button {
  color: #A9E34B;
}

/*  */

section.cta.cta-closed {
  background: #3BC9DB;
}

section.cta.cta-closed .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

section.cta.cta-closed .content {
  font-family: transducer-extended;
  font-weight: 600;
  font-size: 24px;
  line-height: 125%;
  text-transform: uppercase;
}

section.cta.cta-closed .introduction {
  gap: 3rem;
  grid-template-columns: auto 580px;
}

section.cta.cta-closed h2 {
  font-size: 20px;
  color: #3BC9DB;
  background: #0A0B0D;
  padding: 1rem 20px;
  border-radius: 80px;
}

section.cta.cta-closed .close {
  width: 56px;
  height: 56px;
  background: #0A0B0D;
  border-radius: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

@media (max-width: 1199px) {
  section.cta.cta-closed .close {
    display: none;
  }

  section.cta.cta-closed h2 {
    margin-bottom: 24px;
    font-size: 16px;
  }

  section.cta.cta-closed .content {
    font-size: 20px;
  }
}

/*  */

.samba-gold-women-voting-closed-template section.cta.cta-closed {
  background: #A9E34B;
}

.samba-gold-women-voting-closed-template section.cta.cta-closed h2 {
  color: #A9E34B;
}

.samba-gold-u20-voting-closed-template section.cta.cta-closed {
  background: #FFA94D;
}

.samba-gold-u20-voting-closed-template section.cta.cta-closed h2 {
  color: #FFA94D;
}

/*  */

section.nominations,
section.voting-single {
  background: center/cover;
}

section.nominations .container,
section.voting-single .container {
  display: grid;
  grid-template-columns: 600px auto;
  gap: 130px;
}

section.nominations h1,
section.nominations h2,
section.voting-single h1,
section.voting-single h2 {
  font-family: transducer-extended;
  font-weight: 600;
  font-size: 36px;
  line-height: 135%;
  text-transform: uppercase;
  color: #7B8899;
  padding-bottom: 24px;
}

section.nominations h1 .white,
section.nominations h2 .white,
section.voting-single h1 .white,
section.voting-single h2 .white {
  display: block;
}

section.nominations .card,
section.voting-single .card {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 72px auto;
  gap: 2rem;
  font-weight: 500;
}

section.nominations .card .icon,
section.voting-single .card .icon {
  background: #1F2226;
  border-radius: 0px 0px 80px 80px;
  height: 80px;
  border-top: 2px solid #FFA94D;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1199px) {

  section.nominations .container,
  section.voting-single .container {
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }

  section.nominations .card,
  section.voting-single .card {
    grid-template-columns: 58px auto;
    gap: 1rem;
  }

  section.nominations .card .icon,
  section.voting-single .card .icon {
    height: 64px;
  }

  section.nominations .card img,
  section.voting-single .card img {
    width: 32px;
  }

  section.nominations h1,
  section.nominations h2,
  section.voting-single h1,
  section.voting-single h2 {
    font-size: 20px;
  }
}

/*  */

.samba-gold-women-nominees-template .hero .container,
.samba-gold-u20-nominees-template .hero .container,
.samba-gold-men-nominees-template .hero .container {
  grid-template-columns: 44% 48%;
  justify-content: space-between;
}

.samba-gold-women-nominees-template .hero .assets,
.samba-gold-u20-nominees-template .hero .assets,
.samba-gold-men-nominees-template .hero .assets {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}

.samba-gold-women-nominees-template .hero .assets .middle>div:not(:last-child),
.samba-gold-u20-nominees-template .hero .assets .middle>div:not(:last-child),
.samba-gold-men-nominees-template .hero .assets .middle>div:not(:last-child) {
  padding-bottom: 2rem;
}

.samba-gold-women-nominees-template .hero .assets .left,
.samba-gold-u20-nominees-template .hero .assets .left,
.samba-gold-men-nominees-template .hero .assets .left {
  display: flex;
  align-items: flex-end;
  position: relative;
}

.samba-gold-women-nominees-template .hero .assets .left .icon,
.samba-gold-u20-nominees-template .hero .assets .left .icon,
.samba-gold-men-nominees-template .hero .assets .left .icon {
  position: absolute;
  right: -72px;
  top: 52px;
  animation: rotate infinite 30s linear;
  z-index: 1;
}

.samba-gold-women-nominees-template .hero .assets .right .icon,
.samba-gold-u20-nominees-template .hero .assets .right .icon,
.samba-gold-men-nominees-template .hero .assets .right .icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFE066;
  border-radius: 80px;
  margin: -28px auto 20px;
  position: relative;
}

.samba-gold-women-nominees-template .hero .assets h4,
.samba-gold-u20-nominees-template .hero .assets h4,
.samba-gold-men-nominees-template .hero .assets h4 {
  font-size: 14px;
  line-height: 145%;
  color: rgb(255 255 255/.9);
  text-align: center;
  font-weight: 500;
}

.samba-gold-women-nominees-template .hero .asset,
.samba-gold-u20-nominees-template .hero .asset,
.samba-gold-men-nominees-template .hero .asset {
  height: 428px;
  background: center/cover;
  padding-bottom: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
  position: relative;
}

.samba-gold-women-nominees-template .hero .left>.asset,
.samba-gold-men-nominees-template .hero .left>.asset {
  flex: 1;
  height: 286px;
}

.samba-gold-women-nominees-template .hero .right>.asset,
.samba-gold-men-nominees-template .hero .right>.asset {
  height: 344px;
  padding-bottom: 60px;
}

.samba-gold-women-nominees-template .hero .asset>div,
.samba-gold-u20-nominees-template .hero .asset>div,
.samba-gold-men-nominees-template .hero .asset>div {
  z-index: 1;
}

.samba-gold-women-nominees-template .hero .asset .player,
.samba-gold-men-nominees-template .hero .asset .player {
  font-family: transducer-extended;
  font-weight: 800;
  font-size: 18px;
  line-height: 125%;
  text-transform: uppercase;
}

.samba-gold-women-nominees-template .hero .asset .ranking,
.samba-gold-men-nominees-template .hero .asset .ranking {
  position: relative;
  margin-bottom: 1rem;
  opacity: .75;
}

.samba-gold-women-nominees-template .hero .asset .ranking img,
.samba-gold-men-nominees-template .hero .asset .ranking img {
  width: 30px;
  margin: 0 auto;
  filter: brightness(0) invert(1);
}

.samba-gold-women-nominees-template .hero .asset .ranking span,
.samba-gold-men-nominees-template .hero .asset .ranking span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Transducer';
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: #FFF;
}

.samba-gold-women-nominees-template .hero .asset::after,
.samba-gold-men-nominees-template .hero .asset::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 222px;
  background: linear-gradient(180deg, rgba(6, 47, 49, 0) 0%, #062F31 100%);
}

.samba-gold-women-nominees-template .hero .asset::after {
  background: linear-gradient(180deg, rgba(26, 38, 6, 0) 0%, #1A2606 100%);
}

.samba-gold-u20-nominees-template .hero .assets .left .icon {
  top: 121px;
}

.samba-gold-u20-nominees-template .hero .asset {
  padding-bottom: 0;
  height: auto;
}

@media (max-width: 1199px) {

  .samba-gold-women-nominees-template .hero .assets,
  .samba-gold-u20-nominees-template .hero .assets,
  .samba-gold-men-nominees-template .hero .assets {
    display: none;
  }
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

/*  */

section.countdown {
  background: #3BC9DB;
  padding: 38px 0 !important;
  font-family: transducer-extended;
  font-weight: 600;
  text-transform: uppercase;
  color: #0A0B0D;
}

section.countdown .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

section.countdown .introduction {
  display: flex;
  align-items: center;
  gap: 3rem;
}

section.countdown .content {
  font-size: 20px;
  line-height: 125%;
  width: 410px;
}

section.countdown .content * {
  display: inline;
  color: inherit;
}

section.countdown .introduction>.title {
  display: flex;
  flex-direction: row-reverse;
  gap: 1rem;
  align-items: center;
}

section.countdown .introduction>.title .icon {
  width: 56px;
  height: 56px;
  background: #0A0B0D;
  border-radius: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.countdown h2 {
  padding: 1rem 22px;
  background: #0A0B0D;
  border-radius: 80px;
  font-size: 20px;
  line-height: 120%;
  color: #3BC9DB;
  font-weight: 600;
}

section.countdown .count {
  display: flex;
  font-family: 'Barlow Condensed';
  font-size: 42px;
  line-height: 100%;
}

section.countdown .count>div {
  display: flex;
}

section.countdown .count>div:not(:last-child)::after {
  content: ':';
  margin: 0 8px;
  opacity: .25;
}

@media (max-width: 1199px) {
  section.countdown {
    padding: 2rem 0 !important;
  }

  section.countdown .container,
  section.countdown .introduction {
    display: block;
  }

  section.countdown .content {
    width: auto;
    font-size: 16px;
    padding-bottom: 1rem;
  }

  section.countdown .introduction>.title {
    display: block;
    padding-bottom: 1rem;
    text-align: center;
  }

  section.countdown .introduction>.title .icon {
    display: none;
  }

  section.countdown .introduction>.title .icon img {
    width: 2rem;
    height: 2rem;
  }

  section.countdown h2 {
    padding: 12px 22px;
    font-size: 18px;
  }

  section.countdown .count {
    font-size: 44px;
    justify-content: center;
  }
}

/*  */

.samba-gold-women-voting-template section.countdown,
.samba-gold-women-nominees-template section.countdown {
  background: #A9E34B;
}

.samba-gold-women-voting-template section.countdown h2,
.samba-gold-women-nominees-template section.countdown h2 {
  color: #A9E34B;
}

.samba-gold-u20-voting-template section.countdown,
.samba-gold-u20-nominees-template section.countdown {
  background: #FFA94D;
}

.samba-gold-u20-voting-template section.countdown h2,
.samba-gold-u20-nominees-template section.countdown h2 {
  color: #FFA94D;
}

/*  */

section.player-cards {
  padding-top: 3rem !important;
}

section.player-cards h2 {
  font-family: transducer-extended;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
}

section.player-cards .title:not(.responsiveness) h2 {
  color: #7B8899;
}

section.player-cards h2 .white {
  display: block;
  padding-top: 4px;
  font-size: 28px;
}

section.player-cards .introduction {
  display: grid;
  grid-template-columns: 50% 40%;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 3rem;
  position: relative;
  margin-bottom: 4rem;
}

section.player-cards .introduction::after {
  content: '';
  position: absolute;
  width: 100vw;
  height: 1px;
  background: #262A30;
  bottom: 0;
  left: calc(50% - 50vw);
}

section.player-cards .title div {
  display: flex;
  gap: 2rem;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

@media (min-width: 1200px) {
  section.player-cards .title.responsiveness {
    display: none;
  }
}

@media (max-width: 1199px) {
  section.player-cards {
    padding-top: 3rem !important;
  }

  section.player-cards .introduction {
    padding-bottom: 40px;
    display: block;
    margin-bottom: 0;
  }

  section.player-cards .introduction::after {
    content: none;
  }

  section.player-cards .title:not(.responsiveness) {
    display: none;
  }

  section.player-cards .title.responsiveness {
    color: #FFFFFF !important;
  }

  section.player-cards .title div {
    padding-bottom: 8px;
    gap: 1rem;
    flex-direction: row;
    justify-content: space-between;
  }

  section.player-cards .title img {
    width: 48px;
  }

  section.player-cards h2 .white {
    font-size: 20px;
    padding-top: 0;
  }

  section.player-cards h2 .responsiveness {
    display: none;
  }
}

/*  */

section.player-cards .cards {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 4px;
}

section.player-cards .card {
  background: center/cover;
  height: 384px;
  position: relative;
}

section.player-cards .card .button {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}

section.player-cards .card .button>* {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 4rem;
  background: rgba(123, 136, 153, 0.05);
  border-top: 1px solid rgba(123, 136, 153, 0.25);
  backdrop-filter: blur(12px);
  padding: 0 24px;
  font-family: 'Transducer';
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  cursor: pointer;
}

section.player-cards .card:hover .button>* {
  background: #FFE066;
  color: #0A0B0D;
}

section.player-cards .card:hover .button img {
  filter: brightness(0);
}

section.player-cards .card .team a {
  width: 40px;
  height: 40px;
  background: rgba(10, 11, 13, 0.25);
  backdrop-filter: blur(8px);
  border-radius: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.player-cards .card .team img {
  width: 22px;
  aspect-ratio: 1;
}

section.player-cards .card .position {
  padding: 6px 10px;
  background: #E373FF;
  border-radius: 80px;
  font-family: 'Transducer';
  font-weight: 500;
  font-size: 14px;
  line-height: 115%;
  color: #0A0B0D;
}

section.player-cards .card .name {
  font-family: 'Transducer';
  font-size: 24px;
  line-height: 135%;
  padding-bottom: 8px;
}

section.player-cards .card .age {
  font-family: 'Transducer';
  font-size: 14px;
  line-height: 115%;
  color: rgba(255, 255, 255, 0.6);
}

section.player-cards .card .number {
  font-family: 'Transducer';
  font-size: 2rem;
  line-height: 100%;
  padding-bottom: 8px;
}

section.player-cards .card .label {
  font-size: 14px;
  line-height: 115%;
  color: rgba(255, 255, 255, 0.6);
}

section.player-cards .card .face {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(10, 11, 13, 0) 36.87%, #0A0B0D 91.89%);
  padding: 24px 24px 88px;
  transition: .3s;
}

section.player-cards .card .face.display {
  display: flex;
  flex-direction: column-reverse;
  font-family: 'Transducer';
  font-size: 20px;
  line-height: 120%;
  justify-content: space-between;
}

section.player-cards .card .face.over {
  backdrop-filter: blur(4px);
  display: flex;
  flex-direction: column;
}

section.player-cards .card .face.over .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: auto;
}

section.player-cards .card .face.over .bottom {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  padding-top: 24px;
}

section.player-cards .card:hover .face.display,
section.player-cards .card:not(:hover) .face.over {
  opacity: 0;
  visibility: hidden;
}

section.player-cards .show-more {
  height: 48px;
  background: #FFFFFF;
  border-radius: 80px;
  font-family: 'Transducer';
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #0A0B0D;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}

section.player-cards .show-more .icon {
  width: 20px;
  height: 20px;
  background: #0A0B0D;
  border-radius: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1200px) {
  section.player-cards .show-more {
    display: none;
  }
}

@media (max-width: 1199px) {
  section.player-cards {
    padding-bottom: 0 !important;
  }

  section.player-cards .container::after {
    content: '';
    display: block;
    padding-bottom: 3rem;
    border-bottom: 1px solid #262A30;
  }

  section.player-cards .cards {
    display: block;
  }

  section.player-cards .card:not(:last-child) {
    margin-bottom: 24px;
  }

  section.player-cards .card {
    height: 124px;
    background: left/124px auto no-repeat #101114;
  }

  section.player-cards .card .face,
  section.player-cards .card .button {
    width: calc(100% - 124px);
  }
  
  section.player-cards .card .button {
    z-index: 3;
  }

  section.player-cards .card .button>* {
    height: 40px;
    font-size: 14px;
    padding: 0 1rem;
  }

  section.player-cards .card .button img {
    width: 20px;
  }

  section.player-cards .card .face {
    padding: 1rem 1rem 56px;
  }

  section.player-cards .card .face.display {
    align-items: flex-start;
    flex-direction: row;
    font-size: 16px;
  }

  section.player-cards .card .face.over .top,
  section.player-cards .card .face.over .middle {
    display: none;
  }

  section.player-cards .card .face.over .bottom {
    padding-top: 0;
  }

  section.player-cards .card .label {
    font-size: 12px;
  }

  section.player-cards .cards.hide {
    height: 1000px;
    position: relative;
    overflow: hidden;
  }

  section.player-cards .cards.hide::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 160px;
    background: linear-gradient(180deg, rgba(10, 11, 13, 0) 0%, rgba(10, 11, 13, 0.75) 18.16%, #0A0B0D 100%);
  }
}

/*  */

.samba-gold-u20-voting-closed-template .hero .assets,
.samba-gold-women-voting-closed-template .hero .assets,
.samba-gold-men-voting-closed-template .hero .assets,
.samba-gold-men-voting-template .hero .assets,
.samba-gold-women-voting-template .hero .assets,
.samba-gold-u20-voting-template .hero .assets {
  display: grid;
  gap: 1rem;
  grid-template-columns: 67% auto;
}

.samba-gold-u20-voting-closed-template .hero .assets .left,
.samba-gold-women-voting-closed-template .hero .assets .left,
.samba-gold-men-voting-closed-template .hero .assets .left,
.samba-gold-men-voting-template .hero .assets .left,
.samba-gold-women-voting-template .hero .assets .left,
.samba-gold-u20-voting-template .hero .assets .left {
  position: relative;
}

.samba-gold-u20-voting-closed-template .hero .assets .left .icon,
.samba-gold-women-voting-closed-template .hero .assets .left .icon,
.samba-gold-men-voting-closed-template .hero .assets .left .icon,
.samba-gold-men-voting-template .hero .assets .left .icon,
.samba-gold-women-voting-template .hero .assets .left .icon,
.samba-gold-u20-voting-template .hero .assets .left .icon {
  position: absolute;
  top: calc(50% - 56px);
  left: -56px;
}

.samba-gold-u20-voting-closed-template .hero .assets .right .icon,
.samba-gold-women-voting-closed-template .hero .assets .right .icon,
.samba-gold-men-voting-closed-template .hero .assets .right .icon,
.samba-gold-men-voting-template .hero .assets .right .icon,
.samba-gold-women-voting-template .hero .assets .right .icon,
.samba-gold-u20-voting-template .hero .assets .right .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  aspect-ratio: 1;
  margin: -125px auto 8px;
  border: 12px solid #0C1114;
  background: #FFE066;
  border-radius: 80px;
  position: relative;
}

.samba-gold-u20-voting-closed-template .hero .assets h4,
.samba-gold-women-voting-closed-template .hero .assets h4,
.samba-gold-men-voting-closed-template .hero .assets h4,
.samba-gold-men-voting-template .hero .assets h4,
.samba-gold-women-voting-template .hero .assets h4,
.samba-gold-u20-voting-template .hero .assets h4 {
  font-weight: 600;
  font-size: 14px;
  line-height: 145%;
  text-align: center;
  color: rgb(255 255 255/.9);
}

@media (max-width: 1199px) {

  .samba-gold-u20-voting-closed-template .hero .assets,
  .samba-gold-women-voting-closed-template .hero .assets,
  .samba-gold-men-voting-closed-template .hero .assets,
  .samba-gold-men-voting-template .hero .assets,
  .samba-gold-women-voting-template .hero .assets,
  .samba-gold-u20-voting-template .hero .assets {
    display: none;
  }
}

/*  */

body.pop-up {
  overflow: hidden;
}

section.pop-up {
  background: rgb(0 0 0/.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2;
  display: flex;
  align-items: center;
}

section.pop-up .container {
  padding: 0;
  max-width: 800px;
  background: #0A0B0D center/cover;
  position: relative;
}

section.pop-up .close {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1F2226;
  border-radius: 80px;
  top: -22px;
  right: -22px;
  position: absolute;
  cursor: pointer;
  z-index: 1;
}

/*  */

.confirmation-pop-up .left>.icon img {
  width: 100px;
  margin-bottom: 3rem;
}

.confirmation-pop-up h2 {
  padding-bottom: 8px;
  font-family: 'Transducer';
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
}

.confirmation-pop-up .left .introduction {
  padding-bottom: 40px;
}

.confirmation-pop-up input {
  height: 48px;
  width: 100%;
  background: #1F2226;
  border-radius: 80px;
  border: 0;
  padding: 0 24px;
  font-family: 'Transducer';
  font-size: 16px;
  line-height: 150%;
  color: #FFF;
}

.confirmation-pop-up .field.submit div {
  padding: 12px 1rem;
  display: inline-flex;
  background: #20C997;
  border-radius: 80px;
  font-family: 'Transducer';
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #0A0B0D;
  gap: 12px;
  transition: .3s;
  cursor: pointer;
}

.confirmation-pop-up .field.submit div:hover {
  background: #29FFC0;
}

.confirmation-pop-up .error {
  background: #160F11;
  padding: 20px 64px;

  div {
    display: flex;
    flex-direction: row-reverse;
    gap: 0 16px;
    align-items: flex-start;
  }

  span {
    flex: 1;
    color: #F26161;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
  }
}

@media (min-width: 1200px) {
  .confirmation-pop-up .top {
    padding: 56px 64px;
    display: grid;
    grid-template-columns: repeat(2, 240px);
    justify-content: space-between;
    background: center/cover;
    position: relative;
  }

  .samba-gold-men-voting-template .confirmation-pop-up .top::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 240px;
    height: 344px;
    background: #3BC9DB;
    opacity: .9;
  }

  .samba-gold-women-voting-template .confirmation-pop-up .top::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 240px;
    height: 344px;
    background: #A9E34B;
    opacity: .9;
  }

  .samba-gold-u20-voting-template .confirmation-pop-up .top::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 240px;
    height: 344px;
    background: #FFA94D;
    opacity: .9;
  }

  .confirmation-pop-up p {
    opacity: .9;
    font-size: 1rem;
    line-height: 1.55;
  }

  .confirmation-pop-up .left .player {
    display: flex;
    gap: 0 14px;
    color: #FFF;
    font-family: 'Transducer';
    font-size: 16px;
    font-weight: 500;
    line-height: 125%;
    align-items: center;
  }

  .confirmation-pop-up .left .player .team {
    display: flex;
    width: 40px;
    aspect-ratio: 1;
    justify-content: center;
    align-items: center;
    border-radius: 80px;
    background: #1F2226;
  }

  .confirmation-pop-up .left .player .team img {
    width: 24px;
    aspect-ratio: 1;
  }

  .confirmation-pop-up .right .player {
    height: 288px;
    position: relative;
    background: center/cover;
  }

  .confirmation-pop-up form {
    padding: 1rem 64px;
    display: grid;
    gap: 0 24px;
    grid-template-columns: 1fr auto;
    background: #1F2226;
  }

  .confirmation-pop-up input {
    background: transparent;
    border-radius: 0;
    padding: 0;
  }
}

@media (max-width: 1199px) {
  section.pop-up.samba-gold-voting {
    align-items: flex-end;
    background: 0;
  }

  section.pop-up.samba-gold-voting .container {
    padding: 56px 24px;
    background: #0A0B0D !important;
    border-radius: 24px 24px 0px 0px;

    &:has(.error) {
      padding-bottom: 0;
    }
  }

  .confirmation-pop-up .error {
    margin: 32px -24px 0;
    padding: 20px 24px;
    text-align: left;
  }

  section.pop-up.samba-gold-voting .close {
    width: 160px;
    height: 4px;
    top: 18px;
    right: calc(50% - 80px);
  }

  section.pop-up.samba-gold-voting .close img {
    display: none;
  }

  .confirmation-pop-up {
    padding: 0;
    display: block;
    text-align: center;
  }

  .confirmation-pop-up .player {
    display: none;
  }

  .confirmation-pop-up .left>.icon img {
    margin: 0 auto 3rem;
  }

  .confirmation-pop-up h2 {
    font-size: 20px;
  }

  .confirmation-pop-up .left .introduction {
    padding-bottom: 2rem;
  }

  .confirmation-pop-up input {
    text-align: center;
  }

  .confirmation-pop-up .field:not(:last-child) {
    padding-bottom: 1rem;
  }

  .confirmation-pop-up .field.submit div {
    width: 100%;
    justify-content: center;
  }
}

/*  */

div.pop-up>.top {
  max-width: 540px;
  margin: 0 auto;
  padding: 4rem 0;
  text-align: center;
}

div.pop-up>.top .icon img {
  width: 100px;
  margin: 0 auto 40px;
}

div.pop-up>.top .title div {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding-bottom: 12px;
}

div.pop-up>.top .title img {
  width: 24px;
}

div.pop-up>.top .title h2 {
  font-family: transducer-extended;
  font-weight: 600;
  font-size: 20px;
  line-height: 155%;
  text-transform: uppercase;
  color: #20C997;
}

section.pop-up.samba-gold-voting-error div.pop-up>.top .title h2 {
  color: #F26161;
}

div.pop-up>.top .content {
  font-size: 16px;
  line-height: 155%;
}

div.pop-up>.top .button {
  font-family: 'Transducer';
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  text-decoration-line: underline;
  color: #7B8899;
  margin-top: 30px;
}

@media (min-width: 1200px) {
  div.pop-up>.top .button {
    display: none;
  }
}

@media (max-width: 1199px) {

  section.pop-up.samba-gold-voting-success .close,
  section.pop-up.samba-gold-voting-error .close {
    display: none;
  }

  div.pop-up>.top {
    padding: 3rem 24px 2rem;
  }

  div.pop-up>.top .icon {
    display: none;
  }

  div.pop-up>.top .title div {
    flex-direction: column-reverse;
  }

  div.pop-up>.top .title img {
    width: 40px;
  }

  div.pop-up>.top .content {
    padding-bottom: 30px;
  }

  body.samba-gold-voting-success,
  body.samba-gold-voting-error {
    overflow: auto;
  }

  body.samba-gold-voting-success main,
  body.samba-gold-voting-success footer,
  body.samba-gold-voting-error main,
  body.samba-gold-voting-error footer {
    display: none;
  }

  body.samba-gold-voting-success section.pop-up,
  body.samba-gold-voting-error section.pop-up {
    position: static;
    height: auto;
  }

  body.samba-gold-voting-success div.pop-up,
  body.samba-gold-voting-error div.pop-up {
    min-height: calc(100vh - 65px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  body.samba-gold-voting-success div.pop-up>.top,
  body.samba-gold-voting-error div.pop-up>.top {
    padding-top: calc(3rem + 88px);
  }
}

/*  */

:is(.samba-gold-winners-template,
  .samba-gold-voting-closed-template,
  .samba-gold-voting-template) .hero .assets {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

:is(.samba-gold-winners-template,
  .samba-gold-voting-closed-template,
  .samba-gold-voting-template) .hero :is(.asset, .card) {
  background: center/cover;
  padding-bottom: 62px;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  font-family: transducer-extended;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  height: 446px;
}

:is(.samba-gold-winners-template,
  .samba-gold-voting-closed-template,
  .samba-gold-voting-template) .hero :is(.asset, .card) h3 {
  font-family: transducer-extended;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  text-transform: uppercase;
}

:is(.samba-gold-winners-template,
  .samba-gold-voting-closed-template,
  .samba-gold-voting-template) .hero :is(.asset, .card) .icon {
  width: 40px;
  height: 40px;
  background: rgba(10, 11, 13, 0.50);
  backdrop-filter: blur(16px);
  border-radius: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

:is(.samba-gold-winners-template,
  .samba-gold-voting-closed-template,
  .samba-gold-voting-template) .hero :is(.asset, .card) img {
  width: 20px;
  aspect-ratio: 1;
}

@media (max-width: 1199px) {
  .samba-gold-winners-template .hero .right {
    display: none;
  }
}

/*  */

.samba-gold-men-winners-template .hero,
.samba-gold-women-winners-template .hero,
.samba-gold-u20-winners-template .hero {
  border-bottom: 1px solid rgba(123, 136, 153, 0.25);

  .container {
    grid-template-columns: 40% 43%;
    gap: 0;
    justify-content: space-between;
  }

  .assets {
    display: grid;
    grid-template-columns: 68% 1fr;
    gap: 0 1rem;
    margin-top: -40px;

    .icon {
      width: 80px;
      aspect-ratio: 1;
      border: 12px solid #0C1114;
      border-radius: 50%;
      background: #FFE066;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: -40px auto 8px;
      position: relative;
    }
  }

  & h4 {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 145%;

    & span {
      color: inherit;
    }
  }

  @media (max-width: 1199px) {
    & {
      border-bottom: 0;
      padding-bottom: 0;

      .container {
        >.left {
          border-bottom: 1px solid rgba(123, 136, 153, 0.25);
          padding-bottom: 3rem;
        }

        >.right {
          display: none;
        }
      }
    }
  }
}

/*  */

.current-edition>.ranking {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.current-edition>.ranking>div {
  height: 512px;
  background: bottom/100% auto no-repeat;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.current-edition>.ranking>div:not(.winner) {
  padding-bottom: 40px;
}

.current-edition .player {
  font-family: transducer-extended;
  font-weight: 800;
  font-size: 32px;
  line-height: 125%;
  text-transform: uppercase;
}

.current-edition .ranking .ranking {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  position: relative;
  opacity: .75;
}

.current-edition .ranking .ranking img {
  width: 51px;
  filter: brightness(0) invert(1);
}

.current-edition .ranking .ranking span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Transducer';
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  color: #FFF;
}

.current-edition .title h4 {
  font-family: 'Transducer';
  font-weight: 500;
  font-size: 16px;
  line-height: 145%;
}

@media (min-width: 1200px) {
  .current-edition .winner>.title {
    background: rgba(31, 34, 38, 0.75);
    backdrop-filter: blur(20px);
    display: flex;
    justify-content: space-between;
    padding-left: 62px;
    align-items: center;
    transition: .3s;
    cursor: pointer;
    margin-top: 2rem;
  }

  .current-edition .title .left-icon {
    position: absolute;
    left: -12px;
    top: calc(50% - 28px);
  }

  .current-edition .title .right-icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    background: #0A0B0D;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 1199px) {
  .current-edition {
    padding: 2rem 0 70px !important;
  }

  .current-edition>.ranking {
    gap: 9px;
    margin: 0 -15px;
  }

  .current-edition .player {
    font-size: 10px;
  }

  .current-edition>.ranking>div {
    position: relative;
  }

  .current-edition .ranking .ranking {
    margin-bottom: 4px;
  }

  .current-edition .ranking .ranking img {
    width: 20px;
  }

  .current-edition .ranking .ranking span {
    font-size: 10px;
  }

  .current-edition>.ranking>div:not(.winner) {
    padding-bottom: 12px;
  }

  .current-edition>.ranking>.winner {
    padding-bottom: 30px;
  }

  .current-edition .winner>.title {
    margin-top: 0;
    position: absolute;
    top: calc(100% - 20px);
    left: 0;
    width: 100%;
  }

  .current-edition .title h4 {
    font-size: 9px;
  }

  .current-edition .title .right-icon {
    display: none;
  }

  .current-edition .title .left-icon {
    width: 28px;
    margin: 0 auto 4px;
  }
}

@media (max-width: 991px) {
  .current-edition>.ranking>div {
    height: 310px;
  }
}

@media (max-width: 767px) {
  .current-edition>.ranking>div {
    height: 230px;
  }
}

/*  */

section.winner .container {
  display: grid;
  grid-template-columns: 49% auto;
  gap: 130px;
}

section.winner .introduction>.title {
  padding-bottom: 24px;
  display: flex;
  gap: 2rem;
  align-items: center;
}

section.winner h2 {
  font-family: transducer-extended;
  font-weight: 600;
  font-size: 36px;
  line-height: 135%;
  text-transform: uppercase;
}

section.winner h3 {
  font-family: transducer-extended;
  font-weight: 800;
  font-size: 24px;
  line-height: 120%;
  text-transform: uppercase;
  color: #47484A;
}

section.winner .card {
  font-weight: 500;
  display: flex;
  gap: 40px;
  margin-top: 4rem;
}

section.winner .card .icon {
  background: #1F2226;
  border-radius: 0px 0px 80px 80px;
  width: 72px;
  flex: 0 0 72px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 2px solid #FFA94D;
}

@media (max-width: 1199px) {
  section.winner .container {
    display: flex;
    flex-direction: column;
    gap: 60px;
  }

  section.winner .card {
    margin-top: 30px;
    gap: 1rem;
  }

  section.winner .card .icon {
    flex-basis: 58px;
    width: 58px;
    height: 64px;
  }

  section.winner .card .icon img {
    width: 2rem;
  }

  section.winner .introduction>.title {
    gap: 1rem;
  }

  section.winner .introduction>.title .icon {
    flex: 0 0 48px;
  }

  section.winner h2,
  section.winner h3 {
    font-size: 20px;
  }

  section.winner h3 {
    font-weight: 600;
  }
}

/*  */

#samba-gold-live .container {
  max-width: 930px;
}

.live-pop-up {
  padding: 4rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  font-size: 16px;
  line-height: 150%;
}

.live-pop-up h2 {
  padding-bottom: 2rem;
  font-family: transducer-extended;
  font-weight: 600;
  font-size: 36px;
  line-height: 135%;
  text-transform: uppercase;
  text-shadow: 0 10px 0 rgb(255 255 255/.15);
}

.live-pop-up .content {
  padding-bottom: 24px;
}

.live-pop-up .release-date {
  display: grid;
  grid-template-columns: 3rem auto;
  gap: 24px;
  padding-bottom: 40px;
  font-weight: 500;
}

.live-pop-up .release-date .icon {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1F2226;
  border-radius: 80px;
}

.live-pop-up .button {
  position: relative;
  margin-bottom: 3rem;
  display: inline-flex;
  padding: 12px 12px 12px 24px;
  background: #FFFFFF;
  border-radius: 80px;
  flex-direction: row-reverse;
  gap: 1rem;
  font-family: 'Transducer';
  font-weight: 600;
  text-decoration-line: underline;
  color: #0A0B0D;
  cursor: pointer;
}

.live-pop-up .button:hover {
  background: #FFE066;
}

.live-pop-up .button .icon {
  width: 24px;
  height: 24px;
  background: #0A0B0D;
  border-radius: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 992px) {
  .live-pop-up {
    position: relative;
  }

  .live-pop-up::after {
    content: '';
    width: 800px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 400px);
    background: #FFE066;
    border-radius: 2px 2px 0px 0px;
  }

  .live-pop-up .asset.responsiveness {
    display: none;
  }
}

@media (max-width: 991px) {
  #samba-gold-live .container {
    max-width: 330px;
  }

  #samba-gold-live .close {
    width: 36px;
    height: 36px;
    top: -18px;
    left: calc(50% - 18px);
  }

  .live-pop-up {
    padding: 0;
    display: block;
    text-align: center;
    font-size: 14px;
  }

  .live-pop-up>.left {
    padding: 50px 2rem 2rem;
  }

  .live-pop-up .asset:not(.responsiveness) {
    display: none;
  }

  .live-pop-up .asset img {
    width: 100%;
  }

  .live-pop-up h2 {
    font-size: 28px;
  }

  .live-pop-up .release-date {
    text-align: left;
    padding-bottom: 2rem;
  }

  .live-pop-up .content {
    padding-bottom: 1rem;
  }

  .live-pop-up .button {
    margin-bottom: 24px;
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  #samba-gold-live {
    padding: 88px 0 65px 0;
  }

  #samba-gold-live .container {
    width: 90vw;
  }

  #samba-gold-live .close {
    top: -28px;
  }

  #samba-gold-live .live-pop-up {
    max-height: calc(100vh - 173px);
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0;
    overflow: hidden;
  }

  #samba-gold-live .live-pop-up>.left {
    padding: min(5vh, 32px) min(3vh, 32px) min(3vh, 32px);
  }

  #samba-gold-live .live-pop-up h2 {
    font-size: min(4vh, 28px);
    padding-bottom: 4vh;
  }

  #samba-gold-live .live-pop-up .release-date {
    padding-bottom: 3vh;
    grid-template-columns: 4rem auto;
  }

  #samba-gold-live .live-pop-up .release-date .left {
    display: flex;
    justify-content: center;
  }

  #samba-gold-live .live-pop-up .release-date .icon {
    height: 40px;
    width: 40px;
  }

  #samba-gold-live .live-pop-up .content {
    padding-bottom: 2vh;
  }

  #samba-gold-live .live-pop-up .button {
    margin-bottom: 2vh;
    font-size: min(2vh, 1rem);
  }
}

/*  */

.winners-cta {
  position: sticky;
  z-index: 1;
  bottom: 0;
  padding: 40px 0;

  font-family: transducer-extended;
  text-transform: uppercase;
  color: #0A0B0D;
  background: #A9E34B;
}

.winners-cta .introduction {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.winners-cta .introduction .title {
  display: flex;
  align-items: center;
}

.winners-cta .introduction .title h2 {
  font-weight: 600 !important;
  font-size: 24px;
  line-height: 125%;
}

.winners-cta .introduction .title .icon {
  display: flex;
  justify-content: center;
  align-items: center;

  height: 56px;
  width: 56px;
  padding: 8px;
  margin-right: 32px;

  background: #0A0B0D;
  backdrop-filter: blur(16px);
  border-radius: 80px;
}

.winners-cta .button a {
  display: flex;
  justify-content: center;
  align-items: center;

  height: 56px;
  padding: 0 24px;

  color: #A9E34B;
  background: #0A0B0D;
  backdrop-filter: blur(16px);
  border-radius: 80px;
}

@media (max-width: 1199px) {
  .winners-cta {
    bottom: 65px;
  }
}

@media (max-width: 991px) {
  .winners-cta {
    padding: 24px 0;
  }

  .winners-cta .introduction .title h2 {
    font-size: 20px;
    max-width: 200px;
  }

  .winners-cta .introduction .title .icon {
    margin-right: 24px;
  }
}

@media (min-width: 768px) {
  .winners-cta .button a img {
    display: none;
  }
}

@media (max-width: 767px) {
  .winners-cta .button a span {
    display: none;
  }

  .winners-cta .button a img {
    display: block;
  }

  .winners-cta .button a {
    height: 56px;
    width: 56px;
    padding: 8px;
  }
}

@media (max-width: 575px) {
  .winners-cta {
    padding: 12px 0;
  }

  .winners-cta .introduction .title h2 {
    font-size: 16px;
    max-width: 150px;
  }

  .winners-cta .introduction .title .icon {
    height: 40px;
    width: 40px;
    margin-right: 18px;
  }

  .winners-cta .button a {
    height: 40px;
    width: 40px;
  }
}

/*  */

.webseries {
  padding-top: 0 !important;

  .container {
    max-width: 1215px;
    padding: 4rem;
    border: 1px solid #1F2226;
    background: center/cover;
    position: relative;
  }

  .introduction {
    max-width: 710px;
  }

  & h2 {
    margin-bottom: 8px;
    font-family: transducer-extended;
    font-size: 24px;
    font-weight: 600;
    line-height: 125%;
    text-transform: uppercase;
  }

  .gold {
    display: block;
  }

  .top .content {
    font-size: 1rem;
    line-height: 1.55;
  }

  .bottom {
    padding-top: 24px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0 24px;
    align-items: center;

    & p {
      color: #FFE066;
      font-family: Transducer;
      font-size: 16px;
      font-weight: 500;
      line-height: 100%;
      text-transform: uppercase;
    }
  }

  .button a {
    display: flex;
    padding: 12px 12px 12px 24px;
    align-items: center;
    justify-content: center;
    gap: 0 8px;
    border-radius: 80px;
    background: #FFF;
    color: #0A0B0D;
    font-family: Transducer;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;

    &:hover {
      background: #FFE066;
    }
  }
}

@media (max-width: 575px) {
  .webseries {
    .container {
      border-width: 1px 0;
      padding: 224px 20px 40px;
      background-image: url("https://static.sambafoot.com/wp/sites/2/banner-landing-page-Sambagold-mobile-378-634.jpg") !important;
    }
    
    .gold {
      display: inline;
    }

    & h2 {
      font-size: 18px;
    }

    .bottom {
      padding-top: 0;
      display: flex;
      flex-direction: column;
      align-items: stretch;
      gap: 1rem 0;
      text-align: center;

      & p {
        font-size: 14px;
      }
    }

    .top .content {
      font-size: 14px;
      padding-bottom: 1rem;
    }
  }
}

/*  */

.webseries-pop-up {
  padding: 0 !important;
  position: fixed;
  top: 0;
  left: 0;
  background: #00000080;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;

  &.hide {
    display: none;
  }

  .container {
    width: 820px;
    padding: 56px 4rem;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 220px;
    gap: 0 54px;
    background: center/cover;

    &::before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 212px;
      height: 276px;
      background: #3BC9DB;
      mix-blend-mode: difference;
    }
  }

  .asset {
    position: relative;
  }

  .close {
    position: absolute;
    top: -22px;
    right: -6px;
    width: 44px;
    aspect-ratio: 1;
    border-radius: 80px;
    background: #1F2226;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  & h3 {
    color: #7B8899;
    font-family: Transducer;
    font-size: 14px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.7px;
    text-transform: uppercase;
  }

  & h2 {
    margin-bottom: 40px;
    font-family: transducer-extended;
    font-size: 24px;
    font-weight: 600;
    line-height: 125%;
    text-transform: uppercase;
  }

  .middle {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0 24px;
    align-items: center;
    padding-bottom: 28px;

    .content {
      font-size: 14px;
      line-height: 1.55;
    }
  }

  .button a {
    display: flex;
    padding: 12px 12px 12px 24px;
    align-items: center;
    justify-content: center;
    gap: 0 8px;
    border-radius: 80px;
    background: #FFF;
    color: #0A0B0D;
    font-family: Transducer;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;

    &:hover {
      background: #FFE066;
    }
  }

  .subtitle {
    font-size: 14px;
    line-height: 1.45;
    color: #C3CCD9;

    & img {
      display: inline;
      vertical-align: middle;
      margin-left: 5px;
    }
  }
}

@media (max-width: 991px) {
  .webseries-pop-up {
    .container {
      width: 320px;
      padding: 2rem 24px;
      display: flex;
      flex-direction: column-reverse;
      gap: 1rem 0;

      &::before {
        width: 100%;
        height: 132px;
      }
    }

    .close {
      right: calc(50% - 22px);
    }

    .asset img {
      height: 176px;
      object-fit: cover;
      object-position: top;
    }

    & h3 {
      font-size: 12px;
      padding-bottom: 8px;
    }

    & h2 {
      font-size: 18px;
      margin-bottom: 24px;
    }

    .middle {
      padding-bottom: 1rem;
      display: flex;
      flex-direction: column;
      gap: 1rem 0;
      align-items: stretch;
    }

    .subtitle img {
      display: none;
    }

    .button a {
      background: #FFE066;
    }
  }
}

/* voting-closed  */

/*  */
@media (max-width:575px) {
  .samba-gold-voting-closed-template section.hero {
    padding-bottom: 2rem;
  }

  .samba-gold-voting-closed-template section.hero .categories>.title {
    font-size: 14px;
    padding: 48px 0 20px;
  }

  .samba-gold-voting-closed-template section.hero .categories ul {
    align-items: center;
    gap: 1rem;
  }
}

/*  */
@media (max-width:1199px) {

  .samba-gold-u20-voting-closed-template section.form input,
  .samba-gold-women-voting-closed-template section.form input,
  .samba-gold-men-voting-closed-template section.form input,
  .samba-gold-voting-closed-template section.form input {
    text-align: left;
    padding: 0 24px;
  }

  .samba-gold-u20-voting-closed-template section.form .submit,
  .samba-gold-women-voting-closed-template section.form .submit,
  .samba-gold-men-voting-closed-template section.form .submit,
  .samba-gold-voting-closed-template section.form .submit {
    justify-content: space-between;
    padding: 0 24px;
  }
}

@media (max-width:575px) {

  .samba-gold-u20-voting-closed-template section.form .container,
  .samba-gold-women-voting-closed-template section.form .container,
  .samba-gold-men-voting-closed-template section.form .container,
  .samba-gold-voting-closed-template section.form .container {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

}

/*  */
@media (max-width:575px) {
  .samba-gold-voting-closed-template section.our-history {
    padding-bottom: 4.25rem !important;
  }

}

/*  */
.samba-gold-u20-voting-closed-template section.cta .introduction>.title>.title,
.samba-gold-women-voting-closed-template section.cta .introduction>.title>.title,
.samba-gold-men-voting-closed-template section.cta .introduction>.title>.title,
.samba-gold-voting-closed-template section.cta .introduction>.title>.title {
  display: inline-block;
  padding: 1rem 24px;
  background: #0A0B0D;
  border-radius: 80px;
}

.samba-gold-u20-voting-closed-template section.cta .introduction>.title h2,
.samba-gold-women-voting-closed-template section.cta .introduction>.title h2,
.samba-gold-men-voting-closed-template section.cta .introduction>.title h2,
.samba-gold-voting-closed-template section.cta .introduction>.title h2 {
  font-family: transducer-extended;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
}

.samba-gold-voting-closed-template section.cta .introduction>.title h2 {
  color: #A9E34B;
}

.samba-gold-u20-voting-closed-template section.cta p,
.samba-gold-women-voting-closed-template section.cta p,
.samba-gold-men-voting-closed-template section.cta p,
.samba-gold-voting-closed-template section.cta p {
  font-family: transducer-extended;
  font-weight: 600;
  font-size: 24px;
  line-height: 125%;
  text-transform: uppercase;
  color: #0A0B0D !important;
}

@media (max-width:1199px) {

  .samba-gold-u20-voting-closed-template section.cta .introduction>.title .icon,
  .samba-gold-women-voting-closed-template section.cta .introduction>.title .icon,
  .samba-gold-men-voting-closed-template section.cta .introduction>.title .icon,
  .samba-gold-voting-closed-template section.cta .introduction>.title .icon {
    display: none;
  }

  .samba-gold-u20-voting-closed-template section.cta .introduction>.title>.title,
  .samba-gold-women-voting-closed-template section.cta .introduction>.title>.title,
  .samba-gold-men-voting-closed-template section.cta .introduction>.title>.title,
  .samba-gold-voting-closed-template section.cta .introduction>.title>.title {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .samba-gold-u20-voting-closed-template section.cta .introduction>.title h2,
  .samba-gold-women-voting-closed-template section.cta .introduction>.title h2,
  .samba-gold-men-voting-closed-template section.cta .introduction>.title h2,
  .samba-gold-voting-closed-template section.cta .introduction>.title h2 {
    font-size: 16px;
  }

  .samba-gold-u20-voting-closed-template section.cta p,
  .samba-gold-women-voting-closed-template section.cta p,
  .samba-gold-men-voting-closed-template section.cta p,
  .samba-gold-voting-closed-template section.cta p {
    font-size: 20px;
  }
}

@media (max-width:575px) {

  .samba-gold-u20-voting-closed-template section.cta,
  .samba-gold-women-voting-closed-template section.cta,
  .samba-gold-men-voting-closed-template section.cta,
  .samba-gold-voting-closed-template section.cta {
    padding: 1.5rem 0 !important;
  }

  .samba-gold-u20-voting-closed-template section.cta p,
  .samba-gold-women-voting-closed-template section.cta p,
  .samba-gold-men-voting-closed-template section.cta p,
  .samba-gold-voting-closed-template section.cta p {
    font-size: 14px;
  }
}

/*  */
@media (max-width:575px) {
  .samba-gold-voting-closed-template section.categories-all {
    padding-top: 4.25rem !important;
  }

}

/*  */
@media (max-width:575px) {
  .samba-gold-voting-closed-template section.voting {
    border-bottom: 0;
    padding-bottom: 0;
  }
}

/* voting-closed-men  */

/*  */
.samba-gold-u20-voting-closed-template section.hero .subtitle,
.samba-gold-women-voting-closed-template section.hero .subtitle,
.samba-gold-men-voting-closed-template section.hero .subtitle {
  margin-bottom: 16px;
  margin-bottom: 0;
}

.samba-gold-u20-voting-closed-template section.hero .subtitle>*,
.samba-gold-women-voting-closed-template section.hero .subtitle>*,
.samba-gold-men-voting-closed-template section.hero .subtitle>* {
  color: #C3CCD9;
  font-family: transducer-extended;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  text-transform: uppercase;
}

.samba-gold-u20-voting-closed-template section.hero .left .card,
.samba-gold-women-voting-closed-template section.hero .left .card,
.samba-gold-men-voting-closed-template section.hero .left .card {
  margin-top: 2rem;
}

@media (max-width:575px) {

  .samba-gold-u20-voting-closed-template section.hero,
  .samba-gold-women-voting-closed-template section.hero,
  .samba-gold-men-voting-closed-template section.hero {
    padding-bottom: 2rem;
  }
}

@media (max-width:1199px) {

  .samba-gold-u20-voting-closed-template section.hero .subtitle>*,
  .samba-gold-women-voting-closed-template section.hero .subtitle>*,
  .samba-gold-men-voting-closed-template section.hero .subtitle>* {
    font-size: 16px;
  }

  .samba-gold-u20-voting-closed-template section.hero .left .card,
  .samba-gold-women-voting-closed-template section.hero .left .card,
  .samba-gold-men-voting-closed-template section.hero .left .card {
    margin-top: 4rem;
  }

}

/*  */
.samba-gold-u20-voting-closed-template section.form .container::before,
.samba-gold-u20-voting-closed-template section.form .container::after,
.samba-gold-women-voting-closed-template section.form .container::before,
.samba-gold-women-voting-closed-template section.form .container::after,
.samba-gold-men-voting-closed-template section.form .container::before,
.samba-gold-men-voting-closed-template section.form .container::after {
  width: 100vw;
  height: 1px;
  background: #262A30;
  bottom: 0;
  left: calc(50% - 50vw);
}

.samba-gold-men-voting-closed-template section.form .time-slide {
  border: 1.5px solid #3BC9DB;
  color: #3BC9DB;
}

.samba-gold-men-voting-closed-template section.form .time-slide .title {
  background: #3BC9DB;
}

/*  */
.samba-gold-u20-voting-closed-template section.player-cards .introduction,
.samba-gold-women-voting-closed-template section.player-cards .introduction,
.samba-gold-men-voting-closed-template section.player-cards .introduction {
  grid-template-columns: 50% 25%;
}

.samba-gold-u20-voting-closed-template section.player-cards h2,
.samba-gold-women-voting-closed-template section.player-cards h2,
.samba-gold-men-voting-closed-template section.player-cards h2 {
  font-size: 24px;
  color: #FFFFFF !important;
}

.samba-gold-u20-voting-closed-template section.player-cards .card .button>*,
.samba-gold-women-voting-closed-template section.player-cards .card .button>*,
.samba-gold-men-voting-closed-template section.player-cards .card .button>* {
  cursor: default;
}

@media (max-width:1199px) {

  .samba-gold-u20-voting-closed-template section.player-cards h2,
  .samba-gold-women-voting-closed-template section.player-cards h2,
  .samba-gold-men-voting-closed-template section.player-cards h2 {
    font-size: 20px;
  }
}

/*  */
.samba-gold-men-voting-closed-template section.cta {
  background: #3BC9DB;
}

.samba-gold-men-voting-closed-template section.cta .introduction>.title h2 {
  color: #3BC9DB;
}

/*  */
.samba-gold-u20-voting-closed-template section.voting-single h2,
.samba-gold-women-voting-closed-template section.voting-single h2,
.samba-gold-men-voting-closed-template section.voting-single h2 {
  color: #C3CCD9;
  font-size: 28px;
  line-height: 120%;
  padding-bottom: 0;
}

.samba-gold-u20-voting-closed-template section.voting-single .container,
.samba-gold-women-voting-closed-template section.voting-single .container,
.samba-gold-men-voting-closed-template section.voting-single .container {
  display: block;
}

.samba-gold-u20-voting-closed-template section.voting-single .voting-single-bg,
.samba-gold-women-voting-closed-template section.voting-single .voting-single-bg,
.samba-gold-men-voting-closed-template section.voting-single .voting-single-bg {
  background: center/cover;
  border: 1px solid #1F2226;
  display: flex;
  justify-content: space-between;
}

.samba-gold-u20-voting-closed-template section.voting-single .voting-single-bg>.right,
.samba-gold-women-voting-closed-template section.voting-single .voting-single-bg>.right,
.samba-gold-men-voting-closed-template section.voting-single .voting-single-bg>.right {
  flex: 0 0 520px;
}

.samba-gold-u20-voting-closed-template section.voting-single .voting-single-bg>.left,
.samba-gold-women-voting-closed-template section.voting-single .voting-single-bg>.left,
.samba-gold-men-voting-closed-template section.voting-single .voting-single-bg>.left {
  flex: 0 0 580px;
  padding: 64px 56px 64px 64px;
}

.samba-gold-u20-voting-closed-template section.voting-single .voting-single-bg .content h3,
.samba-gold-women-voting-closed-template section.voting-single .voting-single-bg .content h3,
.samba-gold-men-voting-closed-template section.voting-single .voting-single-bg .content h3 {
  font-family: transducer-extended;
  font-weight: 600;
  font-size: 20px;
  line-height: 125%;
  text-transform: uppercase;
  padding-bottom: 8px;
}

.samba-gold-u20-voting-closed-template section.voting-single .voting-single-bg .assets,
.samba-gold-u20-voting-closed-template section.voting-single .voting-single-bg .assets .image,
.samba-gold-u20-voting-closed-template section.voting-single .voting-single-bg .assets .image img,
.samba-gold-women-voting-closed-template section.voting-single .voting-single-bg .assets,
.samba-gold-women-voting-closed-template section.voting-single .voting-single-bg .assets .image,
.samba-gold-women-voting-closed-template section.voting-single .voting-single-bg .assets .image img,
.samba-gold-men-voting-closed-template section.voting-single .voting-single-bg .assets,
.samba-gold-men-voting-closed-template section.voting-single .voting-single-bg .assets .image,
.samba-gold-men-voting-closed-template section.voting-single .voting-single-bg .assets .image img {
  height: 100%;
  width: auto;
}

.samba-gold-u20-voting-closed-template section.voting-single .voting-single-bg .introduction>.title,
.samba-gold-women-voting-closed-template section.voting-single .voting-single-bg .introduction>.title,
.samba-gold-men-voting-closed-template section.voting-single .voting-single-bg .introduction>.title {
  display: flex;
  align-items: center;
  gap: 0 32px;
  margin-bottom: 3.5rem;
}

@media (min-width: 992px) {

  .samba-gold-u20-voting-closed-template section.voting-single,
  .samba-gold-women-voting-closed-template section.voting-single,
  .samba-gold-men-voting-closed-template section.voting-single {
    background: transparent !important;
  }

  .samba-gold-u20-voting-closed-template section.voting-single .voting-single-bg .content.responsiveness,
  .samba-gold-women-voting-closed-template section.voting-single .voting-single-bg .content.responsiveness,
  .samba-gold-men-voting-closed-template section.voting-single .voting-single-bg .content.responsiveness {
    display: none;
  }
}

@media (max-width: 1199px) {

  .samba-gold-u20-voting-closed-template section.voting-single .voting-single-bg>.left,
  .samba-gold-women-voting-closed-template section.voting-single .voting-single-bg>.left,
  .samba-gold-men-voting-closed-template section.voting-single .voting-single-bg>.left {
    padding: 48px;
    flex: 0 0 496px;
  }

  .samba-gold-u20-voting-closed-template section.voting-single .voting-single-bg .title .icon,
  .samba-gold-women-voting-closed-template section.voting-single .voting-single-bg .title .icon,
  .samba-gold-men-voting-closed-template section.voting-single .voting-single-bg .title .icon {
    height: 56px;
    width: 56px;
  }

  .samba-gold-u20-voting-closed-template section.voting-single .voting-single-bg>.right,
  .samba-gold-women-voting-closed-template section.voting-single .voting-single-bg>.right,
  .samba-gold-men-voting-closed-template section.voting-single .voting-single-bg>.right {
    flex: 0 0 460px;
  }

  .samba-gold-u20-voting-closed-template section.voting-single h2,
  .samba-gold-women-voting-closed-template section.voting-single h2,
  .samba-gold-men-voting-closed-template section.voting-single h2 {
    font-size: 24px;
  }
}

@media (max-width: 991px) {

  .samba-gold-u20-voting-closed-template section.voting-single .voting-single-bg,
  .samba-gold-women-voting-closed-template section.voting-single .voting-single-bg,
  .samba-gold-men-voting-closed-template section.voting-single .voting-single-bg {
    background: transparent !important;
    display: block;
  }

  .samba-gold-u20-voting-closed-template section.voting-single .voting-single-bg p,
  .samba-gold-women-voting-closed-template section.voting-single .voting-single-bg p,
  .samba-gold-men-voting-closed-template section.voting-single .voting-single-bg p {
    color: #FFFFFF;
  }

  .samba-gold-u20-voting-closed-template section.voting-single .voting-single-bg>.left,
  .samba-gold-women-voting-closed-template section.voting-single .voting-single-bg>.left,
  .samba-gold-men-voting-closed-template section.voting-single .voting-single-bg>.left {
    padding: 48px 48px 0 48px;
  }

  .samba-gold-u20-voting-closed-template section.voting-single .voting-single-bg .introduction>.title,
  .samba-gold-women-voting-closed-template section.voting-single .voting-single-bg .introduction>.title,
  .samba-gold-men-voting-closed-template section.voting-single .voting-single-bg .introduction>.title {
    margin-bottom: 2rem;
  }

  .samba-gold-u20-voting-closed-template section.voting-single .voting-single-bg .assets,
  .samba-gold-women-voting-closed-template section.voting-single .voting-single-bg .assets,
  .samba-gold-men-voting-closed-template section.voting-single .voting-single-bg .assets {
    display: none;
  }

  .samba-gold-u20-voting-closed-template section.voting-single .voting-single-bg .left .content,
  .samba-gold-women-voting-closed-template section.voting-single .voting-single-bg .left .content,
  .samba-gold-men-voting-closed-template section.voting-single .voting-single-bg .left .content {
    display: none;
  }

  .samba-gold-u20-voting-closed-template section.voting-single .voting-single-bg .content.responsiveness,
  .samba-gold-women-voting-closed-template section.voting-single .voting-single-bg .content.responsiveness,
  .samba-gold-men-voting-closed-template section.voting-single .voting-single-bg .content.responsiveness {
    background: center/cover;
    padding: 450px 3rem 0 3rem;
  }

  .samba-gold-u20-voting-closed-template section.voting-single .voting-single-bg .content.responsiveness>div,
  .samba-gold-women-voting-closed-template section.voting-single .voting-single-bg .content.responsiveness>div,
  .samba-gold-men-voting-closed-template section.voting-single .voting-single-bg .content.responsiveness>div {
    position: relative;
    top: -48px;
  }
}

@media (max-width: 767px) {

  .samba-gold-u20-voting-closed-template section.voting-single .voting-single-bg,
  .samba-gold-women-voting-closed-template section.voting-single .voting-single-bg,
  .samba-gold-men-voting-closed-template section.voting-single .voting-single-bg {
    border: 0;
  }

  .samba-gold-u20-voting-closed-template section.voting-single .voting-single-bg>.left,
  .samba-gold-women-voting-closed-template section.voting-single .voting-single-bg>.left,
  .samba-gold-men-voting-closed-template section.voting-single .voting-single-bg>.left {
    padding: 0;
  }

  .samba-gold-u20-voting-closed-template section.voting-single h2,
  .samba-gold-women-voting-closed-template section.voting-single h2,
  .samba-gold-men-voting-closed-template section.voting-single h2 {
    font-size: 20px;
  }

  .samba-gold-u20-voting-closed-template section.voting-single .voting-single-bg .title .icon,
  .samba-gold-women-voting-closed-template section.voting-single .voting-single-bg .title .icon,
  .samba-gold-men-voting-closed-template section.voting-single .voting-single-bg .title .icon {
    height: 48px;
    width: 48px;
  }

  .samba-gold-u20-voting-closed-template section.voting-single .voting-single-bg .introduction>.title,
  .samba-gold-women-voting-closed-template section.voting-single .voting-single-bg .introduction>.title,
  .samba-gold-men-voting-closed-template section.voting-single .voting-single-bg .introduction>.title {
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 0 16px;
  }

  .samba-gold-u20-voting-closed-template section.voting-single .voting-single-bg .content.responsiveness,
  .samba-gold-women-voting-closed-template section.voting-single .voting-single-bg .content.responsiveness,
  .samba-gold-men-voting-closed-template section.voting-single .voting-single-bg .content.responsiveness {
    border: 1px solid #1F2226;
    padding: 280px 32px 0 32px;
  }

  .samba-gold-u20-voting-closed-template section.voting-single .voting-single-bg .content.responsiveness>div,
  .samba-gold-women-voting-closed-template section.voting-single .voting-single-bg .content.responsiveness>div,
  .samba-gold-men-voting-closed-template section.voting-single .voting-single-bg .content.responsiveness>div {
    top: -32px;
  }
}

@media (max-width: 575px) {

  .samba-gold-u20-voting-closed-template section.voting-single,
  .samba-gold-women-voting-closed-template section.voting-single,
  .samba-gold-men-voting-closed-template section.voting-single {
    padding-bottom: 1rem;
  }

  .samba-gold-u20-voting-closed-template section.voting-single .voting-single-bg .content.responsiveness,
  .samba-gold-women-voting-closed-template section.voting-single .voting-single-bg .content.responsiveness,
  .samba-gold-men-voting-closed-template section.voting-single .voting-single-bg .content.responsiveness {
    border: none;
    margin: 0 -15px;
    padding: 220px 15px 0 15px;
  }
}

/* voting-closed-women */

/*  */
.samba-gold-women-voting-closed-template section.form .time-slide {
  border: 1.5px solid #A9E34B;
  color: #A9E34B;
}

.samba-gold-women-voting-closed-template section.form .time-slide .title {
  background: #A9E34B;
}

/*  */
.samba-gold-women-voting-closed-template section.cta {
  background: #A9E34B;
}

.samba-gold-women-voting-closed-template section.cta .introduction>.title h2 {
  color: #A9E34B;
}

/* voting-closed-u20 */

/*  */
.samba-gold-u20-voting-closed-template section.form .time-slide {
  border: 1.5px solid #FFA94D;
  color: #FFA94D;
}

.samba-gold-u20-voting-closed-template section.form .time-slide .title {
  background: #FFA94D;
}

/*  */
.samba-gold-u20-voting-closed-template section.cta {
  background: #FFA94D;
}

.samba-gold-u20-voting-closed-template section.cta .introduction>.title h2 {
  color: #FFA94D;
}


/*  */

#age-restriction-pop-up {
  font-family: inter !important;
  color: #777;
  font-size: 16px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgb(0 0 0/.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1111;
}

#age-restriction-pop-up .pop-up-container {
  padding: 1px 3rem 40px;
  background: #fff;
  border: 4px solid rgba(1, 38, 60, .05);
  border-radius: 2px;
  width: 100%;
  max-width: 437px;
  text-align: center
}

#age-restriction-pop-up .icon img {
  width: 2rem
}

#age-restriction-pop-up h2 {
  padding-bottom: 12px;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  color: #01263c
}

#age-restriction-pop-up .bottom {
  padding-top: 2rem
}

#age-restriction-pop-up .buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem
}

#age-restriction-pop-up .buttons>div {
  line-height: 48px;
  background: #3cb370;
  border-radius: 6px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  transition: .3s
}

#age-restriction-pop-up .buttons>div:hover {
  background: #01263c
}

#age-restriction-pop-up .buttons>.deny {
  background: #fff;
  border: 2px solid #b33c3c
}

#age-restriction-pop-up .buttons>.deny a {
  color: #b33c3c
}

#age-restriction-pop-up .buttons>.deny:hover {
  background: #b33c3c
}

#age-restriction-pop-up .buttons>.deny:hover a {
  color: #fff
}

@media(min-width: 576px) {
  #age-restriction-pop-up .icon {
    width: 80px;
    height: 80px;
    border: 4px solid rgba(1, 38, 60, .05);
    margin: -40px auto 2rem;
    background: #fafcff;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
  }
}

@media(max-width: 575px) {
  #age-restriction-pop-up {
    font-size: 14px
  }

  #age-restriction-pop-up .pop-up-container {
    width: 90%;
    left: 5%;
    padding: 24px 32px
  }

  #age-restriction-pop-up .icon {
    display: flex;
    justify-content: center;
    padding-bottom: 18px
  }

  #age-restriction-pop-up h2 {
    font-size: 20px
  }

  #age-restriction-pop-up .buttons>div a {
    font-size: 14px !important
  }
}

/*  */

.samba-gold-winners-template {
  .hero .right > .title {
    background: #0A0B0DBF;
    backdrop-filter: blur(20px);
    padding: 0 24px 0 76px;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;

    .left-icon {
      position: absolute;
      top: -8px;
      left: -12px;

      & img {
        width: 64px;
      }
    }

    .title h4 {
      color: #FFF;
      font-family: Transducer;
      font-size: 14px;
      font-weight: 600;
      line-height: 145%;
    }

    .subtitle h4 {
      color: #7B8899;
      font-family: Transducer;
      font-size: 14px;
      font-weight: 600;
      line-height: 145%;
    }
  }

  & section.cta {
    background: #A9E34B;

    .container {
      display: grid;
      grid-template-columns: 50% 1fr;
      gap: 0 100px;
      align-items: center;
    }

    .introduction {
      display: block;
    }

    & h2 {
      color: #A9E34B;
      padding: 13px 24px;
      border-radius: 80px;
      background: #0A0B0D;
    }

    .categories > .title {
      display: none;
    }

    ul {
      display: flex;
      gap: 0 16px;
      justify-content: flex-end;
    }

    .menu-item {
      display: flex;
      gap: 0 8px;
      align-items: center;
      padding: 8px 8px 8px 40px;
      border-radius: 80px;
      background: #0A0B0D 12px center/20px auto no-repeat;
      color: #FFF;
      font-family: Inter;
      font-size: 16px;
      font-weight: 600;
      line-height: 150%;

      .icon {
        width: 24px;
        aspect-ratio: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
      }
    }

    li:hover .icon img {
      filter: brightness(0);
    }

    li.masculino {
      .menu-item {
        background-image: url(https://static.sambafoot.com/wp/sites/2/icone-azul-samba-gold-masculino.svg);
      }

      &:hover .icon {
        background: #3BC9DB;
      }
    }

    li.feminino {
      .menu-item {
        background-image: url(https://static.sambafoot.com/wp/sites/2/icone-verde-claro-estrela.svg);
      }

      &:hover .icon {
        background: #A9E34B;
      }
    }

    li.sub20 {
      .menu-item {
        background-image: url(https://static.sambafoot.com/wp/sites/2/icone-laranja-samba-gold-under-20.svg);
      }

      &:hover .icon {
        background: #FFA94D;
      }
    }

    @media (max-width: 1199px) {
      & {
        padding: 24px 0 !important;
      }

      .container {
        display: flex;
        flex-direction: column;
        gap: 16px 0;
        align-items: stretch;
      }

      .introduction > .title {
        display: block;

        .icon {
          display: none;
        }
      }

      & h2 {
        font-size: 1rem;
        text-align: center;
      }

      ul {
        gap: 8px;
        flex-wrap: wrap;
      }

      li {
        flex: 1;

        &:first-child {
          flex: 0 0 100%;
          width: 100%;
        }
      }

      .menu-item {
        justify-content: space-between;
      }
    }
  }
}

/*  */

#winner {
  .introduction .content {
    display: flex;
    flex-direction: column;
  }

  .more-content.less {
    height: 1px;
    opacity: 0;
    overflow: hidden;
  }

  .show-more-content {
    order: 2;
    cursor: pointer;
  }
}

/*  */

.youtube-banner {
  padding-top: 0 !important;
}

.youtube-banner .container {
  max-width: 1215px;
  padding: 4rem;
  border: 1px solid #1F2226;
  background: center/cover;
  position: relative;
}

.youtube-banner .introduction {
  max-width: 710px;
}

.youtube-banner h2 {
  margin-bottom: 8px;
  font-family: transducer-extended;
  font-size: 28px;
  font-weight: 600;
  line-height: 125%;
  text-transform: uppercase;
}

.youtube-banner .gold {
  display: block;
  font-weight: bold;
}

.youtube-banner .content {
  font-size: 1rem;
  line-height: 1.55;
}

.youtube-banner .bottom {
  padding-top: 24px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 24px;
  align-items: center;
}

.youtube-banner .bottom .content {
  font-size: 14px;
  line-height: 1.55;
}

.youtube-banner .button a {
  display: flex;
  padding: 12px 12px 12px 24px;
  align-items: center;
  justify-content: center;
  gap: 0 8px;
  border-radius: 80px;
  background: #FFF;
  color: #0A0B0D;
  font-family: Transducer;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.youtube-banner .button a:hover {
  background: #FFE066;
}

.youtube-banner .title {
  margin-bottom: 16px;
}

.youtube-banner .title h1 {
  font-family: transducer-extended;
  font-weight: 600;
  font-size: 28px;
  line-height: 125%;
  text-transform: uppercase;
}

.youtube-banner .title span.gold {
  display: inline-block;
}

.youtube-banner .subtitle h3 {
  font-family: transducer-extended;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
}

.youtube-banner .content {
  margin: 4px 0 24px 0;
}

.youtube-banner .highlight {
  width: fit-content;
  padding: 12px 16px;
  border-radius: 80px;
  border: 1px solid #FFE066;
}

.youtube-banner .highlight h3 {
  font-family: transducer;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  color: rgb(255, 224, 102, 0.9);
}

.youtube-banner .button {
  margin-top: 24px;
}

@media (min-width: 576px) {
  .youtube-banner .button.responsiveness {
    display: none;
  }
}

@media (max-width: 575px) {
  .youtube-banner .container {
    border-width: 1px 0;
    background-position: top;
    padding: 280px 24px 3rem;
    background-image: url("https://static.sambafoot.com/wp/sites/2/banner-live-samba-gold-responsive.webp") !important;
  }

  .youtube-banner .top .content {
    display: none;
  }

  .youtube-banner h2 {
    font-size: 20px;
  }

  .youtube-banner .bottom {
    padding-top: 0;
    display: flex;
    flex-direction: column-reverse;
    align-items: stretch;
    gap: 1rem 0;
  }

  .youtube-banner .title {
    margin-bottom: 8px;
  }

  .youtube-banner .title h1 {
    font-size: 20px;
  }

  .youtube-banner .subtitle h3 {
    font-size: 14px;
  }

  .youtube-banner .content {
    margin-bottom: 8px;
  }

  .youtube-banner .highlight {
    padding: 0;
    border-radius: 0;
    border: none;
  }

  .youtube-banner .highlight h3 {
    font-size: 14px;
  }
}

/*  */

.mega-chute-banner {
  position: relative;
}

@media (min-width: 1200px) {
  .mega-chute-banner {
    margin-bottom: 64px;
  }

  :is(
    .samba-gold-men-voting-template,
    .samba-gold-women-voting-template,
    .samba-gold-u20-voting-template,
    .samba-gold-men-winners-template,
    .samba-gold-women-winners-template,
    .samba-gold-u20-winners-template
  ) .mega-chute-banner {
    margin: 64px 0 0;
  }
}

.mega-chute-banner .top {
  padding: 64px;
  background: top/cover;
}

@media (min-width: 1200px) {
  .mega-chute-banner .top.responsiveness {
    display: none;
  }
}

@media (max-width: 1199px) {
  .mega-chute-banner .top {
    padding: 244px 20px 40px;
    margin: 0 -15px;
  }

  .mega-chute-banner .top:not(.responsiveness) {
    display: none;
  }
}

.mega-chute-banner .title, .mega-chute-banner .content {
  max-width: 308px;
  font-size: 16px;
  line-height: 1.55;
}

.mega-chute-banner h2 {
  font-family: transducer-extended;
  font-size: 32px;
  font-weight: 600;
  line-height: 125%;
  text-transform: uppercase;
  padding-bottom: 8px;
}

.mega-chute-banner .button {
  margin-top: 54px;
  width: fit-content;
  height: 48px;
  display: flex;
  align-items: center;
  background: #FFFFFF;
  border-radius: 80px;
  padding: 0 20px;
  font-family: 'Transducer';
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  gap: 8px;
  color: #0A0B0D;
  cursor: pointer;
  transition: 0.3s;
  justify-content: center;
}

.mega-chute-banner .button:hover {
  background: #FFE066;
}

.mega-chute-banner .icon {
  width: 24px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #0A0B0D;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1199px) {
  .mega-chute-banner h2 {
    font-size: 24px;
  }

  .mega-chute-banner .button {
    margin-top: 16px;
    width: auto;
  }

  .mega-chute-banner .title, .mega-chute-banner .content {
    max-width: none;
  }
}

/*  */

:is(.samba-gold-modal-pop-up, .samba-gold-stand-by-modal-pop-up) {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000080;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  padding: 0 !important;
}

:is(.samba-gold-modal-pop-up, .samba-gold-stand-by-modal-pop-up).hide {
  display: none;
}

:is(.samba-gold-modal-pop-up, .samba-gold-stand-by-modal-pop-up) .close {
  position: absolute;
  top: -22px;
  right: -22px;
  width: 44px;
  aspect-ratio: 1;
  border-radius: 80px;
  background: #1F2226;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

:is(.samba-gold-modal-pop-up, .samba-gold-stand-by-modal-pop-up) .container {
  width: 800px;
  background: center/cover #0A0B0D;
  padding: 48px;
  position: relative;
}

@media (max-width: 575px) {
  :is(.samba-gold-modal-pop-up, .samba-gold-stand-by-modal-pop-up) {
    align-items: flex-end;
  }

  :is(.samba-gold-modal-pop-up, .samba-gold-stand-by-modal-pop-up) .close {
    width: 160px;
    height: 4px;
    border-radius: 80px;
    background: rgba(255, 253, 246, 0.4);
    top: 18px;
    right: calc(50% - 80px);
  }

  :is(.samba-gold-modal-pop-up, .samba-gold-stand-by-modal-pop-up) .close img {
    display: none;
  }

  :is(.samba-gold-modal-pop-up, .samba-gold-stand-by-modal-pop-up) .container {
    padding: 70px 30px 50px;
    border-radius: 24px 24px 0 0;
    background-image: url(https://static.sambafoot.com/wp/sites/2/background-modal-sambafoot-mobile.webp) !important;
  }

  .samba-gold-stand-by-modal-pop-up .container {
    background-image: url(https://static.sambafoot.com/wp/sites/2/samba-gold-stand-by-mobile-bg.png) !important;
  }
}

/*  */

.samba-gold-modal-pop-up .logo img {
  height: 40px;
  width: auto;
  margin-bottom: 56px;
}

.samba-gold-modal-pop-up h3 {
  font-family: 'Transducer';
  font-size: 14px;
  font-weight: 700;
  line-height: 145%;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.samba-gold-modal-pop-up .count {
  color: #FFE066;
  font-family: 'Oswald';
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: -2px;
}

.samba-gold-modal-pop-up .count * {
  display: inline;
}

.samba-gold-modal-pop-up .count > div:not(:last-child)::after {
  content: ':';
  color: #474749;
}

.samba-gold-modal-pop-up .content {
  font-size: 16px;
  line-height: 1.3;
  max-width: 300px;
  margin-bottom: 56px;
}

.samba-gold-modal-pop-up .button {
  width: fit-content;
  height: 48px;
  display: flex;
  align-items: center;
  background: #FFFFFF;
  border-radius: 80px;
  padding: 0 20px;
  font-family: 'Transducer';
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  gap: 8px;
  color: #0A0B0D;
  cursor: pointer;
  transition: 0.3s;
  justify-content: center;
}

.samba-gold-modal-pop-up .button:hover {
  background: #FFE066;
}

.samba-gold-modal-pop-up .button .icon {
  width: 24px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #0A0B0D;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 575px) {
  .samba-gold-modal-pop-up .count {
    font-size: 40px;
  }

  .samba-gold-modal-pop-up .logo img {
    margin: 0 auto 48px;
  }

  .samba-gold-modal-pop-up h3, .samba-gold-modal-pop-up .count, .samba-gold-modal-pop-up .content {
    text-align: center;
  }

  .samba-gold-modal-pop-up .content {
    margin: 0 auto 20px;
  }

  .samba-gold-modal-pop-up .button {
    width: auto;
  }
}

/*  */

.samba-gold-stand-by-modal-pop-up .logo img {
  height: 40px;
  margin-bottom: 40px;
}

.samba-gold-stand-by-modal-pop-up .assets {
  display: flex;
  gap: 0 16px;
  padding-top: 32px;
}

.samba-gold-stand-by-modal-pop-up .icon {
  width: fit-content;
  margin: -16px auto 0;
}

.samba-gold-stand-by-modal-pop-up .introduction {
  display: grid;
  grid-template-columns: 230px auto;
  justify-content: space-between;
}

.samba-gold-stand-by-modal-pop-up h2 {
  font-family: Transducer;
  font-size: 32px;
  font-weight: 700;
  line-height: 110%;
  text-transform: uppercase;
  margin-bottom: 46px;
}

.samba-gold-stand-by-modal-pop-up h3 {
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 145%;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.samba-gold-stand-by-modal-pop-up .count {
  color: #FFE066;
  font-family: 'Oswald';
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: -2px;
  display: flex;
  gap: 0 12px;
  text-align: center;
}

.samba-gold-stand-by-modal-pop-up .count > div > span {
  color: #C3CCD9;
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  margin-top: 8px;
  display: block;
  text-transform: capitalize;
  letter-spacing: normal;
}

.samba-gold-stand-by-modal-pop-up .count > div:not(:last-child) {
  padding-right: 16px;
  position: relative;
}

.samba-gold-stand-by-modal-pop-up .count > div:not(:last-child)::after {
  content: ':';
  color: #474749;
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
}

@media (min-width: 1200px) {
  .samba-gold-stand-by-modal-pop-up .responsiveness {
    display: none;
  }
}

@media (max-width: 1199px) {
  .samba-gold-stand-by-modal-pop-up .introduction {
    display: block;
  }

  .samba-gold-stand-by-modal-pop-up .assets {
    gap: 0 8px;
    padding: 0 0 24px;
  }

  .samba-gold-stand-by-modal-pop-up .assets:not(.responsiveness) {
    display: none;
  }

  .samba-gold-stand-by-modal-pop-up h3 {
    text-align: center;
  }

  .samba-gold-stand-by-modal-pop-up h2 {
    text-align: center;
    margin-bottom: 32px;
  }

  .samba-gold-stand-by-modal-pop-up .logo img {
    height: 48px;
    margin: 0 auto 32px;
  }

  .samba-gold-stand-by-modal-pop-up .count {
    justify-content: center;
  }
}

.samba-gold-men-winners-template,
.samba-gold-u20-winners-template,
.samba-gold-women-winners-template {
    .show-more-content {
      margin-top: 16px;
      font-weight: 700;
    }

    .show-more-content img {
        display: none;
    }
}

/*  */

.lang-switcher {
  button {
    background: none;
    color: inherit;
    display: block;
  }

  .menu > ul {
    position: relative;
    z-index: 1;

    > li {
      display: grid;
      grid-template-columns: 1fr auto;
      border-radius: 80px;
      border: 1px solid #7B8899;
      transition: .3s;

      &:hover {
        border-color: transparent;
        background: #25272A;
      }

      button {
        color: #FFFFFFB3;
        font-family: Inter;
        font-size: 16px;
        font-weight: 500;
        line-height: 150%;
        display: flex;
        align-items: center;
        gap: 0 8px;
        padding: 11px 16px;
        cursor: pointer;

        span {
          flex: 1;
          text-align: left;
        }
      }
    }

    span {
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      line-clamp: 1;
      -webkit-line-clamp: 1;
    }

    ul img,
    .flag {
      width: 14px;
      aspect-ratio: 1;
      border-radius: 50%;
      object-fit: cover;
      order: -1;
    }

    ul {
      display: none;
      z-index: -1;
      position: absolute;
      bottom: 0;
      padding-bottom: 48px;
      left: 0;
      width: 100%;
      border-radius: 22px;
      background: #25272A;
      color: #FFFFFFB3;
      font-family: Inter;
      font-size: 16px;
      font-weight: 500;
      line-height: 150%;

      a {
        padding: 12px 16px;
        display: grid;
        grid-template-columns: auto 1fr;
        align-items: center;
        gap: 0 8px;

        &:hover {
          color: #FFF;
        }
      }
    }

    &.opened {
      ul {
        display: block;
      }
      
      > li {
        background-color: #32363B;
        border-color: transparent;
      }
    }
  }
}

header .lang-switcher {
  .menu > ul {
    > li {
      border: 0;

      button {
        padding: 8px 16px;
        text-transform: uppercase;

        &:first-child {
          padding-right: 0;
        }

        &:nth-child(2) {
          padding-left: 8px;
        }
      }
    }

    ul {
      bottom: auto;
      top: 0;
      padding: 49px 0 9px;

      a {
        padding: 3px 16px;
        text-transform: uppercase;
      }
    }
  }
}