@charset "UTF-8";

* {
    padding: 0;
    margin: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
html {
	scroll-behavior: smooth;
}
body {
	font-family: 'Inter', 'Helvetica Neue', -apple-system, BlinkMacSystemFont, sans-serif;
	font-optical-sizing: auto;
}
/* */


/* start of nywhashinternational_footer_7d8d790d_footer */
.nywhashinternational_footer_7d8d790d_footer {
    background: #f5f5f5;
    color: #333;
    padding: 40px 0 0;
    border-top: 4px solid #d700ff;
    box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.05);
}

.nywhashinternational_footer_7d8d790d_container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.nywhashinternational_footer_7d8d790d_payment-section {
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.nywhashinternational_footer_7d8d790d_payment-title {
    font-size: 18px;
    margin-bottom: 15px;
    color: #000;
    font-weight: 600;
}

.nywhashinternational_footer_7d8d790d_payment-image {
    max-width: 100%;
    height: auto;
    filter: brightness(0.9);
    transition: filter 0.3s ease;
}

.nywhashinternational_footer_7d8d790d_payment-image:hover {
    filter: brightness(1.1);
}

.nywhashinternational_footer_7d8d790d_main-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    padding: 20px 0 40px;
}

.nywhashinternational_footer_7d8d790d_company-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.nywhashinternational_footer_7d8d790d_logo {
    width: 200px;
    height: 50px;
    background-image: url('https://static.nywhash.com/partners/nywhash/nywhash_text_color.png');
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    line-height: 50px;
}


.nywhashinternational_footer_7d8d790d_description {
    color: #666;
    line-height: 1.6;
    font-size: 15px;
}

.nywhashinternational_footer_7d8d790d_social-links {
    display: flex;
    gap: 15px;
}

.nywhashinternational_footer_7d8d790d_social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #d700ff;
    border-radius: 50%;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(215, 0, 255, 0.2);
}

.nywhashinternational_footer_7d8d790d_social-link:hover {
    background-color: #b300d4;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(215, 0, 255, 0.4);
}

.nywhashinternational_footer_7d8d790d_links-section h3,
.nywhashinternational_footer_7d8d790d_contact-section h3 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #000;
    position: relative;
    padding-bottom: 10px;
}

.nywhashinternational_footer_7d8d790d_links-section h3:after,
.nywhashinternational_footer_7d8d790d_contact-section h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background-color: #d700ff;
    border-radius: 2px;
}

.nywhashinternational_footer_7d8d790d_links-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nywhashinternational_footer_7d8d790d_links-list li {
    margin-bottom: 12px;
}

.nywhashinternational_footer_7d8d790d_link {
    color: #666;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
    padding-left: 15px;
}

.nywhashinternational_footer_7d8d790d_link:before {
    content: '\203A';
    position: absolute;
    left: 0;
    color: #d700ff;
    transition: transform 0.3s ease;
}

.nywhashinternational_footer_7d8d790d_link:hover {
    color: #000;
    transform: translateX(5px);
}

.nywhashinternational_footer_7d8d790d_link:hover:before {
    transform: translateX(3px);
}

.nywhashinternational_footer_7d8d790d_contact-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.nywhashinternational_footer_7d8d790d_contact-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    color: #666;
}

.nywhashinternational_footer_7d8d790d_contact-item i {
    margin-top: 4px;
    color: #d700ff;
    width: 20px;
    text-align: center;
}

.nywhashinternational_footer_7d8d790d_bottom-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    flex-wrap: wrap;
    gap: 15px;
}

.nywhashinternational_footer_7d8d790d_copyright {
    color: #666;
    font-size: 14px;
}

.nywhashinternational_footer_7d8d790d_legal-links {
    display: flex;
    gap: 25px;
}

.nywhashinternational_footer_7d8d790d_legal-link {
    color: #666;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    position: relative;
}

.nywhashinternational_footer_7d8d790d_legal-link:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #d700ff;
    transition: width 0.3s ease;
}

.nywhashinternational_footer_7d8d790d_legal-link:hover {
    color: #000;
}

.nywhashinternational_footer_7d8d790d_legal-link:hover:after {
    width: 100%;
}

.nywhashinternational_footer_7d8d790d_back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: #d700ff;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(215, 0, 255, 0.3);
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

.nywhashinternational_footer_7d8d790d_back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.nywhashinternational_footer_7d8d790d_back-to-top:hover {
    background-color: #b300d4;
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(215, 0, 255, 0.4);
}

.nywhashinternational_footer_7d8d790d_cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.1);
    padding: 20px;
    z-index: 9999;
    transform: translateY(100%);
    transition: transform 0.5s ease;
    border-top: 3px solid #d700ff;
}

.nywhashinternational_footer_7d8d790d_cookie-banner.show {
    transform: translateY(0);
}

.nywhashinternational_footer_7d8d790d_cookie-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.nywhashinternational_footer_7d8d790d_cookie-text {
    flex: 1;
    color: #333;
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
}

.nywhashinternational_footer_7d8d790d_cookie-text a {
    color: #d700ff;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.nywhashinternational_footer_7d8d790d_cookie-text a:hover {
    color: #b300d4;
    text-decoration: underline;
}

.nywhashinternational_footer_7d8d790d_cookie-btn {
    background: #d700ff;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    box-shadow: 0 2px 5px rgba(215, 0, 255, 0.2);
}

.nywhashinternational_footer_7d8d790d_cookie-btn:hover {
    background: #b300d4;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(215, 0, 255, 0.3);
}

@media (max-width: 768px) {
    .nywhashinternational_footer_7d8d790d_main-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .nywhashinternational_footer_7d8d790d_bottom-section {
        flex-direction: column;
        text-align: center;
    }

    .nywhashinternational_footer_7d8d790d_legal-links {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }

    .nywhashinternational_footer_7d8d790d_back-to-top {
        bottom: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
    }

    .nywhashinternational_footer_7d8d790d_cookie-container {
        flex-direction: column;
        text-align: center;
    }

    .nywhashinternational_footer_7d8d790d_cookie-btn {
        width: 100%;
        max-width: 200px;
    }
}
/* end of nywhashinternational_footer_7d8d790d_footer */


/* start of nywhashop */
:root {
    --nywhashcloudinternational_op_640e204c_primary: #d700fe;
    --nywhashcloudinternational_op_640e204c_primary-dark: #b80058;
    --nywhashcloudinternational_op_640e204c_primary-light: #f8e6ee;
    --nywhashcloudinternational_op_640e204c_secondary: #7c3aed;
    --nywhashcloudinternational_op_640e204c_success: #10b981;
    --nywhashcloudinternational_op_640e204c_warning: #f59e0b;
    --nywhashcloudinternational_op_640e204c_danger: #ef4444;
    --nywhashcloudinternational_op_640e204c_dark: #1e293b;
    --nywhashcloudinternational_op_640e204c_light: #f8fafc;
    --nywhashcloudinternational_op_640e204c_gray: #64748b;
    --nywhashcloudinternational_op_640e204c_border: #e2e8f0;
    --nywhashcloudinternational_op_640e204c_shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --nywhashcloudinternational_op_640e204c_radius: 8px;
    --nywhashcloudinternational_op_640e204c_transition: all 0.3s ease;
}
/* hero start */
.nywhashcloudinternational_op_640e204c_container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.nywhashcloudinternational_op_640e204c_hero {
    background: linear-gradient(135deg, #d700fe 0%, #e25cff 50%, #d700fe 100%);
    color: white;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.nywhashcloudinternational_op_640e204c_hero_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    position: relative;
    z-index: 1;
}

.nywhashcloudinternational_op_640e204c_hero_text {
    flex: 1;
    max-width: 600px;
}

.nywhashcloudinternational_op_640e204c_hero_badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.1);
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 14px;
    margin-bottom: 20px;
    backdrop-filter: blur(10px);
}

.nywhashcloudinternational_op_640e204c_hero_title {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.nywhashcloudinternational_op_640e204c_hero_title span {
    color: #fff;
}

.nywhashcloudinternational_op_640e204c_hero_subtitle {
    font-size: 1.2rem;
    opacity: 0.9;
    margin-bottom: 30px;
    max-width: 500px;
}

.nywhashcloudinternational_op_640e204c_hero_features {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.nywhashcloudinternational_op_640e204c_hero_feature {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
}

.nywhashcloudinternational_op_640e204c_hero_buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.nywhashcloudinternational_op_640e204c_btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    border-radius: var(--nywhashcloudinternational_op_640e204c_radius);
    font-weight: 600;
    text-decoration: none;
    transition: var(--nywhashcloudinternational_op_640e204c_transition);
    cursor: pointer;
    border: none;
    font-size: 1rem;
}

.nywhashcloudinternational_op_640e204c_btn_primary {
    background: var(--nywhashcloudinternational_op_640e204c_primary);
    color: white;
}

.nywhashcloudinternational_op_640e204c_btn_primary:hover {
    background: var(--nywhashcloudinternational_op_640e204c_primary-dark);
    transform: translateY(-2px);
    box-shadow: var(--nywhashcloudinternational_op_640e204c_shadow);
}

.nywhashcloudinternational_op_640e204c_btn_secondary {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    backdrop-filter: blur(10px);
}

.nywhashcloudinternational_op_640e204c_btn_secondary:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.nywhashcloudinternational_op_640e204c_hero_image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.nywhashcloudinternational_op_640e204c_hero_img_placeholder img {
    max-width: 600px;
    height: auto;
    display: block;
    border-radius: 50px;
}

.nywhashcloudinternational_op_640e204c_hero_img_container {
    position: relative;
    width: 400px;
    height: 300px;
}

.nywhashcloudinternational_op_640e204c_hero_img_card {
    border-radius: 16px;
    padding: 30px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* hero end */
.nywhashcloudinternational_op_640e204c_pricing {
    padding: 100px 0;
    background: white;
}

.nywhashcloudinternational_op_640e204c_section_header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px;
}

.nywhashcloudinternational_op_640e204c_section_title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}

.nywhashcloudinternational_op_640e204c_section_subtitle {
    font-size: 1.1rem;
    color: var(--nywhashcloudinternational_op_640e204c_gray);
}

.nywhashcloudinternational_op_640e204c_pricing_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.nywhashcloudinternational_op_640e204c_pricing_card {
    background: white;
    border-radius: var(--nywhashcloudinternational_op_640e204c_radius);
    padding: 30px;
    box-shadow: var(--nywhashcloudinternational_op_640e204c_shadow);
    transition: var(--nywhashcloudinternational_op_640e204c_transition);
    border: 1px solid var(--nywhashcloudinternational_op_640e204c_border);
    position: relative;
    display: flex;
    flex-direction: column;
}

.nywhashcloudinternational_op_640e204c_pricing_card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.nywhashcloudinternational_op_640e204c_pricing_card.popular {
    border-color: var(--nywhashcloudinternational_op_640e204c_primary);
    transform: scale(1.05);
}

.nywhashcloudinternational_op_640e204c_popular_badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--nywhashcloudinternational_op_640e204c_primary);
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}

.nywhashcloudinternational_op_640e204c_pricing_name {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--nywhashcloudinternational_op_640e204c_dark);
    margin-bottom: 15px;
    text-align: center;
}

.nywhashcloudinternational_op_640e204c_pricing_price {
    text-align: center;
    margin-bottom: 25px;
}

.nywhashcloudinternational_op_640e204c_price_main {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 5px;
}

.nywhashcloudinternational_op_640e204c_price_currency {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--nywhashcloudinternational_op_640e204c_dark);
    margin-right: 2px;
}

.nywhashcloudinternational_op_640e204c_price_amount {
    font-size: 3rem;
    font-weight: 700;
    color: var(--nywhashcloudinternational_op_640e204c_dark);
    line-height: 1;
}

.nywhashcloudinternational_op_640e204c_price_period {
    color: var(--nywhashcloudinternational_op_640e204c_gray);
    font-size: 0.9rem;
}

.nywhashcloudinternational_op_640e204c_price_saving {
    background: var(--nywhashcloudinternational_op_640e204c_primary-light);
    color: var(--nywhashcloudinternational_op_640e204c_primary);
    padding: 8px 12px;
    border-radius: var(--nywhashcloudinternational_op_640e204c_radius);
    font-size: 0.85rem;
    margin-top: 10px;
}

.nywhashcloudinternational_op_640e204c_pricing_features {
    list-style: none;
    margin-bottom: 25px;
    flex-grow: 1;
}

.nywhashcloudinternational_op_640e204c_pricing_features li {
    padding: 8px 0;
    border-bottom: 1px solid var(--nywhashcloudinternational_op_640e204c_border);
    display: flex;
    align-items: center;
}

.nywhashcloudinternational_op_640e204c_pricing_features li:last-child {
    border-bottom: none;
}

.nywhashcloudinternational_op_640e204c_pricing_features li::before {
    content: '\2713';
    color: var(--nywhashcloudinternational_op_640e204c_success);
    font-weight: bold;
    margin-right: 10px;
}

.nywhashcloudinternational_op_640e204c_price_comparison {
    background: #f8fafc;
    padding: 15px;
    border-radius: var(--nywhashcloudinternational_op_640e204c_radius);
    margin-bottom: 25px;
}

.nywhashcloudinternational_op_640e204c_comparison_item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 0.9rem;
}

.nywhashcloudinternational_op_640e204c_comparison_item:last-child {
    margin-bottom: 0;
}

.nywhashcloudinternational_op_640e204c_comparison_savings {
    color: var(--nywhashcloudinternational_op_640e204c_success);
    font-weight: 600;
}

.nywhashcloudinternational_op_640e204c_pricing_button {
    display: block;
    text-align: center;
    background: var(--nywhashcloudinternational_op_640e204c_primary);
    color: white;
    padding: 12px;
    border-radius: var(--nywhashcloudinternational_op_640e204c_radius);
    text-decoration: none;
    font-weight: 600;
    transition: var(--nywhashcloudinternational_op_640e204c_transition);
}

.nywhashcloudinternational_op_640e204c_pricing_button:hover {
    background: var(--nywhashcloudinternational_op_640e204c_primary-dark);
    transform: translateY(-2px);
}

.nywhashcloudinternational_op_640e204c_features {
    padding: 100px 0;
    background: #f8fafc;
}

.nywhashcloudinternational_op_640e204c_features_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.nywhashcloudinternational_op_640e204c_features_card {
    background: white;
    border-radius: var(--nywhashcloudinternational_op_640e204c_radius);
    padding: 30px;
    box-shadow: var(--nywhashcloudinternational_op_640e204c_shadow);
    transition: var(--nywhashcloudinternational_op_640e204c_transition);
    text-align: center;
}

.nywhashcloudinternational_op_640e204c_features_card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.nywhashcloudinternational_op_640e204c_features_icon {
    width: 70px;
    height: 70px;
    background: var(--nywhashcloudinternational_op_640e204c_primary-light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: var(--nywhashcloudinternational_op_640e204c_primary);
    font-size: 1.8rem;
}

.nywhashcloudinternational_op_640e204c_features_card_title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--nywhashcloudinternational_op_640e204c_dark);
}

.nywhashcloudinternational_op_640e204c_features_card_text {
    color: var(--nywhashcloudinternational_op_640e204c_gray);
}

.nywhashcloudinternational_op_640e204c_faq {
    padding: 100px 0;
    background: white;
}

.nywhashcloudinternational_op_640e204c_faq_search_wrapper {
    max-width: 600px;
    margin: 0 auto 40px;
    position: relative;
}

.nywhashcloudinternational_op_640e204c_faq_search_box {
    position: relative;
    display: flex;
    align-items: center;
}

.nywhashcloudinternational_op_640e204c_faq_search_icon {
    position: absolute;
    left: 15px;
    color: var(--nywhashcloudinternational_op_640e204c_gray);
}

.nywhashcloudinternational_op_640e204c_faq_search_input {
    width: 100%;
    padding: 15px 15px 15px 45px;
    border: 1px solid var(--nywhashcloudinternational_op_640e204c_border);
    border-radius: var(--nywhashcloudinternational_op_640e204c_radius);
    font-size: 1rem;
    transition: var(--nywhashcloudinternational_op_640e204c_transition);
}

.nywhashcloudinternational_op_640e204c_faq_search_input:focus {
    outline: none;
    border-color: var(--nywhashcloudinternational_op_640e204c_primary);
    box-shadow: 0 0 0 3px rgba(217, 0, 103, 0.1);
}

.nywhashcloudinternational_op_640e204c_faq_search_clear {
    position: absolute;
    right: 15px;
    cursor: pointer;
    color: var(--nywhashcloudinternational_op_640e204c_gray);
}

.nywhashcloudinternational_op_640e204c_faq_search_results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid var(--nywhashcloudinternational_op_640e204c_border);
    border-radius: var(--nywhashcloudinternational_op_640e204c_radius);
    box-shadow: var(--nywhashcloudinternational_op_640e204c_shadow);
    z-index: 10;
    display: none;
    max-height: 300px;
    overflow-y: auto;
}

.nywhashcloudinternational_op_640e204c_faq_search_result_item {
    padding: 15px;
    border-bottom: 1px solid var(--nywhashcloudinternational_op_640e204c_border);
    cursor: pointer;
    transition: var(--nywhashcloudinternational_op_640e204c_transition);
}

.nywhashcloudinternational_op_640e204c_faq_search_result_item:hover {
    background: #f8fafc;
}

.nywhashcloudinternational_op_640e204c_faq_search_result_question {
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--nywhashcloudinternational_op_640e204c_dark);
}

.nywhashcloudinternational_op_640e204c_faq_search_result_answer {
    font-size: 0.9rem;
    color: var(--nywhashcloudinternational_op_640e204c_gray);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.nywhashcloudinternational_op_640e204c_faq_items {
    max-width: 800px;
    margin: 0 auto;
}

.nywhashcloudinternational_op_640e204c_faq_item {
    border: 1px solid var(--nywhashcloudinternational_op_640e204c_border);
    border-radius: var(--nywhashcloudinternational_op_640e204c_radius);
    margin-bottom: 15px;
    overflow: hidden;
    transition: var(--nywhashcloudinternational_op_640e204c_transition);
}

.nywhashcloudinternational_op_640e204c_faq_item.active {
    border-color: var(--nywhashcloudinternational_op_640e204c_primary);
    box-shadow: 0 0 0 3px rgba(217, 0, 103, 0.1);
}

.nywhashcloudinternational_op_640e204c_faq_question {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background: white;
    transition: var(--nywhashcloudinternational_op_640e204c_transition);
}

.nywhashcloudinternational_op_640e204c_faq_question:hover {
    background: #f8fafc;
}

.nywhashcloudinternational_op_640e204c_faq_question_text {
    font-weight: 600;
    color: var(--nywhashcloudinternational_op_640e204c_dark);
    margin: 0;
}

.nywhashcloudinternational_op_640e204c_faq_icon {
    transition: var(--nywhashcloudinternational_op_640e204c_transition);
}

.nywhashcloudinternational_op_640e204c_faq_item.active .nywhashcloudinternational_op_640e204c_faq_icon {
    transform: rotate(180deg);
}

.nywhashcloudinternational_op_640e204c_faq_answer {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: var(--nywhashcloudinternational_op_640e204c_transition);
}

.nywhashcloudinternational_op_640e204c_faq_item.active .nywhashcloudinternational_op_640e204c_faq_answer {
    padding: 0 20px 20px;
    max-height: 500px;
}

.nywhashcloudinternational_op_640e204c_faq_answer_text {
    color: var(--nywhashcloudinternational_op_640e204c_gray);
    margin: 0;
}

.nywhashcloudinternational_op_640e204c_faq_highlight {
    background: #fef3c7;
    padding: 2px 4px;
    border-radius: 4px;
}

.nywhashcloudinternational_op_640e204c_faq_no_results {
    text-align: center;
    padding: 40px;
    color: var(--nywhashcloudinternational_op_640e204c_gray);
}

.nywhashcloudinternational_op_640e204c_cta {
    padding: 100px 0;
    background: linear-gradient(135deg, #d700fe 0%, #e25cff 50%, #d700fe 100%);
    color: white;
}

.nywhashcloudinternational_op_640e204c_cta_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.nywhashcloudinternational_op_640e204c_cta_card {
    background: rgba(255, 255, 255, 0.1);
    border-radius: var(--nywhashcloudinternational_op_640e204c_radius);
    padding: 30px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: var(--nywhashcloudinternational_op_640e204c_transition);
    position: relative;
}

.nywhashcloudinternational_op_640e204c_cta_card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.15);
}

.nywhashcloudinternational_op_640e204c_cta_card.featured {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.3);
}

.nywhashcloudinternational_op_640e204c_cta_card_icon {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 1.5rem;
}

.nywhashcloudinternational_op_640e204c_cta_card_badge {
    display: inline-block;
    background: var(--nywhashcloudinternational_op_640e204c_primary);
    color: white;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.nywhashcloudinternational_op_640e204c_cta_badge_featured {
    background: var(--nywhashcloudinternational_op_640e204c_warning);
}

.nywhashcloudinternational_op_640e204c_cta_card_title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.nywhashcloudinternational_op_640e204c_cta_card_description {
    opacity: 0.9;
    margin-bottom: 20px;
}

.nywhashcloudinternational_op_640e204c_cta_card_price {
    display: flex;
    align-items: baseline;
    margin-bottom: 20px;
}

.nywhashcloudinternational_op_640e204c_cta_price_currency {
    font-size: 1.2rem;
    font-weight: 600;
    margin-right: 2px;
}

.nywhashcloudinternational_op_640e204c_cta_price_amount {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
}

.nywhashcloudinternational_op_640e204c_cta_price_period {
    opacity: 0.8;
    margin-left: 5px;
}

.nywhashcloudinternational_op_640e204c_cta_card_features {
    list-style: none;
    margin-bottom: 25px;
}

.nywhashcloudinternational_op_640e204c_cta_card_features li {
    padding: 8px 0;
    display: flex;
    align-items: center;
}

.nywhashcloudinternational_op_640e204c_cta_card_features li svg {
    margin-right: 10px;
    color: var(--nywhashcloudinternational_op_640e204c_success);
}

.nywhashcloudinternational_op_640e204c_cta_card_button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 12px;
    border-radius: var(--nywhashcloudinternational_op_640e204c_radius);
    text-decoration: none;
    font-weight: 600;
    transition: var(--nywhashcloudinternational_op_640e204c_transition);
    border: none;
    cursor: pointer;
}

.nywhashcloudinternational_op_640e204c_cta_button_primary {
    background: white;
    color: var(--nywhashcloudinternational_op_640e204c_dark);
}

.nywhashcloudinternational_op_640e204c_cta_button_primary:hover {
    background: #f1f5f9;
    transform: translateY(-2px);
}

.nywhashcloudinternational_op_640e204c_cta_button_featured {
    background: var(--nywhashcloudinternational_op_640e204c_warning);
    color: white;
}

.nywhashcloudinternational_op_640e204c_cta_button_featured:hover {
    background: #e69a0d;
    transform: translateY(-2px);
}

.nywhashcloudinternational_op_640e204c_cta_footer {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.nywhashcloudinternational_op_640e204c_cta_footer_text {
    margin-bottom: 10px;
    opacity: 0.9;
}

.nywhashcloudinternational_op_640e204c_cta_footer_link {
    color: white;
    text-decoration: none;
    font-weight: 600;
    transition: var(--nywhashcloudinternational_op_640e204c_transition);
}

.nywhashcloudinternational_op_640e204c_cta_footer_link:hover {
    color: #bfdbfe;
}

@media (max-width: 992px) {
    .nywhashcloudinternational_op_640e204c_hero_content {
        flex-direction: column;
        text-align: center;
    }

    .nywhashcloudinternational_op_640e204c_hero_image {
        display: none !important;
    }

    .nywhashcloudinternational_op_640e204c_hero_text {
        max-width: 100%;
    }

    .nywhashcloudinternational_op_640e204c_hero_features {
        justify-content: center;
    }

    .nywhashcloudinternational_op_640e204c_pricing_card.popular {
        transform: none;
    }
}

@media (max-width: 768px) {
    .nywhashcloudinternational_op_640e204c_hero_title {
        font-size: 2.5rem;
    }

    .nywhashcloudinternational_op_640e204c_section_title {
        font-size: 2rem;
    }

    .nywhashcloudinternational_op_640e204c_hero_buttons {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .nywhashcloudinternational_op_640e204c_hero_title {
        font-size: 2rem;
    }

    .nywhashcloudinternational_op_640e204c_section_title {
        font-size: 1.8rem;
    }

    .nywhashcloudinternational_op_640e204c_price_amount {
        font-size: 2.5rem;
    }
}
/* end of nywhashop */


/* start of transparency */
.nywhashtransparency_hp_4_container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5%;
}

.nywhashtransparency_hp_4_hero {
    background: #d700fe;
    color: #ffffff;
    padding: 80px 0;
    text-align: center;
    margin: 40px 0 60px 0;
}

.nywhashtransparency_hp_4_hero_content {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.nywhashtransparency_hp_4_eyebrow {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.813rem;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    display: block;
}

.nywhashtransparency_hp_4_hero_title {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.95);
}

.nywhashtransparency_hp_4_hero_title strong {
    font-weight: 600;
    display: block;
    margin-top: 8px;
}

.nywhashtransparency_hp_4_hero_desc {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    font-weight: 400;
    max-width: 600px;
    margin: 0 auto;
}

.nywhashtransparency_hp_4_section_header {
    text-align: center;
    margin-bottom: 40px;
}

.nywhashtransparency_hp_4_section_title {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 12px;
    color: #1e293b;
}

.nywhashtransparency_hp_4_section_title strong {
    font-weight: 600;
}

.nywhashtransparency_hp_4_section_subtitle {
    font-size: 1rem;
    color: #64748b;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
    font-weight: 400;
}

.nywhashtransparency_hp_4_global_stats {
    margin-bottom: 60px;
}

.nywhashtransparency_hp_4_stats_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.nywhashtransparency_hp_4_stat_card {
    background: #ffffff;
    border-radius: 8px;
    padding: 30px 20px;
    text-align: center;
    border: 1px solid #e2e8f0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.nywhashtransparency_hp_4_stat_value {
    font-size: 2rem;
    font-weight: 700;
    color: #d700fe;
    margin-bottom: 8px;
    line-height: 1;
}

.nywhashtransparency_hp_4_stat_label {
    font-size: 0.875rem;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.nywhashtransparency_hp_4_country_data {
    margin-bottom: 60px;
}

.nywhashtransparency_hp_4_table_container {
    overflow-x: auto;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.nywhashtransparency_hp_4_data_table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
}

.nywhashtransparency_hp_4_data_table th {
    background: #f8fafc;
    color: #1e293b;
    padding: 16px 20px;
    text-align: left;
    font-weight: 600;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid #e2e8f0;
}

.nywhashtransparency_hp_4_data_table td {
    padding: 16px 20px;
    border-bottom: 1px solid #f1f5f9;
    font-weight: 500;
}

.nywhashtransparency_hp_4_data_table tr:last-child td {
    border-bottom: none;
}

.nywhashtransparency_hp_4_rate_container {
    display: flex;
    align-items: center;
    gap: 12px;
}

.nywhashtransparency_hp_4_rate_value {
    min-width: 50px;
    font-weight: 600;
    color: #1e293b;
}

.nywhashtransparency_hp_4_rate_bar {
    flex-grow: 1;
    height: 6px;
    background: #e2e8f0;
    border-radius: 3px;
    overflow: hidden;
}

.nywhashtransparency_hp_4_rate_fill {
    height: 100%;
    border-radius: 3px;
}

.nywhashtransparency_hp_4_info_sections {
    margin-bottom: 60px;
}

.nywhashtransparency_hp_4_info_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
}

.nywhashtransparency_hp_4_info_card {
    background: #ffffff;
    border-radius: 8px;
    padding: 30px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.nywhashtransparency_hp_4_info_card h3 {
    color: #1e293b;
    margin-bottom: 16px;
    font-size: 1.25rem;
    font-weight: 600;
}

.nywhashtransparency_hp_4_info_card p {
    line-height: 1.6;
    color: #64748b;
    font-size: 1rem;
    margin: 0;
}

.nywhashtransparency_hp_4_faq {
    margin-bottom: 60px;
}

.nywhashtransparency_hp_4_faq_container {
    max-width: 800px;
    margin: 0 auto;
}

.nywhashtransparency_hp_4_faq_item {
    margin-bottom: 12px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    background: #ffffff;
}

.nywhashtransparency_hp_4_faq_question {
    background: #ffffff;
    color: #1e293b;
    padding: 20px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1rem;
}

.nywhashtransparency_hp_4_faq_question:hover {
    background: #f8fafc;
}

.nywhashtransparency_hp_4_faq_icon {
    transition: transform 0.2s ease;
    color: #64748b;
}

.nywhashtransparency_hp_4_faq_question.active .nywhashtransparency_hp_4_faq_icon {
    transform: rotate(180deg);
}

.nywhashtransparency_hp_4_faq_answer {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.2s ease;
    background: #fff;
}

.nywhashtransparency_hp_4_faq_answer.active {
    padding: 0 20px 20px;
    max-height: 500px;
}

.nywhashtransparency_hp_4_faq_answer p {
    line-height: 1.6;
    color: #475569;
    margin: 0;
}

@media (max-width: 768px) {
    .nywhashtransparency_hp_4_hero {
        padding: 60px 0;
        margin: 30px 0 40px 0;
    }

    .nywhashtransparency_hp_4_hero_title {
        font-size: 2rem;
    }

    .nywhashtransparency_hp_4_hero_desc {
        font-size: 1rem;
    }

    .nywhashtransparency_hp_4_stats_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .nywhashtransparency_hp_4_info_grid {
        grid-template-columns: 1fr;
    }

    .nywhashtransparency_hp_4_data_table th,
    .nywhashtransparency_hp_4_data_table td {
        padding: 12px 16px;
    }

    .nywhashtransparency_hp_4_rate_container {
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
    }

    .nywhashtransparency_hp_4_rate_bar {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .nywhashtransparency_hp_4_container {
        padding: 0 3%;
    }

    .nywhashtransparency_hp_4_hero_title {
        font-size: 1.75rem;
    }

    .nywhashtransparency_hp_4_section_title {
        font-size: 1.5rem;
    }

    .nywhashtransparency_hp_4_stats_grid {
        grid-template-columns: 1fr;
    }

    .nywhashtransparency_hp_4_stat_card {
        padding: 24px 16px;
    }

    .nywhashtransparency_hp_4_stat_value {
        font-size: 1.75rem;
    }

    .nywhashtransparency_hp_4_faq_question {
        padding: 16px;
        font-size: 0.95rem;
    }

    .nywhashtransparency_hp_4_faq_answer {
        padding: 0 16px;
    }

    .nywhashtransparency_hp_4_faq_answer.active {
        padding: 0 16px 16px;
    }
}
/* end of transparency */

/* start of section b */
/* Section B Start */
.nyw_sectionb_wrapper {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px;
    color: #333;
    line-height: 1.7;
}

.nyw_sectionb_title {
    font-size: 2.8em;
    color: #1a1a1a;
    margin-bottom: 10px;
    font-weight: 700;
}

.nyw_sectionb_subtitle {
    font-size: 1.2em;
    color: #666;
    margin-bottom: 40px;
}

.nyw_sectionb_content h2 {
    font-size: 2em;
    color: #1a1a1a;
    margin: 50px 0 20px 0;
    font-weight: 600;
    border-left: 5px solid #6366f1;
    padding-left: 15px;
}

.nyw_sectionb_content h3 {
    font-size: 1.5em;
    color: #2d3748;
    margin: 35px 0 15px 0;
    font-weight: 600;
}

.nyw_sectionb_content p {
    font-size: 1.1em;
    color: #4a5568;
    margin-bottom: 20px;
}

.nyw_sectionb_box {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 10px;
    margin: 30px 0;
    border-left: 4px solid #6366f1;
}

.nyw_sectionb_box p {
    margin: 0;
    color: #555;
}

.nyw_sectionb_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 30px 0;
}

.nyw_sectionb_card {
    background: white;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.nyw_sectionb_card h4 {
    color: #1a1a1a;
    font-size: 1.2em;
    margin: 15px 0 10px 0;
}

.nyw_sectionb_card .nyw_sectionb_num {
    font-size: 2.5em;
    font-weight: 700;
    color: #6366f1;
    margin: 10px 0;
}

.nyw_sectionb_card p {
    font-size: 0.95em;
    color: #666;
    margin: 0;
}

.nyw_sectionb_list {
    margin: 25px 0;
    padding-left: 0;
    list-style: none;
}

.nyw_sectionb_list li {
    padding: 12px 0 12px 30px;
    position: relative;
    color: #4a5568;
    font-size: 1.05em;
}

.nyw_sectionb_list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 18px;
    width: 8px;
    height: 8px;
    background: #6366f1;
    border-radius: 50%;
}

.nyw_sectionb_divider {
    height: 4px;
    background: linear-gradient(90deg, #6366f1, #8b5cf6, #6366f1);
    border-radius: 2px;
    margin: 50px 0;
    opacity: 0.3;
}

.nyw_sectionb_highlight {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 35px;
    border-radius: 10px;
    margin: 40px 0;
}

.nyw_sectionb_highlight h3 {
    color: white;
    margin-top: 0;
}

.nyw_sectionb_highlight p {
    color: rgba(255, 255, 255, 0.95);
}

.nyw_sectionb_decorator {
    width: 60px;
    height: 4px;
    background: #6366f1;
    margin: 20px 0;
    border-radius: 2px;
}

@media (max-width: 768px) {
    .nyw_sectionb_title {
        font-size: 2em;
    }

    .nyw_sectionb_grid {
        grid-template-columns: 1fr;
    }
}

/* Section B End */
/* end of section b */