/* After creating the necessary styles in 'website-adv.css',
run the minification process and update the styles in the minified file 'minified-website-adv.css'. */

@import url(./font.css);

:root {
  font-weight: 400;
  line-height: 1;
  --black: #000000;
  --pink: #e70463;
  --white: #fff;

  --primary: #39fcad;
  --gray: #d6d6d6;
}

* {
  font-family: CircularStd !important;
}

html {
  font-size: 16px;
}

body {
  min-height: 100vh;
  position: relative;
}

.text-pinky {
  color: var(--pink);
}

.text-big {
  font-family: CircularStd;
  font-size: 80px;
  font-weight: bold;
  line-height: 1.13;
  letter-spacing: -0.56px;

  text-decoration-thickness: 8px;
}

.underline-green,
.underline-green-sm {
  position: relative;
  display: inline-block;
}

.underline-green::after {
  content: "";
  display: inline-block;
  height: 8px;
  width: 100%;
  background-color: var(--primary);
  position: absolute;
  top: 100%;
  left: 0px;
}

.underline-green-sm::after {
  content: "";
  display: inline-block;
  height: 2px;
  width: 100%;
  background-color: var(--primary);
  position: absolute;
  top: 100%;
  left: 0px;
}

.container-2xl {
  padding-left: 90px;
  padding-right: 90px;
}

/* ************ Header ************ */
.header {
  position: relative;
  padding-top: 60px;
  z-index: 1;
}

header .logo {
  width: 190px;
}

header .logo img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

header .tab {
  padding: 22px 0px 18px 0px;
  width: 160px;
  background-color: var(--white);
  color: var(--black);
  border: 1px solid var(--gray);
}

header .tab-active {
  background-color: var(--black);
  color: var(--white);
  border: 1px solid var(--black);
}

.login {
  width: 190px;
}

.btn-login {
  width: 120px;
  padding: 20px 0px 19px 0px;
}

.sticker {
  position: fixed;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: var(--white);
  top: 0;
  left: 0;
  z-index: 2;
  border-bottom: solid 1px #d6d6d6;
  transition: 0.15s;
}

.sticker.header::before,
.sticker.header::after {
  background-color: var(--white);
}

/* ***************** Banner ********************/
.banner {
  height: 900px;
  justify-content: center;
  position: relative;
}

.header::before,
.banner::before {
  content: "";
  background-color: var(--white);
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.header::after,
.banner::after {
  content: "";
  background-color: var(--primary);
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.banner::before,
.banner::after {
  height: 886px;
}

.header::before,
.header::after {
  height: 100%;
}

.banner-text {
  color: var(--black);
  margin-left: 227px;
  padding-top: 229px;
}

.banner-text > div {
  width: 429px;
}

.banner-text .small {
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.1px;
  padding-left: 2px;
  position: relative;
  left: 5px;
}

.banner-text .medium {
  font-size: 22px;
  font-weight: normal;
  line-height: 1.73;
  letter-spacing: -0.15px;
}

.banner-text .big {
  font-size: 80px;
  line-height: 1.13;
  letter-spacing: -0.56px;
  font-weight: bold;
}

.banner-img {
  padding-top: 2px;
  max-width: 888px;
}

.plat-form {
  padding: 30px 34px;
  width: 1116px;
  height: 153px;
  border-radius: 12px;
  border: solid 1px var(--gray);
  background-color: var(--white);
  position: relative;
  z-index: 1;
  margin: auto;
  transform: translateY(-94px);
}

.plat-form > div {
  width: 50%;
}

.plat-form .title {
  margin-bottom: 28px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.4px;
  color: #000;
}

.instagram {
  height: 44px;
  width: 44px;
}

.tiktok {
  margin: 0px 41px;
  width: 36px;
  height: auto;
}

.soon {
  padding-left: 16px;
  font-size: 11px;
  font-weight: 400;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0.6px;
  text-align: center;
  color: var(--black);
  border-left: 1px solid var(--gray);
  height: 44px;
  vertical-align: middle;
  padding-top: 14px;
}

.x {
  margin-left: 26px;
  width: 39px;
  height: auto;
}

.youtube {
  margin-left: 45px;
  width: 77px;
  height: auto;
}

.twitch {
  margin-left: 48px;
  width: 41px;
  height: auto;
}

.plat-form > .left {
  border-right: 1px solid var(--gray);
}

.plat-form > .right > .available > .medium,
.plat-form > .right > .date > .medium {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.4px;
  font-weight: 500;
}

.plat-form > .right > .date {
  padding: 0px 54px 0px 47px;
  border-right: 1px solid var(--gray);
}

.plat-form > .right > .date > div:first-child {
  margin-bottom: 28px;
}

.plat-form > .right > .date > .big {
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.14px;
}

.plat-form > .right .available .status div {
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.4px;
}

.plat-form > .right .status img {
  width: 14px;
  height: 14px;
}

.plat-form .right .available {
  padding-left: 24px;
}

.plat-form .status {
  margin-top: 12px;
}

.plat-form .status img {
  margin-right: 10px;
}

.container-3xl {
  margin-left: 250px;
  margin-right: 250px;
}

/* ******************* Main ********************/
.main .left {
  flex-grow: 1;
}

.main .right {
  width: 630px;
}

.main .small-title {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 2.18px;
}

.main .big-title {
  font-size: 54px;
  font-weight: bold;
  line-height: 1.26;
  letter-spacing: normal;
  margin-bottom: 34px;
}

.main p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.46px;
  hyphens: auto;
  max-width: 470px;
}

.main-1 .image {
  margin-top: 119px;
  margin-left: 9px;
  max-width: 678px;
}

.main-1 .text {
  padding-left: 16px;
  margin-top: 333px;
}

.main p {
  margin-bottom: 48px;
}

.main button {
  width: 220px;
  height: 62px;
  padding: 20px 28px 15px 22.9px;
  border-radius: 8px;
  background-color: var(--black);
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  text-align: center;
  color: var(--white);
  display: flex;
  justify-content: center;
}

.main-2 .image {
  margin-top: 179px;
  margin-left: 11px;
  transform: translateX(70px);
  max-width: 556px;
}

.main-2 p {
  margin-bottom: 25px;
}

.main-2 .text {
  padding-right: 80px;
  margin-top: 390px;
  transform: translateX(-10px);
}

.main-3 {
  margin-right: 172px;
}

.main-3 .image {
  margin-top: 180px;
  margin-right: 11px;
  transform: translateX(2px);
  max-width: 626px;
}

.main-3 .text {
  margin-top: 298px;
  padding-right: 0px;
  padding-left: 154px;
}

.main-3 .big-title {
  margin-bottom: 28px;
}

.main-3 p {
  padding-right: 20px;
}

.main-4 .image {
  margin-top: 79px;
  transform: translateX(16px);
  max-width: 592px;
}

.main-4 .text {
  padding-left: 18px;
  margin-top: 315px;
  padding-right: 72px;
}

.main-4 .small-title {
  margin-bottom: 4px;
}

.main-4 .big-title {
  margin-bottom: 31px;
}

.main-5 .image {
  margin-top: 92px;
  transform: translateX(-30px);
  max-width: 616px;
}

.main-5 .text {
  margin-top: 338px;
  padding-left: 58px;
  transform: translateX(23px);
}

.focus-container {
  margin: 0px 165px;
}

.focus .text {
  width: 450px;
  top: 368px;
  left: 2px;
}

.focus .image {
  padding-top: 238px;
}

.faq-container,
.qr-code-container,
.pioneer-container {
  margin-left: 288px;
  margin-right: 288px;
}

.pioneer {
  margin-top: 274px;
}

.pioneer .union {
  width: 255px;
  height: auto;
  position: absolute;
  top: 78px;
  left: 32px;
}

.pioneer .text {
  width: 397px;
  margin-left: 375px;
}

.pioneer .paragraph {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  padding-top: 80px;
  padding-left: 18px;
  margin-bottom: 36px;
}

.pioneer p {
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  width: 65%;
  margin-bottom: 36px;
}

.pioneer .link {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.44;
  letter-spacing: normal;
  width: 65%;
}

.pioneer .link img {
  transform: scale(1.45);
  margin-right: 12px;
}

.qr-code {
  display: flex;
  gap: 54px;
  padding-top: 222px;
}

.qr-code .text {
  width: 436px;
  padding-top: 68px;
}

.qr {
  width: 400px;
  height: 400px;
  padding: 53px 93px 54px;
  border-radius: 9px;
  border: solid 0.8px var(--gray);
}

.qr-code .title {
  display: flex;
  height: 30px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.21px;
  margin-bottom: 48px;
  align-self: center;
  white-space: nowrap !important;
  align-items: center !important;
}

.btn-download {
  display: none;
}

.faq-container {
  margin-top: 250px;
}

.faq .text {
  padding: 168px 0px 0px 48px;
  min-width: 300px;
}

.accordion {
  padding-left: 80px;
  padding-right: 40px;
  margin-left: 100px;
}

.accordion p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.63;
  letter-spacing: normal;
  margin-top: 0px;
}

.accordion-item {
  padding: 26px 53px 27px 0px;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  border-top: 1px solid var(--gray);
  width: 100%;
  height: 77px;
  position: relative;
}

.accordion-item .title {
  min-height: 23px;
}

.accordion-item.active {
  padding-bottom: 21px;
  height: auto;
}

.accordion-item > .icon {
  width: 15.5px;
  height: 9px;
  position: absolute;
  right: 0;
  top: 26px;
  cursor: pointer;
}

.accordion-item > p {
  max-height: 0;
  overflow: hidden;
  margin-top: 8px;
}

.accordion-item.active > p {
  max-height: initial;
  height: auto;
  overflow: auto;
  transition: max-height 0.2s ease-out;
}

.accordion-item.active {
  transform: rotate(0deg);
}

.accordion-item.active .icon {
  transform: rotate(-180deg);
  transition: 0.15s;
  transition: transform 0.2s ease-out;
}

.faq .link {
  padding: 26px 0px;
  font-size: 18px;
  font-weight: bold;
  border-top: 1px solid var(--gray);
}

.footer-container {
  margin-top: 332px;
  padding: 80px 115px 128px 115px;
  background: var(--black);

  display: grid;
  grid-template-columns: minmax(200px, 45%) 1fr;
}

footer {
  min-height: 400px;
}

footer .name {
  font-size: 11px;
  line-height: 3.09;
  letter-spacing: 3.14px;
  text-align: center;
  color: var(--white);
  margin: 9px 0px 39px 0px;
}

footer .btn-contact {
  width: 190px;
  height: 62px;
  padding: 20px 29px 17.6px 27px;
  border-radius: 8px;
  background-color: var(--white);
}

footer .btn-contact img {
  transform: scale(1.3);
  width: 24px;
  height: auto;
  margin-left: 2px;
  margin-right: 15px;
}

footer .btn-contact div {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2px;
}

footer .information .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 0.8;
  letter-spacing: 1px;
  color: var(--white);
  margin-bottom: 29px;
}

footer .information .link {
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.32px;
  color: var(--white);
  margin-top: 10px;
}

.col-info .icon div {
  width: 60px;
  height: 60px;
  padding: 18px;
  background-color: #fff;
  border-radius: 100%;
}

.col-info {
  margin-top: 6px;
}

.copy-right {
  padding: 20px 0 25px 0px;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.44px;
  background: var(--black);
  color: var(--white);

  border-top: 1px solid #202020;
  display: flex;
  align-items: center;
  justify-content: center;
}

.copy-right img {
  transform: translateX(-8px);
}

.focus-combo-img {
  display: none;
}

@media only screen and (max-width: 1920px) {
  .banner {
    justify-content: initial;
  }
}

/* * ========================================= */
@media only screen and (max-width: 1800px) {
  .pioneer {
    margin-top: 174px;
  }

  .pioneer .union {
    left: 0px;
    transform: scale(0.8) translate(-100px);
  }

  .pioneer .text {
    margin-left: 220px;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1536px) {
  .container-3xl {
    margin-left: 150px;
    margin-right: 150px;
  }

  .banner-img {
    padding-top: 70px;
  }

  .main .image img {
    max-width: 100%;
  }

  .main-2 .text {
    padding-right: 100px;
  }

  .main-3,
  .main-5 {
    margin-left: 120px;
    margin-right: 100px;
  }

  .main-4 .text {
    padding-right: 80px;
  }

  .focus .text {
    top: 225px;
  }

  .focus .image {
    width: 80%;
  }

  .pioneer .union {
    width: 200px;
    top: 60px;
    left: 0px;
  }

  .pioneer .text {
    margin-left: 270px;
  }

  .qr-code {
    gap: 40px;
  }

  .qr-code .title {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .qr {
    width: 250px;
    height: 250px;
    padding: 20px;
  }

  .qr .code {
    padding: 24px;
    margin: auto;
  }

  .text-big {
    font-size: 60px;
  }

  .accordion {
    padding: 0px;
    margin: 0px;
  }

  .col-info .icon div {
    padding: 12px;
    width: 46px;
    height: 46px;
  }
}

@media only screen and (max-width: 1400px) {
  .banner {
    height: 820px;
  }

  .banner::before,
  .banner::after {
    height: 820px;
  }

  .main-1 .image {
    margin-top: 30px;
  }

  .main-1 .text {
    margin-top: 200px;
  }

  .main-2 .image {
    margin-top: 100px;
  }

  .main-2 .text {
    padding-right: 0px;
    margin-top: 290px;
  }

  .main-3 .text {
    padding-left: 50px;
  }

  .main-4 .text {
    padding-right: 0px;
    padding-left: 0px;
  }

  .main-4 p {
    padding-right: 10px;
  }

  .qr {
    width: 220px;
    height: 220px;
    padding: 30px 40px 30px 40px;
    margin-top: 26px;
    transform: translateX(50px);
  }

  .qr-android {
    transform: translateX(80px);
  }

  .qr-code .text {
    width: 220px;
  }

  .qr-code .title {
    font-size: 16.5px;
    line-height: 1;
    letter-spacing: -0.11px;
    margin-bottom: 12px;
    align-items: flex-start;
  }

  .qr-code .text {
    padding-top: 66px;
  }

  .qr-code .code img {
    width: 100%;
    aspect-ratio: 1 / 1;
  }
}

@media only screen and (max-width: 1300px) {
  .banner-text {
    margin-left: 150px;
    padding-top: 150px;
  }

  .main-2 .text {
    padding-right: 50px;
  }

  .main-4 .text {
    padding-right: 20px;
  }

  .pioneer-container {
    margin-left: 200px;
    margin-right: 200px;
  }

  .pioneer .union {
    width: 160px;
  }

  .pioneer .text {
    margin-left: 230px;
  }

  .pioneer .paragraph {
    padding-top: 50px;
  }

  .qr-code-container {
    margin-left: 200px;
    margin-right: 200px;
  }

  .qr-code {
    padding-top: 94px;
  }

  .qr {
    width: 220px;
    height: 220px;
    padding: 30px 40px 30px 40px;
    margin-top: 26px;
    transform: translateX(50px);
  }

  .qr-android {
    transform: translateX(80px);
  }

  .qr-code .text {
    width: 220px;
  }

  .qr-code .title {
    font-size: 16.5px;
    line-height: 1;
    letter-spacing: -0.11px;
    margin-bottom: 12px;
    align-items: flex-start;
  }

  .qr-code .text {
    padding-top: 66px;
  }

  .qr-code .code img {
    width: 100%;
    aspect-ratio: 1 / 1;
  }
}

/* ******************************************* */
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .underline-green::after {
    height: 4.4px;
  }

  .header {
    padding-top: 33px;
  }

  .sticker {
    padding-top: 24px;
    padding-bottom: 30px;
  }

  .banner-img {
    padding-top: 0px;
  }

  .accordion-item > .icon {
    width: 14px;
    top: 18px;
  }

  .main .image img {
    max-width: none;
  }

  .container-2xl {
    padding-left: 49px;
    padding-right: 18px;
  }

  .header .logo {
    width: 104.5px;
  }

  header .tab {
    font-size: 8.8px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.1px;
    height: 34.1px;

    width: 88px;
    padding: 12px 0px 11px;
  }

  .login {
    width: 105px;
  }

  .login > .btn-login {
    width: 66px;
    height: 34px;
    margin: 0 0 0px;
    padding: 11px 0px 10px;
    border-radius: 4.4px;

    font-size: 9.9px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.11px;
    text-align: center;
  }

  .banner {
    height: 600px;
  }

  .banner::before,
  .banner::after {
    height: 560px;
  }

  .banner-text {
    margin-left: 124px;
    padding-top: 126px;
  }

  .banner-text .small {
    font-size: 8px;
    line-height: 0.96;
    letter-spacing: -0.06px;
    margin-bottom: 4px;
    transform: translate(-4px, 0px);
  }

  .banner-text .big {
    font-size: 44px;
    line-height: 1.13;
    letter-spacing: -0.31px;
  }

  .banner-text .medium {
    font-size: 12px;
    line-height: 1.75;
    letter-spacing: -0.08px;
  }

  .banner-text > div {
    width: 236px;
  }

  .banner-img {
    max-width: 566px;
    max-height: 470px;
  }

  .banner-img > img {
    transform: translate(-26px, 4px);
  }

  .plat-form {
    width: 615px;
    height: 86px;
    padding: 17px 19px 15px 19px;
    border-radius: 6.6px;
    border: solid 0.6px var(--gray);
    margin: 0px 180px 0px 220px;
  }

  .plat-form .title {
    font-size: 7.7px;
    line-height: 1;
    letter-spacing: 0.22px;
  }

  .plat-form > .right > .date > .big {
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0.63px;
    color: #000;
  }

  .plat-form > .right .available .status div {
    font-size: 7.7px;
    line-height: 1.71;
    letter-spacing: 0.22px;
  }

  .instagram {
    height: 24px;
    width: 24px;
  }

  .tiktok {
    margin: 0px 18px 0px 22px;
    width: 24px;
    height: auto;
  }

  .soon {
    padding-left: 8px;
    font-size: 6px;
    font-weight: 400;
    letter-spacing: 0.33px;

    height: 24px;
    padding-top: 8px;
  }

  .x {
    margin-left: 16px;
    width: 20px;
    height: auto;
  }

  .youtube {
    margin-left: 27px;
    width: 42px;
    height: auto;
  }

  .twitch {
    margin-left: 24px;
    width: 24px;
    height: auto;
  }

  .plat-form .title {
    margin-bottom: 13px;
  }

  .plat-form > .right > .date {
    padding: 0px 29px 0px 25px;
  }

  .plat-form > .right > .available > .medium,
  .plat-form > .right > .date > .medium {
    font-size: 7.7px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.22px;
  }

  .plat-form > .right > .date > div:first-child {
    margin-bottom: 14px;
  }

  .plat-form > .right .status img {
    width: 7.7px;
    height: 7.7px;
  }

  .plat-form .right .available {
    padding-left: 14px;
  }

  .plat-form .status {
    margin-top: 6px;
  }

  .plat-form .status img {
    margin-right: 5px;
  }

  .container-3xl {
    margin: 0px 158px;
  }

  .main-1 .text {
    padding-left: 47px;
    margin-top: 89px;
  }

  .main-1 .image {
    max-width: 424px;
    max-height: 374px;
    margin-top: 0px;
    margin-left: 32px;
  }

  .main-1 .image img {
    width: 404px;
  }

  .main .small-title {
    font-size: 6.6px;
    line-height: 2;
    letter-spacing: 1.2px;
  }

  .main .big-title {
    font-size: 29.7px;
    line-height: 1.37;
    margin-bottom: 14px;
  }

  .main p {
    font-size: 8.8px;
    line-height: 1.5;
    letter-spacing: 0.25px;
    margin-bottom: 40px;
  }

  .main button {
    width: 121px;
    height: 34px;
    padding: 11px 15.4px 10.1px 12.6px;
    border-radius: 4.4px;
    font-size: 9.9px;
    letter-spacing: 0.11px;
  }

  .main-1 p {
    hyphens: initial;
  }

  .main-2 .text {
    padding-right: 32px;
    margin-top: 300px;
    margin-left: 24px;
  }

  .main-2 .text p {
    margin-bottom: 26px;
  }

  .main-2 .image {
    margin-top: 132px;
    margin-left: 36px;
  }

  .main-2 .image .image-small {
    display: none;
  }

  .main-2 .image img {
    width: 346px;
    transform: translateX(5px);
  }

  .main-3 {
    margin-right: 100px;
  }

  .main-3 .text {
    margin-top: 222px;
    padding-left: 18px;
    padding-right: 0px;
  }

  .main-3 .text p {
    margin-bottom: 38px;
    padding-right: 16px;
  }

  .main-3 .image {
    margin-top: 128px;
  }

  .main-3 .image img {
    width: 420px;
  }

  .main-4 p {
    hyphens: initial;
  }

  .main-4 .text {
    padding-left: 50px;
    margin-top: 236px;
    padding-right: 40px;
  }

  .main-4 .image {
    margin-top: 95px;
    transform: translateX(12px);
  }

  .main-4 .image img {
    width: 325px;
  }

  .main-5 {
    margin-right: 100px;
  }

  .main-5 .text {
    margin-top: 248px;
    padding-left: 46px;
    transform: translateX(0);
    padding-right: 40px;
  }

  .main-5 .image {
    margin-top: 115px;
    transform: translateX(4px);
  }

  .main-5 .image img {
    width: 420px;
  }

  .text-big {
    font-size: 44px;
    font-weight: bold;
    line-height: 1.13;
    letter-spacing: -0.31px;
  }

  .focus-container {
    margin: 0px 76px 0px 108px;
  }

  .focus .text {
    width: 250px;
    top: 226px;
    left: 0;
  }

  .focus .image {
    padding-top: 155px;
  }

  .focus .image img {
    width: 640px;
  }

  .faq-container {
    margin-left: 150px;
    margin-right: 150px;
  }

  .pioneer-container {
    margin-left: 168px;
    margin-right: 126px;
  }

  .pioneer {
    margin-top: 145px;
  }

  .pioneer .union {
    width: 140px;
  }

  .pioneer .text {
    width: 250px;
    margin-left: 222px;
    padding-top: 38px;
  }

  .pioneer .paragraph {
    padding-top: 48px;
    padding-left: 63px;
  }

  .pioneer p {
    font-size: 17.6px;
    line-height: 1.44;
    width: 400px;
    margin-right: 49px;
    margin-bottom: 12px;
  }

  .pioneer .link {
    font-size: 17.6px;
    line-height: 1.44;
    padding-left: 55px;
  }

  .pioneer .link img {
    transform: scale(0.85);
    margin: 0;
  }

  .qr-code-container {
    margin-left: 158px;
    margin-right: 158px;
  }

  .qr-code {
    padding-top: 94px;
  }

  .qr {
    width: 220px;
    height: 220px;
    padding: 30px 51px 30px 51px;
    margin-top: 26px;
    transform: translateX(50px);
  }

  .qr-android {
    transform: translateX(80px);
  }

  .qr-code {
    gap: 0px;
  }

  .qr-code .text {
    width: 220px;
  }

  .qr-code .title {
    font-size: 16.5px;
    line-height: 1;
    letter-spacing: -0.11px;
    margin-bottom: 12px;
    align-items: flex-start;
  }

  .qr-code .text {
    padding-top: 66px;
  }

  .qr-code .code img {
    width: 100%;
    aspect-ratio: 1 / 1;
  }

  .faq .text {
    padding: 11px 0px 0px 34px;
    margin-top: 96px;
  }

  .accordion-item {
    font-size: 9.9px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    height: 42px;
    padding: 14px 24px 14px 0px;
  }

  .accordion p {
    font-size: 8.8px;
    font-weight: normal;
    line-height: 1.63;
    letter-spacing: normal;
    color: #000;
    margin-top: 4px;
  }

  .faq-container {
    margin-top: 154px;
  }

  .accordion {
    padding-left: 0px;
    margin-left: 0px;
    padding-right: 0px;
    margin-top: 12px;
  }

  .accordion-item.active {
    padding-bottom: 11px;
    height: auto;
  }

  .faq .link {
    font-size: 9.9px;
    padding: 16px 0px;
  }

  .footer-container {
    padding: 45px 64px 70px 64px;
    margin-top: 180px;
  }

  footer {
    min-height: 220px;
  }

  footer .name {
    font-size: 6.1px;
    line-height: 3.09;
    letter-spacing: 1.73px;
    text-align: center;
    color: #fff;
    margin: 6px 0px 22px 0px;
  }

  footer .btn-contact {
    padding: 11px 16px 10px 15px;
    width: 105px;
    height: 34px;
    border-radius: 4.4px;
  }

  footer .btn-contact div {
    font-size: 9.9px;
    letter-spacing: 0.11px;
  }

  footer .btn-contact img {
    width: 16px;
    transform: scale(1);
    margin-right: 4px;
  }

  footer .information .title {
    font-size: 11px;
    line-height: 0.8;
    letter-spacing: 0.55px;
    margin-bottom: 16px;
  }

  footer .information .link {
    font-size: 7.7px;
    line-height: 1.71;
    letter-spacing: 0.17px;
    margin-top: 5px;
  }

  .col-info {
    margin-top: 3px;
  }

  .col-info .icon div {
    width: 33px;
    height: 33px;
    padding: 10px;
  }

  .copy-right {
    font-size: 6.6px;
    line-height: 1;
    letter-spacing: 0.24px;
    color: #fff;
    padding: 8px 0px 14px 0px;
  }

  .copy-right img {
    margin-right: 28px;
    transform: translateX(26px) scale(0.4);
  }

  .focus-combo-img {
    display: none;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .underline-green::after {
    height: 4.4px;
  }

  .main .image img {
    max-width: none;
  }

  .main-1 .image img {
    width: 370px;
  }

  .banner,
  .container-2xl,
  .container-3xl,
  .focus-container,
  .pioneer-container,
  .qr-code-container,
  .faq-container,
  .footer-container {
    padding-left: 41px;
    padding-right: 41px;
  }

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

  .login {
    display: none !important;
  }

  .header {
    padding-top: 50px;
    flex-direction: column-reverse !important;
    align-items: flex-start !important;
  }

  .header .logo {
    width: 164px;
  }

  header > div {
    width: 100%;
  }

  header .if-av {
    padding-left: 2px;
    margin-bottom: 72px;
  }

  .header .tab {
    width: 105px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-align: center;

    padding: 9px 0px 11px;
  }

  .header.sticker {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .header.sticker > .logo {
    display: none;
  }

  .header.sticker .if-av {
    margin-bottom: 0px;
    transform: translateY(30px);
  }

  .banner::before,
  .banner::after,
  .header::before,
  .header::after {
    background-color: var(--white);
  }

  .banner::before,
  .banner::after {
    height: 320px;
  }

  .banner {
    flex-direction: column;
  }

  .banner-text {
    margin: 0px 0px 97px 0px;
    padding-top: 26px;
  }

  .banner-text > .small {
    display: none !important;
  }

  .banner-text > .big {
    font-size: 43px;
    font-weight: bold;
    line-height: 1.14;
    letter-spacing: -0.3px;
    margin-bottom: 9px;
  }

  .banner-text > .medium {
    font-size: 12px;
    line-height: 1.75;
    letter-spacing: -0.08px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
  }

  .banner-img {
    min-height: 320px;
    background-color: var(--primary);
    margin: 0px -41px;
    padding-top: 0px;
  }

  .banner-img > img {
    width: 418px;
    transform: translate(5px, -98px);
  }

  .instagram {
    width: 22px;
    height: 22px;
  }

  .tiktok {
    width: 19px;
    height: 22px;
    margin-left: 26px !important;
    margin-right: 20px;
  }

  .soon,
  .x,
  .youtube,
  .twitch {
    display: none;
  }

  .social {
    padding: 0px 30px;
  }

  .plat-form {
    width: 100%;
    margin: 0px;
    transform: translateX(0px);
    padding: 16px 25px 16px 18px;
  }

  .plat-form > div.right {
    flex-grow: 1;
  }

  .plat-form > div.left {
    width: auto;
  }

  .plat-form .title {
    font-size: 7px;
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: 0.2px;
    margin-bottom: 15px;
  }

  .plat-form > .right > .available > .medium,
  .plat-form > .right > .date > .medium {
    font-size: 8px;
    font-weight: 500;
    line-height: 0.95;
    letter-spacing: 0.23px;
  }

  .plat-form > .right > .date > .big {
    font-size: 21px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.6px;
    color: #000;
  }

  .plat-form > .right > .date {
    min-width: 123px;
    padding: 1px 5px 1px 14px;
  }

  .plat-form > .right > .date > div:first-child {
    margin-bottom: 15px;
  }

  .plat-form .right .available {
    padding-left: 19px;
  }

  .plat-form > .right .available .status div {
    font-size: 7px;
    line-height: 1.86;
    letter-spacing: 0.2px;
  }

  .plat-form > .right .status img {
    width: 7px;
    height: 7px;
    transform: translateX(-1px);
  }

  .plat-form .status {
    margin-top: 4px;
  }

  .main {
    flex-direction: column;
  }

  .main .small-title {
    font-size: 8px;
    line-height: 1.65;
    letter-spacing: 1.45px;
    margin-bottom: 5px;
  }

  .main .big-title {
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: normal;
    margin-bottom: 10px;
  }

  .main button {
    width: 170px;
    height: 45px;
    padding: 14px 15px 15px 15px;
    border-radius: 4.4px;

    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.14px;
    text-align: center;
  }

  .main p {
    font-size: 15px;
    line-height: 1.47;
    margin-bottom: 20px;
    letter-spacing: normal;
    padding-right: 10px;
  }

  .main .right {
    width: 100%;
  }

  .main-1 .image {
    margin-top: 58px;
    margin-left: 0px;
    transform: translateX(-15px);
  }

  .main-1 .text {
    padding-left: 9px;
    margin-top: 114px;
  }

  .main-2 {
    flex-direction: column-reverse;
  }

  .main-2 .text {
    padding-right: 15px;
    margin-top: 32px;
    margin-left: 20px;
  }

  .main-2 .image {
    margin-top: 100px;
    margin-left: 11px;
    transform: translateX(0px);
  }

  .main-2 .image img {
    width: 304px;
  }

  .main-2 .image .image-big {
    display: none;
  }

  .main-2 .image .image-small {
    display: block;
  }

  .main-2 .text p {
    margin-bottom: 20px;
    padding-right: 0px;
  }

  .main-3 .image {
    margin-top: 79px;
  }

  .main-3 .image img {
    width: 345px;
  }

  .main-3 .text {
    margin-top: 32px;
    padding-left: 9px;
    padding-right: 0px;
  }

  .main-3 .text p {
    margin-bottom: 20px;
  }

  .main-4 {
    flex-direction: column-reverse;
  }

  .main-4 .text {
    padding-left: 9px;
    margin-top: 32px;
    padding-right: 0px;
  }

  .main-4 .image {
    margin-top: 79px;
    transform: translate(6px, 0px);
    padding-right: 0;
  }

  .main-4 .text p {
    margin-bottom: 19px;
  }

  .main-5 .text {
    margin-top: 59px;
    padding-left: 9px;
    padding-right: 0px;
  }

  .main-5 .image {
    margin-top: 89px;
    transform: translateX(6px);
  }

  .main-5 .image img {
    width: 339px;
    transform: scale(1.13);
  }

  .focus .text {
    width: 250px;
    top: 101px;
    left: -58px;
  }

  .focus {
    height: 301px;
  }

  .focus .image {
    display: none;
  }

  .focus-combo-img {
    display: block;
  }

  .pioneer-container {
    padding-right: 50px;
    padding-left: 50px;
    margin: 0px;
  }

  .pioneer .union {
    margin: 93px auto 4px;
    position: initial;
  }

  .pioneer .text {
    margin-left: 0px;
  }

  .pioneer .paragraph {
    padding-left: 0px;
    padding-top: 31px;
    align-items: flex-start;
  }

  .pioneer p {
    margin: 0px;
    width: 100%;

    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.47;
    letter-spacing: normal;
  }

  .pioneer .link {
    font-size: 17.6px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;

    padding-left: 0;
    margin-top: 21px;
    transform: translateX(-3px);
  }

  .qr-code-container {
    margin-right: 0px;
    margin-left: 0px;
    flex-direction: column;
  }

  .qr-code {
    padding-top: 9px;
  }

  .qr-code .text {
    padding-left: 9px;
    margin-bottom: 36px;
  }

  .qr {
    display: none;
  }

  .qr-code .btn-download {
    width: 330px;
    height: 61px;
    padding: 24px 0px 20px 35px;
    border-radius: 4.4px;
    background-color: var(--black);
  }

  .qr-code .btn-download > div {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.18px;
    color: var(--white);
  }

  .btn-download {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    margin-left: 8px;
  }

  .btn-download > img {
    width: 26px;
    margin-bottom: 8px;
    margin-right: 24px;
  }

  .faq-container {
    flex-direction: column;
    margin: 118px 0px;
  }

  .faq .text {
    padding: 10px 175px 0px 9px;
    margin-top: 7px;
  }

  .accordion {
    padding-left: 9px;
    padding-right: 0px;
    margin-left: 0px;
    margin-top: 34px;
  }

  .accordion-item {
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    padding: 0;
    min-height: 70px;
    height: auto;
  }

  .accordion-item .title {
    padding: 25px 20px 26px 0px;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
  }

  .accordion p {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.47;
    letter-spacing: normal;
    margin-bottom: 8px;
    margin-top: 0px;
  }

  .faq .link {
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    padding: 30px 0px;
  }

  .footer-container {
    margin-top: 120px;
    flex-direction: column;
    display: flex;
    align-items: center;
    padding: 82px 59px 59px 70px;
  }

  .footer-container .left img {
    transform: translateX(-6px);
  }

  footer .name {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    color: #fff;
    margin-top: 20px;
  }

  footer .btn-contact {
    width: 220px;
    height: 62px;
    padding: 20px 43px 17.6px;
    border-radius: 8px;
    background-color: #fff;
    margin-top: 122px;
    transform: translateX(-6px);
  }

  footer .btn-contact div {
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.2px;
  }

  .footer-container .btn-contact img {
    margin-right: 24px;
    transform: scale(2) translateX(2px);
  }

  .information {
    grid-template-columns: 40% 1fr !important;
    grid-template-rows: auto 1fr;
    margin-top: 102px;
    width: 100%;
    row-gap: 96px;
    column-gap: 10px;
  }

  footer .information .title {
    font-size: 20px;
    font-weight: bold;
    line-height: 0.8;
    letter-spacing: normal;
    color: var(--gray);
    margin-bottom: 30px;
  }

  .col-info:last-child {
    grid-row: 1 / 2;
    grid-column: 1 / 3;
    text-align: center;
  }

  .col-info:first {
    grid-row: 2 / 4;
    grid-column: 1 / 2;
  }

  .col-info:nth-child(2) {
    grid-row: 2 / 4;
    grid-column: 2 / 3;
  }

  .col-info .icon {
    margin-top: 30px;
    justify-content: center;
    align-items: center;
  }

  .col-info .icon div {
    width: 60px;
    height: 60px;
    padding: 18.5px;
  }

  footer .information .link {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.71;
    letter-spacing: 0.32px;
    color: var(--white);
    text-align: left;
    margin-top: 10px;
  }

  .copy-right {
    font-size: 13px;
    font-weight: normal;
    line-height: 1.54;
    letter-spacing: 0.47px;
    text-align: center;
    color: var(--white);

    padding: 21px 0px 48px 0px;
    flex-direction: column;
    align-items: center;
  }
}

@media only screen and (max-width: 500px) {
  .banner-img > img {
    width: 100%;
    transform: translate(0px, -98px);
  }
}

[data-aos="fade-appear"] {
  opacity: 0;
  transition-property: opacity;
}

[data-aos="fade-appear"].aos-animate {
  opacity: 1;
}

@media only screen and (max-width: 400px) {
  .social {
    padding: 0px 12px;
  }

  .plat-form {
    padding: 16px 12px;
  }

  .banner > .banner-img > img {
    max-width: 100%;
    transform: translate(0px, -70px);
  }

  .main .image img {
    max-width: 100%;
  }

  .qr-code .btn-download {
    width: 100%;
    margin-left: 0px;
  }

  .faq .text {
    padding-right: 100px;
  }
}

@media only screen and (min-width: 1921px) {
  .xxxl-center {
    justify-content: center;
  }
  .pioneer .link {
    width: 44%;
  }
}
