:root{--primary-color:#ff500c;--blue-color:#243cec;--black-color:#110f0d;--green-color:#03c30f;--border-color:#e7e7e7;--border-radius:2rem;--main-font:"Satoshi",sans-serif;--section-offset:1rem;--section-marge:6rem;--section-marge-mobile:1rem;--container-width: calc(100% - 20rem) ;--menu-bg-color:var(--black-color);--footer-bg-color:var(--black-color);--footer-text-color:#fff;--replace-offset:0%;--replace-offset-2:calc((100% - var(--replace-offset))*-1)}@media (min-width:1600px){:root{--container-width:90rem}}@media (min-width:1800px){:root{--container-width:100rem}}@media (max-width:1400px){:root{--container-width: calc(100% - 6rem) }}@media (max-width:768px){:root{--container-width: calc(100% - 2rem) ;--section-offset:1rem}}@keyframes marquee{0%{transform:translateZ(0)}to{transform:translate3d(-100%,0,0)}}@keyframes shake{0%{transform:translate(0);visibility:visible}6.5%{transform:translate(-6px) rotateY(-9deg)}18.5%{transform:translate(5px) rotateY(7deg)}31.5%{transform:translate(-3px) rotateY(-5deg)}43.5%{transform:translate(2px) rotateY(3deg)}50%{transform:translate(0)}to{visibility:visible}}@keyframes jump{0%,20%,55%,80%,to{transform:translate3d(-50%,0,0)}40%{transform:translate3d(-50%,-8px,0)}70%{transform:translate3d(-50%,-8px,0)}90%{transform:translate3d(-50%,-5px,0)}}@keyframes blinker{50%{opacity:0}}@keyframes hideMenu{0%{opacity:0;width:100%}60%{opacity:0;width:250px}80%{opacity:0;width:125px}to{opacity:0;width:70px}}@keyframes showMenu{0%{opacity:0;width:70px}60%{opacity:0;width:125px}80%{opacity:0;width:250px}90%{opacity:0;width:100%}to{opacity:1}}@keyframes hideMenuButton{0%{opacity:1}to{opacity:0}}@keyframes showMenuButton{0%{opacity:0}to{opacity:1}}@keyframes loopRotate{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.newest__item{display:grid;grid-template-columns:repeat(12,1fr);margin-bottom:8rem;grid-gap:3rem;grid-row-gap:1.5rem}@media (max-width:767.98px){.newest__item{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:1rem;grid-row-gap:1.5rem}}.newest__item-image{aspect-ratio:9/6;background:var(--black-color);border-radius:2rem;display:block;grid-column-end:span 6;overflow:hidden;position:relative;width:100%}@media (max-width:767.98px){.newest__item-image{grid-column-end:span 12}}.newest__item-image img{border-style:none;left:0;max-width:100%;min-width:100%;position:absolute;top:0;transition:transform .2s ease-in,opacity .2s ease-in;vertical-align:middle;z-index:2}.newest__item-image .newest__item-button{background:#fff;border-radius:100px;bottom:2rem;display:block;height:8rem;position:absolute;right:2rem;width:8rem;z-index:9}@media (max-width:767.98px){.newest__item-image .newest__item-button{height:5rem;width:5rem}}.newest__item-image .newest__item-button svg{height:70px;transform:rotate(-45deg);fill:#000;bottom:0;color:#000;left:0;margin:auto;position:absolute;right:0;top:0}@media (max-width:767.98px){.newest__item-image .newest__item-button svg{height:40px}}.newest__item-text{align-items:center;display:flex;flex-direction:column;grid-column-end:span 5;justify-content:center;padding:2rem 1rem}@media (max-width:767.98px){.newest__item-text{grid-column-end:span 12}}.newest__item-text-date{color:#6f6f7b;margin-bottom:10px}.newest__item-text-title{color:#000;font-size:3rem;font-weight:500;line-height:1.3;text-decoration:none}@media (max-width:767.98px){.newest__item-text-title{font-size:2rem}}.newest__item:hover .newest__item-button{background-color:var(--blue-color)}.newest__item:hover .newest__item-button svg{fill:#fff;color:#fff}
