#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 .iti--allow-dropdown {
  position: unset;
}
#logIn-signUp .form-input .iti--allow-dropdown .iti__flag-container {
  padding: 0px;
}
#logIn-signUp .form-input .iti--allow-dropdown .iti__flag-container .iti__selected-flag {
  border: 1px solid #E6E6E6;
  border-radius: 10px 0px 0px 10px;
}
#logIn-signUp .form-input.u-mobile {
  position: relative;
}
#logIn-signUp .form-input input {
  border: none;
  outline: none;
  height: 46px;
}
#logIn-signUp .form-input:focus {
  border-color: #27272A; /* Highlight color for the input field */
}
#logIn-signUp .form-input:hover {
  border-color: #27272A; /* Hover color for the input field */
}
#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;
}
#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%;
  }
}

#formVerify2fa #onlyNumber, #verifyWithOTP #onlyNumber, #editWithOTP #onlyNumber {
  border: 1px solid #E6E6E6;
  padding: 10px 12px;
  border-radius: 5px;
  margin-bottom: 8px;
  outline: none;
}

.submit {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 24px;
}
.submit #btnLoginRegister, .submit #btn2fa, .submit #btnVerifyOtp, .submit #continueBtn {
  height: 42px;
  align-items: center;
  display: flex;
  background-color: #000000;
  color: #ffffff;
  border-radius: 8px;
  padding: 10px 20px;
}
.submit a:last-of-type {
  margin-top: 4px;
}

.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;
}

.popout {
  display: none;
  margin: 10px 0px;
  color: #ffffff;
  padding: 7px 4px;
  border-radius: 4px;
  z-index: 1100;
  overflow: hidden;
  text-align: center;
}

.popout-success {
  background-color: #6DB92C;
}

.popout-error {
  background-color: #f01605;
}

.resend_code div:hover {
  text-decoration: underline;
}

.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 #ccc;
  border-radius: 10px;
  outline: none;
}

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

.rotate {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.iti__selected-dial-code {
  font-size: 12px;
}

.iti {
  width: 100%;
}

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

@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;
}

.resendButton {
  margin: 0 5px;
}

.ml-5 {
  margin-left: 5px;
}

/* Remove the number input spinner arrows */
.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;
  margin: 0;
}

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

.iti--container {
  right: 0 !important;
  left: 0 !important;
}

@media screen and (min-width: 425px) {
  .twoFaModal .wrap {
    padding: 28px 22px 16px !important;
  }
}
.twoFaModal .wrap .header {
  padding-bottom: 16px;
}
.twoFaModal .wrap .d-flex {
  column-gap: 5px;
}
.twoFaModal .wrap #formVerify2fa {
  margin-top: 5px;
}
.twoFaModal .wrap #formVerify2fa #onlyNumber {
  width: 100%;
}
.twoFaModal .wrap .submit {
  align-items: center;
}
.twoFaModal .wrap .submit #btn2fa {
  width: 100%;
  max-width: 378px;
  justify-content: center;
}

.disabled {
  pointer-events: none;
  opacity: 0.5;
}

@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");
}
@font-face {
  font-family: "Garnett";
  font-style: normal;
  font-weight: 600;
  src: url("../webfonts/Garnett-Semibold-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Arapey";
  font-style: normal;
  font-weight: normal;
  src: url("../webfonts/Arapey.woff2") format("woff2");
}
* {
  margin: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0px;
  padding: 0px;
  color: #18181B;
  font-family: "Geist";
  font-size: 12px;
  line-height: 18px;
}

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;
}

.hide {
  display: none;
}

.navbar-header {
  position: fixed;
  width: 100%;
  display: flex;
  padding: 20px 16px 12px 16px;
  justify-content: space-between;
  align-items: center;
  background-color: #F4F4F5;
  border-bottom: 1px solid #E4E4E7;
  z-index: 11;
}
@media screen and (min-width: 1024px) {
  .navbar-header {
    padding: 20px 108px 12px 108px;
  }
}
.navbar-header > div {
  display: flex;
  gap: 36px;
}
.navbar-header > div nav {
  gap: 20px;
  font-size: 15px;
  font-weight: 600;
  line-height: 19px;
}
@media screen and (min-width: 1024px) {
  .navbar-header .hamburger {
    display: none;
  }
}
.navbar-header .hamburger button {
  padding: 14px 14px 10px 14px;
  background-color: #ffffff;
  border: 1px solid #E4E4E7;
  border-radius: 100px;
}
.navbar-header .hamburger button svg {
  width: 14px;
  color: #000000;
}
.navbar-header .btn-wrap {
  border: 1px solid #E4E4E7;
  background-color: #ffffff;
  border-radius: 20px;
  cursor: pointer;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  line-height: 20px;
  font-size: 15px;
  font-weight: 600;
  padding: 10px;
}
@media screen and (min-width: 1024px) {
  .navbar-header .btn-wrap {
    width: 108px;
  }
}
@media screen and (min-width: 1024px) {
  .navbar-header nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    width: 100%;
  }
}
.navbar-header nav.active {
  position: absolute;
  top: 75px;
  right: 19px;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  box-shadow: 0 3px 3px #F4F4F5;
  border: 1px #F4F4F5 solid;
  border-radius: 20px;
  padding: 20px;
  z-index: 100;
  font-size: 16px;
  animation: dropdown-mob-show 0.3s linear forwards;
}
.navbar-header nav.reverse {
  position: absolute;
  top: 75px;
  right: 19px;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  box-shadow: 0 3px 3px #F4F4F5;
  border: 1px #F4F4F5 solid;
  border-radius: 20px;
  padding: 20px;
  z-index: 100;
  animation: dropdown-mob-hide 0.3s linear forwards;
}
.navbar-header nav div {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .navbar-header nav div {
    flex-direction: unset;
    margin-left: 10px;
  }
}
@media screen and (min-width: 1440px) {
  .navbar-header nav div {
    margin-left: 38px;
  }
}
.navbar-header nav div a {
  padding: 10px 20px;
}
@media screen and (min-width: 1024px) {
  .navbar-header nav div a {
    padding: 10px 17px;
    font-size: 15px;
    line-height: 19px;
    font-weight: 600;
  }
}
.navbar-header nav div a:hover {
  background-color: #F4F4F5;
  border-radius: 20px;
}
.navbar-header nav .btn-wrap {
  display: flex;
  gap: 8px;
  margin: 20px 20px 0 20px;
}
@media screen and (min-width: 1024px) {
  .navbar-header nav .btn-wrap {
    flex-direction: row-reverse;
    margin: 0;
  }
}
.navbar-header nav .btn-wrap a {
  border: 1px solid #E4E4E7;
  border-radius: 50px;
  cursor: pointer;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  line-height: 20px;
  font-size: 15px;
  font-weight: 600;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .navbar-header nav .btn-wrap a {
    width: 108px;
  }
}
.navbar-header nav .btn-wrap .login {
  background: #ffffff;
}
.navbar-header nav .btn-wrap .contact {
  background: #18181B;
  color: #ffffff;
}
.navbar-header nav .btn-wrap .contact:hover {
  background: #18181B;
}
@keyframes dropdown-mob-show {
  0% {
    transform: translateX(300px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes dropdown-mob-hide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(300px);
  }
  to {
    display: none;
  }
}

main {
  padding-top: 75px;
}
main .get-paid {
  padding: 48px 16px 48px 16px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: #F4F4F5;
  border-radius: 0 0 32px 32px;
}
@media screen and (min-width: 1024px) {
  main .get-paid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
main .get-paid .get-paid-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  main .get-paid .get-paid-wrap {
    width: 100%;
    max-width: 370px;
    margin: 0px 20px 0px 80px;
    justify-content: center;
  }
}
@media screen and (min-width: 1440px) {
  main .get-paid .get-paid-wrap {
    width: 100%;
    max-width: 450px;
    margin: 0px 50px 0px 90px;
  }
}
main .get-paid .creator-wrap {
  display: flex;
  justify-content: center;
}
main .get-paid .creator-wrap .container {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  main .get-paid .creator-wrap .container {
    text-align: left;
  }
}
main .get-paid .creator-wrap .container .cr-grp {
  width: 108px;
  height: 28px;
}
@media screen and (min-width: 1024px) {
  main .get-paid .creator-wrap .container .cr-grp {
    width: 196px;
    height: 52px;
  }
}
main .get-paid .creator-wrap .container .text {
  line-height: 18px;
  font-size: 10px;
  font-family: "GeistMedium";
  font-weight: 900;
  margin-top: 4px;
}
@media screen and (min-width: 375px) {
  main .get-paid .creator-wrap .container .text {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) {
  main .get-paid .creator-wrap .container .text {
    font-size: 16px;
  }
}
main .get-paid .get-txt-wrap {
  margin: 16px 0px 18px;
}
main .get-paid .get-txt-wrap div {
  font-size: 36px;
  font-family: "Arapey";
  font-weight: normal;
  font-style: italic;
  text-align: center;
  line-height: 48px;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 375px) {
  main .get-paid .get-txt-wrap div {
    font-size: 40px;
  }
}
@media screen and (min-width: 425px) {
  main .get-paid .get-txt-wrap div {
    font-size: 48px;
    line-height: 47px;
  }
}
@media screen and (min-width: 1024px) {
  main .get-paid .get-txt-wrap div {
    text-align: left;
    font-size: 48px;
  }
}
@media screen and (min-width: 1440px) {
  main .get-paid .get-txt-wrap div {
    text-align: left;
    font-size: 60px;
    line-height: 72px;
  }
}
main .get-paid .get-txt-wrap div span {
  font-family: "Garnett";
  font-weight: 600;
  font-style: normal;
}
main .get-paid .get-txt-wrap .share-wrap-cont {
  line-height: 20px;
  font-family: "Geist";
  font-size: 12px;
  color: #52525B;
  margin-top: 12px;
  text-align: center;
  font-style: normal;
  font-weight: normal;
}
@media screen and (min-width: 425px) {
  main .get-paid .get-txt-wrap .share-wrap-cont {
    font-size: 16px;
    padding: 5px;
  }
}
@media screen and (min-width: 1024px) {
  main .get-paid .get-txt-wrap .share-wrap-cont {
    text-align: left;
  }
}
main .get-paid .get-started-wrap {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
main .get-paid .get-started-wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Geist";
  font-size: 12px;
  font-weight: 600;
  line-height: 19px;
  padding: 8px 16px;
}
@media screen and (min-width: 425px) {
  main .get-paid .get-started-wrap a {
    font-size: 15px;
    padding: 9px 18px;
  }
}
main .get-paid .get-started-wrap .be-creator {
  border-radius: 50px;
  background-color: #EB1C06;
  border: 1px solid #EB1C06;
  color: #ffffff;
}
main .get-paid .get-started-wrap .sign-up {
  border-radius: 50px;
  background-color: #ffffff;
  border: 1px solid #E4E4E7;
  line-height: 20px;
}
main .get-paid .profile {
  width: 100%;
  height: 100%;
  margin-top: 28px;
}
@media screen and (min-width: 1024px) {
  main .get-paid .profile {
    margin: 0;
  }
}
main .get-paid .profile img {
  width: 100%;
}
main .bingeme-intro, main .fangolio-intro {
  padding: 48px 0px 0 0;
}
@media screen and (min-width: 1024px) {
  main .bingeme-intro, main .fangolio-intro {
    padding: 72px 0px;
  }
}
main .bingeme-intro .cntnt, main .fangolio-intro .cntnt {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  main .bingeme-intro .cntnt, main .fangolio-intro .cntnt {
    flex-direction: row;
    justify-content: space-between;
    margin: 0px 104px;
  }
}
@media screen and (min-width: 1440px) {
  main .bingeme-intro .cntnt, main .fangolio-intro .cntnt {
    margin: 0px 200px 0 112px;
  }
}
main .bingeme-intro .cntnt .sub-cntnt, main .fangolio-intro .cntnt .sub-cntnt {
  text-align: center;
  margin: 0px 12px;
}
@media screen and (min-width: 375px) {
  main .bingeme-intro .cntnt .sub-cntnt, main .fangolio-intro .cntnt .sub-cntnt {
    margin: 0px 16px;
  }
}
@media screen and (min-width: 1024px) {
  main .bingeme-intro .cntnt .sub-cntnt, main .fangolio-intro .cntnt .sub-cntnt {
    text-align: unset;
    max-width: 436px;
  }
}
main .bingeme-intro .cntnt .sub-cntnt .hdng, main .fangolio-intro .cntnt .sub-cntnt .hdng {
  font-size: 24px;
  font-weight: 800;
  font-family: "Geist";
  line-height: 30px;
  color: #27272A;
}
@media screen and (min-width: 1024px) {
  main .bingeme-intro .cntnt .sub-cntnt .hdng, main .fangolio-intro .cntnt .sub-cntnt .hdng {
    font-size: 52px;
    font-weight: 400;
    line-height: 57px;
    font-family: "Arapey";
    font-style: italic;
  }
}
main .bingeme-intro .cntnt .sub-cntnt .forU, main .fangolio-intro .cntnt .sub-cntnt .forU {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 400;
  color: #71717A;
  line-height: 24px;
}
@media screen and (min-width: 1024px) {
  main .bingeme-intro .cntnt .sub-cntnt .forU, main .fangolio-intro .cntnt .sub-cntnt .forU {
    font-size: 18px;
  }
}
main .bingeme-intro .bCreator-cntnt, main .fangolio-intro .bCreator-cntnt {
  margin: 32px 12px 0px 12px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 375px) {
  main .bingeme-intro .bCreator-cntnt, main .fangolio-intro .bCreator-cntnt {
    margin: 32px 16px 0px 16px;
  }
}
@media screen and (min-width: 768px) {
  main .bingeme-intro .bCreator-cntnt, main .fangolio-intro .bCreator-cntnt {
    justify-content: center;
  }
}
@media screen and (min-width: 1440px) {
  main .bingeme-intro .bCreator-cntnt .superEasy, main .fangolio-intro .bCreator-cntnt .superEasy {
    width: 177px;
    height: 40px;
  }
}
main .bingeme-intro .bCreator-cntnt .be-creator, main .fangolio-intro .bCreator-cntnt .be-creator {
  position: relative;
  z-index: 10;
  font-size: 15px;
  line-height: 19px;
  font-weight: 600;
  padding: 11px 16px;
  margin-left: 14px;
  border-radius: 50px;
  background-color: #EB1C06;
  color: #ffffff;
}
@media screen and (min-width: 425px) {
  main .bingeme-intro .bCreator-cntnt .be-creator, main .fangolio-intro .bCreator-cntnt .be-creator {
    margin-left: 24px;
  }
}
@media screen and (min-width: 1440px) {
  main .bingeme-intro .bCreator-cntnt .be-creator, main .fangolio-intro .bCreator-cntnt .be-creator {
    font-size: 17px;
    line-height: 21px;
    padding: 14px 22px;
  }
}
main .bingeme-intro .grid-collage, main .fangolio-intro .grid-collage {
  position: relative;
  height: 332px;
}
@media screen and (min-width: 375px) {
  main .bingeme-intro .grid-collage, main .fangolio-intro .grid-collage {
    height: 410px;
  }
}
@media screen and (min-width: 768px) {
  main .bingeme-intro .grid-collage, main .fangolio-intro .grid-collage {
    height: 200px;
  }
}
@media screen and (min-width: 1024px) {
  main .bingeme-intro .grid-collage, main .fangolio-intro .grid-collage {
    height: 320px;
  }
}
main .bingeme-intro .grid-collage .grid, main .fangolio-intro .grid-collage .grid {
  position: absolute;
  width: 100%;
  top: -35px;
}
@media screen and (min-width: 1024px) {
  main .bingeme-intro .grid-collage .grid, main .fangolio-intro .grid-collage .grid {
    top: -65px;
  }
}
main .bingeme-intro .grid-collage .grid svg, main .fangolio-intro .grid-collage .grid svg {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
}
main .bingeme-intro .grid-collage .collage, main .fangolio-intro .grid-collage .collage {
  position: absolute;
  width: 100%;
  height: 290px;
  top: 42px;
}
@media screen and (min-width: 375px) {
  main .bingeme-intro .grid-collage .collage, main .fangolio-intro .grid-collage .collage {
    height: 365px;
  }
}
@media screen and (min-width: 768px) {
  main .bingeme-intro .grid-collage .collage, main .fangolio-intro .grid-collage .collage {
    top: -65px;
  }
}
@media screen and (min-width: 1024px) {
  main .bingeme-intro .grid-collage .collage, main .fangolio-intro .grid-collage .collage {
    top: 54px;
    height: auto;
  }
}
main .bingeme-intro .grid-collage .collage img, main .fangolio-intro .grid-collage .collage img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}
main .monthly-mem {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  main .monthly-mem {
    flex-direction: row;
  }
}
@media screen and (min-width: 1440px) {
  main .monthly-mem {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
main .monthly-mem .post-pic-top {
  width: 100%;
}
@media screen and (min-width: 320px) {
  main .monthly-mem .post-pic-top .desktop {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  main .monthly-mem .post-pic-top .mobile {
    display: none !important;
  }
  main .monthly-mem .post-pic-top .desktop {
    display: flex !important;
  }
}
main .monthly-mem .post-pic-top .pic-top {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
}
main .monthly-mem .post-pic-top .pic-top .top-img-one {
  padding-top: 100px;
}
@media screen and (min-width: 1024px) {
  main .monthly-mem .post-pic-top .pic-top {
    justify-content: left;
  }
  main .monthly-mem .post-pic-top .pic-top img {
    width: 225px;
    height: 365px;
  }
  main .monthly-mem .post-pic-top .pic-top .top-img-two {
    position: absolute;
    left: 70px;
    bottom: 120px;
  }
  main .monthly-mem .post-pic-top .pic-top .top-img-one {
    padding-top: 100px;
  }
}
main .monthly-mem .post-pic-bot {
  width: 100%;
}
@media screen and (min-width: 320px) {
  main .monthly-mem .post-pic-bot .desktop {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  main .monthly-mem .post-pic-bot .mobile {
    display: none !important;
  }
  main .monthly-mem .post-pic-bot .desktop {
    display: flex !important;
  }
}
main .monthly-mem .post-pic-bot .pic-bot {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  main .monthly-mem .post-pic-bot .pic-bot {
    justify-content: right;
  }
  main .monthly-mem .post-pic-bot .pic-bot img {
    width: 225px;
    height: 365px;
  }
  main .monthly-mem .post-pic-bot .pic-bot .bot-img-one {
    position: absolute;
    right: 50px;
    padding-top: 160px;
    z-index: 2;
  }
  main .monthly-mem .post-pic-bot .pic-bot .bot-img-two {
    padding-bottom: 35px;
  }
}
main .monthly-mem .mon-mem-cnt {
  width: 100%;
  max-width: 420px;
}
@media screen and (min-width: 1024px) {
  main .monthly-mem .mon-mem-cnt {
    min-width: 420px;
  }
}
@media screen and (min-width: 1440px) {
  main .monthly-mem .mon-mem-cnt {
    min-width: 520px;
  }
}
main .monthly-mem .mon-mem-cnt div {
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  margin: 0;
}
@media screen and (min-width: 375px) {
  main .monthly-mem .mon-mem-cnt div {
    font-size: 26px;
  }
}
@media screen and (min-width: 425px) {
  main .monthly-mem .mon-mem-cnt div {
    font-size: 28px;
  }
}
@media screen and (min-width: 1024px) {
  main .monthly-mem .mon-mem-cnt div {
    line-height: 48px;
    font-size: 36px;
  }
}
@media screen and (min-width: 1440px) {
  main .monthly-mem .mon-mem-cnt div {
    line-height: 64px;
    font-size: 48px;
  }
}
main .monthly-mem .mon-mem-cnt div .txt-italic {
  font-family: "Arapey";
  font-weight: normal;
  font-style: italic;
}
main .monthly-mem .mon-mem-cnt div .txt-bold {
  font-family: "Geist";
  font-weight: 900;
  font-style: normal;
}
main .monthly-mem .mon-mem-cnt .txt-grey {
  line-height: 25px;
  font-family: "Geist";
  font-size: 14px;
  color: #52525B;
  text-align: center;
  padding: 10px;
}
@media screen and (min-width: 425px) {
  main .monthly-mem .mon-mem-cnt .txt-grey {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  main .monthly-mem .mon-mem-cnt .txt-grey {
    font-size: 18px;
  }
}
main .signUp {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 28px 16px;
}
@media screen and (max-width: 425px) {
  main .signUp {
    padding: 48px 16px;
  }
}
@media screen and (max-width: 768px) {
  main .signUp {
    max-width: 600px;
    margin: auto;
  }
}
@media screen and (min-width: 1024px) {
  main .signUp {
    padding: 76px 34px;
  }
}
@media screen and (min-width: 1440px) {
  main .signUp {
    padding: 86px 108px;
  }
}
main .signUp .signUp-cnt {
  text-align: center;
  margin-bottom: 68px;
}
main .signUp .signUp-cnt .signUp-txt {
  font-family: "Arapey";
  font-size: 24px;
  font-weight: normal;
  font-style: italic;
  line-height: 36px;
  text-align: center;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 375px) {
  main .signUp .signUp-cnt .signUp-txt {
    font-size: 26px;
  }
}
@media screen and (min-width: 425px) {
  main .signUp .signUp-cnt .signUp-txt {
    font-size: 28px;
  }
}
@media screen and (min-width: 1024px) {
  main .signUp .signUp-cnt .signUp-txt {
    font-size: 52px;
  }
}
@media screen and (min-width: 1440px) {
  main .signUp .signUp-cnt .signUp-txt {
    line-height: 54px;
  }
}
main .signUp .signUp-cnt .signUp-txt span {
  font-family: "Garnett";
  font-weight: 600;
  font-style: normal;
}
main .signUp .signUp-cnt .desc {
  font-family: "Geist";
  font-size: 16px;
  line-height: 24px;
  color: #52525B;
  margin-top: 8px;
}
@media screen and (min-width: 1024px) {
  main .signUp .signUp-cnt .desc {
    font-size: 20px;
    line-height: 28px;
    margin-top: 15px;
  }
}
main .signUp .blk-card-flx {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  main .signUp .blk-card-flx {
    flex-direction: unset;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  main .signUp .double {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  main .signUp .single {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
main .signUp .blk-card {
  border: 1px solid #E4E4E7;
  border-radius: 20px;
  background-color: #FAFAFA;
  padding: 24px 24px 0px;
  font-size: 20px;
  text-align: center;
}
@media screen and (min-width: 375px) {
  main .signUp .blk-card {
    font-size: 22px;
  }
}
@media screen and (min-width: 425px) {
  main .signUp .blk-card {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  main .signUp .blk-card {
    border: none;
    background-color: #141414;
  }
  main .signUp .blk-card .txt-cnt {
    max-width: 320px;
  }
}
@media screen and (min-width: 1440px) {
  main .signUp .blk-card {
    border-radius: 24px;
    font-size: 40px;
    line-height: 50px;
  }
  main .signUp .blk-card .txt-cnt {
    max-width: 440px;
  }
}
main .signUp .blk-card .img-cnt {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
@media screen and (min-width: 425px) {
  main .signUp .blk-card .img-cnt {
    margin-top: 27px;
  }
}
@media screen and (min-width: 1440px) {
  main .signUp .blk-card .img-cnt {
    margin-top: 38px;
  }
}
main .signUp .blk-card .img-cnt-left {
  display: flex;
  justify-content: flex-start;
  margin-top: 5px;
}
main .signUp .blk-card .img-cnt-left .desktop {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  main .signUp .blk-card .img-cnt-left {
    justify-content: center;
    margin-bottom: 20px;
  }
}
main .signUp .blk-card .img-left {
  width: 100%;
}
main .signUp .blk-card .mobile {
  display: flex;
}
main .signUp .blk-card .desktop {
  display: none;
}
@media screen and (min-width: 1024px) {
  main .signUp .blk-card {
    padding: 40px;
    font-size: 35px;
  }
  main .signUp .blk-card .mobile {
    display: none;
  }
  main .signUp .blk-card .desktop {
    display: flex;
  }
}
main .signUp .blk-card .txt-head {
  max-width: 322px;
  font-family: "Geist";
  color: #27272A;
  font-weight: 800;
  line-height: 28px;
  text-align: left;
}
@media screen and (min-width: 425px) {
  main .signUp .blk-card .txt-head {
    line-height: 30px;
  }
}
@media screen and (min-width: 1024px) {
  main .signUp .blk-card .txt-head {
    color: #FAFAFA;
    min-width: 400px;
    line-height: 45px;
  }
}
@media screen and (min-width: 1024px) {
  main .signUp .blk-card .txt-head {
    line-height: 50px;
  }
}
main .signUp .blk-card .txt-head span {
  font-family: "Arapey";
  color: #EF4444 !important;
  font-style: italic;
  font-weight: normal;
}
main .signUp .blk-card .desc {
  max-width: 322px;
  font-family: "Geist";
  color: #71717A;
  line-height: 20px;
  text-align: left;
  font-size: 15px;
  margin-top: 5px;
}
@media screen and (min-width: 1024px) {
  main .signUp .blk-card .desc {
    min-width: 400px;
    font-size: 15px;
  }
}
@media screen and (min-width: 1440px) {
  main .signUp .blk-card .desc {
    min-width: 450px;
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (min-width: 1024px) {
  main .signUp .blk-card .des-w {
    min-width: 320px;
    font-size: 14px;
  }
}
main .signUp .al-left {
  text-align: left;
}
@media screen and (min-width: 1024px) {
  main .signUp .order {
    display: flex;
    flex-direction: column;
  }
  main .signUp .order > div:nth-child(3) {
    order: 1;
  }
  main .signUp .order > div:nth-child(1) {
    order: 2;
  }
  main .signUp .order > div:nth-child(2) {
    order: 3;
  }
}
main .signUp .rectangle {
  padding-bottom: 30px;
}
@media screen and (min-width: 1440px) {
  main .signUp .rectangle {
    padding: 72px 80px;
  }
}
main .signUp .grey-card-cnt {
  margin: 20px 0;
}
@media screen and (min-width: 1024px) {
  main .signUp .grey-card-cnt {
    display: flex;
  }
}
@media screen and (min-width: 1440px) {
  main .signUp .grey-card-cnt {
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  main .signUp .grey-card-cnt div {
    margin-right: 8px;
  }
}
main .signUp .grey-card-cnt .grey-card {
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: #EFEFF1;
  border-radius: 12px;
  margin: 8px 0;
  padding: 12px;
  color: #27272A;
  font-family: "Geist";
  font-weight: 800;
  font-size: 14px;
  line-height: 18px;
}
@media screen and (min-width: 375px) {
  main .signUp .grey-card-cnt .grey-card {
    padding: 12px 20px;
    font-size: 18px;
  }
}
@media screen and (min-width: 425px) {
  main .signUp .grey-card-cnt .grey-card {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  main .signUp .grey-card-cnt .grey-card {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    min-width: 220px;
    background-color: #27272A;
    color: #ffffff;
  }
}
@media screen and (min-width: 1440px) {
  main .signUp .grey-card-cnt .grey-card {
    padding: 24px;
    align-items: flex-start;
    line-height: 22px;
  }
}
main .signUp .be-creator {
  font-size: 15px;
  line-height: 19px;
  font-weight: 600;
  padding: 11px 16px;
  width: fit-content;
  border-radius: 50px;
  background-color: #EB1C06;
  color: #ffffff;
  margin-top: 10px;
}
@media screen and (min-width: 375px) {
  main .signUp .be-creator {
    font-size: 16px;
  }
}
@media screen and (min-width: 425px) {
  main .signUp .be-creator {
    font-size: 17px;
    padding: 15px 25px;
  }
}
@media screen and (min-width: 1440px) {
  main .signUp .be-creator {
    margin-top: 34px;
  }
}
main .beACreator {
  padding: 24px 16px 48px 16px;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  main .beACreator {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  main .beACreator {
    padding: 72px 120px;
  }
}
main .beACreator .steps-cntnt {
  max-height: 478px;
}
@media screen and (min-width: 768px) {
  main .beACreator .steps-cntnt {
    margin-top: 20px;
  }
}
main .beACreator .steps-cntnt .steps {
  text-align: center;
}
@media screen and (min-width: 768px) {
  main .beACreator .steps-cntnt .steps {
    text-align: unset;
  }
}
main .beACreator .steps-cntnt .steps .hdng {
  font-size: 28px;
  font-weight: 800;
  line-height: 36px;
}
@media screen and (min-width: 1024px) {
  main .beACreator .steps-cntnt .steps .hdng {
    font-size: 36px;
    line-height: 48px;
  }
}
@media screen and (min-width: 1440px) {
  main .beACreator .steps-cntnt .steps .hdng {
    font-size: 52px;
    line-height: 64px;
  }
}
main .beACreator .steps-cntnt .steps .easy {
  font-family: Arapey;
  font-size: 28px;
  line-height: 36px;
  font-style: italic;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  main .beACreator .steps-cntnt .steps .easy {
    font-size: 32px;
    line-height: 47px;
  }
}
@media screen and (min-width: 1440px) {
  main .beACreator .steps-cntnt .steps .easy {
    font-size: 52px;
    line-height: 57px;
  }
}
main .beACreator .steps-cntnt .steps .career {
  font-size: 16px;
  color: #52525B;
  line-height: 24px;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  main .beACreator .steps-cntnt .steps .career {
    font-size: 12px;
    line-height: 20px;
  }
}
@media screen and (min-width: 1440px) {
  main .beACreator .steps-cntnt .steps .career {
    font-size: 20px;
    line-height: 28px;
  }
}
main .beACreator .steps-cntnt .flw-steps {
  margin-top: 36px;
  margin-bottom: 48px;
}
@media screen and (min-width: 1024px) {
  main .beACreator .steps-cntnt .flw-steps {
    margin-top: 64px;
  }
}
main .beACreator .steps-cntnt .flw-steps .steps-hdng {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #18181B;
  line-height: 22px;
  font-weight: 600;
  gap: 12px;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  main .beACreator .steps-cntnt .flw-steps .steps-hdng {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (min-width: 1024px) {
  main .beACreator .steps-cntnt .flw-steps .steps-hdng {
    font-size: 22px;
    line-height: 26px;
  }
}
main .beACreator .steps-cntnt .flw-steps .brdr-dash {
  display: block;
  border-bottom: 1px dashed #D4D4D8;
  margin: 16px 0px;
}
@media screen and (min-width: 1024px) {
  main .beACreator .steps-cntnt .flw-steps .brdr-dash {
    margin: 18px 0px;
  }
}
@media screen and (min-width: 1440px) {
  main .beACreator .steps-cntnt .flw-steps .brdr-dash {
    margin: 24px 0px;
  }
}
main .beACreator .steps-cntnt .flw-steps .steps-exp {
  font-size: 13px;
  color: #71717A;
  font-weight: 400;
  line-height: 19px;
  margin-top: 16px;
}
@media screen and (min-width: 425px) {
  main .beACreator .steps-cntnt .flw-steps .steps-exp {
    font-size: 15px;
  }
}
@media screen and (min-width: 425px) {
  main .beACreator .steps-cntnt .flw-steps .steps-exp {
    font-size: 17px;
    line-height: 24px;
  }
}
@media screen and (min-width: 1440px) {
  main .beACreator .steps-cntnt .flw-steps .steps-exp {
    font-size: 16px;
    line-height: 24px;
  }
}
main .beACreator .slide-container {
  background-color: #F4F4F5;
  border: 1px solid #E4E4E7;
  border-radius: 28px;
  padding: 30px;
}
@media screen and (min-width: 420px) {
  main .beACreator .slide-container {
    padding: 50px;
  }
}
@media screen and (min-width: 1024px) {
  main .beACreator .slide-container {
    padding: 64px 96px;
  }
}
@media screen and (min-width: 1440px) {
  main .beACreator .slide-container {
    padding: 63px 122px;
  }
}
main .beACreator .slide-container img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  main .beACreator .slide-container img {
    width: 225px;
    height: 480px;
  }
}
@media screen and (min-width: 1440px) {
  main .beACreator .slide-container img {
    width: 288px;
    height: 626px;
  }
}
main .feature-cnt {
  display: flex;
  flex-direction: column;
  gap: 30px;
  background-color: #141414;
  padding: 48px 16px;
  color: #ffffff;
}
@media screen and (min-width: 425px) {
  main .feature-cnt {
    gap: 40px;
  }
}
@media screen and (min-width: 1024px) {
  main .feature-cnt {
    justify-content: center;
    align-items: center;
    gap: 68px;
    padding: 90px;
  }
}
@media screen and (min-width: 1440px) {
  main .feature-cnt {
    gap: 88px;
    padding: 120px 156px;
  }
}
main .feature-cnt .hero {
  text-align: left;
}
@media screen and (min-width: 1024px) {
  main .feature-cnt .hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  main .feature-cnt .hero div {
    max-width: 70%;
  }
}
main .feature-cnt .hero div h1 {
  margin: 0;
  font-size: 28px;
  line-height: 36px;
}
@media screen and (min-width: 1024px) {
  main .feature-cnt .hero div h1 {
    font-weight: 800;
    font-size: 48px;
    line-height: 60px;
  }
}
@media screen and (min-width: 1440px) {
  main .feature-cnt .hero div h1 {
    font-size: 52px;
    line-height: 64px;
  }
}
main .feature-cnt .hero div h1 span {
  font-family: "Arapey";
  font-style: italic;
  font-size: 28px;
  line-height: 36px;
}
@media screen and (min-width: 1024px) {
  main .feature-cnt .hero div h1 span {
    font-weight: 400;
    font-size: 48px;
    line-height: 60px;
  }
}
@media screen and (min-width: 1440px) {
  main .feature-cnt .hero div h1 span {
    font-weight: 400;
    font-size: 52px;
    line-height: 64px;
  }
}
main .feature-cnt .hero div p {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 24px;
  color: #A1A1AA;
}
@media screen and (min-width: 425px) {
  main .feature-cnt .hero div p {
    margin: 8px 0px 20px;
  }
}
@media screen and (min-width: 1024px) {
  main .feature-cnt .hero div p {
    margin: 3px 0px 4px;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (min-width: 1440px) {
  main .feature-cnt .hero div p {
    font-size: 20px;
    line-height: 28px;
  }
}
main .feature-cnt .hero .cta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 11px 27px;
  background-color: #EB1C06;
  border: 0.6px solid #EB1C06;
  border-radius: 52px;
  font-size: 15px;
  line-height: 19px;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
}
main .feature-cnt .features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
@media screen and (min-width: 425px) {
  main .feature-cnt .features {
    gap: 24px;
  }
}
@media screen and (min-width: 1024px) {
  main .feature-cnt .features {
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
  }
}
@media screen and (min-width: 1440px) {
  main .feature-cnt .features {
    gap: 76px;
  }
}
main .feature-cnt .features .feature {
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: left;
}
@media screen and (min-width: 425px) {
  main .feature-cnt .features .feature {
    gap: 10px;
  }
}
@media screen and (min-width: 1440px) {
  main .feature-cnt .features .feature {
    gap: 14px;
  }
}
main .feature-cnt .features .feature .icon {
  display: block;
  width: 42px;
  height: 42px;
}
@media screen and (min-width: 1024px) {
  main .feature-cnt .features .feature .icon {
    width: 80px;
    height: 80px;
  }
}
main .feature-cnt .features .feature h3 {
  font-size: 16px;
  line-height: 20px;
}
@media screen and (min-width: 1024px) {
  main .feature-cnt .features .feature h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (min-width: 1440px) {
  main .feature-cnt .features .feature h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
main .feature-cnt .features .feature p {
  margin: 0;
  font-size: 12px;
  line-height: 16px;
  color: #A1A1AA;
}
@media screen and (min-width: 425px) {
  main .feature-cnt .features .feature p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (min-width: 1440px) {
  main .feature-cnt .features .feature p {
    font-size: 16px;
    line-height: 24px;
  }
}
main .faq-section {
  position: relative;
  z-index: 1;
  background-color: #F3F3F4;
  padding: 48px 16px 72px 16px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 40px;
  border-radius: 0 0 20px 20px;
}
@media screen and (min-width: 1024px) {
  main .faq-section {
    padding: 120px 156px;
    gap: 48px;
    border-radius: 0;
  }
}
main .faq-section .faq-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 370px;
}
@media screen and (min-width: 1024px) {
  main .faq-section .faq-header {
    max-width: 600px;
  }
}
main .faq-section .faq-header h2 {
  font-family: "Geist";
  font-size: 28px;
  line-height: 36px;
  font-weight: bold;
  margin: 0;
}
@media screen and (min-width: 375px) {
  main .faq-section .faq-header h2 {
    font-size: 33px;
  }
}
@media screen and (min-width: 768px) {
  main .faq-section .faq-header h2 {
    display: inline-grid;
    font-size: 40px;
    line-height: 42px;
  }
}
@media screen and (min-width: 1024px) {
  main .faq-section .faq-header h2 {
    font-size: 52px;
    line-height: 56px;
    text-align: center;
  }
}
main .faq-section .faq-header h2 span {
  font-family: "Arapey";
  font-style: italic;
  text-align: center;
  font-weight: normal;
}
main .faq-section .faq-header .subtext {
  font-size: 16px;
  line-height: 24px;
  color: #52525B;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  main .faq-section .faq-header .subtext {
    font-size: 20px;
    line-height: 28px;
  }
}
main .faq-section .faq-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
main .faq-section .faq-container .faq-item {
  border-radius: 20px;
  background-color: #FAFAFA;
  padding: 20px 16px;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 32px);
  gap: 20px;
}
@media screen and (min-width: 1024px) {
  main .faq-section .faq-container .faq-item {
    border-radius: 24px;
    padding: 20px 24px;
    width: 100%;
  }
}
main .faq-section .faq-container .faq-item .faq-header-row {
  cursor: pointer;
}
main .faq-section .faq-container .faq-item .faq-header-row .down-arrow {
  width: 36px;
  height: 36px;
  transform: rotate(90deg);
  transition: transform 0.3s ease;
  border: 1px solid black;
  border-radius: 50%;
}
main .faq-section .faq-container .faq-item .faq-cont {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  text-align: left;
}
main .faq-section .faq-container .faq-item .faq-cont .faq-question {
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  color: #27272A;
  text-align: left;
  padding: 0;
  cursor: pointer;
}
@media screen and (min-width: 375px) {
  main .faq-section .faq-container .faq-item .faq-cont .faq-question {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (min-width: 425px) {
  main .faq-section .faq-container .faq-item .faq-cont .faq-question {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (min-width: 1024px) {
  main .faq-section .faq-container .faq-item .faq-cont .faq-question {
    font-size: 20px;
    line-height: 24px;
  }
}
main .faq-section .faq-container .faq-item .faq-cont .faq-answer {
  font-size: 12px;
  line-height: 18px;
  color: #52525B;
  text-align: left;
  display: none;
  width: 100%;
}
@media screen and (min-width: 375px) {
  main .faq-section .faq-container .faq-item .faq-cont .faq-answer {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (min-width: 425px) {
  main .faq-section .faq-container .faq-item .faq-cont .faq-answer {
    font-size: 16px;
    line-height: 24px;
  }
}
main .faq-section .faq-container .faq-item .faq-cont .faq-answer.show {
  display: block;
}
main .faq-section .faq-container .faq-item.active .down-arrow {
  transform: rotate(270deg);
  align-items: flex-start;
}
main .creator-section {
  background-color: #18181B;
  border-bottom: 1px solid #27272A;
  padding: 88px 16px;
  gap: 38px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  max-height: 607px;
  margin-top: -20px;
}
@media screen and (min-width: 425px) {
  main .creator-section {
    padding: 104px 16px 88px;
    gap: 48px;
  }
}
@media screen and (min-width: 768px) {
  main .creator-section {
    padding: 65px 16px 50px 16px;
  }
}
@media screen and (min-width: 1024px) {
  main .creator-section {
    background-color: #f62828;
    padding: 150px 136px;
    border-radius: 36px;
    z-index: 1;
  }
}
@media screen and (min-width: 1440px) {
  main .creator-section {
    padding: 170px 156px;
  }
}
main .creator-section .bg-img {
  position: absolute;
  top: 45px;
  left: 0px;
  z-index: 1;
  width: 100%;
}
@media screen and (min-width: 425px) {
  main .creator-section .bg-img {
    top: 95px;
    left: 19px;
  }
}
@media screen and (min-width: 768px) {
  main .creator-section .bg-img {
    top: 2px;
    left: 7px;
    transform: rotate(6deg);
    height: 420px;
  }
}
@media screen and (min-width: 1024px) {
  main .creator-section .bg-img {
    display: none;
  }
}
main .creator-section .desk-bg-img {
  display: none;
}
@media screen and (min-width: 1024px) {
  main .creator-section .desk-bg-img {
    display: block;
    position: absolute;
    top: 15%;
    width: 765px;
    height: 266px;
  }
}
@media screen and (min-width: 1440px) {
  main .creator-section .desk-bg-img {
    top: 18%;
  }
}
main .creator-section .text-cnt {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 370px;
}
@media screen and (min-width: 1024px) {
  main .creator-section .text-cnt {
    max-width: 792px;
  }
}
main .creator-section .text-cnt h1 {
  font-family: "Arapey";
  font-size: 52px;
  font-style: italic;
  font-weight: normal;
  line-height: 59px;
}
@media screen and (min-width: 375px) {
  main .creator-section .text-cnt h1 {
    font-size: 62px;
    line-height: 69px;
  }
}
@media screen and (min-width: 425px) {
  main .creator-section .text-cnt h1 {
    font-size: 72px;
    line-height: 79px;
  }
}
@media screen and (min-width: 1024px) {
  main .creator-section .text-cnt h1 {
    font-size: 88px;
    line-height: 96px;
    max-width: 792px;
    max-height: 192px;
  }
  main .creator-section .text-cnt h1 > span:nth-child(1) {
    color: #ffffff;
  }
}
@media screen and (min-width: 1440px) {
  main .creator-section .text-cnt h1 {
    font-size: 88px;
    line-height: 96px;
  }
}
main .creator-section .text-cnt h1 span {
  color: #f62828;
}
main .creator-section .text-cnt h1 .dot {
  font-style: normal;
}
main .creator-section .text-cnt p {
  font-family: "GeistLight";
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  margin: 0;
}
@media screen and (min-width: 375px) {
  main .creator-section .text-cnt p {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (min-width: 1024px) {
  main .creator-section .text-cnt p {
    font-size: 20px;
    line-height: 28px;
    margin: 0px 141px 0px 141px;
  }
}
@media screen and (min-width: 1440px) {
  main .creator-section .text-cnt p {
    margin-top: 25px;
  }
}
main .creator-section .button {
  background-color: #EB1C06;
  padding: 8px;
  border: 0.6px solid rgba(255, 255, 255, 0.2);
  border-radius: 52px;
  padding: 6px 8px 6px 20px;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  main .creator-section .button {
    background-color: #18181B;
  }
}
main .creator-section .button span {
  font-size: 17px;
  line-height: 21px;
  color: #ffffff;
  margin-right: 8px;
}
@media screen and (min-width: 1024px) {
  main .creator-section .button img:nth-of-type(1) {
    display: none;
  }
}
main .creator-section .button img:nth-of-type(2) {
  display: none;
}
@media screen and (min-width: 1024px) {
  main .creator-section .button img:nth-of-type(2) {
    display: block;
  }
}

footer {
  background-color: #18181B;
  padding: 48px 16px 16px 16px;
  color: #A1A1AA;
  font-family: "GeistLight";
  font-size: 12px;
}
@media screen and (min-width: 425px) {
  footer {
    padding: 68px 24px 24px 24px;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  footer {
    padding: 80px 100px 20px 100px;
    display: grid;
    grid-template-columns: 1fr auto;
    column-gap: 30px;
    align-items: start;
  }
  footer .footer-main {
    display: flex;
    flex-direction: column;
    max-width: 588px;
  }
}
@media screen and (min-width: 1024px) {
  footer {
    border-radius: 36px 36px 0 0;
  }
}
@media screen and (min-width: 1440px) {
  footer {
    padding: 120px 156px 40px 156px;
    column-gap: 40px;
  }
}
footer .description {
  padding-top: 12px;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 425px) {
  footer .description {
    padding-top: 24px;
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (min-width: 1440px) {
  footer .description {
    font-size: 36px;
    line-height: 44px;
    color: #d4d4db;
  }
}
footer .social {
  padding-top: 12px;
  display: flex;
  align-items: center;
  max-width: 148px;
  gap: 20px;
}
@media screen and (min-width: 425px) {
  footer .social {
    padding-top: 28px;
    max-width: 184px;
  }
}
footer .links {
  padding-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (min-width: 425px) {
  footer .links {
    padding-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  footer .links {
    padding-top: 0;
    gap: 20px;
    justify-self: end;
    align-self: center;
  }
}
@media screen and (min-width: 1440px) {
  footer .links {
    gap: 38px;
  }
}
footer .links a {
  color: #A1A1AA;
  font-size: 14px;
  line-height: 18px;
}
@media screen and (min-width: 425px) {
  footer .links a {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (min-width: 768px) {
  footer .links a {
    font-size: 18px;
    line-height: 22px;
    color: #d4d4db;
  }
}
@media screen and (min-width: 1440px) {
  footer .links a {
    font-size: 18px;
    line-height: 22px;
  }
}
footer .links a:hover {
  color: #ffffff;
  font-weight: bold;
}
footer .bottom {
  margin-top: 18px;
  border-top: 1px solid #27272A;
  padding: 10px 0;
  color: #A1A1AA;
}
@media screen and (min-width: 425px) {
  footer .bottom {
    margin-top: 24px;
    padding: 16px 0;
  }
}
@media screen and (min-width: 768px) {
  footer .bottom {
    grid-column: span 2;
    margin-top: 80px;
    border-top: 1px solid #3f3f46;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  footer .bottom .copyright {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (min-width: 1440px) {
  footer .bottom {
    margin-top: 112px;
  }
  footer .bottom .copyright {
    font-size: 18px;
    line-height: 22px;
  }
}
footer .bottom .bottom-ul {
  padding-top: 10px;
  display: flex;
  gap: 26px;
}
@media screen and (min-width: 425px) {
  footer .bottom .bottom-ul {
    padding-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  footer .bottom .bottom-ul {
    font-size: 12px;
    line-height: 16px;
    padding: 0;
  }
}
@media screen and (min-width: 1440px) {
  footer .bottom .bottom-ul {
    font-size: 16px;
    line-height: 20px;
  }
}
footer .bottom .bottom-ul a {
  color: #A1A1AA;
}

.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;
    }
  }
}

.modal-contanier-cookie {
  display: none;
  z-index: 101;
  width: 100%;
  position: fixed;
  bottom: 0px;
  left: 0px;
  align-items: center;
}
.modal-contanier-cookie .wrap {
  width: 100%;
  background-color: #000000;
  padding: 12px 10px;
  border: 2px solid #000000;
  position: relative;
}
.modal-contanier-cookie .wrap p {
  line-height: 20px;
  text-align: center;
  font-size: 14px;
  color: #ffffff !important;
}
.modal-contanier-cookie .wrap .ghost {
  color: #57b9ff;
  text-decoration: underline;
}
.modal-contanier-cookie .wrap .sml-btn {
  width: 82px;
  height: 42px;
  line-height: 40px;
  border-radius: 8px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  align-content: center;
}

.crsr-pointer {
  cursor: pointer;
}

.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;
}

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

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

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

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

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

.d-flex {
  display: flex;
}

.jc-sb {
  justify-content: space-between;
}

.jc-cn {
  justify-content: center;
}

.al-c {
  align-items: center;
}

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

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

.txt-hdr {
  font-size: 16px;
}

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

.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.grey7 {
  color: #666;
}

form input {
  margin-bottom: 14px;
  padding: 12px;
}
form textarea {
  width: 100%;
  margin-bottom: 14px;
  padding: 12px;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  font-family: "Inter";
  background-color: #ffffff;
}
form input[type=file] {
  padding-right: 30px;
}
form input[type=file]::-webkit-file-upload-button {
  display: none;
}
form input[type=file]::file-selector-button {
  display: none;
}

#btnVerifyOtp {
  gap: 5px;
}

.success-msg {
  background-color: #6DB92C !important;
  border-color: #6DB92C;
}

.txt-cen {
  text-align: center;
}

.ghost-s {
  color: #0095F6;
  text-decoration: underline;
}

#helpSupportCancel,
#helpSupportSubmit {
  display: unset !important;
}

.sup-message {
  min-height: 120px;
  padding: 10px 10px 10px 10px;
}