@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes curtain-animation{0%{clip-path:polygon(100% 100%,100% 100%,100% 100%)}to{clip-path:polygon(100% 100%,-200% 100%,100% -200%)}}@keyframes ripple{0%{height:0;left:15px;opacity:0;top:15px;width:0}4.9%{height:0;left:15px;opacity:0;top:15px;width:0}5%{height:0;left:15px;opacity:1;top:15px;width:0}to{height:30px;left:0;opacity:0;top:0;width:30px}}@keyframes l3{to{transform:rotate(1turn)}}.article__wrap .video{height:100%;left:0;position:absolute;top:0;width:100%}.article__wrap .video__wrap{height:0;padding-bottom:56.25%;position:relative;width:100%}.article__content{display:grid;grid-template-columns:1fr 300px;grid-gap:1rem}.article__image{border-radius:.8rem;cursor:pointer;overflow:hidden;transition:scale .25s ease}.article__image:hover{scale:1.03}.article__image img{background-color:gray;display:block;height:300px;-o-object-fit:cover;object-fit:cover;width:100%}.article__modal{height:100dvh;left:0;overflow:auto;position:fixed;top:0;width:100%;z-index:10000}.article__modal .backdrop{height:100%;left:0;position:fixed;top:0;width:100%;z-index:9999}.article__modal--close{align-items:center;background-color:#fff3;border:1px solid #fff;border-radius:100vh;color:#fff;display:flex;height:50px;justify-content:center;position:sticky;top:2rem;transition:background-color .25s ease;width:50px}@media screen and (min-width:576px){.article__modal--close:active,.article__modal--close:hover{background-color:#ffffff4d}}.article__modal--close svg{height:30px}.article__modal--close-wrap{height:100%;position:absolute;right:-100px;top:0}.article__modal--content{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background-color:#141414b3;display:flex;justify-content:center;left:0;min-height:100dvh;padding-bottom:2rem;padding-top:2rem;position:absolute;top:0;width:100%}.article__modal--content .content__text{background:#fff3;padding:1rem}.article__modal--content .content__text p{color:#fff;font-size:1.25rem;font-weight:300;line-height:1.75rem}.article__modal--content .content__rich{display:grid;grid-gap:1rem}.article__modal--content .content__rich p{margin:unset}.article__modal--content .content__rich p:empty{display:none}.article__modal--content .content__rich hr{width:100%}.article__modal--content .content__rich iframe{justify-self:center}.article__modal--content .content__rich iframe.instagram-media{border:unset!important;height:100%!important;margin:unset!important;min-width:100%!important;width:100%}.article__modal--content .content__rich iframe.instagram-media .HoverCard{display:none}.article__modal--content .content__rich .twitter__wrap,.article__modal--content .content__rich--image{display:flex;justify-content:center;position:relative}.article__modal--content .content__rich--image:before{background-image:var(--img-bg);background-position:0 50%;background-repeat:no-repeat;background-size:100% 90%;content:"";filter:blur(60px);height:100%;inset:0;opacity:.5;position:absolute;width:100%;z-index:-1}.article__modal--content .content__rich img{border-radius:1rem;display:block;justify-self:center;max-height:90dvh;max-width:100%;position:relative;z-index:1}.article__modal--content .content__rich .instagram__wrap{aspect-ratio:9/16;background-color:#14141433;border-radius:1rem;justify-self:center;overflow:hidden;position:relative;width:100%}.article__modal--content .content__rich .instagram__main{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem}.article__modal--news{color:#fff;height:100%;max-width:50vw;position:relative;width:100%;z-index:10000}.article__modal--news-border{border-radius:1rem;overflow:hidden}.article__modal--image{align-items:flex-end;display:flex;height:35dvh;padding:1rem;position:relative}.article__modal--image:after{background:linear-gradient(0deg,hsla(0,0%,8%,.9),hsla(0,0%,8%,.8) 20%,hsla(0,0%,8%,.6) 40%,hsla(0,0%,8%,.3) 60%,hsla(0,0%,8%,.1) 80%,transparent);content:"";height:100%;left:0;position:absolute;top:0;width:100%}.article__modal--image img{display:block;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center}.article__modal .video,.article__modal--image img{height:100%;left:0;position:absolute;top:0;width:100%}.article__modal .video__wrap{border-radius:1rem;height:0;overflow:hidden;padding-bottom:56.25%;position:relative;width:100%}.article__modal--title{color:#fff;font-size:2.5rem;font-weight:700;line-height:3.5rem;position:relative;z-index:1000}.news{display:grid;grid-gap:4rem}.news__wrap{background:linear-gradient(0deg,#141414,0,#141414fa 90%,#141414e6);display:grid;padding:2rem 2rem 10rem;position:relative;grid-gap:2rem;justify-items:center}.news__wrap:before{background:linear-gradient(0deg,hsla(0,0%,8%,.9),hsla(0,0%,8%,.8) 20%,hsla(0,0%,8%,.6) 40%,hsla(0,0%,8%,.3) 60%,hsla(0,0%,8%,.1) 80%,transparent);content:"";height:150px;position:absolute;right:0;top:-150px;width:62vw}.news__wrap--list{display:grid;grid-template-columns:repeat(3,1fr);max-width:70vw;grid-gap:2rem}.news__wrap--highlight{max-width:70vw}.news__wrap--highlight .news__card article{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;align-items:center}.news__wrap article{animation-delay:0s;animation-direction:normal;animation-duration:1s;animation-fill-mode:both;animation-iteration-count:1;animation-name:opacity-show;animation-timing-function:ease;backface-visibility:hidden}.news__wrap article,.news__wrap article .article__details{display:grid;grid-gap:1rem}.news__wrap article .article__image{border-radius:.8rem;box-shadow:0 5px 9px #0a0a0a;cursor:pointer;overflow:hidden;transition:box-shadow .2s ease,scale .25s ease}.news__wrap article .article__image:hover{box-shadow:0 5px 18px #0a0a0a;scale:1.03}.news__wrap article .article__image img{background-color:#171717;display:block;font-size:0;height:27dvh;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center;width:100%}.news__wrap article .article__title{display:inline-flex;font-size:1.5rem;font-weight:300;gap:.33333rem;-webkit-line-clamp:1;line-height:2.1rem;line-height:1.2}.news__wrap article .article__description,.news__wrap article .article__title{color:#dadada;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.news__wrap article .article__description{font-size:1rem;font-weight:500;-webkit-line-clamp:3;line-height:1.4rem}.news__wrap article .article__button--wrap{justify-self:start}.news__wrap article .article__content{display:grid;grid-template-columns:1fr 300px;grid-gap:1rem}.news__wrap--special{display:flex;justify-content:center;padding-bottom:10rem;padding-top:5rem;position:relative;width:100%}.news__wrap--special .special__wrap{display:grid;grid-gap:4rem;position:relative}.news__wrap--special .special__title{display:grid;grid-gap:.66667rem;padding-bottom:2rem}.news__wrap--special .special__title--sub{align-items:center;display:inline-flex;gap:5px;justify-content:center;width:100%}.news__wrap--special .special__title--sub .sub__bold{color:#fff;font-size:1.563rem;font-weight:700;line-height:2.1882rem;line-height:1;text-transform:uppercase}.news__wrap--special .special__title--sub .sub__thin{color:#fff;font-size:1.563rem;font-weight:300;line-height:2.1882rem;line-height:1;position:relative;text-transform:uppercase}.news__wrap--special .special__title--main{text-align:center}.news__wrap--special .special__title--main .main__sub{color:#fff;font-family:Righteous,sans-serif;font-size:5rem;line-height:7rem;line-height:.8;text-transform:uppercase}.news__wrap--special .special__title--main .main__title{color:#fff;color:transparent;font-size:2.813rem;font-size:44px;font-weight:900;line-height:3.9382rem;line-height:1;text-transform:uppercase;-webkit-text-stroke:1px #fff}.news__wrap--special .special__list{display:grid;grid-gap:4rem;max-width:55vw}.news__wrap--special .special__image{bottom:-2rem;height:calc(100% - 5rem);left:-2rem;position:absolute;width:20vw}.news__wrap--special .special__image .gradient{background:linear-gradient(180deg,#141414 10%,transparent);height:20%;left:0;position:absolute;top:0;width:100%}.news__wrap--special .special__image:before{background:linear-gradient(0deg,#171717 10%,transparent);bottom:0;content:"";display:none;height:20%;left:0;position:absolute;width:100%}.news__wrap--special .special__image:after{background:linear-gradient(270deg,#141414 10%,transparent);content:"";height:100%;position:absolute;right:0;top:0;width:100%}.news__wrap--special .special__image img{border-top-right-radius:1rem;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:90% center;object-position:90% center;width:100%}.news__wrap--promo{align-items:center;background-color:#171717;display:grid;grid-template-columns:1fr 1.5fr auto;width:calc(100% + 4rem)}.news__wrap--promo .promo__box{width:10vw}.news__wrap--promo .promo__video{background-color:#141414;box-shadow:0 5px 9px #0a0a0a;height:120%}.news__wrap--promo .promo__video--overlay{display:block;height:100%;position:relative}.news__wrap--promo .promo__video--overlay:before{background:linear-gradient(90deg,#171717,hsla(0,0%,9%,.07) 50%,transparent 60%);content:"";height:100%;left:0;position:absolute;top:0;width:50%}.news__wrap--promo .promo__video--overlay:after{background:linear-gradient(270deg,#171717,hsla(0,0%,9%,.07) 50%,transparent 60%);content:"";height:100%;position:absolute;right:0;top:0;width:50%}.news__wrap--promo .promo__video--iframe{height:100%;width:100%}.news__wrap--promo .promo__article{align-items:center;display:grid;justify-items:end;padding:5rem 3rem 5rem 1rem}.news__wrap--promo .promo__article--wrap{display:grid;max-width:55%;grid-gap:2rem;justify-items:start}.news__wrap--promo .promo__article a{line-height:1}.news__wrap--promo .promo__article--title{display:inline-grid}.news__wrap--promo .promo__article--title .title__main{align-items:center;display:inline-flex;gap:.5rem}.news__wrap--promo .promo__article--title .title__main .hands,.news__wrap--promo .promo__article--title .title__main .main{height:40px;width:auto}.news__wrap--promo .promo__article--title .title__sub{color:#fff;color:transparent;font-size:2.5rem;font-size:35px;font-weight:900;line-height:3.5rem;line-height:1;padding-left:calc(40px + .5rem);padding-top:10px;text-transform:uppercase;-webkit-text-stroke:1px #fff;letter-spacing:1.5px}.news__hero{align-items:center;display:grid;height:40dvh;justify-items:center;padding:1rem;position:relative}.news__hero--text{max-width:70vw;pointer-events:none;position:relative;width:100%;z-index:1}.news__hero--text .text__wrap{display:grid;max-width:500px;grid-gap:1rem;text-shadow:1px 1px 2px #000}.news__hero--image{cursor:pointer;position:absolute;right:0;top:0}.news__hero--image:before{background:linear-gradient(270deg,transparent,#141414);content:"";height:100%;left:0;position:absolute;top:0;width:100px}.news__hero--image img{background:linear-gradient(130deg,#171717,#141414);font-size:0;height:auto;width:60vw}.news__hero--title{color:#fff;cursor:pointer;font-size:2.5rem;font-weight:300;line-height:3.5rem;line-height:1.2;pointer-events:all}.news__hero--description{color:#b8b8b8;font-size:1rem;font-weight:300;line-height:1.4rem}@media screen and (max-width:1300px){.news__hero--description{color:#fff}.news__hero--text,.news__wrap--highlight,.news__wrap--list{max-width:90%}.news__wrap--promo .promo__article{justify-items:unset;padding-left:2rem;padding-right:1rem}.news__wrap--promo .promo__article--wrap{max-width:unset}.news__wrap--promo .promo__box{width:5vw}.article__modal--news{max-width:70vw}}@media screen and (max-width:991px){.news__wrap--special .special__list{max-width:70vw}.article__modal--content{justify-content:flex-start;padding-left:2rem}.article__modal--news{max-width:calc(100% - 80px)}.article__modal--close-wrap{right:-60px}.article__modal--close{height:40px;width:40px}.article__modal--close svg{height:25px}}@media screen and (max-width:767px){.news__hero{padding:1rem 2rem}.news__hero--text,.news__wrap--highlight,.news__wrap--list{max-width:unset}.news__wrap--promo .promo__article--title .title__main{height:5vw}.news__wrap--promo .promo__article--title .title__main .hands,.news__wrap--promo .promo__article--title .title__main .main{height:100%}.news__wrap--promo .promo__article--title .title__sub{font-size:4vw;padding-left:calc(5vw + .5rem)}.news__wrap--promo .promo__article--wrap .default__button--article{white-space:nowrap}.article__modal--title{color:#fff;font-size:1.875rem;line-height:2.625rem;line-height:1.3}}@media screen and (max-width:575px){.news__wrap--promo{grid-template-columns:unset}.news__wrap--promo .promo__box{display:none}.news__wrap--promo .promo__article{padding-bottom:3rem;padding-top:2rem}.news__wrap--promo .promo__article--title .title__main{height:unset}.news__wrap--promo .promo__article--title .title__main .hands,.news__wrap--promo .promo__article--title .title__main .main{height:40px}.news__wrap--promo .promo__article--title .title__sub{font-size:35px;padding-left:calc(40px + .5rem)}.news__wrap--promo .promo__article--wrap{grid-gap:1.5rem}.news__wrap--promo .promo__video{display:grid;height:35dvh;justify-self:center;margin-top:-10dvh;position:relative;top:10dvh;width:calc(100% - 4rem)}.news__wrap--special .special__list{max-width:unset;width:100%}.news__wrap--list{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.news__wrap article .article__title{font-size:1.25rem;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.news__wrap article .article__details{grid-gap:.66667rem}.news__wrap article .article__button--wrap{padding-top:.5rem}.news__hero--title{color:#fff;font-size:2rem;line-height:2.8rem;line-height:1.2}.article__modal--content{padding-right:2rem}.article__modal--news{max-width:100%}.article__modal--close-wrap{height:unset;right:.5rem;top:.5rem;z-index:1}.article__modal--close{background-color:#14141433;border:unset;color:#1414144d}.article__modal--close:active{background-color:#14141466;color:#14141499}}@media screen and (max-width:400px){.news{grid-gap:unset}.news__wrap{padding-left:1rem;padding-right:1rem}.news__wrap--highlight .news__card article{grid-template-columns:1fr;grid-gap:1rem}.news__wrap--list{grid-template-columns:1fr}.news__wrap--special{padding-bottom:1rem}.news__wrap--special .special__title--main .main__sub{font-size:20vw}.news__wrap--special .special__title--main .main__title{font-size:11vw}.news__wrap--special .special__title--sub .sub__bold,.news__wrap--special .special__title--sub .sub__this{font-size:6vw}.news__wrap--special .special__image{width:50vw}.news__wrap--promo{width:calc(100% + 2rem)}.news__wrap--promo .promo__article{padding-left:1rem;padding-right:1rem}.news__wrap--promo .promo__article--title .title__main .hands,.news__wrap--promo .promo__article--title .title__main .main{height:8vw}.news__wrap--promo .promo__article--title .title__sub{font-size:20px;padding-left:calc(8vw + .5rem);padding-top:5px}.news__wrap--promo .promo__article--wrap .default__button--article{white-space:unset}.news__wrap--promo .promo__video{width:calc(100% - 2rem)}.news__hero{height:100%;padding:1rem}.news__hero--image{height:100%}.news__hero--image img{height:100%;-o-object-fit:cover;object-fit:cover}.article__modal--content{padding:1rem}}
