body {
  line-height: 150%;
  font-size: 14px;
  line-height: 150%;
  font-family: 'Montserrat';
  letter-spacing: -0.02em;

}
a {
  text-decoration: underline;
  color: #F04187;
}
a:hover,
a:visited,
a.text-black:hover,
a.text-black:visited  {
  color: #C72968;
}
a.text-black {
  color: #000000 !important;
}
.container {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}
.byn-super-wrap {
  transition: all 0.2s ease 0s;
}

/* Component
--------------------------------- */

/* <> Heading label <> */
.ctx-sec-label {
  opacity: 0.6;
}

/* <> Heading <> */
h1 {
  font-size: 32px;
  line-height: 100%;
  letter-spacing: -0.04em;
}
h2 {
  font-size: 30px;
  line-height: 110%;
  letter-spacing: -0.04em;
}
h3 {
  font-size: 26px;
  line-height: 110%;
  letter-spacing: -0.04em;
}


/* <> Shortcut <> */
.scroll-shortcut {
  display: none;

  position: absolute;
  right: -156px;
  bottom: 80px;
  transform: rotate(-90deg);
  transform-origin: center left;
  transition: all .3s;
  width: 200px;
  text-decoration: none;
}
.scroll-shortcut svg {
  margin-right: 15px;
}
.scroll-shortcut:hover {
  color: #F04187;
  text-decoration: none;
}
.scroll-shortcut svg path,
.scroll-shortcut svg line {
  stroke: #111;
  transition: all .3s;
}
.scroll-shortcut:hover svg path,
.scroll-shortcut:hover svg line {
  stroke: #F04187;
}

/* Header
--------------------------------- */
.ctx-sec-header {
  
  color: #4D144A;
  min-height: auto;
   z-index: 2;
}
.ctx-sec-header .logo-lenovo {
  
  position: absolute;
  z-index: 1;
  right:0;
  bottom: 180px;
}

.ctx-sec-header .lenovo-mob{
  transform: rotate(90deg);
}

.ctx-sec-header .mobile-logo-lnv{
  margin-left: 80px;
}

.ctx-sec-header .ctx-header .logo-event {
  display: flex;
  align-items: center;
}
.ctx-sec-header .ctx-header .logo-event img {
  width: 100%;
  max-width: 177px;
  height: auto;
}
.ctx-sec-header .ctx-header .logo-event .event-details {
  padding: 0 0 0 20px;
  margin-left: 20px;
  border-left: solid 2px #fff;
  min-height: 55px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.ctx-sec-header .ctx-header h1 {
  font-size: 60px;
  line-height: 100%;
  max-width: 530px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 20px;
}

.ctx-sec-header .event-details {
  font-size: 20px;
  line-height: 22px;
  color: #4D144A;
}
.ctx-sec-header .event-tagline {
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  color: #4D144A;
}
.ctx-sec-header .ctx-main-kv .ctx-col-inner picture {
  display: flex;
  justify-content: flex-start;
}
.ctx-sec-header .ctx-main-kv .ctx-col-inner img {
  width: 100%;
  
}
.ctx-sec-header .ctx-main-kv .ctx-col-inner img.d-mobile {
  display: block;
}.ctx-sec-header .ctx-main-kv .ctx-col-inner img.d-desktop {
  display: none;
}
.ctx-alliance .logo-intel img {
  width: 140px;
}
.ctx-alliance .logo-windows img {
  width: 189px;
}
.ctx-sec-header .ctx-sec-tagline .ctx-header {
  z-index: 3;
}



/* Sections
--------------------------------- */

.ctx-section .sec-header .header-title {
  margin-bottom: 30px;
}

.ctx-section .header-title {
   font-size: 2.25em;
  line-height: 100%;
}




/* <> Intro <> */

.ctx-sec-contest{
  border-top-left-radius: 80px;
  border-bottom-right-radius: 80px;
   z-index: 2;
   margin-top: -70px;
   background: #000000;

}

.ctx-sec-contest.slider{
  background: url(../images/20240924-au-spiff-slider-bg.png);
  background-size: cover;
}

.ctx-sec-contest.term{
  background: url(../images/20240924-au-spiff-term-bg.png);
   background-size: cover;
}



.ctx-sec-contest .bold{
    font-weight: 900;
}
.ctx-sec-contest .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  background: #F1E1ED;
  border: 0;
  border-color: transparent;
  text-decoration: none;
}
.ctx-sec-contest .nav-tabs .nav-link{
  border: 0;

}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  color: #4D144A !important;
}
.ctx-sec-contest .nav-tabs .nav-link{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    text-decoration: none;
    padding:15px 30px;
    color:#ffffff;
}

.ctx-sec-contest .nav-tabs .nav-item{
  margin: 0;
}


.ctx-sec-contest .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
  border:transparent;
}
.ctx-sec-contest .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover, .nav-tabs .nav-link.active svg path, .nav-tabs .nav-link.active svg rect{
    fill: #4D144A;
}



.ctx-sec-contest .nav-link:focus, .nav-link:hover{
  text-decoration: none;
}

.ctx-sec-contest .nav-tabs{
  border: 0;
  position:absolute;
  z-index: 5;
}

.ctx-sec-contest .hide{
  display:none !important;
}

.ctx-sec-contest  video {
    width: 100%; /* Ensures the video covers the entire area */
    height: 101%;
    object-fit: cover; /* Maintains aspect ratio */
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
}


.ctx-sec-contest  .video-background {
    position: absolute; 
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    overflow: hidden;
    z-index: -1; 
}

.ctx-sec-contest .video-background::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30%; 
    height: 100%;
    background: linear-gradient(to right, rgb(0 0 0), transparent);
    z-index: 1;
}

.ctx-sec-contest .content-detail{
   
    padding-top: 150px;
    max-width: 700px;
}

.ctx-sec-contest .content-detail-slider{
   
    padding-top: 150px;
/*    max-width: 700px;*/
}

.ctx-sec-contest .content-detail-slider p{
    max-width: 700px;
}

.ctx-sec-contest .prev-btn, .ctx-sec-contest .next-btn{
  border:0;
  padding:14px 20px;
   transition: background-color 0.3s;
   cursor: pointer;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(2px);
}

.ctx-sec-contest .prev-btn:focus, .ctx-sec-contest .next-btn:focus{
 border:0;
 outline: none;
}
.ctx-sec-contest .product-slider .ctx-sec-inner{
    min-width: 320px;
    min-height: 420px;
    flex-direction: column;
    display: flex;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(2px);
    border-radius: 20px;
    padding:26px;
    margin-right: 20px;

}

 .ctx-sec-contest .product-slider .ctx-sec-inner a{
   color: #F26A52;
    font-weight: bold;
 }


 .ctx-sec-contest .content-detail-term{
   
    padding-top: 150px;
    
}

.ctx-sec-contest .content-detail-term ul li, .ctx-sec-contest .content-detail-term ol li{
  margin-bottom: 14px;
}




 .ctx-sec-contest .overlap-image{
  margin-top: -70px;
 }

/* <> event detail <> */


.ctx-sec-prizes #countdown-over{
  display: none;
}
.ctx-sec-prizes .show-leaderboard{
  display: block !important;
}
.ctx-sec-prizes .hide-countdown{
  display: none !important;
}



.ctx-sec-prizes{
  background-image: url(../images/20240924-au-spiff-prizes-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-bottom-right-radius: 80px;
  background-color: #F1E1ED;
  margin-top: -70px;
}



.ctx-sec-prizes .prizes-title{
  font-size: 3em;
  line-height: 100%;
}

.ctx-sec-prizes .prizes-title span{ 
  font-weight: 900;
}

.ctx-sec-prizes .countdown-bg{
  background-image: url(../images/20240924-au-spiff-countdown-bg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

.ctx-sec-prizes .countdown-container{
 margin: 0 auto;
}


.ctx-sec-prizes .countdown-part {
  font-size: 90px;
  line-height: 110%;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 4px;
  padding-bottom: 4px;

  font-weight: 900;
}
.opacity-40{
  opacity: 0.4;
}



.ctx-sec-spacer{
  z-index: -1;
  margin-top: -70px;
}


.ctx-sec-eventDetail{
  /*z-index: -1;
  margin-top: -70px;*/
}

.ctx-sec-eventDetail .simple-way{
  background-image: url(../images/20240924-au-spiff-step-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  margin-top:-240px;
  position: relative;
  z-index: 2;
}

.ctx-sec-eventDetail .simple-way .detail{
    min-width: 250px;
}


.ctx-sec-eventDetail .show{
  display:block !important;
}

/* Leaderboard */

#leaderboard table {
     border-collapse: separate;
    border-spacing: 5px;
}
#leaderboard table tr td{
    padding: 10px 14px;
    border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#leaderboard table .number{
  background: #F26A52;
  padding: 10px 0px;
   text-align:center;
}

#leaderboard table .number-other{
  background: #FFB9A2;
  color:#7A126B;
  padding: 10px 0px;
   text-align:center;
}

#leaderboard table .name, #leaderboard table .company{
  background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(2px);
  
}

/* Footer
--------------------------------- */
.ctx-sec-footer .logo-event {
  display: flex;
}
.ctx-sec-footer .logo-event img  {
  width: 100%;
  max-width: 341px;
  height: auto;
}
.ctx-sec-footer .logo-event .logo-utpop {
  border-left:solid 1px #cccccc;
  margin-left: 25px;
  padding-left:25px;
}
.ctx-sec-footer .logo-event .logo-utpop img {
  width: auto;
  height: auto;
}
.ctx-sec-footer .ctx-colophon {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.ctx-sec-footer .ctx-colophon .ctx-socials li {
  display: inline-block;
  width: 16px;
  height: 14px;
  margin-right: 15px;
}

.ctx-sec-footer .terms-condition ol {
  list-style: auto !important;
  padding-left: 15px;
}
