/* Contents:
 - block-acf-players
 - core-block-supports-duotone
*/section.players{max-width:100%;display:block;-ms-flex:1;flex:1}@media (max-width:769px){section.players{width:100%}}@media (max-width:650px){section.players{margin:50px 0}}section.players h2.heading{text-transform:uppercase;color:#002445;font-weight:700;font-size:34px;line-height:1.2;margin-top:0;margin-bottom:30px}section.players div.news div.controls{margin:0 auto;position:relative;width:100%;min-height:100px;max-width:20%;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}@media (max-width:950px){section.players div.news div.controls{max-width:60%}}@media (max-width:350px){section.players div.news div.controls{max-width:90%}}section.players div.news div.controls .swiper-button-prev,section.players div.news div.controls .swiper-button-next{background:none;color:#ffb711;border:1px solid #ffb711;border-radius:50%;-webkit-transition:.2s ease all;transition:.2s ease all;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:40px;height:40px}section.players div.news div.controls .swiper-button-prev svg,section.players div.news div.controls .swiper-button-next svg{height:15px;width:15px}section.players div.news div.controls .swiper-button-prev:hover,section.players div.news div.controls .swiper-button-next:hover{border-color:transparent;color:#fff;background:#ffb711;-webkit-transition:.3s ease-in-out all;transition:.3s ease-in-out all}section.players div.news div.controls .swiper-button-next svg{-ms-transform:scaleX(-1);-webkit-transform:scaleX(-1);transform:scaleX(-1)}section.players div.news div.controls .swiper-pagination{max-width:70%;margin:0 auto;position:unset;font-size:14px;color:#000}section.players div.news:not(.swiper-container){-ms-flex-pack:start;justify-content:flex-start;gap:40px}section.players div.news article.single{height:auto}section.players div.news article.single a{height:100%;width:100%;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:end;justify-content:flex-end;position:relative;text-decoration:none}section.players div.news article.single a div.overlay{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:15px;background-image:linear-gradient(180deg,transparent 0%,#002445 100%)}section.players div.news article.single a picture{display:block;height:100%;width:100%}section.players div.news article.single a picture img{width:100%;height:auto;object-fit:contain!important;border-radius:15px;z-index:-2}section.players div.news article.single a div.content{position:absolute;width:100%;bottom:0;line-height:1.3;max-width:100%;padding:25px}section.players div.news article.single a div.content div.number{margin-bottom:15px}section.players div.news article.single a div.content div.number span{color:#ffb711;font-size:20px;font-weight:bolder}section.players div.news article.single a div.content div.manchet span{color:#ffb711;font-size:16px;font-weight:400}section.players div.news article.single a div.content div.title{margin-bottom:15px}section.players div.news article.single a div.content div.title h3{color:#fff;font-weight:700;font-size:24px;margin:0}section.players div.news article.single a div.content div.title{margin-bottom:15px}section.players div.news article.single a div.content div.title h3{color:#fff;font-weight:600;font-size:24px;margin:0}section.players div.news article.single a div.content a{display:block;text-decoration:none;color:inherit}section.players div.news article.single a div.content div.stats{display:none}section.players div.news:not(.swiper-container) .swiper-wrapper{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:40px}@media (max-width:1300px){section.players div.news:not(.swiper-container) .swiper-wrapper{gap:20px}}@media (max-width:769px){section.players div.news:not(.swiper-container) .swiper-wrapper{-ms-flex-direction:column;flex-direction:column}}section.players div.news:not(.swiper-container) .swiper-wrapper article.single{-ms-flex-preferred-size:calc(33.33% - 40px);flex-basis:calc(33.33% - 40px);margin-bottom:20px}@media (max-width:1300px){section.players div.news:not(.swiper-container) .swiper-wrapper article.single{-ms-flex-preferred-size:calc(50% - 20px);flex-basis:calc(50% - 20px)}}@media (max-width:950px){section.players div.news:not(.swiper-container) .swiper-wrapper article.single{-ms-flex-preferred-size:calc(100% - 20px);flex-basis:calc(100% - 20px)}}section.players div.news:not(.swiper-container) div.controls{display:none}section.players.players div.news article.single a div.content{text-align:center;-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out;-ms-transform:translateY(60px);-webkit-transform:translateY(60px);transform:translateY(60px)}section.players.players div.news article.single a div.content div.stats{display:-ms-flexbox!important;display:-webkit-flex!important;display:flex!important;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:space-evenly;justify-content:space-evenly;margin-top:15px;-ms-flex-align:center;align-items:center;opacity:0}section.players.players div.news article.single a div.content div.stats div.stat{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-direction:column;flex-direction:column;justify-items:center;-ms-flex-align:center;align-items:center}section.players.players div.news article.single a div.content div.stats div.stat span:first-of-type{color:#fff;font-size:16px;font-weight:400}section.players.players div.news article.single a div.content div.stats div.stat span:last-of-type{color:#ffb711;font-size:20px;font-weight:700}section.players.players div.news article.single a:hover div.content{-ms-transform:translateY(0%);-webkit-transform:translateY(0%);transform:translateY(0%)}section.players.players div.news article.single a:hover div.content div.stats{opacity:1;-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}.acf-block-preview section.players *{pointer-events:none!important}.acf-block-preview section.players div.news.swiper-container article.single{-ms-flex-preferred-size:calc(25% - 40px);flex-basis:calc(25% - 40px);margin-right:30px}