html {
  font-size: 16px;
  scroll-behavior: smooth;
}

:target:before {
  content: "";
  display: block;
  height: 100px;
  margin: -100px 0 0;
}

body {
  font-family: 'Kanit', sans-serif;
}

body :lang(en) {
  font-family: 'Helvetica Neue', 'Roboto', 'sans-serif';
}

button, input[type="submit"], input[type="reset"] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  -webkit-filter: brightness(96%);
          filter: brightness(96%);
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

button, a.button {
  display: inline-block;
  font: normal normal 500 18px/27px Kanit;
  letter-spacing: 0px;
  background: #FFD86F 0% 0% no-repeat padding-box;
  border-radius: 12px;
  padding: 8px 20px 10px 20px;
}

div.primary,
span.primary,
b.primary,
p.primary {
  color: #C48FC2;
}

div.primary.dark,
span.primary.dark,
b.primary.dark,
p.primary.dark {
  color: #AC61A2;
}

div.info,
span.info,
b.info,
p.info {
  color: #6E6E6E;
}

.instruction {
  position: relative;
}

.instruction .step-no {
  color: white;
  border-radius: 50px;
  padding: 6px 22px;
  background-color: #CA95C3;
  font-weight: 600;
  display: inline-block;
}

.instruction .info {
  font-size: 0.75rem;
}

.instruction h3 {
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.instruction h4 {
  font-size: 1.125rem;
}

.instruction button {
  font-size: 0.875rem;
}

.instruction ol {
  margin-bottom: 1rem;
}

.instruction ol > li {
  margin-bottom: 0.5rem;
}

.instruction .figure {
  width: 100%;
  min-width: 664px;
  border-radius: 18px;
}

ol {
  padding-left: 1em;
}

.result-table {
  z-index: 1;
  max-width: 1044px;
}

.result-table .headers {
  -webkit-column-count: 1;
          column-count: 1;
}

.result-table .headers * {
  font-weight: bold;
}

.result-table .headers > * {
  -webkit-column-break-inside: avoid;
          break-inside: avoid;
  background: white;
  border-radius: 18px 18px 0 0;
  border-bottom: 1px solid #F2F2F2;
}

.result-table .body {
  -webkit-column-count: 1;
          column-count: 1;
}

.result-table .body > * {
  -webkit-column-break-inside: avoid;
          break-inside: avoid;
}

.member-wrapper {
  background: white;
}

.member-wrapper.odd {
  background: #fbfbfb;
}

.member-wrapper.last-row {
  padding-bottom: 5px;
  border-radius: 0 0 18px 18px;
}

nav {
  padding: 13px;
}

nav .logo-bnk {
  height: 100%;
}

nav .logo-bnk img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.nav-bar {
  top: 0;
  z-index: 999;
  position: -webkit-sticky;
  position: sticky;
  background: #C48FC2;
  height: 70px;
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 18px 0;
  text-align: center;
  background: #CA95C3;
}

footer .bnk-logo {
  height: 33px;
}

footer .bnk-logo img {
  height: 100%;
}

footer .socials {
  margin-top: 5px;
}

footer .socials .social-link {
  display: inline-block;
}

footer .socials .social-link:not(:last-child) {
  margin-right: 40px;
}

footer .socials .social-link img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 19px;
  width: 19px;
}

h1 {
  margin-top: 0;
}

h2 {
  font-weight: 400;
  margin: 0;
  margin-bottom: 4.5px;
}

h3 {
  margin: 0;
}

.coin {
  position: absolute;
}

.coin.coin-1 {
  top: 0;
  right: 0;
}

.coin.coin-1::before {
  -webkit-transform: translate(-23px, -31px);
          transform: translate(-23px, -31px);
  position: absolute;
  display: block;
  content: ' ';
  width: 51px;
  height: 42px;
  background-size: contain;
  background-image: url("assets/shutterstock_736908772 [Converted]-02.png");
}

.coin.coin-2 {
  top: 0;
  right: 0;
}

.coin.coin-2::before {
  -webkit-transform: translate(-15px, -63px);
          transform: translate(-15px, -63px);
  position: absolute;
  display: block;
  content: ' ';
  width: 51px;
  height: 42px;
  background-size: contain;
  background-image: url("assets/shutterstock_736908772 [Converted]-08.png");
}

.openning {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.openning .cover-image {
  margin: 0;
}

.waving-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 37px;
  top: 280px;
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url("assets/Subtraction 4.svg");
}

.circle-bg {
  -webkit-transform: translate(56px, 0px);
          transform: translate(56px, 0px);
  position: absolute;
  right: 0;
  top: 60px;
  width: 85px;
  height: 85px;
  background-repeat: no-repeat;
  background-position: right top;
  background-image: url("assets/Path 31776.svg");
}

@media screen and (max-width: 767px) {
  .phone-image * {
    margin-bottom: -50px;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.claw-bg {
  background-position: left top;
  background-image: url("assets/Group 2791.svg");
}

.tutorial {
  position: relative;
}

.logo {
  line-height: 0;
  margin-top: 10px;
}

.logo .logo-bnk {
  font-weight: bold;
  line-height: 1em;
}

.step-to-redeem-title {
  margin-bottom: 25px;
}

.bg-gradient {
  background-size: 200px, 130px, auto, auto;
  background: url("assets/background-term-and-condition.svg") right bottom no-repeat, url("assets/Subtraction 1.svg") left no-repeat, url("assets/Group 2844.svg") no-repeat right 27px bottom 400px, -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(30%, #FCD9E1), color-stop(70%, #FCD9E1), to(#ffffff));
  background: url("assets/background-term-and-condition.svg") right bottom no-repeat, url("assets/Subtraction 1.svg") left no-repeat, url("assets/Group 2844.svg") no-repeat right 27px bottom 400px, linear-gradient(180deg, #ffffff 0%, #FCD9E1 30%, #FCD9E1 70%, #ffffff 100%);
}

.code-box-overlap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 110px;
  margin-bottom: 60px;
}

.nav-right-pattern,
.nav-left-pattern {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.nav-right-pattern img,
.nav-left-pattern img {
  height: 100%;
}

.nav-right-pattern {
  height: 100%;
  position: absolute;
  top: 0;
  left: unset;
  right: 0;
}

.nav-right-pattern img {
  height: 100%;
}

.download-now {
  padding-bottom: 100px;
  padding-top: 60px;
  position: relative;
}

.download-now .image-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.download-now .download-container {
  margin: 0 auto;
  position: relative;
  width: 216px;
}

.download-now .download-area {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 9px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.download-now .download-scan {
  margin-left: 10px;
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.download-now .download-links {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.download-now .download-links > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}

.download-now .download-links img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.download-now .download-title {
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 26px;
}

.xs-dot {
  position: absolute;
  top: 60px;
  right: 32px;
  height: 15.5vw;
  width: 8.5vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("assets/mobile-dot.svg");
  background-position: right bottom;
}

.term-and-condition {
  color: #939393;
  background-image: url("assets/background-term-and-condition.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  padding-bottom: 80px;
}

.code-box {
  position: relative;
  padding: 29px 32px 5px 32px;
  min-height: 242px;
  width: 100%;
  max-width: 385px;
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;
  margin-top: -108px;
  z-index: 1;
  border: 16px solid #FDE5E9;
  background-color: #FDEFF2;
}

.code-box .title-1 {
  line-height: 0;
}

.code-box h2 {
  margin: 0;
}

.code-box .on-app {
  margin-top: -0.1em;
}

.code-box .code-info {
  color: '#646464';
}

.cheer-image {
  width: 100px;
  height: 98px;
}

.copy-button {
  border-radius: 100%;
  vertical-align: middle;
  height: 100%;
  width: 43px;
  position: absolute;
  border: 0px;
  background: white;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  right: 0;
}

.copy-button:focus {
  outline: none;
}

.copy-button img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 1em;
}

.copy-button:active {
  -webkit-transition: 0s;
  transition: 0s;
  background: whitesmoke;
}

.copy-rigth {
  font-weight: 100;
  color: white;
  display: inline-block;
}

.code-input-wrapper {
  line-height: 1em;
  max-width: 237px;
  margin-left: auto;
  margin-right: auto;
  background: white;
  overflow: hidden;
  height: 43px;
  border-radius: 22px;
}

.item {
  height: 100%;
  margin-right: 25px;
  width: 270px;
  background: rgba(255, 255, 255, 0.3);
  padding: 15px;
}

.step-card {
  padding: 20px 10px;
  text-align: center;
  background: white;
}

.step-card .step-number {
  font-weight: bold;
  color: #CA95C3;
}

.step-card .step-info {
  line-height: 1em;
}

.step-card img {
  display: inline-block !important;
  margin-left: 5px;
}

.slick-initialized {
  overflow: hidden;
}

i.arrow {
  height: 1em;
  width: 0.5em;
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("assets/right-arrow.svg");
}

i.arrow.left {
  height: 1em;
  width: 0.5em;
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("assets/right-arrow.svg");
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.arrow-right,
.arrow-left {
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  background: unset;
  padding: unset;
  border: unset;
  -webkit-transform: translate(-50%, -50%) translate(-148px, 0);
          transform: translate(-50%, -50%) translate(-148px, 0);
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
}

.arrow-right:focus,
.arrow-left:focus {
  outline: none;
}

.arrow-right {
  -webkit-transform: translate(-50%, -50%) translate(148px, 0);
          transform: translate(-50%, -50%) translate(148px, 0);
}

.carousel-navigation {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
}

.carousel-nav {
  padding: 5px 8px;
}

@media screen and (min-width: 576px) {
  html {
    font-size: 16px;
  }
  .result-table .headers {
    -webkit-column-count: 2;
            column-count: 2;
  }
  .result-table .body {
    -webkit-column-count: 2;
            column-count: 2;
  }
  .bg-gradient {
    background-size: 300px, 130px, auto, auto;
  }
}

@media screen and (min-width: 768px) {
  html {
    font-size: 20px;
  }
  .bg-gradient {
    background-size: 400px, 130px, auto, auto;
  }
  .arrow-left {
    -webkit-transform: translate(-50%, -50%) translate(-303px, 0);
            transform: translate(-50%, -50%) translate(-303px, 0);
  }
  .arrow-right {
    -webkit-transform: translate(-50%, -50%) translate(303px, 0);
            transform: translate(-50%, -50%) translate(303px, 0);
  }
  .circle-bg {
    -webkit-transform: scale(1.8) translate(37px, 15px);
            transform: scale(1.8) translate(37px, 15px);
  }
  .waving-bg {
    -webkit-transform: scale(2.6) translate(-10px, -6px);
            transform: scale(2.6) translate(-10px, -6px);
  }
  .xs-dot {
    right: unset;
    left: -31px;
    top: 235px;
    -webkit-transform: scale(1.5) translate(0px, 0px);
            transform: scale(1.5) translate(0px, 0px);
  }
  .coin.coin-1 {
    top: 0;
    right: 0;
  }
  .coin.coin-1::before {
    -webkit-transform: scale(1.45) translate(10px, -62px);
            transform: scale(1.45) translate(10px, -62px);
  }
  .coin.coin-2 {
    top: 0;
    right: 0;
  }
  .coin.coin-2::before {
    -webkit-transform: scale(1.5) translate(40px, -81px);
            transform: scale(1.5) translate(40px, -81px);
  }
  .coin.coin-3 {
    top: 0;
    left: 0;
  }
  .coin.coin-3::before {
    -webkit-transform: translate(-131px, -157px);
            transform: translate(-131px, -157px);
    position: absolute;
    display: block;
    content: ' ';
    width: 97px;
    height: 80px;
    background-size: contain;
    background-image: url("assets/shutterstock_736908772 [Converted]-05.png");
  }
  .coin.coin-4 {
    top: 0;
    left: 0;
  }
  .coin.coin-4::before {
    -webkit-transform: translate(-150px, -348px);
            transform: translate(-150px, -348px);
    position: absolute;
    display: block;
    content: ' ';
    width: 86px;
    height: 71px;
    background-size: contain;
    background-image: url("assets/shutterstock_736908772 [Converted]-07.png");
  }
  nav .socials {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin-right: 23px;
  }
  nav .socials > * {
    height: 27px;
    margin-left: 12px;
  }
  nav .socials > * img {
    height: 100%;
  }
  .term-and-condition {
    background-size: 300px;
    padding-bottom: 30px;
  }
  .term-and-condition .container {
    padding-right: 160px;
  }
  footer {
    padding: 11px 0 8px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .bnk-logo {
    height: 45px;
  }
  footer .socials {
    margin: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  footer .socials .social-link:not(:last-child) {
    margin-right: 20px;
  }
  footer .socials .social-link img {
    height: 19px;
    width: 19px;
  }
  .nav-bar {
    text-align: center;
  }
  nav {
    height: 66px;
  }
  .logo .logo-token {
    margin-left: 0.25em;
  }
  .openning {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .code-box-overlap {
    margin-bottom: 80px;
  }
  .code-box-overlap .code-box {
    border-width: 23px;
    max-width: 494px;
  }
  .code-box-overlap .code-box .title-1 {
    line-height: 38px;
  }
  .code-box-overlap .code-box .title-2 {
    line-height: 38px;
  }
  .code-box-overlap .code-box .code-input-wrapper {
    max-width: 365px;
    height: 55px;
    border-radius: 27px;
  }
  .code-box-overlap .code-box .code-input-wrapper .copy-button {
    width: 55px;
  }
  .code-box-overlap .code-box .code-info {
    color: '#646464';
  }
  .step-to-redeem-title {
    margin-bottom: 37px;
  }
  .item {
    margin-right: 50px;
    width: 552px;
    padding: 24px;
  }
  .item .step-card {
    padding: 40px;
  }
  .item .step-card .step-info {
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    height: 51px;
    line-height: 27px;
  }
  .item .step-card img {
    width: 120px;
    height: 260px;
  }
  .carousel-nav {
    padding: 5px 15px;
  }
  .download-now {
    padding-bottom: 0;
    padding-top: 60px;
  }
  .download-now .phone-image {
    height: 100%;
    margin-right: -110px;
    margin-bottom: -40px;
  }
  .download-now .phone-image img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .download-now .image-text {
    height: 486px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 616px;
    margin-left: auto;
    margin-right: auto;
  }
  .download-now .download-container {
    width: unset;
  }
  .download-now .download-area {
    max-width: 247px;
    margin: 0 9px 0 0;
  }
  .download-now .download-scan {
    height: 100%;
  }
  .download-now .download-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .download-now .download-links > * {
    margin: 0;
  }
  .download-now .download-links img {
    height: unset;
    width: 100%;
  }
  .download-now .download-title {
    text-align: left;
    margin-bottom: 20px;
    line-height: 40px;
  }
}

@media screen and (min-width: 992px) {
  .result-table .headers {
    -webkit-column-count: 3;
            column-count: 3;
  }
  .result-table .body {
    -webkit-column-count: 3;
            column-count: 3;
  }
  nav .socials {
    margin-right: 23px;
  }
  nav .socials > * {
    height: 27px;
    margin-left: 12px;
  }
  nav {
    height: 66px;
  }
  .logo .logo-token {
    margin-left: 0.25em;
  }
  .openning {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .openning .cover-image {
    margin-left: -120px;
  }
  .code-box-overlap {
    margin-bottom: 80px;
  }
  .code-box-overlap .code-box {
    border-width: 23px;
    max-width: 680px;
  }
  .code-box-overlap .code-box .title-1 {
    line-height: 38px;
  }
  .code-box-overlap .code-box .title-2 {
    line-height: 38px;
  }
  .code-box-overlap .code-box .code-input-wrapper {
    max-width: 365px;
    height: 55px;
    border-radius: 27px;
  }
  .code-box-overlap .code-box .code-input-wrapper .copy-button {
    width: 55px;
  }
  .code-box-overlap .code-box .code-info {
    color: '#646464';
  }
  .step-to-redeem-title {
    margin-bottom: 37px;
  }
  .item {
    margin-right: 50px;
    width: 552px;
    padding: 24px;
  }
  .item .step-card {
    padding: 40px;
  }
  .item .step-card .step-info {
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    height: 51px;
    line-height: 27px;
  }
  .item .step-card img {
    width: 120px;
    height: 260px;
  }
  .carousel-nav {
    padding: 5px 15px;
  }
  .download-now {
    padding-bottom: 0;
    padding-top: 60px;
  }
  .download-now .phone-image {
    height: 100%;
    margin-right: -110px;
    margin-bottom: -40px;
  }
  .download-now .phone-image img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .download-now .image-text {
    height: 586px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 810px;
    margin-left: auto;
    margin-right: auto;
  }
  .download-now .download-container {
    width: unset;
  }
  .download-now .download-area {
    max-width: 341px;
    margin: 0 9px 0 0;
  }
  .download-now .download-scan {
    height: 100%;
    margin-left: 20px;
  }
  .download-now .download-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .download-now .download-links > * {
    margin: 0;
  }
  .download-now .download-links img {
    height: unset;
    width: 100%;
  }
  .download-now .download-title {
    margin-bottom: 20px;
    line-height: 46px;
  }
}
/*# sourceMappingURL=style.css.map */