@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --brnad: #000;
  --color: white;
  --pink: #ffb4ff;
  --green-2: #6fff90;
  --green: #6fff90;
  --font-brand: Montserrat, Verdana, sans-serif;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  background-color: var(--brnad);
}

.navbar-dsktp {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-around;
  align-items: stretch;
  padding-top: 15px;
  padding-bottom: 16px;
  display: flex;
}

.text-block {
  color: var(--color);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Montserrat, Verdana, sans-serif;
}

.navbar {
  z-index: 999;
  opacity: 0;
  background-color: #ddd0;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--brnad);
  justify-content: space-between;
  width: auto;
  display: flex;
}

.nav-link {
  color: var(--color);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Montserrat, Verdana, sans-serif;
  font-size: 9px;
}

.nav-menu {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  opacity: 0;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  display: flex;
}

.main {
  justify-content: center;
  align-items: center;
  padding-top: 161px;
  padding-bottom: 102px;
  display: flex;
}

.bg-clip-main {
  width: 88%;
  height: 400px;
  margin-left: 0;
  margin-right: 0;
}

.main-info {
  z-index: 1;
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  mix-blend-mode: normal;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 35%;
  padding: 0;
  display: flex;
  position: absolute;
  top: 102.5px;
  left: 101.5px;
}

.log-title {
  width: 110px;
  max-width: none;
}

.h1_ai_gpus {
  color: #666;
  text-transform: uppercase;
  font-family: Montserrat, Verdana, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.sep {
  opacity: .48;
  background-color: #fff;
  width: 100%;
  height: .5px;
}

.div-logos-partners {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  height: auto;
  display: flex;
}

.log-empathy, .log-software {
  width: 100px;
}

.copy-main {
  background-color: var(--brnad);
  justify-content: center;
  align-items: center;
  width: 300px;
  padding: 40px;
  display: flex;
  position: absolute;
  top: 422.5px;
  left: 622.5px;
}

.h3 {
  color: var(--color);
  flex-flow: column;
  justify-content: space-between;
  width: auto;
  font-family: Montserrat, Verdana, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 28px;
  display: block;
}

.h3.centre {
  text-align: center;
}

.h3.black {
  color: var(--brnad);
  width: auto;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

.h3.upper {
  text-transform: uppercase;
  width: 200px;
  position: relative;
  top: -21px;
  left: 90px;
}

.intro {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 170px 180px 170px 179px;
  display: flex;
}

.h2_ai_gpus {
  color: var(--color);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Montserrat, Verdana, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 50px;
}

.who-can-participate {
  padding-top: 128px;
}

.background-video {
  height: 550px;
}

.div-content {
  z-index: 1;
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  background-color: var(--color);
  color: var(--brnad);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  padding: 77px 120px 96px;
  font-family: Montserrat, Verdana, sans-serif;
  position: absolute;
  top: 1862px;
}

.h4 {
  color: var(--brnad);
  text-transform: uppercase;
  width: auto;
  font-family: Montserrat, Verdana, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 35px;
}

.h4.white {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--color);
  width: 300px;
  display: flex;
  position: relative;
  left: -56px;
}

.text-span, .text-span-2, .text-span-3 {
  font-weight: 700;
}

.logo-software {
  filter: invert();
}

.logos {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: center;
  width: auto;
  display: flex;
}

.logo-uniovi {
  width: 160px;
}

.btn-log {
  transition: all .325s;
}

.btn-log:hover {
  transform: scale(1.1);
}

.text-span-4, .text-span-5 {
  font-weight: 700;
  text-decoration: underline;
}

.link-text {
  color: var(--color);
  font-family: Montserrat, Verdana, sans-serif;
  font-weight: 700;
  text-decoration: underline;
}

.text-card {
  float: left;
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--color);
  text-transform: uppercase;
  background-color: #ff74f600;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: auto;
  font-family: Montserrat, Verdana, sans-serif;
  display: flex;
  position: relative;
  top: 0;
  left: -89px;
}

.back-card {
  z-index: 99;
  border: 1px solid var(--color);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #fff0;
  background-image: url('../images/bar.svg'), linear-gradient(169deg, #0000003b 37%, #ffb4ff8a);
  background-position: 20% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 180px, auto;
  border-radius: 20px;
  width: 60%;
  height: 450px;
  display: flex;
  position: relative;
}

.section {
  clear: none;
  background-image: url('../images/circle.svg');
  background-position: 85% 20%;
  background-repeat: no-repeat;
  background-size: 26%;
  justify-content: flex-start;
  align-items: center;
  padding: 190px 0 72px 186px;
  display: flex;
}

.h6 {
  width: 200px;
  font-family: Montserrat, Verdana, sans-serif;
  font-size: 22px;
  line-height: 27px;
}

.h6.white {
  color: var(--color);
  text-transform: uppercase;
  width: auto;
  font-family: Montserrat, Verdana, sans-serif;
  font-size: 20px;
}

.highlight {
  width: 500px;
  font-size: 130px;
  font-weight: 300;
  line-height: 110px;
}

.highlight._2 {
  width: auto;
}

.highlight._3 {
  width: auto;
  font-size: 26px;
  font-weight: 600;
  line-height: 50px;
}

.content-card {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  display: flex;
}

.first-line-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
  position: relative;
}

.amagijon {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
  position: relative;
  left: 154px;
}

.image {
  width: 250px;
}

.link-block {
  display: flex;
}

.what-s-the-prize-01 {
  clear: none;
  background-image: url('../images/circle.svg');
  background-position: 85% 20%;
  background-repeat: no-repeat;
  background-size: 26%;
  justify-content: flex-start;
  align-items: center;
  padding: 190px 0 72px 237px;
  display: flex;
}

.amagijon-text {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  color: var(--color);
  text-align: right;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 70%;
  padding-top: 0;
  padding-bottom: 52px;
  padding-left: 216px;
  line-height: 50px;
  display: flex;
}

.what-s-the-prize-02 {
  display: flex;
}

.amagijon-clip {
  clear: none;
  width: 250px;
  height: 400px;
  position: relative;
  top: -160px;
  left: 24px;
  overflow: visible;
}

.h5 {
  color: var(--color);
  text-transform: uppercase;
  width: 50%;
  font-family: Montserrat, Verdana, sans-serif;
  font-size: 40px;
}

.background-video-2 {
  width: auto;
  height: auto;
  position: static;
  overflow: visible;
}

.div-block-7 {
  width: 15%;
  padding-top: 47px;
  padding-bottom: 34px;
}

.btn {
  border: 1px solid var(--pink);
  color: var(--pink);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #ffb4ff00;
  border-radius: 5px;
  padding-left: 27px;
  padding-right: 27px;
  font-family: Montserrat, Verdana, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 30px;
  transition: all .325s;
}

.btn:hover {
  background-color: var(--pink);
  color: var(--brnad);
  font-weight: 600;
}

.btn.black {
  border-color: var(--brnad);
  background-color: var(--color);
  color: var(--brnad);
  font-weight: 700;
}

.btn.black:hover {
  background-color: var(--brnad);
  color: var(--color);
  font-weight: 600;
}

.btn.black.form {
  cursor: pointer;
  flex-flow: column;
  align-items: flex-start;
  width: auto;
}

.btn.green {
  border-color: var(--green-2);
  color: var(--green-2);
  width: 270px;
}

.btn.green:hover {
  border-color: var(--green-2);
  background-color: var(--green-2);
  color: var(--brnad);
}

.btn.underline {
  border-color: var(--brnad);
  color: var(--brnad);
  -webkit-text-stroke-color: var(--brnad);
  line-height: 30px;
}

.btn.underline:hover {
  background-color: var(--brnad);
  color: var(--green-2);
}

.btn.green--2 {
  border-color: var(--green-2);
  background-color: var(--green-2);
  color: var(--brnad);
  width: auto;
}

.btn.green--2:hover {
  border-color: var(--color);
  background-color: var(--color);
  color: var(--brnad);
}

.second-line-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
  position: relative;
}

.section-2 {
  clear: none;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 81px;
  display: flex;
}

.background-video-3 {
  align-self: flex-start;
  width: 70%;
}

.div-block-8 {
  position: absolute;
  inset: 0% auto auto 0%;
}

.container-2 {
  z-index: 2;
  float: left;
  clear: none;
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  background-color: var(--color);
  flex-flow: column;
  align-items: flex-start;
  width: 50%;
  padding: 120px;
  display: flex;
  position: absolute;
  top: 3620.5px;
}

.div-block-9 {
  clear: both;
  position: relative;
  left: 55px;
}

.div-block-10 {
  z-index: 4;
  background-color: var(--brnad);
  align-self: flex-start;
  width: 40%;
  padding: 59px 70px 40px;
  position: relative;
  top: -112px;
  left: 61px;
}

.what-s-the-challenge {
  clear: none;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 81px;
  display: flex;
}

.diagram {
  border: 1px none var(--color);
  padding: 155px 122px 181px;
}

.how-to-participate {
  height: 650px;
  padding-top: 94px;
  padding-bottom: 0;
  overflow: hidden;
}

.background-video-4 {
  filter: none;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: luminosity;
  background-image: linear-gradient(#000, #0000);
  background-clip: border-box;
  width: 100%;
  height: 100ch;
  margin-top: -165px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.content {
  z-index: 4;
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  height: 400px;
  padding-bottom: 0;
  padding-left: 99px;
  padding-right: 99px;
  display: flex;
  position: relative;
  top: 104px;
  bottom: 0;
}

.how-info-b1 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--color);
  flex-flow: column;
  align-items: flex-start;
  width: auto;
  padding: 81px 50px 112px;
  display: flex;
}

.slider {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--color);
  background-color: #0000;
  flex-flow: column;
  width: 300px;
  height: 100%;
  padding: 50px 45px 50px 56px;
  display: block;
}

.right-arrow {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  display: block;
  left: 259px;
  overflow: visible;
}

.icon {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-top: 66px;
  display: block;
}

.icon-2 {
  border: 1px solid var(--color);
  background-color: var(--brnad);
  justify-content: center;
  align-items: center;
  padding: 35px 30px;
  display: flex;
}

.slide-nav {
  display: none;
}

.how-info-note {
  align-items: flex-end;
  width: auto;
  padding-left: 25px;
  display: flex;
}

.div-block-15 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  display: flex;
}

.text-slider {
  color: var(--color);
  font-family: Montserrat, Verdana, sans-serif;
  font-weight: 300;
  line-height: 30px;
}

.legal-text {
  color: var(--color);
  font-family: Montserrat, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

.text-span-6 {
  font-weight: 700;
}

.how-info {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  display: flex;
}

.evaluation-criteria {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  background-color: var(--color);
  flex-flow: column;
  align-items: flex-start;
  padding-top: 77px;
  padding-bottom: 0;
  display: flex;
}

.div-block-16 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: right;
  flex-flow: column;
  align-items: flex-end;
  padding-left: 385px;
  padding-right: 53px;
  display: flex;
}

.text-block-2 {
  text-transform: uppercase;
  font-family: Montserrat, Verdana, sans-serif;
  font-size: 70px;
  font-weight: 300;
  line-height: 50px;
  transition: all .425s;
}

.text-block-2:hover {
  text-decoration: line-through;
}

.div-block-17 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  align-self: flex-start;
  display: flex;
}

.be-inspired-to-win {
  height: 1500px;
  padding-top: 165px;
  padding-bottom: 0;
  overflow: hidden;
}

.background-video-5 {
  background-image: radial-gradient(circle, #0000, #000 81%);
  height: 1200px;
  top: -1138px;
}

.div-block-18 {
  z-index: 6;
  float: none;
  clear: left;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  align-items: center;
  width: auto;
  padding-left: 0;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
}

.flex-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff0;
  flex-flow: row;
  justify-content: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.flex-block._2 {
  padding-top: 73px;
}

.div-block-19 {
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.thumbn-clip {
  border: 1px solid var(--color);
  background-color: var(--brnad);
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: auto;
  padding: 105px 79px 105px 84px;
  display: flex;
}

.thumbn-clip._2 {
  padding-left: 155px;
  padding-right: 165px;
  position: relative;
  top: 65px;
}

.thumbn-clip._3 {
  padding-top: 155px;
  padding-bottom: 155px;
  position: relative;
  top: -130px;
}

.register {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  background-color: var(--color);
  padding: 150px 74px;
  display: none;
  overflow: hidden;
}

.footer {
  justify-content: space-between;
  padding: 120px;
  display: flex;
  position: relative;
}

.background-video-6 {
  width: 0%;
  height: 100%;
}

.thumbn-t-clip {
  filter: grayscale();
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 20px 105px;
  transition: all .375s;
  display: flex;
}

.thumbn-t-clip:hover {
  filter: none;
  mix-blend-mode: exclusion;
  transform: skew(0deg, -22deg)skew(0deg, 13deg);
}

.thumbn-t-clip._1 {
  opacity: 1;
  filter: contrast(200%) grayscale();
  mix-blend-mode: normal;
  width: auto;
  height: 300px;
  top: -20px;
  transform: skew(5deg, 7deg);
}

.thumbn-t-clip._1:hover {
  box-shadow: -20px -20px 200px -11px var(--color);
  opacity: 1;
  filter: none;
  outline-offset: 0px;
  mix-blend-mode: exclusion;
  outline: 3px #fff;
}

.thumbn-t-clip._2 {
  box-shadow: 0 2px 200px 0 var(--green);
  filter: none;
  height: 200px;
  padding: 105px 165px;
  top: 28px;
  transform: skew(-5deg, -2deg);
}

.thumbn-t-clip._2:hover {
  box-shadow: -20px -20px 200px -20px var(--green);
  filter: none;
  mix-blend-mode: normal;
  transform: none;
}

.thumbn-t-clip._3 {
  filter: contrast(200%) grayscale();
  width: 170px;
  height: 400px;
  padding-left: 0;
  padding-right: 0;
  top: -195px;
  transform: skew(0deg, -8deg)rotate(4deg);
}

.thumbn-t-clip._3:hover {
  box-shadow: -20px -20px 200px -20px var(--color);
  filter: none;
}

.thumbn-t-clip._4 {
  filter: contrast(200%) grayscale();
  height: 300px;
  transform: skew(4deg, 5deg);
}

.thumbn-t-clip._4:hover {
  filter: none;
  box-shadow: 0 0 200px red;
}

.thumbn-t-clip._5 {
  width: 400px;
  height: 250px;
  transform: skew(-5deg, -5deg);
}

.thumbn-t-clip._5:hover {
  box-shadow: -20px -20px 200px -20px var(--color);
}

.thumbn-t-clip._6 {
  width: 500px;
  height: 200px;
}

.thumbn-t-clip._6:hover {
  box-shadow: 0 2px 200px #fff;
}

.thumbn-t-clip.winner {
  mix-blend-mode: multiply;
  background-color: #6fff9000;
  width: 100%;
  height: 400px;
  position: static;
  overflow: hidden;
}

.thumbn-t-clip.winner:hover {
  box-shadow: 0 2px 200px 0 var(--brnad);
  mix-blend-mode: normal;
  width: 100%;
}

.icon-play {
  z-index: 5;
  filter: none;
  mix-blend-mode: normal;
  transition: all .425s;
  position: absolute;
}

.icon-play:hover {
  mix-blend-mode: normal;
  max-width: 100%;
  transform: scale(1.2);
}

.icon-play.b {
  filter: invert();
  position: static;
}

.icon-play._2 {
  filter: invert();
  cursor: pointer;
}

.div-block-20 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: var(--brnad);
  flex-flow: column;
  padding: 53px 53px 51px;
  display: flex;
}

.div-block-21 {
  border: 1px solid var(--color);
  padding-top: 213px;
  padding-bottom: 213px;
}

.thumbn-clip-ins._3 {
  position: relative;
}

.div-block-22 {
  border-style: solid;
  border-width: 1px 0 0;
  border-color: var(--color) black black;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 25px;
  display: flex;
}

.div-block-23 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-22-copy {
  border-style: solid;
  border-width: 1px 0 0;
  border-color: var(--color) black black;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 21px;
  display: flex;
}

.legal-text-footer {
  color: var(--color);
  letter-spacing: 1px;
  font-family: Montserrat, Verdana, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
  text-decoration: none;
  transition: all .25s;
}

.legal-text-footer:hover {
  text-decoration: none;
  transform: translate(11px);
}

.link-block-2 {
  text-decoration: none;
}

.body-2 {
  background-color: var(--brnad);
}

.legal-section {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  align-items: flex-start;
  width: auto;
  margin-top: 0;
  padding: 35px 170px 22px 385px;
  display: flex;
}

.legal-section.title {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 117px;
  padding-left: 385px;
}

.legal-section.sub {
  padding-top: 0;
  padding-bottom: 0;
}

.text-span-7 {
  font-weight: 300;
}

.text-span-8 {
  font-weight: 700;
}

.paragraph {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  color: var(--color);
  letter-spacing: 1px;
  flex-flow: column;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, Verdana, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 30px;
  list-style-type: decimal;
  display: block;
}

.paragraph._2 {
  list-style-type: none;
}

.paragraph.info {
  background-color: #fff3;
  padding: 7px 22px;
  font-size: 14px;
}

.text-span-9, .text-span-10 {
  font-weight: 700;
}

.list {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  color: var(--color);
  -webkit-text-stroke-color: #fff;
  flex-flow: column;
  align-items: stretch;
  font-family: Montserrat, Verdana, sans-serif;
  list-style-type: disc;
  display: flex;
}

.list-item {
  margin-left: 27px;
  line-height: 25px;
  list-style-type: disc;
}

.list-item._2 {
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
}

.list-2 {
  color: var(--color);
  font-family: Montserrat, Verdana, sans-serif;
}

.text-span-11 {
  font-weight: 700;
}

.list-item-2 {
  letter-spacing: 1px;
  font-size: 17px;
  line-height: 30px;
}

.content-table {
  z-index: 99;
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  margin-top: 0;
  padding: 117px 19px 0 120px;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.div-block-25 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  border-style: solid;
  border-width: 1px 0 1px 1px;
  border-color: var(--color);
  background-color: var(--brnad);
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  padding: 40px 56px 32px 40px;
  display: flex;
}

.div-block-25.legal {
  border-width: 1px 0 1px 1px;
  width: 100%;
  padding-bottom: 40px;
  padding-right: 40px;
}

.text-block-3 {
  color: var(--color);
  letter-spacing: 2px;
  text-transform: uppercase;
  object-fit: fill;
  width: auto;
  height: auto;
  font-family: Montserrat, Verdana, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
}

.text-block-3:focus {
  color: #ffffff75;
}

.link-block-3 {
  text-decoration: none;
  display: block;
}

.link-block-3:hover {
  color: var(--color);
  text-decoration: line-through;
}

.link-block-3:active {
  opacity: .51;
}

.link-block-3:focus {
  opacity: .54;
}

.link-block-3:focus-visible, .link-block-3[data-wf-focus-visible] {
  opacity: 100;
  text-decoration: line-through;
}

.link-block-3:visited {
  opacity: .39;
}

.link-block-4 {
  text-decoration: none;
}

.background-video-7 {
  width: auto;
  height: 400px;
}

.background-video-7.legal {
  width: 100%;
}

.link {
  color: var(--color);
  font-weight: 700;
  text-decoration: underline;
}

.link.black {
  color: var(--brnad);
}

.div-block-26 {
  width: 100%;
}

.grid {
  grid-template-rows: auto auto auto auto auto auto;
}

.table_cell {
  border-top: 1px solid var(--color);
  border-right: 1px solid var(--color);
  color: #fff;
  width: auto;
  padding: 16px 32px 15px;
  font-family: Montserrat, Verdana, sans-serif;
  font-weight: 300;
  line-height: 25px;
}

.table_cell.table {
  color: #7c7c7c;
}

.table_cell.ver {
  color: #00ff6f;
  width: auto;
}

.table_header {
  background-color: var(--color);
  color: var(--brnad);
  padding: 13px 12px 12px 20px;
  font-family: Montserrat, Verdana, sans-serif;
  font-weight: 600;
}

.table_component {
  border: 1px solid var(--color);
  width: 100%;
}

.flex-block-2 {
  border-style: none;
  border-width: 0 1px 1px;
  border-color: var(--color);
  justify-content: space-around;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.flex-block-3 {
  border-right: 1px solid var(--color);
  border-bottom: 1px solid var(--color);
  width: 100%;
  padding: 17px 15px 15px 21px;
}

.flex-block-4 {
  border-bottom: 1px solid var(--color);
  width: 100%;
}

.div-block-27 {
  border: 1px solid var(--color);
}

.body-3 {
  background-color: var(--brnad);
}

.code-block {
  box-sizing: content-box;
  object-fit: scale-down;
  width: 167.675%;
  max-width: 153.02%;
  font-size: 10px;
}

.link-2 {
  color: var(--color);
  font-weight: 700;
  text-decoration: underline;
}

.link-3, .bold-text, .link-4 {
  color: var(--color);
}

.list-3 {
  color: var(--color);
  list-style-type: decimal;
}

.list-item-3 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, Verdana, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 30px;
  list-style-type: decimal;
}

.link-5 {
  color: var(--color);
  font-weight: 700;
}

.text-span-12 {
  border: 1px solid var(--color);
  background-color: var(--brnad);
  justify-content: flex-start;
  width: auto;
  height: auto;
  padding: 9px 19px;
  display: flex;
}

.bold-text-2 {
  color: var(--color);
  font-weight: 300;
}

.bold-text-2.api {
  font-size: 14px;
}

.list-4 {
  color: var(--color);
  flex-flow: column;
  align-self: auto;
  list-style-type: decimal;
  display: flex;
}

.list-4.sub {
  padding-left: 0;
}

.list-item-4 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, Verdana, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 30px;
  list-style-type: disc;
}

.div-block-28 {
  color: var(--brnad);
  background-color: #fff0;
  padding: 12px;
  font-family: Montserrat, Verdana, sans-serif;
}

.div-block-29 {
  background-color: var(--color);
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--color);
}

.tag {
  color: #00ff6f;
  -webkit-text-stroke-color: var(--green);
  font-family: Montserrat, Verdana, sans-serif;
}

.div-block-30 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.div-block-31 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  padding-left: 108px;
  display: flex;
}

.link-6 {
  color: var(--color);
  font-weight: 700;
  text-decoration: underline;
}

.legal-list {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  color: var(--color);
  -webkit-text-stroke-color: #fff;
  flex-flow: column;
  align-items: stretch;
  font-family: Montserrat, Verdana, sans-serif;
  list-style-type: disc;
  display: flex;
}

.legal-list._1 {
  color: var(--color);
  -webkit-text-stroke-color: var(--color);
  list-style-type: disc;
}

.list-5 {
  color: var(--color);
}

.link-bth {
  z-index: 999;
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  display: none;
  position: relative;
}

.arrow.white {
  margin-left: 7px;
  transition: all .2s;
}

.arrow.white:hover {
  margin-left: 0;
}

.list-6 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  color: var(--color);
  flex-flow: column;
  font-family: Montserrat, Verdana, sans-serif;
  display: flex;
}

.list-item-5 {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 17px;
  font-weight: 300;
  line-height: 30px;
}

.list-7 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  color: var(--color);
  flex-flow: column;
  font-family: Montserrat, Verdana, sans-serif;
  list-style-type: decimal;
  display: flex;
}

.list-item-6 {
  font-size: 17px;
  font-weight: 300;
  line-height: 30px;
}

.list-8 {
  color: var(--color);
  margin-bottom: 0;
  font-family: Montserrat, Verdana, sans-serif;
  list-style-type: decimal;
}

.bold-text-3 {
  font-size: 17px;
}

.list-9 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  color: var(--color);
  flex-flow: column;
  padding-left: 64px;
  font-family: Montserrat, Verdana, sans-serif;
  list-style-type: disc;
  display: flex;
}

.list-item-7 {
  font-size: 17px;
  line-height: 30px;
}

.list-10 {
  color: var(--color);
  list-style-type: decimal;
}

.columns {
  color: var(--color);
  justify-content: flex-start;
  align-items: center;
  font-family: Montserrat, Verdana, sans-serif;
  display: flex;
}

.text-block-4 {
  justify-content: flex-start;
  align-items: center;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  display: flex;
}

.text-block-5 {
  font-size: 17px;
  line-height: 30px;
}

.div-block-32 {
  display: flex;
}

.progress-bar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  border-color: var(--color);
  flex-flow: column;
  width: 5px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-34 {
  background-color: var(--color);
  width: 5px;
  height: auto;
}

.nav {
  z-index: 999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 99.9996%;
  padding: 23px 50px 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-35 {
  background-color: var(--color);
  width: 100%;
  height: auto;
}

.div-block-36 {
  width: 11.8864%;
  height: auto;
  padding-left: 0;
  display: flex;
}

.nav-bar {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  border: 1px none var(--color);
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 22px;
  display: flex;
}

.nav-bar.home {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: var(--brnad);
  justify-content: space-between;
  width: auto;
  height: auto;
}

.div-block-38 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  height: 100%;
  display: flex;
}

.text-nav {
  color: var(--color);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Montserrat, Verdana, sans-serif;
  font-size: 7px;
  font-weight: 600;
}

.link-block-5 {
  text-decoration: none;
}

.logo-main {
  width: 230px;
  max-width: none;
}

.image-4 {
  width: 120px;
}

.navbar-2 {
  background-color: #0000;
  width: 100%;
  height: auto;
  padding-top: 27px;
  padding-left: 0;
  position: fixed;
}

.container-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--brnad);
  justify-content: space-between;
  align-items: center;
  width: auto;
  padding: 19px 0;
  display: flex;
}

.nav-link-2 {
  color: var(--color);
  text-transform: uppercase;
  font-family: Montserrat, Verdana, sans-serif;
  font-size: 9px;
}

.div-block-40 {
  flex-flow: row;
  display: flex;
}

.link-api-content {
  text-decoration: none;
}

.div-block-41 {
  background-color: var(--color);
  width: 5px;
  height: 100%;
}

.nav2 {
  z-index: 999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 99.9996%;
  padding: 23px 95px 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav2-header {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  border: 1px none var(--color);
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 22px;
  display: flex;
}

.nav2-header.home {
  background-color: var(--brnad);
  width: 100%;
}

.log-header2 {
  width: 160px;
  max-width: none;
}

.image-5, .dropdown-toggle {
  display: none;
}

.text-span-13 {
  text-transform: lowercase;
}

.subtitle {
  color: var(--color);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Montserrat, Verdana, sans-serif;
  font-size: 24px;
}

.div-block-42 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  display: flex;
}

.text-span-14, .text-span-15 {
  text-transform: lowercase;
}

.link-block-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 0px none var(--color);
  flex-flow: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-block-6 {
  color: var(--color);
  text-transform: uppercase;
  text-decoration: none;
}

.div-block-43 {
  color: var(--color);
  text-transform: uppercase;
  mix-blend-mode: normal;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  font-family: Montserrat, Verdana, sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  display: block;
  position: relative;
  top: 18px;
}

.text-block-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--color);
  color: var(--brnad);
  letter-spacing: 1px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: auto;
  padding: 6px 9px 8px;
  display: flex;
  position: static;
}

.div-block-44 {
  z-index: 2;
  mix-blend-mode: overlay;
  background-image: url('../images/giphy.gif');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.link-block-7 {
  mix-blend-mode: normal;
}

.gpus {
  grid-column-gap: 68px;
  grid-row-gap: 68px;
  justify-content: center;
  align-items: center;
  padding-bottom: 119px;
  padding-left: 130px;
  padding-right: 178px;
  display: flex;
}

.h4-gpus {
  color: var(--brnad);
  text-transform: uppercase;
  width: auto;
  font-family: Montserrat, Verdana, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 35px;
}

.h4-gpus.white {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--color);
  justify-content: flex-start;
  width: auto;
  line-height: 50px;
  display: flex;
  position: static;
  left: 0;
}

.div-block-45 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  display: flex;
}

.background-video-8 {
  width: 300px;
  height: 400px;
}

.div-block-47 {
  width: 40%;
  padding-left: 0;
}

.text-block-8 {
  font-family: Montserrat, Verdana, sans-serif;
  font-size: 44px;
  font-weight: 600;
}

.div-block-48 {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.field-label {
  color: var(--brnad);
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Montserrat, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.text-field {
  background-color: var(--brnad);
  color: var(--color);
  text-transform: uppercase;
  text-overflow: clip;
  border-bottom: 1px solid #000;
  height: 12%;
  margin-bottom: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Montserrat, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}

.form {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.form-block {
  width: 100%;
}

.success-message {
  background-color: var(--green);
  color: var(--brnad);
  font-family: Montserrat, Verdana, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.text-block-9 {
  color: var(--brnad);
}

.text-block-10 {
  color: var(--brnad);
  text-transform: lowercase;
  font-family: Montserrat, Verdana, sans-serif;
  font-weight: 500;
}

.error-message {
  background-color: var(--pink);
  padding: 25px;
  font-family: Montserrat, Verdana, sans-serif;
}

.link-8 {
  color: var(--brnad);
  font-weight: 700;
  text-decoration: none;
}

.winners {
  background-color: var(--green-2);
  flex-flow: column;
  justify-content: center;
  padding: 0;
  display: flex;
  position: relative;
}

.winner-clip-highlights {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  inset: 19% 15% auto;
}

.winners-right {
  filter: grayscale();
  mix-blend-mode: multiply;
  background-image: url('../images/WhatsApp-Image-2025-06-16-at-11.30.35.jpeg');
  background-position: 50%;
  background-size: cover;
  width: auto;
  height: 100%;
  transition: all .625s cubic-bezier(.165, .84, .44, 1);
  overflow: hidden;
}

.winners-right:hover {
  filter: none;
  mix-blend-mode: normal;
  overflow: visible;
  transform: scale(2);
}

.winners-left {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding: 120px 101px 204px 120px;
  display: flex;
  overflow: hidden;
}

.head-winner {
  display: flex;
}

.bg-finalist {
  filter: grayscale();
  mix-blend-mode: multiply;
  background-image: url('../images/WhatsApp-Image-2025-06-16-at-11.30.36.jpeg');
  background-position: 50%;
  background-size: cover;
  height: 900px;
  padding-top: 0;
  padding-bottom: 0;
  transition: all .45s;
}

.bg-finalist:hover {
  filter: grayscale();
  mix-blend-mode: multiply;
}

.finalist-highlight {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  background-color: var(--brnad);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 95px 150px;
  display: flex;
}

.winner-clip {
  border: 22px solid var(--brnad);
  background-color: var(--green-2);
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 400px;
  display: flex;
  position: relative;
}

.winner-clip-brain {
  opacity: .23;
  filter: grayscale();
  mix-blend-mode: multiply;
  justify-content: center;
  align-items: center;
  height: 100%;
  transition: all .625s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.winner-clip-brain:hover {
  opacity: .5;
  filter: grayscale();
  mix-blend-mode: multiply;
}

.finalist-tabs {
  width: auto;
  height: 550px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.background-video-10 {
  mix-blend-mode: multiply;
}

.slide {
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.mask {
  position: static;
}

.slider-2 {
  background-color: var(--green-2);
  width: auto;
  position: absolute;
  inset: -36% 0% 0% 198px;
  overflow: hidden;
}

.slide-nav-2 {
  display: none;
}

.div-block-54 {
  width: auto;
  height: auto;
  padding-top: 98px;
  padding-bottom: 75px;
}

.icon-3 {
  color: var(--color);
}

.left-arrow {
  inset: 0% auto 0% 0%;
}

.right-arrow-2 {
  inset: 0% auto 0% 7%;
}

.content-slide {
  background-color: var(--pink);
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% 21%;
}

.content-slide._2 {
  background-color: #000;
  background-image: linear-gradient(90deg, var(--green-2), #fff0 58%);
}

.slide-2 {
  overflow: hidden;
}

.tag-winner {
  z-index: 3;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: 11% 35% auto;
}

.div-block-57 {
  z-index: 4;
  position: absolute;
  top: 223.5px;
}

.h7 {
  color: var(--brnad);
  text-transform: uppercase;
  width: auto;
  font-family: Montserrat, Verdana, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 35px;
}

.h7.white {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--color);
  justify-content: flex-start;
  width: auto;
  line-height: 50px;
  display: flex;
  position: static;
  left: 0;
}

.div-block-58 {
  background-color: var(--brnad);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 22px;
  display: flex;
}

.highlight-winner {
  color: var(--brnad);
  text-transform: uppercase;
  width: auto;
  font-family: Montserrat, Verdana, sans-serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 35px;
}

.highlight-winner.white {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--color);
  width: 300px;
  display: flex;
  position: relative;
  left: -56px;
}

.highlight-winner.green {
  color: var(--green-2);
}

.winners-r {
  width: 50%;
  height: auto;
  overflow: hidden;
}

.div-block-61 {
  justify-content: space-between;
  width: 100%;
  padding: 15px 50px 36px;
  display: flex;
}

.tabs {
  z-index: 3;
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 150px;
  padding-right: 150px;
  display: flex;
  position: absolute;
  inset: -15% 0% auto;
}

.tab-pane-tab-1 {
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.finalist-block {
  background-color: #ffffff40;
  width: 100%;
  padding: 0;
  display: flex;
}

.finalist-block._1 {
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
}

.tabs-content {
  width: 100%;
  height: auto;
}

.tabs-menu {
  border: 1px solid var(--brnad);
  background-color: var(--green-2);
  color: var(--brnad);
  text-transform: uppercase;
  font-family: Montserrat, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.tab-link-tab-1 {
  background-color: var(--green-2);
  padding-top: 25px;
  padding-bottom: 25px;
}

.tab-link-tab-1.w--current {
  background-color: var(--brnad);
  color: var(--green-2);
  height: auto;
  padding-top: 25px;
  padding-bottom: 25px;
}

.tab-link-tab-2 {
  background-color: var(--green-2);
  color: var(--brnad);
  text-overflow: clip;
  overflow-wrap: normal;
  padding-top: 25px;
  padding-bottom: 25px;
}

.tab-link-tab-2.w--current {
  background-color: var(--brnad);
  color: var(--green-2);
}

.tab-link-tab-3 {
  background-color: var(--green-2);
  padding-top: 25px;
  padding-bottom: 25px;
}

.tab-link-tab-3.w--current {
  background-color: var(--brnad);
  color: var(--green-2);
}

.tab-link-tab-4 {
  background-color: var(--green-2);
  padding-top: 25px;
  padding-bottom: 25px;
}

.tab-link-tab-4.w--current {
  background-color: var(--brnad);
  color: var(--green-2);
}

.tab-link-tab-5 {
  background-color: var(--green-2);
  overflow-wrap: normal;
  padding-top: 25px;
  padding-bottom: 25px;
}

.tab-link-tab-5.w--current {
  background-color: var(--brnad);
  color: var(--green-2);
}

.finalist {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 34px 73px 41px;
  display: flex;
  position: relative;
}

.finalist.video {
  background-color: var(--green-2);
  height: auto;
  padding: 0;
}

.finalist.info {
  justify-content: center;
  align-items: stretch;
  height: auto;
  padding-top: 70px;
  padding-bottom: 70px;
}

.finalist-clip {
  background-color: var(--color);
  opacity: .22;
  filter: grayscale();
  cursor: pointer;
  mix-blend-mode: luminosity;
  width: 100%;
  height: 100%;
  position: static;
  inset: 0%;
}

.link-block-8 {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.finalist-block-clip {
  z-index: 9999;
  background-color: var(--green-2);
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: fixed;
  inset: 0%;
}

.finalist-block-clip._1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  display: none;
  inset: 0%;
}

.finalist-block-clip._2, .finalist-block-clip._3, .finalist-block-clip._4, .finalist-block-clip._5 {
  display: none;
}

.finalist-clip-embed {
  width: 70%;
  position: static;
  inset: 10%;
}

.btn-cose {
  cursor: pointer;
  position: absolute;
  inset: 10% 2% 0% auto;
}

.close-icon {
  width: 35px;
}

.text-span-16, .text-span-17 {
  font-weight: 700;
}

@media screen and (min-width: 1280px) {
  .navbar {
    opacity: 0;
    justify-content: space-between;
    width: auto;
    display: flex;
    position: relative;
  }

  .container {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-menu {
    width: auto;
    display: flex;
    position: relative;
  }

  .main {
    margin-top: 63px;
    padding-top: 109px;
  }

  .bg-clip-main {
    width: 86%;
    height: 450px;
  }

  .main-info {
    width: 30%;
    padding: 0;
    top: 113.5px;
    left: 128.5px;
  }

  .log-title {
    width: 120px;
  }

  .h1_ai_gpus {
    font-size: 22px;
  }

  .log-empathy, .log-software {
    width: 110px;
  }

  .copy-main {
    width: 400px;
    padding: 50px 60px;
    top: 454.5px;
    left: 698.5px;
  }

  .h3 {
    width: auto;
    font-size: 17px;
    line-height: 35px;
  }

  .h3.black {
    font-size: 17px;
    line-height: 30px;
  }

  .h3.upper {
    left: 107px;
  }

  .intro {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    flex-flow: column;
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .h2_ai_gpus {
    flex-flow: column;
    font-size: 60px;
    line-height: 70px;
    display: block;
  }

  .background-video {
    height: 600px;
  }

  .div-content {
    z-index: 1;
    padding-top: 90px;
    padding-left: 153px;
    padding-right: 129px;
    top: 2231px;
  }

  .h4 {
    font-size: 50px;
    font-weight: 700;
    line-height: 43px;
  }

  .h4.white {
    align-self: auto;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    left: 0;
  }

  .h4.white.clips {
    width: 400px;
    left: -45px;
  }

  .logo-software {
    width: 140px;
  }

  .logo-uniovi {
    width: 190px;
  }

  .link-text {
    font-size: 18px;
  }

  .text-card {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    left: -71px;
  }

  .back-card {
    z-index: 9;
    width: 95%;
    height: 500px;
  }

  .section {
    background-size: 25%;
    padding-right: 272px;
  }

  .highlight {
    width: 900px;
    font-size: 160px;
  }

  .content-card {
    width: 100%;
  }

  .amagijon {
    left: 265px;
  }

  .what-s-the-prize-01 {
    background-size: 25%;
    padding-left: 173px;
    padding-right: 304px;
  }

  .amagijon-text {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .amagijon-clip {
    width: 300px;
    height: 500px;
    top: -196px;
    left: 57px;
    overflow: hidden;
  }

  .background-video-2 {
    width: 100%;
    height: 100%;
    overflow: visible;
  }

  .btn {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }

  .btn.green {
    width: 370px;
  }

  .btn.green--2 {
    width: auto;
  }

  .section-2 {
    padding-top: 0;
  }

  .background-video-3 {
    align-self: flex-start;
    width: 70%;
    height: 500px;
  }

  .container-2 {
    top: 4131.5px;
  }

  .div-block-10 {
    padding-top: 70px;
    padding-bottom: 70px;
    top: -118px;
  }

  .what-s-the-challenge {
    padding-top: 0;
  }

  .how-to-participate {
    height: 700px;
    padding-top: 49px;
  }

  .content {
    height: 400px;
  }

  .div-block-15 {
    align-items: flex-start;
  }

  .text-slider {
    font-size: 15px;
    line-height: 25px;
  }

  .evaluation-criteria {
    grid-column-gap: 200px;
    grid-row-gap: 200px;
  }

  .div-block-16 {
    padding-left: 560px;
  }

  .be-inspired-to-win {
    height: 1600px;
    padding-top: 195px;
  }

  .background-video-5 {
    height: 1200px;
    top: -1282px;
  }

  .div-block-18 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
  }

  .flex-block {
    background-color: #fff0;
    padding-top: 0;
  }

  .thumbn-clip {
    background-color: var(--brnad);
    position: relative;
  }

  .thumbn-clip._2 {
    top: 64px;
  }

  .register {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .thumbn-t-clip._6, .thumbn-t-clip.winner {
    width: 500px;
  }

  .icon-play {
    width: auto;
    max-width: 100%;
  }

  .div-block-22 {
    padding-top: 32px;
  }

  .legal-text-footer {
    font-size: 20px;
  }

  .legal-section {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    flex-flow: column;
    padding-left: 404px;
    display: flex;
  }

  .legal-section.title {
    padding-top: 137px;
    padding-left: 404px;
  }

  .text-span-7 {
    font-weight: 300;
  }

  .text-span-8 {
    font-weight: 700;
  }

  .paragraph {
    color: var(--color);
    letter-spacing: 1px;
    flex-flow: column;
    font-family: Montserrat, Verdana, sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
    display: block;
  }

  .content-table {
    width: 28%;
    padding-top: 137px;
  }

  .div-block-25 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    padding: 60px;
  }

  .div-block-25.legal {
    padding-bottom: 60px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .text-block-3 {
    font-size: 10px;
    line-height: 17px;
  }

  .background-video-7 {
    width: auto;
  }

  .background-video-7.legal {
    width: auto;
    overflow: hidden;
  }

  .div-block-26 {
    padding-right: 0;
  }

  .table_cell {
    font-size: 15px;
    line-height: 30px;
  }

  .table_header {
    padding-left: 24px;
    font-size: 15px;
    line-height: 30px;
  }

  .code-block {
    box-sizing: content-box;
    aspect-ratio: auto;
    font-size: 11px;
    line-height: 30px;
  }

  .list-item-3, .list-item-4 {
    font-size: 15px;
  }

  .link-bth {
    transition: all .2s;
  }

  .link-bth:hover {
    margin-left: -8px;
    padding-left: 0;
  }

  .arrow.white {
    width: 30px;
  }

  .list-6 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: column;
    display: flex;
  }

  .list-item-5 {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 15px;
  }

  .list-item-6, .list-item-7 {
    font-size: 15px;
  }

  .progress-bar, .div-block-34 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .nav-bar {
    background-color: #0000;
    justify-content: space-between;
    padding-left: 0;
  }

  .nav-bar.home {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    justify-content: space-between;
    width: 90%;
    padding-left: 22px;
    padding-right: 0;
  }

  .nav-bar._2 {
    padding-right: 0;
  }

  .div-block-38 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: space-between;
    width: 100%;
  }

  .text-nav {
    font-size: 7px;
  }

  .link-block-5:hover {
    outline-offset: 0px;
    outline: 3px #00e;
  }

  .div-block-39 {
    width: auto;
    height: auto;
  }

  .navbar-2 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
    display: flex;
  }

  .container-3 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .nav2 {
    padding-left: 120px;
    padding-right: 120px;
    display: flex;
  }

  .nav2-header {
    background-color: #0000;
    justify-content: space-between;
    padding-left: 0;
  }

  .nav2-header.home {
    padding-left: 22px;
  }

  .nav2-header._2 {
    padding-right: 0;
  }

  .log-header2 {
    width: 180px;
  }

  .column {
    font-size: 15px;
    line-height: 30px;
  }

  .text-span-13 {
    display: block;
  }

  .subtitle {
    font-size: 32px;
  }

  .div-block-42 {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
  }

  .gpus {
    padding-top: 0;
    padding-bottom: 106px;
  }

  .h4-gpus {
    font-size: 50px;
    font-weight: 700;
    line-height: 43px;
  }

  .h4-gpus.white {
    align-self: auto;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    left: 0;
  }

  .h4-gpus.white.clips {
    width: 400px;
    left: -45px;
  }

  .background-video-8 {
    width: 400px;
    height: 600px;
  }

  .field-label {
    margin-bottom: 7px;
    font-size: 26px;
  }

  .text-field {
    margin-bottom: 30px;
    font-size: 25px;
  }

  .winner-clip-highlights {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    top: 17%;
    left: 15%;
    right: 15%;
  }

  .bg-finalist {
    background-position: 50% 40%;
    height: 1000px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .finalist-highlight {
    padding: 98px 170px;
  }

  .winner-clip {
    border-style: none;
    width: 90%;
    height: 500px;
  }

  .background-video-10 {
    height: 600px;
  }

  .tag-winner {
    top: 7%;
  }

  .h7 {
    font-size: 50px;
    font-weight: 700;
    line-height: 43px;
  }

  .h7.white {
    align-self: auto;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    left: 0;
  }

  .h7.white.clips {
    width: 400px;
    left: -45px;
  }

  .div-block-58 {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    padding-top: 34px;
  }

  .highlight-winner {
    font-size: 35px;
    font-weight: 700;
    line-height: 43px;
  }

  .highlight-winner.white {
    align-self: auto;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    left: 0;
  }

  .highlight-winner.white.clips {
    width: 400px;
    left: -45px;
  }

  .bg-clip {
    height: auto;
  }

  .tabs {
    padding-left: 0;
    padding-right: 0;
    left: 15%;
    right: 15%;
  }

  .finalist-block-clip._5 {
    display: none;
  }

  .close-icon {
    width: 40px;
  }
}

@media screen and (min-width: 1440px) {
  .navbar {
    opacity: 0;
  }

  .main {
    margin-top: 28px;
    padding-top: 134px;
  }

  .bg-clip-main {
    height: 500px;
  }

  .main-info {
    width: 25%;
    padding: 15px 0 0;
    top: 97.5px;
    left: 147.5px;
  }

  .log-title {
    width: 130px;
  }

  .h1_ai_gpus {
    font-size: 22px;
  }

  .log-empathy, .log-software {
    width: 120px;
  }

  .copy-main {
    top: 497.5px;
    left: 809.5px;
  }

  .h3 {
    width: auto;
    font-size: 22px;
    line-height: 36px;
  }

  .h3.black {
    font-size: 19px;
  }

  .h3.upper {
    font-size: 18px;
    left: 98px;
  }

  .intro {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    padding-top: 200px;
    padding-bottom: 300px;
  }

  .h2_ai_gpus {
    font-size: 60px;
    line-height: 70px;
  }

  .div-content {
    padding-top: 121px;
    padding-bottom: 121px;
    top: 2422px;
  }

  .h4 {
    font-size: 60px;
    line-height: 50px;
  }

  .h4.white {
    width: 450px;
  }

  .h4.white.clips {
    width: 500px;
  }

  .logo-software {
    width: 150px;
  }

  .logo-uniovi {
    width: 220px;
  }

  .link-text {
    font-size: 19px;
  }

  .back-card {
    height: 520px;
  }

  .h6.white {
    font-size: 25px;
  }

  .what-s-the-prize-01 {
    padding-left: 146px;
    padding-right: 389px;
  }

  .amagijon-clip {
    width: 300px;
    height: 600px;
    left: 76px;
    overflow: visible;
  }

  .h5 {
    font-size: 45px;
  }

  .btn {
    text-align: center;
    padding: 15px 32px;
    font-size: 18px;
  }

  .btn.black {
    font-size: 18px;
  }

  .btn.green {
    width: 420px;
  }

  .btn.green--2 {
    width: auto;
  }

  .container-2 {
    align-items: flex-start;
    width: 60%;
    top: 4394.5px;
  }

  .div-block-10 {
    width: 30%;
    top: -173px;
    left: 103px;
  }

  .how-to-participate {
    padding-top: 12px;
  }

  .evaluation-criteria {
    grid-column-gap: 250px;
    grid-row-gap: 250px;
  }

  .div-block-16 {
    padding-left: 630px;
  }

  .be-inspired-to-win {
    height: 1800px;
  }

  .background-video-5 {
    height: 1000px;
    position: relative;
    top: -1234px;
  }

  .flex-block {
    padding-bottom: 48px;
  }

  .register {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .thumbn-t-clip._2 {
    filter: none;
  }

  .thumbn-t-clip._4:hover {
    box-shadow: 0 0 200px red;
  }

  .thumbn-t-clip._6 {
    transform: skew(5deg, 3deg);
  }

  .thumbn-t-clip._6:hover {
    box-shadow: 0 2px 200px #fff;
  }

  .thumbn-t-clip.winner {
    transform: skew(5deg, 3deg);
  }

  .thumbn-t-clip.winner:hover {
    box-shadow: 0 2px 200px #fff;
  }

  .div-block-22 {
    padding-top: 33px;
  }

  .legal-text-footer {
    font-size: 22px;
  }

  .legal-section {
    padding-left: 424px;
  }

  .legal-section.title {
    padding-top: 147px;
    padding-left: 424px;
  }

  .paragraph {
    font-size: 20px;
    line-height: 40px;
  }

  .content-table {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    width: 25%;
    padding-top: 147px;
    padding-right: 0;
  }

  .div-block-25 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding: 70px;
  }

  .div-block-25.legal {
    padding-bottom: 70px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .text-block-3 {
    font-size: 10px;
  }

  .div-block-26 {
    padding-right: 0;
  }

  .table_cell {
    font-size: 20px;
    line-height: 40px;
  }

  .table_header {
    padding-left: 28px;
    font-size: 20px;
    line-height: 40px;
  }

  .code-block {
    font-size: 12px;
    line-height: 37px;
  }

  .list-item-3, .list-item-4 {
    font-size: 20px;
    line-height: 40px;
  }

  .link-bth {
    font-size: 12px;
  }

  .arrow.white {
    width: 35px;
  }

  .list-6 {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    flex-flow: column;
    display: flex;
  }

  .list-item-5 {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 20px;
    line-height: 40px;
  }

  .list-item-6, .bold-text-3, .list-item-7 {
    font-size: 20px;
    line-height: 40px;
  }

  .text-block-4 {
    font-size: 20px;
  }

  .nav {
    padding-left: 80px;
    padding-right: 80px;
  }

  .nav-bar {
    justify-content: space-between;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-bar.home {
    width: 100%;
  }

  .div-block-38 {
    justify-content: space-around;
    width: 100%;
    height: 39%;
  }

  .text-nav {
    font-size: 8px;
  }

  .logo-main {
    width: 250px;
  }

  .nav2 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .nav2-header {
    justify-content: space-between;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .log-header2 {
    width: 180px;
  }

  .div-block-42 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .div-block-43 {
    font-size: 22px;
  }

  .h4-gpus {
    font-size: 60px;
    line-height: 50px;
  }

  .h4-gpus.white {
    width: auto;
    line-height: 60px;
  }

  .h4-gpus.white.clips {
    width: 500px;
  }

  .background-video-8 {
    width: 400px;
    height: 600px;
  }

  .field-label {
    margin-bottom: 7px;
    font-size: 27px;
  }

  .text-field {
    margin-bottom: 25px;
    font-size: 27px;
  }

  .winner-clip-highlights {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .winners-left {
    padding-top: 204px;
  }

  .bg-finalist {
    background-position: 50% 40%;
    height: 1100px;
    padding-top: 109px;
    padding-bottom: 637px;
  }

  .winner-clip, .finalist-tabs {
    height: 600px;
  }

  .h7 {
    font-size: 60px;
    line-height: 50px;
  }

  .h7.white {
    width: auto;
  }

  .h7.white.clips {
    width: 500px;
  }

  .div-block-58 {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    padding-top: 46px;
  }

  .highlight-winner {
    font-size: 40px;
    line-height: 50px;
  }

  .highlight-winner.white {
    width: 450px;
  }

  .highlight-winner.white.clips {
    width: 500px;
  }

  .div-block-61 {
    padding-top: 0;
  }

  .tabs {
    padding-left: 0;
    padding-right: 0;
  }

  .tab-pane-tab-1 {
    height: 400px;
  }

  .finalist-block._1 {
    justify-content: flex-start;
    align-items: stretch;
  }

  .finalist-block._2 {
    height: 100%;
  }

  .tabs-menu {
    font-size: 30px;
  }

  .tab-link-tab-1, .tab-link-tab-1.w--current, .tab-link-tab-2, .tab-link-tab-3, .tab-link-tab-4, .tab-link-tab-5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .finalist.info {
    justify-content: center;
  }

  .tab-pane-tab-2 {
    height: 400px;
  }

  .close-icon {
    width: 50px;
  }
}

@media screen and (min-width: 1920px) {
  .navbar {
    opacity: 0;
  }

  .main {
    margin-top: 30px;
    padding-top: 183px;
  }

  .bg-clip-main {
    width: 85%;
    height: 700px;
  }

  .main-info {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    width: 27%;
    padding: 34px 0 80px;
    left: 217.5px;
  }

  .log-title {
    width: 170px;
  }

  .h1_ai_gpus {
    font-size: 30px;
    line-height: 45px;
  }

  .sep {
    opacity: 54;
    height: 1px;
  }

  .log-empathy {
    width: 170px;
  }

  .log-software {
    width: 170px;
    max-width: 100%;
  }

  .copy-main {
    width: 600px;
    padding-top: 60px;
    padding-left: 70px;
    padding-right: 70px;
    top: 756.5px;
    left: 1000.5px;
  }

  .h3 {
    width: auto;
    font-size: 25px;
    line-height: 40px;
  }

  .h3.black {
    font-size: 28px;
    line-height: 49px;
  }

  .h3.upper {
    width: 350px;
    top: -36px;
    left: 118px;
  }

  .intro {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .h2_ai_gpus {
    font-size: 90px;
    line-height: 100px;
  }

  .who-can-participate {
    padding-top: 187px;
  }

  .background-video {
    height: 800px;
  }

  .div-content {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    width: 60%;
    margin-top: 0;
    padding-top: 145px;
    padding-bottom: 120px;
    padding-left: 170px;
    top: 3096px;
  }

  .h4 {
    font-size: 75px;
    line-height: 70px;
  }

  .h4.white {
    width: 600px;
    left: 0;
  }

  .h4.white.clips {
    width: 600px;
    left: -101px;
  }

  .logo-software {
    width: 220px;
  }

  .logo-uniovi {
    width: 300px;
  }

  .link-text {
    font-size: 26px;
  }

  .back-card {
    background-size: 300px, auto;
    width: 80%;
    height: 700px;
  }

  .h6 {
    width: 300px;
    font-size: 35px;
    line-height: 40px;
  }

  .h6.white {
    font-size: 35px;
  }

  .highlight {
    font-size: 200px;
    line-height: 170px;
  }

  .highlight._3 {
    font-size: 45px;
  }

  .image {
    width: 390px;
  }

  .what-s-the-prize-01 {
    padding-top: 400px;
    padding-left: 284px;
    padding-right: 305px;
  }

  .amagijon-text {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
  }

  .what-s-the-prize-02 {
    padding-bottom: 137px;
    overflow: visible;
  }

  .amagijon-clip {
    width: 400px;
    height: 700px;
    top: -280px;
    left: 107px;
  }

  .h5 {
    font-size: 55px;
    line-height: 60px;
  }

  .btn {
    padding: 30px 40px;
    font-size: 24px;
  }

  .btn.black, .btn.black.form {
    font-size: 25px;
  }

  .btn.green {
    width: 500px;
  }

  .btn.green--2 {
    width: auto;
  }

  .background-video-3 {
    height: 800px;
  }

  .container-2 {
    clear: left;
    align-self: flex-end;
    width: auto;
    padding-left: 160px;
    position: absolute;
    top: 5899.5px;
  }

  .div-block-10 {
    padding: 100px;
  }

  .how-to-participate {
    height: 900px;
  }

  .content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-around;
    width: 100%;
    height: auto;
  }

  .how-info-b1 {
    width: 750px;
    padding: 120px;
  }

  .slider {
    width: 450px;
    padding: 80px;
  }

  .right-arrow {
    left: 403px;
  }

  .icon-2 {
    margin-left: 0;
    margin-right: 0;
    padding: 40px;
  }

  .how-info-note {
    width: 300px;
  }

  .text-slider {
    font-size: 23px;
    line-height: 45px;
  }

  .legal-text {
    color: var(--color);
    font-family: Montserrat, Verdana, sans-serif;
    font-size: 22px;
    line-height: 35px;
  }

  .evaluation-criteria {
    grid-column-gap: 300px;
    grid-row-gap: 300px;
  }

  .div-block-16 {
    padding-left: 824px;
    padding-right: 101px;
  }

  .text-block-2 {
    font-family: Montserrat, Verdana, sans-serif;
    font-size: 100px;
  }

  .div-block-17 {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
  }

  .be-inspired-to-win {
    height: 1900px;
  }

  .background-video-5 {
    background-image: radial-gradient(circle, #0000, #000 68%);
    height: 1200px;
    top: -1134px;
  }

  .flex-block {
    grid-column-gap: 200px;
    grid-row-gap: 200px;
  }

  .thumbn-clip {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 121px 100px;
  }

  .thumbn-clip._2 {
    padding-left: 212px;
    padding-right: 212px;
  }

  .thumbn-clip._3 {
    padding: 200px 120px;
    top: -169px;
  }

  .register {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .thumbn-t-clip._1 {
    height: 400px;
  }

  .thumbn-t-clip._2 {
    width: 500px;
    height: 300px;
  }

  .thumbn-t-clip._3 {
    width: 200px;
    height: 500px;
  }

  .div-block-20 {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    padding-bottom: 84px;
    padding-left: 84px;
    padding-right: 84px;
  }

  .div-block-22 {
    padding-top: 36px;
  }

  .div-block-23 {
    grid-column-gap: 39px;
    grid-row-gap: 39px;
    justify-content: flex-start;
  }

  .legal-text-footer {
    color: var(--color);
    font-family: Montserrat, Verdana, sans-serif;
    font-size: 30px;
    line-height: 35px;
  }

  .legal-section {
    padding-left: 590px;
  }

  .legal-section.title {
    padding-top: 193px;
    padding-left: 590px;
    line-height: 30px;
  }

  .paragraph {
    font-size: 26px;
    line-height: 55px;
  }

  .content-table {
    padding-top: 193px;
    padding-left: 120px;
  }

  .div-block-25 {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    padding: 90px;
  }

  .div-block-25.legal {
    padding-bottom: 90px;
    padding-left: 90px;
    padding-right: 90px;
  }

  .text-block-3 {
    font-size: 17px;
    line-height: 22px;
  }

  .table_cell {
    font-size: 26px;
    line-height: 55px;
  }

  .table_header {
    padding-left: 39px;
    font-size: 26px;
    line-height: 55px;
  }

  .code-block {
    width: 78.8106%;
    font-size: 17px;
    line-height: 45px;
  }

  .list-item-3, .list-item-4 {
    font-size: 26px;
    line-height: 55px;
  }

  .arrow.white {
    width: 50px;
  }

  .list-6 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: column;
    display: flex;
  }

  .list-item-5 {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 26px;
    line-height: 55px;
  }

  .list-item-6 {
    font-size: 26px;
    line-height: 55px;
  }

  .bold-text-3 {
    width: auto;
    font-size: 26px;
    line-height: 55px;
  }

  .list-item-7 {
    font-size: 26px;
    line-height: 55px;
  }

  .text-block-5 {
    width: auto;
    font-size: 26px;
    line-height: 55px;
  }

  .nav {
    padding-left: 120px;
    padding-right: 100px;
  }

  .nav-bar {
    padding: 32px 32px 32px 0;
  }

  .nav-bar.home {
    justify-content: space-between;
  }

  .text-nav {
    font-size: 15px;
  }

  .logo-main {
    width: 350px;
  }

  .nav2 {
    padding-left: 120px;
    padding-right: 100px;
  }

  .nav2-header {
    padding: 32px 32px 32px 0;
  }

  .log-header2 {
    width: 240px;
  }

  .column-2 {
    font-size: 17px;
  }

  .subtitle {
    letter-spacing: 4px;
    font-size: 40px;
  }

  .text-block-7 {
    padding: 11px;
    font-size: 27px;
  }

  .gpus {
    padding-bottom: 189px;
  }

  .h4-gpus {
    font-size: 75px;
    line-height: 70px;
  }

  .h4-gpus.white {
    width: auto;
    line-height: 80px;
    left: 0;
  }

  .h4-gpus.white.clips {
    width: 600px;
    left: -101px;
  }

  .div-block-45 {
    width: 40%;
  }

  .background-video-8 {
    width: 500px;
    height: 800px;
  }

  .field-label {
    margin-bottom: 5px;
    font-size: 32px;
  }

  .text-field {
    margin-bottom: 35px;
    padding: 16px 22px;
    font-size: 32px;
  }

  .winner-clip-highlights {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    top: 17%;
  }

  .winners-left {
    padding-top: 198px;
    padding-bottom: 188px;
  }

  .head-winner {
    height: 900px;
  }

  .bg-finalist {
    background-position: 50%;
    height: 1500px;
  }

  .finalist-highlight {
    padding-top: 145px;
    padding-bottom: 145px;
  }

  .winner-clip {
    height: 700px;
  }

  .finalist-tabs {
    height: 800px;
  }

  .h7 {
    font-size: 75px;
    line-height: 70px;
  }

  .h7.white {
    width: auto;
    left: 0;
  }

  .h7.white.clips {
    width: 600px;
    left: -101px;
  }

  .image-6 {
    width: 40%;
  }

  .div-block-58 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    padding-top: 60px;
    padding-bottom: 23px;
  }

  .highlight-winner {
    font-size: 50px;
    line-height: 70px;
  }

  .highlight-winner.white {
    width: 600px;
    left: 0;
  }

  .highlight-winner.white.clips {
    width: 600px;
    left: -101px;
  }

  .div-block-61 {
    padding-top: 0;
  }

  .tabs {
    grid-column-gap: 59px;
    grid-row-gap: 59px;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-content {
    height: auto;
    overflow: visible;
  }

  .tab-link-tab-1 {
    padding: 60px 50px;
    font-size: 30px;
  }

  .tab-link-tab-1.w--current {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .tab-link-tab-2, .tab-link-tab-3, .tab-link-tab-4 {
    padding: 60px 50px;
  }

  .tab-link-tab-4.w--current {
    padding-left: 50px;
    padding-right: 50px;
  }

  .tab-link-tab-5 {
    padding: 60px 50px;
  }

  .text-block-11, .text-block-12, .text-block-13, .text-block-14, .text-block-15 {
    font-size: 40px;
  }

  .finalist-block-clip._1 {
    display: none;
  }

  .close-icon {
    width: 60px;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    justify-content: space-between;
    align-items: flex-start;
  }

  .main {
    padding-top: 138px;
  }

  .bg-clip-main {
    width: 85%;
    height: 500px;
  }

  .main-info {
    width: 45%;
    top: 71.5px;
    left: 81.5px;
  }

  .h1_ai_gpus {
    font-size: 18px;
  }

  .div-logos-partners {
    justify-content: space-between;
    align-items: stretch;
  }

  .log-empathy, .log-software {
    width: 100px;
  }

  .copy-main {
    top: 520.5px;
    left: 436.5px;
  }

  .h3 {
    width: auto;
  }

  .intro {
    text-align: center;
    padding-left: 150px;
    padding-right: 150px;
  }

  .h2_ai_gpus {
    font-size: 40px;
    line-height: 45px;
  }

  .div-content {
    width: 70%;
    padding-left: 82px;
    padding-right: 82px;
    top: 2144px;
  }

  .h4 {
    font-size: 40px;
  }

  .text-card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 0;
    left: 11px;
  }

  .back-card {
    width: auto;
    height: 400px;
  }

  .h6 {
    width: auto;
  }

  .h6.white {
    font-size: 18px;
  }

  .highlight {
    font-size: 80px;
    line-height: 70px;
  }

  .content-card {
    justify-content: flex-start;
    align-items: stretch;
  }

  .first-line-card {
    flex-flow: column;
  }

  .amagijon {
    left: 0;
  }

  .what-s-the-prize-01 {
    justify-content: center;
    align-items: center;
    padding-left: 50px;
    padding-right: 50px;
  }

  .amagijon-text {
    padding-left: 0;
  }

  .what-s-the-prize-02 {
    padding-left: 57px;
    padding-right: 57px;
  }

  .amagijon-clip {
    top: -23px;
    left: 0;
  }

  .h5 {
    width: auto;
  }

  .btn {
    text-align: center;
  }

  .btn.green {
    width: 250px;
  }

  .btn.underline {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 15px;
  }

  .btn.green--2 {
    width: auto;
  }

  .second-line-card {
    flex-flow: column;
  }

  .background-video-3 {
    height: 650px;
  }

  .container-2 {
    width: 60%;
    padding: 80px 70px;
    top: 3874px;
  }

  .div-block-10 {
    top: -116px;
    left: 0;
  }

  .what-s-the-challenge {
    padding-top: 132px;
  }

  .how-to-participate {
    height: 800px;
  }

  .background-video-4 {
    background-image: linear-gradient(#000, #0000);
    margin-top: -28px;
  }

  .content {
    flex-flow: column;
    padding-left: 71px;
  }

  .how-info-b1 {
    width: 360px;
  }

  .slider {
    width: 250px;
  }

  .right-arrow {
    left: 207px;
  }

  .how-info-note {
    align-self: auto;
    padding-left: 0;
  }

  .text-block-2 {
    font-size: 45px;
    line-height: 30px;
  }

  .be-inspired-to-win {
    height: 1300px;
  }

  .flex-block {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
  }

  .footer {
    padding-left: 70px;
    padding-right: 70px;
  }

  .thumbn-t-clip._1 {
    width: 170px;
    height: 200px;
    padding: 0;
  }

  .thumbn-t-clip._2 {
    width: 250px;
    height: 150px;
    padding: 0;
  }

  .thumbn-t-clip._3 {
    width: 130px;
    height: 300px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .thumbn-t-clip._4 {
    width: 200px;
    height: 200px;
  }

  .thumbn-t-clip._5 {
    width: 300px;
    height: 170px;
  }

  .icon-play {
    max-width: none;
  }

  .legal-section, .legal-section.title {
    padding-left: 297px;
    padding-right: 70px;
  }

  .text-span-8 {
    font-weight: 700;
  }

  .content-table {
    padding-left: 50px;
    padding-right: 50px;
  }

  .table_cell {
    text-align: left;
    width: auto;
    padding-left: 22px;
    padding-right: 22px;
  }

  .table_cell.ver {
    width: 22%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .table_header {
    width: auto;
  }

  .table_component {
    width: 100%;
  }

  .code-block {
    width: 100%;
    max-width: none;
  }

  .menu-button {
    justify-content: flex-start;
    display: block;
  }

  .nav {
    justify-content: space-between;
    padding-left: 50px;
  }

  .div-block-38 {
    z-index: 2;
    grid-column-gap: 33px;
    grid-row-gap: 33px;
    background-color: var(--brnad);
    flex-flow: column;
    align-items: flex-start;
    height: 40px;
    padding-top: 150px;
    padding-bottom: 0;
    padding-left: 66px;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .text-nav {
    font-size: 12px;
  }

  .div-block-39 {
    z-index: 888;
    aspect-ratio: auto;
    position: relative;
  }

  .nav2 {
    padding-left: 26px;
  }

  .image-5 {
    display: inline-flex;
  }

  .subtitle {
    font-size: 20px;
  }

  .link-block-6 {
    align-items: stretch;
  }

  .gpus {
    grid-column-gap: 39px;
    grid-row-gap: 39px;
    padding-left: 130px;
    padding-right: 130px;
  }

  .h4-gpus {
    font-size: 40px;
  }

  .h4-gpus.white {
    width: auto;
  }

  .div-block-45 {
    width: 350px;
  }

  .background-video-8 {
    width: 250px;
    height: 500px;
  }

  .winner-clip-highlights {
    top: 19%;
    left: 10%;
    right: 10%;
  }

  .winners-right {
    background-position: 50% -40%;
  }

  .winners-left {
    width: 60%;
    padding: 116px 82px 149px;
  }

  .bg-finalist {
    background-position: 50%;
    height: 750px;
  }

  .finalist-highlight {
    padding-left: 70px;
    padding-right: 70px;
  }

  .winner-clip {
    width: 90%;
  }

  .tag-winner {
    top: -2%;
    left: 21%;
    right: 0%;
  }

  .h7 {
    font-size: 40px;
  }

  .h7.white {
    width: auto;
  }

  .div-block-58 {
    text-align: center;
  }

  .highlight-winner {
    font-size: 30px;
  }

  .tabs {
    padding-left: 72px;
    padding-right: 72px;
  }

  .finalist {
    width: 70%;
  }

  .finalist.video {
    width: 40%;
  }

  .finalist.info {
    align-items: stretch;
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .main {
    padding-top: 85px;
  }

  .main-info {
    width: 60%;
    top: 36.5px;
    left: 24.5px;
  }

  .h1_ai_gpus {
    font-size: 17px;
  }

  .div-logos-partners {
    justify-content: space-between;
  }

  .copy-main {
    top: 475.5px;
    left: 265.5px;
  }

  .h3, .h3.black {
    font-size: 14px;
    line-height: 25px;
  }

  .h3.upper {
    width: 180px;
    left: 26px;
  }

  .intro {
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
  }

  .div-content {
    width: 75%;
    top: 2074px;
  }

  .h4 {
    width: auto;
    padding-left: 0;
    font-size: 37px;
  }

  .h4.white.clips {
    left: -89px;
  }

  .text-card, .back-card {
    width: 100%;
  }

  .h6 {
    font-size: 16px;
  }

  .h6.white {
    font-size: 18px;
  }

  .highlight {
    width: auto;
  }

  .highlight._2 {
    font-size: 70px;
  }

  .highlight._3 {
    font-size: 20px;
  }

  .content-card {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    padding-left: 17px;
    padding-right: 17px;
  }

  .first-line-card {
    flex-flow: column;
  }

  .image {
    width: 200px;
  }

  .what-s-the-prize-01 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .what-s-the-prize-02 {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
    padding-bottom: 79px;
  }

  .amagijon-clip {
    width: 250px;
    height: 370px;
    top: 0;
  }

  .h5 {
    font-size: 35px;
    line-height: 45px;
  }

  .btn {
    text-align: center;
  }

  .btn.green, .btn.green--2 {
    width: auto;
  }

  .second-line-card {
    flex-flow: column;
  }

  .background-video-3 {
    height: 700px;
  }

  .container-2 {
    width: 70%;
    padding: 70px;
    top: 4032.5px;
  }

  .div-block-10 {
    width: 60%;
    top: -112px;
    left: 0;
  }

  .how-to-participate {
    height: 1000px;
  }

  .background-video-4 {
    margin-top: -111px;
  }

  .content {
    height: auto;
    padding-left: 70px;
    padding-right: 70px;
  }

  .how-info-b1 {
    width: auto;
    padding-bottom: 81px;
    padding-left: 82px;
    padding-right: 82px;
  }

  .slider {
    width: auto;
  }

  .right-arrow {
    left: 384px;
  }

  .how-info-note, .how-info {
    flex-flow: column;
  }

  .div-block-16 {
    padding-left: 181px;
  }

  .flex-block {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .register {
    grid-column-gap: 53px;
    grid-row-gap: 53px;
    flex-flow: column;
    padding: 100px 72px;
  }

  .footer {
    padding-left: 70px;
    padding-right: 80px;
  }

  .thumbn-t-clip._1 {
    width: 100px;
  }

  .thumbn-t-clip._2 {
    justify-content: center;
    width: auto;
    height: 120px;
  }

  .thumbn-t-clip._3 {
    width: 120px;
    height: 200px;
    top: -120px;
  }

  .thumbn-t-clip._4 {
    width: 150px;
    height: 150px;
  }

  .thumbn-t-clip._5 {
    width: auto;
    height: 120px;
  }

  .thumbn-t-clip._6, .thumbn-t-clip.winner {
    width: 400px;
    height: 170px;
  }

  .icon-play {
    max-width: none;
  }

  .div-block-20 {
    padding-bottom: 55px;
  }

  .div-block-23 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
  }

  .legal-section {
    padding-left: 70px;
    padding-right: 70px;
  }

  .legal-section.title {
    margin-top: 101px;
    padding-left: 70px;
    padding-right: 70px;
  }

  .text-span-8 {
    font-weight: 700;
  }

  .content-table {
    border-style: solid;
    border-width: 1px;
    border-color: black black var(--color);
    background-color: var(--brnad);
    width: 100%;
    padding-top: 70px;
    padding-bottom: 35px;
    padding-left: 70px;
    display: flex;
  }

  .div-block-26 {
    display: none;
  }

  .link-bth {
    display: flex;
  }

  .nav, .nav2 {
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .link-block-6 {
    align-items: stretch;
  }

  .h4-gpus {
    font-size: 37px;
  }

  .h4-gpus.white.clips {
    left: -89px;
  }

  .background-video-8 {
    width: 200px;
  }

  .div-block-47 {
    width: auto;
    padding-left: 0;
  }

  .div-block-48 {
    padding-left: 0;
    padding-right: 0;
  }

  .winner-clip-highlights {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    top: 24%;
    left: 8%;
    right: 8%;
  }

  .winners-left {
    padding-bottom: 254px;
    padding-left: 42px;
  }

  .bg-finalist {
    background-position: 50%;
    background-repeat: no-repeat;
    padding-top: 0;
    padding-bottom: 408px;
  }

  .winner-clip {
    height: 300px;
  }

  .finalist-tabs {
    height: 650px;
  }

  .tag-winner {
    top: 13%;
  }

  .h7 {
    font-size: 37px;
  }

  .h7.white.clips {
    left: -89px;
  }

  .div-block-58 {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    text-align: center;
    padding-top: 31px;
  }

  .highlight-winner {
    width: auto;
    padding-left: 0;
    font-size: 22px;
  }

  .highlight-winner.white.clips {
    left: -89px;
  }

  .div-block-61 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: column;
  }

  .finalist-block._1 {
    flex-flow: column-reverse wrap-reverse;
  }

  .finalist-block._2 {
    flex-flow: column-reverse wrap;
    height: auto;
  }

  .tabs-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .finalist.video {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .finalist.info {
    width: auto;
  }

  .finalist-clip {
    height: 200px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .container {
    justify-content: flex-end;
  }

  .main {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: column;
    width: auto;
    padding-top: 85px;
    padding-bottom: 0;
  }

  .bg-clip-main {
    width: 75%;
  }

  .main-info {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    width: 250px;
    padding-left: 0;
    padding-right: 0;
    top: 125.5px;
    left: 35px;
    right: 35px;
  }

  .log-title {
    width: 80px;
  }

  .h1_ai_gpus {
    font-size: 18px;
    line-height: 23px;
  }

  .div-logos-partners {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
  }

  .log-empathy, .log-software {
    width: 80px;
  }

  .copy-main {
    position: static;
  }

  .h3 {
    width: auto;
    font-size: 15px;
    line-height: 24px;
  }

  .h3.black {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
  }

  .h3.upper {
    width: auto;
    padding-left: 58px;
    top: 21px;
    left: 0;
  }

  .intro {
    text-align: center;
    width: auto;
    padding-left: 62px;
    padding-right: 62px;
  }

  .h2_ai_gpus {
    width: auto;
    font-size: 20px;
    line-height: 22px;
  }

  .who-can-participate {
    padding-top: 0;
  }

  .background-video {
    height: 300px;
    overflow: hidden;
  }

  .div-content {
    width: auto;
    padding-left: 50px;
    padding-right: 50px;
    position: static;
    top: 1647px;
  }

  .h4 {
    width: auto;
    font-size: 25px;
    line-height: 27px;
  }

  .h4.white {
    width: 200px;
    font-size: 35px;
    line-height: 32px;
    left: 0;
  }

  .h4.white.clips {
    left: 0;
  }

  .logo-software {
    width: 140px;
  }

  .logos {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
  }

  .logo-uniovi {
    width: 300px;
  }

  .text-card {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    left: 0;
  }

  .back-card {
    background-size: 150px, auto;
    width: 100%;
    height: 480px;
  }

  .section {
    background-position: 90% 20%;
    background-size: 35%;
    padding-left: 32px;
    padding-right: 32px;
  }

  .h6 {
    font-size: 18px;
  }

  .h6.white.table {
    padding-left: 50px;
    padding-right: 50px;
  }

  .highlight {
    width: auto;
    font-size: 50px;
    line-height: 70px;
  }

  .highlight._2 {
    margin-top: -19px;
    font-size: 50px;
    line-height: 50px;
  }

  .highlight._3 {
    font-size: 16px;
    line-height: 30px;
  }

  .content-card {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    justify-content: center;
    align-items: center;
    padding-left: 34px;
    padding-right: 21px;
  }

  .first-line-card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: 100%;
  }

  .amagijon {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: 100%;
    left: 0;
  }

  .image {
    width: 170px;
  }

  .link-block {
    line-height: 0;
  }

  .what-s-the-prize-01 {
    background-position: 90% 20%;
    background-size: 35%;
    padding-bottom: 150px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .amagijon-text {
    text-align: left;
    align-items: stretch;
    width: auto;
    padding-bottom: 0;
    padding-left: 0;
  }

  .what-s-the-prize-02 {
    flex-flow: column;
    padding-left: 50px;
    padding-right: 50px;
  }

  .amagijon-clip {
    position: relative;
    top: 0;
    left: 0;
  }

  .h5 {
    width: auto;
    font-size: 35px;
    line-height: 40px;
  }

  .btn {
    z-index: 4;
    text-align: center;
    position: relative;
  }

  .btn.black {
    line-height: 16px;
  }

  .btn.green, .btn.underline, .btn.green--2 {
    line-height: 15px;
  }

  .second-line-card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: 100%;
  }

  .background-video-3 {
    width: 100%;
    height: 300px;
  }

  .container-2 {
    width: 100%;
    padding: 49px 50px 51px;
    position: static;
  }

  .div-block-10 {
    width: 85%;
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
    top: -43px;
    left: 0;
  }

  .how-to-participate {
    height: 1250px;
  }

  .content {
    flex-flow: column;
    padding-left: 45px;
    padding-right: 45px;
  }

  .how-info-b1 {
    padding: 40px;
  }

  .slider {
    width: 100%;
    padding-left: 43px;
    padding-right: 51px;
  }

  .right-arrow {
    left: 202px;
  }

  .how-info-b2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .how-info {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-16 {
    padding-left: 50px;
  }

  .text-block-2 {
    font-size: 25px;
    font-weight: 400;
    line-height: 18px;
  }

  .be-inspired-to-win {
    height: 2000px;
    overflow: visible;
  }

  .background-video-5 {
    position: relative;
    top: -1500px;
    overflow: hidden;
  }

  .div-block-18 {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    padding-left: 50px;
    padding-right: 50px;
    overflow: visible;
  }

  .flex-block {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    align-items: stretch;
    padding-bottom: 0;
  }

  .flex-block._2 {
    padding-top: 0;
  }

  .div-block-19 {
    height: auto;
  }

  .thumbn-clip {
    justify-content: center;
    width: 100%;
    padding: 90px 75px;
  }

  .thumbn-clip._2 {
    width: 100%;
    padding-top: 90px;
    padding-left: 75px;
    padding-right: 75px;
    top: 0;
  }

  .thumbn-clip._3 {
    padding-top: 90px;
    padding-bottom: 90px;
    top: 0;
  }

  .register {
    padding-left: 50px;
    padding-right: 50px;
  }

  .footer {
    padding: 100px 50px;
  }

  .thumbn-t-clip._1 {
    width: auto;
    height: 200px;
    top: 0;
    transform: none;
  }

  .thumbn-t-clip._2 {
    width: auto;
    height: 200px;
    padding-left: 0;
    padding-right: 0;
    top: 0;
    transform: none;
  }

  .thumbn-t-clip._3 {
    width: auto;
    height: 200px;
    padding: 0;
    top: 0;
    transform: none;
  }

  .thumbn-t-clip._4 {
    height: 200px;
    transform: none;
  }

  .thumbn-t-clip._5 {
    width: auto;
    height: 200px;
    transform: none;
  }

  .thumbn-t-clip._6, .thumbn-t-clip.winner {
    width: auto;
    height: 200px;
    transition: none;
  }

  .icon-play {
    width: auto;
    max-width: none;
  }

  .image-3 {
    max-width: 400%;
  }

  .div-block-20 {
    padding-left: 45px;
    padding-right: 45px;
  }

  .div-block-22 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .div-block-23 {
    border-top: 1px solid var(--color);
    width: 100%;
    padding-top: 25px;
  }

  .legal-section {
    width: auto;
    padding-left: 50px;
    padding-right: 50px;
    overflow: hidden;
  }

  .legal-section.title {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }

  .legal-section.octava {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph {
    font-size: 12px;
    line-height: 27px;
  }

  .text-span-11 {
    width: auto;
  }

  .content-table {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    background-color: var(--brnad);
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding: 70px 0 0;
    display: flex;
  }

  .div-block-25.legal, .background-video-7.legal {
    display: none;
  }

  .div-block-26 {
    height: 5px;
    display: flex;
  }

  .table_body {
    overflow: visible;
  }

  .table_header {
    width: auto;
    height: auto;
  }

  .table_head {
    overflow: visible;
  }

  .table_component {
    object-fit: contain;
    width: 100%;
    max-width: none;
  }

  .code-block {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: contain;
    object-position: 50% 50%;
    flex: 0 auto;
    align-self: auto;
    width: 100%;
    max-width: none;
    height: auto;
    max-height: none;
    position: static;
    left: -35px;
    overflow: auto;
  }

  .list-3 {
    width: 100%;
    padding-left: 0;
  }

  .text-span-12 {
    box-sizing: border-box;
    aspect-ratio: 16 / 9;
    object-fit: contain;
    width: 100%;
  }

  .bold-text-2.api {
    width: 100%;
    height: auto;
  }

  .list-4, .div-block-31 {
    padding-left: 0;
  }

  .link-bth {
    padding-left: 39px;
    display: flex;
  }

  .div-block-32 {
    width: 100%;
    height: 5px;
  }

  .progress-bar {
    flex-flow: column;
    width: 100%;
    height: 5px;
    display: none;
  }

  .div-block-34 {
    width: auto;
    height: 5px;
  }

  .nav {
    justify-content: space-between;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .nav-bar {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-bar.home {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: space-between;
    padding-right: 22px;
    display: flex;
  }

  .div-block-38 {
    padding-left: 38px;
    display: none;
    inset: 0%;
  }

  .logo-main {
    width: 180px;
  }

  .nav2 {
    display: none;
  }

  .nav2-header {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .log-header2 {
    width: 80px;
  }

  .image-5 {
    justify-content: flex-start;
    display: inline-flex;
  }

  .dropdown-toggle {
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-list {
    background-color: var(--brnad);
    color: var(--color);
    width: 100vw;
    margin-top: 88px;
    font-family: Montserrat, Verdana, sans-serif;
    position: fixed;
    inset: 0%;
  }

  .dropdown-link, .dropdown-link-2, .dropdown-link-3 {
    color: var(--color);
  }

  .subtitle {
    font-size: 16px;
  }

  .link-block-6 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    align-items: stretch;
  }

  .gpus {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .h4-gpus {
    width: auto;
    font-size: 25px;
    line-height: 27px;
  }

  .h4-gpus.white {
    width: auto;
    font-size: 35px;
    line-height: 32px;
    left: 0;
  }

  .h4-gpus.white.clips {
    left: 0;
  }

  .div-block-45 {
    width: auto;
    padding-left: 50px;
    padding-right: 50px;
  }

  .background-video-8 {
    width: 100%;
    height: 200px;
  }

  .div-block-46, .link-7 {
    width: 100%;
  }

  .form {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    align-items: stretch;
    width: auto;
  }

  .winner-clip-highlights {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    top: 23%;
    left: 9%;
    right: 9%;
  }

  .winners-right {
    background-position: 50%;
    width: 100%;
    height: 100%;
    padding-top: 0;
    padding-bottom: 209px;
  }

  .winners-left {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    padding: 63px 32px;
  }

  .head-winner {
    flex-flow: column;
  }

  .bg-finalist {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .finalist-highlight {
    width: auto;
    padding-left: 32px;
    padding-right: 32px;
  }

  .winner-clip {
    flex-flow: column;
  }

  .finalist-tabs {
    height: 600px;
    padding-bottom: 0;
  }

  .background-video-10 {
    height: 800px;
  }

  .tag-winner {
    inset: auto 0% 85%;
  }

  .h7 {
    width: auto;
    font-size: 25px;
    line-height: 27px;
  }

  .h7.white {
    width: auto;
    font-size: 35px;
    line-height: 32px;
    left: 0;
  }

  .h7.white.clips {
    left: 0;
  }

  .image-6 {
    width: 30%;
    max-width: 100%;
    margin-left: 164px;
  }

  .div-block-58 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .highlight-winner {
    width: auto;
    font-size: 20px;
    line-height: 27px;
  }

  .highlight-winner.white {
    width: 200px;
    font-size: 35px;
    line-height: 32px;
    left: 0;
  }

  .highlight-winner.white.clips {
    left: 0;
  }

  .winners-r {
    width: 100%;
    height: 360px;
  }

  .div-block-61 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .tabs {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .finalist-block {
    flex-flow: column-reverse wrap-reverse;
  }

  .tabs-content {
    padding-left: 32px;
    padding-right: 32px;
  }

  .tabs-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 80%;
    display: grid;
  }

  .tab-link-tab-1 {
    background-color: var(--green-2);
    text-align: center;
    padding: 25px 10px;
  }

  .tab-link-tab-1.w--current, .tab-link-tab-2 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-link-tab-2.w--current {
    background-color: var(--brnad);
    color: var(--green-2);
  }

  .tab-link-tab-3, .tab-link-tab-4, .tab-link-tab-5 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .finalist.video {
    width: auto;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .finalist.info {
    width: auto;
    padding-left: 32px;
    padding-right: 32px;
  }

  .finalist-clip {
    border: 1px none var(--brnad);
    height: 120px;
  }

  .finalist-block-clip._1 {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
  }

  .finalist-block-clip._2 {
    display: none;
  }

  .finalist-clip-embed {
    width: 100%;
    display: block;
    position: static;
  }

  .btn-cose {
    position: absolute;
    top: 6%;
    right: 9%;
  }
}


@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}