/* - - - - - - - - - - - - - - - - - -

SHOTS AWARDS
Custom styles

Designed + developed by Mike at Slate
https://slateapp.com/studio

// - - - - - - - - - - - - - - - - - - */
html {
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

.button,
button {
  font-family: var(--font-family-secondary);
}

.logo {
  display: flex;
  width: auto !important;
}
.logo svg {
  height: 60px;
  fill: var(--accent-color);
  background: white;
}
@media only screen and (min-width: 992px) {
  .logo svg {
    height: 80px;
  }
}
.logo__title {
  margin-left: 5px;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 30px 10px 10px;
  background: var(--accent-color);
  clip-path: polygon(0% 0%, 94% 0%, 82% 50%, 100% 100%, 0% 100%);
  font-size: 13px;
  line-height: 1.1;
  color: var(--background-color);
}
@media only screen and (min-width: 992px) {
  .logo__title {
    height: 80px;
    padding-right: 38px;
    font-size: 17px;
  }
}
.logo__title strong,
.logo__title span {
  display: block;
}

@media only screen and (min-width: 992px) {
  .menu {
    position: relative;
    align-self: center;
  }
  .menu:before {
    content: "";
    position: absolute;
    top: -10px;
    right: -20px;
    bottom: -10px;
    left: -10px;
    background: rgba(255, 255, 255, 0.9);
  }
}
.menu li {
  position: relative;
}
.menu li a, .menu li span {
  font-family: var(--font-family-secondary);
}

.mobile-menu li a, .mobile-menu li span {
  font-family: var(--font-family-secondary);
}

.mobile-menu li ul {
  margin-top: 0;
  display: flex;
  justify-content: center;
}
.mobile-menu li ul a {
  font-size: 15px;
  padding: 7px 15px;
}
@media only screen and (min-width: 688px) {
  .mobile-menu li ul a {
    font-size: 18px;
  }
}

.body--header-over .header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.body--header-over .menu li .menu__dropdown ul {
  background: var(--background-color);
  text-align: center;
}
.body--header-over .menu li .menu__dropdown ul:after {
  border-bottom-color: var(--background-color);
}
.body--header-over .hero__content {
  align-self: flex-end;
  padding-bottom: var(--wrap-pad);
}
@media only screen and (max-width: 687px) {
  .body--header-over .hero__content {
    padding-top: calc( var(--section-margin-large) * 2);
  }
}
@media only screen and (min-width: 688px) and (max-width: 991px) {
  .body--header-over .hero__content {
    padding-top: calc( var(--section-margin-large) * 1.5);
  }
}
@media only screen and (min-width: 688px) {
  .body--header-over .hero__content {
    max-width: 640px;
  }
}
@media only screen and (min-width: 992px) {
  .body--header-over .hero__content {
    max-width: 820px;
  }
}
@media only screen and (min-width: 1312px) {
  .body--header-over .hero__content {
    max-width: 960px;
  }
}
@media only screen and (min-width: 1600px) {
  .body--header-over .hero__content {
    max-width: 1140px;
  }
}
.body--header-over .hero__content h1 {
  display: inline;
  background: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  color: var(--text-strong-color);
}
.body--header-over .hero__content h1:after {
  content: "";
  display: table;
}
.body--header-over .hero__content p {
  color: var(--text-strong-color);
  max-width: 420px;
}
@media only screen and (min-width: 992px) {
  .body--header-over .hero__content p {
    max-width: 520px;
  }
}
@media only screen and (min-width: 1312px) {
  .body--header-over .hero__content p {
    max-width: 660px;
  }
}
@media only screen and (min-width: 1600px) {
  .body--header-over .hero__content p {
    max-width: 740px;
  }
}
.body--header-over .hero__content .button:hover {
  background: var(--text-strong-color);
  color: var(--background-color);
}

.footer {
  text-align: left;
}
@media only screen and (min-width: 992px) {
  .footer .wrap {
    display: flex;
  }
}
@media only screen and (min-width: 992px) {
  .footer__content {
    width: 420px;
  }
}
.footer .logo {
  display: inline-flex;
  text-align: left;
}
.footer__tagline {
  display: block;
  margin-top: 20px;
  font-family: var(--font-family-secondary);
  line-height: 1.2;
  color: var(--text-strong-color);
  font-size: var(--p-font-size);
  letter-spacing: -0.02em;
  max-width: 340px;
}
@media only screen and (min-width: 688px) {
  .footer__tagline {
    max-width: 360px;
  }
}
@media only screen and (min-width: 992px) {
  .footer__tagline {
    max-width: 380px;
  }
}
@media only screen and (min-width: 1312px) {
  .footer__tagline {
    max-width: 400px;
  }
}
@media only screen and (min-width: 1600px) {
  .footer__tagline {
    max-width: 420px;
  }
}
.footer .social {
  margin-top: 20px;
}
.footer .social li a {
  background: var(--text-strong-color);
}
.footer .social li a:hover {
  background: var(--accent-color);
}
.footer__sponsor {
  margin-top: var(--section-margin-large);
}
@media only screen and (min-width: 992px) {
  .footer__sponsor {
    margin-top: 30px;
    flex-grow: 1;
    text-align: right;
    align-self: flex-end;
  }
}
.footer__sponsor span {
  display: block;
  font-family: var(--font-family-secondary);
  line-height: 1.2;
  color: var(--text-light-color);
  font-size: var(--p-font-size);
  letter-spacing: -0.02em;
}
.footer__sponsor__list {
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media only screen and (min-width: 992px) {
  .footer__sponsor__list {
    justify-content: flex-end;
  }
}
.footer__sponsor__list a:first-child {
  margin-left: 0;
}
.footer__sponsor__list a img {
  max-height: 40px;
}
@media only screen and (min-width: 992px) {
  .footer__sponsor__list a img {
    max-height: 50px;
  }
}

.marketing .wrap {
  text-align: left;
}
.marketing__link {
  justify-content: flex-start;
  color: var(--slate-text-color);
}

.cookies {
  z-index: 10;
}

.grid-item--aspect-ratio .js-play {
  overflow: hidden;
  aspect-ratio: 16/9;
}
.grid-item--aspect-ratio .grid-item__media {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-bottom: 0;
  height: auto;
  width: auto;
  min-height: calc(100% + 2px);
  min-width: calc(100% + 2px);
}
.grid-item--aspect-ratio .grid-item__media--short {
  height: 100%;
}

.body--splash {
  height: 100%;
}
.body--splash .outer-wrapper {
  min-height: 100%;
}
.body--splash .header {
  position: absolute;
  top: 0;
  left: 0;
}
.body--splash .menu-toggle {
  display: none;
}
.body--splash .menu {
  display: none;
}
.body--splash .logo svg {
  background: var(--background-color);
}

.awards-splash {
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1312px) {
  .awards-splash {
    flex-direction: row;
  }
}
.awards-splash__item {
  position: relative;
  overflow: hidden;
  flex-grow: 1;
  min-height: 200px;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media only screen and (min-width: 688px) {
  .awards-splash__item {
    align-items: center;
  }
}
@media only screen and (min-width: 1312px) {
  .awards-splash__item {
    min-height: 100%;
    width: 33.33%;
  }
}
@media only screen and (min-width: 992px) {
  .awards-splash__item:hover .awards-splash__bg img {
    opacity: 0.8;
  }
  .awards-splash__item:hover .awards-splash__content {
    transform: scale(1.1);
  }
}
@media only screen and (min-width: 1312px) {
  .awards-splash__item--asia .awards-splash__bg img {
    object-position: 80% 50%;
  }
}
.awards-splash__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--background-inverse-color);
}
.awards-splash__bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
  transition: opacity 0.25s cubic-bezier(0.2, 0.3, 0, 1);
}
.awards-splash__content {
  position: relative;
  text-align: center;
  padding: 20px;
}
@media only screen and (min-width: 992px) {
  .awards-splash__content {
    transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  }
}
.awards-splash__content h2 {
  padding: 4px;
  display: inline-block;
  background: var(--background-color);
  font-size: 30px;
}
@media only screen and (min-width: 688px) {
  .awards-splash__content h2 {
    font-size: 38px;
  }
}
@media only screen and (min-width: 992px) {
  .awards-splash__content h2 {
    font-size: 46px;
  }
}
@media only screen and (min-width: 1312px) {
  .awards-splash__content h2 {
    font-size: 54px;
  }
}
@media only screen and (min-width: 1600px) {
  .awards-splash__content h2 {
    font-size: 62px;
  }
}
.awards-splash__content p {
  color: var(--background-color);
}

.body--asia.body--home .image-text__image {
  background: transparent;
}
@media only screen and (max-width: 991px) {
  .body--asia.body--home .image-text__image {
    max-width: 300px;
    margin: 0 auto;
  }
}

.promo-films .block-video__overlay {
  align-items: flex-end;
  justify-content: flex-end;
  padding: 20px;
}

.categories__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: calc((100vw - (var(--wrap-pad) * 2) - 5px) / 2);
  column-gap: 5px;
  grid-row-gap: 5px;
}
@media only screen and (min-width: 688px) {
  .categories__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: calc((100vw - (var(--wrap-pad) * 2) - 10px) / 3);
  }
}
@media only screen and (min-width: 992px) {
  .categories__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: calc((100vw - (var(--wrap-pad) * 2) - 15px) / 4);
  }
}
@media only screen and (min-width: 1312px) {
  .categories__grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    grid-auto-rows: calc((100vw - (var(--wrap-pad) * 2) - 20px) / 5);
  }
}
.categories__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: var(--background-alt-color);
  padding: 20px;
  text-align: center;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
}
.categories__item svg {
  height: 30px;
  fill: var(--text-light-color);
  transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
}
.categories__item h2 {
  margin-top: 15px;
  font-size: 18px;
  transition: color 0.25s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (min-width: 688px) {
  .categories__item h2 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1312px) {
  .categories__item h2 {
    font-size: 22px;
  }
}
.categories__item h3 {
  margin-top: 5px;
  transition: opacity 0.25s cubic-bezier(0.2, 0.3, 0, 1);
  font-family: var(--font-family-primary);
  font-size: var(--p-font-size);
  color: var(--text-medium-color);
  transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (max-width: 687px) {
  .categories__item h3 {
    font-size: 15px;
  }
}
.categories__item:hover {
  background: var(--accent-color);
  color: var(--background-color);
}
.categories__item:hover svg {
  transform: scale(1.2);
  fill: var(--background-color);
  opacity: 0.4;
}
.categories__item:hover h2 {
  color: var(--background-color);
}
.categories__item:hover h3 {
  color: var(--background-color);
  opacity: 0.7;
}
.categories__item--winners {
  border: 6px solid var(--accent-color);
  background: transparent;
}
.categories__item--winners svg {
  fill: var(--accent-color);
}
.categories__item--winners span {
  margin-top: 20px;
  font-family: var(--font-family-secondary);
  font-size: 10px;
  font-weight: var(--font-weight-medium);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--text-light-color);
  transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
}
.categories__item--winners:hover svg {
  opacity: 1;
  fill: var(--background-color);
}
.categories__item--winners:hover span {
  color: var(--background-color);
}

.modal {
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100vw;
  bottom: 0;
  left: 0;
  overflow: auto;
  padding: var(--wrap-pad) 0;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1);
}
.modal--active {
  opacity: 1;
  visibility: visible;
}
.modal--active .modal__content {
  transform: none;
  opacity: 1;
}
.modal__background {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}
.modal__background__color {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--background-alt-color);
  opacity: 0.9;
}
.modal .menu-toggle {
  display: flex;
  position: fixed;
  z-index: 10;
  top: var(--wrap-pad);
  right: var(--wrap-pad);
}
@media only screen and (min-width: 992px) {
  .modal .menu-toggle {
    top: 30px;
    right: 30px;
  }
}
.modal .menu-toggle__times {
  display: block;
  fill: var(--text-strong-color);
}
.modal__content {
  position: relative;
  margin: auto;
  max-width: 90%;
  background: var(--background-color);
  padding: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  transform: translate(0, 20px);
  opacity: 0;
  transition: all 0.25s cubic-bezier(0.2, 0.3, 0, 1) 0.1s;
}
@media only screen and (min-width: 688px) {
  .modal__content {
    max-width: 700px;
    padding: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .modal__content {
    max-width: 740px;
    padding: 60px;
  }
}
@media only screen and (min-width: 1312px) {
  .modal__content {
    max-width: 780px;
    padding: 80px;
  }
}
.modal__content h2 {
  padding-right: 60px;
}
@media only screen and (min-width: 992px) {
  .modal__content h2 {
    padding-right: 100px;
  }
}
.modal__content h3 {
  color: var(--text-light-color);
}
.modal__content p:first-of-type {
  padding-top: calc( var(--wrap-pad) / 2 );
}
.modal__content svg {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 30px;
  fill: var(--accent-color);
}
@media only screen and (min-width: 992px) {
  .modal__content svg {
    top: 30px;
    right: 30px;
  }
}
@media only screen and (min-width: 1312px) {
  .modal__content svg {
    top: 40px;
    right: 40px;
    height: 40px;
  }
}

.state--modal {
  overflow-y: hidden;
}

table {
  width: 100%;
  margin: 30px 0;
}
table tr {
  border-top: 3px solid var(--background-color);
  background: #f9f3ec;
}
table tr td {
  border-left: 3px solid var(--background-color);
  padding: 15px;
  color: var(--text-strong-color);
}
table tr td:first-child {
  border-left: 0;
}
table tr:first-child td {
  background: var(--accent-color);
  font-family: var(--font-family-secondary);
  color: var(--background-color);
}

.body--categories.body--asia .categories__item {
  background: #f9f3ec;
}
.body--categories.body--asia .categories__item:hover {
  background: var(--accent-color);
}
.body--categories.body--asia .modal__background__color {
  background: #f9f3ec;
}

@media only screen and (max-width: 991px) {
  .body--judging .quote-text .wrap {
    display: grid;
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .body--judging .quote-text__text {
    margin: 0 0 var(--wrap-pad);
  }
}
@media only screen and (max-width: 991px) {
  .body--judging .quote-text__quote {
    order: 1;
  }
}
.body--judging .quote-text__quote h3,
.body--judging .quote-text__quote ul {
  width: 100%;
}

.body--judging.body--asia .quote-text__quote {
  background: #f9f3ec;
}

.body--judges .grid-item a {
  display: block;
}
.body--judges .grid-item a:hover .grid-item__image {
  transform: scale(1.1);
}
.body--judges .grid-item a:hover .grid-item__title h2 {
  color: var(--accent-color);
}
.body--judges .grid-item a:hover .grid-item__title h3 {
  color: var(--text-medium-color);
}
.body--judges .grid-item__media {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.body--judges .grid-item__image {
  transition: all 0.4s cubic-bezier(0.2, 0.3, 0, 1);
}
.body--judges .grid-item__head-judge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--background-color);
  border: 2px solid var(--accent-color);
  padding: 4px 6px 3px;
  font-family: var(--font-family-secondary);
  font-weight: var(--font-weight-medium);
  font-size: 11px;
  text-transform: uppercase;
  color: var(--accent-color);
}
.body--judges .grid-item__title h2, .body--judges .grid-item__title h3 {
  transition: color 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.body--judges .grid-item__title h3 {
  color: var(--text-light-color);
}

.judges-jump {
  padding: var(--wrap-pad);
  text-align: center;
  font-family: var(--font-family-secondary);
  font-weight: var(--font-weight-medium);
  font-size: 13px;
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .judges-jump {
    font-size: 15px;
    max-width: 800px;
  }
}
.judges-jump strong {
  color: var(--text-light-color);
}
.judges-jump a {
  margin-left: 4px;
  color: var(--text-light-color);
}
.judges-jump a:hover {
  color: var(--text-medium-color);
}

.judges-panel {
  padding: var(--section-margin-regular) 0;
}
.judges-panel:nth-child(2n-1) {
  background: var(--background-alt-color);
}

.body--judge .image-text__image img {
  margin: 0 auto;
}
@media only screen and (max-width: 687px) {
  .body--judge .image-text__image img {
    max-width: 300px;
  }
}
@media only screen and (min-width: 688px) and (max-width: 991px) {
  .body--judge .image-text__image img {
    max-width: 400px;
  }
}
@media only screen and (min-width: 992px) {
  .body--judge .image-text__text {
    background: var(--background-alt-color);
  }
}
@media only screen and (min-width: 992px) {
  .body--judge .image-text__text h1 {
    font-size: calc( var(--h1-font-size) * 1.25 );
  }
}
@media only screen and (max-width: 991px) {
  .body--judge .image-text__text h1 span:after {
    content: " ";
  }
}
@media only screen and (min-width: 992px) {
  .body--judge .image-text__text h1 span {
    display: block;
  }
}
.body--judge .image-text__text .head-judge span {
  display: inline-block;
  background: var(--background-color);
  border: 2px solid var(--accent-color);
  padding: 4px 6px 3px;
  font-family: var(--font-family-secondary);
  font-weight: var(--font-weight-medium);
  font-size: 11px;
  text-transform: uppercase;
  color: var(--accent-color);
}

.judges-list {
  background: var(--background-alt-color);
  padding: var(--section-margin-large) 0;
}
.judges-list h2 {
  text-align: center;
}
.judges-list h2 a {
  color: var(--text-strong-color);
}
.judges-list h2 a:hover {
  color: var(--accent-color);
}
.judges-list__grid {
  margin-top: var(--wrap-pad);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media only screen and (min-width: 688px) {
  .judges-list__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 992px) {
  .judges-list__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.judges-list__grid a {
  padding: 10px 0;
  font-size: var(--p-font-size);
  color: var(--text-medium-color);
}
.judges-list__grid a:hover {
  color: var(--accent-color);
}

.body--shortlist .block--clips:last-child {
  padding-bottom: 0;
}

.body--winners.body--asia .video-block .wrap,
.body--winners.body--emea .video-block .wrap,
.body--all-winners .video-block .wrap,
.body--archive.body--asia .video-block .wrap {
  max-width: 1000px;
}

@media only screen and (min-width: 992px) {
  .body--showreel .title-text h1,
.body--bundle .title-text h1 {
    font-size: calc( var(--h1-font-size) * 1.5 );
  }
}
.body--showreel .text.section-margin-regular,
.body--bundle .text.section-margin-regular {
  margin-top: calc( var(--wrap-pad) / 2 );
}
.body--showreel .text p a,
.body--bundle .text p a {
  text-decoration-color: transparent;
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
.body--showreel .text p a:hover,
.body--bundle .text p a:hover {
  color: var(--text-strong-color);
  text-decoration-color: var(--accent-color);
}
.body--showreel .video-block__overlay span,
.body--bundle .video-block__overlay span {
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--background-color);
  padding: 10px;
  font-family: var(--font-family-secondary);
  font-size: 13px;
  color: var(--accent-color);
}
.body--showreel .video-block__play,
.body--bundle .video-block__play {
  background: rgba(255, 255, 255, 0.3);
}
.body--showreel .video-block__play svg,
.body--bundle .video-block__play svg {
  fill: white;
}
.body--showreel .image-text__text h1,
.body--bundle .image-text__text h1 {
  font-size: calc( var(--h1-font-size) * 1.2 );
}
@media only screen and (min-width: 992px) {
  .body--showreel .image-text__text,
.body--bundle .image-text__text {
    padding-top: 0;
    padding-bottom: 0;
  }
  .body--showreel .image-text__text p,
.body--bundle .image-text__text p {
    font-size: calc( var(--p-font-size) * 0.9 );
  }
}
@media only screen and (min-width: 992px) {
  .body--showreel .image-text--center .wrap,
.body--bundle .image-text--center .wrap {
    display: flex;
    justify-content: center;
  }
  .body--showreel .image-text--center .image-text__text,
.body--bundle .image-text--center .image-text__text {
    max-width: 800px;
    text-align: center;
  }
}
.body--showreel .winners-announced,
.body--bundle .winners-announced {
  margin-top: 10px;
}
.body--showreel .winners-announced span,
.body--bundle .winners-announced span {
  display: inline-block;
  padding: 10px 30px 10px 10px;
  background: var(--accent-color);
  clip-path: polygon(0% 0%, 97% 0%, 94% 50%, 100% 100%, 0% 100%);
  font-family: var(--font-family-secondary);
  font-size: 13px;
  line-height: 1.1;
  color: var(--background-color);
}
@media only screen and (min-width: 992px) {
  .body--showreel .winners-announced span,
.body--bundle .winners-announced span {
    font-size: 17px;
  }
}
@media only screen and (max-width: 687px) {
  .body--showreel .showreel-judges p br,
.body--bundle .showreel-judges p br {
    content: " ";
    display: none;
  }
  .body--showreel .showreel-judges p br:after,
.body--bundle .showreel-judges p br:after {
    content: " ";
  }
}

@media only screen and (min-width: 992px) {
  .body--showreel .title-text p {
    margin-top: 0;
    font-size: calc( var(--p-font-size) * 1.5 );
  }
}
.body--showreel .image-text__text p:first-of-type {
  margin-top: 0;
  font-size: calc( var(--p-font-size) * 1.2 );
  line-height: 1.2;
}

.body--americas .video-block__overlay span {
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--background-color);
  padding: 10px;
  font-family: var(--font-family-secondary);
  font-size: 13px;
  color: var(--accent-color);
}
.body--americas .video-block__play {
  background: rgba(255, 255, 255, 0.3);
}
.body--americas .video-block__play svg {
  fill: white;
}

.award-winners {
  margin-top: var(--section-margin-large);
}

.award-winner {
  padding: var(--wrap-pad) 0 var(--section-margin-large);
}
.award-winner--gold {
  background: #F2994A;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #F2C94C, #F2994A);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #F2C94C, #F2994A);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.award-winner--silver {
  background: #8e9eab;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #eef2f3, #8e9eab);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #eef2f3, #8e9eab);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.award-winner--bronze {
  background: #B79891;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #94716B, #B79891);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #94716B, #B79891);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.award-winner .text h2 {
  color: var(--background-color);
  opacity: 0.4;
}
.award-winner .video-block {
  opacity: 0;
  transform: translate(0, 30px);
}
.award-winner .text h3 {
  opacity: 0;
}
.award-winner .text p {
  margin-top: 0;
  font-size: calc( var(--p-font-size) * 1.2 );
  color: var(--text-strong-color);
  opacity: 0;
  transform: translate(0, 20px);
}
.award-winner .oty-item {
  margin-top: var(--section-margin-regular);
}
.award-winner .oty-item__title {
  opacity: 0;
}
.award-winner .oty-item .grid {
  opacity: 0;
  transform: translate(0, 30px);
}
.award-winner.active .text h2 {
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.2, 0.3, 0, 1);
}
.award-winner.active .video-block {
  opacity: 1;
  transform: none;
  transition: all 0.4s cubic-bezier(0.2, 0.3, 0, 1) 0.8s;
}
.award-winner.active .text h3 {
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.2, 0.3, 0, 1) 1.4s;
}
.award-winner.active .text p {
  opacity: 1;
  transform: none;
  transition: all 0.4s cubic-bezier(0.2, 0.3, 0, 1) 1.6s;
}
.award-winner.active .oty-item__title {
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.2, 0.3, 0, 1) 0.8s;
}
.award-winner.active .oty-item .grid {
  opacity: 1;
  transform: none;
  transition: all 0.4s cubic-bezier(0.2, 0.3, 0, 1) 1.2s;
}

.award-shortlist {
  padding-top: var(--wrap-pad);
}

.video-block__media {
  background: var(--text-strong-color);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.oty-list {
  display: grid;
}

.oty-item {
  margin-top: var(--section-margin-large);
}
.oty-item__title {
  padding: 0 var(--wrap-pad) 20px;
}

.video__details li:first-child,
.video__credits__list span,
.video__credits__label,
.video__credits__close span {
  font-family: var(--font-family-secondary);
  font-weight: var(--font-weight-medium);
}

.video__details li:first-child {
  padding-bottom: 2px;
}

.share {
  display: flex;
  align-items: center;
  background: var(--accent-color);
  clip-path: polygon(0% 0%, 100% 0, 100% 100%, 2% 100%, 5% 50%);
  padding-left: 30px;
}
@media only screen and (min-width: 992px) {
  .share {
    padding-left: 40px;
  }
}
.share--fixed {
  position: fixed;
  z-index: 10;
  bottom: 0;
  right: 0;
}
@media only screen and (min-width: 688px) {
  .share--fixed {
    position: sticky;
    display: inline-flex;
    margin-top: 30px;
    float: right;
  }
  .share--fixed:after {
    content: "";
    clear: both;
    display: table;
  }
}
@media only screen and (min-width: 992px) {
  .share--fixed {
    bottom: 10px;
    right: 10px;
    padding-left: 40px;
  }
}
.share span {
  font-family: var(--font-family-secondary);
  font-weight: var(--font-weight-medium);
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.1em;
  color: var(--background-color);
  opacity: 0.5;
}
.share__links {
  list-style: none;
  display: flex;
  margin: 0 0 0 5px;
}
.share__links li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.share__links li a svg {
  height: 20px;
  fill: var(--background-color);
}
@media only screen and (min-width: 992px) {
  .share__links li a {
    width: 50px;
    height: 50px;
    opacity: 0.7;
  }
  .share__links li a:hover {
    opacity: 1;
  }
  .share__links li a svg {
    height: 22px;
  }
}

@media only screen and (min-width: 992px) {
  .body--americas.body--home .image-text__text {
    padding-top: 0;
  }
}

.body--emea.body--home.body--header-over .hero__content {
  max-width: 400px;
}
@media only screen and (min-width: 688px) {
  .body--emea.body--home.body--header-over .hero__content {
    max-width: 480px;
  }
}
@media only screen and (min-width: 992px) {
  .body--emea.body--home.body--header-over .hero__content {
    max-width: 640px;
  }
}
@media only screen and (min-width: 1312px) {
  .body--emea.body--home.body--header-over .hero__content {
    max-width: 760px;
  }
}
@media only screen and (min-width: 1600px) {
  .body--emea.body--home.body--header-over .hero__content {
    max-width: 900px;
  }
}

.body--tickets .quote-text__quote blockquote {
  margin-top: 20px;
}
.body--tickets .image-text__text .button {
  align-self: center;
}

.judges-archive-list .grid-item__title h2 {
  font-size: 18px;
}
.judges-archive-list .grid-item__title h3 {
  font-size: 14px;
}

.body--archive-americas-2022 .carousel-item__title {
  display: none;
}

.text__two-buttons {
  margin-top: 15px;
  display: flex;
  gap: 15px;
  justify-content: center;
}

.body--archive .categories__grid {
  grid-auto-rows: calc((75vw - (var(--wrap-pad) * 2) - 5px) / 2);
}
@media only screen and (min-width: 688px) {
  .body--archive .categories__grid {
    grid-auto-rows: calc((75vw - (var(--wrap-pad) * 2) - 10px) / 3);
  }
}
@media only screen and (min-width: 992px) {
  .body--archive .categories__grid {
    grid-auto-rows: calc((75vw - (var(--wrap-pad) * 2) - 15px) / 4);
  }
}
@media only screen and (min-width: 1312px) {
  .body--archive .categories__grid {
    grid-auto-rows: calc((75vw - (var(--wrap-pad) * 2) - 20px) / 5);
  }
}

@media only screen and (min-width: 992px) {
  .body--tickets.body--americas .image-text__image {
    align-items: initial;
    justify-content: initial;
  }
}
.body--tickets.body--americas .image-text__image img {
  max-height: calc(100vh - 150px);
  width: auto;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .body--tickets.body--americas .image-text__image img {
    max-height: calc(100vh - 200px);
    margin: 0;
  }
}
@media only screen and (min-width: 1312px) {
  .body--tickets.body--americas .image-text__image img {
    max-height: calc(100vh - 220px);
  }
}
@media only screen and (min-width: 1600px) {
  .body--tickets.body--americas .image-text__image img {
    max-height: calc(100vh - 240px);
  }
}

.americas-2022-tickets-video {
  position: relative;
  aspect-ratio: 1/1;
  width: 100%;
  max-height: calc(100vh - 150px);
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .americas-2022-tickets-video {
    max-height: calc(100vh - 200px);
    margin: 0;
  }
}
@media only screen and (min-width: 1312px) {
  .americas-2022-tickets-video {
    max-height: calc(100vh - 220px);
  }
}
@media only screen and (min-width: 1600px) {
  .americas-2022-tickets-video {
    max-height: calc(100vh - 240px);
  }
}
.americas-2022-tickets-video video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.winners-table__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-row-gap: 60px;
}
.winners-table__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.winners-table__heading .button {
  flex-shrink: 0;
}
.winners-table__title {
  display: flex;
  align-items: baseline;
  gap: 2px 16px;
  flex-flow: wrap;
}
.winners-table__title h3 {
  font-family: var(--font-family-primary);
  color: var(--text-medium-color);
}
.winners-table__table {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-row-gap: 6px;
}
.winners-table__table__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: calc( var(--wrap-pad) / 2 );
  cursor: pointer;
}
@media only screen and (max-width: 687px) {
  .winners-table__table__item {
    flex-flow: wrap;
    padding: var(--wrap-pad);
  }
}
.winners-table__table__item--gold {
  background: #F2994A;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #F2C94C, #F2994A);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #F2C94C, #F2994A);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.winners-table__table__item--gold .winners-table__table__play svg,
.winners-table__table__item--gold .winners-table__table__eye svg {
  fill: #F2994A;
}
.winners-table__table__item--silver {
  background: #8e9eab;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #eef2f3, #8e9eab);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #eef2f3, #8e9eab);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.winners-table__table__item--silver .winners-table__table__play svg,
.winners-table__table__item--silver .winners-table__table__eye svg {
  fill: #8e9eab;
}
.winners-table__table__item--bronze {
  background: #B79891;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #94716B, #B79891);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #94716B, #B79891);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.winners-table__table__item--bronze .winners-table__table__play svg,
.winners-table__table__item--bronze .winners-table__table__eye svg {
  fill: #B79891;
}
@media only screen and (min-width: 992px) {
  .winners-table__table__item:hover .winners-table__table__play,
.winners-table__table__item:hover .winners-table__table__eye {
    transform: scale(1.4);
  }
}
.winners-table__table__icon {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100px;
  flex-shrink: 0;
}
@media only screen and (max-width: 687px) {
  .winners-table__table__icon {
    position: absolute;
    top: var(--wrap-pad);
    right: var(--wrap-pad);
    justify-content: flex-end;
    padding: 16px;
    width: auto;
  }
}
.winners-table__table__icon svg {
  height: 20px;
  fill: var(--text-inverse-color);
}
.winners-table__table__icon span {
  font-family: var(--font-family-secondary);
  font-size: 12px;
  font-weight: var(--font-weight-medium);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--text-inverse-color);
}
.winners-table__table__info {
  margin-left: calc( var(--wrap-pad) / 2 );
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: 4px;
  font-size: var(--h4-font-size);
  color: var(--text-strong-color);
}
@media only screen and (max-width: 687px) {
  .winners-table__table__info {
    width: 100%;
    margin: 12px 0 0;
  }
}
.winners-table__table__info strong {
  font-family: var(--font-family-secondary);
  font-size: var(--h3-font-size);
}
.winners-table__table__image {
  width: 120px;
  flex-shrink: 0;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 992px) {
  .winners-table__table__image {
    width: 200px;
  }
}
@media only screen and (max-width: 687px) {
  .winners-table__table__image {
    width: 100%;
  }
  .winners-table__table__image img {
    width: 100%;
  }
}
.winners-table__table__play, .winners-table__table__eye {
  margin: 0 calc( var(--wrap-pad) / 2 );
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: var(--background-color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s cubic-bezier(0.2, 0.3, 0, 1);
}
@media only screen and (min-width: 992px) {
  .winners-table__table__play, .winners-table__table__eye {
    margin: 0 var(--wrap-pad);
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 687px) {
  .winners-table__table__play, .winners-table__table__eye {
    position: absolute;
    bottom: var(--wrap-pad);
    right: var(--wrap-pad);
    margin: 0;
  }
}
.winners-table__table__play svg, .winners-table__table__eye svg {
  height: 40%;
  margin-left: 10%;
}
.winners-table__table__eye svg {
  margin-left: 0;
}

.video-block__video video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-block__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.video-block__media:hover .video-block__video {
  opacity: 1;
  visibility: visible;
}
.video-block__image, .video-block__video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-bottom: 0;
  height: 100%;
  width: auto;
  min-height: calc(100% + 2px);
  min-width: calc(100% + 2px);
}