/* --------------------------------------------------------------------
|
| -- 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); }

a {
  color: inherit; }
  a:hover {
    color: inherit;
    text-decoration: underline; }

* {
  border: 0;
  padding: 0;
  margin: 0;
  font-family: "UniversNextforHSBC", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  -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__wrapper .premier__logo {
      font-weight: 700;
      font-size: 20px; }
      @media (max-width: 767px) {
        .header__wrapper .premier__logo {
          font-size: 18px; } }
  .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 {
      color: #fff;
      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: #E2E2E2; }

/* ====================================
  INTRO
=======================================*/
.intro {
  padding-top: 80px;
  color: #000000;
  font-size: 22px;
  line-height: 1.3; }
  @media (max-width: 767px) {
    .intro {
      font-size: 18px; } }
  @media (max-width: 599px) {
    .intro {
      padding-top: 60px; } }
  .intro .intro__heading {
    color: #721017;
    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 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 15px auto 0; }
    .intro .intro__subheading p:nth-child(n + 2) {
      margin-top: 40px; }
      @media (max-width: 767px) {
        .intro .intro__subheading p:nth-child(n + 2) {
          margin-top: 25px; } }
    .intro .intro__subheading ul {
      list-style-type: disc;
      text-align: left;
      margin-left: 20px; }
  .intro .intro__period {
    margin-top: 60px; }
    @media (max-width: 767px) {
      .intro .intro__period {
        margin-top: 40px; } }
  .intro sup a,
  .intro sup a:hover,
  .intro sup a:focus {
    color: #000000;
    outline-offset: 2px; }

/* ====================================
  BENEFITS
=======================================*/
.benefits {
  padding-top: 80px; }
  @media (max-width: 599px) {
    .benefits {
      padding-top: 60px; } }
  .benefits-box {
    background-color: #610C11;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(63, 5, 9, 0.94) 20%, #3f0509 23%, #610c11 100%);
    border-radius: 0 0 30px 30px;
    color: #FFFFFF;
    position: relative;
    padding-bottom: 50px;
    z-index: 999;
    max-width: 1300px;
    margin: 0 auto; }
    .benefits-box .glow {
      width: 100%;
      position: absolute;
      left: 0;
      bottom: 0;
      transform: translateY(50%); }
  .benefits-hotels-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    gap: 20px;
    transform: translateY(-15px); }
    @media (max-width: 767px) {
      .benefits-hotels-wrapper {
        flex-wrap: wrap; } }
    .benefits-hotels-wrapper .card {
      display: flex;
      flex-direction: column;
      width: 25%; }
      @media (max-width: 767px) {
        .benefits-hotels-wrapper .card {
          width: calc(100% / 2 - 10px); } }
    .benefits-hotels-wrapper .card .heading .or {
      position: absolute;
      width: 36px;
      height: 36px;
      left: 0;
      transform: translateX(-28px);
      z-index: 999; }
    @media (max-width: 767px) {
      .benefits-hotels-wrapper .card:nth-child(3) .heading .or {
        display: none; } }
    .benefits-hotels-wrapper .card .heading {
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 30px 30px 0 0;
      background-color: #976930;
      padding: 20px 15px;
      position: relative;
      min-height: 88px;
      font-size: 20px;
      line-height: 1.3; }
      @media (max-width: 767px) {
        .benefits-hotels-wrapper .card .heading {
          font-size: 18px; } }
    .benefits-hotels-wrapper .card .heading .glow {
      width: 100%;
      position: absolute;
      left: 0;
      bottom: 0;
      transform: translateY(50%); }
    .benefits-hotels-wrapper .card .description {
      background-color: #5F0C11;
      border: 2px solid #976930;
      border-top: none;
      border-radius: 0 0 30px 30px;
      height: 100%;
      padding: 25px 15px; }
  .benefits-features-wrapper {
    margin: 30px auto 0;
    max-width: 1200px;
    padding: 0 15px; }
    .benefits-features-wrapper .heading-wrapper {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .benefits-features-wrapper .heading-wrapper .heading strong {
      font-size: 20px; }
      @media (max-width: 767px) {
        .benefits-features-wrapper .heading-wrapper .heading strong {
          font-size: 18px; } }
    .benefits-features-wrapper .heading-wrapper .line-half {
      width: 20%; }
    .benefits-features-wrapper .heading-wrapper .line-half.right {
      transform: rotate(180deg); }
    .benefits-features-wrapper .icons-wrapper {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: stretch;
      gap: 40px;
      margin-top: 30px; }
      @media (max-width: 767px) {
        .benefits-features-wrapper .icons-wrapper {
          flex-wrap: wrap; } }
    .benefits-features-wrapper .icons-wrapper .feature {
      width: 25%; }
      @media (max-width: 767px) {
        .benefits-features-wrapper .icons-wrapper .feature {
          width: calc(100% / 2 - 20px); } }
    .benefits-features-wrapper .icons-wrapper .feature .icon {
      display: flex;
      justify-content: center;
      align-items: flex-end;
      height: 110px; }
    .benefits-features-wrapper .icons-wrapper .feature .icon img {
      max-width: 110px;
      width: 100%; }
    .benefits-features-wrapper .icons-wrapper .feature .icon.icon--lg img {
      max-width: 128px;
      width: 100%; }
    .benefits-features-wrapper .icons-wrapper .feature .description {
      margin-top: 20px; }

/* ====================================
  APPLE BG
=======================================*/
.apple {
  position: relative; }
  .apple .bg--apple img {
    margin-top: -18%; }
    @media (max-width: 1199px) {
      .apple .bg--apple img {
        margin-top: -5%; } }
    @media (max-width: 991px) {
      .apple .bg--apple img {
        margin-top: 15%; } }
    @media (max-width: 599px) {
      .apple .bg--apple img {
        margin-top: 20%; } }
    @media (max-width: 479px) {
      .apple .bg--apple img {
        margin-top: 70%; } }
    @media (max-width: 390px) {
      .apple .bg--apple img {
        margin-top: 90%; } }
  .apple .box-top {
    position: absolute;
    width: 100%;
    left: 0;
    height: 32%;
    top: 0; }
  .apple .box-bottom {
    margin-top: -44%; }
    @media (max-width: 479px) {
      .apple .box-bottom {
        margin-top: -40%; } }

/* ====================================
  REGISTRATION
=======================================*/
.registration {
  color: #000000;
  padding: 80px 0 50px; }
  @media (max-width: 599px) {
    .registration {
      padding: 60px 0 40px; } }
  .registration.white, .registration.white .registration-heading {
    color: #FFFFFF; }
    @media (max-width: 991px) {
      .registration.white, .registration.white .registration-heading {
        color: #000000; } }
  .registration p {
    margin: 0 auto;
    max-width: 750px;
    font-size: 20px; }
    @media (max-width: 767px) {
      .registration p {
        font-size: 18px; } }
  .registration-heading {
    color: #721017;
    margin-top: 30px;
    font-size: 40px; }
    @media (max-width: 767px) {
      .registration-heading {
        font-size: 30px; } }
    @media (max-width: 599px) {
      .registration-heading {
        font-size: 25px; } }
  .registration-cta {
    margin-top: 20px; }
  .registration-cta a {
    display: inline-block;
    background-color: #721017;
    border: 2px solid #D9AE20;
    border-radius: 30px;
    color: #FFFFFF;
    font-weight: 700;
    padding: 0.8em 1.5em;
    font-size: 20px; }
    @media (max-width: 767px) {
      .registration-cta a {
        font-size: 18px; } }
  .registration-cta a:hover, .registration-cta a:focus {
    background-color: #5c0d12;
    text-decoration: none; }

/* ====================================
  GROW
=======================================*/
.grow {
  color: #FFFFFF;
  position: relative; }
  .grow .decoration-line {
    position: absolute;
    top: 0;
    left: 5%;
    right: 5%;
    max-width: 90%; }
  .grow-heading {
    padding-top: 50px;
    font-size: 30px; }
    @media (max-width: 767px) {
      .grow-heading {
        font-size: 25px; } }
    .grow-heading.pt-5 {
      padding-top: 5px; }
  .grow-subheading {
    font-size: 20px; }
    @media (max-width: 767px) {
      .grow-subheading {
        font-size: 18px; } }
  .grow-interests {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 40px;
    border-radius: 30px;
    background-color: rgba(114, 16, 23, 0.9);
    padding: 30px;
    margin: 40px auto 0;
    max-width: 1300px; }
    @media (max-width: 991px) {
      .grow-interests {
        flex-direction: column; } }
    .grow-interests .interest {
      width: 33%;
      position: relative;
      padding: 0 15px; }
      @media (max-width: 991px) {
        .grow-interests .interest {
          width: 100%;
          padding: 30px 15px; } }
    .grow-interests .mt-20 {
      margin-top: 20px; }
    .grow-interests .interest .heading {
      font-size: 30px; }
      @media (max-width: 767px) {
        .grow-interests .interest .heading {
          font-size: 25px; } }
    .grow-interests .interest .subheading {
      font-size: 20px; }
      @media (max-width: 767px) {
        .grow-interests .interest .subheading {
          font-size: 18px; } }
    .grow-interests .interest .description ul {
      text-align: left;
      list-style-type: disc;
      margin-left: 15px;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: center; }
    .grow-interests .interest .glow {
      position: absolute;
      height: 100%;
      top: 0;
      right: -5%;
      transform: translateX(53%); }
      @media (max-width: 991px) {
        .grow-interests .interest .glow {
          height: 260px;
          transform: translate(-130px, 0) rotate(90deg);
          left: 50%;
          top: auto;
          bottom: 0;
          transform-origin: bottom left; } }
      @media (max-width: 479px) {
        .grow-interests .interest .glow {
          transform: translate(-100px, 0) rotate(90deg);
          height: 200px; } }
  .grow sup a,
  .grow sup a:hover,
  .grow sup a:focus {
    color: #FFFFFF;
    outline-offset: 2px; }

/* ====================================
  DISCOVER
=======================================*/
.discover {
  color: #000000;
  position: relative; }
  .discover .decoration-line {
    position: absolute;
    top: 0;
    left: 5%;
    right: 5%;
    max-width: 90%; }
  .discover-heading {
    padding-top: 50px;
    font-size: 30px; }
    @media (max-width: 767px) {
      .discover-heading {
        font-size: 25px; } }
  .discover-subheading {
    font-size: 20px; }
    @media (max-width: 767px) {
      .discover-subheading {
        font-size: 18px; } }
  .discover-tabs {
    margin: 40px auto 0;
    max-width: 1300px;
    overflow: hidden; }
  .discover .nav-tabs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transform: translateX(30px);
    border: none;
    position: relative;
    top: 0;
    z-index: 99; }
    @media (max-width: 767px) {
      .discover .nav-tabs {
        flex-direction: column;
        transform: none; } }
    .discover .nav-tabs li {
      width: calc(25% + 23px);
      position: relative;
      margin-left: -30px;
      margin-bottom: 0; }
      @media (max-width: 767px) {
        .discover .nav-tabs li {
          margin-left: 0;
          width: 100%; } }
    .discover .nav-tabs li:nth-child(1) {
      z-index: 94; }
    .discover .nav-tabs li:nth-child(2) {
      z-index: 93; }
    .discover .nav-tabs li:nth-child(3) {
      z-index: 92; }
    .discover .nav-tabs li:nth-child(4) {
      z-index: 91; }
    .discover .nav-tabs li a,
    .discover .nav-tabs li a:hover {
      background-color: #C1C1C1;
      border-radius: 15px 15px 0 0;
      box-shadow: 5px 5px 15px 0px #888888;
      border: none;
      color: #FFFFFF;
      padding: 15px;
      font-weight: 700;
      font-size: 18px; }
      @media (max-width: 991px) {
        .discover .nav-tabs li a,
        .discover .nav-tabs li a:hover {
          padding: 15px 10px; } }
      @media (max-width: 767px) {
        .discover .nav-tabs li a,
        .discover .nav-tabs li a:hover {
          font-size: 16px;
          border-radius: 15px; } }
    .discover .nav-tabs li:nth-child(4) a {
      box-shadow: -5px 5px 15px 0px #888888; }
      @media (max-width: 767px) {
        .discover .nav-tabs li:nth-child(4) a {
          box-shadow: 5px 5px 15px 0px #888888; } }
    .discover .nav-tabs li.active {
      z-index: 99; }
    .discover .nav-tabs li.active a {
      background-color: #721017;
      border: none;
      color: #FFFFFF;
      padding: 30px 0; }
  .discover .tab-content {
    background-color: #721017;
    border-radius: 0 0 30px 30px;
    position: relative;
    z-index: 999;
    color: #FFFFFF;
    margin-top: -15px; }
    @media (max-width: 767px) {
      .discover .tab-content {
        margin-top: 20px;
        border-radius: 30px; } }
  .discover .tab-pane {
    padding-top: 40px;
    padding-left: 40px;
    padding-bottom: 40px;
    text-align: left; }
    .discover .tab-pane .content-heading {
      padding-right: 40px;
      font-size: 25px; }
      @media (max-width: 767px) {
        .discover .tab-pane .content-heading {
          font-size: 20px; } }
    .discover .tab-pane .content-wrapper {
      margin-top: 30px;
      display: flex;
      justify-content: flex-start;
      align-items: stretch;
      gap: 15px; }
      @media (max-width: 767px) {
        .discover .tab-pane .content-wrapper {
          flex-direction: column; } }
    .discover .tab-pane .content-wrapper .left,
    .discover .tab-pane .content-wrapper .right {
      width: 50%; }
      @media (max-width: 767px) {
        .discover .tab-pane .content-wrapper .left,
        .discover .tab-pane .content-wrapper .right {
          width: 100%; } }
    .discover .tab-pane .content-wrapper .left {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: flex-start;
      gap: 40px; }
      @media (max-width: 767px) {
        .discover .tab-pane .content-wrapper .left {
          padding-right: 40px; } }
    .discover .tab-pane .content-wrapper .left .info {
      font-size: 18px; }
      @media (max-width: 767px) {
        .discover .tab-pane .content-wrapper .left .info {
          font-size: 16px; } }
    .discover .tab-pane .content-wrapper .info p:nth-child(n + 2) {
      margin-top: 20px; }
    .discover .tab-pane .content-wrapper ul {
      list-style-type: disc;
      margin-left: 15px; }
    .discover .tab-pane .content-wrapper ul li {
      line-height: 1.3; }
    .discover .tab-pane .content-wrapper ul li:nth-child(n + 2) {
      margin-top: 5px; }
    .discover .tab-pane .content-wrapper .refer-heading {
      font-size: 25px;
      line-height: 1.3; }
      @media (max-width: 767px) {
        .discover .tab-pane .content-wrapper .refer-heading {
          font-size: 20px; } }
    .discover .tab-pane .content-wrapper .refer-cta {
      margin-top: 20px; }
    .discover .tab-pane .content-wrapper .refer-cta a,
    .discover .tab-pane .content-wrapper .refer-cta a:hover {
      display: inline-block;
      background-color: #FFFFFF;
      border: 2px solid #D9AE20;
      border-radius: 30px;
      color: #721017;
      font-weight: 700;
      padding: 0.8em 1.5em;
      font-size: 20px;
      text-decoration: none; }
      @media (max-width: 767px) {
        .discover .tab-pane .content-wrapper .refer-cta a,
        .discover .tab-pane .content-wrapper .refer-cta a:hover {
          font-size: 18px; } }
    .discover .tab-pane .content-wrapper .refer-cta a:hover {
      background-color: #f3f3f3; }
  .discover sup a,
  .discover sup a:hover,
  .discover sup a:focus {
    color: #FFFFFF;
    outline-offset: 2px; }

/* ====================================
  TNC
=======================================*/
.tnc {
  color: #434343;
  padding: 50px 0; }
  @media (max-width: 599px) {
    .tnc {
      padding: 30px 0; } }
  .tnc p {
    font-size: 12px;
    margin-top: 15px;
    line-height: 1.4; }
    .tnc p a,
    .tnc p a:hover,
    .tnc p a:focus {
      color: #434343;
      text-decoration: underline; }
  .tnc-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
    max-width: 1300px;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .tnc-wrapper {
        flex-direction: column; } }
  .tnc .left,
  .tnc .right {
    width: 50%;
    position: relative; }
    @media (max-width: 767px) {
      .tnc .left,
      .tnc .right {
        width: 100%; } }
  .tnc .left::after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    right: -15px;
    top: 0;
    background-color: #434343; }
    @media (max-width: 767px) {
      .tnc .left::after {
        top: auto;
        bottom: -15px;
        right: 0;
        height: 1px;
        width: 100%; } }
