CINXE.COM
Formula 1 | Contra.gr
<!DOCTYPE html> <html lang="el"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1"> <link rel="apple-touch-icon" sizes="180x180" href="/apple-icon-180x180.png?v1"> <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png?v1"> <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png?v1"> <link rel="manifest" href="/manifest.json"> <meta name="apple-mobile-web-app-title" content="Contra.gr"> <meta name="application-name" content="Contra.gr"> <meta name="msapplication-TileColor" content="#002040"> <meta name="msapplication-TileImage" content="/mstile-150x150.png?v1"> <meta name="theme-color" content="#002040"> <link rel="preload" as="font" type="font/woff2" href="https://www.contra.gr/resources/bac2980/fonts/heading-pro-regular.woff2" crossorigin> <link rel="preload" as="font" type="font/woff2" href="https://www.contra.gr/resources/bac2980/fonts/roboto-condensed-regular.woff2" crossorigin> <script> window.targettingValues = {}; window.targettingValues['path'] = "https://www.contra.gr/formula1"; window.targettingValues['article'] = ""; window.targettingValues['keywords'] = ["formula1"]; window.targettingValues['category'] = []; window.targettingValues['type'] = "tag"; window.targettingValues['isApp'] = ""; window.targettingValues['isAmp'] = "false"; window.targettingValues['isMobile'] = "false"; </script> <!-- temp Google TCF fix --> <script type="text/javascript"> (function(){ var reconsent = window.localStorage.getItem('tcf_24m_reconsent'); if (!reconsent) { document.cookie = 'euconsent-v2=; expires=Thu, 01 Jan 1970 00:00:00 GMT; path=/; domain=.' + window.location.hostname; document.cookie = 'euconsent=; expires=Thu, 01 Jan 1970 00:00:00 GMT; path=/; domain=.' + window.location.hostname; window.localStorage.setItem('tcf_24m_reconsent', 'enforced'); } })(); </script> <!-- InMobi Choice. Consent Manager Tag v3.0 (for TCF 2.2) --> <script type="text/javascript" async=true> (function() { var host = window.location.hostname; var element = document.createElement('script'); var firstScript = document.getElementsByTagName('script')[0]; var url = 'https://cmp.inmobi.com' .concat('/choice/', 'ELvyd96EHn3ND', '/', host, '/choice.js?tag_version=V3'); var uspTries = 0; var uspTriesLimit = 3; element.async = true; element.type = 'text/javascript'; element.src = url; firstScript.parentNode.insertBefore(element, firstScript); function makeStub() { var TCF_LOCATOR_NAME = '__tcfapiLocator'; var queue = []; var win = window; var cmpFrame; function addFrame() { var doc = win.document; var otherCMP = !!(win.frames[TCF_LOCATOR_NAME]); if (!otherCMP) { if (doc.body) { var iframe = doc.createElement('iframe'); iframe.style.cssText = 'display:none'; iframe.name = TCF_LOCATOR_NAME; doc.body.appendChild(iframe); } else { setTimeout(addFrame, 5); } } return !otherCMP; } function tcfAPIHandler() { var gdprApplies; var args = arguments; if (!args.length) { return queue; } else if (args[0] === 'setGdprApplies') { if ( args.length > 3 && args[2] === 2 && typeof args[3] === 'boolean' ) { gdprApplies = args[3]; if (typeof args[2] === 'function') { args[2]('set', true); } } } else if (args[0] === 'ping') { var retr = { gdprApplies: gdprApplies, cmpLoaded: false, cmpStatus: 'stub' }; if (typeof args[2] === 'function') { args[2](retr); } } else { if(args[0] === 'init' && typeof args[3] === 'object') { args[3] = Object.assign(args[3], { tag_version: 'V3' }); } queue.push(args); } } function postMessageEventHandler(event) { var msgIsString = typeof event.data === 'string'; var json = {}; try { if (msgIsString) { json = JSON.parse(event.data); } else { json = event.data; } } catch (ignore) {} var payload = json.__tcfapiCall; if (payload) { window.__tcfapi( payload.command, payload.version, function(retValue, success) { var returnMsg = { __tcfapiReturn: { returnValue: retValue, success: success, callId: payload.callId } }; if (msgIsString) { returnMsg = JSON.stringify(returnMsg); } if (event && event.source && event.source.postMessage) { event.source.postMessage(returnMsg, '*'); } }, payload.parameter ); } } while (win) { try { if (win.frames[TCF_LOCATOR_NAME]) { cmpFrame = win; break; } } catch (ignore) {} if (win === window.top) { break; } win = win.parent; } if (!cmpFrame) { addFrame(); win.__tcfapi = tcfAPIHandler; win.addEventListener('message', postMessageEventHandler, false); } }; makeStub(); var uspStubFunction = function() { var arg = arguments; if (typeof window.__uspapi !== uspStubFunction) { setTimeout(function() { if (typeof window.__uspapi !== 'undefined') { window.__uspapi.apply(window.__uspapi, arg); } }, 500); } }; var checkIfUspIsReady = function() { uspTries++; if (window.__uspapi === uspStubFunction && uspTries < uspTriesLimit) { console.warn('USP is not accessible'); } else { clearInterval(uspInterval); } }; if (typeof window.__uspapi === 'undefined') { window.__uspapi = uspStubFunction; var uspInterval = setInterval(checkIfUspIsReady, 6000); } })(); </script> <!-- End InMobi Choice. Consent Manager Tag v3.0 (for TCF 2.2) --><script type="text/javascript"> (function (window) { window.__tcfapi('addEventListener', 2, function (tcData, success) { if (success) { var purpose1 = tcData.purpose.consents[1]; var purpose3 = tcData.purpose.consents[3]; var purpose4 = tcData.purpose.consents[4]; var storedPpid = localStorage.__PPID; if(!purpose1 && !purpose3 && !purpose4 && !storedPpid) return; if(purpose1 && purpose3 && purpose4 && !storedPpid){ //console.log('__tcfapi create store sent') var newPppid = ppidGenerator(); storePpidToLocalStorage(newPppid); sentPpidAddRequest(newPppid); } if ((!purpose1 || !purpose3 || !purpose4) && storedPpid){ //console.log('__tcfapi remove') sentPpidRemoveRequest(storedPpid); } } }); function ppidGenerator() { var ppid = self.crypto.randomUUID(); return ppid; } function storePpidToLocalStorage(ppid) { if (localStorage.__PPID) return; localStorage.setItem("__PPID", ppid); //console.log("storePpidToLocalStorage value : " + ppid); } function removePpidFromLocalStorage() { localStorage.removeItem('__PPID'); } function sentPpidRemoveRequest(ppid) { var xhr = new XMLHttpRequest(); //xhr.withCredentials = true; var deletionPpidUrl = "https://securepubads.g.doubleclick.net/user_data_deletion?ppid=" + ppid + "&iu=4834629"; //console.log("Deletion url : " + deletionPpidUrl); xhr.open("GET", deletionPpidUrl); xhr.onload = function () { if (xhr.status === 200) { //console.log('sentPpidRemoveRequest successful'); removePpidFromLocalStorage() } else { //console.error('sentPpidRemoveRequest failed'); } }; xhr.send(); } function sentPpidAddRequest(ppid) { window.googletag = window.googletag || {}; window.googletag.cmd = window.googletag.cmd || []; window.googletag.cmd.push(function () { if (localStorage.__PPID) { //console.log('sentPpidAddRequest') window.googletag.pubads().setPublisherProvidedId(ppid); } }); } })(window); </script><!-- Google Tag Manager | Head --> <script>(function (w, d, s, l, i) { w[l] = w[l] || []; w[l].push({ 'gtm.start': new Date().getTime(), event: 'gtm.js' }); var f = d.getElementsByTagName(s)[0], j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src = '//www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f); })(window, document, 'script', 'dataLayer', 'GTM-M2TSRV'); </script> <!-- End Google Tag Manager | Head --><script> (function(){ document.addEventListener('DOMContentLoaded', function(){ __tcfapi('addEventListener', 2, function(tcData, success){ if (!success || !['tcloaded','useractioncomplete'].includes(tcData.eventStatus)) return; var tcfScripts = document.querySelectorAll('script[data-tcf-script], script[data-tcf-src]'); tcfScripts.forEach(function (el) { if (!hasConsent(el, tcData)) return; injectScript(el); }); }); }); //check if we have consent function hasConsent(el, tcData) { if (!tcData.gdprApplies) return true; if (!el.dataset.tcfPurposes && !el.dataset.tcfVendors) return true; var purposeConsent = false; var vendorConsent = false; if (el.dataset.tcfPurposes) { var purposes = el.dataset.tcfPurposes.split(/[\s,]/); purposeConsent = purposes.every(function(p){ return tcData.purpose.consents[p] || tcData.purpose.legitimateInterests[p]; }); } else { purposeConsent = true; } if (el.dataset.tcfVendors) { var vendors = el.dataset.tcfVendors.split(/[\s,]/); vendorConsent = vendors.every(function(v){ return tcData.vendor.consents[v] || tcData.vendor.legitimateInterests[v]; }); } else { vendorConsent = true; } return purposeConsent && vendorConsent; } //inject script function injectScript(el){ var scr = document.createElement('script'); var attrs = Array.prototype.slice.call(el.attributes); var attr; while (attr = attrs.pop()) { switch (attr.nodeName) { case 'data-tcf-src': scr.setAttribute('src', attr.nodeValue); break; case 'data-tcf-script': scr.setAttribute('type', 'text/javascript'); attrs.splice('type', 1); scr.text = el.text; break; case 'data-tcf-purposes': case 'data-tcf-vendors': break; default: scr.setAttribute(attr.nodeName, attr.nodeValue); } } el.parentNode.insertBefore(scr, el); el.remove(); } })(); </script><title>Formula 1 | Contra.gr</title> <meta name="description" content=""> <link rel="canonical" href="https://www.contra.gr/formula1" /> <meta name="keywords" content="Formula 1"> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "CollectionPage", "@id": "https://www.contra.gr/formula1#section", "name": "Formula 1 | Contra.gr", "description": "", "url": "https://www.contra.gr/formula1", "image": "https://www.contra.gr/img/3720/6868474/825000/w620/620/contra-og-image.png", "thumbnailUrl": "https://www.contra.gr/img/3720/6868474/825000/w620/620/contra-og-image.png", "keywords": ["Formula 1"], "publisher": { "@type": "Organization", "@id": "https://www.contra.gr/#organization", "url": "https://www.contra.gr/", "name": "Contra.gr", "logo": { "@type": "ImageObject", "url": "https://www.contra.gr/resources/bac2980/shared/contra.png" } }, "isPartOf": { "@type": "WebSite", "@id": "https://www.contra.gr/#site" } } </script> <meta property="fb:app_id" content="1439930006223342" /> <meta property="fb:pages" content="76937961900" /> <meta property="og:type" content="website"> <meta property="og:url" content="https://www.contra.gr/formula1"> <meta property="og:title" content="Formula 1 | Contra.gr"> <meta property="og:description" content=""> <meta property="og:image" content="https://www.contra.gr/img/9783/6868474/825000/fb1200/1200/contra-og-image.png"> <!-- home / tag --> <meta name="parsely-section" content="contra" /> <meta name="parsely-tags" content="Formula 1" /> <script src="https://agorahtag.tech/c/contra.gr.js" async></script> <script src="https://securepubads.g.doubleclick.net/tag/js/gpt.js" async></script> <script src="https://www.contra.gr/resources/bac2980/scripts/scripts-sync.js?42342" ></script> <script src="https://www.contra.gr/resources/bac2980/scripts/scripts-async.js?432423" defer></script> <script src="https://apps-cdn.relevant-digital.com/static/tags/1136307449545314305.js" async></script> <link rel="stylesheet" href="https://www.contra.gr/resources/bac2980/styles/category.min.css?432421"> <meta name="google-site-verification" content="cFcVFX1VgBm5ub2kDKFh-gO8xbBZNpUg4N3nUIYlkRs" /> <!-- Hotjar Tracking Code for Contra.gr - Live Sports Magazine --> <script> (function(h, o, t, j, a, r) { h.hj = h.hj || function() { (h.hj.q = h.hj.q || []).push(arguments) }; h._hjSettings = { hjid: 554573, hjsv: 5 }; a = o.getElementsByTagName('head')[0]; r = o.createElement('script'); r.async = 1; r.src = t + h._hjSettings.hjid + j + h._hjSettings.hjsv; a.appendChild(r); })(window, document, '//static.hotjar.com/c/hotjar-', '.js?sv='); </script><!-- HEAD SCRIPT TAPAD | P&G GREECE PROGRAMMATIC UPGRADE - DATA SHARING PARTNER --> <script> (function(){ window.onTapadLoad = function(){ __tcfapi('getTCData',2,function(tcData, success){ if (!success || !['tcloaded','useractioncomplete'].includes(tcData.eventStatus)) return; var metadata = { gdpr: tcData.gdprApplies ? 1 : 0, gdpr_consent: tcData.tcString, bp_id: "24media", }; var config = { name: "P&G", pixelUrl: "https://pandg.tapad.com/tag" }; var tagger = Tapad.init(metadata, config); var data = {}; tagger.sync(data); }); }; })(); </script> <script data-tcf-src="https://pghub.io/js/pandg-sdk.js" data-tcf-vendors="89,577" data-tcf-purposes="1,2,3,4,5,6,7,8,9" onload="onTapadLoad()"></script> <!-- dmp pixel code --> <script type="text/html" data-tcf-script data-tcf-vendors="84" data-tcf-purposes="1,3,9,10"> //<![CDATA[ try {__tcfapi('getTCData',2,function(tcData, success){ if (!success || !['tcloaded','useractioncomplete'].includes(tcData.eventStatus)) return; var smoGDPRFlag = tcData.gdprApplies ? 1 : 0;var smoGDPRConsentString = tcData.gdprApplies ? tcData.tcString : ''; var smoRand = Math.random()*100000000000000000; smoTrSeq = (typeof(smoTrSeq) != "undefined") ? smoTrSeq + 1 : 0;var smoPrtKey='omdgr/1';var smoPUrl = escape(window != parent ? document.referrer : document.location.href);var smoIframe = window != parent ? '&nIframe=1' : '';var smoParams ='&sType=view&nCampaignId=1';var smoProto = (document.location.protocol == 'https:') ? "https:" : "http:";var smoTrUrl = smoProto + '//uip.semasio.net/' + smoPrtKey + '/info?gdpr=' + smoGDPRFlag + '&gdpr_consent=' + smoGDPRConsentString +'&_referrer=' + smoPUrl + smoParams + '&nJs=1&_ignore=' + smoRand + smoIframe;var smoTrImg = new Image(); smoTrImg.src = smoTrUrl; }); } catch (err) { } //]]> </script><style> /* TEMPORARY CUSTOMIZATIONS */ .hp_premium_open .premium_banner_wrapper { z-index: 0 !important; } .Teaser--featured .Article__authorList { display: none; } @media (max-width: 599.98px) { .footer-menu__list { display: none; } } @media (min-width: 1280px) { .Teaser--featuredSingle .Teaser__article .Article__meta { z-index: 1; position: relative; } } </style><!-- temp Quantcast styles --> <style> #qc-cmp-purpose-button { position: absolute; bottom: 0; left: 60px; right: 0; text-align: center; margin: auto; cursor: pointer; } #qc-cmp-vendor-button { position: absolute; bottom: -20px; left: 60px; right: 0; margin: auto; cursor: pointer; } @media (max-width: 768px) { #qc-cmp-purpose-button { position: relative; bottom: 0; left: 0; margin: 0 0 0 20px; } #qc-cmp-vendor-button { position: relative; bottom: 0; left: 0; margin: 0 0 0 20px; } } @media screen and (max-width: 820px) { .qc-cmp-publisher-logo { margin: 0 auto 24px!important; } } </style><!-- GroupM mPlatform script --> <script type='text/html' data-tcf-script data-tcf-vendors='98' data-tcf-purposes='1,2,3,4,5,6,7,8,9,10'>!function(n,t,a,i){n.mpfContainr||(n.mpfContainr=function(){a.push(arguments)},mpfContainr.q=a,(i=t.createElement('script')).type='application/javascript',i.async=!0,i.src='//cdn.mookie1.com/containr.js',t.head.appendChild(i))}(window,document,[]); mpfContainr('V2_748050',{'host': 'gr-gmtdmp.mookie1.com', 'tagType': 'learn','src.rand': Date.now()}); </script><script data-server="ADMAN|">(function() { var w=window, d=document; if (!window.Adman) d.write('<sc'+'ript data-ws="35" data-h="altair.adman.gr" data-s="0x0" data-iframe="false" src="//static.adman.gr/adman.js" ></sc'+'ript>'); else Adman.ws({'ws':35,'s':'0x0','h':'altair.adman.gr'});}());</script><script> /* // Make sure that the properties exist on the window. window.googlefc = window.googlefc || {}; window.googlefc.callbackQueue = window.googlefc.callbackQueue || []; // To guarantee functionality, this must go before the FC tag on the page. googlefc.controlledMessagingFunction = (message) => { message.proceed(false); };*/ </script> <script>(function(){/* Copyright The Closure Library Authors. SPDX-License-Identifier: Apache-2.0 */ 'use strict';var g=function(a){var b=0;return function(){return b<a.length?{done:!1,value:a[b++]}:{done:!0}}},l=this||self,m=/^[\w+/_-]+[=]{0,2}$/,p=null,q=function(){},r=function(a){var b=typeof a;if("object"==b)if(a){if(a instanceof Array)return"array";if(a instanceof Object)return b;var c=Object.prototype.toString.call(a);if("[object Window]"==c)return"object";if("[object Array]"==c||"number"==typeof a.length&&"undefined"!=typeof a.splice&&"undefined"!=typeof a.propertyIsEnumerable&&!a.propertyIsEnumerable("splice"))return"array"; if("[object Function]"==c||"undefined"!=typeof a.call&&"undefined"!=typeof a.propertyIsEnumerable&&!a.propertyIsEnumerable("call"))return"function"}else return"null";else if("function"==b&&"undefined"==typeof a.call)return"object";return b},u=function(a,b){function c(){}c.prototype=b.prototype;a.prototype=new c;a.prototype.constructor=a};var v=function(a,b){Object.defineProperty(l,a,{configurable:!1,get:function(){return b},set:q})};var y=function(a,b){this.b=a===w&&b||"";this.a=x},x={},w={};var aa=function(a,b){a.src=b instanceof y&&b.constructor===y&&b.a===x?b.b:"type_error:TrustedResourceUrl";if(null===p)b:{b=l.document;if((b=b.querySelector&&b.querySelector("script[nonce]"))&&(b=b.nonce||b.getAttribute("nonce"))&&m.test(b)){p=b;break b}p=""}b=p;b&&a.setAttribute("nonce",b)};var z=function(){return Math.floor(2147483648*Math.random()).toString(36)+Math.abs(Math.floor(2147483648*Math.random())^+new Date).toString(36)};var A=function(a,b){b=String(b);"application/xhtml+xml"===a.contentType&&(b=b.toLowerCase());return a.createElement(b)},B=function(a){this.a=a||l.document||document};B.prototype.appendChild=function(a,b){a.appendChild(b)};var C=function(a,b,c,d,e,f){try{var k=a.a,h=A(a.a,"SCRIPT");h.async=!0;aa(h,b);k.head.appendChild(h);h.addEventListener("load",function(){e();d&&k.head.removeChild(h)});h.addEventListener("error",function(){0<c?C(a,b,c-1,d,e,f):(d&&k.head.removeChild(h),f())})}catch(n){f()}};var ba=l.atob("aHR0cHM6Ly93d3cuZ3N0YXRpYy5jb20vaW1hZ2VzL2ljb25zL21hdGVyaWFsL3N5c3RlbS8xeC93YXJuaW5nX2FtYmVyXzI0ZHAucG5n"),ca=l.atob("WW91IGFyZSBzZWVpbmcgdGhpcyBtZXNzYWdlIGJlY2F1c2UgYWQgb3Igc2NyaXB0IGJsb2NraW5nIHNvZnR3YXJlIGlzIGludGVyZmVyaW5nIHdpdGggdGhpcyBwYWdlLg=="),da=l.atob("RGlzYWJsZSBhbnkgYWQgb3Igc2NyaXB0IGJsb2NraW5nIHNvZnR3YXJlLCB0aGVuIHJlbG9hZCB0aGlzIHBhZ2Uu"),ea=function(a,b,c){this.b=a;this.f=new B(this.b);this.a=null;this.c=[];this.g=!1;this.i=b;this.h=c},F=function(a){if(a.b.body&&!a.g){var b= function(){D(a);l.setTimeout(function(){return E(a,3)},50)};C(a.f,a.i,2,!0,function(){l[a.h]||b()},b);a.g=!0}},D=function(a){for(var b=G(1,5),c=0;c<b;c++){var d=H(a);a.b.body.appendChild(d);a.c.push(d)}b=H(a);b.style.bottom="0";b.style.left="0";b.style.position="fixed";b.style.width=G(100,110).toString()+"%";b.style.zIndex=G(2147483544,2147483644).toString();b.style["background-color"]=I(249,259,242,252,219,229);b.style["box-shadow"]="0 0 12px #888";b.style.color=I(0,10,0,10,0,10);b.style.display= "flex";b.style["justify-content"]="center";b.style["font-family"]="Roboto, Arial";c=H(a);c.style.width=G(80,85).toString()+"%";c.style.maxWidth=G(750,775).toString()+"px";c.style.margin="24px";c.style.display="flex";c.style["align-items"]="flex-start";c.style["justify-content"]="center";d=A(a.f.a,"IMG");d.className=z();d.src=ba;d.style.height="24px";d.style.width="24px";d.style["padding-right"]="16px";var e=H(a),f=H(a);f.style["font-weight"]="bold";f.textContent=ca;var k=H(a);k.textContent=da;J(a, e,f);J(a,e,k);J(a,c,d);J(a,c,e);J(a,b,c);a.a=b;a.b.body.appendChild(a.a);b=G(1,5);for(c=0;c<b;c++)d=H(a),a.b.body.appendChild(d),a.c.push(d)},J=function(a,b,c){for(var d=G(1,5),e=0;e<d;e++){var f=H(a);b.appendChild(f)}b.appendChild(c);c=G(1,5);for(d=0;d<c;d++)e=H(a),b.appendChild(e)},G=function(a,b){return Math.floor(a+Math.random()*(b-a))},I=function(a,b,c,d,e,f){return"rgb("+G(Math.max(a,0),Math.min(b,255)).toString()+","+G(Math.max(c,0),Math.min(d,255)).toString()+","+G(Math.max(e,0),Math.min(f, 255)).toString()+")"},H=function(a){a=A(a.f.a,"DIV");a.className=z();return a},E=function(a,b){0>=b||null!=a.a&&0!=a.a.offsetHeight&&0!=a.a.offsetWidth||(fa(a),D(a),l.setTimeout(function(){return E(a,b-1)},50))},fa=function(a){var b=a.c;var c="undefined"!=typeof Symbol&&Symbol.iterator&&b[Symbol.iterator];b=c?c.call(b):{next:g(b)};for(c=b.next();!c.done;c=b.next())(c=c.value)&&c.parentNode&&c.parentNode.removeChild(c);a.c=[];(b=a.a)&&b.parentNode&&b.parentNode.removeChild(b);a.a=null};var ia=function(a,b,c,d,e){var f=ha(c),k=function(n){n.appendChild(f);l.setTimeout(function(){f?(0!==f.offsetHeight&&0!==f.offsetWidth?b():a(),f.parentNode&&f.parentNode.removeChild(f)):a()},d)},h=function(n){document.body?k(document.body):0<n?l.setTimeout(function(){h(n-1)},e):b()};h(3)},ha=function(a){var b=document.createElement("div");b.className=a;b.style.width="1px";b.style.height="1px";b.style.position="absolute";b.style.left="-10000px";b.style.top="-10000px";b.style.zIndex="-10000";return b};var K={},L=null;var M=function(){},N="function"==typeof Uint8Array,O=function(a,b){a.b=null;b||(b=[]);a.j=void 0;a.f=-1;a.a=b;a:{if(b=a.a.length){--b;var c=a.a[b];if(!(null===c||"object"!=typeof c||Array.isArray(c)||N&&c instanceof Uint8Array)){a.g=b-a.f;a.c=c;break a}}a.g=Number.MAX_VALUE}a.i={}},P=[],Q=function(a,b){if(b<a.g){b+=a.f;var c=a.a[b];return c===P?a.a[b]=[]:c}if(a.c)return c=a.c[b],c===P?a.c[b]=[]:c},R=function(a,b,c){a.b||(a.b={});if(!a.b[c]){var d=Q(a,c);d&&(a.b[c]=new b(d))}return a.b[c]}; M.prototype.h=N?function(){var a=Uint8Array.prototype.toJSON;Uint8Array.prototype.toJSON=function(){var b;void 0===b&&(b=0);if(!L){L={};for(var c="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789".split(""),d=["+/=","+/","-_=","-_.","-_"],e=0;5>e;e++){var f=c.concat(d[e].split(""));K[e]=f;for(var k=0;k<f.length;k++){var h=f[k];void 0===L[h]&&(L[h]=k)}}}b=K[b];c=[];for(d=0;d<this.length;d+=3){var n=this[d],t=(e=d+1<this.length)?this[d+1]:0;h=(f=d+2<this.length)?this[d+2]:0;k=n>>2;n=(n& 3)<<4|t>>4;t=(t&15)<<2|h>>6;h&=63;f||(h=64,e||(t=64));c.push(b[k],b[n],b[t]||"",b[h]||"")}return c.join("")};try{return JSON.stringify(this.a&&this.a,S)}finally{Uint8Array.prototype.toJSON=a}}:function(){return JSON.stringify(this.a&&this.a,S)};var S=function(a,b){return"number"!==typeof b||!isNaN(b)&&Infinity!==b&&-Infinity!==b?b:String(b)};M.prototype.toString=function(){return this.a.toString()};var T=function(a){O(this,a)};u(T,M);var U=function(a){O(this,a)};u(U,M);var ja=function(a,b){this.c=new B(a);var c=R(b,T,5);c=new y(w,Q(c,4)||"");this.b=new ea(a,c,Q(b,4));this.a=b},ka=function(a,b,c,d){b=new T(b?JSON.parse(b):null);b=new y(w,Q(b,4)||"");C(a.c,b,3,!1,c,function(){ia(function(){F(a.b);d(!1)},function(){d(!0)},Q(a.a,2),Q(a.a,3),Q(a.a,1))})};var la=function(a,b){V(a,"internal_api_load_with_sb",function(c,d,e){ka(b,c,d,e)});V(a,"internal_api_sb",function(){F(b.b)})},V=function(a,b,c){a=l.btoa(a+b);v(a,c)},W=function(a,b,c){for(var d=[],e=2;e<arguments.length;++e)d[e-2]=arguments[e];e=l.btoa(a+b);e=l[e];if("function"==r(e))e.apply(null,d);else throw Error("API not exported.");};var X=function(a){O(this,a)};u(X,M);var Y=function(a){this.h=window;this.a=a;this.b=Q(this.a,1);this.f=R(this.a,T,2);this.g=R(this.a,U,3);this.c=!1};Y.prototype.start=function(){ma();var a=new ja(this.h.document,this.g);la(this.b,a);na(this)}; var ma=function(){var a=function(){if(!l.frames.googlefcPresent)if(document.body){var b=document.createElement("iframe");b.style.display="none";b.style.width="0px";b.style.height="0px";b.style.border="none";b.style.zIndex="-1000";b.style.left="-1000px";b.style.top="-1000px";b.name="googlefcPresent";document.body.appendChild(b)}else l.setTimeout(a,5)};a()},na=function(a){var b=Date.now();W(a.b,"internal_api_load_with_sb",a.f.h(),function(){var c;var d=a.b,e=l[l.btoa(d+"loader_js")];if(e){e=l.atob(e); e=parseInt(e,10);d=l.btoa(d+"loader_js").split(".");var f=l;d[0]in f||"undefined"==typeof f.execScript||f.execScript("var "+d[0]);for(;d.length&&(c=d.shift());)d.length?f[c]&&f[c]!==Object.prototype[c]?f=f[c]:f=f[c]={}:f[c]=null;c=Math.abs(b-e);c=1728E5>c?0:c}else c=-1;0!=c&&(W(a.b,"internal_api_sb"),Z(a,Q(a.a,6)))},function(c){Z(a,c?Q(a.a,4):Q(a.a,5))})},Z=function(a,b){a.c||(a.c=!0,a=new l.XMLHttpRequest,a.open("GET",b,!0),a.send())};(function(a,b){l[a]=function(c){for(var d=[],e=0;e<arguments.length;++e)d[e-0]=arguments[e];l[a]=q;b.apply(null,d)}})("__d3lUW8vwsKlB__",function(a){"function"==typeof window.atob&&(a=window.atob(a),a=new X(a?JSON.parse(a):null),(new Y(a)).start())});}).call(this); window.__d3lUW8vwsKlB__("WyIxYjhlNTkxZmViZWE5Y2E3IixbbnVsbCxudWxsLG51bGwsImh0dHBzOi8vZnVuZGluZ2Nob2ljZXNtZXNzYWdlcy5nb29nbGUuY29tL2YvQUdTS1d4WHVyX3Rydk5nNVlGSUtWYjdIbUhKbXo0cHU0M2hrb1dDdEhxZGRRREVGSkxQWWhxT21tcWh4UlMyVGFUdlBYWXh3V2xQQk9lTWxGLXhWbndZNVlld1x1MDAzZCJdCixbMjAsImRpdi1ncHQtYWQiLDEwMCwiTVdJNFpUVTVNV1psWW1WaE9XTmhOd1x1MDAzZFx1MDAzZCIsW251bGwsbnVsbCxudWxsLCJodHRwczovL3d3dy5nc3RhdGljLmNvbS8wZW1uL2YvcC8xYjhlNTkxZmViZWE5Y2E3LmpzP3VzcXBcdTAwM2RDQTgiXQpdCiwiaHR0cHM6Ly9mdW5kaW5nY2hvaWNlc21lc3NhZ2VzLmdvb2dsZS5jb20vbC9BR1NLV3hYeHJtaFdHZW1RQXRVWHV5MWJjWFBoc2c3ZEZTWHY5ZDBDUGo2Y0RGSWtwbDc4M2t1LU5EbkJJNWxQakw5YnRDSndqOWJ4NTMzcmxuX2x1bkxhP2FiXHUwMDNkMSIsImh0dHBzOi8vZnVuZGluZ2Nob2ljZXNtZXNzYWdlcy5nb29nbGUuY29tL2wvQUdTS1d4Vi1VU0ZScGdsTzJZR0dDZW9lWVUwbEFEUUdseXJMeGJoYi1Qa3hDaTZjd3hnVkx0TjZBMmpacUdOQ1lOZDdYYnVWVlprODcxZFJkYm9jWW5Fbz9hYlx1MDAzZDJcdTAwMjZzYmZcdTAwM2QxIiwiaHR0cHM6Ly9mdW5kaW5nY2hvaWNlc21lc3NhZ2VzLmdvb2dsZS5jb20vbC9BR1NLV3hWS1Itdm9ZV2ZlSER6cGZOU0MtQ2haN1A2bDlLRFBlNmhzMnYtODRvNExoUnhkRDdPdVFfVndnZkVZaC1ZNkZ1cEpUQlZ4UWJzYUR6MHM0bzU3P3NiZlx1MDAzZDIiXQo=");</script><!--<script> !function(C,o,n,t,P,a,s){C['CPObject']=n;C[n]||(C[n]=function(){ (C[n].q=C[n].q||[]).push(arguments)});C[n].l=+new Date;a=o.createElement(t); s=o.getElementsByTagName(t)[0];a.src=P;s.parentNode.insertBefore(a,s)} (window,document,'cp','script','https://get.contentpass.net/now.js'); cp('create', '582ba008'); cp('detect'); </script>--><script> // Premium Banner Effect initialize window.Premium.init(); var googletag = googletag || {}; googletag.cmd = googletag.cmd || []; window.targetSlot = window.targetSlot || []; googletag.cmd.push(function() { var _slot_0 = googletag.defineSlot('/4834629/contra.gr/ros_970x250a', [[1,1],[970,250],[728,90],[320,100],[970,90]], 'ros_970x250a').defineSizeMapping(googletag.sizeMapping().addSize([1084, 0],[[1,1],[970,250]]).addSize([828, 0],[[1,1],[728,90]]).addSize([360, 0],[[1,1],[320,100]]).addSize([320, 0],[[1,1]]).build()).setCollapseEmptyDiv(false).addService(googletag.pubads());window.targetSlot.push(_slot_0);var _slot_1 = googletag.defineSlot('/4834629/contra.gr/ros_320x50stuck', [[320,50]], 'ros_320x50stuck').defineSizeMapping(googletag.sizeMapping().addSize([800, 0],[[1,1]]).addSize([360, 0],[[320,50]]).addSize([0, 0],[[1,1]]).build()).addService(googletag.pubads());window.targetSlot.push(_slot_1);var _slot_2 = googletag.defineSlot('/4834629/contra.gr/ros_300x250a', [[300,250],[336,280],[300,600]], 'ros_300x250a').defineSizeMapping(googletag.sizeMapping().addSize([1024, 0],[[300,250]]).addSize([360, 0],[[336, 280], [300,250]]).addSize([0, 0],[[300,250]]).build()).setCollapseEmptyDiv(false).addService(googletag.pubads());window.targetSlot.push(_slot_2);var _slot_3 = googletag.defineSlot('/4834629/contra.gr/ros_970x250b', [[970,250],[728,90],[970,90],[300,250],[336,280]], 'ros_970x250b').defineSizeMapping(googletag.sizeMapping().addSize([1280, 0],[[970,250],[970,90], [728,90]]).addSize([1024, 0],[[1,1]]).addSize([360, 0],[[1,1]]).addSize([320, 0],[[1,1]]).build()).setCollapseEmptyDiv(false).addService(googletag.pubads());window.targetSlot.push(_slot_3);var _slot_4 = googletag.defineSlot('/4834629/contra.gr/ros_970x250c', [[970,250],[728,90],[970,90],[300,250],[336,280]], 'ros_970x250c').defineSizeMapping(googletag.sizeMapping().addSize([1280, 0],[[970,250], [728,90]]).addSize([0, 0],[[1,1]]).build()).setCollapseEmptyDiv(false).addService(googletag.pubads());window.targetSlot.push(_slot_4);var _slot_5 = googletag.defineSlot('/4834629/contra.gr/ros_prestitial', [[1,1]], 'ros_prestitial').addService(googletag.pubads());window.targetSlot.push(_slot_5); // PPID init var ppid = localStorage.__PPID; googletag.pubads().setTargeting("path",window.targettingValues.path) .setTargeting("article", window.targettingValues.article) .setTargeting("keywords", window.targettingValues.keywords) .setTargeting("category", window.targettingValues.category) .setTargeting("type", window.targettingValues.type) .setTargeting("isAmp", window.targettingValues.isAmp) .setTargeting("isMobile", window.targettingValues.isMobile); if (ppid) { googletag.pubads().setPublisherProvidedId(ppid); } googletag.pubads().setCentering(true); googletag.pubads().enableSingleRequest(); googletag.pubads().disableInitialLoad(); googletag.pubads().enableLazyLoad({ // Fetch slots within 5 viewports. fetchMarginPercent: 500, // Render slots within 1/10 viewports. renderMarginPercent: 10, // Double the above values on mobile, where viewports are smaller // and users tend to scroll faster. mobileScaling: 2.0 }); googletag.enableServices(); googletag.pubads().addEventListener('slotRenderEnded', function (event) { var _slotHolder = event.slot.getSlotElementId(); var _slotWrapper = document.getElementById(_slotHolder); console.log("slot with id \"" + _slotHolder + "\" is empty: " + event.isEmpty); // window.targetSlot[0].getSlotId().getDomId() }); // end of slotRenderEnded }); // end of : googletag.cmd.push </script> <script> window.addEventListener('DOMContentLoaded', function() { setTimeout(function() { window.Premium.premiumContent(); console.log('\n\n\n\nsecond render 2\n\n\n\n'); }, 1400); }); </script><!-- DFP ad initial display if OCM is disabled --> <script> googletag.cmd.push(function(){ googletag.pubads().refresh(); }); </script><!-- Phaistos TASK:ADOPS-14 --> <script data-ad-client="ca-pub-7927722852246763" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script><script async id="ebx" src="//applets.ebxcdn.com/ebx.js"></script></head> <body class="formula1 sec tag "> <!-- Google Tag Manager | Body --> <noscript> <iframe src="//www.googletagmanager.com/ns.html?id=GTM-M2TSRV" height="0" width="0" style="display:none;visibility:hidden"></iframe> </noscript> <!-- End Google Tag Manager | Body --><!-- Facebook Pixel Code --> <script> ! function(f, b, e, v, n, t, s) { if (f.fbq) return; n = f.fbq = function() { n.callMethod ? n.callMethod.apply(n, arguments) : n.queue.push(arguments) }; if (!f._fbq) f._fbq = n; /* n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0; */ n.push = n; n.loaded = !0; n.version = '2.8'; n.queue = []; t = b.createElement(e); t.async = !0; t.src = v; s = b.getElementsByTagName(e)[0]; s.parentNode.insertBefore(t, s) }(window, document, 'script', '//connect.facebook.net/en_US/fbevents.js'); fbq('init', '256567138072518'); fbq('track', 'PageView'); </script> <noscript><img height="1" width="1" style="display:none" src="//www.facebook.com/tr?id=256567138072518&ev=PageView&noscript=1" /></noscript> <!-- End Facebook Pixel Code --> <!-- HEADER --> <header class="header" id="header"> <!-- /4834629/contra.gr/ros_prestitial --> <div id='ros_prestitial' style="text-align: center;" class="ad-wrap- col-12 col-md-12 col-xl-12 "> <script> googletag.cmd.push(function() { googletag.display('ros_prestitial'); }); </script> </div> <div class="group-container premium_banner_wrapper adSlot-height--premium" > <div class="container"> <div class="row"> <!-- /4834629/contra.gr/ros_970x250a --> <div id='ros_970x250a' style="text-align: center;" class="ad-wrap- col-12 col-md-12 col-xl-12 premium_banner"> <script> googletag.cmd.push(function() { googletag.display('ros_970x250a'); }); </script> </div></div> </div> </div> <div class="group-container MainMenu__container" style="--group-bg-color:#002040;" > <div class="container"> <div class="row"> <nav class="MainMenu" id="MainMenu"> <a class="MainMenu__logo MainMenu__logo--big" href="https://www.contra.gr/"> <img id="ContraLogo" src="https://www.contra.gr/resources/bac2980/images/vector/logo_contra.svg" alt="CONTRA" /> </a> <ul class="MainMenu__navmenu Navmenu"> <li class="Navmenu__item Navmenu__item--dropdownToggle" id="DropdownMenuToggle"> <a class="Navmenu__item__link Navmenu__item__link--burgerButton" id="DropdownMenuBurgerButton"> <svg class="icon icon_burger"> <use xlink:href="https://www.contra.gr/resources/bac2980/sprite/symbol/svg/sprite.symbol.svg#icon_burger"></use> </svg> <svg class="icon icon_burger_close"> <use xlink:href="https://www.contra.gr/resources/bac2980/sprite/symbol/svg/sprite.symbol.svg#icon_burger_close"></use> </svg> </a> <div class="overlay"></div> <div class="MainMenu__dropdownMenu DropdownMenu"> <ul class="DropdownMenu__navmenu Navmenu"> <li class="Navmenu__item "> <a href="https://www.contra.gr/podosfairo/" title="螤螣螖螣危桅螒螜巍螣" target="_self" class="Navmenu__item__link internal" rel="opener" > 螤螣螖螣危桅螒螜巍螣</a> </li> <li class="Navmenu__item "> <a href="https://www.contra.gr/basket/" title="螠螤螒危螝螘韦" target="_self" class="Navmenu__item__link internal" rel="opener" > 螠螤螒危螝螘韦</a> </li> <li class="Navmenu__item "> <a href="https://www.contra.gr/sports/" title="危螤螣巍" target="_self" class="Navmenu__item__link internal" rel="opener" > 危螤螣巍</a> </li> <li class="Navmenu__item "> <a href="https://www.contra.gr/videos/" title="VIDEOTHERAPY" target="_self" class="Navmenu__item__link internal" rel="opener" > VIDEOTHERAPY</a> </li> <li class="Navmenu__item "> <a href="https://www.contra.gr/fitness/" title="FITNESS" target="_self" class="Navmenu__item__link internal" rel="opener" > FITNESS</a> </li> <li class="Navmenu__item "> <a href="https://www.contra.gr/gossip" title="GOSSIP" target="_self" class="Navmenu__item__link internal" rel="opener" > GOSSIP</a> </li> <li class="Navmenu__item "> <a href="https://www.contra.gr/viral" title="VIRAL" target="_self" class="Navmenu__item__link internal" rel="opener" > VIRAL</a> </li> <li class="Navmenu__item "> <a href="https://www.sport24.gr/newspapers/?utm_source=Contra&utm_medium=ContraMenu&utm_campaign=24MediaWidget" title="螤巍惟韦螣危螘螞螜螖螒" target="_blank" class="Navmenu__item__link Navmenu__item__link--external" rel="opener" > 螤巍惟韦螣危螘螞螜螖螒</a> </li> </ul> <div class="DropdownMenu__socials Socials"> <a class="Socials__icon" rel="noopener nofollow external" target="_blank" href="https://www.facebook.com/contragr/" title="Facebook"> <svg class="icon icon_social"> <use xlink:href="https://www.contra.gr/resources/bac2980/sprite/symbol/svg/sprite.symbol.svg#icon_facebook"></use> </svg> </a> <a class="Socials__icon" rel="noopener nofollow external" target="_blank" href="https://www.twitter.com/Contragr" title="Twitter"> <svg class="icon icon_social"> <use xlink:href="https://www.contra.gr/resources/bac2980/sprite/symbol/svg/sprite.symbol.svg#icon_twitter"></use> </svg> </a> <a class="Socials__icon" rel="noopener nofollow external" target="_blank" href="https://www.instagram.com/Contragr/" title="Instagram"> <svg class="icon icon_social"> <use xlink:href="https://www.contra.gr/resources/bac2980/sprite/symbol/svg/sprite.symbol.svg#icon_instagram"></use> </svg> </a> </div> <div class="DropdownMenu__newsletter Newsletter"> <a href="http://eepurl.com/gs4Kyn" class="Newsletter__icon" target="_blank" rel="noopener nofollow external"> 螘螕螕巍螒桅螚 危韦螣 NEWSLETTER<svg class="icon icon_newsletter"> <use xlink:href="https://www.contra.gr/resources/bac2980/sprite/symbol/svg/sprite.symbol.svg#icon_envelop"></use> </svg> </a> </div> </div> </li> </ul> <script>window.Menu.init();</script> </nav></div> </div> </div> </header> <!-- CONTENT --> <main class="main" id="main"> <div class="group-container section-header margin-bottom-40 margin-bottom-md-60 margin-bottom-xl-80" style="--group-bg-color:#002040;" > <div class="container"> <div class="row"> <div class="section-header__wrap mx-auto text-center"> <h1 class="section-header__title">Formula 1</h1> </div></div> </div> </div> <div class="group-container top" > <div class="container"> <div class="row"> <section class="col-12 col-md-6 col-xl Teaser Teaser--default Teaser--has_width_480" data-gtm="unsetid ID7052535" > <div class="row"> <article class="col-12 col-md-12 col-xl Article Article--teaser Teaser__article Teaser__article--col-4" data-position="1"> <figure class="Article__image"> <a class="Article__image__intrinsic" href="https://www.contra.gr/autokinito/i-apantisi-tis-mercedes-gia-ton-antikatastati-toy-chamilton.10260965.html" title="螚 伪蟺维谓蟿畏蟽畏 蟿畏蟼 Mercedes 纬喂伪 蟿慰谓 伪谓蟿喂魏伪蟿伪蟽蟿维蟿畏 蟿慰蠀 围维渭喂位蟿慰谓" > <img src="https://www.contra.gr/img/498/10260966/633000/w140/140/蠂维渭喂位蟿慰谓" alt="Mercedes driver Lewis Hamilton of Britain rubs his nose during a press conference at the Australian Formula One Grand Prix in Melbourne, Thursday, March 12, 2020. Six-time world champion Lewis Hamilton has questioned the wisdom of staging the season-opening Formula One Grand Prix while other sports are canceling events because of the spreading coronavirus. (AP Photo/Rick Rycroft)" data-srcset="https://www.contra.gr/img/7240/10260966/633000/w200/200/蠂维渭喂位蟿慰谓 200w, https://www.contra.gr/img/5782/10260966/633000/w300/300/蠂维渭喂位蟿慰谓 300w, https://www.contra.gr/img/2976/10260966/633000/w460/460/蠂维渭喂位蟿慰谓 460w, https://www.contra.gr/img/7692/10260966/633000/w620/620/蠂维渭喂位蟿慰谓 620w, https://www.contra.gr/img/6130/10260966/633000/w940/940/蠂维渭喂位蟿慰谓 940w" data-sizes="(min-resolution:3x) and (min-width:1280px) 135px,(min-resolution:3x) and (min-width:600px) 153px,(min-resolution:3x) 153px,(-webkit-min-device-pixel-ratio:3) and (min-width:1280px) 135px,(-webkit-min-device-pixel-ratio:3) and (min-width:600px) 153px,(-webkit-min-device-pixel-ratio:3) 153px,(min-resolution:2x) and (min-width:1280px) 203px,(min-resolution:2x) and (min-width:600px) 230px,(min-resolution:2x) 230px,(-webkit-min-device-pixel-ratio:2) and (min-width:1280px) 203px,(-webkit-min-device-pixel-ratio:2) and (min-width:600px) 230px,(-webkit-min-device-pixel-ratio:2) 230px,(min-resolution:1x) and (min-width:1280px) 406px,(min-resolution:1x) and (min-width:600px) 460px,(min-resolution:1x) 460px,(-webkit-min-device-pixel-ratio:1) and (min-width:1280px) 406px,(-webkit-min-device-pixel-ratio:1) and (min-width:600px) 460px,(-webkit-min-device-pixel-ratio:1) 460px,460px" class="lazyload"> </a> </figure> <div class="Article__meta"> <h3 class="Article__title"> <a class="js-clamp-3" href="https://www.contra.gr/autokinito/i-apantisi-tis-mercedes-gia-ton-antikatastati-toy-chamilton.10260965.html" title="螚 伪蟺维谓蟿畏蟽畏 蟿畏蟼 Mercedes 纬喂伪 蟿慰谓 伪谓蟿喂魏伪蟿伪蟽蟿维蟿畏 蟿慰蠀 围维渭喂位蟿慰谓" >螚 伪蟺维谓蟿畏蟽畏 蟿畏蟼 Mercedes 纬喂伪 蟿慰谓 伪谓蟿喂魏伪蟿伪蟽蟿维蟿畏 蟿慰蠀 围维渭喂位蟿慰谓</a> </h3> <div class="Article__authorList"> <svg class="icon icon_author"> <use xlink:href="https://www.contra.gr/resources/bac2980/sprite/symbol/svg/sprite.symbol.svg#icon_author"></use> </svg> <p class="Article__author__name"> 螝惟螡危韦螒螡韦螜螡螣危 螠螤螣违巍螤螣违螞螒危</p> </div> <div class="Article__date"> <time datetime="2024-02-04 17:47">04 桅螘螔 2024</time> </div> </div> </article> </div> </section> <section class="col-12 col-md-6 col-xl Teaser Teaser--default Teaser--has_width_480" data-gtm="unsetid ID7052539" > <div class="row"> <article class="col-12 col-md-12 col-xl Article Article--teaser Teaser__article Teaser__article--col-4 Teaser__article--image-right" data-position="1"> <figure class="Article__image"> <a class="Article__image__intrinsic" href="https://www.contra.gr/autokinito/oi-pio-ichires-metagrafes-stin-istoria-tis-f1.10260033.html" title="螣喂 蟺喂慰 伪渭蠁喂位蔚纬蠈渭蔚谓蔚蟼 渭蔚蟿伪纬蟻伪蠁苇蟼 蟽蟿畏谓 喂蟽蟿慰蟻委伪 蟿畏蟼 F1" > <img src="https://www.contra.gr/img/7408/10259804/139000/w140/140/蠁蔚蟻蟽蟿维蟺蔚谓" alt="Red Bull driver Max Verstappen of the Netherland's poses during a team picture at the Yas Marina racetrack in Abu Dhabi, United Arab Emirates, Thursday, Nov. 28, 2019. The Emirates Formula One Grand Prix will take place on Sunday. (AP Photo/Luca Bruno)" data-srcset="https://www.contra.gr/img/7366/10259804/139000/w200/200/蠁蔚蟻蟽蟿维蟺蔚谓 200w, https://www.contra.gr/img/676/10259804/139000/w300/300/蠁蔚蟻蟽蟿维蟺蔚谓 300w, https://www.contra.gr/img/2734/10259804/139000/w460/460/蠁蔚蟻蟽蟿维蟺蔚谓 460w, https://www.contra.gr/img/6478/10259804/139000/w620/620/蠁蔚蟻蟽蟿维蟺蔚谓 620w, https://www.contra.gr/img/6336/10259804/139000/w940/940/蠁蔚蟻蟽蟿维蟺蔚谓 940w" data-sizes="(min-resolution:3x) and (min-width:1280px) 135px,(min-resolution:3x) and (min-width:600px) 153px,(min-resolution:3x) 66px,(-webkit-min-device-pixel-ratio:3) and (min-width:1280px) 135px,(-webkit-min-device-pixel-ratio:3) and (min-width:600px) 153px,(-webkit-min-device-pixel-ratio:3) 66px,(min-resolution:2x) and (min-width:1280px) 203px,(min-resolution:2x) and (min-width:600px) 230px,(min-resolution:2x) 100px,(-webkit-min-device-pixel-ratio:2) and (min-width:1280px) 203px,(-webkit-min-device-pixel-ratio:2) and (min-width:600px) 230px,(-webkit-min-device-pixel-ratio:2) 100px,(min-resolution:1x) and (min-width:1280px) 406px,(min-resolution:1x) and (min-width:600px) 460px,(min-resolution:1x) 200px,(-webkit-min-device-pixel-ratio:1) and (min-width:1280px) 406px,(-webkit-min-device-pixel-ratio:1) and (min-width:600px) 460px,(-webkit-min-device-pixel-ratio:1) 200px,200px" class="lazyload"> </a> </figure> <div class="Article__meta"> <h3 class="Article__title"> <a class="js-clamp-3" href="https://www.contra.gr/autokinito/oi-pio-ichires-metagrafes-stin-istoria-tis-f1.10260033.html" title="螣喂 蟺喂慰 伪渭蠁喂位蔚纬蠈渭蔚谓蔚蟼 渭蔚蟿伪纬蟻伪蠁苇蟼 蟽蟿畏谓 喂蟽蟿慰蟻委伪 蟿畏蟼 F1" >螣喂 蟺喂慰 伪渭蠁喂位蔚纬蠈渭蔚谓蔚蟼 渭蔚蟿伪纬蟻伪蠁苇蟼 蟽蟿畏谓 喂蟽蟿慰蟻委伪 蟿畏蟼 F1</a> </h3> <div class="Article__authorList"> <svg class="icon icon_author"> <use xlink:href="https://www.contra.gr/resources/bac2980/sprite/symbol/svg/sprite.symbol.svg#icon_author"></use> </svg> <p class="Article__author__name"> 螝惟螡危韦螒螡韦螜螡螣危 螠螤螣违巍螤螣违螞螒危</p> </div> <div class="Article__date"> <time datetime="2024-02-02 17:09">02 桅螘螔 2024</time> </div> </div> </article> </div> </section> <!-- /4834629/contra.gr/ros_300x250a --> <div class=" col-12 col-md-12 col-xl-3 d-none d-xl-block"></div> <div class="p-xl-absolute"> <div id='ros_300x250a' class="ad-wrap- sticky adSlot-height--250"> <script> googletag.cmd.push(function() { googletag.display('ros_300x250a'); }); </script> </div> </div> <section class="col-12 col-md-12 col-xl-9 Teaser Teaser--default " data-gtm="unsetid ID7052545" > <div class="row"> <article class="col-12 col-md-6 col-xl-4 Article Article--teaser Teaser__article Teaser__article--col-3 Teaser__article--image-right" data-position="1"> <figure class="Article__image"> <a class="Article__image__intrinsic" href="https://www.contra.gr/autokinito/10-ekatommyria-ligotera-o-chamilton-me-ferrari-i-mercendes-edine-60.10259869.html" title="10 蔚魏伪蟿慰渭渭蠉蟻喂伪 位喂纬蠈蟿蔚蟻伪 慰 围维渭喂位蟿慰谓 渭蔚 Ferrari, 畏 Mercendes 苇未喂谓蔚 60" > <img src="https://www.contra.gr/img/5984/10259878/431000/w140/140/蠂维渭喂位蟿慰谓" alt="Mercedes driver Lewis Hamilton of Britain reacts after finishing second in the Formula One Abu Dhabi Grand Prix in Abu Dhabi, United Arab Emirates, Sunday, Dec. 12. 2021. Max Verstappen ripped a record eighth title away from Lewis Hamilton with a pass on the final lap of the Abu Dhabi GP to close one of the most thrilling Formula One seasons in years as the first Dutch world champion. (AP Photo/Kamran Jebreili, Pool)" data-srcset="https://www.contra.gr/img/758/10259878/431000/w200/200/蠂维渭喂位蟿慰谓 200w, https://www.contra.gr/img/700/10259878/431000/w300/300/蠂维渭喂位蟿慰谓 300w, https://www.contra.gr/img/7838/10259878/431000/w460/460/蠂维渭喂位蟿慰谓 460w, https://www.contra.gr/img/4174/10259878/431000/w620/620/蠂维渭喂位蟿慰谓 620w, https://www.contra.gr/img/9648/10259878/431000/w940/940/蠂维渭喂位蟿慰谓 940w" data-sizes="(min-resolution:3x) and (min-width:1280px) 100px,(min-resolution:3x) and (min-width:600px) 153px,(min-resolution:3x) 66px,(-webkit-min-device-pixel-ratio:3) and (min-width:1280px) 100px,(-webkit-min-device-pixel-ratio:3) and (min-width:600px) 153px,(-webkit-min-device-pixel-ratio:3) 66px,(min-resolution:2x) and (min-width:1280px) 150px,(min-resolution:2x) and (min-width:600px) 230px,(min-resolution:2x) 100px,(-webkit-min-device-pixel-ratio:2) and (min-width:1280px) 150px,(-webkit-min-device-pixel-ratio:2) and (min-width:600px) 230px,(-webkit-min-device-pixel-ratio:2) 100px,(min-resolution:1x) and (min-width:1280px) 300px,(min-resolution:1x) and (min-width:600px) 460px,(min-resolution:1x) 200px,(-webkit-min-device-pixel-ratio:1) and (min-width:1280px) 300px,(-webkit-min-device-pixel-ratio:1) and (min-width:600px) 460px,(-webkit-min-device-pixel-ratio:1) 200px,200px" class="lazyload"> </a> </figure> <div class="Article__meta"> <h3 class="Article__title"> <a class="js-clamp-3" href="https://www.contra.gr/autokinito/10-ekatommyria-ligotera-o-chamilton-me-ferrari-i-mercendes-edine-60.10259869.html" title="10 蔚魏伪蟿慰渭渭蠉蟻喂伪 位喂纬蠈蟿蔚蟻伪 慰 围维渭喂位蟿慰谓 渭蔚 Ferrari, 畏 Mercendes 苇未喂谓蔚 60" >10 蔚魏伪蟿慰渭渭蠉蟻喂伪 位喂纬蠈蟿蔚蟻伪 慰 围维渭喂位蟿慰谓 渭蔚 Ferrari, 畏 Mercendes 苇未喂谓蔚 60</a> </h3> <div class="Article__authorList"> <svg class="icon icon_author"> <use xlink:href="https://www.contra.gr/resources/bac2980/sprite/symbol/svg/sprite.symbol.svg#icon_author"></use> </svg> <p class="Article__author__name"> 螝惟螡危韦螒螡韦螜螡螣危 螠螤螣违巍螤螣违螞螒危</p> </div> <div class="Article__date"> <time datetime="2024-02-02 14:03">02 桅螘螔 2024</time> </div> </div> </article> <article class="col-12 col-md-6 col-xl-4 Article Article--teaser Teaser__article Teaser__article--col-3 Teaser__article--image-right" data-position="2"> <figure class="Article__image"> <a class="Article__image__intrinsic" href="https://www.contra.gr/autokinito/oi-pio-ichires-metagrafes-stin-istoria-tis-f1.10259813.html" title="螣喂 蟺喂慰 伪渭蠁喂位蔚纬蠈渭蔚谓蔚蟼 渭蔚蟿伪纬蟻伪蠁苇蟼 蟽蟿畏谓 喂蟽蟿慰蟻委伪 蟿畏蟼 F1" > <img src="https://www.contra.gr/img/7408/10259804/139000/w140/140/蠁蔚蟻蟽蟿维蟺蔚谓" alt="Red Bull driver Max Verstappen of the Netherland's poses during a team picture at the Yas Marina racetrack in Abu Dhabi, United Arab Emirates, Thursday, Nov. 28, 2019. The Emirates Formula One Grand Prix will take place on Sunday. (AP Photo/Luca Bruno)" data-srcset="https://www.contra.gr/img/7366/10259804/139000/w200/200/蠁蔚蟻蟽蟿维蟺蔚谓 200w, https://www.contra.gr/img/676/10259804/139000/w300/300/蠁蔚蟻蟽蟿维蟺蔚谓 300w, https://www.contra.gr/img/2734/10259804/139000/w460/460/蠁蔚蟻蟽蟿维蟺蔚谓 460w, https://www.contra.gr/img/6478/10259804/139000/w620/620/蠁蔚蟻蟽蟿维蟺蔚谓 620w, https://www.contra.gr/img/6336/10259804/139000/w940/940/蠁蔚蟻蟽蟿维蟺蔚谓 940w" data-sizes="(min-resolution:3x) and (min-width:1280px) 100px,(min-resolution:3x) and (min-width:600px) 153px,(min-resolution:3x) 66px,(-webkit-min-device-pixel-ratio:3) and (min-width:1280px) 100px,(-webkit-min-device-pixel-ratio:3) and (min-width:600px) 153px,(-webkit-min-device-pixel-ratio:3) 66px,(min-resolution:2x) and (min-width:1280px) 150px,(min-resolution:2x) and (min-width:600px) 230px,(min-resolution:2x) 100px,(-webkit-min-device-pixel-ratio:2) and (min-width:1280px) 150px,(-webkit-min-device-pixel-ratio:2) and (min-width:600px) 230px,(-webkit-min-device-pixel-ratio:2) 100px,(min-resolution:1x) and (min-width:1280px) 300px,(min-resolution:1x) and (min-width:600px) 460px,(min-resolution:1x) 200px,(-webkit-min-device-pixel-ratio:1) and (min-width:1280px) 300px,(-webkit-min-device-pixel-ratio:1) and (min-width:600px) 460px,(-webkit-min-device-pixel-ratio:1) 200px,200px" class="lazyload"> </a> </figure> <div class="Article__meta"> <h3 class="Article__title"> <a class="js-clamp-3" href="https://www.contra.gr/autokinito/oi-pio-ichires-metagrafes-stin-istoria-tis-f1.10259813.html" title="螣喂 蟺喂慰 伪渭蠁喂位蔚纬蠈渭蔚谓蔚蟼 渭蔚蟿伪纬蟻伪蠁苇蟼 蟽蟿畏谓 喂蟽蟿慰蟻委伪 蟿畏蟼 F1" >螣喂 蟺喂慰 伪渭蠁喂位蔚纬蠈渭蔚谓蔚蟼 渭蔚蟿伪纬蟻伪蠁苇蟼 蟽蟿畏谓 喂蟽蟿慰蟻委伪 蟿畏蟼 F1</a> </h3> <div class="Article__authorList"> <svg class="icon icon_author"> <use xlink:href="https://www.contra.gr/resources/bac2980/sprite/symbol/svg/sprite.symbol.svg#icon_author"></use> </svg> <p class="Article__author__name"> 螝惟螡危韦螒螡韦螜螡螣危 螠螤螣违巍螤螣违螞螒危</p> </div> <div class="Article__date"> <time datetime="2024-02-02 12:56">02 桅螘螔 2024</time> </div> </div> </article> <article class="col-12 col-md-6 col-xl-4 Article Article--teaser Teaser__article Teaser__article--col-3 Teaser__article--image-right" data-position="3"> <figure class="Article__image"> <a class="Article__image__intrinsic" href="https://www.contra.gr/autokinito/oi-pio-ichires-metagrafes-stin-istoria-tis-f1.10259802.html" title="螣喂 蟺喂慰 畏蠂畏蟻苇蟼 渭蔚蟿伪纬蟻伪蠁苇蟼 蟽蟿畏谓 喂蟽蟿慰蟻委伪 蟿畏蟼 F1" > <img src="https://www.contra.gr/img/7408/10259804/139000/w140/140/蠁蔚蟻蟽蟿维蟺蔚谓" alt="Red Bull driver Max Verstappen of the Netherland's poses during a team picture at the Yas Marina racetrack in Abu Dhabi, United Arab Emirates, Thursday, Nov. 28, 2019. The Emirates Formula One Grand Prix will take place on Sunday. (AP Photo/Luca Bruno)" data-srcset="https://www.contra.gr/img/7366/10259804/139000/w200/200/蠁蔚蟻蟽蟿维蟺蔚谓 200w, https://www.contra.gr/img/676/10259804/139000/w300/300/蠁蔚蟻蟽蟿维蟺蔚谓 300w, https://www.contra.gr/img/2734/10259804/139000/w460/460/蠁蔚蟻蟽蟿维蟺蔚谓 460w, https://www.contra.gr/img/6478/10259804/139000/w620/620/蠁蔚蟻蟽蟿维蟺蔚谓 620w, https://www.contra.gr/img/6336/10259804/139000/w940/940/蠁蔚蟻蟽蟿维蟺蔚谓 940w" data-sizes="(min-resolution:3x) and (min-width:1280px) 100px,(min-resolution:3x) and (min-width:600px) 153px,(min-resolution:3x) 66px,(-webkit-min-device-pixel-ratio:3) and (min-width:1280px) 100px,(-webkit-min-device-pixel-ratio:3) and (min-width:600px) 153px,(-webkit-min-device-pixel-ratio:3) 66px,(min-resolution:2x) and (min-width:1280px) 150px,(min-resolution:2x) and (min-width:600px) 230px,(min-resolution:2x) 100px,(-webkit-min-device-pixel-ratio:2) and (min-width:1280px) 150px,(-webkit-min-device-pixel-ratio:2) and (min-width:600px) 230px,(-webkit-min-device-pixel-ratio:2) 100px,(min-resolution:1x) and (min-width:1280px) 300px,(min-resolution:1x) and (min-width:600px) 460px,(min-resolution:1x) 200px,(-webkit-min-device-pixel-ratio:1) and (min-width:1280px) 300px,(-webkit-min-device-pixel-ratio:1) and (min-width:600px) 460px,(-webkit-min-device-pixel-ratio:1) 200px,200px" class="lazyload"> </a> </figure> <div class="Article__meta"> <h3 class="Article__title"> <a class="js-clamp-3" href="https://www.contra.gr/autokinito/oi-pio-ichires-metagrafes-stin-istoria-tis-f1.10259802.html" title="螣喂 蟺喂慰 畏蠂畏蟻苇蟼 渭蔚蟿伪纬蟻伪蠁苇蟼 蟽蟿畏谓 喂蟽蟿慰蟻委伪 蟿畏蟼 F1" >螣喂 蟺喂慰 畏蠂畏蟻苇蟼 渭蔚蟿伪纬蟻伪蠁苇蟼 蟽蟿畏谓 喂蟽蟿慰蟻委伪 蟿畏蟼 F1</a> </h3> <div class="Article__authorList"> <svg class="icon icon_author"> <use xlink:href="https://www.contra.gr/resources/bac2980/sprite/symbol/svg/sprite.symbol.svg#icon_author"></use> </svg> <p class="Article__author__name"> 螝惟螡危韦螒螡韦螜螡螣危 螠螤螣违巍螤螣违螞螒危</p> </div> <div class="Article__date"> <time datetime="2024-02-02 12:52">02 桅螘螔 2024</time> </div> </div> </article> <article class="col-12 col-md-6 col-xl-4 Article Article--teaser Teaser__article Teaser__article--col-3 Teaser__article--image-right" data-position="4"> <figure class="Article__image"> <a class="Article__image__intrinsic" href="https://www.contra.gr/autokinito/episimo-o-loyis-chamilton-stin-ferrari-to-2025.10259700.html" title="螘蟺委蟽畏渭慰: 螣 螞喂慰蠉喂蟼 围维渭喂位蟿慰谓 蟽蟿畏谓 Ferrari 蟿慰 2025" > <img src="https://www.contra.gr/img/4875/10259696/762000/w140/140/蠂维渭喂位蟿慰谓" alt="Mercedes driver Lewis Hamilton of Britain celebrates after winning the Turkish Formula One Grand Prix at the Istanbul Park circuit racetrack in Istanbul, Sunday, Nov. 15, 2020. (Clive Mason/Pool via AP)" data-srcset="https://www.contra.gr/img/8133/10259696/762000/w200/200/蠂维渭喂位蟿慰谓 200w, https://www.contra.gr/img/9591/10259696/762000/w300/300/蠂维渭喂位蟿慰谓 300w, https://www.contra.gr/img/8947/10259696/762000/w460/460/蠂维渭喂位蟿慰谓 460w, https://www.contra.gr/img/4231/10259696/762000/w620/620/蠂维渭喂位蟿慰谓 620w, https://www.contra.gr/img/757/10259696/762000/w940/940/蠂维渭喂位蟿慰谓 940w" data-sizes="(min-resolution:3x) and (min-width:1280px) 100px,(min-resolution:3x) and (min-width:600px) 153px,(min-resolution:3x) 66px,(-webkit-min-device-pixel-ratio:3) and (min-width:1280px) 100px,(-webkit-min-device-pixel-ratio:3) and (min-width:600px) 153px,(-webkit-min-device-pixel-ratio:3) 66px,(min-resolution:2x) and (min-width:1280px) 150px,(min-resolution:2x) and (min-width:600px) 230px,(min-resolution:2x) 100px,(-webkit-min-device-pixel-ratio:2) and (min-width:1280px) 150px,(-webkit-min-device-pixel-ratio:2) and (min-width:600px) 230px,(-webkit-min-device-pixel-ratio:2) 100px,(min-resolution:1x) and (min-width:1280px) 300px,(min-resolution:1x) and (min-width:600px) 460px,(min-resolution:1x) 200px,(-webkit-min-device-pixel-ratio:1) and (min-width:1280px) 300px,(-webkit-min-device-pixel-ratio:1) and (min-width:600px) 460px,(-webkit-min-device-pixel-ratio:1) 200px,200px" class="lazyload"> </a> </figure> <div class="Article__meta"> <h3 class="Article__title"> <a class="js-clamp-3" href="https://www.contra.gr/autokinito/episimo-o-loyis-chamilton-stin-ferrari-to-2025.10259700.html" title="螘蟺委蟽畏渭慰: 螣 螞喂慰蠉喂蟼 围维渭喂位蟿慰谓 蟽蟿畏谓 Ferrari 蟿慰 2025" >螘蟺委蟽畏渭慰: 螣 螞喂慰蠉喂蟼 围维渭喂位蟿慰谓 蟽蟿畏谓 Ferrari 蟿慰 2025</a> </h3> <div class="Article__authorList"> <svg class="icon icon_author"> <use xlink:href="https://www.contra.gr/resources/bac2980/sprite/symbol/svg/sprite.symbol.svg#icon_author"></use> </svg> <p class="Article__author__name"> 螝惟螡危韦螒螡韦螜螡螣危 螠螤螣违巍螤螣违螞螒危</p> </div> <div class="Article__date"> <time datetime="2024-02-02 11:10">02 桅螘螔 2024</time> </div> </div> </article> <article class="col-12 col-md-6 col-xl-4 Article Article--teaser Teaser__article Teaser__article--col-3 Teaser__article--image-right" data-position="5"> <figure class="Article__image"> <a class="Article__image__intrinsic" href="https://www.contra.gr/autokinito/episimo-o-loyis-chamilton-stin-ferrari-to-2025.10259695.html" title="螘蟺委蟽畏渭慰: 螣 螞慰蠉喂蟼 围维渭喂位蟿慰谓 蟽蟿畏谓 Ferrari 蟿慰 2025" > <img src="https://www.contra.gr/img/4875/10259696/762000/w140/140/蠂维渭喂位蟿慰谓" alt="Mercedes driver Lewis Hamilton of Britain celebrates after winning the Turkish Formula One Grand Prix at the Istanbul Park circuit racetrack in Istanbul, Sunday, Nov. 15, 2020. (Clive Mason/Pool via AP)" data-srcset="https://www.contra.gr/img/8133/10259696/762000/w200/200/蠂维渭喂位蟿慰谓 200w, https://www.contra.gr/img/9591/10259696/762000/w300/300/蠂维渭喂位蟿慰谓 300w, https://www.contra.gr/img/8947/10259696/762000/w460/460/蠂维渭喂位蟿慰谓 460w, https://www.contra.gr/img/4231/10259696/762000/w620/620/蠂维渭喂位蟿慰谓 620w, https://www.contra.gr/img/757/10259696/762000/w940/940/蠂维渭喂位蟿慰谓 940w" data-sizes="(min-resolution:3x) and (min-width:1280px) 100px,(min-resolution:3x) and (min-width:600px) 153px,(min-resolution:3x) 66px,(-webkit-min-device-pixel-ratio:3) and (min-width:1280px) 100px,(-webkit-min-device-pixel-ratio:3) and (min-width:600px) 153px,(-webkit-min-device-pixel-ratio:3) 66px,(min-resolution:2x) and (min-width:1280px) 150px,(min-resolution:2x) and (min-width:600px) 230px,(min-resolution:2x) 100px,(-webkit-min-device-pixel-ratio:2) and (min-width:1280px) 150px,(-webkit-min-device-pixel-ratio:2) and (min-width:600px) 230px,(-webkit-min-device-pixel-ratio:2) 100px,(min-resolution:1x) and (min-width:1280px) 300px,(min-resolution:1x) and (min-width:600px) 460px,(min-resolution:1x) 200px,(-webkit-min-device-pixel-ratio:1) and (min-width:1280px) 300px,(-webkit-min-device-pixel-ratio:1) and (min-width:600px) 460px,(-webkit-min-device-pixel-ratio:1) 200px,200px" class="lazyload"> </a> </figure> <div class="Article__meta"> <h3 class="Article__title"> <a class="js-clamp-3" href="https://www.contra.gr/autokinito/episimo-o-loyis-chamilton-stin-ferrari-to-2025.10259695.html" title="螘蟺委蟽畏渭慰: 螣 螞慰蠉喂蟼 围维渭喂位蟿慰谓 蟽蟿畏谓 Ferrari 蟿慰 2025" >螘蟺委蟽畏渭慰: 螣 螞慰蠉喂蟼 围维渭喂位蟿慰谓 蟽蟿畏谓 Ferrari 蟿慰 2025</a> </h3> <div class="Article__authorList"> <svg class="icon icon_author"> <use xlink:href="https://www.contra.gr/resources/bac2980/sprite/symbol/svg/sprite.symbol.svg#icon_author"></use> </svg> <p class="Article__author__name"> 螝惟螡危韦螒螡韦螜螡螣危 螠螤螣违巍螤螣违螞螒危</p> </div> <div class="Article__date"> <time datetime="2024-02-02 11:06">02 桅螘螔 2024</time> </div> </div> </article> <article class="col-12 col-md-6 col-xl-4 Article Article--teaser Teaser__article Teaser__article--col-3 Teaser__article--image-right" data-position="6"> <figure class="Article__image"> <a class="Article__image__intrinsic" href="https://www.contra.gr/sports/vomva-odeyei-pros-ferrari-o-chamilton.10259313.html" title="螔蠈渭尾伪: 螣未蔚蠉蔚喂 蟺蟻慰蟼 Ferrari 慰 围维渭喂位蟿慰谓" > <img src="https://www.contra.gr/img/7553/10259314/116000/w140/140/蠂维渭喂位蟿慰谓" alt="Mercedes driver Lewis Hamilton of Britain celebrates after winning the Formula One Portuguese Grand Prix at the Algarve International Circuit in Portimao, Portugal, Sunday, Oct. 25, 2020. (Rudy Carezzevoli, Pool via AP)" data-srcset="https://www.contra.gr/img/9189/10259314/116000/w200/200/蠂维渭喂位蟿慰谓 200w, https://www.contra.gr/img/7731/10259314/116000/w300/300/蠂维渭喂位蟿慰谓 300w, https://www.contra.gr/img/1027/10259314/116000/w460/460/蠂维渭喂位蟿慰谓 460w, https://www.contra.gr/img/5743/10259314/116000/w620/620/蠂维渭喂位蟿慰谓 620w, https://www.contra.gr/img/8079/10259314/116000/w940/940/蠂维渭喂位蟿慰谓 940w" data-sizes="(min-resolution:3x) and (min-width:1280px) 100px,(min-resolution:3x) and (min-width:600px) 153px,(min-resolution:3x) 66px,(-webkit-min-device-pixel-ratio:3) and (min-width:1280px) 100px,(-webkit-min-device-pixel-ratio:3) and (min-width:600px) 153px,(-webkit-min-device-pixel-ratio:3) 66px,(min-resolution:2x) and (min-width:1280px) 150px,(min-resolution:2x) and (min-width:600px) 230px,(min-resolution:2x) 100px,(-webkit-min-device-pixel-ratio:2) and (min-width:1280px) 150px,(-webkit-min-device-pixel-ratio:2) and (min-width:600px) 230px,(-webkit-min-device-pixel-ratio:2) 100px,(min-resolution:1x) and (min-width:1280px) 300px,(min-resolution:1x) and (min-width:600px) 460px,(min-resolution:1x) 200px,(-webkit-min-device-pixel-ratio:1) and (min-width:1280px) 300px,(-webkit-min-device-pixel-ratio:1) and (min-width:600px) 460px,(-webkit-min-device-pixel-ratio:1) 200px,200px" class="lazyload"> </a> </figure> <div class="Article__meta"> <h3 class="Article__title"> <a class="js-clamp-3" href="https://www.contra.gr/sports/vomva-odeyei-pros-ferrari-o-chamilton.10259313.html" title="螔蠈渭尾伪: 螣未蔚蠉蔚喂 蟺蟻慰蟼 Ferrari 慰 围维渭喂位蟿慰谓" >螔蠈渭尾伪: 螣未蔚蠉蔚喂 蟺蟻慰蟼 Ferrari 慰 围维渭喂位蟿慰谓</a> </h3> <div class="Article__authorList"> <svg class="icon icon_author"> <use xlink:href="https://www.contra.gr/resources/bac2980/sprite/symbol/svg/sprite.symbol.svg#icon_author"></use> </svg> <p class="Article__author__name"> 螝惟螡危韦螒螡韦螜螡螣危 螠螤螣违巍螤螣违螞螒危</p> </div> <div class="Article__date"> <time datetime="2024-02-01 14:05">01 桅螘螔 2024</time> </div> </div> </article> </div> </section></div> </div> </div> <div class="group-container " style="--group-bg-color:#fff;" > <div class="container"> <div class="row"> <!-- /4834629/contra.gr/ros_970x250b --> <div id='ros_970x250b' style="text-align: center;" class="ad-wrap- col-12 col-md-12 col-xl-12 slot_billboard slot_billboard_margin_top-diabled adSlot-height--250 slot_billboard_center"> <script> googletag.cmd.push(function() { googletag.display('ros_970x250b'); }); </script> </div></div> </div> </div> <div class="group-container bottom" > <div class="container"> <div class="row"> <section class="col-12 col-md-12 col-xl-9 Teaser Teaser--default " data-gtm="unsetid ID7052547" > <div class="row"> <article class="col-12 col-md-6 col-xl-4 Article Article--teaser Teaser__article Teaser__article--col-3 Teaser__article--image-right" data-position="1"> <figure class="Article__image"> <a class="Article__image__intrinsic" href="https://www.contra.gr/podosfairo/o-nte-mproine-pige-gia-f1-kai-ekane-megali-apokalypsi-gia-to-come-back-toy.10223846.html" title="螣 螡蟿蔚 螠蟺蟻蠈喂谓蔚 蟺萎纬蔚 纬喂伪 F1 魏伪喂 苇魏伪谓蔚 渭蔚纬维位畏 伪蟺慰魏维位蠀蠄畏 纬喂伪 蟿慰 come back 蟿慰蠀" > <img src="https://www.contra.gr/img/2139/10223843/120000/w140/140/kevin_de_bruyne.jpg" alt="螣 螡蟿蔚 螠蟺蟻蠈喂谓蔚 蟺萎纬蔚 纬喂伪 F1 魏伪喂 苇魏伪谓蔚 渭蔚纬维位畏 伪蟺慰魏维位蠀蠄畏 纬喂伪 蟿慰 come back 蟿慰蠀" data-srcset="https://www.contra.gr/img/2305/10223843/120000/w200/200/kevin_de_bruyne.jpg 200w, https://www.contra.gr/img/6193/10223843/120000/w300/300/kevin_de_bruyne.jpg 300w, https://www.contra.gr/img/391/10223843/120000/w460/460/kevin_de_bruyne.jpg 460w, https://www.contra.gr/img/1427/10223843/120000/w620/620/kevin_de_bruyne.jpg 620w, https://www.contra.gr/img/3339/10223843/120000/w940/940/kevin_de_bruyne.jpg 940w" data-sizes="(min-resolution:3x) and (min-width:1280px) 100px,(min-resolution:3x) and (min-width:600px) 153px,(min-resolution:3x) 66px,(-webkit-min-device-pixel-ratio:3) and (min-width:1280px) 100px,(-webkit-min-device-pixel-ratio:3) and (min-width:600px) 153px,(-webkit-min-device-pixel-ratio:3) 66px,(min-resolution:2x) and (min-width:1280px) 150px,(min-resolution:2x) and (min-width:600px) 230px,(min-resolution:2x) 100px,(-webkit-min-device-pixel-ratio:2) and (min-width:1280px) 150px,(-webkit-min-device-pixel-ratio:2) and (min-width:600px) 230px,(-webkit-min-device-pixel-ratio:2) 100px,(min-resolution:1x) and (min-width:1280px) 300px,(min-resolution:1x) and (min-width:600px) 460px,(min-resolution:1x) 200px,(-webkit-min-device-pixel-ratio:1) and (min-width:1280px) 300px,(-webkit-min-device-pixel-ratio:1) and (min-width:600px) 460px,(-webkit-min-device-pixel-ratio:1) 200px,200px" class="lazyload"> </a> </figure> <div class="Article__meta"> <h3 class="Article__title"> <a class="js-clamp-3" href="https://www.contra.gr/podosfairo/o-nte-mproine-pige-gia-f1-kai-ekane-megali-apokalypsi-gia-to-come-back-toy.10223846.html" title="螣 螡蟿蔚 螠蟺蟻蠈喂谓蔚 蟺萎纬蔚 纬喂伪 F1 魏伪喂 苇魏伪谓蔚 渭蔚纬维位畏 伪蟺慰魏维位蠀蠄畏 纬喂伪 蟿慰 come back 蟿慰蠀" >螣 螡蟿蔚 螠蟺蟻蠈喂谓蔚 蟺萎纬蔚 纬喂伪 F1 魏伪喂 苇魏伪谓蔚 渭蔚纬维位畏 伪蟺慰魏维位蠀蠄畏 纬喂伪 蟿慰 come back 蟿慰蠀</a> </h3> <div class="Article__authorList"> <svg class="icon icon_author"> <use xlink:href="https://www.contra.gr/resources/bac2980/sprite/symbol/svg/sprite.symbol.svg#icon_author"></use> </svg> <p class="Article__author__name"> CONTRA.GR</p> </div> <div class="Article__date"> <time datetime="2023-11-27 10:53">27 螡螣螘 2023</time> </div> </div> </article> <article class="col-12 col-md-6 col-xl-4 Article Article--teaser Teaser__article Teaser__article--col-3 Teaser__article--image-right" data-position="2"> <figure class="Article__image"> <a class="Article__image__intrinsic" href="https://www.contra.gr/podosfairo/o-koyrtoya-agorazei-omada-tis-formula-4-kai-oneireyetai-f1.10205819.html" title="螣 螝慰蠀蟻蟿慰蠀维 伪纬慰蟻维味蔚喂 慰渭维未伪 蟿畏蟼 Formula 4 魏伪喂 苇蠂蔚喂 蟽蟿慰 蟺位蔚蠀蟻蠈 蟿慰蠀 蟺蟻蠋畏谓 慰未畏纬蠈 蟿畏蟼 F1" > <img src="https://www.contra.gr/img/8954/10205825/065000/w140/140/courtois.jpg" alt="螣 螝慰蠀蟻蟿慰蠀维 伪纬慰蟻维味蔚喂 慰渭维未伪 蟿畏蟼 Formula 4 魏伪喂 苇蠂蔚喂 蟽蟿慰 蟺位蔚蠀蟻蠈 蟿慰蠀 蟺蟻蠋畏谓 慰未畏纬蠈 蟿畏蟼 F1" data-srcset="https://www.contra.gr/img/8096/10205825/065000/w200/200/courtois.jpg 200w, https://www.contra.gr/img/9694/10205825/065000/w300/300/courtois.jpg 300w, https://www.contra.gr/img/6376/10205825/065000/w460/460/courtois.jpg 460w, https://www.contra.gr/img/5636/10205825/065000/w620/620/courtois.jpg 620w, https://www.contra.gr/img/6330/10205825/065000/w940/940/courtois.jpg 940w" data-sizes="(min-resolution:3x) and (min-width:1280px) 100px,(min-resolution:3x) and (min-width:600px) 153px,(min-resolution:3x) 66px,(-webkit-min-device-pixel-ratio:3) and (min-width:1280px) 100px,(-webkit-min-device-pixel-ratio:3) and (min-width:600px) 153px,(-webkit-min-device-pixel-ratio:3) 66px,(min-resolution:2x) and (min-width:1280px) 150px,(min-resolution:2x) and (min-width:600px) 230px,(min-resolution:2x) 100px,(-webkit-min-device-pixel-ratio:2) and (min-width:1280px) 150px,(-webkit-min-device-pixel-ratio:2) and (min-width:600px) 230px,(-webkit-min-device-pixel-ratio:2) 100px,(min-resolution:1x) and (min-width:1280px) 300px,(min-resolution:1x) and (min-width:600px) 460px,(min-resolution:1x) 200px,(-webkit-min-device-pixel-ratio:1) and (min-width:1280px) 300px,(-webkit-min-device-pixel-ratio:1) and (min-width:600px) 460px,(-webkit-min-device-pixel-ratio:1) 200px,200px" class="lazyload"> </a> </figure> <div class="Article__meta"> <h3 class="Article__title"> <a class="js-clamp-3" href="https://www.contra.gr/podosfairo/o-koyrtoya-agorazei-omada-tis-formula-4-kai-oneireyetai-f1.10205819.html" title="螣 螝慰蠀蟻蟿慰蠀维 伪纬慰蟻维味蔚喂 慰渭维未伪 蟿畏蟼 Formula 4 魏伪喂 苇蠂蔚喂 蟽蟿慰 蟺位蔚蠀蟻蠈 蟿慰蠀 蟺蟻蠋畏谓 慰未畏纬蠈 蟿畏蟼 F1" >螣 螝慰蠀蟻蟿慰蠀维 伪纬慰蟻维味蔚喂 慰渭维未伪 蟿畏蟼 Formula 4 魏伪喂 苇蠂蔚喂 蟽蟿慰 蟺位蔚蠀蟻蠈 蟿慰蠀 蟺蟻蠋畏谓 慰未畏纬蠈 蟿畏蟼 F1</a> </h3> <div class="Article__authorList"> <svg class="icon icon_author"> <use xlink:href="https://www.contra.gr/resources/bac2980/sprite/symbol/svg/sprite.symbol.svg#icon_author"></use> </svg> <p class="Article__author__name"> CONTRA.GR</p> </div> <div class="Article__date"> <time datetime="2023-10-26 15:43">26 螣螝韦 2023</time> </div> </div> </article> <article class="col-12 col-md-6 col-xl-4 Article Article--teaser Teaser__article Teaser__article--col-3 Teaser__article--image-right" data-position="3"> <figure class="Article__image"> <a class="Article__image__intrinsic" href="https://www.contra.gr/incoming/poios-chamilton-se-estiatorio-me-gnosto-nbaer-etheathi-i-sakira-kai-oi-fimes-orgiazoyn.10115952.html" title="螤慰喂慰蟼 围维渭喂位蟿慰谓; 危蔚 蔚蟽蟿喂伪蟿蠈蟻喂慰 渭蔚 纬谓蠅蟽蟿蠈 NBAer 蔚胃蔚维胃畏 畏 危伪魏委蟻伪 魏伪喂 慰喂 蠁萎渭蔚蟼 慰蟻纬喂维味慰蠀谓" > <img src="https://www.contra.gr/img/3301/10069128/276000/w140/140/shakira.jpg" alt="FILE - Shakira poses for photographers upon arrival at the premiere of the film 'Elvis' at the 75th international film festival, Cannes, southern France, Wednesday, May 25, 2022. A Spanish judge on Tuesday, Sept. 27, 2022 approved a trial for Colombian pop singer Shakira on charges of tax fraud. Spanish prosecutors accused the entertainer in 2018 of failing to pay 14.5 million euros ($13.9) in taxes on income earned between 2012 and 2014. (AP Photo/Daniel Cole, file)" data-srcset="https://www.contra.gr/img/7441/10069128/276000/w200/200/shakira.jpg 200w, https://www.contra.gr/img/2497/10069128/276000/w300/300/shakira.jpg 300w, https://www.contra.gr/img/1159/10069128/276000/w460/460/shakira.jpg 460w, https://www.contra.gr/img/9645/10069128/276000/w620/620/shakira.jpg 620w, https://www.contra.gr/img/1787/10069128/276000/w940/940/shakira.jpg 940w" data-sizes="(min-resolution:3x) and (min-width:1280px) 100px,(min-resolution:3x) and (min-width:600px) 153px,(min-resolution:3x) 66px,(-webkit-min-device-pixel-ratio:3) and (min-width:1280px) 100px,(-webkit-min-device-pixel-ratio:3) and (min-width:600px) 153px,(-webkit-min-device-pixel-ratio:3) 66px,(min-resolution:2x) and (min-width:1280px) 150px,(min-resolution:2x) and (min-width:600px) 230px,(min-resolution:2x) 100px,(-webkit-min-device-pixel-ratio:2) and (min-width:1280px) 150px,(-webkit-min-device-pixel-ratio:2) and (min-width:600px) 230px,(-webkit-min-device-pixel-ratio:2) 100px,(min-resolution:1x) and (min-width:1280px) 300px,(min-resolution:1x) and (min-width:600px) 460px,(min-resolution:1x) 200px,(-webkit-min-device-pixel-ratio:1) and (min-width:1280px) 300px,(-webkit-min-device-pixel-ratio:1) and (min-width:600px) 460px,(-webkit-min-device-pixel-ratio:1) 200px,200px" class="lazyload"> </a> </figure> <div class="Article__meta"> <h3 class="Article__title"> <a class="js-clamp-3" href="https://www.contra.gr/incoming/poios-chamilton-se-estiatorio-me-gnosto-nbaer-etheathi-i-sakira-kai-oi-fimes-orgiazoyn.10115952.html" title="螤慰喂慰蟼 围维渭喂位蟿慰谓; 危蔚 蔚蟽蟿喂伪蟿蠈蟻喂慰 渭蔚 纬谓蠅蟽蟿蠈 NBAer 蔚胃蔚维胃畏 畏 危伪魏委蟻伪 魏伪喂 慰喂 蠁萎渭蔚蟼 慰蟻纬喂维味慰蠀谓" >螤慰喂慰蟼 围维渭喂位蟿慰谓; 危蔚 蔚蟽蟿喂伪蟿蠈蟻喂慰 渭蔚 纬谓蠅蟽蟿蠈 NBAer 蔚胃蔚维胃畏 畏 危伪魏委蟻伪 魏伪喂 慰喂 蠁萎渭蔚蟼 慰蟻纬喂维味慰蠀谓</a> </h3> <div class="Article__authorList"> <svg class="icon icon_author"> <use xlink:href="https://www.contra.gr/resources/bac2980/sprite/symbol/svg/sprite.symbol.svg#icon_author"></use> </svg> <p class="Article__author__name"> CONTRA.GR</p> </div> <div class="Article__date"> <time datetime="2023-07-15 15:34">15 螜螣违螞 2023</time> </div> </div> </article> <article class="col-12 col-md-6 col-xl-4 Article Article--teaser Teaser__article Teaser__article--col-3 Teaser__article--image-right" data-position="4"> <figure class="Article__image"> <a class="Article__image__intrinsic" href="https://www.contra.gr/autokinito/f1-plithainoyn-oi-fimes-gia-eidyllio-toy-chamilton-me-tin-sakira.10069126.html" title="F1: 螤位畏胃伪委谓慰蠀谓 慰喂 蠁萎渭蔚蟼 纬喂伪 蔚喂未蠉位位喂慰 蟿慰蠀 围维渭喂位蟿慰谓 渭蔚 蟿畏谓 危伪魏委蟻伪" > <img src="https://www.contra.gr/img/3301/10069128/276000/w140/140/shakira.jpg" alt="FILE - Shakira poses for photographers upon arrival at the premiere of the film 'Elvis' at the 75th international film festival, Cannes, southern France, Wednesday, May 25, 2022. A Spanish judge on Tuesday, Sept. 27, 2022 approved a trial for Colombian pop singer Shakira on charges of tax fraud. Spanish prosecutors accused the entertainer in 2018 of failing to pay 14.5 million euros ($13.9) in taxes on income earned between 2012 and 2014. (AP Photo/Daniel Cole, file)" data-srcset="https://www.contra.gr/img/7441/10069128/276000/w200/200/shakira.jpg 200w, https://www.contra.gr/img/2497/10069128/276000/w300/300/shakira.jpg 300w, https://www.contra.gr/img/1159/10069128/276000/w460/460/shakira.jpg 460w, https://www.contra.gr/img/9645/10069128/276000/w620/620/shakira.jpg 620w, https://www.contra.gr/img/1787/10069128/276000/w940/940/shakira.jpg 940w" data-sizes="(min-resolution:3x) and (min-width:1280px) 100px,(min-resolution:3x) and (min-width:600px) 153px,(min-resolution:3x) 66px,(-webkit-min-device-pixel-ratio:3) and (min-width:1280px) 100px,(-webkit-min-device-pixel-ratio:3) and (min-width:600px) 153px,(-webkit-min-device-pixel-ratio:3) 66px,(min-resolution:2x) and (min-width:1280px) 150px,(min-resolution:2x) and (min-width:600px) 230px,(min-resolution:2x) 100px,(-webkit-min-device-pixel-ratio:2) and (min-width:1280px) 150px,(-webkit-min-device-pixel-ratio:2) and (min-width:600px) 230px,(-webkit-min-device-pixel-ratio:2) 100px,(min-resolution:1x) and (min-width:1280px) 300px,(min-resolution:1x) and (min-width:600px) 460px,(min-resolution:1x) 200px,(-webkit-min-device-pixel-ratio:1) and (min-width:1280px) 300px,(-webkit-min-device-pixel-ratio:1) and (min-width:600px) 460px,(-webkit-min-device-pixel-ratio:1) 200px,200px" class="lazyload"> </a> </figure> <div class="Article__meta"> <h3 class="Article__title"> <a class="js-clamp-3" href="https://www.contra.gr/autokinito/f1-plithainoyn-oi-fimes-gia-eidyllio-toy-chamilton-me-tin-sakira.10069126.html" title="F1: 螤位畏胃伪委谓慰蠀谓 慰喂 蠁萎渭蔚蟼 纬喂伪 蔚喂未蠉位位喂慰 蟿慰蠀 围维渭喂位蟿慰谓 渭蔚 蟿畏谓 危伪魏委蟻伪" >F1: 螤位畏胃伪委谓慰蠀谓 慰喂 蠁萎渭蔚蟼 纬喂伪 蔚喂未蠉位位喂慰 蟿慰蠀 围维渭喂位蟿慰谓 渭蔚 蟿畏谓 危伪魏委蟻伪</a> </h3> <div class="Article__authorList"> <svg class="icon icon_author"> <use xlink:href="https://www.contra.gr/resources/bac2980/sprite/symbol/svg/sprite.symbol.svg#icon_author"></use> </svg> <p class="Article__author__name"> CONTRA.GR</p> </div> <div class="Article__date"> <time datetime="2023-06-06 12:24">06 螜螣违螡 2023</time> </div> </div> </article> <article class="col-12 col-md-6 col-xl-4 Article Article--teaser Teaser__article Teaser__article--col-3 Teaser__article--image-right" data-position="5"> <figure class="Article__image"> <a class="Article__image__intrinsic" href="https://www.contra.gr/autokinito/f1-vomva-oi-aggloi-miloyn-gia-protasi-40-ekat-tis-ferari-ston-chamilton.10052475.html" title="F1: 螔蠈渭尾伪! 螣喂 螁纬纬位慰喂 渭喂位慰蠉谓 纬喂伪 蟺蟻蠈蟿伪蟽畏 40 蔚魏伪蟿. 蟿畏蟼 桅蔚蟻维蟻喂 蟽蟿慰谓 围维渭喂位蟿慰谓" > <img src="https://www.contra.gr/img/9584/9908080/978000/w140/140/hamilton.jpg" alt="Mercedes driver Lewis Hamilton of Britain speaks during a press conferencein Sao Paulo, Brazil, Wednesday, Nov. 9, 2022. Hamilton will compete Sunday in the Brazilian Formula One Grand Prix at Sao Paulo's Interlagos circuit. (AP Photo/Andre Penner)" data-srcset="https://www.contra.gr/img/442/9908080/978000/w200/200/hamilton.jpg 200w, https://www.contra.gr/img/8844/9908080/978000/w300/300/hamilton.jpg 300w, https://www.contra.gr/img/2382/9908080/978000/w460/460/hamilton.jpg 460w, https://www.contra.gr/img/3122/9908080/978000/w620/620/hamilton.jpg 620w, https://www.contra.gr/img/2208/9908080/978000/w940/940/hamilton.jpg 940w" data-sizes="(min-resolution:3x) and (min-width:1280px) 100px,(min-resolution:3x) and (min-width:600px) 153px,(min-resolution:3x) 66px,(-webkit-min-device-pixel-ratio:3) and (min-width:1280px) 100px,(-webkit-min-device-pixel-ratio:3) and (min-width:600px) 153px,(-webkit-min-device-pixel-ratio:3) 66px,(min-resolution:2x) and (min-width:1280px) 150px,(min-resolution:2x) and (min-width:600px) 230px,(min-resolution:2x) 100px,(-webkit-min-device-pixel-ratio:2) and (min-width:1280px) 150px,(-webkit-min-device-pixel-ratio:2) and (min-width:600px) 230px,(-webkit-min-device-pixel-ratio:2) 100px,(min-resolution:1x) and (min-width:1280px) 300px,(min-resolution:1x) and (min-width:600px) 460px,(min-resolution:1x) 200px,(-webkit-min-device-pixel-ratio:1) and (min-width:1280px) 300px,(-webkit-min-device-pixel-ratio:1) and (min-width:600px) 460px,(-webkit-min-device-pixel-ratio:1) 200px,200px" class="lazyload"> </a> </figure> <div class="Article__meta"> <h3 class="Article__title"> <a class="js-clamp-3" href="https://www.contra.gr/autokinito/f1-vomva-oi-aggloi-miloyn-gia-protasi-40-ekat-tis-ferari-ston-chamilton.10052475.html" title="F1: 螔蠈渭尾伪! 螣喂 螁纬纬位慰喂 渭喂位慰蠉谓 纬喂伪 蟺蟻蠈蟿伪蟽畏 40 蔚魏伪蟿. 蟿畏蟼 桅蔚蟻维蟻喂 蟽蟿慰谓 围维渭喂位蟿慰谓" >F1: 螔蠈渭尾伪! 螣喂 螁纬纬位慰喂 渭喂位慰蠉谓 纬喂伪 蟺蟻蠈蟿伪蟽畏 40 蔚魏伪蟿. 蟿畏蟼 桅蔚蟻维蟻喂 蟽蟿慰谓 围维渭喂位蟿慰谓</a> </h3> <div class="Article__authorList"> <svg class="icon icon_author"> <use xlink:href="https://www.contra.gr/resources/bac2980/sprite/symbol/svg/sprite.symbol.svg#icon_author"></use> </svg> <p class="Article__author__name"> CONTRA.GR</p> </div> <div class="Article__date"> <time datetime="2023-05-22 13:23">22 螠螒为 2023</time> </div> </div> </article> <article class="col-12 col-md-6 col-xl-4 Article Article--teaser Teaser__article Teaser__article--col-3 Teaser__article--image-right" data-position="6"> <figure class="Article__image"> <a class="Article__image__intrinsic" href="https://www.contra.gr/podosfairo/i-ivana-knoyl-afise-to-podosfairo-gia-tin-f1-kai-erixe-to-instagram.10034447.html" title="螚 螜尾维谓伪 螝谓慰蠀位 维蠁畏蟽蔚 蟿慰 蟺慰未蠈蟽蠁伪喂蟻慰 纬喂伪 蟿畏谓 F1 魏伪喂 "苇蟻喂尉蔚" 蟿慰 Instagram" > <img src="https://www.contra.gr/img/4115/9864891/569000/w140/140/ivana_knull.jpg" alt="A fan of Croatia poses for a photo ahead of the start of the World Cup quarterfinal soccer match between Croatia and Brazil, at the Education City Stadium in Al Rayyan, Qatar, Friday, Dec. 9, 2022. (AP Photo/Darko Bandic)" data-srcset="https://www.contra.gr/img/8825/9864891/569000/w200/200/ivana_knull.jpg 200w, https://www.contra.gr/img/6215/9864891/569000/w300/300/ivana_knull.jpg 300w, https://www.contra.gr/img/6273/9864891/569000/w460/460/ivana_knull.jpg 460w, https://www.contra.gr/img/8373/9864891/569000/w620/620/ivana_knull.jpg 620w, https://www.contra.gr/img/531/9864891/569000/w940/940/ivana_knull.jpg 940w" data-sizes="(min-resolution:3x) and (min-width:1280px) 100px,(min-resolution:3x) and (min-width:600px) 153px,(min-resolution:3x) 66px,(-webkit-min-device-pixel-ratio:3) and (min-width:1280px) 100px,(-webkit-min-device-pixel-ratio:3) and (min-width:600px) 153px,(-webkit-min-device-pixel-ratio:3) 66px,(min-resolution:2x) and (min-width:1280px) 150px,(min-resolution:2x) and (min-width:600px) 230px,(min-resolution:2x) 100px,(-webkit-min-device-pixel-ratio:2) and (min-width:1280px) 150px,(-webkit-min-device-pixel-ratio:2) and (min-width:600px) 230px,(-webkit-min-device-pixel-ratio:2) 100px,(min-resolution:1x) and (min-width:1280px) 300px,(min-resolution:1x) and (min-width:600px) 460px,(min-resolution:1x) 200px,(-webkit-min-device-pixel-ratio:1) and (min-width:1280px) 300px,(-webkit-min-device-pixel-ratio:1) and (min-width:600px) 460px,(-webkit-min-device-pixel-ratio:1) 200px,200px" class="lazyload"> </a> </figure> <div class="Article__meta"> <h3 class="Article__title"> <a class="js-clamp-3" href="https://www.contra.gr/podosfairo/i-ivana-knoyl-afise-to-podosfairo-gia-tin-f1-kai-erixe-to-instagram.10034447.html" title="螚 螜尾维谓伪 螝谓慰蠀位 维蠁畏蟽蔚 蟿慰 蟺慰未蠈蟽蠁伪喂蟻慰 纬喂伪 蟿畏谓 F1 魏伪喂 "苇蟻喂尉蔚" 蟿慰 Instagram" >螚 螜尾维谓伪 螝谓慰蠀位 维蠁畏蟽蔚 蟿慰 蟺慰未蠈蟽蠁伪喂蟻慰 纬喂伪 蟿畏谓 F1 魏伪喂 "苇蟻喂尉蔚" 蟿慰 Instagram</a> </h3> <div class="Article__authorList"> <svg class="icon icon_author"> <use xlink:href="https://www.contra.gr/resources/bac2980/sprite/symbol/svg/sprite.symbol.svg#icon_author"></use> </svg> <p class="Article__author__name"> CONTRA.GR</p> </div> <div class="Article__date"> <time datetime="2023-05-08 11:57">08 螠螒为 2023</time> </div> </div> </article> </div> </section> <div class="pagination"> <div class="btn btn-primary" onclick="window.Pagination.loadmore(7052547, 'TAG', this);">螖螘螜韦螘 螤螘巍螜危危螣韦螘巍螒<div class="load-image" style="display:none;"></div></div> </div></div> </div> </div> <div class="group-container margin-bottom-20 margin-bottom-md-60 margin-bottom-xl-80" style="--group-bg-color:#fff;" > <div class="container"> <div class="row"> <!-- /4834629/contra.gr/ros_970x250c --> <div id='ros_970x250c' style="text-align: center;" class="ad-wrap- col-12 col-md-12 col-xl-12 adSlot-height--970x250c slot_billboard_center"> <script> googletag.cmd.push(function() { googletag.display('ros_970x250c'); }); </script> </div></div> </div> </div> </main> <!-- FOOTER --> <footer class="footer" id="footer"> <div class="group-container footer-menu group-container-amp-blue" style="--group-bg-color:#002040;" > <div class="container"> <div class="row"> <div class="col-12 footer-menu__inner"> <ul class="footer-menu__list"> <li class="nav-item d-none d-md-inline"> <a title="螣巍螣螜 围巍螚危螚危" class="nav-link" id="link0" href="https://www.contra.gr/oroi-chrisis.7442957.html" >螣巍螣螜 围巍螚危螚危</a> </li> <li class="nav-item"> <a title="韦螒违韦螣韦螚韦螒" class="nav-link" id="link1" href="https://www.contra.gr/taytotita.10053775.html" target="_self">韦螒违韦螣韦螚韦螒</a> </li> <li class="nav-item d-none d-md-inline"> <a title="螤螣螞螜韦螜螝螚 螒螤螣巍巍螚韦螣违" class="nav-link" id="link2" href="https://www.contra.gr/politiki-aporritoy-prostasias-prosopikon-dedomenon.7442956.html" >螤螣螞螜韦螜螝螚 螒螤螣巍巍螚韦螣违</a> </li> <li class="nav-item"> <a title="螘螤螜螝螣螜螡惟螡螜螒" class="nav-link" id="link3" href="javascript:void(0);" onclick="Modal.openModal();">螘螤螜螝螣螜螡惟螡螜螒</a> </li> </ul> <div class="footer-menu__social"> <div class="social-list"> <a class="social-list__icon" rel="noopener nofollow" target="_blank" href="https://www.facebook.com/contragr/" title="Facebook"> <svg class="icon icon_social"> <use xlink:href="https://www.contra.gr/resources/bac2980/sprite/symbol/svg/sprite.symbol.svg#icon_facebook"></use> </svg> </a> <a class="social-list__icon" rel="noopener nofollow" target="_blank" href="https://www.twitter.com/Contragr" title="Twitter"> <svg class="icon icon_social"> <use xlink:href="https://www.contra.gr/resources/bac2980/sprite/symbol/svg/sprite.symbol.svg#icon_twitter"></use> </svg> </a> <a class="social-list__icon" rel="noopener nofollow" target="_blank" href="https://www.instagram.com/Contragr/" title="Instagram"> <svg class="icon icon_social"> <use xlink:href="https://www.contra.gr/resources/bac2980/sprite/symbol/svg/sprite.symbol.svg#icon_instagram"></use> </svg> </a> </div> <div class="newsletter"> <a href="http://eepurl.com/gs4Kyn" class="newsletter__icon" target="_blank" rel="noopener nofollow external"> Newsletter<svg class="icon icon_newsletter"> <use xlink:href="https://www.contra.gr/resources/bac2980/sprite/symbol/svg/sprite.symbol.svg#icon_envelop"></use> </svg> </a> </div> </div> </div> <div id="contactFormContainer" class="contactFormContainer modal fade" role="dialog"> <div class="modal-dialog"> <!-- Modal content--> <div class="modal-content"> <div class="modal-header"> <h2 class="contactFormContainer__header" >螘螤螜螝螣螜螡惟螡螜螒</h2> <button type="button" class="close" onclick="Modal.closeModal();" data-dismiss="modal"> <svg class="icon icon-close"> <use xlink:href="https://www.contra.gr/resources/bac2980/sprite/symbol/svg/sprite.symbol.svg#icon_window_close"></use> </svg> </button> </div> <div class="modal-body"> <form id="contact-form" name="contact-form" class="contactFormContainer__form" action="#" method="POST" novalidate="novalidate"> <div class="row"> <div class="form-group col-md-6"> <label for="subj">螤蟻慰蟼*</label> <select name="subj" class="form-control form-select" id="subj"> <option value="螘螤螜螝螣螜螡惟螡螜螒" selected>螘螤螜螝螣螜螡惟螡螜螒</option> <option value="螖IA桅螚螠螜危螚">螖IA桅螚螠螜危螚</option> </select> <script> (function(){ for (let select of document.currentScript.parentNode.children) { if (select.tagName == 'SELECT') { const menuSelect = { element: select, options: { //silent: true, searchEnabled: false, shouldSort: false } }; window.menuSelects = window.menuSelects || []; window.menuSelects.push(menuSelect); } } })(); </script> <!--input type="hidden" name="subj" value="epikoinwnia" class="text ui-widget-content ui-corner-all" <input type="hidden" name="address" class="text ui-widget-content ui-corner-all"> <input type="hidden" name="tel" class="text ui-widget-content ui-corner-all">--> </div> </div> <div class="row"> <div class="form-group col-md-6"> <label for="name">螣螡螣螠螒*</label> <input type="text" class="form-control" name="name" id="name" oninput="Contact.onInput(this);"> <div class="errorForm"></div> </div> <div class="form-group col-md-6"> <label for="mailFrom">EMAIL*</label> <input type="text" class="form-control" name="mailFrom" id="mailFrom" oninput="Contact.onInput(this);"> <div class="errorForm"></div> </div> </div> <div class="row"> <div class="form-group col-md-6"> <label for="telFrom">韦螚螞螘桅惟螡螣</label> <input type="text" class="form-control" name="telFrom" id="telFrom" oninput="Contact.onInput(this);"> <div class="errorForm"></div> </div> </div> <div class="row"> <div class="form-group col-md-12"> <label for="plainContent">螠螚螡违螠螒*</label> <textarea class="form-control" name="plainContent" id="plainContent" oninput="Contact.onInput(this);"></textarea> <div class="errorForm"></div> </div> </div> <div class="row"> <div class="col-md-6 placehold"> <div class="contactFormMessage viablePlaceholder"></div> </div> </div> <div class="row"> <div class="form-group col-md-6"> <span class="note">* 违蟺慰蠂蟻蔚蠅蟿喂魏维 螤蔚未委伪</span> </div> <div class="form-group col-md-6 button"> <button id="btn" class="btn btn-primary ml-auto" onclick="window.Contact.submit('contact-form', 'https://www.contra.gr/widget/id6723174?view=ajax')" type="button">螒螤螣危韦螣螞螚</button> </div> </div> </form> </div> </div> </div> </div> <script> // Modal initialize window.Modal.init(); </script></div> </div> </div> <div class="group-container footer-bon d-none d-xl-block group-container-amp-grey" style="--group-bg-color:#f5f5f5;" > <div class="container"> <div class="row"> <section class="footer-bon__inner col-12" data-gtm="unsetid ID6723176"> <h2 class="footer-bon__title">24 MEDIA NETWORK</h2> <div class="rss-list"> <div id="Sport24" class="rss-list__box"> <div class="logo-brand"> <a href="https://www.sport24.gr/?utm_source=Contra&utm_medium=footer&utm_campaign=24MediaWidget" title="Sport24" target="_blank" rel="noopener nofollow external"> <svg id="sport24Logo" class="icon logo_sport24"> <use xlink:href="https://www.contra.gr/resources/bac2980/sprite/symbol/svg/sprite.symbol.svg#logo_sport24"></use> </svg> </a> </div> <ul class="rss-articles list-group"> <li class="list-group-item" data-position="1"> <a class="list-group-link" href="https://www.sport24.gr/stoixima/i-protasi-tis-imeras-apo-to-match-money-kayti-i-sefilnt-gioynaitent-provadisma-tis-san-paoyli-sto-exaponto.10420382.html?utm_source=Contra&utm_medium=footer&utm_campaign=24MediaWidget" title="螚 蟺蟻蠈蟿伪蟽畏 蟿畏蟼 畏渭苇蟻伪蟼 伪蟺蠈 蟿慰 Match Money: 螝伪蠀蟿萎 畏 危苇蠁喂位谓蟿 螕喂慰蠀谓维喂蟿蔚谓蟿, 蟺蟻慰尾维未喂蟽渭伪 蟿畏蟼 危伪谓 螤维慰蠀位喂 蟽蟿慰 蔚尉维蟺慰谓蟿慰" target="_blank" rel="noopener nofollow external">螚 蟺蟻蠈蟿伪蟽畏 蟿畏蟼 畏渭苇蟻伪蟼 伪蟺蠈 蟿慰 Match Money: 螝伪蠀蟿萎 畏 危苇蠁喂位谓蟿 螕喂慰蠀谓维喂蟿蔚谓蟿, 蟺蟻慰尾维未喂蟽渭伪 蟿畏蟼 危伪谓 螤维慰蠀位喂 蟽蟿慰 蔚尉维蟺慰谓蟿慰</a> </li> <li class="list-group-item" data-position="2"> <a class="list-group-link" href="https://www.sport24.gr/polo/ethniki-polo-gynaikon-aytes-einai-oi-protes-kliseis-toy-chari-paylidi.10420371.html?utm_source=Contra&utm_medium=footer&utm_campaign=24MediaWidget" title="螘胃谓喂魏萎 蟺蠈位慰 纬蠀谓伪喂魏蠋谓: 螒蠀蟿苇蟼 蔚委谓伪喂 慰喂 蟺蟻蠋蟿蔚蟼 魏位萎蟽蔚喂蟼 蟿慰蠀 围维蟻畏 螤伪蠀位委未畏" target="_blank" rel="noopener nofollow external">螘胃谓喂魏萎 蟺蠈位慰 纬蠀谓伪喂魏蠋谓: 螒蠀蟿苇蟼 蔚委谓伪喂 慰喂 蟺蟻蠋蟿蔚蟼 魏位萎蟽蔚喂蟼 蟿慰蠀 围维蟻畏 螤伪蠀位委未畏</a> </li> </ul> </div> <div id="News247" class="rss-list__box"> <div class="logo-brand"> <a href="https://www.news247.gr/?utm_source=Contra&utm_medium=footer&utm_campaign=24MediaWidget" title="News247" target="_blank" rel="noopener nofollow external"> <svg id="news247Logo" class="icon logo_news247"> <use xlink:href="https://www.contra.gr/resources/bac2980/sprite/symbol/svg/sprite.symbol.svg#logo_news247"></use> </svg> </a> </div> <ul class="rss-articles list-group"> <li class="list-group-item" data-position="1"> <a class="list-group-link" href="https://www.news247.gr/ellada/xanthi-pou-strefontai-oi-erevnes-gia-tin-tragodia-apo-diarroi-igraeriou/?utm_source=Contra&utm_medium=footer&utm_campaign=24MediaWidget" title="螢维谓胃畏: 螤慰蠉 蟽蟿蟻苇蠁慰谓蟿伪喂 慰喂 苇蟻蔚蠀谓蔚蟼 纬喂伪 蟿畏谓 蟿蟻伪纬蠅未委伪 伪蟺蠈 未喂伪蟻蟻慰萎 蠀纬蟻伪蔚蟻委慰蠀" target="_blank" rel="noopener nofollow external">螢维谓胃畏: 螤慰蠉 蟽蟿蟻苇蠁慰谓蟿伪喂 慰喂 苇蟻蔚蠀谓蔚蟼 纬喂伪 蟿畏谓 蟿蟻伪纬蠅未委伪 伪蟺蠈 未喂伪蟻蟻慰萎 蠀纬蟻伪蔚蟻委慰蠀</a> </li> <li class="list-group-item" data-position="2"> <a class="list-group-link" href="https://www.news247.gr/ellada/efialti-epi-seira-eton-zousan-ta-paidia-sto-spiti-ton-astinomikon-goneon-tous/?utm_source=Contra&utm_medium=footer&utm_campaign=24MediaWidget" title="螘蠁喂维位蟿畏 蔚蟺委 蟽蔚喂蟻维 蔚蟿蠋谓 味慰蠉蟽伪谓 蟿伪 蟺伪喂未喂维 蟽蟿慰 蟽蟺委蟿喂 蟿蠅谓 伪蟽蟿蠀谓慰渭喂魏蠋谓 纬慰谓苇蠅谓 蟿慰蠀蟼" target="_blank" rel="noopener nofollow external">螘蠁喂维位蟿畏 蔚蟺委 蟽蔚喂蟻维 蔚蟿蠋谓 味慰蠉蟽伪谓 蟿伪 蟺伪喂未喂维 蟽蟿慰 蟽蟺委蟿喂 蟿蠅谓 伪蟽蟿蠀谓慰渭喂魏蠋谓 纬慰谓苇蠅谓 蟿慰蠀蟼</a> </li> <li class="list-group-item" data-position="3"> <a class="list-group-link" href="https://www.news247.gr/politiki/black-friday-poies-etaireies-elavan-prostimo-gia-paraplanitikes-ekptoseis/?utm_source=Contra&utm_medium=footer&utm_campaign=24MediaWidget" title="Black Friday: 螤慰喂蔚蟼 蔚蟿伪喂蟻蔚委蔚蟼 苇位伪尾伪谓 蟺蟻蠈蟽蟿喂渭慰 纬喂伪 蟺伪蟻伪蟺位伪谓畏蟿喂魏苇蟼 蔚魏蟺蟿蠋蟽蔚喂蟼" target="_blank" rel="noopener nofollow external">Black Friday: 螤慰喂蔚蟼 蔚蟿伪喂蟻蔚委蔚蟼 苇位伪尾伪谓 蟺蟻蠈蟽蟿喂渭慰 纬喂伪 蟺伪蟻伪蟺位伪谓畏蟿喂魏苇蟼 蔚魏蟺蟿蠋蟽蔚喂蟼</a> </li> </ul> </div> <div id="Ladylike" class="rss-list__box"> <div class="logo-brand"> <a href="?utm_source=Contra&utm_medium=footer&utm_campaign=24MediaWidget" title="Ladylike" target="_blank" rel="noopener nofollow external"> <svg id="ladylikeLogo" class="icon logo_ladylike"> <use xlink:href="https://www.contra.gr/resources/bac2980/sprite/symbol/svg/sprite.symbol.svg#logo_ladylike"></use> </svg> </a> </div> <ul class="rss-articles list-group"> </ul> </div> <div id="Oneman" class="rss-list__box"> <div class="logo-brand"> <a href="https://www.oneman.gr/?utm_source=Contra&utm_medium=footer&utm_campaign=24MediaWidget" title="Oneman" target="_blank" rel="noopener nofollow external"> <svg id="onemanLogo" class="icon logo_oneman"> <use xlink:href="https://www.contra.gr/resources/bac2980/sprite/symbol/svg/sprite.symbol.svg#logo_oneman"></use> </svg> </a> </div> <ul class="rss-articles list-group"> <li class="list-group-item" data-position="1"> <a class="list-group-link" href="https://www.oneman.gr/life/crypto-neoploutos-edose-6-2-ekat-gia-na-faei-tin-banana-ergo-texnis-tou-cattelan/?utm_source=Contra&utm_medium=footer&utm_campaign=24MediaWidget" title="Crypto 谓蔚蠈蟺位慰蠀蟿慰蟼 苇未蠅蟽蔚 6.2 蔚魏伪蟿. 纬喂伪 谓伪 蠁维蔚喂 蟿畏谓 渭蟺伪谓维谓伪-苇蟻纬慰 蟿苇蠂谓畏蟼 蟿慰蠀 Cattelan" target="_blank" rel="noopener nofollow external">Crypto 谓蔚蠈蟺位慰蠀蟿慰蟼 苇未蠅蟽蔚 6.2 蔚魏伪蟿. 纬喂伪 谓伪 蠁维蔚喂 蟿畏谓 渭蟺伪谓维谓伪-苇蟻纬慰 蟿苇蠂谓畏蟼 蟿慰蠀 Cattelan</a> </li> <li class="list-group-item" data-position="2"> <a class="list-group-link" href="https://www.oneman.gr/podcasts/trianta-xronia-meta-to-speed-mas-exei-akoma-stin-tsita/?utm_source=Contra&utm_medium=footer&utm_campaign=24MediaWidget" title="30 蠂蟻蠈谓喂伪 渭蔚蟿维, 蟿慰 Speed 渭维蟼 苇蠂蔚喂 伪魏蠈渭伪 蟽蟿畏谓 蟿蟽委蟿伪" target="_blank" rel="noopener nofollow external">30 蠂蟻蠈谓喂伪 渭蔚蟿维, 蟿慰 Speed 渭维蟼 苇蠂蔚喂 伪魏蠈渭伪 蟽蟿畏谓 蟿蟽委蟿伪</a> </li> <li class="list-group-item" data-position="3"> <a class="list-group-link" href="https://www.oneman.gr/life/bora-roni-yam-oi-pio-perierges-onomasies-ton-kakokairion-stin-ellada/?utm_source=Contra&utm_medium=footer&utm_campaign=24MediaWidget" title="Bora, Roni, Yam: 螣喂 蟺喂慰 蟺蔚蟻委蔚蟻纬蔚蟼 慰谓慰渭伪蟽委蔚蟼 蟿蠅谓 魏伪魏慰魏伪喂蟻喂蠋谓 蟽蟿畏谓 螘位位维未伪" target="_blank" rel="noopener nofollow external">Bora, Roni, Yam: 螣喂 蟺喂慰 蟺蔚蟻委蔚蟻纬蔚蟼 慰谓慰渭伪蟽委蔚蟼 蟿蠅谓 魏伪魏慰魏伪喂蟻喂蠋谓 蟽蟿畏谓 螘位位维未伪</a> </li> </ul> </div> </div> </section> <div class="col-12 Code "> <!-- Contra.gr Scroller-Widget & Sticky Desktop Left --> <!-- Old Script Code <script data-ws="23523" data-h="phaistos-ssp.adman.gr" data-s="1x1" src="//static.adman.gr/adman.js"></script> --> <!-- New Script Code - ADOPS-140 --> <script async src="https://static.adman.gr/adman.js"></script> <script> console.log("Contra.gr Scroller-Widget & Sticky Desktop Left"); window.AdmanQueue=window.AdmanQueue||[];AdmanQueue.push(function(){Adman.adunit({id:667,h:'https://x.grxchange.gr',inline:true})}); </script></div></div> </div> </div> <div class="footer__copyright"> <div class="container"> <div class="row"> <div class="footer__links d-md-none"> <ul class="nav footer__links--wrap"> <li class="nav-item"> <a class="nav-link" href="/oroi-chrisis.7442957.html">螣巍螣螜 围巍螚危螚危</a> </li> <li class="nav-item"> <a class="nav-link" href="/politiki-aporritoy-prostasias-prosopikon-dedomenon.7442956.html">螤螣螞螜韦螜螝螚 螒螤螣巍巍螚韦螣违</a> </li> </ul> </div> <p>SITE 韦螣违 螣螠螜螞螣违 24 MEDIA</p> <div class="footer__logo-footer"> <a href="https://www.24media.gr/#about" target="_top"> <img src="https://www.contra.gr/resources/bac2980/images/vector/24media_logo.svg" alt="24Media" title="24Media"/> </a> </div> <p>螠螘螞螣危</p> <div class="footer__logo-footer ened"> <a href="http://www.ened.gr/" target="_top"> <img src="https://www.contra.gr/resources/bac2980/images/vector/logo_contra_ened.svg" alt="ened" title="ened"/> </a> </div> <p>螒巍螜螛螠螣危 螤螜危韦螣螤螣螜螚危螚危 螠.螚.韦 232312</p> <span>漏 2024 CONTRA. ALL RIGHTS RESERVED. </span> </div> </div> </div> </footer> <!-- BOTTOM --> <!-- /4834629/contra.gr/ros_320x50stuck --> <div id='ros_320x50stuck' style="text-align: center;" class="ad-wrap- col-12 col-md-12 col-xl-12 adSlot-height--stuck"> <script> googletag.cmd.push(function() { googletag.display('ros_320x50stuck'); }); </script> </div> <!-- exitbee code --> <script> (function (e, x, i, t, b) {e["ExitBeeObject"] = b;e[b] = e[b] || function () { (e[b].args = e[b].args || []).push(arguments);}; a = x.createElement(i), m = x.getElementsByTagName(i)[0]; a.async = 1;a.src = t;m.parentNode.insertBefore(a, m) }) (window, document, "script", "https://cdn.exitbee.com/xtb.min.js", "xtb") xtb("loadSite", "7018"); </script><!-- Old Overlay Players & Glomex Code <script data-ws="23325" data-h="phaistos-ssp.adman.gr" data-s="1x1" src="//static.adman.gr/adman.js"></script> --> <!-- ADOPS-142 Glomex - Replace Phaistos script - 24media ( Overlay Players & Glomex) --> <script async src="https://static.adman.gr/adman.js"></script> <script>window.AdmanQueue=window.AdmanQueue||[];AdmanQueue.push(function(){Adman.adunit({id:671,h:'https://x.grxchange.gr',inline:true})});</script><!-- Important Note: place this code right before closing body tag (</body>) --> <!-- START Parse.ly Include: Standard --> <div id="parsely-root" style="display: none"> <div id="parsely-cfg" data-parsely-site="contra.gr"></div> </div> <script> window.PARSELY = window.PARSELY || { onload: function () { PARSELY.setConfigOptions({ track_ip_addresses: false, track_third_party_cookies: false });}}; (function(s, p, d) { var h=d.location.protocol, i=p+"-"+s, e=d.getElementById(i), r=d.getElementById(p+"-root"), u=h==="https:"?"d1z2jf7jlzjs58.cloudfront.net" :"static."+p+".com"; if (e) return; e = d.createElement(s); e.id = i; e.async = true; e.src = h+"//"+u+"/p.js"; r.appendChild(e); })("script", "parsely", document); </script> <!-- END Parse.ly Include: Standard --></body> </html>