.loading-screen{background-color:#191919;height:100vh;left:0;position:fixed;top:0;width:100%;z-index:99}.loading-screen__background-image{height:100%;object-fit:cover;object-position:75%;width:100%}@media(min-width:768px){.loading-screen__background-image{object-position:center center}}.loading-screen__shade{background-color:#000;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}.loading-screen__loading{left:50%;opacity:.87;position:absolute;top:48%;transform:translate(-50%,-50%)}@media(min-width:768px){.loading-screen__loading{bottom:50px;bottom:80px;left:55px;left:90px;top:auto;transform:translate(0)}}.loading__text{animation:fade-loading-text 1s linear infinite;color:#fff;font-size:22px;font-style:italic;font-weight:500;margin-bottom:20px;opacity:0;text-align:center}@keyframes fade-loading-text{25%{opacity:1}75%{opacity:1}to{opacity:0}}@media(min-width:768px){.loading__text{font-style:normal;margin-bottom:12.5px;text-align:left}}.loading__text span{opacity:0}.loading__text span:first-child{animation:loading-text-first-dot 1s infinite}@keyframes loading-text-first-dot{0%{opacity:0}1%{opacity:1}75%{opacity:1}76%{opacity:0}to{opacity:0}}.loading__text span:nth-child(2){animation:loading-text-second-dot 1s infinite}@keyframes loading-text-second-dot{25%{opacity:0}26%{opacity:1}75%{opacity:1}76%{opacity:0}to{opacity:0}}.loading__text span:nth-child(3){animation:loading-text-third-dot 1s infinite}@keyframes loading-text-third-dot{50%{opacity:0}51%{opacity:1}75%{opacity:1}76%{opacity:0}to{opacity:0}}.loading__progress{height:3px;position:relative;width:250px}@media(min-width:1200px){.loading__progress{width:300px}}.loading__progress div{background-color:#fff;border-radius:99px;height:100%;left:0;position:absolute;top:0}.progress__background{opacity:.5;width:100%}.progress__bar{animation:fill-loading-progress 10s forwards;width:0}@keyframes fill-loading-progress{15%{width:25%}16%{width:30%}55%{width:65%}to{width:100%}}.progress__bar--finish-loading{animation-duration:.5s}.standard-navbar{align-items:center;display:flex;justify-content:space-between;padding:24px;width:100%}@media(min-width:768px){.standard-navbar{padding:30px 48px}}@media(min-width:1200px){.standard-navbar{margin:auto;max-width:1500px;padding:48px 80px}}.standard-navbar--absolute-top{left:0;position:absolute;top:0;z-index:1}@media(min-width:1200px){.standard-navbar--absolute-top{left:50%;transform:translateX(-50%)}}.standard-navbar__brand{color:#fff;font-size:18px;font-weight:600;letter-spacing:5px;opacity:.87;text-transform:uppercase}@media(min-width:1200px){.standard-navbar__brand{font-size:21px;letter-spacing:7px}}.standard-navbar__brand span{color:#3089ff}.standard-navbar__navigation{display:none;left:32px;position:fixed;top:96px;z-index:1}@media(min-width:768px){.standard-navbar__navigation{display:flex;position:static}}.standard-navbar__navigation--active{display:block}@media(min-width:768px){.standard-navbar__navigation--active{display:flex}}.navigation__link{font-weight:500;margin-bottom:44px;opacity:0;transform:translateX(-50px);transition:.25s}@media(min-width:768px){.navigation__link{color:#fff;margin-bottom:0;margin-left:50px;opacity:1;transform:translateX(0);transition:none}}@media(min-width:1200px){.navigation__link{margin-left:75px}}.navigation__link a{opacity:.5;padding:4px;transition:.25s}.navigation__link:hover a{opacity:.7}.navigation__link--active a,.navigation__link--active:hover a{opacity:.87}.navigation__link--fade-in{opacity:1;transform:translateX(0)}@media(min-width:768px){.standard-navbar__menu-icon{display:none}}.menu-icon__line{background-color:#fff;border-radius:99px;height:1.6px}.menu-icon__line:first-child{width:30px}.menu-icon__line:nth-child(2){margin:5px 0 5px auto;width:30px}.menu-icon__line:nth-child(3){margin-left:auto;width:20px}.standard-navbar__menu-background{display:none;height:100vh;left:0;position:fixed;top:0;width:100%}.standard-navbar__menu-background--active{display:block}@media(min-width:768px){.standard-navbar__menu-background--active{display:none}}.menu-background__dark{background-color:#000;height:100%;left:0;opacity:0;position:absolute;top:0;transition:.25s;width:100%}.menu-background__dark--fade-in{opacity:.5}.menu-background__light{background-color:#fff;height:100%;left:0;opacity:.9;position:absolute;top:0;transform:translateX(-100%);transition:.35s;width:288px}.menu-background__light--slide-in{transform:translateX(0)}.menu-background__close-icon{display:inline-block;opacity:0;padding:32px;position:relative;transform:translateX(50px);transition:.5s}.menu-background__close-icon--fade-in{opacity:1;transform:translateX(0)}.close-icon__line{background-color:#000;border-radius:99px;height:1.9px}.close-icon__line:first-child{transform:rotate(-45deg);transform-origin:3px;width:10px}.close-icon__line:nth-child(2){width:30px}.close-icon__line:nth-child(3){transform:rotate(45deg);transform-origin:3px;width:10px}.standard-card__image{margin-bottom:15px;overflow:hidden;width:100%}@media(min-width:768px){.standard-card__image{margin-bottom:13px}}@media(min-width:1200px){.standard-card__image{margin-bottom:15px}}.standard-card__image img{height:100%;object-fit:cover;transition:.3s;width:100%}.standard-card__image:hover img{transform:scale(1.15)}.standard-card__title{font-size:17px;font-weight:600;line-height:1.5;margin-bottom:15px;padding-right:30px;text-transform:capitalize}@media(min-width:768px){.standard-card__title{margin-bottom:10px}}@media(min-width:1200px){.standard-card__title{font-size:18px;margin-bottom:15px}}.standard-card__details{align-items:center;display:flex}@media(min-width:768px){.standard-card__details{font-size:15px}}.standard-card__details>div{margin-right:20px}@media(min-width:768px){.standard-card__details>div{margin-right:23px}}.details__category{color:#ff4967;font-weight:600}.details__comments,.details__views{align-items:center;display:flex;font-weight:500;opacity:.5}.details__comments img,.details__views img{margin-right:7px}@media(min-width:768px){.details__comments img,.details__views img{margin-right:5px}}.details__views img{width:21px}.details__comments img{width:18px}.wallpaper{height:640px;position:relative;width:100%}@media(min-width:768px){.wallpaper{height:560px}}@media(min-width:1200px){.wallpaper{height:700px}}.wallpaper__image{height:100%;object-fit:cover;width:100%}.wallpaper__shadow{background:linear-gradient(0deg,#00000080,#000);height:100%;left:0;opacity:.5;position:absolute;top:0;width:100%}.wallpaper__title{bottom:2.5%;color:#fff;left:50%;opacity:.87;padding:40px;position:absolute;text-align:center;transform:translate(-50%);width:100%}@media(min-width:768px){.wallpaper__title{margin:auto;padding:0 100px;top:50%;transform:translate(-50%,-35%)}}@media(min-width:1200px){.wallpaper__title{max-width:1250px;padding:0 150px;transform:translate(-50%,-47.5%)}}.wallpaper__title h1{font-size:44px;font-weight:600;text-transform:capitalize}@media(min-width:768px){.wallpaper__title h1{font-size:50px}}@media(min-width:1200px){.wallpaper__title h1{font-size:70px;font-weight:500;line-height:1.4}}.container{padding:0 24px}@media(min-width:768px){.container{padding:0 48px}}@media(min-width:1200px){.container{margin:auto;max-width:1250px;padding:0 80px}}.article-description{margin-bottom:20px;padding:60px 0}@media(min-width:768px){.article-description{background-color:#fff;box-shadow:0 5px 15px #0000001c;padding:75px;transform:translateY(-100px)}}@media(min-width:1200px){.article-description{margin-bottom:30px;padding:105px 120px;transform:translateY(-140px)}}.article-description p{line-height:1.5;margin-bottom:20px}.article-description p:first-child:first-letter{float:left;font-size:50px;font-weight:600;line-height:30px;padding-right:8px;padding-top:5px}.article-description h1{font-size:22px;font-weight:500;margin-bottom:10px;margin-top:40px;text-transform:capitalize}@media(min-width:1200px){.article-description h1{font-size:24px}}.related-articles{margin-bottom:110px}@media(min-width:1200px){.related-articles{margin-bottom:155px}}.related-articles__title{font-size:28px;font-weight:600;margin-bottom:40px}@media(min-width:768px){.related-articles__title{margin-bottom:50px}}.related-articles__separator{opacity:.5}.related-articles__cards{grid-gap:40px;display:grid;gap:40px;grid-template-columns:1fr}@media(min-width:768px){.related-articles__cards{gap:50px;grid-template-columns:1fr 1fr}}@media(min-width:1200px){.related-articles__cards{gap:60px;grid-template-columns:1fr 1fr 1fr}}@media(min-width:768px){.related-articles__cards>a:last-child{grid-column:1/3}}@media(min-width:1200px){.related-articles__cards>a:last-child{grid-column:unset}}.copyright{display:flex;flex-wrap:wrap;font-weight:500;justify-content:space-between;line-height:1.5;margin-bottom:50px;text-align:center}@media(min-width:768px){.copyright{margin-bottom:20px}}@media(min-width:1200px){.copyright{margin-bottom:30px}}.copyright__link,.copyright__text{width:100%}@media(min-width:768px){.copyright__link,.copyright__text{width:auto}}.copyright__text{margin-bottom:15px;opacity:.5;text-transform:capitalize}.copyright__link{color:#3089ff}*,:after,:before{box-sizing:border-box}body{color:#000;font-family:Montserrat,sans-serif;font-size:16px;font-weight:400;margin:0}@media(min-width:1200px){body{font-size:17px}}h1,h2,h3,h4,h5,h6,p{margin:0}h1,h2,h3,h4,h5,h6{color:inherit;font-size:inherit;font-weight:inherit}a{color:inherit;display:inline-block;text-decoration:none}ul{list-style:none;margin:0;padding:0}img{display:block;max-width:100%}
/*# sourceMappingURL=main.004ed492.css.map*/