
.section_subscription_landing_open2025 {
    background: linear-gradient(180deg, rgba(136, 36, 27, 0.10) 0%, rgba(194, 52, 39, 0.00) 100%), #110707;
}
.section1_landing_inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.section_1_bg {
    position: absolute;
    width: 100%;
    height: 623px;
    top: 0;
    left: 0;
    background: url('/assets/images/tokenpost_new/subscribe/landing/section1_bg.svg') no-repeat center/contain;
}
.landing_title_box {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 65px;
    align-items: center;
    width: 100%;
    padding: 128px 0 148px;
    background: url('/assets/images/tokenpost_new/subscribe/landing/section1_deco.svg') no-repeat center/contain;
}
.landing_title_box .landing_main_text {
    position: relative;
    font-size: 90px;
    height: 117px;
    letter-spacing: -2.25px;
    font-family: "GmarketSansTTFBold", sans-serif;
    background: linear-gradient(180deg, #FFF 0%, #FF6A5C 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    white-space: nowrap;
}
.landing_title_box .landing_main_text::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 892px;
    height: 3px;
    opacity: 0.5;
    box-shadow: 0 0 13px 0 #E83525;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 50%, rgba(255, 255, 255, 0.00) 100%);
}
.landing_title_box .landing_main_text::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 892px;
    height: 3px;
    opacity: 0.5;
    box-shadow: 0 0 13px 0 #E83525;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 50%, rgba(255, 255, 255, 0.00) 100%);
}
.landing_text_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 25px 0 113px;
}
.landing_text_box .landing_circle_list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.landing_text_box .landing_circle_list span {
    width: 16px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: #fff;
}
.landing_text_box .landing_circle_list span:nth-child(1) {
    background-color: #585151;
}
.landing_text_box .landing_circle_list span:nth-child(2) {
    background-color: #888383;
}

.section2_landing_inner {
    padding: 94px 0;
}
.section2_landing_inner .landing_comment_list {
    gap: 31px;
}
.section2_landing_inner .landing_comment_list li {
    gap: 38px;
}
.section2_landing_inner .landing_comment_list li .landing_icon_box {
    width: 60px;
    height: 60px;
}
.section2_landing_inner .landing_comment_list li .landing_icon_box img {
    width: 100%;
    height: 100%;
}
.section2_landing_inner .landing_comment_list li .landing_comment_box {
    position: relative;
    padding: 12px 20px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 13px 0 #E83525;
}
.section2_landing_inner .landing_comment_list li .landing_comment_box .shadow_box {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: #fff;
    border-radius: 4px;
}
.section2_landing_inner .landing_comment_list li:nth-child(even) .landing_comment_box::before {
    right: -16px;
    left: auto;
    background: url('/assets/images/tokenpost_new/subscribe/landing/comment_tail_right.svg') no-repeat center/contain;
}
.section2_landing_inner .landing_comment_list li .landing_comment_box::before {
    content: '';
    position: absolute;
    left: -16px;
    top: 50%;
    width: 18px;
    height: 20px;
    transform: translateY(-50%);
    background: url('/assets/images/tokenpost_new/subscribe/landing/comment_tail.svg') no-repeat center/contain;
    filter: drop-shadow(0 0 8px #E83525);
    z-index: 1;
}
.section2_landing_inner .landing_comment_list li .landing_comment_box p {
    position: relative;
    font-size: 32px;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: -0.8px;
    color: #110707;
    z-index: 5;
}

.section3_landing_inner {
    padding: 100px 0;
}
.section3_landing_inner .landing_comment_list {
    gap: 27px;
}
.section3_landing_inner .landing_comment_list li {
    gap: 58px;
}
.section3_landing_inner .landing_comment_list li .landing_user_img {
    position: relative;
}
.section3_landing_inner .landing_comment_list li .landing_user_img::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 47px;
    background: linear-gradient(180deg, rgba(17, 7, 7, 0.00) 0%, #110707 100%);
}

.section4_landing_inner {
    padding: 100px 0;
}
.section4_landing_inner .landing_comment_list {
    gap: 68px;
}
.section4_landing_inner .landing_comment_list li:nth-child(even) .landing_invest_information {
    text-align: right;
    padding-left: 0;
    padding-right: 14px;
    border-left: 0;
    border-right: 2px solid #939393;
}
.section4_landing_inner .landing_comment_list li .landing_user_img {
    position: relative;
}
.section4_landing_inner .landing_comment_list li:nth-child(2) .landing_comment_text {
    margin-right: -30px;
}
.section4_landing_inner .landing_comment_list li:nth-child(3) {
    gap: 66px;
}
.section4_landing_inner .landing_comment_list li .landing_user_img::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 47px;
    background: linear-gradient(180deg, rgba(40, 31, 31, 0.00) 0%, #281F1F 100%);
}
.landing_invest_information {
    font-size: 26px;
    font-weight: 400;
    line-height: 39px;
    letter-spacing: -0.65px;
    color: #b2b2b2;
    padding-left: 14px;
    border-left: 2px solid #939393;
    margin-bottom: 12px;
}
.landing_invest_description {
    font-family: "KoPubWorld Batang", sans-serif;
}

.section5_landing_inner {
    padding: 140px 0 105px;
    text-align: center;
    background: url('/assets/images/tokenpost_new/subscribe/landing/section5_bg.svg') no-repeat bottom/contain;
}
.landing_data_cards {
    margin: 63px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 26px;
    max-width: 970px;
    width: 100%;
}
.landing_data_cards .landing_data_card {
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    flex: 1;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: saturate(160%) blur(3px);
    box-shadow:0px 6px 6px rgba(0, 0, 0, 0.2), 0px 2px 20px rgba(0, 0, 0, 0.1)
}
.landing_data_cards .landing_data_card .shine {
    position: absolute;
    inset: 0;
    z-index: 2;
    overflow: hidden;
    box-shadow: inset -2px -2px 1px -1px rgba(255, 255, 255, 0.5), inset 2px 2px 1px -1px rgba(255, 255, 255, 0.5);
    padding: 0.4rem;
    border-radius: 20px;
}
.landing_data_cards .landing_data_card .landing_data_badge {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.20);
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.7px;
    color: #fff;
    text-align: center;
}
.landing_data_cards .landing_data_card .landing_data_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
}

.section6_landing_inner {
    max-width: 970px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 115px 0;
}
.landing_service_cards {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 60px 24px;
}
.landing_service_cards .landing_service_card {
    position: relative;
    width: 473px;
    height: 550px;
    padding: 30px 25px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
    text-align: left;
    overflow: hidden;
}
.landing_service_cards .landing_service_card .landing_service_badge {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 20px;
    border: 1px solid #222;
}
.landing_service_badge span {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.5px;
    color: #222;
}
.landing_service_cards .landing_service_card .landing_text_xs {
    font-weight: 700;
    color: #000;
    margin: 8px 0 10px;
}
.landing_service_cards .landing_service_card .landing_text_xsm {
    color: #333;
}
.landing_service_cards .landing_service_card img {
    position: absolute;
}
.landing_service_cards .landing_service_card .service_card_img1 {
    bottom: 0;
    left: 0;
    z-index: 1;
}
.landing_service_cards .landing_service_card .service_card_img2 {
    bottom: 0;
    right: 0;
}
.landing_service_cards .landing_service_card .service_card_img3 {
    bottom: 53px;
}
.landing_service_cards .landing_service_card .service_card_img4 {
    bottom: 52px;
    left: 25px;
    z-index: 1;
}
.landing_service_cards .landing_service_card .service_card_img5 {
    bottom: 92px;
    right: 24px;
}
.landing_service_cards .landing_service_card .service_card_img6 {
    bottom: 0;
    left: 0;
}

.section_7 {
    background: linear-gradient(180deg, rgba(136, 36, 27, 0.10) 0%, rgba(194, 52, 39, 0.00) 100%), #110707;
}
.section7_landing_inner {
    padding: 105px 0 100px;
    text-align: center;
}
.section7_landing_inner .landing_text_md {
    font-family: "GmarketSansTTFBold", sans-serif;
    margin: 80px 0 160px;
}
.section7_landing_inner .landing_image_container {
    width: 960px;
    margin: 0 auto;
}
.landing_guide_box {
    padding: 20px;
    max-width: 970px;
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255,255,255,0.18);
    backdrop-filter: saturate(140%) blur(6px);
    box-shadow:
            0 12px 30px rgba(0,0,0,0.35),
            inset 0 1px 0 rgba(255,255,255,0.06);
    text-align: left;
}
.landing_guide_box p {
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: -0.35px;
    color: #fff;
    margin-bottom: 8px;
}
.landing_guide_box ul li {
    list-style: disc inside;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: -0.375px;
    color: #f3f3f3;
}
.landing_subscribe_box {
    position: sticky;
    bottom: 32px;
    max-width: 970px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 22px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
    z-index: 10;
}
.landing_subscribe_box .landing_subscribe_text {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.4px;
    color: #211e1e;
}
.landing_subscribe_box .btn_subscribe {
    width: 140px;
    height: 40px;
    padding: 6px 12px;
    border-radius: 4px;
    background-color: #e83525;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: -0.35px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* 친구초대 이벤트 랜딩 페이지 */

.referral_section_1 {
    background: url('/assets/images/tokenpost_new/subscribe/landing/referral/section01_bg.svg') no-repeat center/cover;
    height: 1143px;

}
.referral_section_1 .referral_title_box {
    padding-top: 77px;
    text-align: center;
}
.referral_section_1 .referral_title_box .referral_event_period {
    font-size: 36px;
    font-family: "Suit ExtraBold", sans-serif;
    line-height: 54px;
    letter-spacing: -0.9px;
    color: #fff;
    margin-bottom: 17px;
}
.referral_section_1 .referral_title_box .referral_main_text {
    font-size: 40px;
    font-weight: 800;
    line-height: 60px;
    letter-spacing: -1px;
    color: #fff;
    font-family: "Suit ExtraBold", sans-serif;
    margin-top: 28px;
}
.referral_section_2 {
    background-color: #7f39fd;: ;
}
.referral_section_2 .referral_section_2_inner {
    padding: 60px 0;
}
.referral_section_2_inner .referral_event_list {
    max-width: 970px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    gap: 12px;
}
.referral_event_list .referral_event_item {
    flex: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
    text-align: center;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.21);
    background: linear-gradient(180deg, #000 0%, #412A6B 100%);
    box-shadow: 0 0 4px 0 #6016E9;
    font-family: 'Suit Medium', 'sans-serif';
}
.referral_event_item .referral_event_order {
    font-size: 15px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: -0.5px;
    color: #fff;
    margin-bottom: 20px;
}
.referral_event_item .referral_event_title {
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: -0.6px;
    color: #F6A026;
    margin-bottom: 8px;
}
.referral_event_item .referral_event_description {
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: -0.375px;
    font-family: "Suit Light", sans-serif;
    color: #fff;
}
.referral_event_item .referral_event_description img {
    vertical-align: sub;
}
.referral_section_3 {
    background-color: #000;
    overscroll-behavior: contain
}
.referral_section_3 .referral_section3_inner {
    position: relative;
    padding: 100px 0 80px;
    display: flex;
    flex-direction: column;
    color: #fff;
    overflow: hidden;
}
.referral_section3_wheel_zone {
    position: absolute;
    top: 468px;
    width: 400px;
    height: 632px;
    z-index:12;
    pointer-events: auto;
}
.referral_section3_wheel_zone_left { left: 0; }
.referral_section3_wheel_zone_right { right: 0; }
.referral_section3_inner .swiper_shadow {
    position: absolute;
    left: 0;
    top: 468px;
    width: 135px;
    height: 632px;
    z-index: 10;
    background: linear-gradient(90deg, #080A18 0%, rgba(8, 10, 24, 0.00) 100%);
}
.referral_section3_inner .swiper_shadow.right {
    left: auto;
    right: 0;
    background: linear-gradient(270deg, #080A18 0%, rgba(8, 10, 24, 0.00) 100%);

}
.referral_section_3 .referral_section3_inner .referral_section3_bg1 {
    position: absolute;
    top: -209px;
    left: -110px;
    width: 975px;
    height: 975px;
    border-radius: 50%;
    opacity: 0.2;
    background: radial-gradient(50% 50% at 50% 50%, rgba(57, 177, 220, 0.90) 0%, rgba(57, 177, 220, 0.00) 100%);
    filter: blur(2px);
}
.referral_section_3 .referral_section3_inner .referral_section3_bg2 {
    position: absolute;
    top: 432px;
    right: -203px;
    width: 775px;
    height: 775px;
    border-radius: 50%;
    opacity: 0.2;
    background: radial-gradient(50% 50% at 50% 50%, rgba(57, 177, 220, 0.90) 0%, rgba(57, 177, 220, 0.00) 100%);
    filter: blur(2px);
}
.referral_section_3 .referral_section3_inner .referral_section3_bg3 {
    position: absolute;
    left: -193px;
    bottom: -309px;
    width: 975px;
    height: 975px;
    opacity: 0.2;
    background: radial-gradient(50% 50% at 50% 50%, rgba(57, 177, 220, 0.90) 0%, rgba(57, 177, 220, 0.00) 100%);
    border-radius: 50%;
    filter: blur(2px);
}
.referral_section_3 .referral_section3_inner .referral_section3_bg4 {
    position: absolute;
    bottom: -307px;
    right: 0;
    width: 775px;
    height: 775px;
    border-radius: 50%;
    opacity: 0.2;
    background: radial-gradient(50% 50% at 50% 50%, rgba(57, 177, 220, 0.90) 0%, rgba(57, 177, 220, 0.00) 100%);
    filter: blur(2px);
}
.referral_section_3 .referral_section3_title_box {
    text-align: center;
    font-family: "Suit", sans-serif;
}
.referral_section3_title_box .referral_section3_title {
    font-size: 80px;
    font-weight: 900;
    line-height: 108px;
    letter-spacing: -2px;
    color: #fff;
}
.referral_section3_title_box .referral_section3_title span {
    background: linear-gradient(117deg, #39B1DC 12.3%, #51D4D4 50.56%, #69DA8F 88.82%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 85px;
}
.referral_section3_title_box .referral_section3_description {
    font-size: 32px;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: -0.8px;
    margin-top: 12px;
    font-family: "Suit Light", sans-serif;

}
.referral_scroll {
    padding: 90px 0;
}
.referral_section3_swiper {
    position: relative;
    overflow: hidden;
}
.referral_section3_swiper::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 135px;
    height: 100%;
    z-index: 10;
    background: linear-gradient(90deg, #080A18 0%, rgba(8, 10, 24, 0.00) 100%);
}
.referral_section3_swiper::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 135px;
    height: 100%;
    z-index: 10;
    background: linear-gradient(270deg, #080A18 0%, rgba(8, 10, 24, 0.00) 100%);
}
.referral_section3_swiper .referral_section3_swiper_wrapper {
    display: flex;
    will-change: transform;
    gap: 24px;
}
.referral_section3_swiper .referral_section3_card {
    position: relative;
    width: 610px;
    height: 632px;
    padding: 69px 27px 0 57px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: saturate(160%) blur(3px);
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2), 0 2px 20px rgba(0, 0, 0, 0.1);
}
.referral_section3_swiper .referral_section3_slide:first-child .referral_section3_card {
    width: 454px;
    height: 632px;
    background-color: transparent;
    backdrop-filter: none;
    box-shadow: none;
}
.referral_section3_swiper .referral_section3_slide:last-child .referral_section3_card {
    width: 449px;
    height: 632px;
    background-color: transparent;
    backdrop-filter: none;
    box-shadow: none;
}
.referral_section3_card .referral_section3_badge {
    display: inline-block;
    padding: 6px 16px;
    text-align: center;
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.20);
    font-size: 25px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: -0.625px;
    color: #fff;
}
.referral_section3_swiper_wrapper .referral_section3_slide:nth-child(2) .referral_section3_badge {
    background-color: rgba(0, 172, 163, 0.20);
}
.referral_section3_swiper_wrapper .referral_section3_slide:nth-child(3) .referral_section3_badge {
    background-color: rgba(76, 17, 181, 0.40);
}
.referral_section3_swiper_wrapper .referral_section3_slide:nth-child(4) .referral_section3_badge {
    background-color: rgba(215, 64, 26, 0.55);
}
.referral_section3_swiper_wrapper .referral_section3_slide:nth-child(5) .referral_section3_badge {
    background-color: #1C1F3A;
}
.referral_section3_card .referral_section3_card_title {
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.8px;
    margin: 20px 0 4px;
}
.referral_section3_card .referral_section3_card_description {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: -0.45px;
    opacity: .8;
}
.referral_section3_card .section03_img1 {
    position: absolute;
    bottom: 220px;
    right: 107px;
}
.referral_section3_card .section03_img2 {
    position: absolute;
    bottom: 71px;
    left: 62px;
}
.referral_section3_card .section03_img3 {
    position: absolute;
    bottom: 34px;
    right: 81px;
}
.referral_section3_card .section03_img4 {
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.referral_section3_card .section03_img5 {
    position: absolute;
    bottom: 31px;
    left: 78px;
}
.referral_section3_card .section03_img6 {
    position: absolute;
    bottom: 0;
    right: 0;
}
.referral_section3_card .section03_img7 {
    position: absolute;
    bottom: 2px;
    left: 39px;
}
.referral_section_3_sub {
    background: #1A1A1A;
}
.referral_section_3_sub .referral_section3_sub_inner {
    padding: 80px 0;
    text-align: center;
}
.referral_section3_sub_inner .referral_section3_sub_text {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -0.6px;
    color: #fff;
    font-family: "Suit", sans-serif;
}

.referral_section3_sub_title {
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    line-height: 72px;
    letter-spacing: -1.25px;
    color: #fff;
    font-family: "Suit", sans-serif;
}
.referral_section3_sub_title .sub_highlight_title {
    font-size: 48px;
    font-weight: 900;
    line-height: 72px;
    letter-spacing: -1.25px;
    background: linear-gradient(107deg, #39B1DC 2.6%, #51D4D4 48.36%, #69DA8F 94.12%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.referral_section3_sub_text {
    text-align: center;
    font-family: "Suit Light", sans-serif;
    font-size: 30px;
    line-height: 45px;
    letter-spacing: -0.75px;
}
.referral_section3_sub_text .sub_highlight_text {
    font-weight: 700;
    color: #35FFFC;
}
.referral_section3_sub_text .sub_accent_text {
    font-size: 35px;
    font-weight: 700;
    line-height: 53px;
    letter-spacing: -0.8px;
}
.referral_section3_sub_text .sub_accent_text .sub_highlight_text {
    font-weight: 900;
    background: linear-gradient(107deg, #39B1DC 2.6%, #51D4D4 48.36%, #69DA8F 94.12%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Suit", sans-serif;
}
.referral_section_4 {
    background: #4C11B5 url('/assets/images/tokenpost_new/subscribe/landing/referral/section05_bg.svg') no-repeat center / contain;
    font-family: "Suit", sans-serif;
}
.referral_section_4 .referral_section4_inner {
    padding: 80px 0;
    max-width: 970px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
}
.referral_event_order {
    font-size: 44px;
    font-weight: 900;
    line-height: 66px;
    letter-spacing: -1.1px;
    color: #fff;
}
.referral_section_4 .referral_event1_title_box {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 8px;
}
.referral_event1_title_box .referral_event1_speech {
    position: relative;
    padding: 6px 32px;
    border-radius: 12px;
    background-color: #7041c4;
    font-size: 44px;
    font-weight: 600;
    line-height: 66px;
    letter-spacing: -1.1px;
    color: #fff;
    font-family: "Suit Light", sans-serif;
}
.referral_event1_title_box .referral_event1_speech::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: url('/assets/images/tokenpost_new/subscribe/landing/referral/speech_tail.svg') no-repeat center / contain;
    width: 25px;
    height: 22px;
}
.referral_event1_title_box .referral_event1_title {
    font-size: 60px;
    font-weight: 900;
    line-height: 90px;
    letter-spacing: -1.5px;
    color: #fff;
}
.referral_event1_title_box .referral_event1_title .highlight_number {
    position: relative;
    color: #F6A026;
}
.referral_event1_title_box .referral_event1_title .yellow_txt {
    color: #F6A026;
}
.referral_event1_title_box .referral_event1_title .highlight_number::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    line-height: normal;
    width: 10px;
    height: 10px;
    background-color: #ffa726;
    border-radius: 50%;
}
.referral_event1_title_box .referral_event1_title .highlight_currency {
    color: rgba(255, 255, 255, 0.60);
}
.referral_event1_list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}
.referral_event1_list .referral_event1_item {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 40px;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.10);
    backdrop-filter: saturate(100%) blur(3px);
    overflow: hidden;
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.2), 0px 2px 20px rgba(0, 0, 0, 0.1);
}
.referral_event1_list .referral_event1_item ul {
    margin-top: 32px;
}
.referral_event1_list .referral_event1_item ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #fff;
    font-size: 36px;
    line-height: 54px;
    letter-spacing: -0.9px;
    font-family: "Suit Medium", sans-serif;
}
.referral_event1_list .referral_event1_item .referral_event1_img_box {
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.referral_section_5 {
    background: #1D0A3F url('/assets/images/tokenpost_new/subscribe/landing/referral/section06_bg.svg') no-repeat center / cover;
    font-family: "Suit", sans-serif;
}
.referral_section_5 .referral_section5_inner {
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 31px;
    max-width: 970px;
    width: 100%;
    margin: 0 auto;
}
.referral_event2_title_box {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}
.referral_event2_title_box .referral_event2_speech {
    position: relative;
    padding: 6px 20px;
    border-radius: 12px;
    background-color: #FF6524;
    font-size: 28px;
    font-weight: 500;
    line-height: 42px;
    letter-spacing: -0.7px;
    color: #fff;
    z-index: 1;
    font-family: "Suit Light", sans-serif;
}
.referral_event2_title_box .referral_event2_speech strong {
    font-weight: 800;
    font-family: "Suit ExtraBold", sans-serif;
}
.referral_event2_title_box .referral_event2_speech::after {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 120px;
    transform: translateX(-50%);
    background: url('/assets/images/tokenpost_new/subscribe/landing/referral/speech_tail2.svg') no-repeat center / contain;
    width: 31px;
    height: 31px;
    z-index: -1;
}
.referral_event2_title_box .referral_event2_title {
    font-size: 70px;
    font-weight: 900;
    line-height: 70px;
    text-align: center;
    letter-spacing: -1.75px;
    background: linear-gradient(180deg, #FFF 0%, #F69C1F 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.referral_event2_title_box .referral_event2_title .highlight_title {
    font-size: 90px;
    letter-spacing: -2.25px;
    line-height: 90px;
}
.referral_event2_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 40px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(3px);
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2), 0 2px 20px rgba(0, 0, 0, 0.1);
    font-family: "Suit", sans-serif;
}
.referral_event2_content .referral_event2_text {
    font-size: 40px;
    font-weight: 900;
    line-height: 60px;
    letter-spacing: -1px;
    color: #fff;
}
.referral_event2_content .referral_event2_present {
    font-size: 40px;
    font-family: "Suit Light", sans-serif;
    line-height: 60px;
    letter-spacing: -1px;
    color: #fff;
    margin-top: 12px;
}
.referral_event2_content .referral_event2_list {
    position: relative;
    margin: 40px 0 0;
    padding: 40px 0 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.referral_event2_content .referral_event2_list::after {
    content: '';
    position: absolute;
    top: 73px;
    left: 14px;
    width: 3px;
    height: 765px;
    border-left: 3px dashed #8D4EFF;
}
.referral_event2_list .referral_event2_item {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.referral_event2_list .referral_event2_item .referral_event2_item_title {
    position: relative;
    padding-left: 52px;
    font-size: 44px;
    line-height: 66px;
    letter-spacing: -1.1px;
    color: #fff;
    font-family: 'Suit Bold', sans-serif;
}
.referral_event2_list .referral_event2_item .referral_event2_item_title::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #8D4EFF;
}
.referral_event2_list .referral_event2_item .referral_event2_invite_box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 20px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.20);
    width: 826px;
    margin-left: auto;
}
.referral_event2_invite_box .referral_event2_item_speech {
    position: relative;
    display: inline-block;
    padding: 6px 20px;
    text-align: center;
    border-radius: 6px;
    background-color: #7041c4;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: -0.8px;
    color: #fff;
    margin: 0 0 20px 15px;
    font-family: "Suit ExtraLight", sans-serif;
}
.referral_event2_invite_box .referral_event2_item_speech::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
    background: url('/assets/images/tokenpost_new/subscribe/landing/referral/speech_tail3.svg') no-repeat center / contain;
    width: 30px;
    height: 30px;
}
.referral_event2_invite_box .referral_event2_info {
    font-size: 40px;
    line-height: 60px;
    letter-spacing: -1px;
    color: #fff;
    font-family: "Suit SemiBold", sans-serif;
}
.referral_event2_item .referral_event2_info .referral_event2_highlight {
    color: #F6A026;
}
.referral_section_6 {
    position: relative;
    background: #451699;
    font-family: "Suit", sans-serif;
    overflow: hidden;
}
.referral_section6_bg {
    position: absolute;
    bottom: 0;
    right: -70px;
    width: 1022px;
    height: 1022px;
    background: url('/assets/images/tokenpost_new/subscribe/landing/referral/section07_bg.svg') no-repeat center / contain;
}
.referral_section_6 .referral_section6_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    max-width: 970px;
    width: 100%;
    margin: 0 auto;
    padding: 80px 0;
}
.referral_event3_title_box {
    position: relative;
    text-align: center;
    max-width: 714px;
    width: 100%;
}
.referral_event3_title_box .referral_event3_title {
    font-size: 60px;
    font-weight: 900;
    line-height: 90px;
    letter-spacing: -1.5px;
    background: linear-gradient(92deg, #ED8600 0%, #F2E4B8 50.52%, #E89830 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.referral_event3_title_box .referral_event3_title::before,
.referral_event3_title_box .referral_event3_title::after{
    content: '';
    position: absolute;
    top: 25px;
    width: 40px;
    height: 40px;
    background: url('/assets/images/tokenpost_new/subscribe/landing/referral/section07_img1.svg') no-repeat center / contain;
}
.referral_event3_title_box .referral_event3_title::before {
    left: 42px;
}
.referral_event3_title_box .referral_event3_title::after {
    right: 42px;
}
.referral_event3_title_box .referral_event3_description {
    padding: 12px 20px;
    border-radius: 8px;
    background-color: #321368;
    text-align: center;
    font-size: 34px;
    font-weight: 600;
    line-height: 51px;
    letter-spacing: -0.85px;
    color: #fff;
    margin-top: 8px;
    font-family: "Suit Light", sans-serif;
}
.referral_event3_content {
    width: 100%;
}
.referral_event3_content .referral_reward_wrap {
    position: relative;
    height: 886px;
}
.referral_reward_wrap .referral_reward_bg1 {
    position: absolute;
    top: 46px;
    left: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgba(50, 19, 104, 0.80);
    filter: blur(5px) drop-shadow(0 0 54px rgba(31, 11, 63, 0.40));
}
.referral_reward_wrap .referral_reward_bg2 {
    position: absolute;
    top: 77px;
    right: 154px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(50, 19, 104, 0.80);
    filter: blur(5px) drop-shadow(0 0 54px rgba(31, 11, 63, 0.40));
}
.referral_reward_wrap .referral_reward_bg3 {
    position: absolute;
    bottom: 109px;
    right: 271px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgba(50, 19, 104, 0.80);
    filter: blur(5px) drop-shadow(0 0 54px rgba(31, 11, 63, 0.40));
}
.referral_reward_wrap .referral_reward_bg1:nth-child(2) {
    top: auto;
    left: auto;
    right: 174px;
    bottom: 74px;
}
.referral_reward_list .referral_reward_item {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 1;
}
.referral_reward_list .referral_reward_item::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(50, 19, 104, 0.8);
    filter: blur(1px) drop-shadow(0 0 54px rgba(31, 11, 63, 0.4));
    border-radius: 50%;
    z-index: -1;
}
.referral_reward_list .referral_reward_item::after {
    content: '';
    position: absolute;
    background-color: rgba(50, 19, 104, 0.8);
    border-radius: 50%;
    filter: blur(1px) drop-shadow(0 0 54px rgba(31, 11, 63, 0.4));
    z-index: -1;
}
.referral_reward_list .referral_reward_item:nth-child(1) {
    width: 506px;
    height: 506px;
    top: 0;
    left: 0;
}
.referral_reward_list .referral_reward_item:nth-child(1)::after {
    bottom: -40px;
    left: 10px;
    width: 208px;
    height: 208px;
}
.referral_reward_list .referral_reward_item:nth-child(2) {
    width: 435px;
    height: 435px;
    top: 200px;
    right: 0;
}
.referral_reward_list .referral_reward_item:nth-child(2)::after {
    width: 180px;
    height: 180px;
    top: -80px;
    left: 19px;
}
.referral_reward_list .referral_reward_item:nth-child(3) {
    width: 370px;
    height: 370px;
    left: 224px;
    bottom: 0;
}
.referral_reward_list .referral_reward_item:nth-child(3)::after {
    width: 110px;
    height: 110px;
    top: 50px;
    left: -60px;
}

.referral_reward_item .referral_reward_icon {
    position: relative;
}
.referral_reward_item .referral_reward_icon .reward_badge {
    position: absolute;
    top: -2px;
    left: -11px;
}
.referral_reward_item .referral_reward_name {
    margin: 2px 0;
    font-weight: 600;
    color: #fff;
    font-family: "Suit ExtraLight", sans-serif;
}
.referral_reward_item:nth-child(1) .referral_reward_name {
    font-size: 38px;
    line-height: 56px;
    letter-spacing: -0.9px;
}
.referral_reward_item:nth-child(2) .referral_reward_name {
    font-size: 31px;
    line-height: 47px;
    letter-spacing: -0.8px;
}
.referral_reward_item:nth-child(3) .referral_reward_name {
    font-size: 27px;
    line-height: 41px;
    letter-spacing: -0.7px;
}
.referral_reward_item .referral_reward_description {
    text-align: center;
    font-weight: 800;
    color: #fff;
    font-family: "Suit Bold", sans-serif;
}
.referral_reward_item:nth-child(1) .referral_reward_description {
    font-size: 44px;
    line-height: 66px;
    letter-spacing: -1.1px;
}
.referral_reward_item:nth-child(2) .referral_reward_description {
    font-size: 36px;
    line-height: 55px;
    letter-spacing: -0.9px;
}
.referral_reward_item:nth-child(3) .referral_reward_description {
    font-size: 32px;
    line-height: 48px;
    letter-spacing: -0.8px;
}
.referral_reward_item .referral_reward_description .referral_reward_highlight {
    color: #F6A026;
}
.referral_event3_content .referral_reward_text {
    padding: 12px 20px;
    background-color: #321368;
    border-radius: 8px;
    text-align: center;
    font-size: 28px;
    font-family: "Suit Medium", sans-serif;
    line-height: 42px;
    color: #fff;
    letter-spacing: -0.7px;
    margin-top: 40px;
}
.referral_event3_content .referral_winner_table_wrap {
    margin-top: 40px;
}
.referral_winner_table_wrap .referral_winner_table {
    width: 100%;
}
.referral_winner_table thead th {
    align-content: center;
    height: 48px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    line-height: 21px;
    letter-spacing: -0.35px;
    border-radius: 10px 10px 0 0;
    background: rgba(0, 0, 0, 0.20);
    backdrop-filter: saturate(120%) blur(3px);
}
.referral_winner_table thead th::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    overflow: hidden;
    box-shadow: inset -1.5px -1.2px 1px -1px rgb(255 255 255 / 50%), inset 1.5px 1.5px 1px -1px rgba(255, 255, 255, 0.5);
    padding: 0.4rem;
    border-radius: 10px 10px 0 0;
}

.referral_winner_table tbody tr th {
    position: relative;
    width: 220px;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.20);
    background: rgba(0, 0, 0, 0.20);
    backdrop-filter: saturate(120%) blur(3px);
}
.referral_winner_table tbody tr td {
    position: relative;
    text-align: left;
    background: rgba(0, 0, 0, 0.20);
    backdrop-filter: saturate(120%) blur(3px);
}
.referral_winner_table tbody tr th,
.referral_winner_table tbody tr td {
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: -0.35px;
    color: #fff;
}
.referral_winner_table tbody tr:last-child th {
    border-bottom-left-radius: 10px;
}
.referral_winner_table tbody tr:last-child th::before {
    border-bottom-left-radius: 10px;
}
.referral_winner_table tbody tr:last-child td {
    border-bottom-right-radius: 10px;
}
.referral_winner_table tbody tr:last-child td::before {
    border-bottom-right-radius: 10px;
}
.referral_winner_table tbody tr th::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    overflow: hidden;
    box-shadow: inset 0px -1.2px 1px -1px rgb(255 255 255 / 50%), inset 1.5px 1.5px 1px -1px rgba(255, 255, 255, 0.5);
    padding: 0.4rem;
}
.referral_winner_table tbody tr td::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    overflow: hidden;
    box-shadow: inset -1.5px -1.2px 1px -1px rgb(255 255 255 / 50%), inset 1.5px 1.5px 1px -1px rgba(255, 255, 255, 0.5);
    padding: 0.4rem;
}
.referral_section_7 {
    background: #F6A026;
}
.referral_section_7 .referral_section7_inner {
    padding: 40px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    max-width: 754px;
    width: 100%;
    margin: 0 auto;
}
.referral_section_7 .referral_code_wrap {
    width: 365px;
    padding: 20px 32px;
    border-radius: 10px;
    background-color: #fff;
}
.referral_section_7 .referral_code_wrap.friend_referral_code_wrap {
    background-color: #040A10;
}
.referral_section_7 .referral_code_wrap.friend_referral_code_wrap .referral_code_label {
    color: rgba(255, 255, 255, 0.8);
}
.referral_section_7 .referral_code_label {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.6px;
    text-align: center;
    color: #040A10;
    font-family: "Suit SemiBold", sans-serif;
}

.referral_section_7 .referral_code_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
}
.referral_section_7 .referral_code_wrap.friend_referral_code_wrap .referral_code_box {
    background: rgba(255, 255, 255, 0.25);
    border: none;
}
.referral_section_7 .referral_code_wrap.friend_referral_code_wrap .input_friend_code {
    color: #fff;
    height: 24px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.16px;
    background-color: transparent;
    outline: none;
    border: none;
}
.referral_section_7 .referral_code_wrap.friend_referral_code_wrap .btn_friend_copy {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    letter-spacing: -0.3px;
    color: #fff;
    height: 20px;
    padding: 0;
    cursor: pointer;
}
.referral_section_7 .referral_code_wrap.friend_referral_code_wrap .btn_friend_copy .friend_btn_copy_icon {
    background: url('/assets/images/tokenpost_new/subscribe/landing/referral/white_copy.svg') no-repeat center;
    width: 12px;
    height: 12px;
}
.referral_section_7 .referral_code_wrap.friend_referral_code_wrap .btn_subscribe {
    display: block;
    color: #040A10;
    background-color: #fff;
}
.referral_section_7 .referral_code_wrapper .referral_code_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 16px;
    width: 200px;
    height: 40px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #bcbcbc;
}
.referral_section_7 .referral_code_box .input_referral_code {
    height: 24px;
    border: 0;
    outline: none;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.16px;
    color: #000;
    font-family: "Suit Bold", sans-serif;
}
.referral_section_7 .referral_code_box .btn_referral_copy {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    letter-spacing: -0.3px;
    color: #000;
    height: 20px;
    padding: 0;
    cursor: pointer;
}
.referral_section_7 .referral_code_box .btn_referral_copy .referral_btn_copy_icon {
    background: url('/assets/images/tokenpost_new/subscribe/landing/referral/copy.svg') no-repeat center;
    width: 12px;
    height: 12px;
}
.referral_section_7 .referral_code_wrapper .btn_subscribe {
    background-color: #000;
    border-radius: 4px;
    border: 1px solid #000;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: -0.35px;
    color: #F6A026;
    cursor: pointer;
}
.referral_section_7 .referral_login_wrap {
    width: 365px;
    padding: 20px;
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
}
.referral_section_7 .referral_login_wrap .referral_login_label {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.6px;
    color: #040A10;
    font-family: "Suit SemiBold", sans-serif;
}
.referral_section_7 .referral_login_wrap .btn_login {
    display: inline-block;
    width: 72px;
    height: 40px;
    padding: 8px 12px;
    text-align: center;
    font-size: 14px;
    letter-spacing: -0.35px;
    color: #F6A026;
    margin-top: 16px;
    background-color: #000;
    border-radius: 4px;
}
.referral_section_8 {
    background-color: #fff;
}
.referral_section_8 .referral_section8_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    max-width: 970px;
    width: 100%;
    margin: 0 auto;
    padding: 80px 0 40px;
}
.referral_section8_inner .event_guide_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}
.referral_section8_inner .event_guide_box .event_guide_title {
    font-size: 50px;
    font-weight: 900;
    line-height: 75px;
    letter-spacing: -1.25px;
    color: #020408;
    font-family: "Suit", sans-serif;
}
.referral_section8_inner .event_guide_box .event_guide_description {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: -0.45px;
    color: #020408;
    text-align: center;
    font-family: "Suit Medium", sans-serif;

}
.referral_section8_inner .event_guide_box .event_guide_description span {
    color: #020408;
}
.referral_section8_inner .event_guide_list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}
.event_guide_list .event_guide_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px 0;
    border-radius: 20px;
    background-color: #f5f0ff;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.08)
}
.event_guide_list .event_guide_item:nth-child(2) .event_guide_img_box {
    position: relative;
    left: 75px;
}
.event_guide_list .event_guide_item .event_guide_order {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.5px;
    color: #020408;
    text-align: center;
    margin-bottom: 24px;
}
.event_guide_list .event_guide_item .event_guide_order span {
    font-weight: 900;
    font-family: "Suit", sans-serif;
    color: #7F39FD;
    margin-right: 20px;
}
.event_guide_list .event_guide_item .event_guide_img_box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
}
.event_guide_list .event_guide_item .event_guide_description {
    margin-top: 24px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.4px;
    color: #707070;
    font-family: "Suit ExtraLight", sans-serif;
}
.event_guide_list .event_guide_item .event_guide_description span {
    color: #707070;
}
.referral_sticky_bar {
    position: sticky;
    bottom: 0;
    max-width: 970px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 22px;
    border-radius: 10px;
    background: #FAFAFB;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 20;
}
.referral_sticky_bar .referral_sticky_text_wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}
.referral_sticky_text_wrap .referral_sticky_strong {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.5px;
    color: #211e1e;
}
.referral_sticky_text_wrap .referral_sticky_text {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.5px;
    color: #211e1e;
}
.referral_sticky_text_wrap .referral_sticky_text .headcount {
    color: #ff542a;
    font-weight: 700;
}
.referral_sticky_bar .referral_sticky_btn_wrap {
    width: 292px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.referral_sticky_bar .referral_sticky_btn_wrap .referral_code_box {
    width: 140px;
    height: 52px;
    text-align: center;
    padding: 6px 21px;
    border-radius: 4px;
    background: #EADEFF;
}
.referral_sticky_btn_wrap .referral_code_box .referral_code_label {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.13px;
    color: #626262;
    font-family: "Suit SemiBold", sans-serif;
}
.referral_sticky_btn_wrap .referral_code_box .input_referral_code {
    font-size: 13px;
    letter-spacing: -0.13px;
    height: 20px;
    padding: 0;
    color: #7F39FD;
    background-color: transparent;
    border: none;
    outline: none;
}
.referral_sticky_btn_wrap .referral_code_box .btn_referral_copy {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    letter-spacing: -0.3px;
    color: #7F39FD;
    height: 20px;
    padding: 0;
    cursor: pointer;
}
.referral_sticky_btn_wrap .referral_code_box .referral_code_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.referral_sticky_btn_wrap .referral_code_box .btn_referral_copy .referral_btn_copy_icon {
    background: url('/assets/images/tokenpost_new/subscribe/landing/referral/purple_copy.svg') no-repeat center;
    width: 12px;
    height: 12px;
}
.referral_sticky_btn_wrap .btn_referral_login {
    display: block;
    text-align: center;
    width: 140px;
    height: 52px;
    padding: 6px 12px;
    font-weight: 500;
    border-radius: 4px;
    background: #EADEFF;
    color: #7F39FD;
}
.referral_sticky_bar .btn_referral {
    width: 140px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background-color: #7F39FD;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: -0.35px;
    color: #fff;
    cursor: pointer;
}
.referral_notice_section {
    padding: 20px;
    border-radius: 10px;
    background-color: #FAFAFB;
    max-width: 970px;
    width: 100%;
    margin: 40px auto 0;
}
.referral_notice_section .referral_notice_title {
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: -0.35px;
    color: #767676;
    margin-bottom: 8px;
}
.referral_notice_section .referral_notice_list .referral_notice_item {
    list-style: disc inside;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.325px;
    color: #767676;
    padding-left: 10px;
}
.referral_top_section {
    padding: 20px 0 0;
    max-width: 970px;
    width: 100%;
    margin: 0 auto;
}
.referral_top_section .backTop {
    display: block;
    position: initial;
    width: 40px;
    height: 40px;
    margin-left: auto;
}

/* copyAlert*/
.copyAlert {
    display: none;
    position: fixed;
    width: 280px;
    height: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: 0;
    z-index: 99999;
    background-color: #fff;
    box-sizing: border-box;
    text-align: center;
    font-size: 17px;
    border: 0.5px solid #9D9D9D;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    text-align: center;
    padding-top: 22px;
}

.copyAlert span {
    display: block;
    padding-top: 12px;
}

.referral_share_text_wrap {
    margin-top: 24px;
    padding: 12px;
    border-radius: 8px;
    background-color: #f7f7f7;
}
.referral_share_text_wrap .btn_referral_share_copy {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    letter-spacing: -0.325px;
    color: #4294FF;
    height: 20px;
    padding: 0;
    cursor: pointer;
}
.referral_share_text_wrap .btn_referral_share_copy .referral_btn_copy_icon {
    background: url('/assets/images/tokenpost_new/subscribe/landing/referral/blue_copy.svg') no-repeat center;
    width: 12px;
    height: 12px;
}
.referral_share_text_wrap .referral_share_title {
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.325px;
    color: #111;
    margin-top: 10px;
}
.referral_share_text_wrap .referral_share_description {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.325px;
    color: #5b5b5b;
}
.referral_share_text_wrap .referral_share_info {
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.325px;
    color: #111;
    word-break: break-all;
}
.referral_share_text_wrap .referral_share_info span {
    font-weight: 400;
}