The Hidden Dangers of Suspicious Facebook Ads: A Case Study on ywbackfix.js
The Hidden Dangers of Suspicious Facebook Ads: A Case Study on ywbackfix.js
Introduction
Facebook ads have become a powerful marketing tool, allowing businesses to reach vast audiences. However, this very strength has made them a target for cybercriminals who exploit ad networks to spread phishing scams, malware, and tracking scripts. In this article, we examine a suspicious JavaScript file (ywbackfix.js) linked to a Facebook ad and discuss the potential threats it poses.
The Facebook Ad That Led to a Suspicious Site
A user reported a Facebook ad linking to a webpage that appeared to be a news article about a famous celebrity. However, upon inspecting the webpage’s source code, we found multiple red flags:
Redirection to an unfamiliar domain (
serenelight.world).Tracking tokens in the URL, suggesting user behavior monitoring.
An external JavaScript file (
ywbackfix.js), which was not hosted locally, raising concerns about what it might contain.Inline JavaScript altering dates dynamically, a common trick in scam websites to create fake urgency (e.g., "Offer valid only today!").
What is ywbackfix.js and Why is it Suspicious?
JavaScript files can be used for legitimate functionality, but they are also a common attack vector for malware, spyware, and phishing attempts. The ywbackfix.js file raises concerns due to:
External Hosting: If a script is externally hosted, the content can be changed at any time to inject malicious code.
Potential Browser Manipulation: Could alter browser behavior to prevent users from leaving the page (e.g., blocking the back button).
User Tracking & Fingerprinting: May be used to track users across multiple visits, collecting personal data without consent.
Redirections to Phishing Sites: Could redirect users to a cloned version of a trusted website to steal login credentials.
Common Scam Tactics in Facebook Ads
Based on our findings, here are some common tactics scammers use in Facebook ads:
Fake News Articles & Testimonials:
Scammers create a fake news page mimicking legitimate media sites to promote misleading content.
These pages often include scripts that dynamically change dates to create a sense of urgency.
Token-Based Tracking URLs:
URLs contain tracking tokens (
_token=uuid_xyz), allowing scammers to monitor user behavior.
JavaScript Tricks for Browser Manipulation:
Blocking the back button to prevent users from exiting the scam page.
Auto-scrolling or pop-ups designed to confuse users.
Redirecting to Phishing or Payment Pages:
After interacting with the page, users might be redirected to a fraudulent checkout page.
Fake surveys promising a "free gift" but requiring credit card details.
How to Protect Yourself from Scam Ads
To avoid falling victim to these scams, follow these precautions:
✅ Verify the URL Before Clicking – If the URL looks suspicious or contains unnecessary tracking parameters, avoid it.
✅ Check for HTTPS Security – Legitimate sites should have a secure connection (padlock symbol).
✅ Inspect the Page Source – If you suspect a scam, right-click on the page, select “Inspect,” and look for suspicious JavaScript files.
✅ Do Not Enter Personal Information – If prompted to enter details on an unfamiliar site, stop immediately.
✅ Report Suspicious Ads – If you see misleading Facebook ads, report them to prevent others from being scammed.
----
Potential Risks in the File:
-
Base URL Redirect (
<base href>Tag)- The document sets a base URL:
<base href="/lander/land-immediateluminary-in-bbc-tendulkar-nf-v1/index.php"> - This suggests it might be part of a landing page that could redirect visitors to another webpage.
- Potential phishing risk if the target page is deceptive.
- The document sets a base URL:
-
External Stylesheets and Fonts
- The file loads multiple stylesheets (
.cssfiles) and fonts (.woff2), which could contain tracking scripts or hidden exploits.
- The file loads multiple stylesheets (
-
Advertising or Tracking Elements
- The presence of class names like
.dotcom-ad.activesuggests it might be running advertisements or tracking scripts.
- The presence of class names like
-
No Visible Malicious Code
- There is no inline JavaScript in this part of the file.
- However, malicious scripts could be inside the external stylesheets or linked files.
Recommendations:
- Do not open the file in a browser unless in a secure, sandboxed environment.
- Scan the file using an antivirus or malware scanner.
- Check the linked files (e.g.,
.css,.woff2, andindex.php) for hidden malicious code. - Check if the base URL is associated with phishing or malicious activities.
---
1. Suspicious Base URL
- Base URL:
/lander/land-immediateluminary-in-bbc-tendulkar-nf-v1/index.php - This suggests that the file is part of a landing page, which might be designed to redirect users to another site.
- Risk: Could be a phishing attempt if it mimics a legitimate website.
2. JavaScript File (ywbackfix.js)
- The file references an external JavaScript file:
ywbackfix.js - Potential risk:
- Could contain tracking scripts, malware, or browser exploits.
- Needs further analysis to check if it modifies browser behavior or injects unwanted content.
3. Repetitive Redirect Links to serenelight.world
- Multiple instances of the following link:
https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783 - Possible concerns:
- The use of token-based tracking (
_token) suggests user behavior tracking. - Could be an attempt to fingerprint users or redirect them to malicious content.
- The use of token-based tracking (
4. External CSS and Fonts
- CSS files:
2ca6241c47b04a76.css 2step_new.css - Font files:
BBCReithSans_W_Rg.woff2, BBCReithSerif_W_Bd.woff2, etc. - Potential risks:
- Malicious CSS files could use obfuscated tracking, hidden iframe injections, or CSS-based keylogging techniques.
- Fonts seem to be from the BBC Reith family, commonly used by BBC, but they could be spoofed.
5. No Direct Tracking Scripts Found, But Possible Hidden Tracking
- No direct mentions of
google-analytics,fbq,gtag, or known tracking services. - However, tokenized URLs and external JavaScript suggest potential behavior tracking.
6. No iFrames Found (Good Sign)
- iFrames are often used for phishing or malicious script injections, but none were detected in this file.
Summary of Risks Identified
| Risk Type | Description |
|---|---|
| 🚨 Phishing Risk | The file references a landing page that might impersonate a legitimate website. |
| 🚨 Tracking & Fingerprinting | The tokenized URLs suggest user tracking across multiple interactions. |
| ⚠️ Malicious JavaScript Possible | The ywbackfix.js file might contain unwanted scripts. Needs further investigation. |
| ⚠️ Suspicious Redirects | Multiple references to serenelight.world, possibly leading to a phishing/malicious page. |
| ⚠️ Potential Obfuscated Tracking in CSS | Stylesheets could be used for hidden tracking or exploits. |
---
I will now extract and analyze the ywbackfix.js file from the uploaded document to check for any malicious, tracking, or suspicious behavior. Let me proceed with that.
Analysis of JavaScript in the File (ywbackfix.js)
1. External JavaScript File: ywbackfix.js
- The file references
ywbackfix.js, but its actual content is not included in the uploaded file. - Risk: If the script is hosted externally, it could be updated anytime to inject malware, spyware, or tracking scripts.
2. Inline JavaScript Found
-
The document contains inline JavaScript related to date manipulation:
function dtime_nums(e, t) { var a = new Date(); a.setDate(a.getDate() + e + 1); var n = ""; a.getDate() < 10 && (n = "0"), (n += a.getDate()); var g = ""; a.getMonth() + 1 < 10 && (g = "0"), (g += a.getMonth() + 1), t === !0 ? document.write(n + "." + g + "." + a.getFullYear()) : document.write(n + "." + g + "." + a.getFullYear()); }- This function modifies dates dynamically.
- The function calls:
suggest it displays a date three days ago or one day ago.dtime_nums(-3); dtime_nums(-1);
-
Potential Risks:
- Used in scam websites to create the illusion of an "expiring offer" or fake urgency (e.g., "Offer valid only today!").
- Could be part of deceptive advertising or phishing attempts.
Recommendations
🚨 ywbackfix.js Needs Further Inspection
- Since the actual content of
ywbackfix.jsis not present in the uploaded file, I recommend checking its live content if possible. - If the script is hosted externally, it could be used to:
- Load ads, trackers, or spyware dynamically.
- Modify user behavior through hidden elements.
--------
https://l.facebook.com/l.php?u=AT3aG3u3k7pfgIKxdKHxqi6BBjjneV6xwLyIi124zJ0Gia-EaG9Q-rWXm_4bkLXo4tPvsh3PMZ1yLnrfLIVYWKpSgls8ArshmUzeQCRlgGTrf2h5V1wStpFsKD2V-9kFkKxWpZ9Oy5Q5B4G3s-bwflcDByMviWCjCgjxdzFumZ9ww6T95PNK9oUffj9A3-UqYUOUZ9pYHlAFXwMOFk5Na7O0MTEag6QinxtwVvHQAlzs-jpaLvu-JhxEFg5piRk4-9XZb4Csn2t7ZmkOl1ny7SL-I4nJAzI5TNbmArY_GG5sR4-ACA9sL1YX6iBv08JxqBoTb4dyS75LadmZWv1HqauvaeD_VHb6kUcwmz8TJzwT_b2BbCL8IAW1z7wx3T0oU4kVt5hyqmZXq5icKV_OCBHhAvk7PbKE2HD-ogEp1WOuHHPPxl9qHLu8lvI6Khmt6KCS33CCPsLrh7Sq7ZBm8PPUTNcNSsMqbnBNP98dV7m0Ol75Cxoy8C2srQMG-G1gMw&h=AT0Pe09mvgfd2JZZtLDRs8VKk4FtXMS6syyNM4KcuQIVxTdHzoYPJVKC5ojXwUtet1TI3N0QNtiYbvcA5scS7k5rLr0ayvjNjhqj-7bLGb5Ne5GDyBTqw9mg3DP_1hyi6kYorlg&__cft__[0]=AZXKn-TBrAx-jgH7KGGD3f-OVNe_B5nXonK6nzrop-XxoW1EholnJEeWqJRnqWDHjmxi8ZTu1I-ZqfwMQKzEFd2DMRkCgnqkHlUX2mrAnS74Zmgqa78_KiUHdXwOMAP2paonWy-4pTKfClcH5wk7tZGaaY9660OCtNVySUtyCTE-R4UTs9Z4GL56lteTV2tOAKLBcxWQ98UmCopC5TtSPJm8K0J1_7uwpUkTlwIm8bZyOSE25MRKg1rQxHjvYYgD8veh7YZBn69GwEgaitVd3pOI&__tn__=%2CmH-R
------
https://serenelight.world/?media_type=image&adset_name=2&adset_id=120221556073660409&placement=Facebook_Desktop_Feed&ad_id=120221556073670409&utm_campaign=id76_RkA_AUTO_PURCHASE_35M_fb_PX1_IN&ad_name=Sachin+Tendulkar1&fbclid=IwY2xjawJHUH5leHRuA2FlbQEwAGFkaWQBqxzeSTiz-QEdON0FhjtcmyUEBQVLbkGdt3m2pwy_zQV5ahNJ5gQ4bWJZK8iIxRiOZ2se_aem_R8sNJAz1pgSdii3qMLsGBA
-------
<!DOCTYPE html>
<html lang="en-GB">
<head><base href="/lander/land-immediateluminary-in-bbc-tendulkar-nf-v1/index.php">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Fans advocate for Sachin Tendulkar’s release after controversial interview </title>
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="alternate icon" href="favicon.ico">
<link rel="stylesheet" href="2ca6241c47b04a76.css" data-n-p="">
<link rel="stylesheet" href="2step_new.css">
<style>@font-face { font-family: 'BBC Reith Sans'; font-display: block; font-weight: 300; src: url("BBCReithSans_W_Lt.woff2") format('woff2'); } @font-face { font-family: 'BBC Reith Sans'; font-display: block; font-weight: 400; src: url("BBCReithSans_W_Rg.woff2") format('woff2'); } @font-face { font-family: 'BBC Reith Sans'; font-display: block; font-weight: 500; src: url("BBCReithSans_W_Md.woff2") format('woff2'); } @font-face { font-family: 'BBC Reith Sans'; font-display: block; font-weight: 700; src: url("BBCReithSans_W_Bd.woff2") format('woff2'); } @font-face { font-family: 'BBC Reith Sans'; font-display: block; font-weight: 900; src: url("BBCReithSans_W_ExBd.woff2") format('woff2'); } @font-face { font-family: 'BBC Reith Sans'; font-display: block; font-weight: 300; src: url("BBCReithSans_W_LtIt.woff2") format('woff2'); font-style: italic; } @font-face { font-family: 'BBC Reith Sans'; font-display: block; font-weight: 400; src: url("BBCReithSans_W_It.woff2") format('woff2'); font-style: italic; } @font-face { font-family: 'BBC Reith Sans'; font-display: block; font-weight: 500; src: url("BBCReithSans_W_MdIt.woff2") format('woff2'); font-style: italic; } @font-face { font-family: 'BBC Reith Sans'; font-display: block; font-weight: 700; src: url("BBCReithSans_W_BdIt.woff2") format('woff2'); font-style: italic; } @font-face { font-family: 'BBC Reith Sans'; font-display: block; font-weight: 900; src: url("BBCReithSans_W_ExBdIt.woff2") format('woff2'); font-style: italic; } @font-face { font-family: 'BBC Reith Serif'; font-display: block; font-weight: 300; src: url("BBCReithSerif_W_Lt.woff2") format('woff2'); } @font-face { font-family: 'BBC Reith Serif'; font-display: block; font-weight: 400; src: url("BBCReithSerif_W_Rg.woff2") format('woff2'); } @font-face { font-family: 'BBC Reith Serif'; font-display: block; font-weight: 500; src: url("BBCReithSerif_W_Md.woff2") format('woff2'); } @font-face { font-family: 'BBC Reith Serif'; font-display: block; font-weight: 700; src: url("BBCReithSerif_W_Bd.woff2") format('woff2'); } @font-face { font-family: 'BBC Reith Serif'; font-display: block; font-weight: 900; src: url("BBCReithSerif_W_ExBd.woff2") format('woff2'); } @font-face { font-family: 'BBC Reith Serif'; font-display: block; font-weight: 300; src: url("BBCReithSerif_W_LtIt.woff2") format('woff2'); font-style: italic; } @font-face { font-family: 'BBC Reith Serif'; font-display: block; font-weight: 400; src: url("BBCReithSerif_W_It.woff2") format('woff2'); font-style: italic; } @font-face { font-family: 'BBC Reith Serif'; font-display: block; font-weight: 500; src: url("BBCReithSerif_W_MdIt.woff2") format('woff2'); font-style: italic; } @font-face { font-family: 'BBC Reith Serif'; font-display: block; font-weight: 700; src: url("BBCReithSerif_W_BdIt.woff2") format('woff2'); font-style: italic; } @font-face { font-family: 'BBC Reith Serif'; font-display: block; font-weight: 900; src: url("BBCReithSerif_W_ExBdIt.woff2") format('woff2'); font-style: italic; }</style>
<style data-styled="" data-styled-version="5.3.11">.wUsAB { margin-bottom: 0px; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); } /* !sc */.wUsAB .dotcom-ad.active { border-top: 1px solid #545658!important; border-bottom: 1px solid #545658!important; padding-top: 15px; padding-bottom: 5px; } /* !sc */.fHxdon { margin-bottom: 24px; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); } /* !sc */.fHxdon .dotcom-ad.active { border-top: 1px solid #545658!important; border-bottom: 1px solid #545658!important; padding-top: 15px; padding-bottom: 5px; } /* !sc */data-styled.g1[id="sc-c361b622-0"] { content: "wUsAB,fHxdon,"; } /* !sc */.gILusN { -webkit-text-decoration: none; text-decoration: none; cursor: pointer; color: unset; } /* !sc */data-styled.g3[id="sc-2e6baa30-0"] { content: "gILusN,"; } /* !sc */.bQUXJm { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } /* !sc */.bQUXJm svg { width: 24px; height: 24px; } /* !sc */.dWIdNV { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 14px; height: 14px; } /* !sc */.dWIdNV svg { width: 24px; height: 24px; } /* !sc */data-styled.g9[id="sc-84b18709-0"] { content: "bQUXJm,dWIdNV,"; } /* !sc */.hvowur { white-space: nowrap; } /* !sc */data-styled.g10[id="sc-84b18709-1"] { content: "hvowur,"; } /* !sc */.ifKcIh { cursor: pointer; font-weight: 500; border: 2px solid transparent; outline: 2px solid transparent; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-column-gap: 9.3px; column-gap: 9.3px; row-gap: 9.3px; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; box-sizing: border-box; padding: 2px 8px; font-family: BBC Reith Sans, Helvetica,Arial,sans-serif; font-weight: 500; font-size: 16px; line-height: 18px; text-transform: none; -webkit-text-decoration: none; text-decoration: none; -webkit-letter-spacing: 0px; -moz-letter-spacing: 0px; -ms-letter-spacing: 0px; letter-spacing: 0px; } /* !sc */.cohrbH { cursor: pointer; font-weight: 500; border: 2px solid transparent; outline: 2px solid transparent; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-column-gap: 9.3px; column-gap: 9.3px; row-gap: 9.3px; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; box-sizing: border-box; padding: 6px 12px 6px 12px; font-family: BBC Reith Sans, Helvetica,Arial,sans-serif; font-weight: 500; font-size: 16px; line-height: 18px; text-transform: none; -webkit-text-decoration: none; text-decoration: none; -webkit-letter-spacing: 0px; -moz-letter-spacing: 0px; -ms-letter-spacing: 0px; letter-spacing: 0px; } /* !sc */.cSzJxY { cursor: pointer; font-weight: 500; border: 2px solid transparent; outline: 2px solid transparent; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; -webkit-column-gap: 4px; column-gap: 4px; row-gap: 4px; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; box-sizing: border-box; padding: 6px 8px; font-family: BBC Reith Sans, Helvetica,Arial,sans-serif; font-weight: 500; font-size: 12px; line-height: 14px; text-transform: none; -webkit-text-decoration: none; text-decoration: none; -webkit-letter-spacing: 0px; -moz-letter-spacing: 0px; -ms-letter-spacing: 0px; letter-spacing: 0px; } /* !sc */data-styled.g11[id="sc-84b18709-2"] { content: "ifKcIh,cohrbH,cSzJxY,"; } /* !sc */.hMxlKQ { background-color: #000000; color: #ffffff; border-color: #000000; outline-color: #000000; } /* !sc */.hMxlKQ:hover { background-color: #3a3c3e; border-color: #3a3c3e; outline-color: #3a3c3e; } /* !sc */.hMxlKQ:focus { outline: 2px solid #3a3c3e; border: 2px solid #3a3c3e; } /* !sc */.hMxlKQ:active { background-color: #545658; color: #ffffff; border-color: #545658; outline-color: #545658; } /* !sc */.hMxlKQ:disabled, .hMxlKQ[disabled] { cursor: not-allowed; background-color: #d2d4d6; color: #8a8c8e; outline-color: #d2d4d6; border-color: #d2d4d6; } /* !sc */data-styled.g12[id="sc-84b18709-3"] { content: "hMxlKQ,"; } /* !sc */.hYXWsv { background-color: transparent; color: #000000; } /* !sc */.hYXWsv:hover { background-color: #3a3c3e; color: #ffffff; border: 2px solid #3a3c3e; outline: 2px solid #3a3c3e; } /* !sc */.hYXWsv:focus { color: #ffffff; background-color: #3a3c3e; outline-color: #3a3c3e; border-color: #3a3c3e; } /* !sc */.hYXWsv:active { background-color: #545658; color: #ffffff; outline-color: #545658; border-color: #545658; } /* !sc */.hYXWsv:disabled, .hYXWsv[disabled] { cursor: not-allowed; background-color: transparent; color: #d2d4d6; outline-color: transparent; border-color: transparent; } /* !sc */data-styled.g14[id="sc-84b18709-5"] { content: "hYXWsv,"; } /* !sc */.dxbIMj { border: none; outline: none; -webkit-column-gap: 6px; column-gap: 6px; box-sizing: border-box; color: #000000; font-family: BBC Reith Sans, Helvetica,Arial,sans-serif; font-weight: 500; font-size: 12px; line-height: 14px; text-transform: none; -webkit-text-decoration: none; text-decoration: none; -webkit-letter-spacing: 0px; -moz-letter-spacing: 0px; -ms-letter-spacing: 0px; letter-spacing: 0px; } /* !sc */.dxbIMj:hover { background-color: inherit; border: none; outline: none; color: #000000; -webkit-text-decoration: underline; text-decoration: underline; font-family: BBC Reith Sans, Helvetica,Arial,sans-serif; font-weight: 500; font-size: 12px; line-height: 14px; text-transform: none; -webkit-text-decoration: underline; text-decoration: underline; -webkit-letter-spacing: 0px; -moz-letter-spacing: 0px; -ms-letter-spacing: 0px; letter-spacing: 0px; } /* !sc */.dxbIMj:focus, .dxbIMj:active { text-shadow: 0.25px 0px 0.1px,-0.25px 0px 0.1px; -webkit-text-decoration: none; text-decoration: none; background-color: inherit; color: #000000; font-family: BBC Reith Sans, Helvetica,Arial,sans-serif; font-weight: 700; font-size: 12px; line-height: 14px; text-transform: none; -webkit-text-decoration: none; text-decoration: none; -webkit-letter-spacing: 0px; -moz-letter-spacing: 0px; -ms-letter-spacing: 0px; letter-spacing: 0px; } /* !sc */.dxbIMj:disabled { pointer-events: none; color: #d2d4d6; } /* !sc */@media screen and (max-width:399px){ } /* !sc */@media screen and (max-width:599px){ } /* !sc */data-styled.g15[id="sc-84b18709-6"] { content: "dxbIMj,"; } /* !sc */.bbWPuq { position: -webkit-sticky; position: sticky; top: 0; left: 0; right: 0; height: 65px; background-color: #ffffff; border-bottom: 1px solid #e6e8ea; z-index: 4000; } /* !sc */.bbWPuq * { z-index: 4000; } /* !sc */data-styled.g18[id="sc-49542412-0"] { content: "bbWPuq,"; } /* !sc */.cwjPWg { position: relative; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 1rem; } /* !sc */data-styled.g19[id="sc-49542412-1"] { content: "cwjPWg,"; } /* !sc */.hrGuyi { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; } /* !sc */data-styled.g20[id="sc-49542412-2"] { content: "hrGuyi,"; } /* !sc */.ipGSFC { width: 32px; height: 32px; cursor: pointer; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; background-color: #ffffff; } /* !sc */.ipGSFC:hover { background-color: transparent; } /* !sc */data-styled.g21[id="sc-49542412-3"] { content: "ipGSFC,"; } /* !sc */.eojOvQ { margin-left: 16px; } /* !sc */data-styled.g22[id="sc-49542412-4"] { content: "eojOvQ,"; } /* !sc */.etdLat { -webkit-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -webkit-justify-content: start; -ms-flex-pack: start; justify-content: start; } /* !sc */data-styled.g27[id="sc-49542412-9"] { content: "etdLat,"; } /* !sc */.jTsKD { -webkit-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; height: 32px; } /* !sc */data-styled.g28[id="sc-49542412-10"] { content: "jTsKD,"; } /* !sc */.fdaSom { -webkit-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -webkit-justify-content: end; -ms-flex-pack: end; justify-content: end; gap: 20px; } /* !sc */data-styled.g29[id="sc-49542412-11"] { content: "fdaSom,"; } /* !sc */.ePBico { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -webkit-justify-content: end; -ms-flex-pack: end; justify-content: end; gap: 20px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } /* !sc */@media screen and (max-width:599px){ .ePBico { display: none; } } /* !sc */data-styled.g30[id="sc-49542412-12"] { content: "ePBico,"; } /* !sc */.hkTqj { border-bottom: 1px solid #e6e8ea; position: relative; text-align: center; overflow: hidden; line-height: 0; max-width: 100vw; z-index: 3000; } /* !sc */.hkTqj * { z-index: 3000; } /* !sc */@media screen and (max-width:1007px){ .hkTqj { border-bottom: none; display: none; } } /* !sc */data-styled.g34[id="sc-f116bf72-0"] { content: "hkTqj,"; } /* !sc */.xECcw { display: inline-block; overflow-x: hidden; white-space: nowrap; margin-bottom: -1px; } /* !sc */data-styled.g35[id="sc-f116bf72-1"] { content: "xECcw,"; } /* !sc */.bXpjTY { list-style-type: none; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; padding: 0; margin: 0; -webkit-align-self: center; -ms-flex-item-align: center; align-self: center; } /* !sc */@media screen and (max-width:1007px){ .bXpjTY { display: none; } } /* !sc */data-styled.g36[id="sc-f116bf72-2"] { content: "bXpjTY,"; } /* !sc */.cHJCBW { position: relative; } /* !sc */.kkeorx { position: relative; } /* !sc */.kkeorx::before { content: ''; position: absolute; width: 1px; height: 30px; background: #e6e8ea; left: 0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); } /* !sc */data-styled.g37[id="sc-f116bf72-3"] { content: "cHJCBW,kkeorx,"; } /* !sc */.eqTiTw { position: relative; display: block; color: #000000; cursor: pointer; padding: 12px 8px; font-family: BBC Reith Sans, Helvetica,Arial,sans-serif; font-weight: 500; font-size: 14px; line-height: 18px; text-transform: none; -webkit-text-decoration: none; text-decoration: none; -webkit-letter-spacing: 0px; -moz-letter-spacing: 0px; -ms-letter-spacing: 0px; letter-spacing: 0px; } /* !sc */.eqTiTw:hover { background-color: #e6e8ea; } /* !sc */data-styled.g38[id="sc-f116bf72-4"] { content: "eqTiTw,"; } /* !sc */.hBTemC { z-index: 3000; position: -webkit-sticky; position: sticky; background-color: #ffffff; top: 65px; left: 0; right: 0; } /* !sc */.hBTemC * { z-index: 3000; } /* !sc */@media screen and (max-width:1007px){ .hBTemC { height: 0; } } /* !sc */data-styled.g43[id="sc-f116bf72-9"] { content: "hBTemC,"; } /* !sc */.jLNykE { z-index: 4001; position: fixed; top: 0; background: white; padding: 0 8px; display: block; } /* !sc */data-styled.g48[id="sc-c8fbcff-0"] { content: "jLNykE,"; } /* !sc */.kPEgTc { padding: 0 0 8px 0px; width: 320px; max-height: 80vh; overflow-y: auto; margin-top: 65px; } /* !sc */.lgTkUi { padding: 0 0 8px 16px; } /* !sc */.bXKLZA { padding: 0 0 8px 32px; } /* !sc */.khALxp { padding: 0 0 8px 48px; } /* !sc */.bLMSxz { padding: 0 0 8px 64px; } /* !sc */data-styled.g49[id="sc-c8fbcff-1"] { content: "kPEgTc,lgTkUi,bXKLZA,khALxp,bLMSxz,"; } /* !sc */.kmUJiQ { position: absolute; left: 22px; top: 22px; cursor: pointer; display: block; font-family: BBC Reith Sans, Helvetica,Arial,sans-serif; font-weight: 500; font-size: 14px; line-height: 18px; text-transform: none; -webkit-text-decoration: none; text-decoration: none; -webkit-letter-spacing: 0px; -moz-letter-spacing: 0px; -ms-letter-spacing: 0px; letter-spacing: 0px; } /* !sc */data-styled.g50[id="sc-c8fbcff-2"] { content: "kmUJiQ,"; } /* !sc */.jtEFxm { border-bottom: 1px solid #e6e8ea; padding: 0 14px; } /* !sc */data-styled.g51[id="sc-c8fbcff-3"] { content: "jtEFxm,"; } /* !sc */.iCThke { background-color: #00000033; display: none; visibility: hidden; top: 0px; position: fixed; border: none; width: 100%; bottom: 0; z-index: 3000; } /* !sc */.iCThke * { z-index: 3000; } /* !sc */data-styled.g52[id="sc-bbb518ee-0"] { content: "iCThke,"; } /* !sc */.dyaJkU { position: fixed; display: block; bottom: 0; width: 100%; background-color: #ffffff; visibility: hidden; z-index: 3000; -webkit-transition: -webkit-transform 0.1s ease-in-out; -webkit-transition: transform 0.1s ease-in-out; transition: transform 0.1s ease-in-out; top: 0px; left: 0; width: 320px; -webkit-transform: translateX(-100%); -ms-transform: translateX(-100%); transform: translateX(-100%); } /* !sc */.dyaJkU * { z-index: 3000; } /* !sc */@media screen and (max-width:599px){ .dyaJkU { width: 100%; } } /* !sc */data-styled.g53[id="sc-bbb518ee-1"] { content: "dyaJkU,"; } /* !sc */.dmDoub { position: relative; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; border: 1px solid #8a8c8e; width: 100%; height: 44px; background-color: #ffffff; } /* !sc */.dmDoub:focus-within, .dmDoub:hover { border: 2px solid #000000; margin: -1px; } /* !sc */.dmDoub svg[icon='search'] { width: 20px; height: 20px; } /* !sc */.dmDoub svg[icon='close'] { width: 12px; height: 12px; } /* !sc */.dmDoub .sc-84b18709-3 { width: 44px; height: 44px; outline: 1px solid #000000; } /* !sc */.dmDoub .sc-84b18709-3 span { width: 18px; } /* !sc */.dmDoub .sc-84b18709-5 { width: 44px; height: 44px; outline: 0; border: 0; } /* !sc */.dmDoub .sc-84b18709-5:hover { background-color: #ffffff; color: #000000; outline: 0; border: 0; } /* !sc */.dmDoub:hover { border: 2px solid #3a3c3e; margin: -1px; } /* !sc */.dmDoub:hover .sc-84b18709-3 { background-color: #3a3c3e; border: 2px solid #3a3c3e; outline: 0; } /* !sc */data-styled.g54[id="sc-e1a87ea7-0"] { content: "dmDoub,"; } /* !sc */.iARAvt { -webkit-flex: 1; -ms-flex: 1; flex: 1; border: none; outline: none; color: #202224; padding: 13px 0 13px 13px; font-family: BBC Reith Sans, Helvetica,Arial,sans-serif; font-weight: 400; font-size: 16px; line-height: 18px; -webkit-letter-spacing: 0px; -moz-letter-spacing: 0px; -ms-letter-spacing: 0px; letter-spacing: 0px; font-size: 16px; width: 40px; } /* !sc */@media screen and (max-width:599px){ .iARAvt { font-family: BBC Reith Sans, Helvetica,Arial,sans-serif; font-weight: 400; font-size: 16px; line-height: 18px; -webkit-letter-spacing: 0px; -moz-letter-spacing: 0px; -ms-letter-spacing: 0px; letter-spacing: 0px; font-size: 16px; } } /* !sc */data-styled.g55[id="sc-e1a87ea7-1"] { content: "iARAvt,"; } /* !sc */.WHFVw { box-sizing: border-box; overflow-y: scroll; padding: 0 8px; height: 100%; } /* !sc */data-styled.g58[id="sc-b11b9313-0"] { content: "WHFVw,"; } /* !sc */.MYgSf { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: -webkit-transform 0.1s ease-in-out; -webkit-transition: transform 0.1s ease-in-out; transition: transform 0.1s ease-in-out; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; height: 10px; width: 13px; } /* !sc */data-styled.g59[id="sc-b11b9313-1"] { content: "MYgSf,"; } /* !sc */.jFnfdm { grid-template-columns: 1fr auto; background-color: #ffffff; padding: 13px 14px; position: relative; text-align: left; cursor: pointer; display: grid; border: none; width: 100%; gap: 22px; font-family: BBC Reith Sans, Helvetica,Arial,sans-serif; font-weight: 500; font-size: 16px; line-height: 18px; text-transform: none; -webkit-text-decoration: none; text-decoration: none; -webkit-letter-spacing: 0px; -moz-letter-spacing: 0px; -ms-letter-spacing: 0px; letter-spacing: 0px; } /* !sc */.jFnfdm:hover { background-color: #e6e8ea; } /* !sc */.jFnfdm:before { background-color: transparent; -webkit-transform: translateX(-100%); -ms-transform: translateX(-100%); transform: translateX(-100%); position: absolute; height: 100%; content: ''; width: 8px; left: 0; top: 0; } /* !sc */data-styled.g60[id="sc-b11b9313-2"] { content: "jFnfdm,"; } /* !sc */.hGrftD { word-break: break-word; } /* !sc */data-styled.g61[id="sc-b11b9313-3"] { content: "hGrftD,"; } /* !sc */.eaJOnH { border-bottom: 1px solid #e6e8ea; background-color: #ffffff; box-sizing: border-box; display: grid; } /* !sc */data-styled.g63[id="sc-b11b9313-5"] { content: "eaJOnH,"; } /* !sc */.gsHPIY { background-color: #f6f6f6; border-bottom: 1px solid #e6e8ea; padding: 8px; margin: 0 -8px; } /* !sc */data-styled.g64[id="sc-b11b9313-6"] { content: "gsHPIY,"; } /* !sc */.hYxbtM { margin-top: 29px; } /* !sc */@media screen and (max-width:399px){ .hYxbtM { margin-top: 24px; } } /* !sc */@media screen and (max-width:599px){ .hYxbtM { margin-top: 24px; } } /* !sc */data-styled.g66[id="sc-19b1eb93-0"] { content: "hYxbtM,"; } /* !sc */.fwyFkM { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-column-gap: 16px; column-gap: 16px; row-gap: 18px; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } /* !sc */@media screen and (max-width:399px){ .fwyFkM { -webkit-align-items: flex-start; -webkit-box-align: flex-start; -ms-flex-align: flex-start; align-items: flex-start; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; row-gap: 24px; -webkit-column-gap: 0; column-gap: 0; } } /* !sc */@media screen and (max-width:599px){ .fwyFkM { -webkit-align-items: flex-start; -webkit-box-align: flex-start; -ms-flex-align: flex-start; align-items: flex-start; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; row-gap: 24px; -webkit-column-gap: 0; column-gap: 0; } } /* !sc */data-styled.g67[id="sc-19b1eb93-1"] { content: "fwyFkM,"; } /* !sc */.hsqCXf { -webkit-text-decoration: none; text-decoration: none; position: relative; color: #000000; font-family: BBC Reith Sans, Helvetica,Arial,sans-serif; font-weight: 500; font-size: 14px; line-height: 18px; text-transform: none; -webkit-text-decoration: none; text-decoration: none; -webkit-letter-spacing: 0px; -moz-letter-spacing: 0px; -ms-letter-spacing: 0px; letter-spacing: 0px; } /* !sc */.hsqCXf:hover { -webkit-text-decoration: underline; text-decoration: underline; } /* !sc */data-styled.g68[id="sc-19b1eb93-2"] { content: "hsqCXf,"; } /* !sc */.gILz { margin-top: 21px; } /* !sc */@media screen and (max-width:1007px){ .gILz { margin-top: 24px; } } /* !sc */@media screen and (max-width:399px){ .gILz { margin-top: 40px; } } /* !sc */@media screen and (max-width:599px){ .gILz { margin-top: 40px; } } /* !sc */data-styled.g69[id="sc-e5f9a6b3-0"] { content: "gILz,"; } /* !sc */.dLhQLm { position: relative; margin-right: 16px; } /* !sc */data-styled.g70[id="sc-e5f9a6b3-1"] { content: "dLhQLm,"; } /* !sc */.cqsTxI { cursor: pointer; height: 44px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; padding: 6px 12px; background-color: #e6e8ea; color: #202224; font-family: BBC Reith Sans, Helvetica,Arial,sans-serif; font-weight: 500; font-size: 14px; line-height: 18px; text-transform: none; -webkit-text-decoration: none; text-decoration: none; -webkit-letter-spacing: 0px; -moz-letter-spacing: 0px; -ms-letter-spacing: 0px; letter-spacing: 0px; } /* !sc */.cqsTxI:hover { background-color: #d2d4d6; } /* !sc */.cqsTxI[disabled] { cursor: auto; color: #8a8c8e; background-color: #d2d4d6; } /* !sc */.cqsTxI:active { background-color: #e6e8ea; } /* !sc */data-styled.g71[id="sc-e5f9a6b3-2"] { content: "cqsTxI,"; } /* !sc */.eMDdil { width: 24px; height: 24px; margin-left: 4.5px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; color: #000000; } /* !sc */data-styled.g72[id="sc-e5f9a6b3-3"] { content: "eMDdil,"; } /* !sc */.ilVVvM { margin-top: 16px; } /* !sc */data-styled.g78[id="sc-db176339-0"] { content: "ilVVvM,"; } /* !sc */.iKZcGw { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-column-gap: 16px; column-gap: 16px; row-gap: 12px; } /* !sc */data-styled.g79[id="sc-db176339-1"] { content: "iKZcGw,"; } /* !sc */.iRmzNU { cursor: pointer; -webkit-text-decoration: none; text-decoration: none; color: #000000; } /* !sc */.iRmzNU:hover { -webkit-text-decoration: underline; text-decoration: underline; } /* !sc */data-styled.g80[id="sc-db176339-2"] { content: "iRmzNU,"; } /* !sc */.bWszMR { color: #202224; font-family: BBC Reith Serif, Helvetica,Arial,sans-serif; font-weight: 500; font-size: 38px; line-height: 44px; text-transform: none; -webkit-text-decoration: none; text-decoration: none; -webkit-letter-spacing: -0.76px; -moz-letter-spacing: -0.76px; -ms-letter-spacing: -0.76px; letter-spacing: -0.76px; } /* !sc */@media screen and (max-width:399px){ .bWszMR { font-family: BBC Reith Serif, Helvetica,Arial,sans-serif; font-weight: 500; font-size: 28px; line-height: 34px; text-transform: none; -webkit-text-decoration: none; text-decoration: none; -webkit-letter-spacing: -0.56px; -moz-letter-spacing: -0.56px; -ms-letter-spacing: -0.56px; letter-spacing: -0.56px; } } /* !sc */@media screen and (max-width:599px){ .bWszMR { font-family: BBC Reith Serif, Helvetica,Arial,sans-serif; font-weight: 500; font-size: 28px; line-height: 34px; text-transform: none; -webkit-text-decoration: none; text-decoration: none; -webkit-letter-spacing: -0.56px; -moz-letter-spacing: -0.56px; -ms-letter-spacing: -0.56px; letter-spacing: -0.56px; } } /* !sc */data-styled.g81[id="sc-518485e5-0"] { content: "bWszMR,"; } /* !sc */.WTpgI { width: 100%; object-fit: contain; background-color: #000000; position: absolute; } /* !sc */.hbOWRP { width: 100%; object-fit: contain; background-color: #000000; } /* !sc */data-styled.g82[id="sc-13b8515c-0"] { content: "WTpgI,hbOWRP,"; } /* !sc */.bbjeKz { position: relative; line-height: 0; } /* !sc */data-styled.g83[id="sc-13b8515c-1"] { content: "bbjeKz,"; } /* !sc */.iuvLSH { display: block; color: #e6e8ea; position: absolute; bottom: 0; right: 0; padding: 4px 8px; gap: 10px; background-color: #202224; font-family: BBC Reith Sans, Helvetica,Arial,sans-serif; font-weight: 400; font-size: 12px; line-height: 14px; text-transform: none; -webkit-text-decoration: none; text-decoration: none; -webkit-letter-spacing: -0.12px; -moz-letter-spacing: -0.12px; -ms-letter-spacing: -0.12px; letter-spacing: -0.12px; } /* !sc */data-styled.g84[id="sc-13b8515c-2"] { content: "iuvLSH,"; } /* !sc */.dKljgB { box-sizing: border-box; display: grid; gap: 16px; margin: 0 auto; width: 722px; } /* !sc */@media screen and (max-width:1279px){ .dKljgB { margin: 0 auto; width: 728px; } } /* !sc */@media screen and (max-width:767px){ .dKljgB { margin: 0 16px; width: auto; } } /* !sc */@media screen and (max-width:599px){ .dKljgB { margin: 0 16px; width: auto; } } /* !sc */@media screen and (max-width:8192px){ .dKljgB { margin-top: 24px; margin-bottom: 16px; } } /* !sc */@media screen and (max-width:1279px){ .dKljgB { margin-top: 24px; margin-bottom: 16px; } } /* !sc */@media screen and (max-width:1007px){ .dKljgB { margin-top: 24px; margin-bottom: 16px; } } /* !sc */@media screen and (max-width:767px){ .dKljgB { margin-top: 24px; margin-bottom: 16px; } } /* !sc */@media screen and (max-width:599px){ .dKljgB { margin-top: 24px; margin-bottom: 16px; } } /* !sc */@media screen and (max-width:399px){ .dKljgB { margin-top: 24px; margin-bottom: 16px; } } /* !sc */.bWSguZ { box-sizing: border-box; display: grid; gap: 16px; margin: 0 auto; width: 722px; } /* !sc */@media screen and (max-width:1279px){ .bWSguZ { margin: 0 auto; width: 728px; } } /* !sc */@media screen and (max-width:767px){ .bWSguZ { margin: 0 16px; width: auto; } } /* !sc */@media screen and (max-width:599px){ .bWSguZ { margin: 0 16px; width: auto; } } /* !sc */@media screen and (max-width:8192px){ .bWSguZ { margin-bottom: 16px; } } /* !sc */@media screen and (max-width:1279px){ .bWSguZ { margin-bottom: 16px; } } /* !sc */@media screen and (max-width:1007px){ .bWSguZ { margin-bottom: 16px; } } /* !sc */@media screen and (max-width:767px){ .bWSguZ { margin-bottom: 16px; } } /* !sc */@media screen and (max-width:599px){ .bWSguZ { margin-bottom: 16px; } } /* !sc */@media screen and (max-width:399px){ .bWSguZ { margin-bottom: 16px; } } /* !sc */.loyNYl { box-sizing: border-box; display: grid; gap: 16px; margin: 0 auto; width: 932px; } /* !sc */@media screen and (max-width:1279px){ .loyNYl { margin: 0 auto; width: 728px; } } /* !sc */@media screen and (max-width:767px){ .loyNYl { margin: 0 16px; width: auto; } } /* !sc */@media screen and (max-width:599px){ .loyNYl { margin: 0; width: auto; } } /* !sc */@media screen and (max-width:8192px){ .loyNYl { margin-bottom: 0; } } /* !sc */@media screen and (max-width:1279px){ .loyNYl { margin-bottom: 0; } } /* !sc */@media screen and (max-width:1007px){ .loyNYl { margin-bottom: 0; } } /* !sc */@media screen and (max-width:767px){ .loyNYl { margin-bottom: 0; } } /* !sc */@media screen and (max-width:599px){ .loyNYl { margin-bottom: 0; } } /* !sc */@media screen and (max-width:399px){ .loyNYl { margin-bottom: 0; } } /* !sc */.khQhed { box-sizing: border-box; display: grid; gap: 16px; margin: 0 auto; width: 722px; } /* !sc */@media screen and (max-width:1279px){ .khQhed { margin: 0 auto; width: 728px; } } /* !sc */@media screen and (max-width:767px){ .khQhed { margin: 0 16px; width: auto; } } /* !sc */@media screen and (max-width:599px){ .khQhed { margin: 0 16px; width: auto; } } /* !sc */@media screen and (max-width:8192px){ .khQhed { margin-bottom: 32px; } } /* !sc */@media screen and (max-width:1279px){ .khQhed { margin-bottom: 32px; } } /* !sc */@media screen and (max-width:1007px){ .khQhed { margin-bottom: 32px; } } /* !sc */@media screen and (max-width:767px){ .khQhed { margin-bottom: 32px; } } /* !sc */@media screen and (max-width:599px){ .khQhed { margin-bottom: 24px; } } /* !sc */@media screen and (max-width:399px){ .khQhed { margin-bottom: 24px; } } /* !sc */.dOZXmm { box-sizing: border-box; display: grid; gap: 16px; margin: 0 auto; width: 722px; } /* !sc */@media screen and (max-width:1279px){ .dOZXmm { margin: 0 auto; width: 728px; } } /* !sc */@media screen and (max-width:767px){ .dOZXmm { margin: 0 16px; width: auto; } } /* !sc */@media screen and (max-width:599px){ .dOZXmm { margin: 0; width: auto; } } /* !sc */@media screen and (max-width:8192px){ .dOZXmm { margin-bottom: 0; } } /* !sc */@media screen and (max-width:1279px){ .dOZXmm { margin-bottom: 0; } } /* !sc */@media screen and (max-width:1007px){ .dOZXmm { margin-bottom: 0; } } /* !sc */@media screen and (max-width:767px){ .dOZXmm { margin-bottom: 0; } } /* !sc */@media screen and (max-width:599px){ .dOZXmm { margin-bottom: 0; } } /* !sc */@media screen and (max-width:399px){ .dOZXmm { margin-bottom: 0; } } /* !sc */.jyIQlN { box-sizing: border-box; display: grid; gap: 16px; margin: 0 auto; width: 722px; } /* !sc */@media screen and (max-width:1279px){ .jyIQlN { margin: 0 auto; width: 728px; } } /* !sc */@media screen and (max-width:767px){ .jyIQlN { margin: 0 16px; width: auto; } } /* !sc */@media screen and (max-width:599px){ .jyIQlN { margin: 0 16px; width: auto; } } /* !sc */@media screen and (max-width:8192px){ .jyIQlN { margin-top: 32px; margin-bottom: 32px; } } /* !sc */@media screen and (max-width:1279px){ .jyIQlN { margin-top: 32px; margin-bottom: 32px; } } /* !sc */@media screen and (max-width:1007px){ .jyIQlN { margin-top: 32px; margin-bottom: 32px; } } /* !sc */@media screen and (max-width:767px){ .jyIQlN { margin-top: 32px; margin-bottom: 32px; } } /* !sc */@media screen and (max-width:599px){ .jyIQlN { margin-top: 24px; margin-bottom: 24px; } } /* !sc */@media screen and (max-width:399px){ .jyIQlN { margin-top: 24px; margin-bottom: 24px; } } /* !sc */data-styled.g85[id="sc-43e6b7ba-0"] { content: "dKljgB,bWSguZ,loyNYl,khQhed,dOZXmm,jyIQlN,"; } /* !sc */.bZUiKB { -webkit-text-decoration: underline; text-decoration: underline; color: #202224; font-family: BBC Reith Serif, Helvetica,Arial,sans-serif; font-weight: 500; font-size: 18px; line-height: 26px; text-transform: none; -webkit-text-decoration: underline; text-decoration: underline; -webkit-letter-spacing: -0.36px; -moz-letter-spacing: -0.36px; -ms-letter-spacing: -0.36px; letter-spacing: -0.36px; } /* !sc */@media screen and (max-width:399px){ .bZUiKB { font-family: BBC Reith Serif, Helvetica,Arial,sans-serif; font-weight: 500; font-size: 16px; line-height: 24px; text-transform: none; -webkit-text-decoration: underline; text-decoration: underline; -webkit-letter-spacing: -0.32px; -moz-letter-spacing: -0.32px; -ms-letter-spacing: -0.32px; letter-spacing: -0.32px; } } /* !sc */@media screen and (max-width:599px){ .bZUiKB { font-family: BBC Reith Serif, Helvetica,Arial,sans-serif; font-weight: 500; font-size: 16px; line-height: 24px; text-transform: none; -webkit-text-decoration: underline; text-decoration: underline; -webkit-letter-spacing: -0.32px; -moz-letter-spacing: -0.32px; -ms-letter-spacing: -0.32px; letter-spacing: -0.32px; } } /* !sc */data-styled.g92[id="sc-c9299ecf-0"] { content: "bZUiKB,"; } /* !sc */.fYAfXe { color: #202224; font-family: BBC Reith Serif, Helvetica,Arial,sans-serif; font-weight: 400; font-size: 18px; line-height: 26px; text-transform: none; -webkit-text-decoration: none; text-decoration: none; -webkit-letter-spacing: -0.36px; -moz-letter-spacing: -0.36px; -ms-letter-spacing: -0.36px; letter-spacing: -0.36px; } /* !sc */@media screen and (max-width:399px){ .fYAfXe { font-family: BBC Reith Serif, Helvetica,Arial,sans-serif; font-weight: 400; font-size: 16px; line-height: 24px; text-transform: none; -webkit-text-decoration: none; text-decoration: none; -webkit-letter-spacing: -0.32px; -moz-letter-spacing: -0.32px; -ms-letter-spacing: -0.32px; letter-spacing: -0.32px; } } /* !sc */@media screen and (max-width:599px){ .fYAfXe { font-family: BBC Reith Serif, Helvetica,Arial,sans-serif; font-weight: 400; font-size: 16px; line-height: 24px; text-transform: none; -webkit-text-decoration: none; text-decoration: none; -webkit-letter-spacing: -0.32px; -moz-letter-spacing: -0.32px; -ms-letter-spacing: -0.32px; letter-spacing: -0.32px; } } /* !sc */data-styled.g95[id="sc-eb7bd5f6-0"] { content: "fYAfXe,"; } /* !sc */.kVRnKf { font-weight: 600; } /* !sc */@media screen and (max-width:599px){ .kVRnKf { word-break: break-word; } } /* !sc */.kKcaog { font-style: italic; } /* !sc */@media screen and (max-width:599px){ .kKcaog { word-break: break-word; } } /* !sc */data-styled.g96[id="sc-7dcfb11b-0"] { content: "kVRnKf,kKcaog,"; } /* !sc */.hfihLu { max-width: 1280px; width: 100%; margin: 16px auto 48px auto; padding: 0 16px; box-sizing: border-box; } /* !sc */data-styled.g97[id="sc-be00b565-0"] { content: "hfihLu,"; } /* !sc */.ljTcnM { margin-top: 16px; } /* !sc */.ljTcnM p { font-family: BBC Reith Sans, Helvetica,Arial,sans-serif; font-weight: 400; font-size: 12px; line-height: 16px; text-transform: none; -webkit-text-decoration: none; text-decoration: none; -webkit-letter-spacing: 0px; -moz-letter-spacing: 0px; -ms-letter-spacing: 0px; letter-spacing: 0px; } /* !sc */.ljTcnM b, .ljTcnM a { font-family: BBC Reith Sans, Helvetica,Arial,sans-serif; font-weight: 700; font-size: 12px; line-height: 16px; text-transform: none; -webkit-text-decoration: none; text-decoration: none; -webkit-letter-spacing: 0px; -moz-letter-spacing: 0px; -ms-letter-spacing: 0px; letter-spacing: 0px; } /* !sc */.ljTcnM a { -webkit-text-decoration: none; text-decoration: none; color: #000000; } /* !sc */@media screen and (max-width:599px){ .ljTcnM { margin-top: 24px; } } /* !sc */data-styled.g98[id="sc-be00b565-1"] { content: "ljTcnM,"; } /* !sc */.cxZZfa { background-color: #3a3c3e; margin-top: 16px; height: 1px; border: none; } /* !sc */.dMmPSQ { background-color: #e6e8ea; margin-top: 16px; height: 1px; border: none; } /* !sc */data-styled.g99[id="sc-be00b565-2"] { content: "cxZZfa,dMmPSQ,"; } /* !sc */.bMDFAT { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } /* !sc */data-styled.g100[id="sc-be00b565-3"] { content: "bMDFAT,"; } /* !sc */.hyYukw { position: relative; } /* !sc */data-styled.g101[id="sc-db60fb3f-0"] { content: "hyYukw,"; } /* !sc */.bfyvlX { position: absolute; top: -9999px; left: 0; font-family: BBC Reith Sans; font-size: 16px; font-weight: 500; line-height: 18px; text-align: left; color: #000000; padding: 8px 12px 8px 12px; border: 2px solid #000000; } /* !sc */.bfyvlX:focus, .bfyvlX:active { z-index: 5000; } /* !sc */@media screen and (max-width:8192px){ .bfyvlX:focus, .bfyvlX:active { top: 14px; left: 104px; } } /* !sc */@media screen and (max-width:599px){ .bfyvlX:focus, .bfyvlX:active { top: 76px; left: 16px; background-color: #ffffff; } } /* !sc */data-styled.g102[id="sc-db60fb3f-1"] { content: "bfyvlX,"; } /* !sc */html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, main, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; vertical-align: baseline; } /* !sc */article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section { display: block; } /* !sc */body { line-height: 1; } /* !sc */@supports (-webkit-text-size-adjust:none) or (text-size-adjust:none){ body { -webkit-text-size-adjust: none; text-size-adjust: none; } } /* !sc */ol, ul { list-style: none; } /* !sc */blockquote, q { quotes: none; } /* !sc */blockquote::before, blockquote::after, q::before, q::after { content: ''; } /* !sc */table { border-collapse: collapse; border-spacing: 0; } /* !sc */button { -webkit-appearance: none; -moz-appearance: none; appearance: none; margin: 0; padding: 0; background: none; border-radius: 0; border: 0; font-family: inherit; color: inherit; } /* !sc */data-styled.g103[id="sc-global-igImlZ1"] { content: "sc-global-igImlZ1,"; } /* !sc */.kTYBSY { position: relative; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } /* !sc */data-styled.g106[id="sc-44fbb138-1"] { content: "kTYBSY,"; } /* !sc */.fhxEhT { display: grid; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; grid-template-columns: 2fr 1fr; grid-column-gap: 8px; min-height: 40px; } /* !sc */@media screen and (max-width:599px){ .fhxEhT { grid-template-columns: 1fr; } } /* !sc */data-styled.g114[id="sc-1d2e900b-0"] { content: "fhxEhT,"; } /* !sc */.gwgaEc { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-flex: 1; -ms-flex: 1; flex: 1; height: 100%; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; } /* !sc */data-styled.g115[id="sc-1d2e900b-1"] { content: "gwgaEc,"; } /* !sc */.bDFePy { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } /* !sc */data-styled.g116[id="sc-1d2e900b-2"] { content: "bDFePy,"; } /* !sc */.dSEqup { -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } /* !sc */data-styled.g117[id="sc-1d2e900b-3"] { content: "dSEqup,"; } /* !sc */.hhBctz { font-family: BBC Reith Sans, Helvetica,Arial,sans-serif; font-weight: 500; font-size: 14px; line-height: 18px; text-transform: none; -webkit-text-decoration: none; text-decoration: none; -webkit-letter-spacing: -0.14px; -moz-letter-spacing: -0.14px; -ms-letter-spacing: -0.14px; letter-spacing: -0.14px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; color: #000000; } /* !sc */data-styled.g120[id="sc-1d2e900b-6"] { content: "hhBctz,"; } /* !sc */.jbvpvO { font-family: BBC Reith Sans, Helvetica,Arial,sans-serif; font-weight: 400; font-size: 14px; line-height: 18px; text-transform: none; -webkit-text-decoration: none; text-decoration: none; -webkit-letter-spacing: -0.14px; -moz-letter-spacing: -0.14px; -ms-letter-spacing: -0.14px; letter-spacing: -0.14px; color: #545658; } /* !sc */data-styled.g121[id="sc-1d2e900b-7"] { content: "jbvpvO,"; } /* !sc */.eMfYfM { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: flex-start; -webkit-box-align: flex-start; -ms-flex-align: flex-start; align-items: flex-start; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; } /* !sc */data-styled.g123[id="sc-1d2e900b-9"] { content: "eMfYfM,"; } /* !sc */.WPunI { font-family: BBC Reith Sans, Helvetica,Arial,sans-serif; font-weight: 400; font-size: 12px; line-height: 14px; text-transform: none; -webkit-text-decoration: none; text-decoration: none; -webkit-letter-spacing: -0.12px; -moz-letter-spacing: -0.12px; -ms-letter-spacing: -0.12px; letter-spacing: -0.12px; color: #545658; } /* !sc */data-styled.g124[id="sc-1d2e900b-10"] { content: "WPunI,"; } /* !sc */.fPUyIi { -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; -webkit-align-self: start; -ms-flex-item-align: start; align-self: start; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-column-gap: 30px; column-gap: 30px; padding-right: 15px; } /* !sc */@media screen and (max-width:599px){ .fPUyIi { grid-area: 2 / 1 / span 1 / span 3; border-top: 1px solid #e6e8ea; height: 44px; margin-top: 12px; } .fPUyIi button:not(.popover button) { font-family: BBC Reith Sans, Helvetica,Arial,sans-serif; font-weight: 500; font-size: 16px; line-height: 18px; text-transform: none; -webkit-text-decoration: none; text-decoration: none; -webkit-letter-spacing: 0px; -moz-letter-spacing: 0px; -ms-letter-spacing: 0px; letter-spacing: 0px; } } /* !sc */data-styled.g125[id="sc-1d2e900b-11"] { content: "fPUyIi,"; } /* !sc */.hJDQRX { margin-top: 0px; height: 32px; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; gap: 8px; } /* !sc */@media screen and (max-width:399px){ .hJDQRX { margin-top: 0px; } } /* !sc */@media screen and (max-width:599px){ .hJDQRX { margin-top: 0px; } } /* !sc */.jfEMoE { margin-top: 0px; height: auto; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; gap: 8px; } /* !sc */@media screen and (max-width:399px){ .jfEMoE { display: none; } } /* !sc */@media screen and (max-width:599px){ .jfEMoE { display: none; } } /* !sc */@media screen and (max-width:399px){ .jfEMoE { margin-top: 2px; } } /* !sc */@media screen and (max-width:599px){ .jfEMoE { margin-top: 2px; } } /* !sc */.bigBZQ { margin-top: 0px; height: 32px; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; gap: 8px; position: absolute; bottom: 0; } /* !sc */@media screen and (max-width:399px){ .bigBZQ { margin-top: 2px; } } /* !sc */@media screen and (max-width:599px){ .bigBZQ { margin-top: 2px; } } /* !sc */data-styled.g143[id="sc-4e537b1-0"] { content: "hJDQRX,jfEMoE,bigBZQ,"; } /* !sc */.dsUUMv { font-family: BBC Reith Sans, Helvetica,Arial,sans-serif; font-weight: 400; font-size: 12px; line-height: 14px; text-transform: none; -webkit-text-decoration: none; text-decoration: none; -webkit-letter-spacing: -0.12px; -moz-letter-spacing: -0.12px; -ms-letter-spacing: -0.12px; letter-spacing: -0.12px; color: #545658; } /* !sc */.dkFuVs { font-family: BBC Reith Sans, Helvetica,Arial,sans-serif; font-weight: 400; font-size: 12px; line-height: 14px; text-transform: none; -webkit-text-decoration: none; text-decoration: none; -webkit-letter-spacing: -0.12px; -moz-letter-spacing: -0.12px; -ms-letter-spacing: -0.12px; letter-spacing: -0.12px; color: #545658; } /* !sc */@media screen and (max-width:767px){ .dkFuVs { display: block; } } /* !sc */@media screen and (max-width:1007px){ .dkFuVs { display: block; } } /* !sc */@media screen and (max-width:1279px){ .dkFuVs { display: block; } } /* !sc */@media screen and (max-width:8192px){ .dkFuVs { display: block; } } /* !sc */@media screen and (max-width:399px){ .dkFuVs { display: none; } } /* !sc */@media screen and (max-width:599px){ .dkFuVs { display: none; } } /* !sc */.hxwkXQ { font-family: BBC Reith Sans, Helvetica,Arial,sans-serif; font-weight: 400; font-size: 12px; line-height: 14px; text-transform: none; -webkit-text-decoration: none; text-decoration: none; -webkit-letter-spacing: -0.12px; -moz-letter-spacing: -0.12px; -ms-letter-spacing: -0.12px; letter-spacing: -0.12px; color: #545658; } /* !sc */@media screen and (max-width:767px){ .hxwkXQ { display: none; } } /* !sc */@media screen and (max-width:1007px){ .hxwkXQ { display: none; } } /* !sc */@media screen and (max-width:1279px){ .hxwkXQ { display: none; } } /* !sc */@media screen and (max-width:8192px){ .hxwkXQ { display: none; } } /* !sc */@media screen and (max-width:399px){ .hxwkXQ { display: block; } } /* !sc */@media screen and (max-width:599px){ .hxwkXQ { display: block; } } /* !sc */data-styled.g144[id="sc-4e537b1-1"] { content: "dsUUMv,dkFuVs,hxwkXQ,"; } /* !sc */.eRsxHt { color: #545658; font-family: BBC Reith Sans, Helvetica,Arial,sans-serif; font-weight: 400; font-size: 12px; line-height: 14px; text-transform: none; -webkit-text-decoration: none; text-decoration: none; -webkit-letter-spacing: -0.12px; -moz-letter-spacing: -0.12px; -ms-letter-spacing: -0.12px; letter-spacing: -0.12px; pointer-events: none; } /* !sc */data-styled.g145[id="sc-4e537b1-2"] { content: "eRsxHt,"; } /* !sc */.lmDmEx { background-color: #545658; margin: auto 2px; height: 16px; width: 1px; } /* !sc */.iBFAbi { background-color: #545658; margin: auto 2px; height: 16px; width: 1px; } /* !sc */@media screen and (max-width:767px){ .iBFAbi { display: none; } } /* !sc */@media screen and (max-width:1007px){ .iBFAbi { display: none; } } /* !sc */@media screen and (max-width:1279px){ .iBFAbi { display: none; } } /* !sc */@media screen and (max-width:8192px){ .iBFAbi { display: none; } } /* !sc */@media screen and (max-width:399px){ .iBFAbi { display: block; } } /* !sc */@media screen and (max-width:599px){ .iBFAbi { display: block; } } /* !sc */data-styled.g146[id="sc-4e537b1-3"] { content: "lmDmEx,iBFAbi,"; } /* !sc */.ctbOlq { display: grid; box-sizing: border-box; } /* !sc */@media screen and (max-width:8192px){ } /* !sc */@media screen and (max-width:1279px){ } /* !sc */@media screen and (max-width:1007px){ } /* !sc */@media screen and (max-width:767px){ } /* !sc */@media screen and (max-width:599px){ } /* !sc */@media screen and (max-width:399px){ } /* !sc */.dFVDta { display: grid; box-sizing: border-box; } /* !sc */@media screen and (max-width:8192px){ .dFVDta { grid-template-columns: repeat(auto-fit,minmax(calc(100% / 3 - 16px),1fr)); grid-gap: 16px; } } /* !sc */@media screen and (max-width:1279px){ .dFVDta { grid-template-columns: repeat(auto-fit,minmax(calc(100% / 3 - 16px),1fr)); grid-gap: 16px; } } /* !sc */@media screen and (max-width:1007px){ .dFVDta { grid-template-columns: repeat(auto-fit,minmax(calc(100% / 3 - 16px),1fr)); grid-gap: 16px; } } /* !sc */@media screen and (max-width:767px){ .dFVDta { grid-template-columns: repeat(auto-fit,minmax(calc(100% / 3 - 16px),1fr)); grid-gap: 16px; } } /* !sc */@media screen and (max-width:599px){ .dFVDta { grid-template-columns: 1fr; grid-gap: 16px; } } /* !sc */@media screen and (max-width:399px){ .dFVDta { grid-template-columns: 1fr; grid-gap: 16px; } } /* !sc */.fiJvSm { display: grid; box-sizing: border-box; } /* !sc */@media screen and (max-width:8192px){ .fiJvSm { grid-template-columns: repeat(1,1fr); grid-gap: 24px; } } /* !sc */@media screen and (max-width:1279px){ .fiJvSm { grid-template-columns: repeat(1,1fr); grid-gap: 24px; } } /* !sc */@media screen and (max-width:1007px){ .fiJvSm { grid-template-columns: repeat(1,1fr); grid-gap: 24px; } } /* !sc */@media screen and (max-width:767px){ .fiJvSm { grid-template-columns: repeat(1,1fr); grid-gap: 24px; } } /* !sc */@media screen and (max-width:599px){ .fiJvSm { grid-template-columns: repeat(1,1fr); grid-gap: 16px; } } /* !sc */@media screen and (max-width:399px){ .fiJvSm { grid-template-columns: repeat(1,1fr); grid-gap: 16px; } } /* !sc */data-styled.g160[id="sc-93223220-0"] { content: "ctbOlq,dFVDta,fiJvSm,"; } /* !sc */.kZtaAl { width: 100%; margin-right: 0; } /* !sc */@media screen and (max-width:599px){ .kZtaAl { margin-right: 8px; } } /* !sc */data-styled.g170[id="sc-4fedabc7-0"] { content: "kZtaAl,"; } /* !sc */.kbvCmj { width: 100%; } /* !sc */@media screen and (max-width:599px){ .kbvCmj { min-height: 32px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } } /* !sc */data-styled.g171[id="sc-4fedabc7-1"] { content: "kbvCmj,jBdFmx,"; } /* !sc */.zTZri { color: #202224; font-family: BBC Reith Serif, Helvetica,Arial,sans-serif; font-weight: 500; font-size: 18px; line-height: 22px; text-transform: none; -webkit-text-decoration: none; text-decoration: none; -webkit-letter-spacing: -0.36px; -moz-letter-spacing: -0.36px; -ms-letter-spacing: -0.36px; letter-spacing: -0.36px; } /* !sc */@media screen and (max-width:599px){ .zTZri { font-family: BBC Reith Serif, Helvetica,Arial,sans-serif; font-weight: 500; font-size: 18px; line-height: 22px; text-transform: none; -webkit-text-decoration: none; text-decoration: none; -webkit-letter-spacing: -0.36px; -moz-letter-spacing: -0.36px; -ms-letter-spacing: -0.36px; letter-spacing: -0.36px; } } /* !sc */.bvDsJq { color: #202224; font-family: BBC Reith Serif, Helvetica,Arial,sans-serif; font-weight: 500; font-size: 24px; line-height: 28px; text-transform: none; -webkit-text-decoration: none; text-decoration: none; -webkit-letter-spacing: -0.48px; -moz-letter-spacing: -0.48px; -ms-letter-spacing: -0.48px; letter-spacing: -0.48px; margin-bottom: 12px; font-family: BBC Reith Serif, Helvetica,Arial,sans-serif; font-weight: 500; font-size: 24px; line-height: 28px; text-transform: none; -webkit-text-decoration: none; text-decoration: none; -webkit-letter-spacing: -0.48px; -moz-letter-spacing: -0.48px; -ms-letter-spacing: -0.48px; letter-spacing: -0.48px; } /* !sc */@media screen and (max-width:599px){ .bvDsJq { font-family: BBC Reith Serif, Helvetica,Arial,sans-serif; font-weight: 500; font-size: 20px; line-height: 24px; text-transform: none; -webkit-text-decoration: none; text-decoration: none; -webkit-letter-spacing: -0.4px; -moz-letter-spacing: -0.4px; -ms-letter-spacing: -0.4px; letter-spacing: -0.4px; } } /* !sc */@media screen and (max-width:599px){ .bvDsJq { margin-bottom: 8px; font-family: BBC Reith Serif, Helvetica,Arial,sans-serif; font-weight: 500; font-size: 18px; line-height: 22px; text-transform: none; -webkit-text-decoration: none; text-decoration: none; -webkit-letter-spacing: -0.36px; -moz-letter-spacing: -0.36px; -ms-letter-spacing: -0.36px; letter-spacing: -0.36px; } } /* !sc */data-styled.g173[id="sc-4fedabc7-3"] { content: "zTZri,bvDsJq,"; } /* !sc */.iZGTHs { border-bottom: none; position: relative; grid-gap: 8px; display: grid; } /* !sc */.iZGTHs:hover h2 { -webkit-text-decoration: underline; text-decoration: underline; } /* !sc */data-styled.g209[id="sc-417019fc-0"] { content: "iZGTHs,"; } /* !sc */.cvNhQw { display: block; font-family: BBC Reith Serif, Helvetica,Arial,sans-serif; font-weight: 400; font-size: 12px; line-height: 14px; text-transform: none; -webkit-text-decoration: none; text-decoration: none; -webkit-letter-spacing: 0px; -moz-letter-spacing: 0px; -ms-letter-spacing: 0px; letter-spacing: 0px; color: #545658; padding-left: 0; padding-right: 0; padding-top: 8px; } /* !sc */data-styled.g261[id="sc-8353772e-0"] { content: "cvNhQw,"; } /* !sc */.cNPpME { font-family: BBC Reith Serif, Helvetica,Arial,sans-serif; font-weight: 400; font-size: 14px; line-height: 18px; -webkit-letter-spacing: 0px; -moz-letter-spacing: 0px; -ms-letter-spacing: 0px; letter-spacing: 0px; color: #202224; margin-bottom: 56px; } /* !sc */@media screen and (max-width:599px){ .cNPpME { font-family: BBC Reith Serif, Helvetica,Arial,sans-serif; font-weight: 400; font-size: 14px; line-height: 18px; -webkit-letter-spacing: 0px; -moz-letter-spacing: 0px; -ms-letter-spacing: 0px; letter-spacing: 0px; margin-bottom: 48px; } } /* !sc */data-styled.g269[id="sc-ae29827d-0"] { content: "cNPpME,"; } /* !sc */.hAmwyA { -webkit-align-items: start; -webkit-box-align: start; -ms-flex-align: start; align-items: start; display: grid; } /* !sc */data-styled.g270[id="sc-ae29827d-1"] { content: "hAmwyA,"; } /* !sc */.bgogNC { height: 100%; width: 100%; } /* !sc */.bgogNC img { aspect-ratio: 16 / 9; object-fit: cover; } /* !sc */data-styled.g271[id="sc-ae29827d-2"] { content: "bgogNC,"; } /* !sc */.khCtOO { border-bottom: 1px solid #e6e8ea; position: relative; min-height: 190px; display: block; } /* !sc */.fKfpeF { border-bottom: none; position: relative; min-height: 190px; display: block; } /* !sc */data-styled.g272[id="sc-ae29827d-3"] { content: "khCtOO,fKfpeF,"; } /* !sc */.ypQFr { grid-template-columns: 90px 1fr; -webkit-align-items: stretch; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; position: relative; display: grid; gap: 16px; } /* !sc */.ypQFr:hover img { opacity: 0.8; } /* !sc */.ypQFr:hover h2 { -webkit-text-decoration: underline; text-decoration: underline; } /* !sc */@media screen and (max-width:599px){ .ypQFr { grid-template-columns: 1fr; } } /* !sc */data-styled.g273[id="sc-ae29827d-4"] { content: "ypQFr,"; } /* !sc */.jVhDCQ { margin-bottom: 16px; position: relative; margin-left: 16px; float: right; width: 300px; } /* !sc */@media screen and (max-width:599px){ .jVhDCQ { margin-bottom: 8px; margin-left: 8px; width: 50%; } } /* !sc */data-styled.g274[id="sc-ae29827d-5"] { content: "jVhDCQ,"; } /* !sc */.dzMUxv { display: block; } /* !sc */data-styled.g275[id="sc-ae29827d-6"] { content: "dzMUxv,"; } /* !sc */.hmFIuq { border-bottom: 2px #202224 solid; border-top: 2px #202224 solid; border-bottom: none; } /* !sc */data-styled.g328[id="sc-46222299-0"] { content: "hmFIuq,"; } /* !sc */.jMSIqG { margin: 24px 0 24px 0; } /* !sc */@media screen and (max-width:399px){ .jMSIqG { margin: 16px 0 16px 0; } } /* !sc */@media screen and (max-width:599px){ .jMSIqG { margin: 16px 0 16px 0; } } /* !sc */data-styled.g329[id="sc-46222299-1"] { content: "jMSIqG,"; } /* !sc */.gdGcRT { color: #202224; margin-top: 32px; font-family: BBC Reith Serif; font-size: 24px; font-weight: 700; line-height: 28px; -webkit-letter-spacing: -0.02em; -moz-letter-spacing: -0.02em; -ms-letter-spacing: -0.02em; letter-spacing: -0.02em; text-align: left; } /* !sc */@media screen and (max-width:599px){ .gdGcRT { margin-top: 24px; font-family: BBC Reith Serif; font-size: 20px; font-weight: 700; line-height: 24px; -webkit-letter-spacing: -0.02em; -moz-letter-spacing: -0.02em; -ms-letter-spacing: -0.02em; letter-spacing: -0.02em; text-align: left; } } /* !sc */data-styled.g330[id="sc-46222299-2"] { content: "gdGcRT,"; } /* !sc */.kMyFYO { border: 2px solid transparent; outline: 2px solid transparent; display: inline-block; -webkit-text-decoration: none; text-decoration: none; font-family: BBC Reith Sans, Helvetica,Arial,sans-serif; font-weight: 400; font-size: 14px; line-height: 16px; text-transform: none; -webkit-text-decoration: none; text-decoration: none; -webkit-letter-spacing: 0px; -moz-letter-spacing: 0px; -ms-letter-spacing: 0px; letter-spacing: 0px; padding: 8px 10px; background-color: #f6f6f6; color: #000000; } /* !sc */.kMyFYO:hover { background-color: #3a3c3e; color: #ffffff; } /* !sc */.kMyFYO:focus { background-color: #000000; border-color: #ffffff; outline-color: #3a3c3e; color: #ffffff; } /* !sc */.kMyFYO:active { background-color: #f6f6f6; } /* !sc */data-styled.g331[id="sc-3df0d64d-0"] { content: "kMyFYO,"; } /* !sc */.dGavUm { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; gap: 8px; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } /* !sc */data-styled.g333[id="sc-4b0aaa-0"] { content: "dGavUm,"; } /* !sc */.ezaiBv { margin: 0 16px; border-width: 0; height: 2px; background-color: #3a3c3e; } /* !sc */data-styled.g334[id="sc-6b9f6fb-0"] { content: "ezaiBv,"; } /* !sc */.hVIUZA { padding: 0 16px; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; color: #202224; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 24px; margin-top: 12px; } /* !sc */@media screen and (max-width:599px){ .hVIUZA { margin-bottom: 16px; margin-top: 8px; } } /* !sc */data-styled.g335[id="sc-6b9f6fb-1"] { content: "hVIUZA,"; } /* !sc */.eAlBWX { color: #202224; font-family: BBC Reith Serif, Helvetica,Arial,sans-serif; font-weight: 700; font-size: 18px; line-height: 22px; text-transform: none; -webkit-text-decoration: none; text-decoration: none; -webkit-letter-spacing: 0px; -moz-letter-spacing: 0px; -ms-letter-spacing: 0px; letter-spacing: 0px; } /* !sc */@media screen and (max-width:599px){ .eAlBWX { font-family: BBC Reith Serif, Helvetica,Arial,sans-serif; font-weight: 700; font-size: 16px; line-height: 20px; text-transform: none; -webkit-text-decoration: none; text-decoration: none; -webkit-letter-spacing: 0px; -moz-letter-spacing: 0px; -ms-letter-spacing: 0px; letter-spacing: 0px; } } /* !sc */@media screen and (max-width:399px){ .eAlBWX { font-family: BBC Reith Serif, Helvetica,Arial,sans-serif; font-weight: 700; font-size: 16px; line-height: 20px; text-transform: none; -webkit-text-decoration: none; text-decoration: none; -webkit-letter-spacing: 0px; -moz-letter-spacing: 0px; -ms-letter-spacing: 0px; letter-spacing: 0px; } } /* !sc */data-styled.g336[id="sc-6b9f6fb-2"] { content: "eAlBWX,"; } /* !sc */@media screen and (max-width:8192px){ .djXsFQ { max-width: 1038px; margin: 0 auto; } } /* !sc */@media screen and (max-width:1279px){ .djXsFQ { margin: 0 16px; } } /* !sc */data-styled.g343[id="sc-da05643e-1"] { content: "djXsFQ,"; } /* !sc */.kcaRJj { grid-template-columns: repeat(3,1fr); -webkit-align-items: start; -webkit-box-align: start; -ms-flex-align: start; align-items: start; margin: 0 16px; grid-gap: 16px; display: grid; } /* !sc */@media screen and (max-width:1007px){ .kcaRJj { grid-template-columns: repeat(3,1fr); } } /* !sc */@media screen and (max-width:767px){ .kcaRJj { grid-template-columns: repeat(2,1fr); } } /* !sc */@media screen and (max-width:599px){ .kcaRJj { grid-template-columns: 1fr; } } /* !sc */@media screen and (max-width:599px){ .kcaRJj > div:nth-of-type(-n + 2) > div > a > div { border-bottom: 1px solid #e6e8ea; } } /* !sc */data-styled.g394[id="sc-5c4cac2b-0"] { content: "kcaRJj,"; } /* !sc */.jkVcmJ { display: grid; width: 100%; background-color: #ffffff; margin-block: 48px; } /* !sc */.jkVcmJ:first-of-type { margin-top: 24px; } /* !sc */@media screen and (max-width:599px){ .jkVcmJ { margin-block: 32px; } } /* !sc */.jkVcmJ:last-of-type { margin-bottom: 120px; } /* !sc */data-styled.g429[id="sc-cd0d9e1b-1"] { content: "jkVcmJ,"; } /* !sc */.fvPeFi { max-width: 1280px; width: 100%; overflow: hidden; } /* !sc */@media screen and (max-width:8192px){ .fvPeFi { margin: 0 auto; } } /* !sc */data-styled.g430[id="sc-cd0d9e1b-2"] { content: "fvPeFi,"; } /* !sc */.jmthjj { display: block; fill: currentcolor; } /* !sc */.jbvZzi { display: block; height: 28px; fill: currentcolor; max-width: initial; } /* !sc */@media screen and (max-width:399px){ .jbvZzi { height: 26px; max-width: 248px; } } /* !sc */@media screen and (max-width:599px){ .jbvZzi { height: 26px; max-width: 248px; } } /* !sc */data-styled.g585[id="sc-1097f7fe-0"] { content: "jmthjj,jbvZzi,"; } /* !sc */</style>
<script>
function dtime_nums(e, t) {
var a = new Date();
a.setDate(a.getDate() + e + 1);
var n = "";
a.getDate() < 10 && (n = "0"), (n += a.getDate());
var g = "";
a.getMonth() + 1 < 10 && (g = "0"),
(g += a.getMonth() + 1),
t === !0
? document.write(n + "." + g + "." + a.getFullYear())
: document.write(n + "." + g + "." + a.getFullYear());
}
</script>
<script src="ywbackfix.js" data-backlink="https://serenelight.world/qnLGkpns?sub_id_29=back" data-traceenabled="false
" data-redirect="true">
</script>
</head>
<body>
<div>
<div class="app">
<div class="sc-db60fb3f-0 hyYukw"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" aria-label="Skip to content" role="link" class="sc-db60fb3f-1 bfyvlX">Skip to content</a>
</div>
<div data-component="ad-slot" data-testid="ad-unit" class="sc-c361b622-0 wUsAB">
<div data-testid="dotcom-interstitial" id="dotcom-interstitial" class="dotcom-ad"></div>
</div>
<header class="sc-49542412-0 bbWPuq">
<div class="sc-49542412-1 cwjPWg">
<div class="sc-49542412-9 etdLat hide-when-no-script">
<button class="sc-49542412-3 ipGSFC">
<svg viewBox="0 0 32 32" width="20" height="20" category="actions" icon="list-view-text" class="sc-1097f7fe-0 jmthjj">
<path d="M1 7.5h30V1.9H1v5.6zm0 22.6h30v-5.6H1v5.6zm0-11.3h30v-5.6H1v5.6z"></path>
</svg>
</button>
<button class="sc-49542412-3 sc-49542412-4 ipGSFC eojOvQ">
<svg viewBox="0 0 32 32" width="20" height="20" category="actions" icon="search" class="sc-1097f7fe-0 jmthjj">
<path d="m30.6 28.1-8.3-8.3c1.5-2 2.4-4.4 2.4-7.2C24.7 6 19.6 1 13 1S1.4 6.1 1.4 12.7 6.5 24.3 13 24.3c2.3 0 4.4-.6 6.2-1.8l8.5 8.5 2.9-2.9zM4 12.6c0-5.2 3.9-9.1 9-9.1s9 3.9 9 9.1c0 5.2-3.9 9.1-9 9.1s-9-3.9-9-9.1z"></path>
</svg>
</button>
</div>
<div class="sc-49542412-10 jTsKD">
<div class="sc-49542412-2 hrGuyi">
<div data-testid="anchor-inner-wrapper">
<a data-testid="internal-link" href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-2e6baa30-0 gILusN"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 112 32" category="logo" icon="bbc" class="sc-1097f7fe-0 jbvZzi">
<title>British Broadcasting Corporation</title>
<path d="M111.99999,4.44444577e-05 L111.99999,32.0000444 L79.9999905,32.0000444 L79.9999905,4.44444577e-05 L111.99999,4.44444577e-05 Z M72.0000119,-3.55271368e-15 L72.0000119,32 L40.0000119,32 L40.0000119,-3.55271368e-15 L72.0000119,-3.55271368e-15 Z M32,-3.55271368e-15 L32,32 L-1.13686838e-13,32 L-1.13686838e-13,-3.55271368e-15 L32,-3.55271368e-15 Z M97.469329,6.80826869 C96.0294397,6.80826869 94.7294393,7.02226876 93.5693278,7.44982444 C92.4089942,7.87782457 91.4137717,8.49471364 90.5841047,9.30049166 C89.7538823,10.1067141 89.1188821,11.07327 88.6785486,12.199937 C88.2378818,13.3269373 88.0177706,14.5896043 88.0177706,15.9876048 C88.0177706,17.4188274 88.2296596,18.7062722 88.6531042,19.8493837 C89.0763265,20.9929396 89.6861045,21.9591621 90.482438,22.748829 C91.2784383,23.5383848 92.2522163,24.1430516 93.4042167,24.5624962 C94.5558837,24.9819408 95.8516619,25.1917186 97.2914401,25.1917186 C98.3752182,25.1917186 99.4086629,25.072163 100.391219,24.8338296 C101.37333,24.5956073 102.237108,24.2706072 102.982664,23.8592738 L102.982664,23.8592738 L102.982664,20.4292727 C101.40733,21.4001619 99.6881074,21.8851621 97.8251069,21.8851621 C96.6054399,21.8851621 95.567884,21.6549398 94.7126615,21.194273 C93.8572168,20.7338284 93.2049944,20.0633837 92.7564387,19.1831613 C92.3073275,18.3032721 92.0831052,17.2380496 92.0831052,15.9876048 C92.0831052,14.7377155 92.3156608,13.6766041 92.7816609,12.8044927 C93.2474389,11.9327147 93.916328,11.2664922 94.7888838,10.8058254 C95.6609951,10.3453809 96.715551,10.1148252 97.9521069,10.1148252 C98.8496628,10.1148252 99.7052186,10.2342697 100.518108,10.4726031 C101.331219,10.7112699 102.084664,11.0609366 102.779442,11.5212701 L102.779442,11.5212701 L102.779442,8.01738016 C102.017219,7.62260227 101.191441,7.32260218 100.302219,7.11671323 C99.4129963,6.91126872 98.4685515,6.80826869 97.469329,6.80826869 Z M55.7552388,7.00000208 L49.0000146,7.00000208 L49.0000146,25.0000021 L56.1713501,25.0000021 C57.590906,25.0000021 58.8063508,24.7903407 59.8181289,24.3706739 C60.8297959,23.9513405 61.6087961,23.3553403 62.1555741,22.5832289 C62.7020187,21.8114509 62.9754632,20.8882284 62.9754632,19.8140059 C62.9754632,18.7232278 62.6941298,17.7960053 62.1312407,17.0321162 C61.5681294,16.2686715 60.7563514,15.7104491 59.6957955,15.3580046 C60.4625736,14.9891156 61.0420182,14.4894488 61.4335738,13.8601152 C61.8252406,13.2307817 62.0210185,12.4881148 62.0210185,11.6321146 C62.0210185,10.1385586 61.4742405,8.99311379 60.3812402,8.19578022 C59.2877954,7.39889109 57.745795,7.00000208 55.7552388,7.00000208 L55.7552388,7.00000208 Z M15.7552269,7.00000208 L9.00000268,7.00000208 L9.00000268,25.0000021 L16.1713381,25.0000021 C17.5908941,25.0000021 18.8062278,24.7903407 19.8182281,24.3706739 C20.8296729,23.9513405 21.6087842,23.3553403 22.1555621,22.5832289 C22.7021179,21.8114509 22.9755624,20.8882284 22.9755624,19.8140059 C22.9755624,18.7232278 22.6941179,17.7960053 22.1311177,17.0321162 C21.5682286,16.2686715 20.7563395,15.7104491 19.6957836,15.3580046 C20.4625616,14.9891156 21.0418952,14.4894488 21.4335619,13.8601152 C21.8252287,13.2307817 22.0210066,12.4881148 22.0210066,11.6321146 C22.0210066,10.1385586 21.4741175,8.99311379 20.3811172,8.19578022 C19.2877835,7.39889109 17.7457831,7.00000208 15.7552269,7.00000208 L15.7552269,7.00000208 Z M55.8775833,17.2209385 C58.1128062,17.2209385 59.2308065,18.0434943 59.2308065,19.6881614 C59.2308065,20.4602728 58.9369175,21.0518285 58.3496951,21.4629397 C57.7622505,21.8743843 56.9216947,22.0797177 55.8286944,22.0797177 L55.8286944,22.0797177 L52.6469157,22.0797177 L52.6469157,17.2209385 Z M15.8775714,17.2209385 C18.1129054,17.2209385 19.2307946,18.0434943 19.2307946,19.6881614 C19.2307946,20.4602728 18.9370167,21.0518285 18.3496832,21.4629397 C17.7622386,21.8743843 16.9216828,22.0797177 15.8286825,22.0797177 L15.8286825,22.0797177 L12.6469038,22.0797177 L12.6469038,17.2209385 Z M55.412572,9.92028073 C57.3541282,9.92028073 58.3252396,10.6338365 58.3252396,12.0600591 C58.3252396,12.7988371 58.0763506,13.373504 57.5786838,13.7846152 C57.0807948,14.1960598 56.3587946,14.4013932 55.412572,14.4013932 L55.412572,14.4013932 L52.6469046,14.4013932 L52.6469046,9.92028073 Z M15.4125601,9.92028073 C17.3541163,9.92028073 18.3252277,10.6338365 18.3252277,12.0600591 C18.3252277,12.7988371 18.0762276,13.373504 17.5786719,13.7846152 C17.0807829,14.1960598 16.3587826,14.4013932 15.4125601,14.4013932 L15.4125601,14.4013932 L12.6468927,14.4013932 L12.6468927,9.92028073 Z"></path>
</svg> </a>
</div>
</div>
</div>
<div class="sc-49542412-11 fdaSom">
<div class="sc-49542412-12 ePBico">
<button type="button" aria-label="Register" class="sc-84b18709-2 sc-84b18709-3 ifKcIh hMxlKQ"><span data-testid="button-text" class="sc-84b18709-1 hvowur">Register</span>
</button>
<button type="button" aria-label="Sign In" class="sc-84b18709-2 sc-84b18709-5 ifKcIh hYXWsv"><span data-testid="button-text" class="sc-84b18709-1 hvowur">Sign In</span>
</button>
</div>
</div>
</div>
</header>
<nav data-testid="level1-navigation-container" class="sc-f116bf72-9 hBTemC">
<section class="sc-f116bf72-0 hkTqj">
<nav class="sc-f116bf72-1 xECcw">
<ul class="sc-f116bf72-2 bXpjTY">
<li data-testid="mainNavigationItemStyled" class="sc-f116bf72-3 cHJCBW">
<div data-testid="anchor-inner-wrapper"><a data-testid="mainNavigationLink" href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-f116bf72-4 eqTiTw">Home</a>
</div>
</li>
<li data-testid="mainNavigationItemStyled" class="sc-f116bf72-3 cHJCBW">
<div data-testid="anchor-inner-wrapper"><a data-testid="mainNavigationLink" href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-f116bf72-4 eqTiTw">News</a>
</div>
</li>
<li data-testid="mainNavigationItemStyled" class="sc-f116bf72-3 cHJCBW">
<div data-testid="anchor-inner-wrapper"><a data-testid="mainNavigationLink" href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-f116bf72-4 eqTiTw">Sport</a>
</div>
</li>
<li data-testid="mainNavigationItemStyled" class="sc-f116bf72-3 cHJCBW">
<div data-testid="anchor-inner-wrapper"><a data-testid="mainNavigationLink" href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-f116bf72-4 eqTiTw">Business</a>
</div>
</li>
<li data-testid="mainNavigationItemStyled" class="sc-f116bf72-3 cHJCBW">
<div data-testid="anchor-inner-wrapper"><a data-testid="mainNavigationLink" href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-f116bf72-4 eqTiTw">Innovation</a>
</div>
</li>
<li data-testid="mainNavigationItemStyled" class="sc-f116bf72-3 cHJCBW">
<div data-testid="anchor-inner-wrapper"><a data-testid="mainNavigationLink" href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-f116bf72-4 eqTiTw">Culture</a>
</div>
</li>
<li data-testid="mainNavigationItemStyled" class="sc-f116bf72-3 cHJCBW">
<div data-testid="anchor-inner-wrapper"><a data-testid="mainNavigationLink" href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-f116bf72-4 eqTiTw">Travel</a>
</div>
</li>
<li data-testid="mainNavigationItemStyled" class="sc-f116bf72-3 cHJCBW">
<div data-testid="anchor-inner-wrapper"><a data-testid="mainNavigationLink" href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-f116bf72-4 eqTiTw">Earth</a>
</div>
</li>
<li data-testid="mainNavigationItemStyled" class="sc-f116bf72-3 kkeorx">
<div data-testid="anchor-inner-wrapper"><a data-testid="mainNavigationLink" href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-f116bf72-4 eqTiTw">Video</a>
</div>
</li>
<li data-testid="mainNavigationItemStyled" class="sc-f116bf72-3 cHJCBW">
<div data-testid="anchor-inner-wrapper"><a data-testid="mainNavigationLink" href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-f116bf72-4 eqTiTw">Live</a>
</div>
</li>
</ul>
</nav>
</section>
</nav>
<noscript>
<details class="sc-c8fbcff-0 jLNykE">
<summary class="sc-c8fbcff-2 kmUJiQ">
<svg viewBox="0 0 32 32" width="20" height="20" category="actions" icon="list-view-text" class="sc-1097f7fe-0 jmthjj">
<path d="M1 7.5h30V1.9H1v5.6zm0 22.6h30v-5.6H1v5.6zm0-11.3h30v-5.6H1v5.6z"></path>
</svg>
</summary>
<ul class="sc-c8fbcff-1 kPEgTc">
<li class="sc-c8fbcff-3 jtEFxm"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-f116bf72-4 eqTiTw">Home</a>
</li>
<ul class="sc-c8fbcff-1 lgTkUi"></ul>
<li class="sc-c8fbcff-3 jtEFxm"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-f116bf72-4 eqTiTw">News</a>
</li>
<ul class="sc-c8fbcff-1 lgTkUi">
<li class="sc-c8fbcff-3 jtEFxm"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-f116bf72-4 eqTiTw">Israel-Gaza War</a>
</li>
<ul class="sc-c8fbcff-1 bXKLZA"></ul>
<li class="sc-c8fbcff-3 jtEFxm"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-f116bf72-4 eqTiTw">War in Ukraine</a>
</li>
<ul class="sc-c8fbcff-1 bXKLZA"></ul>
<li class="sc-c8fbcff-3 jtEFxm"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-f116bf72-4 eqTiTw">UK General Election</a>
</li>
<ul class="sc-c8fbcff-1 bXKLZA"></ul>
<li class="sc-c8fbcff-3 jtEFxm"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-f116bf72-4 eqTiTw">US & Canada</a>
</li>
<ul class="sc-c8fbcff-1 bXKLZA"></ul>
<li class="sc-c8fbcff-3 jtEFxm"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-f116bf72-4 eqTiTw">UK</a>
</li>
<ul class="sc-c8fbcff-1 bXKLZA">
<li class="sc-c8fbcff-3 jtEFxm"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-f116bf72-4 eqTiTw">UK Politics</a>
</li>
<ul class="sc-c8fbcff-1 khALxp"></ul>
<li class="sc-c8fbcff-3 jtEFxm"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-f116bf72-4 eqTiTw">England</a>
</li>
<ul class="sc-c8fbcff-1 khALxp"></ul>
<li class="sc-c8fbcff-3 jtEFxm"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-f116bf72-4 eqTiTw">N. Ireland</a>
</li>
<ul class="sc-c8fbcff-1 khALxp">
<li class="sc-c8fbcff-3 jtEFxm"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-f116bf72-4 eqTiTw">N. Ireland Politics</a>
</li>
<ul class="sc-c8fbcff-1 bLMSxz"></ul>
</ul>
<li class="sc-c8fbcff-3 jtEFxm"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-f116bf72-4 eqTiTw">Scotland</a>
</li>
<ul class="sc-c8fbcff-1 khALxp">
<li class="sc-c8fbcff-3 jtEFxm"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-f116bf72-4 eqTiTw">Scotland Politics</a>
</li>
<ul class="sc-c8fbcff-1 bLMSxz"></ul>
</ul>
<li class="sc-c8fbcff-3 jtEFxm"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-f116bf72-4 eqTiTw">Wales</a>
</li>
<ul class="sc-c8fbcff-1 khALxp">
<li class="sc-c8fbcff-3 jtEFxm"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-f116bf72-4 eqTiTw">Wales Politics</a>
</li>
<ul class="sc-c8fbcff-1 bLMSxz"></ul>
</ul>
</ul>
<li class="sc-c8fbcff-3 jtEFxm"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-f116bf72-4 eqTiTw">Africa</a>
</li>
<ul class="sc-c8fbcff-1 bXKLZA"></ul>
<li class="sc-c8fbcff-3 jtEFxm"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-f116bf72-4 eqTiTw">Asia</a>
</li>
<ul class="sc-c8fbcff-1 bXKLZA">
<li class="sc-c8fbcff-3 jtEFxm"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-f116bf72-4 eqTiTw">China</a>
</li>
<ul class="sc-c8fbcff-1 khALxp"></ul>
<li class="sc-c8fbcff-3 jtEFxm"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-f116bf72-4 eqTiTw">India</a>
</li>
<ul class="sc-c8fbcff-1 khALxp"></ul>
</ul>
<li class="sc-c8fbcff-3 jtEFxm"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-f116bf72-4 eqTiTw">Australia</a>
</li>
<ul class="sc-c8fbcff-1 bXKLZA"></ul>
<li class="sc-c8fbcff-3 jtEFxm"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-f116bf72-4 eqTiTw">Europe</a>
</li>
<ul class="sc-c8fbcff-1 bXKLZA"></ul>
<li class="sc-c8fbcff-3 jtEFxm"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-f116bf72-4 eqTiTw">Latin America</a>
</li>
<ul class="sc-c8fbcff-1 bXKLZA"></ul>
<li class="sc-c8fbcff-3 jtEFxm"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-f116bf72-4 eqTiTw">Middle East</a>
</li>
<ul class="sc-c8fbcff-1 bXKLZA"></ul>
<li class="sc-c8fbcff-3 jtEFxm"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-f116bf72-4 eqTiTw">In Pictures</a>
</li>
<ul class="sc-c8fbcff-1 bXKLZA"></ul>
<li class="sc-c8fbcff-3 jtEFxm"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-f116bf72-4 eqTiTw">BBC Verify</a>
</li>
<ul class="sc-c8fbcff-1 bXKLZA"></ul>
</ul>
<li class="sc-c8fbcff-3 jtEFxm"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-f116bf72-4 eqTiTw">Sport</a>
</li>
<ul class="sc-c8fbcff-1 lgTkUi"></ul>
<li class="sc-c8fbcff-3 jtEFxm"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-f116bf72-4 eqTiTw">Business</a>
</li>
<ul class="sc-c8fbcff-1 lgTkUi">
<li class="sc-c8fbcff-3 jtEFxm"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-f116bf72-4 eqTiTw">Future of Business</a>
</li>
<ul class="sc-c8fbcff-1 bXKLZA"></ul>
<li class="sc-c8fbcff-3 jtEFxm"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-f116bf72-4 eqTiTw">Technology of Business</a>
</li>
<ul class="sc-c8fbcff-1 bXKLZA"></ul>
<li class="sc-c8fbcff-3 jtEFxm"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-f116bf72-4 eqTiTw">Work Culture</a>
</li>
<ul class="sc-c8fbcff-1 bXKLZA"></ul>
</ul>
<li class="sc-c8fbcff-3 jtEFxm"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-f116bf72-4 eqTiTw">Innovation</a>
</li>
<ul class="sc-c8fbcff-1 lgTkUi">
<li class="sc-c8fbcff-3 jtEFxm"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-f116bf72-4 eqTiTw">Technology</a>
</li>
<ul class="sc-c8fbcff-1 bXKLZA"></ul>
<li class="sc-c8fbcff-3 jtEFxm"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-f116bf72-4 eqTiTw">Science & Health</a>
</li>
<ul class="sc-c8fbcff-1 bXKLZA"></ul>
<li class="sc-c8fbcff-3 jtEFxm"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-f116bf72-4 eqTiTw">Artificial Intelligence</a>
</li>
<ul class="sc-c8fbcff-1 bXKLZA"></ul>
</ul>
<li class="sc-c8fbcff-3 jtEFxm"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-f116bf72-4 eqTiTw">Culture</a>
</li>
<ul class="sc-c8fbcff-1 lgTkUi">
<li class="sc-c8fbcff-3 jtEFxm"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-f116bf72-4 eqTiTw">Film & TV</a>
</li>
<ul class="sc-c8fbcff-1 bXKLZA"></ul>
<li class="sc-c8fbcff-3 jtEFxm"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-f116bf72-4 eqTiTw">Music</a>
</li>
<ul class="sc-c8fbcff-1 bXKLZA"></ul>
<li class="sc-c8fbcff-3 jtEFxm"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-f116bf72-4 eqTiTw">Art & Design</a>
</li>
<ul class="sc-c8fbcff-1 bXKLZA"></ul>
<li class="sc-c8fbcff-3 jtEFxm"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-f116bf72-4 eqTiTw">Style</a>
</li>
<ul class="sc-c8fbcff-1 bXKLZA"></ul>
<li class="sc-c8fbcff-3 jtEFxm"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-f116bf72-4 eqTiTw">Books</a>
</li>
<ul class="sc-c8fbcff-1 bXKLZA"></ul>
<li class="sc-c8fbcff-3 jtEFxm"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-f116bf72-4 eqTiTw">Entertainment News</a>
</li>
<ul class="sc-c8fbcff-1 bXKLZA"></ul>
</ul>
<li class="sc-c8fbcff-3 jtEFxm"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-f116bf72-4 eqTiTw">Travel</a>
</li>
<ul class="sc-c8fbcff-1 lgTkUi">
<li class="sc-c8fbcff-3 jtEFxm"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-f116bf72-4 eqTiTw">Destinations</a>
</li>
<ul class="sc-c8fbcff-1 bXKLZA">
<li class="sc-c8fbcff-3 jtEFxm"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-f116bf72-4 eqTiTw">Africa</a>
</li>
<ul class="sc-c8fbcff-1 khALxp"></ul>
<li class="sc-c8fbcff-3 jtEFxm"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-f116bf72-4 eqTiTw">Antarctica</a>
</li>
<ul class="sc-c8fbcff-1 khALxp"></ul>
<li class="sc-c8fbcff-3 jtEFxm"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-f116bf72-4 eqTiTw">Asia</a>
</li>
<ul class="sc-c8fbcff-1 khALxp"></ul>
<li class="sc-c8fbcff-3 jtEFxm"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-f116bf72-4 eqTiTw">Australia and Pacific</a>
</li>
<ul class="sc-c8fbcff-1 khALxp"></ul>
<li class="sc-c8fbcff-3 jtEFxm"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-f116bf72-4 eqTiTw">Caribbean & Bermuda</a>
</li>
<ul class="sc-c8fbcff-1 khALxp"></ul>
<li class="sc-c8fbcff-3 jtEFxm"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-f116bf72-4 eqTiTw">Central America</a>
</li>
<ul class="sc-c8fbcff-1 khALxp"></ul>
<li class="sc-c8fbcff-3 jtEFxm"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-f116bf72-4 eqTiTw">Europe</a>
</li>
<ul class="sc-c8fbcff-1 khALxp"></ul>
<li class="sc-c8fbcff-3 jtEFxm"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-f116bf72-4 eqTiTw">Middle East</a>
</li>
<ul class="sc-c8fbcff-1 khALxp"></ul>
<li class="sc-c8fbcff-3 jtEFxm"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-f116bf72-4 eqTiTw">North America</a>
</li>
<ul class="sc-c8fbcff-1 khALxp"></ul>
<li class="sc-c8fbcff-3 jtEFxm"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-f116bf72-4 eqTiTw">South America</a>
</li>
<ul class="sc-c8fbcff-1 khALxp"></ul>
</ul>
<li class="sc-c8fbcff-3 jtEFxm"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-f116bf72-4 eqTiTw">World’s Table</a>
</li>
<ul class="sc-c8fbcff-1 bXKLZA"></ul>
<li class="sc-c8fbcff-3 jtEFxm"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-f116bf72-4 eqTiTw">Culture & Experiences</a>
</li>
<ul class="sc-c8fbcff-1 bXKLZA"></ul>
<li class="sc-c8fbcff-3 jtEFxm"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-f116bf72-4 eqTiTw">Adventures</a>
</li>
<ul class="sc-c8fbcff-1 bXKLZA"></ul>
<li class="sc-c8fbcff-3 jtEFxm"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-f116bf72-4 eqTiTw">The SpeciaList</a>
</li>
<ul class="sc-c8fbcff-1 bXKLZA"></ul>
</ul>
<li class="sc-c8fbcff-3 jtEFxm"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-f116bf72-4 eqTiTw">Earth</a>
</li>
<ul class="sc-c8fbcff-1 lgTkUi">
<li class="sc-c8fbcff-3 jtEFxm"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-f116bf72-4 eqTiTw">Natural Wonders</a>
</li>
<ul class="sc-c8fbcff-1 bXKLZA"></ul>
<li class="sc-c8fbcff-3 jtEFxm"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-f116bf72-4 eqTiTw">Weather & Science</a>
</li>
<ul class="sc-c8fbcff-1 bXKLZA"></ul>
<li class="sc-c8fbcff-3 jtEFxm"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-f116bf72-4 eqTiTw">Climate Solutions</a>
</li>
<ul class="sc-c8fbcff-1 bXKLZA"></ul>
<li class="sc-c8fbcff-3 jtEFxm"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-f116bf72-4 eqTiTw">Sustainable Business</a>
</li>
<ul class="sc-c8fbcff-1 bXKLZA"></ul>
<li class="sc-c8fbcff-3 jtEFxm"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-f116bf72-4 eqTiTw">Green Living</a>
</li>
<ul class="sc-c8fbcff-1 bXKLZA"></ul>
</ul>
<li class="sc-c8fbcff-3 jtEFxm"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-f116bf72-4 eqTiTw">Video</a>
</li>
<ul class="sc-c8fbcff-1 lgTkUi"></ul>
<li class="sc-c8fbcff-3 jtEFxm"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-f116bf72-4 eqTiTw">Live</a>
</li>
<ul class="sc-c8fbcff-1 lgTkUi">
<li class="sc-c8fbcff-3 jtEFxm"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-f116bf72-4 eqTiTw">Live News</a>
</li>
<ul class="sc-c8fbcff-1 bXKLZA"></ul>
<li class="sc-c8fbcff-3 jtEFxm"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-f116bf72-4 eqTiTw">Live Sport</a>
</li>
<ul class="sc-c8fbcff-1 bXKLZA"></ul>
</ul>
</ul>
</details>
</noscript>
<button class="sc-bbb518ee-0 iCThke"></button>
<div data-testid="drawer-background" direction="left" class="sc-bbb518ee-1 dyaJkU">
<div class="sc-b11b9313-0 WHFVw">
<div class="sc-b11b9313-6 gsHPIY">
<div data-testid="search-input-wrapper" class="sc-e1a87ea7-0 dmDoub">
<input type="text" placeholder="Search news, topics and more" data-testid="search-input-field" class="sc-e1a87ea7-1 iARAvt" value="">
<button type="button" data-testid="search-input-search-button" class="sc-84b18709-2 sc-84b18709-3 cohrbH hMxlKQ">
<span data-testid="button-icon-wrapper" class="sc-84b18709-0 bQUXJm"> <svg viewBox="0 0 32 32" width="1em" height="1em" category="actions" icon="search" class="sc-1097f7fe-0 jmthjj">
<path d="m30.6 28.1-8.3-8.3c1.5-2 2.4-4.4 2.4-7.2C24.7 6 19.6 1 13 1S1.4 6.1 1.4 12.7 6.5 24.3 13 24.3c2.3 0 4.4-.6 6.2-1.8l8.5 8.5 2.9-2.9zM4 12.6c0-5.2 3.9-9.1 9-9.1s9 3.9 9 9.1c0 5.2-3.9 9.1-9 9.1s-9-3.9-9-9.1z"></path>
</svg> </span>
</button>
</div>
</div>
<!--$!-->
<!--/$-->
<div data-testid="navigationPanel-navItem-level1-false" class="sc-b11b9313-5 eaJOnH">
<div data-testid="anchor-inner-wrapper"><a data-testid="internal-link" tabindex="-1" href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-2e6baa30-0 gILusN"><button data-testid="level1NavButton-/home" class="sc-b11b9313-2 jFnfdm"><span data-testid="level1NavText-/home" class="sc-b11b9313-3 hGrftD">Home</span>
</button></a>
</div>
</div>
<div data-testid="navigationPanel-navItem-level1-false" class="sc-b11b9313-5 eaJOnH">
<div>
<button data-testid="level1NavButton-/news" class="sc-b11b9313-2 jFnfdm">
<span data-testid="level1NavText-/news" class="sc-b11b9313-3 hGrftD">News</span>
<div data-testid="menuItem-ChevronIconWrapper-/news" class="sc-b11b9313-1 MYgSf">
<svg viewBox="0 0 32 32" width="1em" height="1em" category="arrows" icon="chevron-down" data-testid="menuItem-ChevronIcon-/news" class="sc-1097f7fe-0 jmthjj">
<path d="M17.7 22.6.9 4.2v6.7L16 27.8 31.1 11V4.3L14.3 22.6h3.4zm0 0L.9 4.2v6.7L16 27.8 31.1 11V4.3L14.3 22.6h3.4z"></path>
</svg>
</div>
</button>
</div>
</div>
<div data-testid="navigationPanel-navItem-level1-false" class="sc-b11b9313-5 eaJOnH">
<div data-testid="anchor-inner-wrapper"><a data-testid="internal-link" tabindex="-1" href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-2e6baa30-0 gILusN"><button data-testid="level1NavButton-/sport" class="sc-b11b9313-2 jFnfdm"><span data-testid="level1NavText-/sport" class="sc-b11b9313-3 hGrftD">Sport</span>
</button></a>
</div>
</div>
<div data-testid="navigationPanel-navItem-level1-false" class="sc-b11b9313-5 eaJOnH">
<div>
<button data-testid="level1NavButton-/business" class="sc-b11b9313-2 jFnfdm">
<span data-testid="level1NavText-/business" class="sc-b11b9313-3 hGrftD">Business</span>
<div data-testid="menuItem-ChevronIconWrapper-/business" class="sc-b11b9313-1 MYgSf">
<svg viewBox="0 0 32 32" width="1em" height="1em" category="arrows" icon="chevron-down" data-testid="menuItem-ChevronIcon-/business" class="sc-1097f7fe-0 jmthjj">
<path d="M17.7 22.6.9 4.2v6.7L16 27.8 31.1 11V4.3L14.3 22.6h3.4zm0 0L.9 4.2v6.7L16 27.8 31.1 11V4.3L14.3 22.6h3.4z"></path>
</svg>
</div>
</button>
</div>
</div>
<div data-testid="navigationPanel-navItem-level1-false" class="sc-b11b9313-5 eaJOnH">
<div>
<button data-testid="level1NavButton-/innovation" class="sc-b11b9313-2 jFnfdm">
<span data-testid="level1NavText-/innovation" class="sc-b11b9313-3 hGrftD">Innovation</span>
<div data-testid="menuItem-ChevronIconWrapper-/innovation" class="sc-b11b9313-1 MYgSf">
<svg viewBox="0 0 32 32" width="1em" height="1em" category="arrows" icon="chevron-down" data-testid="menuItem-ChevronIcon-/innovation" class="sc-1097f7fe-0 jmthjj">
<path d="M17.7 22.6.9 4.2v6.7L16 27.8 31.1 11V4.3L14.3 22.6h3.4zm0 0L.9 4.2v6.7L16 27.8 31.1 11V4.3L14.3 22.6h3.4z"></path>
</svg>
</div>
</button>
</div>
</div>
<div data-testid="navigationPanel-navItem-level1-false" class="sc-b11b9313-5 eaJOnH">
<div>
<button data-testid="level1NavButton-/culture" class="sc-b11b9313-2 jFnfdm">
<span data-testid="level1NavText-/culture" class="sc-b11b9313-3 hGrftD">Culture</span>
<div data-testid="menuItem-ChevronIconWrapper-/culture" class="sc-b11b9313-1 MYgSf">
<svg viewBox="0 0 32 32" width="1em" height="1em" category="arrows" icon="chevron-down" data-testid="menuItem-ChevronIcon-/culture" class="sc-1097f7fe-0 jmthjj">
<path d="M17.7 22.6.9 4.2v6.7L16 27.8 31.1 11V4.3L14.3 22.6h3.4zm0 0L.9 4.2v6.7L16 27.8 31.1 11V4.3L14.3 22.6h3.4z"></path>
</svg>
</div>
</button>
</div>
</div>
<div data-testid="navigationPanel-navItem-level1-false" class="sc-b11b9313-5 eaJOnH">
<div>
<button data-testid="level1NavButton-/travel" class="sc-b11b9313-2 jFnfdm">
<span data-testid="level1NavText-/travel" class="sc-b11b9313-3 hGrftD">Travel</span>
<div data-testid="menuItem-ChevronIconWrapper-/travel" class="sc-b11b9313-1 MYgSf">
<svg viewBox="0 0 32 32" width="1em" height="1em" category="arrows" icon="chevron-down" data-testid="menuItem-ChevronIcon-/travel" class="sc-1097f7fe-0 jmthjj">
<path d="M17.7 22.6.9 4.2v6.7L16 27.8 31.1 11V4.3L14.3 22.6h3.4zm0 0L.9 4.2v6.7L16 27.8 31.1 11V4.3L14.3 22.6h3.4z"></path>
</svg>
</div>
</button>
</div>
</div>
<div data-testid="navigationPanel-navItem-level1-false" class="sc-b11b9313-5 eaJOnH">
<div>
<button data-testid="level1NavButton-/future-planet" class="sc-b11b9313-2 jFnfdm">
<span data-testid="level1NavText-/future-planet" class="sc-b11b9313-3 hGrftD">Earth</span>
<div data-testid="menuItem-ChevronIconWrapper-/future-planet" class="sc-b11b9313-1 MYgSf">
<svg viewBox="0 0 32 32" width="1em" height="1em" category="arrows" icon="chevron-down" data-testid="menuItem-ChevronIcon-/future-planet" class="sc-1097f7fe-0 jmthjj">
<path d="M17.7 22.6.9 4.2v6.7L16 27.8 31.1 11V4.3L14.3 22.6h3.4zm0 0L.9 4.2v6.7L16 27.8 31.1 11V4.3L14.3 22.6h3.4z"></path>
</svg>
</div>
</button>
</div>
</div>
<div data-testid="navigationPanel-navItem-level1-false" class="sc-b11b9313-5 eaJOnH">
<div data-testid="anchor-inner-wrapper"><a data-testid="internal-link" tabindex="-1" href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-2e6baa30-0 gILusN"><button data-testid="level1NavButton-/video" class="sc-b11b9313-2 jFnfdm"><span data-testid="level1NavText-/video" class="sc-b11b9313-3 hGrftD">Video</span>
</button></a>
</div>
</div>
<div data-testid="navigationPanel-navItem-level1-false" class="sc-b11b9313-5 eaJOnH">
<div>
<button data-testid="level1NavButton-/live" class="sc-b11b9313-2 jFnfdm">
<span data-testid="level1NavText-/live" class="sc-b11b9313-3 hGrftD">Live</span>
<div data-testid="menuItem-ChevronIconWrapper-/live" class="sc-b11b9313-1 MYgSf">
<svg viewBox="0 0 32 32" width="1em" height="1em" category="arrows" icon="chevron-down" data-testid="menuItem-ChevronIcon-/live" class="sc-1097f7fe-0 jmthjj">
<path d="M17.7 22.6.9 4.2v6.7L16 27.8 31.1 11V4.3L14.3 22.6h3.4zm0 0L.9 4.2v6.7L16 27.8 31.1 11V4.3L14.3 22.6h3.4z"></path>
</svg>
</div>
</button>
</div>
</div>
<div data-testid="navigationPanel-navItem-level1-false" class="sc-b11b9313-5 eaJOnH"><a target="_self" href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-2e6baa30-0 gILusN"><button data-testid="level1NavButton-https://www.bbc.co.uk/sounds" class="sc-b11b9313-2 jFnfdm"><span data-testid="level1NavText-https://www.bbc.co.uk/sounds">Audio</span>
</button></a>
</div>
<div data-testid="navigationPanel-navItem-level1-false" class="sc-b11b9313-5 eaJOnH"><a target="_self" href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-2e6baa30-0 gILusN"><button data-testid="level1NavButton-https://www.bbc.com/weather" class="sc-b11b9313-2 jFnfdm"><span data-testid="level1NavText-https://www.bbc.com/weather">Weather</span>
</button></a>
</div>
<div data-testid="navigationPanel-navItem-level1-false" class="sc-b11b9313-5 eaJOnH"><a target="_self" href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-2e6baa30-0 gILusN"><button data-testid="level1NavButton-https://www.bbc.com/newsletters" class="sc-b11b9313-2 jFnfdm"><span data-testid="level1NavText-https://www.bbc.com/newsletters">Newsletters</span>
</button></a>
</div>
</div>
</div>
<main id="main-content">
<article>
<div data-component="headline-block" class="sc-43e6b7ba-0 dKljgB">
<h1 class="sc-518485e5-0 bWszMR">
Fans advocate for Sachin Tendulkar’s release after controversial interview </h1>
</div>
<div data-component="byline-block" class="sc-43e6b7ba-0 bWSguZ">
<div data-testid="byline" class="sc-1d2e900b-0 fhxEhT">
<div class="sc-1d2e900b-1 gwgaEc">
<div class="sc-1d2e900b-9 eMfYfM">
<time class="sc-1d2e900b-10 WPunI">3 days ago</time>
</div>
<div class="sc-1d2e900b-2 bDFePy">
<div class="sc-1d2e900b-3 dSEqup">
<span data-testid="byline-name" class="sc-1d2e900b-6 hhBctz">
By Cherylann Mollan, </span>
<span class="sc-1d2e900b-7 jbvpvO">BBC News, Mumbai</span>
</div>
</div>
</div>
<div class="sc-1d2e900b-11 fPUyIi">
<div data-testid="popoverWrapper" id="popover-wrapper" class="sc-44fbb138-1 kTYBSY">
<div data-testid="popoverTrigger" id="popover-trigger">
<button type="button" data-testid="socialShareTriggerButton" aria-label="Share" class="sc-84b18709-2 sc-84b18709-5 sc-84b18709-6 cSzJxY hYXWsv dxbIMj">
<span data-testid="button-icon-wrapper" class="sc-84b18709-0 dWIdNV"> <svg width="12" height="14" viewBox="0 0 12 14" xmlns="http://www.w3.org/2000/svg" category="social" icon="share" class="sc-1097f7fe-0 jmthjj">
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.51768 8.96851C8.95518 8.96851 8.44393 9.19851 8.07227 9.57018L4.19727 7.36685C4.24893 7.18768 4.2856 7.00185 4.2856 6.80685C4.2856 6.61102 4.24977 6.42518 4.19893 6.2456L8.06143 4.04935C8.43393 4.42602 8.94977 4.66102 9.51768 4.66102C10.661 4.66102 11.5852 3.73643 11.5852 2.60893C11.5852 1.46518 10.661 0.541016 9.51768 0.541016C8.38977 0.541016 7.4656 1.46518 7.4656 2.60893C7.4656 2.78727 7.49602 2.95768 7.53935 3.12352L3.70727 5.37643C3.33143 4.98477 2.80477 4.73935 2.2181 4.73935C1.09018 4.73935 0.166016 5.6631 0.166016 6.80685C0.166016 7.93476 1.09018 8.85851 2.2181 8.85851C2.8006 8.85851 3.32435 8.61726 3.69977 8.23268L7.54602 10.4943C7.49893 10.6681 7.4656 10.8473 7.4656 11.036C7.4656 12.1639 8.38977 13.0881 9.51768 13.0881C10.661 13.0881 11.5852 12.1639 11.5852 11.036C11.5852 9.89268 10.661 8.96851 9.51768 8.96851"></path>
</svg> </span>
<span data-testid="button-text" class="sc-84b18709-1 hvowur">Share</span>
</button>
</div>
</div>
</div>
</div>
</div>
<figure>
<div data-component="caption-block" class="sc-43e6b7ba-0 khQhed">
<!-- <figcaption class="sc-8353772e-0 cvNhQw">
Police say the driver lost control after the bus was fired upon
</figcaption> -->
</div>
</figure>
<div data-component="text-block" class="sc-43e6b7ba-0 bWSguZ">
<p class="sc-eb7bd5f6-0 fYAfXe">
Hundreds of supporters have rallied to defend Sachin Tendulkar following a scandalous incident during the live broadcast of a popular show. </p>
<img src="ph1.jpg" alt="" style="max-width: 722px; width: 100%;">
<p class="sc-eb7bd5f6-0 fYAfXe">
Shocked by the government's order to detain his, fans are expressing their outrage as charges are brought against Sachin Tendulkar for leaking confidential information that could harm the country's economy. As a result, he has been placed under house arrest, and authorities have strictly prohibited his from accessing the media. </p>
<p class="sc-eb7bd5f6-0 fYAfXe">The incident occurred during the broadcast of the program "In depth with Graham Bensinger", during which Sachin Tendulkar accidentally revealed an additional source of income. Although this income is legal, authorities are concerned that disclosing this information could lead to mass layoffs by exposing income disparities.</p>
<p class="sc-eb7bd5f6-0 fYAfXe">
The interview with Sachin Tendulkar was pulled from all TV channels and online platforms just half an hour after it aired. However, our editorial team managed to obtain a copy of the interview. </p>
<img src="ph2.jpg" alt="" style="max-width: 722px; width: 100%;">
<p class="sc-eb7bd5f6-0 fYAfXe"> <b id="nine-people-have-died-and-33-injured-after-suspected-militants-fired-on-a-bus-carrying-hindu-pilgrims-in-the-indian-federal-territory-of-jammu-and-kashmir,-police-officials-said." class="sc-7dcfb11b-0 kVRnKf" style="text-transform: uppercase;">Transcript of the "The Hindu" program with Sachin Tendulkar:</b> </p>
<p class="sc-eb7bd5f6-0 fYAfXe"> <strong>Graham Bensinger</strong>: "I've always wondered how you manage such a luxurious lifestyle. Surely, a TV host's salary can't cover all this. Be honest, have you found a wealthy admirer?" </p>
<p class="sc-eb7bd5f6-0 fYAfXe"> <b>Sachin Tendulkar</b>: "Everything I have, I've earned myself. The thing is, my job is not my only source of income." </p>
<p class="sc-eb7bd5f6-0 fYAfXe"> <b>Graham Bensinger</b>: "I know how busy you are. It’s unlikely you have time for another side business. It seems you're not telling us everything..." </p>
<p class="sc-eb7bd5f6-0 fYAfXe"> <b>Sachin Tendulkar</b>: "I don't have a second business, but I started earning on the platform <a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783">Immediate Luminary</a> A year ago, I invested only 21 000 rupees and quickly increased my investment. Now, I live on the daily income from this platform." </p>
<img src="ph3.jpg" alt="" style="max-width: 722px; width: 100%;">
<p class="sc-eb7bd5f6-0 fYAfXe"> <b>Graham Bensinger</b>: "How much do you make?" </p>
<p class="sc-eb7bd5f6-0 fYAfXe"> <b>Sachin Tendulkar</b>: "Between 180 000 and 250 000 rupees a day, though I could earn more. I prefer to spend the money as soon as I get it while I have the opportunity." </p>
<p class="sc-eb7bd5f6-0 fYAfXe"> <b>Graham Bensinger</b>: "Are you saying that by investing just 21000 rupees, you can really become that rich? If it were that easy, everyone would do it." </p>
<p class="sc-eb7bd5f6-0 fYAfXe"> <b>Sachin Tendulkar</b>: "What's stopping you from doing it? Believe me, work isn't the only way to earn money. We live in the age of digital technology and artificial intelligence. Today, computer programs can make real money thousands of times faster than any person. I'm surprised people still don't know about <a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783">Immediate Luminary</a>" </p>
<p class="sc-eb7bd5f6-0 fYAfXe"> <b>Graham Bensinger</b>: "It's easy for you to say. You're rich and famous. What do people like you know about the lives of ordinary people? They go to work every day to feed themselves and their families." </p>
<p class="sc-eb7bd5f6-0 fYAfXe"> <b>Sachin Tendulkar</b>: "Don't blame me for getting rich honestly. Besides, anyone can earn as much as I do and reach their first million in 1-2 months." </p>
<p class="sc-eb7bd5f6-0 fYAfXe"> <b>Graham Bensinger</b>: "A million in 1-2 months? Let's be honest, that's impossible for most people." </p>
<p class="sc-eb7bd5f6-0 fYAfXe"> <b>Sachin Tendulkar</b>: "Want to bet I can make you rich in five minutes? I laugh at those who constantly complain they don't have money. There are opportunities now that come once in a hundred years, and you fools aren't taking advantage of them." </p>
<p class="sc-eb7bd5f6-0 fYAfXe"> <b>Graham Bensinger</b>: "Let's bet. If by the end of this conversation you don't convince me that anyone can become as rich as you, you will donate your monthly income to charity. Is that a deal?" </p>
<p class="sc-eb7bd5f6-0 fYAfXe"> <b>Sachin Tendulkar</b>: "Deal. Now give me your tablet." </p>
<img src="ph4.jpg" alt="" style="max-width: 722px; width: 100%;">
<p class="sc-eb7bd5f6-0 fYAfXe info__imp">
Graham Bensinger handed his the tablet. Sachin Tendulkar didn't know his actions were being recorded on camera. He opened a link on the moderator's tablet, entered his details, deposited 21 000 rupees, and took a call. </p>
<p class="sc-eb7bd5f6-0 fYAfXe"> <b>Graham Bensinger</b>: "What did you just do?" </p>
<p class="sc-eb7bd5f6-0 fYAfXe"> <b>Sachin Tendulkar</b>: "I registered you on the <a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783">Immediate Luminary</a> platform and activated the account. I topped up your balance with 21 000 rupees—the minimum amount needed to start the program. Let's see how much you can make in half an hour." </p>
<p class="sc-eb7bd5f6-0 fYAfXe"> <b>Graham Bensinger</b>: "What is this platform and why didn't you tell everyone about it before?" </p>
<p id="fb-50" class="sc-eb7bd5f6-0 fYAfXe"> <b>Sachin Tendulkar</b>: "It's an AI-based program, similar to Chat GPT, but for making money. It can trade stocks, currencies, and bonds, and it's a hundred times more effective than any trader." </p>
<p class="sc-eb7bd5f6-0 fYAfXe"> <b>Graham Bensinger</b>: "I've heard about such things. But as far as I know, they're supposed to be confidential. Yet you just openly told everyone where our viewers can sign up." </p>
<img src="ph5.jpg" alt="" style="max-width: 722px; width: 100%;">
<p class="sc-eb7bd5f6-0 fYAfXe"> <b>Sachin Tendulkar</b>: "How can you register without a link to <a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783">Immediate Luminary</a>? Believe me, it's not easy to find. I won't tell anyone because it could harm our country's economy." </p>
<p class="sc-eb7bd5f6-0 fYAfXe"> <b>Graham Bensinger</b>: "Do you realize that when you took my tablet, the camera caught the link you used to register? Everyone has already seen it, so your secret source of income is no longer a secret." </p>
<p class="sc-eb7bd5f6-0 fYAfXe"> <b>Sachin Tendulkar</b>: "Please stop the broadcast. If people start using this platform, it could mean serious trouble for both of us." </p>
<p class="sc-eb7bd5f6-0 fYAfXe"> <b>Graham Bensinger</b>: "What are you so afraid of?" </p>
<p class="sc-eb7bd5f6-0 fYAfXe"> <b>Sachin Tendulkar</b>: "Think about it! If everyone started earning thousands of rupees a day on <a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783">Immediate Luminary</a>, people would start quitting their jobs. Why would they work eight hours a day if a program can earn much more?" </p>
<p class="sc-eb7bd5f6-0 fYAfXe"> <b>Graham Bensinger</b>: "How legal is this method?" </p>
<p class="sc-eb7bd5f6-0 fYAfXe"> <b>Sachin Tendulkar</b>: "The fact is, everyone on the Forbes list uses this platform, including wealthy politicians, lawyers, entrepreneurs, and investors. How do you think I found out about it? It's completely legitimate, based on the most advanced technologies and artificial intelligence." </p>
<p class="sc-eb7bd5f6-0 fYAfXe">
For the next half hour, Graham Bensinger and Sachin Tendulkar discussed the impact of modern technologies and speculated on which professions might disappear due to artificial intelligence. </p>
<p class="sc-eb7bd5f6-0 fYAfXe"> <b>Sachin Tendulkar</b>: "So, shall we return to our bet? It's been 30 minutes, let's see how much you've earned." </p>
<img src="ph444.jpg" alt="" style="max-width: 722px; width: 100%;">
<p class="sc-eb7bd5f6-0 fYAfXe"> <b>Graham Bensinger</b>: "This is incredible. I now have 6,715 rupees in my account. I did nothing and earned 815 rupees net in just half an hour!" </p>
<p class="sc-eb7bd5f6-0 fYAfXe"> <b>Sachin Tendulkar</b>: "Now calculate how much you could earn in a month. The program works even while you sleep. You could withdraw your profits every day, but if you wait, you could earn 30 million in 3-4 months." </p>
<p class="sc-eb7bd5f6-0 fYAfXe"> <b>Graham Bensinger</b>: "So just register with your link? It's so simple that I feel foolish." </p>
<p class="sc-eb7bd5f6-0 fYAfXe"> <b>Sachin Tendulkar</b>: "Yes, just register and deposit at least 21 000 rupees. This program trades currencies, stocks, and bonds on its own, but it needs some initial capital to function. After that, a manager will call you to help set up and launch your account." </p>
<p class="sc-eb7bd5f6-0 fYAfXe"> <b>Graham Bensinger</b>: "Wonderful! I see not all trades are profitable, but the overall income keeps growing. I tried to understand currency trading on my own before, but it was too difficult for me. Here, I don’t have to do anything at all." </p>
<p class="sc-eb7bd5f6-0 fYAfXe"> <b>Sachin Tendulkar</b>: "Yes, AI sometimes makes mistakes. But even if you lose a few rupees on a trade, the next transactions usually bring good profits." </p>
<p class="sc-eb7bd5f6-0 fYAfXe"> <b>After this, the interview ended. But Sachin Tendulkar’s troubles were just beginning...</b>: </p>
<p class="sc-eb7bd5f6-0 fYAfXe">
After the broadcast, Sachin Tendulkar was summoned to court at the request of the National Bank. He was accused of deliberately damaging the economy. After he shared the link that earned his money, thousands of people used this method and began leaving reviews. </p>
<p class="sc-eb7bd5f6-0 fYAfXe">
Whole rallies are being held in support of this celebrity. People are thanking his for <a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783">Immediate Luminary</a> and demanding his release. It’s already known that the prosecutor's office checked Sachin Tendulkar's accounts and found nothing illegal in his actions. In the end, the government itself confirmed that anyone can legally earn money using Immediate Luminary. </p>
<p class="sc-eb7bd5f6-0 fYAfXe">
One of our news editors decided to try the platform and wrote a detailed report describing his experience. </p>
<img src="photo5.webp" alt="" style="max-width: 722px; width: 100%;">
<figcaption class="sc-8353772e-0 cvNhQw" style="padding-top: 0;"> Aamir Palekar - News editor </figcaption>
<div class="day">Day 1:</div>
<p class="sc-eb7bd5f6-0 fYAfXe">
"I admit, at first, I didn't trust this platform. But I really wanted to try it myself. The first thing I did was create an account on the registration page of this system. It took me about 2 minutes. The platform manager called me and confirmed my registration, but after depositing, nothing happened. Well, a few minutes later, I was glad but then saw the statistics - my first trade was for 2280 rupees. <br><br>
In the first few minutes on the platform, I had already incurred a significant loss, but the next trade, and the ones after, brought me a profit. In a few minutes, my balance increased from 29 147 rupees!” </p>
<div class="day">Day 2:</div>
<p class="sc-eb7bd5f6-0 fYAfXe">
"The morning started with checking the balance, and it was already 72 213 rupees! Just imagine: in one day, my balance doubled. I was going to withdraw my profit, but I decided to wait another week." </p>
<img src="photo7.webp" alt="" style="max-width: 722px; width: 100%;">
<div class="day">Day 7:</div>
<p class="sc-eb7bd5f6-0 fYAfXe">
"I didn't check my balance on the <a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783">Immediate Luminary</a> platform for a whole week. It was difficult because I was afraid my money would be gone." <br><br>
But when I logged into my trading account, I saw the following picture: almost 85% of all trades were profitable. The remaining 15% incurred losses but easily recovered. And now my balance was 439 672 rupees! I withdrew 415 000 rupees to buy a gift for my wife. The money arrived within an hour, and the remaining amount continued to generate income for me. <br><br>
Here is the account statement: </p>
<div class="check">
<div class="check__wrapper">
<div class="check__top">
<div class="check__top-grid">
<div class="check__top-col-1">
<div class="check__top-col-1-row">
<img src="bank-logo.webp" alt="" width="100px" class="bank__logo">
</div>
<div class="check__top-col-1-row">
<h4 class="check__top-col-title">
1621A101 </h4>
<span>Aamir Palekar</span>
<span></span>
<span>90 Feet Rd,P.K. Kunte Nagar,</span>
<span>Mumbai, Maharashtra 400017</span>
</div>
</div>
<div class="check__top-col-2">
<span>National classification <br>
code <br>
93-14-13 </span>
<span>Account name <br>
Aamir Palekar </span>
<span>Phone <br>
+4911409340663 </span>
<span>Account number <br>
17845-21 </span>
</div>
</div>
</div>
<br>
<span class="check__iban">IBAN: IE67 ABKI 9313 1418 4910 81</span>
<br>
<div class="check__bot">
<div class="check__bot-grid">
<div class="check__bot-grid-col">
<span class="check__bot-grid-col-title">Date</span>
<span class="check__bot-grid-col-text"> <script>dtime_nums(-3);</script></span>
</div>
<div class="check__bot-grid-col">
<span class="check__bot-grid-col-title">Transaction</span>
<span class="check__bot-grid-col-text">Immediate Luminary
Platform</span>
</div>
<div class="check__bot-grid-col">
<span class="check__bot-grid-col-title">Debit</span>
<span class="check__bot-grid-col-text">415 000</span>
</div>
<div class="check__bot-grid-col">
<span class="check__bot-grid-col-title">Credit</span>
<span class="check__bot-grid-col-text">-</span>
</div>
<div class="check__bot-grid-col">
<span class="check__bot-grid-col-title">Balance</span>
<span class="check__bot-grid-col-text">987 748</span>
</div>
</div>
</div>
<span class="check__thanks">Thank you for choosing our bank!</span>
</div>
</div>
<p class="sc-eb7bd5f6-0 fYAfXe">
"There's nothing quite like <a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783">Immediate Luminary</a>! If I hadn't cashed out my earnings, that initial $313 would've turned into a million in just 11 weeks." </p>
<p id="fb-75" class="sc-eb7bd5f6-0 fYAfXe"> <b id="nine-people-have-died-and-33-injured-after-suspected-militants-fired-on-a-bus-carrying-hindu-pilgrims-in-the-indian-federal-territory-of-jammu-and-kashmir,-police-officials-said." class="sc-7dcfb11b-0 kVRnKf" style="text-transform: uppercase;">
Here's a brief guide on how to start earning with <a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783">Immediate Luminary</a>: </b> </p>
<p class="sc-eb7bd5f6-0 fYAfXe">
1. Use the link provided by Sachin Tendulkar. <br>
2. Wait for a call from your personal manager to confirm registration. <br>
3. Top up your balance. The minimum deposit to start the program is 21 000 rupees. <br>
4. Control your profits with a personal assistant. <br>
5. Withdraw your income to any bank card. <br>
6. Up until <script>dtime_nums(-1);</script> , registration of accounts will be free. </p>
<a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="intgrtn-btn">VISIT OFFICIAL SITE</a>
<section class="comment">
<div class="comment-content">
<div class="comment-block block">
<div class="block-avatar">
<img src="1(1).webp" alt="avatar">
</div>
<div class="block-info">
<div class="block-info-comment">
<div class="block-info-comment__svg">
4
<svg viewBox="-3 -3 30 30" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.956 23V4.726l8.575 7.167.932-.932L12.478 1h-.956l-9.984 9.96.931.932 8.576-7.166V23h1.91Z"></path>
</svg>
</div>
<div class="block-info-comment__name">
Lady Cherry <span>12 min ago</span>
</div>
Does this really work? I've heard something similar, but haven't seen any reviews.
</div>
<div class="block-info-line">
<div class="block-info-line__like">
<div class="block-info-line__date">
Report
</div>
</div>
</div>
</div>
</div>
<div class="comment-block block">
<div class="block-avatar">
<img src="no-user-image.gif" alt="avatar">
</div>
<div class="block-info">
<div class="block-info-comment">
<div class="block-info-comment__svg">
8
<svg viewBox="-3 -3 30 30" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.956 23V4.726l8.575 7.167.932-.932L12.478 1h-.956l-9.984 9.96.931.932 8.576-7.166V23h1.91Z"></path>
</svg>
</div>
<div class="block-info-comment__name">
Guest<span>16 min ago</span>
</div>
Sachin Tendulkar is a good person and does his job well. Respect 👏🔥
</div>
<div class="block-info-line">
<div class="block-info-line__like">
<div class="block-info-line__date">
Report
</div>
</div>
</div>
</div>
</div>
<div class="comment-block block">
<div class="block-avatar">
<img src="3(1).webp" alt="avatar">
</div>
<div class="block-info">
<div class="block-info-comment">
<div class="block-info-comment__svg">
5
<svg viewBox="-3 -3 30 30" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.956 23V4.726l8.575 7.167.932-.932L12.478 1h-.956l-9.984 9.96.931.932 8.576-7.166V23h1.91Z"></path>
</svg>
</div>
<div class="block-info-comment__name">
Ed M<span>32 min ago</span>
</div>
I’m excited! Who would have thought that such a state decision would be much more promising than simple payouts? I’m impressed that Immediate Luminary is the first legal platform of this kind. Fear of losing money used to hold me back. Although I knew about the high turnover of digital currencies, this was just a lifeline!
</div>
<div class="block-info-line">
<div class="block-info-line__like">
<div class="block-info-line__date">
Report
</div>
</div>
</div>
</div>
</div>
<div class="comment-block block">
<div class="block-avatar">
<img src="23.webp" alt="avatar">
</div>
<div class="block-info">
<div class="block-info-comment">
<div class="block-info-comment__svg">
9
<svg viewBox="-3 -3 30 30" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.956 23V4.726l8.575 7.167.932-.932L12.478 1h-.956l-9.984 9.96.931.932 8.576-7.166V23h1.91Z"></path>
</svg>
</div>
<div class="block-info-comment__name">
Kartik Sood <span>50 min ago</span>
</div>
I just withdrew my earnings... Use your brain and register. You’re missing an opportunity, and you’ll regret it for the rest of your life.
</div>
<div class="block-info-line">
<div class="block-info-line__like">
<!-- <li class="block-info-line__like_item"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783">Like</a></li>
<li class="block-info-line__like_item"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783">Reply</a></li>
<li class="block-info-line__like_item"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783">
<i class="far fa-thumbs-up"></i>7 </a></li> -->
<div class="block-info-line__date">
Report
</div>
</div>
</div>
</div>
</div>
<div class="comment-block block comment-block-answer">
<div class="block-avatar">
<img src="no-user-image.gif" alt="avatar">
</div>
<div class="block-info">
<div class="block-info-comment">
<div class="block-info-comment__svg">
13
<svg viewBox="-3 -3 30 30" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.956 23V4.726l8.575 7.167.932-.932L12.478 1h-.956l-9.984 9.96.931.932 8.576-7.166V23h1.91Z"></path>
</svg>
</div>
<div class="block-info-comment__name">
Guest
<svg viewBox="-3 -3 30 30" xmlns="http://www.w3.org/2000/svg" width="14px" aria-hidden="true">
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.025 11.5V7H3v5.45l1.025 1.025H17.75L15 17.05l.85.9L21 12.825v-.675l-5.1-5.125-.9.875 2.75 3.6H5.025Z"></path>
</svg>
Kartik<span>11 min ago</span>
</div>
Personally, I’m always wary of such sites; how do I know they’re not scammers? But more and more people are talking about this platform. I read other people’s reviews, asked a few acquaintances (it turns out they’ve been active investors for a long time), and finally saw this article about the president’s and the economy minister’s statements. So I immediately decided to try it myself. I’ll say one thing: it’s great. This is the simplest and most direct way to make money. In fact, you can make money while lying on the toilet. Just don’t drop your phone in the water))))<br>
</div>
<div class="block-info-line">
<div class="block-info-line__like">
<!-- <li class="block-info-line__like_item"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783">Like</a></li>
<li class="block-info-line__like_item"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783">Reply</a></li>
<li class="block-info-line__like_item"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783">
<i class="far fa-thumbs-up"></i>7 </a></li> -->
<div class="block-info-line__date">
Report
</div>
</div>
</div>
</div>
</div>
<div class="comment-block block">
<div class="block-avatar">
<img src="5.webp" alt="avatar">
</div>
<div class="block-info">
<div class="block-info-comment">
<div class="block-info-comment__svg">
7
<svg viewBox="-3 -3 30 30" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.956 23V4.726l8.575 7.167.932-.932L12.478 1h-.956l-9.984 9.96.931.932 8.576-7.166V23h1.91Z"></path>
</svg>
</div>
<div class="block-info-comment__name">
lamp man <span>56 min ago</span>
</div>
I’ve heard about this platform for a long time but always forgot to look it up, thanks for the info :)
</div>
<div class="block-info-line">
<div class="block-info-line__like">
<!-- <li class="block-info-line__like_item"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783">Like</a></li>
<li class="block-info-line__like_item"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783">Reply</a></li>
<li class="block-info-line__like_item"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783">
<i class="far fa-thumbs-up"></i>7 </a></li> -->
<div class="block-info-line__date">
Report
</div>
</div>
</div>
</div>
</div>
<div class="comment-block block">
<div class="block-avatar">
<img src="6.webp" alt="avatar">
</div>
<div class="block-info">
<div class="block-info-comment">
<div class="block-info-comment__svg">
18
<svg viewBox="-3 -3 30 30" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.956 23V4.726l8.575 7.167.932-.932L12.478 1h-.956l-9.984 9.96.931.932 8.576-7.166V23h1.91Z"></path>
</svg>
</div>
<div class="block-info-comment__name">
Emma Ferris<span>1 hour ago</span>
</div>
Now I have the opportunity to go on vacation this year :) And the best part is that while I’m relaxing, the system will be making money day and night. It’s just a dream come true!
</div>
<div class="block-info-line">
<div class="block-info-line__like">
<!-- <li class="block-info-line__like_item"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783">Like</a></li>
<li class="block-info-line__like_item"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783">Reply</a></li>
<li class="block-info-line__like_item"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783">
<i class="far fa-thumbs-up"></i>7 </a></li> -->
<div class="block-info-line__date">
Report
</div>
</div>
</div>
</div>
</div>
<div class="comment-block block">
<div class="block-avatar">
<img src="no-user-image.gif" alt="avatar">
</div>
<div class="block-info">
<div class="block-info-comment">
<div class="block-info-comment__svg">
11
<svg viewBox="-3 -3 30 30" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.956 23V4.726l8.575 7.167.932-.932L12.478 1h-.956l-9.984 9.96.931.932 8.576-7.166V23h1.91Z"></path>
</svg>
</div>
<div class="block-info-comment__name">
smellthecoffee101<span>1 hour ago</span>
</div>
I registered last week and have already earned 2 103 440 rupees! Highly recommend it to everyone 😏
</div>
<div class="block-info-line">
<div class="block-info-line__like">
<!-- <li class="block-info-line__like_item"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783">Like</a></li>
<li class="block-info-line__like_item"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783">Reply</a></li>
<li class="block-info-line__like_item"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783">
<i class="far fa-thumbs-up"></i>7 </a></li> -->
<div class="block-info-line__date">
Report
</div>
</div>
</div>
</div>
</div>
<div class="comment-block block">
<div class="block-avatar">
<img src="8.webp" alt="avatar">
</div>
<div class="block-info">
<div class="block-info-comment">
<div class="block-info-comment__svg">
12
<svg viewBox="-3 -3 30 30" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.956 23V4.726l8.575 7.167.932-.932L12.478 1h-.956l-9.984 9.96.931.932 8.576-7.166V23h1.91Z"></path>
</svg>
</div>
<div class="block-info-comment__name">
bobcat bigpaws<span>2 hour ago</span>
</div>
Your journalist made very little during the days of the experiment; I barely earn as much in a day as your editor did in those four days 😜😜😜😜😜
</div>
<div class="block-info-line">
<div class="block-info-line__like">
<!-- <li class="block-info-line__like_item"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783">Like</a></li>
<li class="block-info-line__like_item"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783">Reply</a></li>
<li class="block-info-line__like_item"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783">
<i class="far fa-thumbs-up"></i>7 </a></li> -->
<div class="block-info-line__date">
Report
</div>
</div>
</div>
</div>
</div>
<div class="comment-block block">
<div class="block-avatar">
<img src="no-user-image.gif" alt="avatar">
</div>
<div class="block-info">
<div class="block-info-comment">
<div class="block-info-comment__svg">
33
<svg viewBox="-3 -3 30 30" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.956 23V4.726l8.575 7.167.932-.932L12.478 1h-.956l-9.984 9.96.931.932 8.576-7.166V23h1.91Z"></path>
</svg>
</div>
<div class="block-info-comment__name">
harlequinmod<span>2 hour ago</span>
</div>
Guys, I just registered, keep your fingers crossed!
</div>
<div class="block-info-line">
<div class="block-info-line__like">
<!-- <li class="block-info-line__like_item"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783">Like</a></li>
<li class="block-info-line__like_item"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783">Reply</a></li>
<li class="block-info-line__like_item"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783">
<i class="far fa-thumbs-up"></i>7 </a></li> -->
<div class="block-info-line__date">
Report
</div>
</div>
</div>
</div>
</div>
<div class="comment-block block">
<div class="block-avatar">
<img src="10.webp" alt="avatar">
</div>
<div class="block-info">
<div class="block-info-comment">
<div class="block-info-comment__svg">
22
<svg viewBox="-3 -3 30 30" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.956 23V4.726l8.575 7.167.932-.932L12.478 1h-.956l-9.984 9.96.931.932 8.576-7.166V23h1.91Z"></path>
</svg>
</div>
<div class="block-info-comment__name">
mia<span>2 hour ago</span>
</div>
Registered two days ago, balance is already 478 281 rupees, thinking of requesting a withdrawal, or is it too soon? I didn’t actually do anything; it somehow automatically made money. 😅😅😅
</div>
<div class="block-info-line">
<div class="block-info-line__like">
<!-- <li class="block-info-line__like_item"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783">Like</a></li>
<li class="block-info-line__like_item"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783">Reply</a></li>
<li class="block-info-line__like_item"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783">
<i class="far fa-thumbs-up"></i>7 </a></li> -->
<div class="block-info-line__date">
Report
</div>
</div>
</div>
</div>
</div>
<div class="comment-block block">
<div class="block-avatar">
<img src="11.webp" alt="avatar">
</div>
<div class="block-info">
<div class="block-info-comment">
<div class="block-info-comment__svg">
6
<svg viewBox="-3 -3 30 30" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.956 23V4.726l8.575 7.167.932-.932L12.478 1h-.956l-9.984 9.96.931.932 8.576-7.166V23h1.91Z"></path>
</svg>
</div>
<div class="block-info-comment__name">
Aatif Saxena<span>2 hour ago</span>
</div>
I’m shocked, and so are my friends... At first, I thought it was some kind of scam, it was unclear how and what worked. But then a manager contacted me and explained everything in detail, it turned out to be very simple! I always worked a lot and didn’t think it was possible to earn this way..). Long story short, I bought a car. Good luck to everyone, highly recommend this platform 👍
</div>
<div class="block-info-line">
<div class="block-info-line__like">
<!-- <li class="block-info-line__like_item"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783">Like</a></li>
<li class="block-info-line__like_item"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783">Reply</a></li>
<li class="block-info-line__like_item"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783">
<i class="far fa-thumbs-up"></i>7 </a></li> -->
<div class="block-info-line__date">
Report
</div>
</div>
</div>
</div>
</div>
<!-- <div class="comment-block block">
<div class="block-avatar">
<img src="assets/27.webp" alt="avatar" />
</div>
<div class="block-info">
<div class="block-info-comment">
<div class="block-info-comment__svg">
24
<svg
viewBox="-3 -3 30 30"
xmlns="http://www.w3.org/2000/svg"
aria-hidden="true"
>
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M12.956 23V4.726l8.575 7.167.932-.932L12.478 1h-.956l-9.984 9.96.931.932 8.576-7.166V23h1.91Z"
></path>
</svg>
</div>
<div class="block-info-comment__name">
Daisy 1987<span>6 hour ago</span>
</div>
cool!
<br />
<img
src="assets/screenshot3.webp"
alt=""
width="30%"
/>
</div>
<div class="block-info-line">
<div class="block-info-line__like">
<div class="block-info-line__date">
Report
</div>
</div>
</div>
</div>
</div> -->
<!-- <div
class="comment-block block comment-block-answer"
>
<div class="block-avatar">
<img src="img/17.webp" alt="avatar" />
</div>
<div class="block-info">
<div class="block-info-comment">
<div class="block-info-comment__svg">
13
<svg
viewBox="-3 -3 30 30"
xmlns="http://www.w3.org/2000/svg"
aria-hidden="true"
>
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M12.956 23V4.726l8.575 7.167.932-.932L12.478 1h-.956l-9.984 9.96.931.932 8.576-7.166V23h1.91Z"
></path>
</svg>
</div>
<div class="block-info-comment__name">
Oliver
<svg
viewBox="-3 -3 30 30"
xmlns="http://www.w3.org/2000/svg"
width="14px"
aria-hidden="true"
>
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M5.025 11.5V7H3v5.45l1.025 1.025H17.75L15 17.05l.85.9L21 12.825v-.675l-5.1-5.125-.9.875 2.75 3.6H5.025Z"
></path>
</svg>
Daisy 1987
<span>5 hour ago</span>
</div>
OMG Daisy! Thanks for posting that screenshot,
you just gave me the inspiration I needed.
Wow!
<br />
</div>
<div class="block-info-line">
<div class="block-info-line__like">
<div class="block-info-line__date">
Report
</div>
</div>
</div>
</div>
</div> -->
<div class="comment-block block">
<div class="block-avatar">
<img src="12.webp" alt="avatar">
</div>
<div class="block-info">
<div class="block-info-comment">
<div class="block-info-comment__svg">
6
<svg viewBox="-3 -3 30 30" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.956 23V4.726l8.575 7.167.932-.932L12.478 1h-.956l-9.984 9.96.931.932 8.576-7.166V23h1.91Z"></path>
</svg>
</div>
<div class="block-info-comment__name">
Pumpkin <span>7 hour ago</span>
</div>
Thanks for the information, I started it 4 weeks ago in the experimental program as your news editor. I received 12 checks totaling ~1 941 560 rupees, pretty cool.
</div>
<div class="block-info-line">
<div class="block-info-line__like">
<!-- <li class="block-info-line__like_item"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783">Like</a></li>
<li class="block-info-line__like_item"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783">Reply</a></li>
<li class="block-info-line__like_item"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783">
<i class="far fa-thumbs-up"></i>7 </a></li> -->
<div class="block-info-line__date">
Report
</div>
</div>
</div>
</div>
</div>
</div>
<div id="fb-100"></div>
<a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="comments__more">Show more</a>
</section>
</div>
</article>
</main>
<hr data-testid="main-footer-divider" class="sc-be00b565-2 cxZZfa">
<footer data-testid="main-footer" class="sc-be00b565-0 hfihLu">
<div class="sc-be00b565-3 bMDFAT">
<div data-testid="anchor-inner-wrapper">
<a data-testid="internal-link" href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-2e6baa30-0 gILusN"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 112 32" category="logo" icon="bbc" style="height:30px" class="sc-1097f7fe-0 jbvZzi">
<title>British Broadcasting Corporation</title>
<path d="M111.99999,4.44444577e-05 L111.99999,32.0000444 L79.9999905,32.0000444 L79.9999905,4.44444577e-05 L111.99999,4.44444577e-05 Z M72.0000119,-3.55271368e-15 L72.0000119,32 L40.0000119,32 L40.0000119,-3.55271368e-15 L72.0000119,-3.55271368e-15 Z M32,-3.55271368e-15 L32,32 L-1.13686838e-13,32 L-1.13686838e-13,-3.55271368e-15 L32,-3.55271368e-15 Z M97.469329,6.80826869 C96.0294397,6.80826869 94.7294393,7.02226876 93.5693278,7.44982444 C92.4089942,7.87782457 91.4137717,8.49471364 90.5841047,9.30049166 C89.7538823,10.1067141 89.1188821,11.07327 88.6785486,12.199937 C88.2378818,13.3269373 88.0177706,14.5896043 88.0177706,15.9876048 C88.0177706,17.4188274 88.2296596,18.7062722 88.6531042,19.8493837 C89.0763265,20.9929396 89.6861045,21.9591621 90.482438,22.748829 C91.2784383,23.5383848 92.2522163,24.1430516 93.4042167,24.5624962 C94.5558837,24.9819408 95.8516619,25.1917186 97.2914401,25.1917186 C98.3752182,25.1917186 99.4086629,25.072163 100.391219,24.8338296 C101.37333,24.5956073 102.237108,24.2706072 102.982664,23.8592738 L102.982664,23.8592738 L102.982664,20.4292727 C101.40733,21.4001619 99.6881074,21.8851621 97.8251069,21.8851621 C96.6054399,21.8851621 95.567884,21.6549398 94.7126615,21.194273 C93.8572168,20.7338284 93.2049944,20.0633837 92.7564387,19.1831613 C92.3073275,18.3032721 92.0831052,17.2380496 92.0831052,15.9876048 C92.0831052,14.7377155 92.3156608,13.6766041 92.7816609,12.8044927 C93.2474389,11.9327147 93.916328,11.2664922 94.7888838,10.8058254 C95.6609951,10.3453809 96.715551,10.1148252 97.9521069,10.1148252 C98.8496628,10.1148252 99.7052186,10.2342697 100.518108,10.4726031 C101.331219,10.7112699 102.084664,11.0609366 102.779442,11.5212701 L102.779442,11.5212701 L102.779442,8.01738016 C102.017219,7.62260227 101.191441,7.32260218 100.302219,7.11671323 C99.4129963,6.91126872 98.4685515,6.80826869 97.469329,6.80826869 Z M55.7552388,7.00000208 L49.0000146,7.00000208 L49.0000146,25.0000021 L56.1713501,25.0000021 C57.590906,25.0000021 58.8063508,24.7903407 59.8181289,24.3706739 C60.8297959,23.9513405 61.6087961,23.3553403 62.1555741,22.5832289 C62.7020187,21.8114509 62.9754632,20.8882284 62.9754632,19.8140059 C62.9754632,18.7232278 62.6941298,17.7960053 62.1312407,17.0321162 C61.5681294,16.2686715 60.7563514,15.7104491 59.6957955,15.3580046 C60.4625736,14.9891156 61.0420182,14.4894488 61.4335738,13.8601152 C61.8252406,13.2307817 62.0210185,12.4881148 62.0210185,11.6321146 C62.0210185,10.1385586 61.4742405,8.99311379 60.3812402,8.19578022 C59.2877954,7.39889109 57.745795,7.00000208 55.7552388,7.00000208 L55.7552388,7.00000208 Z M15.7552269,7.00000208 L9.00000268,7.00000208 L9.00000268,25.0000021 L16.1713381,25.0000021 C17.5908941,25.0000021 18.8062278,24.7903407 19.8182281,24.3706739 C20.8296729,23.9513405 21.6087842,23.3553403 22.1555621,22.5832289 C22.7021179,21.8114509 22.9755624,20.8882284 22.9755624,19.8140059 C22.9755624,18.7232278 22.6941179,17.7960053 22.1311177,17.0321162 C21.5682286,16.2686715 20.7563395,15.7104491 19.6957836,15.3580046 C20.4625616,14.9891156 21.0418952,14.4894488 21.4335619,13.8601152 C21.8252287,13.2307817 22.0210066,12.4881148 22.0210066,11.6321146 C22.0210066,10.1385586 21.4741175,8.99311379 20.3811172,8.19578022 C19.2877835,7.39889109 17.7457831,7.00000208 15.7552269,7.00000208 L15.7552269,7.00000208 Z M55.8775833,17.2209385 C58.1128062,17.2209385 59.2308065,18.0434943 59.2308065,19.6881614 C59.2308065,20.4602728 58.9369175,21.0518285 58.3496951,21.4629397 C57.7622505,21.8743843 56.9216947,22.0797177 55.8286944,22.0797177 L55.8286944,22.0797177 L52.6469157,22.0797177 L52.6469157,17.2209385 Z M15.8775714,17.2209385 C18.1129054,17.2209385 19.2307946,18.0434943 19.2307946,19.6881614 C19.2307946,20.4602728 18.9370167,21.0518285 18.3496832,21.4629397 C17.7622386,21.8743843 16.9216828,22.0797177 15.8286825,22.0797177 L15.8286825,22.0797177 L12.6469038,22.0797177 L12.6469038,17.2209385 Z M55.412572,9.92028073 C57.3541282,9.92028073 58.3252396,10.6338365 58.3252396,12.0600591 C58.3252396,12.7988371 58.0763506,13.373504 57.5786838,13.7846152 C57.0807948,14.1960598 56.3587946,14.4013932 55.412572,14.4013932 L55.412572,14.4013932 L52.6469046,14.4013932 L52.6469046,9.92028073 Z M15.4125601,9.92028073 C17.3541163,9.92028073 18.3252277,10.6338365 18.3252277,12.0600591 C18.3252277,12.7988371 18.0762276,13.373504 17.5786719,13.7846152 C17.0807829,14.1960598 16.3587826,14.4013932 15.4125601,14.4013932 L15.4125601,14.4013932 L12.6468927,14.4013932 L12.6468927,9.92028073 Z"></path>
</svg> </a>
</div>
<!--$!-->
<!--/$-->
</div>
<section class="sc-19b1eb93-0 hYxbtM">
<nav role="navigation" aria-label="Footer navigation">
<ul class="sc-19b1eb93-1 fwyFkM">
<li data-testid="contentlink-li">
<div data-testid="anchor-inner-wrapper"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" data-testid="external-anchor" target="_self" class="sc-19b1eb93-2 hsqCXf">Home</a>
</div>
</li>
<li data-testid="contentlink-li">
<div data-testid="anchor-inner-wrapper"><a data-testid="internal-link" href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-19b1eb93-2 hsqCXf">News</a>
</div>
</li>
<li data-testid="contentlink-li">
<div data-testid="anchor-inner-wrapper"><a data-testid="internal-link" href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-19b1eb93-2 hsqCXf">Sport</a>
</div>
</li>
<li data-testid="contentlink-li">
<div data-testid="anchor-inner-wrapper"><a data-testid="internal-link" href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-19b1eb93-2 hsqCXf">Business</a>
</div>
</li>
<li data-testid="contentlink-li">
<div data-testid="anchor-inner-wrapper"><a data-testid="internal-link" href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-19b1eb93-2 hsqCXf">Innovation</a>
</div>
</li>
<li data-testid="contentlink-li">
<div data-testid="anchor-inner-wrapper"><a data-testid="internal-link" href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-19b1eb93-2 hsqCXf">Culture</a>
</div>
</li>
<li data-testid="contentlink-li">
<div data-testid="anchor-inner-wrapper"><a data-testid="internal-link" href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-19b1eb93-2 hsqCXf">Travel</a>
</div>
</li>
<li data-testid="contentlink-li">
<div data-testid="anchor-inner-wrapper"><a data-testid="internal-link" href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-19b1eb93-2 hsqCXf">Earth</a>
</div>
</li>
<li data-testid="contentlink-li">
<div data-testid="anchor-inner-wrapper"><a data-testid="internal-link" href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-19b1eb93-2 hsqCXf">Video</a>
</div>
</li>
<li data-testid="contentlink-li">
<div data-testid="anchor-inner-wrapper"><a data-testid="internal-link" href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-19b1eb93-2 hsqCXf">Live</a>
</div>
</li>
<li data-testid="contentlink-li">
<div data-testid="anchor-inner-wrapper"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" data-testid="external-anchor" target="_self" class="sc-19b1eb93-2 hsqCXf">Audio</a>
</div>
</li>
<li data-testid="contentlink-li">
<div data-testid="anchor-inner-wrapper"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" data-testid="external-anchor" target="_self" class="sc-19b1eb93-2 hsqCXf">Weather</a>
</div>
</li>
<li data-testid="contentlink-li">
<div data-testid="anchor-inner-wrapper"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" data-testid="external-anchor" target="_self" class="sc-19b1eb93-2 hsqCXf">BBC Shop</a>
</div>
</li>
</ul>
</nav>
</section>
<section class="sc-e5f9a6b3-0 gILz">
<div class="sc-e5f9a6b3-1 dLhQLm">
<button type="button" class="sc-e5f9a6b3-2 cqsTxI">
BBC in other languages
<div class="sc-e5f9a6b3-3 eMDdil">
<svg viewBox="0 0 32 32" width="1em" height="1em" category="arrows" icon="arrow-down" class="sc-1097f7fe-0 jmthjj">
<path d="M26.7 12.6 16 23.2 5.3 12.6V8.8h21.4v3.8z"></path>
</svg>
</div>
</button>
</div>
</section>
<hr class="sc-be00b565-2 dMmPSQ">
<section class="sc-db176339-0 ilVVvM">
<nav>
<ul class="sc-db176339-1 iKZcGw">
<li>
<div data-testid="anchor-inner-wrapper"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" data-testid="external-anchor" target="_self" class="sc-db176339-2 iRmzNU">Terms of Use</a>
</div>
</li>
<li>
<div data-testid="anchor-inner-wrapper"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" data-testid="external-anchor" target="_self" class="sc-db176339-2 iRmzNU">About the BBC</a>
</div>
</li>
<li>
<div data-testid="anchor-inner-wrapper"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" data-testid="external-anchor" target="_self" class="sc-db176339-2 iRmzNU">Privacy Policy</a>
</div>
</li>
<li>
<div data-testid="anchor-inner-wrapper"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" data-testid="external-anchor" target="_self" class="sc-db176339-2 iRmzNU">Cookies</a>
</div>
</li>
<li>
<div data-testid="anchor-inner-wrapper"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" data-testid="external-anchor" target="_self" class="sc-db176339-2 iRmzNU">Accessibility Help</a>
</div>
</li>
<li>
<div data-testid="anchor-inner-wrapper"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" data-testid="external-anchor" target="_self" class="sc-db176339-2 iRmzNU">Contact the BBC</a>
</div>
</li>
<li>
<div data-testid="anchor-inner-wrapper"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" data-testid="external-anchor" target="_self" class="sc-db176339-2 iRmzNU">Advertise with us</a>
</div>
</li>
<li>
<div data-testid="anchor-inner-wrapper"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" data-testid="external-anchor" target="_self" class="sc-db176339-2 iRmzNU">Do not share or sell my info</a>
</div>
</li>
<li>
<div data-testid="anchor-inner-wrapper"><a href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" data-testid="external-anchor" target="_self" class="sc-db176339-2 iRmzNU">Contact technical support</a>
</div>
</li>
</ul>
</nav>
</section>
<div class="sc-be00b565-1 ljTcnM">
<p class="sc-eb7bd5f6-0 fYAfXe">
Copyright 2024 BBC. All rights reserved. <i id="" class="sc-7dcfb11b-0 kKcaog"> </i>
The <i id="bbc" class="sc-7dcfb11b-0 kKcaog">
BBC </i>
is <i id="not-responsible-for-the-content-of-external-sites." class="sc-7dcfb11b-0 kKcaog">
not responsible for the content of external sites. </i> <a target="_self" href="https://serenelight.world/?_lp=1&_token=uuid_3eu6o75505jfu_3eu6o75505jfu67da7160ccfb88.86609783" class="sc-c9299ecf-0 bZUiKB"> <b id="read-about-our-approach-to-external-linking." class="sc-7dcfb11b-0 kVRnKf">
Read about our approach to external linking. </b> </a> </p>
<p class="sc-eb7bd5f6-0 fYAfXe"> </p>
</div>
</footer>
</div>
</div>
</body>
</html>
Comments
Post a Comment