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

.bp h2 {
    border-bottom: 0.1px solid #ededed;
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.bp h3 {
    font-weight: 600;
}

.bp h4 {
    font-weight: 500;
}

.bp {
	padding: 50px 400px;
}

.bp_h1 {
	text-align: center;
	padding-top: 150px;
	padding-bottom: 50px;
}

@media (max-width: 1500px) {
    .bp {
        padding: 20px 20px;
    }
}

/* Pricing Start */
.nywhashcloud_op_pricingtbl_wrapper {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 16px;
}

.nywhashcloud_op_pricingtbl_header {
    text-align: center;
    margin-bottom: 60px;
}

.nywhashcloud_op_pricingtbl_title {
    font-size: 48px;
    font-weight: 800;
    background: var(--nywhashcloud_colors-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 16px;
    letter-spacing: -1px;
}

.nywhashcloud_op_pricingtbl_subtitle {
    font-size: 18px;
    color: var(--nywhashcloud_colors-text-secondary);
    max-width: 600px;
    margin: 0 auto 45px;
    line-height: 1.7;
    font-weight: 500;
}

.nywhashcloud_op_pricingtbl_toggle_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.nywhashcloud_op_pricingtbl_toggle_container {
    display: flex;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 16px;
    padding: 6px;
    gap: 8px;
    box-shadow: 0 8px 24px rgba(70, 128, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(70, 128, 255, 0.2);
}

.nywhashcloud_op_pricingtbl_toggle_button {
    padding: 12px 28px;
    border: none;
    background: transparent;
    color: var(--nywhashcloud_colors-text-secondary);
    font-size: 15px;
    font-weight: 700;
    border-radius: 12px;
    cursor: pointer;
    transition: var(--nywhashcloud_colors-transition);
    text-decoration: none;
    text-align: center;
    display: block;
}

.nywhashcloud_op_pricingtbl_toggle_button_active {
    background: var(--nywhashcloud_colors-gradient);
    color: white;
    box-shadow: 0 4px 15px rgba(70, 128, 255, 0.3);
}

.nywhashcloud_op_pricingtbl_discount_badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.1), rgba(34, 197, 94, 0.1));
    border-radius: 12px;
    color: var(--nywhashcloud_colors-success);
    font-size: 15px;
    font-weight: 700;
    border: 1.5px solid rgba(16, 185, 129, 0.3);
    animation: pulse 2s infinite;
}

@keyframes pulse {

    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.2);
    }

    50% {
        box-shadow: 0 0 0 8px rgba(16, 185, 129, 0);
    }
}

.nywhashcloud_op_pricingtbl_table_wrapper {
    background: var(--nywhashcloud_colors-bg-primary);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(70, 128, 255, 0.15);
    border: 1px solid rgba(70, 128, 255, 0.1);
    margin-bottom: 60px;
    backdrop-filter: blur(10px);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.nywhashcloud_op_pricingtbl_table {
    width: 100%;
    border-collapse: collapse;
    min-width: 800px;
}

.nywhashcloud_op_pricingtbl_thead {
    border-bottom: 2px solid var(--nywhashcloud_colors-border);
}

.nywhashcloud_op_pricingtbl_th {
    padding: 32px 24px;
    text-align: left;
    border-right: 1px solid var(--nywhashcloud_colors-border-light);
}

.nywhashcloud_op_pricingtbl_th:last-child {
    border-right: none;
}

.nywhashcloud_op_pricingtbl_feature_header {
    font-size: 16px;
    font-weight: 700;
    color: var(--nywhashcloud_colors-text-primary);
}

.nywhashcloud_op_pricingtbl_package_header {
    position: relative;
}

.nywhashcloud_op_pricingtbl_popular_badge {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    background: linear-gradient(135deg, var(--nywhashcloud_colors-primary), var(--nywhashcloud_colors-primary-dark));
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(70, 128, 255, 0.4);
    animation: float 3s ease-in-out infinite;
}

@keyframes float {

    0%,
    100% {
        transform: translateX(-50%) translateY(0);
    }

    50% {
        transform: translateX(-50%) translateY(-8px);
    }
}

.nywhashcloud_op_pricingtbl_package_icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, var(--nywhashcloud_colors-primary-ultra-light), rgba(70, 128, 255, 0.08));
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    font-size: 28px;
    border: 2px solid rgba(70, 128, 255, 0.2);
}

.nywhashcloud_op_pricingtbl_package_name {
    font-size: 24px;
    font-weight: 800;
    color: var(--nywhashcloud_colors-text-primary);
    margin-bottom: 6px;
    background: linear-gradient(135deg, var(--nywhashcloud_colors-primary), var(--nywhashcloud_colors-text-primary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.nywhashcloud_op_pricingtbl_package_description {
    font-size: 14px;
    color: var(--nywhashcloud_colors-text-secondary);
    margin-bottom: 20px;
    font-weight: 500;
}

.nywhashcloud_op_pricingtbl_price_container {
    margin-bottom: 16px;
}

.nywhashcloud_op_pricingtbl_price_amount {
    display: flex;
    align-items: flex-start;
    gap: 4px;
    margin-bottom: 6px;
}

.nywhashcloud_op_pricingtbl_currency {
    font-size: 20px;
    color: var(--nywhashcloud_colors-primary);
    margin-top: 2px;
    font-weight: 700;
}

.nywhashcloud_op_pricingtbl_amount {
    font-size: 56px;
    font-weight: 800;
    background: var(--nywhashcloud_colors-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.nywhashcloud_op_pricingtbl_period {
    font-size: 14px;
    color: var(--nywhashcloud_colors-text-secondary);
    font-weight: 600;
}

.nywhashcloud_op_pricingtbl_savings {
    font-size: 13px;
    color: var(--nywhashcloud_colors-success);
    font-weight: 700;
    height: 18px;
    margin-top: 4px;
    animation: slideIn 0.5s ease;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(-10px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.nywhashcloud_op_pricingtbl_tbody {
    background: var(--nywhashcloud_colors-bg-primary);
}

.nywhashcloud_op_pricingtbl_tr {
    border-bottom: 1px solid var(--nywhashcloud_colors-border-light);
    transition: background 0.3s ease;
}

.nywhashcloud_op_pricingtbl_tr:hover {
    background: linear-gradient(90deg, rgba(70, 128, 255, 0.03), rgba(70, 128, 255, 0.02));
}

.nywhashcloud_op_pricingtbl_tr:last-child {
    border-bottom: none;
}

.nywhashcloud_op_pricingtbl_td {
    padding: 20px 24px;
    border-right: 1px solid var(--nywhashcloud_colors-border-light);
    font-size: 14px;
    color: var(--nywhashcloud_colors-text-primary);
    font-weight: 500;
}

.nywhashcloud_op_pricingtbl_td:last-child {
    border-right: none;
}

.nywhashcloud_op_pricingtbl_feature_label {
    color: var(--nywhashcloud_colors-text-secondary);
    font-weight: 600;
}

.nywhashcloud_op_pricingtbl_feature_value {
    font-weight: 700;
    color: var(--nywhashcloud_colors-primary);
    background: linear-gradient(135deg, rgba(70, 128, 255, 0.1), rgba(82, 154, 255, 0.05));
    padding: 4px 8px;
    border-radius: 6px;
    display: inline-block;
}

.nywhashcloud_op_pricingtbl_check_icon {
    color: var(--nywhashcloud_colors-success);
    font-weight: bold;
    font-size: 20px;
    animation: checkPulse 0.6s ease;
}

@keyframes checkPulse {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.nywhashcloud_op_pricingtbl_cta_button {
    width: 100%;
    padding: 14px 24px;
    border: none;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: var(--nywhashcloud_colors-transition);
    text-decoration: none;
    text-align: center;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 12px;
}

.nywhashcloud_op_pricingtbl_cta_primary {
    background: var(--nywhashcloud_colors-gradient);
    color: white;
    box-shadow: 0 8px 20px rgba(70, 128, 255, 0.3);
    position: relative;
    overflow: hidden;
}

.nywhashcloud_op_pricingtbl_cta_primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.nywhashcloud_op_pricingtbl_cta_primary:hover::before {
    left: 100%;
}

.nywhashcloud_op_pricingtbl_cta_primary:hover {
    background: var(--nywhashcloud_colors-gradient-hover);
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(70, 128, 255, 0.4);
}

.nywhashcloud_op_pricingtbl_cta_secondary {
    background: linear-gradient(135deg, rgba(70, 128, 255, 0.1), rgba(82, 154, 255, 0.05));
    color: var(--nywhashcloud_colors-primary);
    border: 2px solid var(--nywhashcloud_colors-primary);
}

.nywhashcloud_op_pricingtbl_cta_secondary:hover {
    background: linear-gradient(135deg, rgba(70, 128, 255, 0.15), rgba(82, 154, 255, 0.1));
    border-color: var(--nywhashcloud_colors-primary-dark);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(70, 128, 255, 0.2);
}

.nywhashcloud_op_pricingtbl_highlights {
    border-radius: 20px;
    padding: 48px 40px;
    margin-bottom: 40px;
    border: 2px solid rgba(70, 128, 255, 0.15);
    box-shadow: 0 12px 40px rgba(70, 128, 255, 0.1);
}

.nywhashcloud_op_pricingtbl_highlights_title {
    font-size: 28px;
    font-weight: 800;
    background: var(--nywhashcloud_colors-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 32px;
    text-align: center;
}

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

.nywhashcloud_op_pricingtbl_highlight_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding: 24px;
    background: var(--nywhashcloud_colors-bg-primary);
    border-radius: 16px;
    border: 1.5px solid var(--nywhashcloud_colors-border-light);
    transition: var(--nywhashcloud_colors-transition);
    text-align: center;
}

.nywhashcloud_op_pricingtbl_highlight_item:hover {
    border-color: var(--nywhashcloud_colors-primary);
    box-shadow: 0 8px 24px rgba(70, 128, 255, 0.15);
    transform: translateY(-4px);
}

.nywhashcloud_op_pricingtbl_highlight_icon {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, var(--nywhashcloud_colors-primary-ultra-light), rgba(70, 128, 255, 0.1));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    border: 2px solid rgba(70, 128, 255, 0.2);
}

.nywhashcloud_op_pricingtbl_highlight_text {
    font-size: 15px;
    font-weight: 700;
    color: var(--nywhashcloud_colors-text-primary);
}

.nywhashcloud_op_pricingtbl_footer {
    text-align: center;
    padding: 20px;
}

.nywhashcloud_op_pricingtbl_note {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 24px;
    background: linear-gradient(135deg, rgba(70, 128, 255, 0.1), rgba(82, 154, 255, 0.05));
    border-radius: 14px;
    border: 2px solid rgba(70, 128, 255, 0.2);
    font-size: 15px;
    color: var(--nywhashcloud_colors-text-primary);
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(70, 128, 255, 0.1);
}

.nywhashcloud_op_pricingtbl_note_icon {
    width: 22px;
    height: 22px;
    color: var(--nywhashcloud_colors-primary);
    flex-shrink: 0;
    animation: spin 3s linear infinite;
}

@keyframes spin {

    0%,
    100% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(5deg);
    }
}
@media (max-width: 1200px) {
    .nywhashcloud_op_pricingtbl_table_wrapper {
        overflow-x: auto;
    }
}

@media (max-width: 1024px) {
    .nywhashcloud_op_pricingtbl_title {
        font-size: 36px;
    }

    .nywhashcloud_op_pricingtbl_amount {
        font-size: 44px;
    }

    .nywhashcloud_op_pricingtbl_th,
    .nywhashcloud_op_pricingtbl_td {
        padding: 20px 16px;
    }

    .nywhashcloud_op_pricingtbl_highlights {
        padding: 40px 32px;
    }
}

@media (max-width: 768px) {
    .nywhashcloud_op_pricingtbl_wrapper {
        padding: 0 12px;
    }

    .nywhashcloud_op_pricingtbl_title {
        font-size: 28px;
    }

    .nywhashcloud_op_pricingtbl_subtitle {
        font-size: 16px;
        margin-bottom: 32px;
        padding: 0 16px;
    }

    .nywhashcloud_op_pricingtbl_toggle_wrapper {
        gap: 16px;
        flex-direction: column;
    }

    .nywhashcloud_op_pricingtbl_toggle_container {
        width: 100%;
        max-width: 280px;
    }

    .nywhashcloud_op_pricingtbl_toggle_button {
        flex: 1;
        padding: 12px 20px;
        font-size: 14px;
    }

    .nywhashcloud_op_pricingtbl_amount {
        font-size: 36px;
    }

    .nywhashcloud_op_pricingtbl_th,
    .nywhashcloud_op_pricingtbl_td {
        padding: 16px 12px;
        font-size: 13px;
    }

    .nywhashcloud_op_pricingtbl_package_icon {
        width: 48px;
        height: 48px;
        font-size: 24px;
    }

    .nywhashcloud_op_pricingtbl_package_name {
        font-size: 20px;
    }

    .nywhashcloud_op_pricingtbl_price_amount {
        flex-direction: column;
        align-items: center;
        gap: 2px;
    }

    .nywhashcloud_op_pricingtbl_currency {
        font-size: 18px;
        margin-top: 0;
    }

    .nywhashcloud_op_pricingtbl_amount {
        font-size: 32px;
        line-height: 1;
    }

    .nywhashcloud_op_pricingtbl_cta_button {
        padding: 12px 16px;
        font-size: 14px;
    }

    .nywhashcloud_op_pricingtbl_highlights {
        padding: 32px 24px;
        margin: 0 12px 40px;
    }

    .nywhashcloud_op_pricingtbl_highlights_title {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .nywhashcloud_op_pricingtbl_highlights_grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .nywhashcloud_op_pricingtbl_highlight_item {
        padding: 20px;
    }

    .nywhashcloud_op_pricingtbl_note {
        flex-direction: column;
        text-align: center;
        padding: 16px 20px;
        margin: 0 12px;
    }
}

@media (max-width: 480px) {
    .nywhashcloud_op_pricingtbl_wrapper {
        padding: 0 8px;
    }

    .nywhashcloud_op_pricingtbl_title {
        font-size: 24px;
    }

    .nywhashcloud_op_pricingtbl_subtitle {
        font-size: 14px;
        padding: 0 8px;
    }

    .nywhashcloud_op_pricingtbl_table_wrapper {
        border-radius: 16px;
        margin-bottom: 40px;
    }

    .nywhashcloud_op_pricingtbl_th,
    .nywhashcloud_op_pricingtbl_td {
        padding: 14px 10px;
        font-size: 12px;
    }

    .nywhashcloud_op_pricingtbl_package_name {
        font-size: 18px;
    }

    .nywhashcloud_op_pricingtbl_amount {
        font-size: 28px;
    }

    .nywhashcloud_op_pricingtbl_cta_button {
        padding: 10px 14px;
        font-size: 13px;
    }

    .nywhashcloud_op_pricingtbl_highlights {
        padding: 24px 16px;
        margin: 0 8px 32px;
        border-radius: 16px;
    }

    .nywhashcloud_op_pricingtbl_highlights_title {
        font-size: 20px;
    }

    .nywhashcloud_op_pricingtbl_highlight_item {
        padding: 16px;
    }

    .nywhashcloud_op_pricingtbl_highlight_icon {
        width: 44px;
        height: 44px;
        font-size: 22px;
    }

    .nywhashcloud_op_pricingtbl_highlight_text {
        font-size: 14px;
    }
}

/* Pricing End */

/* Content Start */

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

        .nywhashcloud_contents_section {
            padding: 80px 0;
        }

        .nywhashcloud_contents_section_bg {
            background-color: var(--nywhashcloud_colors-bg-secondary);
        }

        .nywhashcloud_contents_heading {
            text-align: center;
            margin-bottom: 60px;
        }

        .nywhashcloud_contents_title {
            font-size: 2.5rem;
            color: var(--nywhashcloud_colors-text-primary);
            margin-bottom: 16px;
            font-weight: 700;
        }

        .nywhashcloud_contents_subtitle {
            font-size: 1.125rem;
            color: var(--nywhashcloud_colors-text-secondary);
            max-width: 600px;
            margin: 0 auto;
            line-height: 1.6;
        }

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

        .nywhashcloud_contents_card {
            background: var(--nywhashcloud_colors-bg-primary);
            border-radius: var(--nywhashcloud_colors-radius);
            box-shadow: var(--nywhashcloud_colors-shadow-lg);
            padding: 30px;
            transition: var(--nywhashcloud_colors-transition);
            border: 1px solid var(--nywhashcloud_colors-border-light);
        }

        .nywhashcloud_contents_card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }

        .nywhashcloud_contents_card_icon {
            width: 60px;
            height: 60px;
            background: var(--nywhashcloud_colors-gradient);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
        }

        .nywhashcloud_contents_card_icon img {
            width: 30px;
            height: 30px;
            filter: brightness(0) invert(1);
        }

        .nywhashcloud_contents_card_title {
            font-size: 1.25rem;
            color: var(--nywhashcloud_colors-text-primary);
            margin-bottom: 15px;
            font-weight: 600;
        }

        .nywhashcloud_contents_card_text {
            color: var(--nywhashcloud_colors-text-secondary);
            line-height: 1.6;
            margin-bottom: 20px;
        }

        .nywhashcloud_contents_btn {
            display: inline-block;
            background: var(--nywhashcloud_colors-gradient);
            color: white;
            padding: 12px 24px;
            border-radius: var(--nywhashcloud_colors-radius);
            text-decoration: none;
            font-weight: 600;
            transition: var(--nywhashcloud_colors-transition);
            border: none;
            cursor: pointer;
        }

        .nywhashcloud_contents_btn:hover {
            background: var(--nywhashcloud_colors-gradient-hover);
            transform: translateY(-2px);
        }

        .nywhashcloud_contents_btn_outline {
            background: transparent;
            border: 2px solid var(--nywhashcloud_colors-primary);
            color: var(--nywhashcloud_colors-primary);
        }

        .nywhashcloud_contents_btn_outline:hover {
            background: var(--nywhashcloud_colors-primary);
            color: white;
        }

        .nywhashcloud_contents_flex {
            display: flex;
            align-items: center;
            gap: 50px;
        }

        .nywhashcloud_contents_flex_reverse {
            flex-direction: row-reverse;
        }

        .nywhashcloud_contents_flex_content {
            flex: 1;
        }

        .nywhashcloud_contents_flex_image {
            flex: 1;
            text-align: center;
        }

        .nywhashcloud_contents_flex_image img {
            max-width: 100%;
            border-radius: var(--nywhashcloud_colors-radius);
        }

        .nywhashcloud_contents_feature_list {
            list-style: none;
            margin: 20px 0;
        }

        .nywhashcloud_contents_feature_list li {
            padding: 10px 0;
            color: var(--nywhashcloud_colors-text-secondary);
            position: relative;
            padding-left: 30px;
        }

        .nywhashcloud_contents_feature_list li:before {
            content: "✓";
            position: absolute;
            left: 0;
            color: var(--nywhashcloud_colors-success);
            font-weight: bold;
        }

        .nywhashcloud_contents_accordion {
            margin-top: 40px;
        }

        .nywhashcloud_contents_accordion_item {
            margin-bottom: 15px;
            border-radius: var(--nywhashcloud_colors-radius);
            overflow: hidden;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
            border: 1px solid var(--nywhashcloud_colors-border);
        }

        .nywhashcloud_contents_accordion_header {
            padding: 20px;
            background: var(--nywhashcloud_colors-bg-primary);
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-weight: 600;
            color: var(--nywhashcloud_colors-text-primary);
        }

        .nywhashcloud_contents_accordion_header:hover {
            background: var(--nywhashcloud_colors-primary-ultra-light);
        }

        .nywhashcloud_contents_accordion_content {
            padding: 0 20px;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease;
            background: var(--nywhashcloud_colors-bg-primary);
        }

        .nywhashcloud_contents_accordion_content p {
            padding-bottom: 20px;
            color: var(--nywhashcloud_colors-text-secondary);
            line-height: 1.6;
        }

        .nywhashcloud_contents_accordion_item.active .nywhashcloud_contents_accordion_content {
            max-height: 500px;
        }

        .nywhashcloud_contents_accordion_icon {
            transition: transform 0.3s ease;
        }

        .nywhashcloud_contents_accordion_item.active .nywhashcloud_contents_accordion_icon {
            transform: rotate(180deg);
        }

        /* Responsive tasarım */
        @media (max-width: 768px) {
            .nywhashcloud_contents_flex {
                flex-direction: column;
            }
            
            .nywhashcloud_contents_title {
                font-size: 2rem;
            }
            
            .nywhashcloud_contents_section {
                padding: 50px 0;
            }
        }

/* Content End */