/* --------------------------------------------------------------------
|
| -- VARIABLES
|
----------------------------------------------------------------------*/
a, a:hover, a:active, a:focus {
  text-decoration: none; }

input, textarea, select, button {
  box-sizing: border-box; }
  input:focus, textarea:focus, select:focus, button:focus {
    outline: none; }

a, input {
  transition: all 0.3s ease; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

img {
  max-width: 100%;
  height: auto; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }

p {
  margin: 0 0 0; }

@font-face {
  font-family: "UniversNextforHSBC";
  src: url("../fonts/UniversNextforHSBC-Regular.eot");
  src: url("../fonts/UniversNextforHSBC-Regular.eot#iefix") format("embedded-opentype"), url("../fonts/UniversNextforHSBC-Regular.ttf") format("truetype"), url("../fonts/UniversNextforHSBC-Regular.woff") format("woff"), url("../fonts/UniversNextforHSBC-Regular.svg") format("svg");
  font-weight: 400; }
@font-face {
  font-family: "UniversNextforHSBC";
  src: url("../fonts/UniversNextforHSBC-Bold.eot");
  src: url("../fonts/UniversNextforHSBC-Bold.eot#iefix") format("embedded-opentype"), url("../fonts/UniversNextforHSBC-Bold.ttf") format("truetype"), url("../fonts/UniversNextforHSBC-Bold.woff") format("woff"), url("../fonts/UniversNextforHSBC-Bold.svg") format("svg");
  font-weight: 700; }
@font-face {
  font-family: "UniversNextforHSBC";
  src: url("../fonts/UniversNextforHSBC-Light.eot");
  src: url("../fonts/UniversNextforHSBC-Light.eot#iefix") format("embedded-opentype"), url("../fonts/UniversNextforHSBC-Light.ttf") format("truetype"), url("../fonts/UniversNextforHSBC-Light.woff") format("woff"), url("../fonts/UniversNextforHSBC-Light.svg") format("svg");
  font-weight: 200; }
/* --------------------------------------------------------------------
|
| -- MIXINS
|
----------------------------------------------------------------------*/
.page__wrapper {
  margin: 0 auto; }

@media (max-width: 479px) {
  .hide--xss {
    display: none; } }

@media (min-width: 480px) {
  .show--xss {
    display: none; } }

@media (max-width: 991px) {
  .hide--md {
    display: none; } }

@media (min-width: 992px) {
  .show--md {
    display: none; } }

@media (max-width: 767px) {
  .hide--sm {
    display: none; } }

@media (min-width: 768px) {
  .show--sm {
    display: none; } }

.text-red {
  color: #831700; }

.button--tab {
  background-color: #FFFFFF;
  padding: 15px 45px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  font-size: 25px;
  text-wrap-mode: nowrap; }
  @media (max-width: 767px) {
    .button--tab {
      font-size: 20px; } }

.neon {
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(255, 40, 40, 0.9), 0 0 25px rgba(255, 40, 40, 0.9), 0 0 50px rgba(255, 0, 0, 0.8), 0 0 90px rgba(255, 0, 0, 0.7), 0 0 140px rgba(255, 0, 0, 0.6); }

* {
  border: 0;
  padding: 0;
  margin: 0;
  font-family: "UniversNextforHSBC", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased; }

html {
  scroll-behavior: smooth; }

body {
  font-size: 16px; }
  @media (max-width: 767px) {
    body {
      font-size: 16px; } }

.page__wrapper {
  max-width: 1440px;
  margin: 0 auto;
  position: relative; }

hr {
  margin-top: 40px;
  margin-bottom: 40px; }

/* ====================================
  HEADER
=======================================*/
.header {
  background: #fff;
  box-shadow: 0px -6px 5px 5px #000;
  width: 100%;
  position: fixed;
  top: 0;
  transition: top 0.3s ease-in-out;
  z-index: 999999; }
  .header__top {
    background: #333;
    color: #fff;
    font-size: 1.2rem; }
  .header__item--top {
    font-weight: 700; }
  .header__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 55px;
    padding-right: 75px; }
    @media (max-width: 767px) {
      .header__wrapper {
        padding-left: 0;
        padding-right: 0; } }
  .header__top .header__wrapper {
    height: 35px; }
  .header__main .header__wrapper {
    min-height: 52px; }
    @media (min-width: 768px) {
      .header__main .header__wrapper {
        height: 61px; } }
    @media (min-width: 1200px) {
      .header__main .header__wrapper {
        height: 81px; } }
  .header__logo img {
    width: 140px; }
    @media (min-width: 1200px) {
      .header__logo img {
        width: 177px; } }
  .header.sticky_show {
    top: 0px; }
  .header.sticky {
    top: -87px; }
    @media (min-width: 768px) {
      .header.sticky {
        top: -96px; } }
    @media (min-width: 1200px) {
      .header.sticky {
        top: -116px; } }

/* ====================================
  FOOTER
=======================================*/
.footer-secondary {
  background: #404040;
  padding: 30px 0;
  color: #fff; }
  .footer-secondary .footer__item--wrapper {
    display: table; }
  .footer-secondary .footer__item {
    display: table-cell;
    width: 25%;
    position: relative;
    padding-right: 20px; }
    .footer-secondary .footer__item:nth-child(n+2)::before {
      position: absolute;
      content: '';
      height: 100%;
      width: 1px;
      background: #a7a7a7;
      top: 0;
      left: -20px; }
  .footer-secondary .icon-header {
    color: #a7a7a7;
    margin-right: 10px; }
  .footer-secondary .item-header,
  .footer-secondary .item-link {
    width: 90%; }
  .footer-secondary .item-header {
    font-weight: 700;
    color: #fff; }
  .footer-secondary .item-link {
    margin-top: 10px; }
  .footer-secondary .item-link a {
    font-size: 1.4rem;
    color: #fff; }
  .footer-secondary .icon-link {
    margin-left: 5px; }
  .footer-secondary .icon--phone::before {
    content: url("../images/icons/icon--phone.png"); }
  .footer-secondary .icon--map-marker::before {
    content: url("../images/icons/icon--map-marker.png"); }
  .footer-secondary .icon--help::before {
    content: url("../images/icons/icon--help.png"); }
  .footer-secondary .icon--about::before {
    content: url("../images/icons/icon--about.png"); }

.footer {
  background: #000;
  font-size: 1.4rem;
  padding: 20px 0; }
  .footer ul {
    list-style-type: none; }
    @media (max-width: 991px) {
      .footer ul {
        margin-bottom: 25px; } }
  .footer ul > li {
    padding: 0; }
    @media (min-width: 480px) {
      .footer ul > li {
        display: inline-block; } }
    @media (max-width: 479px) {
      .footer ul > li:nth-child(-n+4) {
        margin-bottom: 5px; } }
    @media (min-width: 480px) {
      .footer ul > li:nth-child(-n+4) {
        margin-right: 10px; } }
  .footer__links {
    text-align: left; }
    @media (min-width: 480px) {
      .footer__links {
        text-align: center; } }
    @media (min-width: 992px) {
      .footer__links {
        text-align: left; } }
    @media (max-width: 599px) {
      .footer__links {
        text-align: center; } }
  .footer__copyright {
    text-align: center; }
    @media (min-width: 992px) {
      .footer__copyright {
        text-align: right; } }
  .footer a {
    color: #fff; }
    .footer a:hover, .footer a:focus {
      text-decoration: underline; }
  .footer p {
    color: #fff; }

/* ====================================
  NAV
=======================================*/
.nav {
  position: sticky;
  top: 61px;
  z-index: 999999; }
  @media (max-width: 1199px) {
    .nav {
      top: 61px; } }
  @media (max-width: 767px) {
    .nav {
      top: 52px; } }
  @media (min-width: 1200px) {
    .nav {
      top: 81px; } }
  .nav ul {
    background: #FF0011;
    background: radial-gradient(closest-corner, #ff0011 0%, #a5000b 70%, #5c0007 100%);
    box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.22);
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    padding: 15px 0 10px; }
    .nav ul li {
      display: inline-block;
      width: 20%;
      max-width: 180px;
      padding: 10px 20px 20px;
      text-align: center;
      position: relative;
      font-size: 20px; }
      @media (max-width: 767px) {
        .nav ul li {
          padding: 10px 10px 20px;
          font-size: 18px;
          width: 30%; } }
      .nav ul li p:hover {
        cursor: pointer; }
      .nav ul li p {
        color: #FFFFFF; }
      .nav ul li::after {
        content: '';
        position: absolute;
        display: block;
        transform: translateX(-50%);
        bottom: 0;
        left: 50%;
        width: 80%;
        height: 10px;
        background-color: #000000;
        opacity: 0.3;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px; }
      .nav ul li.active::after {
        background-color: #FFFFFF;
        opacity: 1; }
      .nav ul li:hover::after {
        background-color: #FFFFFF;
        opacity: 0.6; }

/* ====================================
  BANNER
=======================================*/
.banner {
  padding-top: 81px; }
  .banner img {
    width: 100%; }
  @media (max-width: 1199px) {
    .banner {
      padding-top: 61px; } }
  @media (max-width: 767px) {
    .banner {
      padding-top: 52px; } }

/* ====================================
  BG
=======================================*/
.bg {
  background: #b10008;
  background: url(../images/bg.jpg) repeat;
  background-size: contain;
  background-position-y: -450px;
  overflow: hidden; }

/* ====================================
  INTRO
=======================================*/
.intro {
  background: #FFFFFF;
  background: linear-gradient(180deg, white 0%, #d1d1d1 100%);
  padding: 80px 0 100px;
  color: #810004; }
  @media (max-width: 599px) {
    .intro {
      padding: 60px 0 75px; } }
  .intro .intro__heading {
    font-size: 40px; }
    @media (max-width: 767px) {
      .intro .intro__heading {
        font-size: 30px; } }
    @media (max-width: 599px) {
      .intro .intro__heading {
        font-size: 25px; } }
  .intro .intro__subheading {
    font-size: 20px;
    max-width: 810px;
    margin: 25px auto 0; }
    @media (max-width: 767px) {
      .intro .intro__subheading {
        font-size: 18px;
        margin: 15px auto 0; } }
  .intro .intro__period {
    font-size: 20px;
    margin-top: 60px;
    font-weight: 600; }
    @media (max-width: 767px) {
      .intro .intro__period {
        font-size: 18px;
        margin-top: 40px; } }

/* ====================================
  PRIZES
=======================================*/
.prizes {
  color: #810004;
  padding-top: 80px; }
  @media (max-width: 599px) {
    .prizes {
      padding-top: 60px; } }
  .prizes-box {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    background-color: #FFFFFF;
    border-radius: 40px;
    padding: 50px 40px 0;
    margin: 0 auto;
    max-width: 970px; }
    @media (max-width: 991px) {
      .prizes-box {
        flex-wrap: wrap;
        padding: 30px 40px;
        max-width: 700px; } }
    .prizes-box .prize-left,
    .prizes-box .prize-right {
      margin-top: 100px;
      width: 26%; }
      @media (max-width: 991px) {
        .prizes-box .prize-left,
        .prizes-box .prize-right {
          margin-top: 30px;
          width: 50%; } }
    .prizes-box .text-lg {
      font-size: 40px; }
      @media (max-width: 767px) {
        .prizes-box .text-lg {
          font-size: 30px; } }
      @media (max-width: 599px) {
        .prizes-box .text-lg {
          font-size: 25px; } }
    .prizes-box p {
      font-size: 20px; }
      @media (max-width: 767px) {
        .prizes-box p {
          font-size: 18px; } }
  .prizes__heading {
    margin-bottom: 20px; }

/* ====================================
  entries
=======================================*/
.entries {
  padding: 80px 0; }
  @media (max-width: 599px) {
    .entries {
      padding: 60px 0; } }
  .entries__heading-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 40px; }
    @media (max-width: 767px) {
      .entries__heading-wrapper {
        gap: 30px; } }
  .entries__heading {
    color: #CF181E; }
  .entries-line {
    width: 50%; }
    .entries-line hr {
      border: 6px solid #FFF;
      margin: 0; }
    .entries-line hr.left {
      border-top-right-radius: 6px;
      border-bottom-right-radius: 6px; }
    .entries-line hr.right {
      border-top-left-radius: 6px;
      border-bottom-left-radius: 6px; }
  .entries__subheading {
    color: #FFFFFF;
    font-size: 35px;
    margin: 60px auto 0;
    max-width: 590px; }
    @media (max-width: 767px) {
      .entries__subheading {
        font-size: 30px; } }
    @media (max-width: 599px) {
      .entries__subheading {
        font-size: 25px; } }
  .entries__box-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 50px;
    margin: 70px auto 0;
    max-width: 1200px;
    position: relative; }
    @media (max-width: 991px) {
      .entries__box-wrapper {
        flex-direction: column;
        gap: 30px;
        margin: 40px auto 0;
        max-width: 360px;
        width: 100%; } }
    .entries__box-wrapper .entry-box-wrapper {
      width: 30%;
      position: relative; }
      @media (max-width: 991px) {
        .entries__box-wrapper .entry-box-wrapper {
          width: 100%; } }
      .entries__box-wrapper .entry-box-wrapper.first::before, .entries__box-wrapper .entry-box-wrapper.last::before {
        content: '';
        position: absolute;
        background-color: #FFFFFF;
        height: 12px;
        width: 200%;
        top: 50%;
        z-index: 999;
        box-shadow: 0 0 10px rgba(255, 40, 40, 0.9), 0 0 25px rgba(255, 40, 40, 0.9), 0 0 50px rgba(255, 0, 0, 0.8), 0 0 90px rgba(255, 0, 0, 0.7), 0 0 140px rgba(255, 0, 0, 0.6); }
      .entries__box-wrapper .entry-box-wrapper.first::before {
        right: 100%;
        transform-origin: right bottom;
        transform: translateY(-50%) rotate(45deg); }
      .entries__box-wrapper .entry-box-wrapper.last::before {
        left: 100%;
        transform-origin: left bottom;
        transform: translate(-5px, -50%) rotate(-45deg); }
    .entries__box-wrapper .entry-box {
      background-color: #FFFFFF;
      height: 100%;
      clip-path: polygon(0% 0%, calc(100% - 50px) 0%, 100% 50%, calc(100% - 50px) 100%, 0% 100%);
      padding: 40px 0 30px 30px;
      position: relative;
      z-index: 9999; }
    .entries__box-wrapper .text-lg,
    .entries__box-wrapper p {
      max-width: calc(100% - 50px); }
    .entries__box-wrapper .text-no {
      font-size: 50px;
      font-weight: 700; }
      @media (max-width: 767px) {
        .entries__box-wrapper .text-no {
          font-size: 40px; } }
      @media (max-width: 599px) {
        .entries__box-wrapper .text-no {
          font-size: 30px; } }
    .entries__box-wrapper .text-lg {
      color: #CF181E;
      font-size: 40px; }
      @media (max-width: 767px) {
        .entries__box-wrapper .text-lg {
          font-size: 30px; } }
      @media (max-width: 599px) {
        .entries__box-wrapper .text-lg {
          font-size: 25px; } }
    .entries__box-wrapper p {
      margin-top: 10px;
      font-size: 20px; }
      @media (max-width: 767px) {
        .entries__box-wrapper p {
          font-size: 18px; } }
    .entries__box-wrapper .box-line--between {
      position: absolute;
      background-color: #FFFFFF;
      width: 80%;
      height: 12px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 999; }
  .entries__requirement {
    color: #FFFFFF;
    margin: 60px auto 0;
    max-width: 640px;
    font-size: 20px; }
    @media (max-width: 767px) {
      .entries__requirement {
        font-size: 18px;
        margin: 40px auto 0; } }

/* ====================================
  CARDS
=======================================*/
.cards {
  padding-top: 80px; }
  .cards-line-full {
    width: 80%;
    position: relative; }
    @media (max-width: 1199px) {
      .cards-line-full {
        width: 90%; } }
    .cards-line-full hr {
      background: #FFFFFF;
      background: linear-gradient(90deg, #f24141 0%, #ffc7c7 100%);
      border: 0;
      height: 12px;
      margin: 0;
      position: relative;
      z-index: 999; }
    .cards-line-full::after {
      content: '';
      background: #FFFFFF;
      background: linear-gradient(90deg, #ffc7c7 0%, white 100%);
      position: absolute;
      height: 12px;
      width: 40%;
      left: 100%;
      top: 0;
      transform-origin: left top;
      transform: rotate(45deg);
      box-shadow: 0 0 10px rgba(255, 40, 40, 0.9), 0 0 25px rgba(255, 40, 40, 0.9), 0 0 50px rgba(255, 0, 0, 0.8), 0 0 90px rgba(255, 0, 0, 0.7), 0 0 140px rgba(255, 0, 0, 0.6);
      z-index: 99; }
      @media (max-width: 1199px) {
        .cards-line-full::after {
          width: 90%; } }
  @media (max-width: 599px) {
    .cards {
      padding-top: 60px; } }
  .cards__heading {
    color: #FFFFFF;
    font-size: 40px; }
    @media (max-width: 767px) {
      .cards__heading {
        font-size: 30px; } }
    @media (max-width: 599px) {
      .cards__heading {
        font-size: 25px; } }
  .cards__subheading {
    margin-top: 10px;
    color: #FFFFFF;
    text-align: center;
    font-size: 20px; }
    @media (max-width: 767px) {
      .cards__subheading {
        font-size: 18px; } }
  .cards__slider {
    margin-top: 60px; }
  .cards .card {
    padding-bottom: 30px; }
    .cards .card__heading {
      font-size: 22px;
      margin-top: 20px;
      color: #FFFFFF; }
      @media (max-width: 599px) {
        .cards .card__heading {
          margin-top: 10px; } }
    .cards .card__subheading {
      font-size: 22px;
      margin-top: 5px;
      color: #FFFFFF; }
    .cards .card__inner {
      margin: 40px auto 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start; }
    .cards .card__img {
      width: 328px;
      position: relative; }
      @media (max-width: 767px) {
        .cards .card__img {
          margin: 0 auto;
          width: 50%;
          left: auto; } }
    .cards .card__points {
      color: #FFFFFF;
      text-align: left;
      font-size: 20px;
      max-width: 620px;
      margin-top: 30px; }
      @media (max-width: 767px) {
        .cards .card__points {
          font-size: 18px;
          margin: 30px auto 0; } }
      .cards .card__points ul {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 15px;
        list-style-type: disc;
        padding-inline-start: 0px; }
        @media (max-width: 767px) {
          .cards .card__points ul {
            padding-inline-start: 30px; } }
    .cards .card__note {
      color: #FFFFFF;
      margin-top: 20px;
      font-size: 12px; }
  .cards__button {
    color: #CF181E;
    max-width: 278px; }
    .cards__button:hover {
      color: #a11317;
      border-color: #a11317; }
  .cards__button-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 80px;
    gap: 40px; }
    @media (max-width: 767px) {
      .cards__button-wrapper {
        margin-top: 60px;
        gap: 30px; } }
  .cards-line-wrapper {
    width: 50%; }
    .cards-line-wrapper hr {
      margin: 0;
      border: 0;
      height: 12px;
      background-color: #FFFFFF; }
    .cards-line-wrapper.left hr {
      border-top-right-radius: 6px;
      border-bottom-right-radius: 6px; }
    .cards-line-wrapper.right .cards-line {
      width: 48%;
      position: relative; }
      @media (max-width: 1199px) {
        .cards-line-wrapper.right .cards-line {
          width: 72%; } }
      @media (max-width: 767px) {
        .cards-line-wrapper.right .cards-line {
          width: 68%; } }
      .cards-line-wrapper.right .cards-line::after {
        content: '';
        background: #FFFFFF;
        position: absolute;
        height: 12px;
        width: 200%;
        left: 100%;
        top: 0;
        transform-origin: left bottom;
        transform: rotate(-45deg);
        box-shadow: 0 0 10px rgba(255, 40, 40, 0.9), 0 0 25px rgba(255, 40, 40, 0.9), 0 0 50px rgba(255, 0, 0, 0.8), 0 0 90px rgba(255, 0, 0, 0.7), 0 0 140px rgba(255, 0, 0, 0.6);
        z-index: 99; }
    .cards-line-wrapper.right hr {
      border-top-left-radius: 6px;
      border-bottom-left-radius: 6px;
      position: relative;
      z-index: 999; }

/* Not current slide */
.card {
  transform: scale(0.5);
  transition: .5s all; }

/* Current slide */
.slick-current .card,
.slick-target .card {
  transform: scale(1); }

.slick-dots {
  margin-top: 25px;
  bottom: auto;
  display: flex;
  flex-direction: row;
  gap: 15px;
  justify-content: center;
  align-items: center; }
  @media (max-width: 599px) {
    .slick-dots {
      gap: 10px;
      margin-top: 15px; } }

.slick-dots li {
  width: 25%;
  max-width: 144px;
  height: 8px;
  background-color: #000000;
  opacity: 0.3;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px; }
  .slick-dots li:hover {
    background-color: #FFFFFF;
    opacity: 0.6; }
  .slick-dots li.slick-active {
    background-color: #FFFFFF;
    opacity: 1; }

.slick-dots li button:before {
  content: none; }

/* ====================================
  TNC
=======================================*/
.tnc {
  color: #FFFFFF;
  padding: 80px 0 50px; }
  @media (max-width: 599px) {
    .tnc {
      padding: 60px 0 30px; } }
  .tnc p {
    font-size: 12px;
    margin-top: 15px;
    line-height: 1.4; }
    .tnc p a {
      color: #FFFFFF;
      text-decoration: underline; }
