@font-face {
  font-family: "Geist";
  src: url("../webfonts/geist-regular.woff2") format("woff2");
}
@font-face {
  font-family: "GeistMedium";
  font-style: normal;
  font-weight: normal;
  src: url("../webfonts/geist-medium.woff2") format("woff2");
}
@font-face {
  font-family: "GeistLight";
  font-style: normal;
  font-weight: normal;
  src: url("../webfonts/geist-light.woff2") format("woff2");
}
body {
  margin: 0px;
  padding: 0px;
  color: #18181B;
  font-family: "Geist";
}

h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

h3 {
  font-size: 30px;
}
@media screen and (min-width: 375px) {
  h3 {
    font-size: 40px;
  }
}

h5 {
  font-size: 18px;
}
@media screen and (min-width: 375px) {
  h5 {
    font-size: 22px;
  }
}

.desc {
  font-size: 18px;
  color: #52525B;
}
.desc.small {
  font-size: 16px !important;
}

@keyframes ani-vert {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(6px);
  }
}
@keyframes ani-hori {
  0%, 100% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(6px);
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translatex(-1966px);
  }
}
@keyframes ani-load {
  0% {
    transform: translateY(150px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
.ani-load {
  opacity: 0;
}

.coin-ani {
  opacity: 1;
  transform: scale(1);
  transition-delay: 100ms;
  animation: 4.5s ease 0s infinite normal none running ani-vert;
}

.coin-ani-hori {
  opacity: 1;
  transform: scale(1);
  transition-delay: 100ms;
  animation: 4.5s ease 0s infinite normal none running ani-hori;
}

a {
  text-decoration: none;
  color: #18181B;
}

.header {
  display: flex;
  padding: 20px 16px 12px 16px;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .header {
    padding: 20px 108px 12px 108px;
  }
}
.header .hamburger {
  width: 49px;
  height: 40px;
}
@media screen and (min-width: 1024px) {
  .header .hamburger {
    display: none;
  }
}
.header .hamburger button {
  padding: 12px 16px 10px 16px;
  background-color: #18181B;
  border-radius: 8px;
  border: none;
}
.header .hamburger button svg {
  width: 17px;
}
.header nav {
  display: flex;
}
.header nav a {
  padding: 10px 20px;
}
.header nav .btn-wrap {
  margin-left: 46px;
  display: flex;
}
.header nav .btn-wrap a {
  margin: 0 16px 16px 0;
  border: none;
  border-radius: 100px;
  padding: 10px 20px;
  cursor: pointer;
  text-align: center;
  height: 20px;
  align-content: center;
}
.header nav .btn-wrap .login {
  background: #F4F4F5;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.header nav .btn-wrap .contact {
  background: #18181B;
  color: #fff;
}
.header nav .btn-wrap .contact:hover {
  background: #18181B;
}
.header nav.active {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 62px;
  background-color: #fff;
  right: 19px;
  box-shadow: 0px 3px 3px #F4F4F5;
  border: 1px #F4F4F5 solid;
  border-radius: 20px;
  padding: 20px;
  z-index: 1;
}
.header nav.active a:hover {
  background-color: #F4F4F5;
  border-radius: 20px;
}
.header nav.active div {
  display: flex;
  flex-direction: column;
  margin: 20px 20px 0 20px;
}
.header nav.active div button {
  margin-bottom: 20px;
}

footer {
  background-color: #18181B;
  padding: 36px 16px 44px 16px;
  color: #A1A1AA;
  font-family: "GeistLight";
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  footer {
    display: flex;
    justify-content: space-between;
    padding: 16px 108px;
  }
}
footer a {
  color: #A1A1AA;
  font-size: 14px;
  margin-right: 10px;
}
footer .copyright {
  margin-bottom: 22px;
}

.monetize {
  position: relative;
  padding: 20px 0;
  padding-top: 80px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: rgba(255, 0, 0, 0);
}
@media screen and (min-width: 1024px) {
  .monetize {
    padding-top: 85px;
    box-shadow: none;
  }
}
.monetize .monetize-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .monetize .monetize-wrap {
    max-width: 650px;
  }
}
@media screen and (min-width: 1024px) {
  .monetize .monetize-wrap {
    max-width: 928px;
  }
}
.monetize .creator-wrap {
  display: flex;
  justify-content: center;
}
.monetize .creator-wrap .container {
  width: 100%;
  background-color: #F4F4F5;
  border-radius: 2rem;
  padding: 6px;
  display: flex;
  max-width: 305px;
}
.monetize .creator-wrap .container .text {
  line-height: 28px;
  font-size: 14px;
  font-family: "GeistMedium";
  color: #52525B;
  padding: 0 6px 0 6px;
}
.monetize .monetize-txt-wrap {
  padding: 4px;
  margin-top: 16px;
  margin-bottom: 20px;
}
.monetize .monetize-txt-wrap h1, .monetize .monetize-txt-wrap h2 {
  font-size: 36px;
  text-align: center;
  line-height: 67px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 425px) {
  .monetize .monetize-txt-wrap h1, .monetize .monetize-txt-wrap h2 {
    font-size: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .monetize .monetize-txt-wrap h1, .monetize .monetize-txt-wrap h2 {
    font-size: 52px;
  }
}
@media screen and (min-width: 1440px) {
  .monetize .monetize-txt-wrap h1, .monetize .monetize-txt-wrap h2 {
    font-size: 78px;
    line-height: 82px;
  }
}
.monetize .monetize-txt-wrap div {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.monetize .monetize-txt-wrap img {
  height: 52px;
  width: auto;
  line-height: 52px;
  padding: 0 10px;
}
.monetize .share-wrap {
  padding: 0 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.monetize .share-wrap .share-wrap-cont {
  line-height: 28px;
  font-weight: normal;
}
@media screen and (min-width: 1024px) {
  .monetize .share-wrap .share-wrap-cont {
    max-width: 624px;
  }
}
.monetize .get-started-wrap {
  display: flex;
  justify-content: center;
}
.monetize .get-started-wrap .get-started-container {
  border: 1px #A1A1AA dashed;
  border-radius: 100px;
  padding: 10px;
}
.monetize .get-started-wrap a {
  font-family: "Geist";
  width: 185px;
  padding: 10px 10px 10px 24px;
  border-radius: 100px;
  background-color: #18181B;
  color: #fff;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  border: none;
  line-height: 40px;
}
.monetize .get-started-wrap a div {
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.monetize .get-started-wrap a img {
  margin: 10px 0 0 10px;
}
.monetize .coin-1-blur {
  position: absolute;
  top: 470px;
  left: 0px;
}
@media screen and (min-width: 768px) {
  .monetize .coin-1-blur {
    top: 418px;
  }
}
.monetize .coin-bg-1 {
  position: absolute;
  right: 0px;
  top: 490px;
}
@media screen and (min-width: 768px) {
  .monetize .coin-bg-1 {
    top: 390px;
  }
}
@media screen and (min-width: 1024px) {
  .monetize .coin-bg-1 {
    display: none;
  }
}
.monetize .coin-desk-1, .monetize .coin-desk-2, .monetize .coin-desk-3 {
  display: none;
  position: absolute;
}
@media screen and (min-width: 1024px) {
  .monetize .coin-desk-1, .monetize .coin-desk-2, .monetize .coin-desk-3 {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .monetize .coin-desk-1 {
    top: 137px;
    left: 182px;
  }
}
@media screen and (min-width: 1440px) {
  .monetize .coin-desk-1 {
    top: 137px;
    left: 282px;
  }
}
@media screen and (min-width: 1024px) {
  .monetize .coin-desk-2 {
    top: 150px;
    right: 247px;
  }
}
@media screen and (min-width: 1440px) {
  .monetize .coin-desk-2 {
    top: 163px;
    right: 347px;
  }
}
@media screen and (min-width: 1024px) {
  .monetize .coin-desk-3 {
    top: 215px;
    right: 0px;
  }
}
@media screen and (min-width: 1440px) {
  .monetize .coin-desk-3 {
    top: 215px;
    right: 0px;
  }
}
.monetize .curved-arrow {
  position: relative;
  left: -50px;
}
@media screen and (min-width: 375px) {
  .monetize .curved-arrow {
    left: -100px;
  }
}
@media screen and (min-width: 1024px) {
  .monetize .curved-arrow {
    display: none;
  }
}
.monetize .curved-arrow-desk {
  display: none;
  padding-left: 10px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .monetize .curved-arrow-desk {
    display: block;
    top: -60px;
    right: 220px;
  }
}
@media screen and (min-width: 1440px) {
  .monetize .curved-arrow-desk {
    display: block;
    top: -60px;
    right: 220px;
  }
}

.creator-profile {
  display: flex;
  justify-content: center;
  padding: 0px 16px 0 16px;
  background-position: 0 -250px;
  position: relative;
  width: calc(100% - 32px);
}
@media screen and (min-width: 768px) {
  .creator-profile {
    max-height: 350px;
  }
}
@media screen and (min-width: 1024px) {
  .creator-profile {
    max-height: 450px;
  }
}
@media screen and (min-width: 1440px) {
  .creator-profile {
    max-height: 606px;
  }
}
.creator-profile .background {
  position: absolute;
  z-index: -1;
  width: 100%;
  object-fit: cover;
  top: -100px;
}
@media screen and (min-width: 375px) {
  .creator-profile .background {
    top: -130px;
  }
}
@media screen and (min-width: 768px) {
  .creator-profile .background {
    display: none;
  }
}
.creator-profile .background-desktop {
  display: none;
  position: absolute;
  z-index: -1;
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .creator-profile .background-desktop {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .creator-profile .background-desktop {
    top: -100px;
  }
}
.creator-profile .wrap {
  display: flex;
  justify-content: center;
  position: relative;
}
.creator-profile .wrap .coin-wrap {
  position: absolute;
  top: -50px;
  right: 10px;
}
@media screen and (min-width: 375px) {
  .creator-profile .wrap .coin-wrap {
    top: -30px;
  }
}
@media screen and (min-width: 768px) {
  .creator-profile .wrap .coin-wrap {
    right: 90px;
    top: -40px;
  }
}
@media screen and (min-width: 1024px) {
  .creator-profile .wrap .coin-wrap {
    right: 120px;
    top: -60px;
  }
}
@media screen and (min-width: 1440px) {
  .creator-profile .wrap .coin-wrap {
    right: 150px;
    top: -65px;
  }
}
.creator-profile .wrap .profile-wrap {
  padding: 0 16px;
}
.creator-profile .wrap .profile-wrap img {
  max-width: 288px;
}
@media screen and (min-width: 375px) {
  .creator-profile .wrap .profile-wrap img {
    max-width: calc(100vw - 32px);
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .creator-profile .wrap .profile-wrap {
    display: none;
  }
}
.creator-profile .wrap .profile-wrap-desktop {
  display: none;
  position: relative;
}
@media screen and (min-width: 768px) {
  .creator-profile .wrap .profile-wrap-desktop {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .creator-profile .wrap .profile-wrap-desktop img {
    max-width: 700px;
    position: relative;
    top: 40px;
    z-index: -1;
  }
}
@media screen and (min-width: 1024px) {
  .creator-profile .wrap .profile-wrap-desktop img {
    top: 20px;
    max-width: 980px;
  }
}
@media screen and (min-width: 1440px) {
  .creator-profile .wrap .profile-wrap-desktop img {
    max-width: 1296px;
    top: 0px;
  }
}

.info {
  padding: 64px 16px 0 16px;
}
.info h3 {
  font-size: 30px;
  margin-bottom: 35px;
}
@media screen and (min-width: 375px) {
  .info h3 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .info h3 {
    font-size: 64px;
    max-width: 795px;
    padding-left: 92px;
    line-height: 1;
  }
}
.info .desc {
  margin-bottom: 44px;
}
@media screen and (min-width: 1024px) {
  .info .desc {
    padding-left: 92px;
    max-width: 795px;
  }
}
@media screen and (min-width: 1024px) {
  .info .income-help {
    display: flex;
    align-items: center;
    min-height: 945px;
  }
}
@media screen and (min-width: 1440px) {
  .info .income-help {
    min-height: 901px;
  }
}
.info .comment-wrap {
  display: none;
  max-width: 470px;
  margin-right: 20px;
}
@media screen and (min-width: 1024px) {
  .info .comment-wrap {
    display: block;
    max-width: 400px;
  }
}
.info .comment-wrap .comments {
  border: 1px solid #F4F4F5;
  border-radius: 12px;
  padding: 18px 20px 18px 52px;
  display: flex;
  max-width: 396px;
  margin-bottom: 16px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  margin-left: -55px;
}
.info .comment-wrap .comments:first-child {
  transform: rotate(-10deg);
}
.info .comment-wrap .comments:nth-child(2) {
  margin: 55px 0 55px -55px;
}
.info .comment-wrap .comments:last-child {
  transform: rotate(10deg);
}
.info .help-wrap {
  border-radius: 20px;
  background-color: #FAFAFA;
  padding: 8px;
}
@media screen and (min-width: 1024px) {
  .info .help-wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
    max-width: 588px;
    box-sizing: content-box;
  }
}
@media screen and (min-width: 1440px) {
  .info .help-wrap {
    max-width: 860px;
  }
}
.info .help-wrap div {
  padding: 20px;
  text-align: center;
  border: 1px solid #E4E4E7;
  border-radius: 20px;
  background: #fff;
  margin-bottom: 8px;
}
@media screen and (min-width: 1024px) {
  .info .help-wrap div {
    max-width: 240px;
    margin-bottom: 0px;
  }
  .info .help-wrap div:nth-child(odd) {
    margin-right: 24px;
  }
  .info .help-wrap div:nth-child(1) {
    margin-bottom: 24px;
  }
  .info .help-wrap div:nth-child(2) {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1440px) {
  .info .help-wrap div {
    max-width: 376px;
  }
}
.info .help-wrap div:hover img {
  transform: scale(0.9) translate(0, -1rem);
  transition: transform 0.3s;
}
.info .help-wrap div img {
  margin-bottom: 32px;
  max-width: 200px;
}
.info .help-wrap div h4 {
  color: #18181B;
  font-size: 20px;
  font-weight: bolder;
}
.info .help-wrap div p, .info .help-wrap div h4 {
  text-align: left;
}
.info .help-wrap div p {
  font-size: 16px;
  color: #52525B;
  margin: 20px 0;
}

.creator-fans {
  padding: 16px;
}
@media screen and (min-width: 1024px) {
  .creator-fans {
    padding: 0 64px;
    margin-top: 116px;
    position: relative;
  }
}
@media screen and (min-width: 1440px) {
  .creator-fans {
    padding: 0 108px;
  }
}
.creator-fans .creator-info, .creator-fans .creators-img {
  position: absolute;
  display: none;
}
@media screen and (min-width: 1440px) {
  .creator-fans .creator-info, .creator-fans .creators-img {
    display: block;
  }
}
.creator-fans .creator-info {
  left: 0;
  top: 175px;
}
.creator-fans .creators-img {
  right: 0;
  top: 0;
}
.creator-fans .wrap {
  background-color: #18181B;
  padding: 36px 16px 0 16px;
  border-radius: 8px;
  text-align: center;
  color: #E4E4E7;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 425px) {
  .creator-fans .wrap {
    padding: 36px 32px 0 32px;
  }
}
.creator-fans .wrap .container {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .creator-fans .wrap .container .container-wrap {
    max-width: 700px;
  }
}
.creator-fans .wrap .star-wrap p {
  font-size: 14px;
  margin: 12px 0;
  font-family: "GeistMedium";
}
.creator-fans .wrap h4 {
  margin: 22px 0;
  font-size: 40px;
  color: #fff;
  line-height: 52px;
}
.creator-fans .wrap p {
  font-size: 16px;
  margin: 0px;
  line-height: 24px;
  color: #D4D4D8;
}
.creator-fans .wrap .profile-screen {
  display: none;
  margin-top: 72px;
  position: relative;
  bottom: -20px;
  min-height: 200px;
}
@media screen and (min-width: 1024px) {
  .creator-fans .wrap .profile-screen {
    display: block;
  }
}
.creator-fans .wrap .profile-screen img {
  width: 100%;
  min-height: 400px;
}
.creator-fans .wrap .profile-mobile {
  margin-top: 64px;
  position: relative;
  bottom: -10px;
  min-height: 100px;
}
@media screen and (min-width: 1024px) {
  .creator-fans .wrap .profile-mobile {
    display: none;
  }
}
.creator-fans .wrap .profile-mobile img {
  max-width: 250px;
  min-height: 120px;
}
@media screen and (min-width: 425px) {
  .creator-fans .wrap .profile-mobile img {
    max-width: 330px;
  }
}

.become-creator {
  padding: 64px 0 30px 0;
  background: linear-gradient(#fff, #fff, #FEF2F2);
}
@media screen and (min-width: 1024px) {
  .become-creator {
    padding: 20px 64px 0 64px;
    background: #fff;
    position: relative;
    margin-top: 158px;
    margin-bottom: 258px;
  }
}
@media screen and (min-width: 1440px) {
  .become-creator {
    padding: 20px 108px 0 108px;
  }
}
.become-creator h3 {
  padding: 0 16px;
  width: auto;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .become-creator h3 {
    max-width: 400px;
  }
}
@media screen and (min-width: 1440px) {
  .become-creator h3 {
    max-width: 450px;
  }
}
.become-creator .desc {
  padding: 16px 16px 0 16px;
  width: auto;
}
@media screen and (min-width: 1024px) {
  .become-creator .desc {
    max-width: 400px;
  }
}
@media screen and (min-width: 1440px) {
  .become-creator .desc {
    max-width: 450px;
  }
}
.become-creator .wrap {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  margin-top: 32px;
  display: flex;
  align-items: start;
}
@media screen and (min-width: 1024px) {
  .become-creator .wrap {
    flex-direction: column;
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 1440px) {
  .become-creator .wrap {
    margin-bottom: 95px;
  }
}
.become-creator .slide-wrap {
  display: inline-block;
  border: 1px solid #E4E4E7;
  border-radius: 32px;
  padding: 20px;
  min-width: auto;
  max-width: 345px;
  margin-left: 8px;
  background-color: #fff;
}
@media screen and (min-width: 1024px) {
  .become-creator .slide-wrap {
    border: 0px;
    border-bottom: 2px dotted #E4E4E7;
    border-radius: 0px;
  }
  .become-creator .slide-wrap:last-child {
    border-bottom: 0px;
  }
  .become-creator .slide-wrap:first-child .slide-container {
    display: block;
  }
  .become-creator .slide-wrap:first-child .desc {
    display: block;
  }
}
@media screen and (min-width: 1440px) {
  .become-creator .slide-wrap {
    max-width: 450px;
  }
}
.become-creator .slide-wrap h5 {
  align-items: center !important;
  display: flex;
  cursor: pointer;
}
.become-creator .slide-wrap h5 img {
  margin-right: 16px;
}
.become-creator .slide-wrap .desc {
  white-space: pre-wrap;
  margin: 16px 0 0 0;
  color: #52525B;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .become-creator .slide-wrap .desc {
    display: none;
  }
}
.become-creator .slide-container {
  border-radius: 14px;
  padding: 14px;
  margin-top: 32px;
  width: 244px;
}
@media screen and (min-width: 345px) {
  .become-creator .slide-container {
    width: 270px;
  }
}
@media screen and (min-width: 1024px) {
  .become-creator .slide-container {
    width: 320px;
  }
}
.become-creator .slide-container img {
  width: 244px;
  min-height: 520px;
}
@media screen and (min-width: 345px) {
  .become-creator .slide-container img {
    width: 270px;
  }
}
@media screen and (min-width: 1024px) {
  .become-creator .slide-container img {
    width: 320px;
    min-height: 400px;
  }
}
@media screen and (min-width: 375px) {
  .become-creator .slide-container {
    padding: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .become-creator .slide-container {
    display: none;
    position: absolute;
    right: 64px;
    top: 0px;
    margin-top: -90px;
    width: 450px;
    text-align: center;
    padding: 56px 0;
  }
  .become-creator .slide-container svg {
    width: 325px;
  }
}
@media screen and (min-width: 1440px) {
  .become-creator .slide-container {
    right: 108px;
    width: 580px;
  }
}
.become-creator .slide-container svg {
  width: 100%;
}
.become-creator .signup .slide-container {
  background-color: #FCA5A5;
}
.become-creator .profile .slide-container {
  background-color: #F0ECFF;
}
.become-creator .verify {
  margin-right: 8px;
}
.become-creator .verify .slide-container {
  background-color: #FEF7EB;
}

.creative {
  background-color: #FEF2F2;
  background-size: contain;
  min-height: 618px;
  max-width: 100%;
  overflow-x: hidden;
  padding: 0 8px;
}
@media screen and (min-width: 1024px) {
  .creative {
    padding-top: 50px;
  }
}
.creative .ani-marquee {
  animation: marquee 30s infinite linear;
  overflow: hidden;
  min-height: 180px;
}
.creative .wrap {
  border-bottom: 0px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .creative .wrap {
    border: 1px solid #E4E4E7;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    padding: 20px;
    background-color: #fff;
    border-bottom: 0px;
  }
}
.creative .cont {
  background: url("../images/icons/creativity-creator.svg") #fff no-repeat top;
  min-height: 804px;
  border-radius: 20px;
  padding: 40px 20px;
  background-size: cover;
}
@media screen and (min-width: 1024px) {
  .creative .cont {
    padding: 92px 64px;
    background: url("../images/icons/creativity-creator-desktop.svg") #fff no-repeat top;
    border-radius: 20px;
    min-height: auto;
    min-width: auto;
    background-size: cover;
  }
}
.creative .creator-info {
  position: absolute;
}
.creative .creators-img {
  position: absolute;
}
.creative .head {
  font-size: 20px;
  color: #fff;
  margin-top: -10px;
}
.creative .testimony {
  padding: 394px 10px 0 10px;
  color: #fff;
  font-size: 28px;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1.125;
}
@media screen and (min-width: 375px) {
  .creative .testimony {
    font-size: 32px;
  }
}
@media screen and (min-width: 425px) {
  .creative .testimony {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .creative .testimony {
    padding: 196px 0px 0 0px;
  }
}
.creative .creator-name {
  margin-top: 16px;
  font-size: 20px;
  color: #D4D4D8;
  line-height: 30px;
  padding: 0 10px;
}
@media screen and (min-width: 425px) {
  .creative .creator-name {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1024px) {
  .creative .creator-name {
    padding: 0;
  }
}

.supercharge {
  background: url("../images/supercharge.png") no-repeat;
  background-position: 0% -100%;
  background-size: cover;
  margin-top: 88px;
  padding-bottom: 58px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .supercharge {
    background: url("../images/superchage-bg-desktop.png") no-repeat bottom;
  }
}
.supercharge .sup-wrap {
  max-width: 795px;
}
.supercharge h6 {
  font-size: 50px;
  padding: 0 16px;
  text-align: center;
  line-height: 1.25;
}
@media screen and (min-width: 425px) {
  .supercharge h6 {
    font-size: 62px;
  }
}
@media screen and (min-width: 1024px) {
  .supercharge h6 {
    font-size: 114px;
  }
}
.supercharge h6 span {
  background: #EF4444;
  background: linear-gradient(to bottom, #EF4444 0%, #D71111 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.supercharge .supercharge-right {
  right: 0;
  top: 170px;
  position: absolute;
}
@media screen and (min-width: 425px) {
  .supercharge .supercharge-right {
    top: 150px;
  }
}
@media screen and (min-width: 768px) {
  .supercharge .supercharge-right {
    top: 110px;
  }
}
.supercharge .supercharge-left {
  left: 0;
  top: 270px;
  position: absolute;
}
@media screen and (min-width: 425px) {
  .supercharge .supercharge-left {
    top: 300px;
  }
}
@media screen and (min-width: 768px) {
  .supercharge .supercharge-left {
    top: 220px;
  }
}
.supercharge .get-wrap {
  display: flex;
  justify-content: center;
  margin-top: 43px;
}
.supercharge .get-wrap a {
  background-color: #18181B;
  border-radius: 100px;
  color: #fff;
  border: none;
  padding: 22px 36px;
}
.supercharge .login-txt {
  text-align: center;
  margin-top: 20px;
  color: #3F3F46;
  font-size: 16px;
}

.footer-nav {
  padding: 16px;
  margin-top: 20px;
  width: calc(100% - 32px);
  display: flex;
  align-items: center;
  flex-direction: column;
}
.footer-nav .wrap {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #E4E4E7;
  border-radius: 20px;
  padding: 24px 20px 32px 20px;
  width: calc(100% - 40px);
}
@media screen and (min-width: 1024px) {
  .footer-nav .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 36px;
    border-radius: 1000px;
    max-width: 1224px;
  }
  .footer-nav .wrap div:nth-child(2) {
    order: 2;
  }
  .footer-nav .wrap div:last-child {
    order: 1;
  }
}
.footer-nav .wrap .logo {
  padding-bottom: 20px;
  border-bottom: 1px dashed #E4E4E7;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .footer-nav .wrap .logo {
    border-bottom: 0px;
    padding: 0px;
  }
}
.footer-nav .wrap .nav {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
}
.footer-nav .wrap .nav a {
  padding-right: 5px;
}
@media screen and (min-width: 425px) {
  .footer-nav .wrap .nav a {
    padding-right: 0px;
  }
}
@media screen and (min-width: 1024px) {
  .footer-nav .wrap .nav a {
    padding-right: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .footer-nav .wrap .nav {
    padding: 0px;
  }
}
.footer-nav .wrap .social {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .footer-nav .wrap .social {
    margin-left: 120px;
  }
}
@media screen and (min-width: 1440px) {
  .footer-nav .wrap .social {
    margin-left: 140px;
  }
}
.footer-nav .wrap .social a {
  margin-right: 20px;
}
.footer-nav .wrap .social a:last-child {
  margin-right: 0px;
}
.footer-nav .wrap .social img {
  width: 24px;
}

.lrg-btn {
  width: 100%;
  max-width: 378px;
  font-size: 13px;
  height: 42px;
  border-radius: 8px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  line-height: 42px;
  align-content: center;
}

.pri-btn {
  background-color: #fff;
  border: 1px solid #000;
}

.overlay, .overlay-cookie {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 75%;
  z-index: 1000;
}
@media screen and (min-width: 1024px) {
  .overlay, .overlay-cookie {
    min-width: 636px;
    left: 0px;
  }
}

.modal-container, .modal-contanier {
  display: none;
  z-index: 1001;
  width: 100%;
  position: fixed;
  bottom: 0px;
  left: 0px;
  align-items: center;
  padding: 0px 4px;
}
.modal-container .wrap, .modal-contanier .wrap {
  width: 100%;
  background-color: #ffffff;
  padding: 28px 12px 16px;
  border: 2px solid #E6E6E6;
  border-radius: 20px 20px 0 0;
  position: relative;
  max-height: 80vh;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.modal-container .wrap::-webkit-scrollbar, .modal-contanier .wrap::-webkit-scrollbar {
  display: none;
}
.modal-container .wrap .txt-header, .modal-contanier .wrap .txt-header {
  font-size: 14px;
  font-weight: 600;
}
.modal-container .close-modal, .modal-contanier .close-modal {
  cursor: pointer;
  display: block;
  position: absolute;
  right: 12px;
  top: 28px;
}
@media screen and (min-width: 1024px) {
  .modal-container, .modal-contanier {
    position: fixed;
    top: 0;
    height: 100%;
  }
  .modal-container .wrap, .modal-contanier .wrap {
    width: 425px;
    border: 2px solid #E6E6E6;
    border-radius: 20px;
    margin: 0 auto;
  }
}
@keyframes slideUp {
  from {
    top: calc(100vh + 400px);
  }
  to {
    top: calc(100vh - 400px);
  }
}
@media screen and (min-width: 425px) {
  @keyframes slideUp {
    from {
      bottom: -400px;
    }
    to {
      bottom: 86px;
    }
  }
}

#logIn-signUp .wrap {
  padding: 16px 12px 16px;
}
#logIn-signUp form {
  margin-top: 24px;
}
#logIn-signUp form input {
  width: 100%;
  margin-bottom: 0px;
  padding: 0px;
}
#logIn-signUp form label {
  display: block;
  font-size: 12px;
  line-height: 20px;
  color: #52525B;
}
#logIn-signUp form ::placeholder {
  font-size: 14px;
  color: #D4D4D8;
}
#logIn-signUp form #phone-field .form-input {
  position: relative;
  border-radius: 10px;
}
#logIn-signUp .form-input {
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  text-align: initial;
  padding: 0px 10px;
  margin-bottom: 12px;
}
#logIn-signUp .form-input input {
  border: none;
  outline: none;
  height: 46px;
  color: #000000;
}
#logIn-signUp .form-input:focus {
  border-color: #27272A;
}
#logIn-signUp .form-input:hover {
  border-color: #27272A;
}
#logIn-signUp .u-name input, #logIn-signUp .u-email input, #logIn-signUp .pwd input {
  color: #000000;
}
#logIn-signUp .u-email, #logIn-signUp .u-mobile {
  margin-bottom: 12px;
}
#logIn-signUp .pwd {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#logIn-signUp .pwd .togglePwd {
  cursor: pointer;
}
#logIn-signUp .u-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#logIn-signUp .u-name .togglePwd {
  cursor: pointer;
}
#logIn-signUp .checkbox, #logIn-signUp .radio {
  display: flex;
  justify-content: center;
  align-items: center;
}
#logIn-signUp .checkbox input, #logIn-signUp .radio input {
  cursor: pointer;
  margin: 0px 3px;
  width: 20px;
  height: 20px;
}
#logIn-signUp .checkbox label, #logIn-signUp .radio label {
  margin: 0px;
}
#logIn-signUp .checkbox .ghosts, #logIn-signUp .radio .ghosts {
  color: #1A1A1A;
  text-decoration: underline;
  font-weight: 600;
}
#logIn-signUp .box {
  align-items: flex-start;
  column-gap: 6px;
}
#logIn-signUp .box .radio-label {
  font-size: 11px;
}
#logIn-signUp .g-login, #logIn-signUp .g-signup {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid #e6e6e6;
}
#logIn-signUp .g-login span, #logIn-signUp .g-signup span {
  padding-left: 10px;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (min-width: 425px) {
  #logIn-signUp .g-login, #logIn-signUp .g-signup {
    width: 305px;
  }
}
@media screen and (min-width: 1024px) {
  #logIn-signUp .g-login, #logIn-signUp .g-signup {
    width: 260px;
  }
}
#logIn-signUp .txt-grey {
  color: #808080;
  font-size: 12px;
}
#logIn-signUp .p-cnt {
  margin: 0;
  margin-top: 6px;
  font-size: 14px;
  line-height: 18px;
}
#logIn-signUp .orMsg {
  margin: 16px 0px;
}
#logIn-signUp .txt-cen {
  text-align: center;
  white-space: nowrap;
}
#logIn-signUp .txt-cen .hy-grey {
  color: #CCCCCC;
  display: inline;
}
#logIn-signUp .txt-cen .hy-grey::before {
  content: "- - - - - - - - - - - - -";
}
@media screen and (min-width: 375px) {
  #logIn-signUp .txt-cen .hy-grey::before {
    content: "- - - - - - - - - - - - - - - -";
  }
}
@media screen and (min-width: 425px) {
  #logIn-signUp .txt-cen .hy-grey::before {
    content: "- - - - - - - - - - - - - - - - - -";
  }
}
#logIn-signUp .ghost-s {
  color: #0095F6;
  text-decoration: underline;
}
@media screen and (min-width: 1024px) {
  #logIn-signUp .close {
    display: block !important;
    position: absolute;
    right: 15px;
    top: 15px;
  }
}
#logIn-signUp .txt-h {
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  margin: 0;
}
#logIn-signUp .tab {
  padding: 7px 50px;
  width: 50%;
  border: 1px solid #F2F2F2;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}
#logIn-signUp .tab.blk {
  background-color: #F2F2F2;
  z-index: 1;
  color: #808080;
}
#logIn-signUp .tab.l {
  margin-left: 0px;
  background-color: white;
}
#logIn-signUp .loginSignup-tab-wrap {
  background-color: #F2F2F2;
  border: 3px solid #F2F2F2;
  border-radius: 5px;
  display: flex;
  width: 100%;
  margin-top: 18px;
}
@media screen and (min-width: 1024px) {
  #logIn-signUp .loginSignup-tab-wrap {
    align-items: baseline;
  }
}
#logIn-signUp .loginSignup-tab-wrap div {
  font-size: 14px;
  line-height: 20px;
}
@media screen and (min-width: 1024px) {
  #logIn-signUp .pay-tab-wrap {
    justify-content: flex-start;
  }
}
#logIn-signUp .f-pwd {
  font-size: 12px;
  line-height: 20px;
  color: black;
  font-weight: 600;
  margin-top: 8px;
}
#logIn-signUp .lrg-btn {
  width: 100%;
  max-width: 378px;
  font-size: 13px;
  height: 42px;
  border-radius: 8px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  line-height: 42px;
  align-content: center;
  text-decoration: none;
}
#logIn-signUp .lrg-btn img {
  vertical-align: middle;
}
@media screen and (min-width: 1024px) {
  #logIn-signUp .wrap {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  #logIn-signUp .body {
    max-width: 378px;
    margin: auto;
    width: 100%;
  }
}

.blk-btn {
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  text-decoration: none;
}

.pri-btn {
  background-color: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  text-decoration: none;
}

.submit {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 24px;
}
.submit #btnLoginRegister, .submit #btn2fa, .submit #btnVerifyOtp, .submit #continueBtn {
  width: 100%;
  max-width: 378px;
  height: 42px;
  align-items: center;
  display: flex;
  background-color: #000000;
  color: #ffffff;
  border-radius: 8px;
  padding: 10px 20px;
  text-decoration: none;
  justify-content: center;
  box-sizing: border-box;
}
.submit a:last-of-type {
  margin-top: 4px;
}
.submit .modal-btn {
  text-decoration: none;
  cursor: pointer;
}

#btnVerifyOtp {
  gap: 5px;
}

.d-flex-cen {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.f-11 {
  font-size: 11px;
}

.f-12 {
  font-size: 12px;
}

.f-18 {
  font-size: 18px;
}

.hide {
  display: none !important;
}

.formError {
  display: none;
  background-color: #f01605;
  border-radius: 5px;
  margin: 20px 0;
  padding: 5px 10px;
}
.formError .showFormErrors {
  padding: 0;
  margin: 0;
  list-style-type: none;
  list-style: none;
}
.formError .showFormErrors li {
  color: #fff;
  font-size: 12px;
  line-height: 24px;
}

.help-support-inline .help-support-action {
  color: #0095F6;
  text-decoration: underline;
  cursor: pointer;
}

.exist, .new-user {
  font-weight: 600;
  margin-top: 16px;
}
.exist #switchToLogin, .exist #switchToSignup, .new-user #switchToLogin, .new-user #switchToSignup {
  color: #3F3F46;
}

.spinner {
  display: inline-block;
  border: 3px solid #000000;
  border-left-color: #ffffff;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  animation: spin 1s linear infinite;
  margin-right: 10px;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.disabled {
  pointer-events: none;
  opacity: 0.5;
}

@media screen and (min-width: 425px) {
  #verifyWithOTP .wrap, #editWithOTP .wrap {
    padding: 28px 24px 16px;
  }
}
#verifyWithOTP .hdng, #editWithOTP .hdng {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
}
#verifyWithOTP .otpMsg, #editWithOTP .otpMsg {
  font-size: 14px;
  color: #71717A;
}
@media screen and (min-width: 768px) {
  #verifyWithOTP .form-cont, #editWithOTP .form-cont {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  #verifyWithOTP .form-cont, #editWithOTP .form-cont {
    display: block;
  }
}
#verifyWithOTP #formVerifyOTP, #editWithOTP #formVerifyOTP {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  #verifyWithOTP #formVerifyOTP, #editWithOTP #formVerifyOTP {
    width: 100%;
    max-width: 378px;
  }
}
@media screen and (min-width: 1024px) {
  #verifyWithOTP #formVerifyOTP, #editWithOTP #formVerifyOTP {
    width: 100%;
    max-width: 100%;
  }
}
#verifyWithOTP #formVerifyOTP .otp-input-container input, #editWithOTP #formVerifyOTP .otp-input-container input {
  margin-bottom: 8px;
}
@media screen and (min-width: 425px) {
  #verifyWithOTP .lrg-btn, #editWithOTP .lrg-btn {
    width: 378px !important;
  }
}
#verifyWithOTP #emailAddress, #verifyWithOTP #mobileNum, #editWithOTP #emailAddress, #editWithOTP #mobileNum {
  color: #3F3F46;
  font-weight: 700;
}
#verifyWithOTP .note-cnt, #editWithOTP .note-cnt {
  border-color: #F1F1F1 !important;
  border-radius: 8px;
  margin: 15px 0px;
  padding: 8px;
  background-color: #FFEEB0;
  color: #794724 !important;
  font-size: 12px;
  border: 1px solid #F1F1F1;
}
#verifyWithOTP .note-cnt .txt-bold, #editWithOTP .note-cnt .txt-bold {
  color: #794724 !important;
  font-weight: 900;
}

#verifyOtpSuccess .wrap {
  background: linear-gradient(to bottom, #D4FADB, white);
  background-size: 100% 75%;
  background-repeat: no-repeat;
  background-color: white;
}
#verifyOtpSuccess .hdng {
  margin-top: 16px;
  margin-bottom: 2px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
#verifyOtpSuccess .otpMsg {
  color: #71717A;
  font-size: 14px;
  text-align: center;
}

.otp-input-container {
  display: flex;
  justify-content: space-between;
}

.otp-input,
.otp-inputs {
  width: 52px;
  height: 46px;
  text-align: center;
  font-size: 18px;
  border: 1px solid #cccccc;
  border-radius: 10px;
  outline: none;
}

.otp-input:focus,
.otp-inputs:focus {
  border-color: #000000;
}

.otp-input::-webkit-outer-spin-button,
.otp-input::-webkit-inner-spin-button,
.otp-inputs::-webkit-outer-spin-button,
.otp-inputs::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

.otp-input[type=number],
.otp-inputs[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}