.card-wrapper{position:relative;z-index:3;animation:appear .25s ease-in-out both;max-width:280px;width:100%;margin:auto;transition:z-index 251ms 0ms}.card-wrapper:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(110deg,#ececec 8%,#f5f5f5 18%,#ececec 33%);background-size:200% 100%;animation:shine 1s linear infinite;z-index:49;visibility:hidden;opacity:0;transition:opacity .25s ease-in-out,visibility .4s 0ms}.card-wrapper.loading:after{visibility:visible;opacity:1}.card-wrapper:not(.loading):focus-within,.card-wrapper:not(.loading):hover{z-index:5}.card-wrapper:not(.loading):focus-within .card,.card-wrapper:not(.loading):hover .card{transform:scale(1.15);background-color:transparent!important}.card-wrapper:not(.loading):focus-within .card .card__pattern,.card-wrapper:not(.loading):hover .card .card__pattern{opacity:0;transform:scale(1.5)}.card-wrapper:not(.loading):focus-within .card .card__illustration,.card-wrapper:not(.loading):hover .card .card__illustration{filter:grayscale(0)}.card-wrapper:not(.loading):focus-within .card .play-button,.card-wrapper:not(.loading):hover .card .play-button{opacity:1;transform:translateX(-50%) translateY(-50%)}.card-wrapper:not(.loading):focus-within .card .card__title,.card-wrapper:not(.loading):hover .card .card__title{opacity:0;transform:translateY(38px)}.card-wrapper:not(.loading):focus-within .card .card__category,.card-wrapper:not(.loading):hover .card .card__category{transform:translateY(-300%)}.card-wrapper:not(.loading):focus-within .card__playing-icon,.card-wrapper:not(.loading):hover .card__playing-icon{opacity:0}.card-wrapper:not(.loading):focus-within .card-addon,.card-wrapper:not(.loading):hover .card-addon{border-top-width:6px;z-index:100;opacity:1;visibility:visible;transition:opacity .38s ease-in-out}.card-wrapper .card{position:relative;height:100%;aspect-ratio:1/1;overflow:hidden;transition:transform .25s ease-in-out,opacity .25s ease-in-out,background-color .25s ease-in-out;background-position:50%;background-size:cover;background-blend-mode:saturation}.card-wrapper .card__illustration{z-index:2;width:100%;height:100%;object-fit:cover;filter:grayscale(1);transition:filter .25s ease-in-out;background-color:#fff}.card-wrapper .card__title{z-index:3;text-transform:uppercase;position:absolute;display:inline-block;bottom:20px;right:0;text-align:right;max-width:90%;line-height:25px;transition:inherit}.card-wrapper .card__title-highlight{display:inline;background:rgba(0,0,0,.8);color:#fff;padding-top:.375rem;padding-left:5px;padding-right:5px;box-decoration-break:clone;-webkit-box-decoration-break:clone;font-size:.95rem;font-weight:700}@media screen and (min-width:1900px){.card-wrapper .card__title-highlight{font-size:1.1rem}}.card-wrapper .card__category{z-index:3;position:absolute;text-transform:uppercase;top:20px;left:0;max-width:100%;transition:inherit;font-size:.8rem}.card-wrapper .card__category-highlight{display:inline;background:#fff;color:#000;padding-top:3px;padding-left:5px;padding-right:5px;box-decoration-break:clone;-webkit-box-decoration-break:clone}.card-wrapper .card .play-button{z-index:3;position:absolute;top:50%;left:50%;opacity:0;transform:translateX(-50%) translateY(35px);transition:inherit}.card-wrapper .card__playing-icon{z-index:3;position:absolute;right:0;top:25px;opacity:1;transition:opacity .25s ease-in-out}.card-wrapper .card:before{z-index:3;content:"";display:block;width:100%;height:100%;position:absolute;top:0;left:0;mix-blend-mode:multiply;background-color:inherit}.card-wrapper .card-addon{max-width:98vw;position:absolute;border-top:6px solid;border-color:inherit;width:170%;background:#000;color:#fff;overflow:hidden;box-sizing:border-box;transition:opacity .38s ease-in-out,visibility .4s 0ms;transform:translateX(-20%);opacity:0;visibility:hidden}.card-wrapper .card-addon.border-left{transform:translateX(-4.6%)}.card-wrapper .card-addon.border-right{transform:translateX(-36.6%)}@media screen and (max-width:460px){.card-wrapper .card-addon{transform:translateX(-6.5%)!important;width:115%}}.card-wrapper .card-addon__wrapper{width:100%;height:-moz-fit-content;height:fit-content;padding:8%;display:flex;flex-direction:column;gap:15px}.card-wrapper .card-addon__title{font-size:1.44rem;font-weight:700}.card-wrapper .card-addon__content{line-height:1.4rem;font-size:1.2rem;overflow:hidden;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical}@keyframes shine{to{background-position-x:-200%}}@keyframes appear{0%{opacity:0}to{opacity:1}}.play-button{background:#fff;aspect-ratio:1/1;height:auto;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;border:2px solid #444;padding:5px}.play-button svg{width:100%;background:transparent;transition:transform .2s ease-in-out,filter .2s ease-in-out}.play-button:hover svg{filter:drop-shadow(0 0 5px #7c7c7c);transform:scale(1.1)}.player{position:relative;background-color:var(--main-color);color:var(--inversed-main-color);max-width:755px;z-index:1000;flex-grow:2;height:100%;transition:background-color .15s ease-in-out,max-width .1s ease-in-out .15s;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:20px;padding:8px 25px}@media screen and (max-width:600px){.player{gap:10px;padding:8px 15px}}@media screen and (min-width:1500px){.player{justify-content:center;gap:2%}}.player audio{display:none}.player .closed-hidden{opacity:0;width:0;display:none;visibility:hidden;transition:all .12s ease-in-out}.player__name-container{font-size:1.1rem}@media screen and (max-width:1500px){.player__name-container{font-size:1rem}}.player__name-container__heading{font-weight:700}.player__actions{display:flex}.player__actions button{background:transparent;border:none;cursor:pointer}.player__actions button:hover svg{filter:drop-shadow(0 0 5px #7c7c7c);transform:scale(1.1)}.player__artwork{height:100%;aspect-ratio:1/1;position:relative;display:flex;justify-content:center;align-items:center}@media screen and (max-width:600px){.player__artwork{height:80%}}.player__artwork img{z-index:0;position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.player__closed-play{background-color:hsla(0,0%,100%,0)}.player__title{line-height:1.1rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical}@media screen and (max-width:500px){.player__title{display:none}}.player__animation{width:0;height:100%}@media screen and (max-width:1070px){.player__animation{display:none}}@media screen and (max-width:900px){.player__volume{display:none!important}}.player-open .player{transition:background-color .15s ease-in-out,max-width .45s ease-in-out;max-width:100vw}.player-open .player .closed-hidden{display:flex;opacity:1;width:auto;visibility:visible;transition:all .35s ease-in-out .25s}@media screen and (max-width:900px){.player-open .player .player__volume{display:none!important}}.player-open .player .player__animation{width:40%}.handled-image{transition:opacity .15s ease-in-out}.player-open .progressbar.visible{height:5px}.player-open .progressbar.visible .progressbar__current-time,.player-open .progressbar.visible .progressbar__total-time{visibility:visible}.player-open .progressbar.visible:hover{height:10px}.player-open .progressbar.visible:hover .time-selector{visibility:visible;opacity:1}.progressbar{transition:height .15s ease-in-out;position:absolute;background:#fff;left:0;bottom:-5px;height:0;width:100%;cursor:pointer}.progressbar__current-time,.progressbar__total-time{visibility:hidden;position:absolute;bottom:115%;font-size:.8rem}.progressbar__time-selector{transition:opacity .15s ease-in-out;opacity:0;visibility:hidden;font-size:.8rem;padding:5px 8px;transform:translateX(-50%);position:absolute;bottom:150%;color:#fff;background-color:rgba(0,0,0,.7)}.progressbar:hover{height:0}.progressbar:hover .progressbar__time-selector{visibility:visible;opacity:1}.progressbar__progress{background-color:var(--main-color);position:absolute;left:0;bottom:0;height:100%}.progressbar__progress__cursor{position:absolute;right:-5px;background-color:blue;width:5px;height:100%;transform:translateX(-50%)}.progressbar__total-time{right:5px}.progressbar__current-time{left:5px}.volume__container{z-index:150;position:relative;cursor:pointer;display:flex;flex-direction:column}.volume__container button{cursor:pointer;border:none;background:transparent}.volume__container:hover .volume__wrapper{visibility:visible;opacity:1}.volume__wrapper{visibility:hidden;opacity:0;position:absolute;right:50%;top:0;padding:15px 15px 15px 8px;transform-origin:right;transform:translateY(10px) rotate(-90deg)}.volume__slider{right:45%;height:8px;bottom:-20px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;transform-origin:right;box-shadow:1px 0 12px 1px rgba(0,0,0,.5);cursor:pointer}.volume__slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:1.4rem;height:1.4rem;border-radius:50%;background:#000}.volume__slider::-moz-range-thumb{width:25px;height:25px;background:#04aa6d;cursor:pointer}.overlay-pattern{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;transition:opacity .25s ease-in-out,transform .25s ease-in-out;opacity:.8}.card__playing-icon{background:hsla(0,0%,100%,.8);padding:0;width:43px;height:28px}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, 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");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;overflow:clip;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border-radius:50%;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top:4px solid transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:normal;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.discover-section{position:relative;min-height:600px;margin-top:-70px}.discover-section__heading-container{background-color:#0f0f0f;-webkit-clip-path:polygon(0 20px,100% 0,100% 100%,0 100%);clip-path:polygon(0 20px,100% 0,100% 100%,0 100%);padding-bottom:3rem}@media screen and (min-width:500px){.discover-section__heading-container{-webkit-clip-path:polygon(0 40px,100% 0,100% 100%,0 100%);clip-path:polygon(0 40px,100% 0,100% 100%,0 100%)}}@media screen and (min-width:1400px){.discover-section__heading-container{-webkit-clip-path:polygon(0 40px,100% 0,100% 100%,0 100%);clip-path:polygon(0 40px,100% 0,100% 100%,0 100%)}}.discover-section__heading-container .section-heading__background-title{top:-3vw;position:relative}@media screen and (max-width:1000px){.discover-section__heading-container .section-heading__background-title{top:-300px}}@media screen and (max-width:720px){.discover-section__heading-container .section-heading__background-title{top:-150px}}.discover-section__heading-container .section-heading__title{color:#ccd6df;border-color:#ccd6df;margin:-100px 40px 0}.discover-section .wrapper{background-color:#0f0f0f;width:100%;display:flex;flex-wrap:wrap;flex-direction:row;gap:35px;align-items:flex-start;padding-left:40px;padding-right:40px;padding-bottom:23rem;margin-bottom:-8rem;margin-top:-2px}@media screen and (max-width:500px){.discover-section .wrapper{padding-left:15px;padding-right:15px}}.section-heading__title{color:#0f0f0f;position:relative;font-family:TerminalGrotesk-Open;font-size:2.5rem;text-transform:uppercase;width:100%;margin:120px 0 30px;max-width:730px;border-bottom:1px solid;border-color:#0f0f0f}.section-heading__background-title{font-family:SpaceGrotesk;position:absolute;width:100vw;left:0;top:3vw;font-size:19.3vw;line-height:clamp(15rem,20vw,22rem);white-space:nowrap;-webkit-text-stroke:1px #666;color:transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none;text-transform:uppercase}@media screen and (min-width:1000px){.section-heading__background-title{top:3vw}}.homepage-rating{background:#fff;width:100%}.homepage-rating .swiper{width:100%;height:245px;margin-left:auto;margin-right:auto}@media screen and (max-width:510px){.homepage-rating .swiper{height:190px}}.homepage-rating .swiper .swiper-grid-column>.swiper-wrapper{display:grid}.homepage-rating .swiper-slide{font-size:18px;background:#fff;height:50%!important;display:flex}.homepage-rating .swiper-slide:nth-of-type(2n) .rating-element:after{display:none}.homepage-rating .swiper-grid-column>.swiper-wrapper{justify-content:center}.homepage-rating__heading{padding:25px 25px 0;width:100%;text-align:center;text-transform:uppercase;font-family:TerminalGrotesk,serif;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:50px}@media screen and (max-width:690px){.homepage-rating__heading{flex-direction:column;gap:0}}.homepage-rating__heading h2{font-size:5.2rem}@media screen and (max-width:1500px){.homepage-rating__heading h2{font-size:4rem}}@media screen and (max-width:860px){.homepage-rating__heading h2{font-size:3rem}}.homepage-rating__heading p{font-size:3rem}@media screen and (max-width:1500px){.homepage-rating__heading p{font-size:2rem}}@media screen and (max-width:860px){.homepage-rating__heading p{font-size:1.5rem}}.homepage-rating__bottom-link,.homepage-rating__heading span{font-family:TerminalGrotesk-Open,serif}.homepage-rating__bottom-link{display:block;width:100%;text-align:center;text-transform:uppercase;text-decoration:none;font-size:2.2rem;line-height:2.1rem;padding:20px 0;margin-top:-12px;color:#0f0f0f}@media screen and (max-width:540px){.homepage-rating__bottom-link{font-size:1.5rem}}.homepage-rating__bottom-link:hover{background:#7c7c7c;color:#fff}.discover{display:flex;flex-direction:column;gap:5rem;width:100%}.discover .swiper{width:100%;overflow:visible}.discover__item{display:flex;flex-direction:column;gap:25px}.discover__item:hover{z-index:2}.discover__heading{color:#fff;text-transform:capitalize;font-family:TerminalGrotesk,serif;font-size:1.8rem}.rating-element{width:100%;display:flex;flex-direction:row;align-items:center}.rating-element__rank{font-family:TerminalGrotesk,serif;font-size:2.4rem;align-self:center;text-align:center;width:13%}.rating-element__illustration{width:auto;height:80%;align-self:center;aspect-ratio:1/1}@media screen and (max-width:415px){.rating-element__illustration{height:55px}}.rating-element__illustration img{width:100%;height:100%;object-fit:cover}.rating-element__datas{display:flex;flex-direction:column;justify-content:space-between;width:60%;height:70%;margin-left:4%}.rating-element__datas *{width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.rating-element__datas .artist{font-weight:700;font-size:1.4rem;text-transform:uppercase}@media screen and (max-width:1500px){.rating-element__datas .artist{font-size:1rem}}.rating-element__datas .title{font-size:1rem}.rating-element__datas .label{font-size:.8rem}.rating-element:after{content:"";position:absolute;bottom:0;display:block;width:75%;left:50%;transform:translateX(-50%);border-bottom:1px solid #000;height:1px}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.carousel{max-width:26vw;aspect-ratio:1/1;overflow:hidden}@media screen and (max-width:900px){.carousel{width:100%;max-width:440px;margin:auto}}.carousel .swiper .swiper-button-next,.carousel .swiper .swiper-button-prev{opacity:0}.carousel .swiper:hover .swiper-button-next,.carousel .swiper:hover .swiper-button-prev{opacity:1}.carousel-element{overflow:hidden;width:100%;height:100%}.carousel-element__illustration{aspect-ratio:1/1;width:100%;height:100%;object-fit:cover;object-position:center}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.news-section{position:relative;background-color:#ececec;margin-top:-50px;-webkit-clip-path:polygon(0 4px,100% 50px,100% 100%,0 100%);clip-path:polygon(0 4px,100% 50px,100% 100%,0 100%);padding:250px 15px 3rem}@media screen and (min-width:500px){.news-section{padding-left:40px;padding-right:40px;-webkit-clip-path:polygon(0 0,100% 50px,100% 100%,0 100%);clip-path:polygon(0 0,100% 50px,100% 100%,0 100%)}}.news-section .section-heading__title{margin-top:1vw}.news-section .wrapper{width:100%;display:flex;flex-direction:row;gap:35px;margin-bottom:120px}@media screen and (max-width:900px){.news-section .wrapper{flex-direction:column}}.news{flex-grow:1;width:0}@media screen and (max-width:900px){.news{width:100%}}.news .news-card__special{display:flex;align-items:center;justify-content:center;gap:1rem}.news .news-card__special .news-card__title{padding-top:15px}.news .swiper .swiper-button-next,.news .swiper .swiper-button-prev{top:7.5vw}@media screen and (max-width:1200px){.news .swiper .swiper-button-next,.news .swiper .swiper-button-prev{top:9vw}}@media screen and (max-width:900px){.news .swiper .swiper-button-next,.news .swiper .swiper-button-prev{top:13vw}}@media screen and (max-width:660px){.news .swiper .swiper-button-next,.news .swiper .swiper-button-prev{top:19vw}}@media screen and (max-width:460px){.news .swiper .swiper-button-next,.news .swiper .swiper-button-prev{top:40vw}}.news-card{text-decoration:none;color:#000}.news-card__illustration{width:100%;height:auto;object-fit:cover;aspect-ratio:1;margin-bottom:25px}.news-card__title{font-size:1.6rem;font-weight:600;margin-bottom:15px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical}@media screen and (max-width:1200px){.news-card__title{font-size:1.3rem}}.news-card__content{line-height:1.6rem;overflow:hidden;display:-webkit-box;-webkit-line-clamp:6;line-clamp:6;-webkit-box-orient:vertical}.news-card:hover .news-card__title{text-decoration:underline}.pinned-section{display:flex;flex-direction:column;background-color:#ccd6df;position:relative;padding:135px 40px 0}@media screen and (max-width:500px){.pinned-section{padding-left:15px;padding-right:15px}}.pinned-section .swiper{margin-bottom:150px;overflow:visible;z-index:10;width:100%}.pinned-section__spacer{z-index:2;content:"";height:120px;position:absolute;top:0;left:0;right:0;-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 75%);clip-path:polygon(0 0,100% 0,100% 100%,0 75%);background-color:#2154ff;background-size:cover;background-repeat:no-repeat}@media screen and (min-width:1000px){.pinned-section__spacer{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 45%);clip-path:polygon(0 0,100% 0,100% 100%,0 45%)}}@media screen and (min-width:500px){.pinned-section__spacer{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 60%);clip-path:polygon(0 0,100% 0,100% 100%,0 60%)}}.pinned-section .strip1{margin-top:-5rem;background-color:#ffbebc;color:#fff;transform:rotate(2deg);width:105vw}.pinned-section .section-heading__title span{margin-left:1px}