body {
  background: #F7F7F7;
}

.blog {
  background: #F7F7F7;
  margin-top: 73px;
}
.blog * {
  font-family: "LatoWeb";
  font-weight: normal;
  color: #000000;
}
.blog h2, .blog h3, .blog h4, .blog h5, .blog p {
  margin: 0;
  padding: 0;
}
.blog a {
  text-decoration: none;
}
.blog a:hover {
  text-decoration: none;
}
.blog .blog-feature {
  height: 598px;
  max-height: 598px;
  width: 65.69%;
  max-width: 65.69%;
  background-size: cover;
  position: relative;
}
.blog .blog-feature img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog .blog-feature .article {
  position: absolute;
  top: 20.75%;
  left: -40.666666666%;
}
@media (max-width: 991px) {
  .blog .article:not(:first-child) .article__logo-wrapper {
    margin-top: 64px;
  }
}
.blog .article__title {
  font-family: "LatoWebBold";
  font-weight: normal;
  font-size: 25px;
  line-height: 30px;
  position: relative;
}
.blog .article__title:before {
  content: "";
  height: 61px;
  width: 4px;
  background-color: #EF6D4F;
  position: absolute;
  top: calc(50% - 32px);
  left: -53px;
}
.blog .article__text {
  font-size: 18px;
  line-height: 40px;
}
.blog .article__date {
  color: #828282;
  font-size: 14px;
  line-height: 30px;
  display: block;
}
.blog .article__read-time {
  color: #828282;
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
}
.blog .article__logo-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.blog .article__action {
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 18px;
  color: #ffffff;
  height: 45px;
  width: 156px;
  background-color: #000000;
  padding-left: 25px;
  border: none;
}
.blog .article__action img {
  margin-left: 16px;
  width: 18px;
  max-width: 18px;
  height: 12px;
  max-height: 12px;
}
.blog .article--featured {
  width: 64.555555555%;
  background-color: #FFFFFF;
  box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.18);
  padding: 48px 47px 65px 53px;
}
@media (min-width: 992px) {
  .blog .article--featured {
    width: 80%;
  }
}
@media (min-width: 1200px) {
  .blog .article--featured {
    width: 64.555555555%;
  }
}
.blog .article--featured .article__title {
  margin-top: 32px;
}
.blog .article--featured .article__text {
  margin-top: 34px;
}
.blog .article--featured .article__date {
  margin-top: 28px;
}
.blog .article--featured .article__read-time {
  margin-top: 15px;
}
.blog .article--featured .article__action {
  margin-top: 4px;
}
.blog .article--featured-mobile {
  color: #ffffff;
  padding: 86px 25px 83px;
  background-image: url("/assets/images/scenes/blog/hero-mobile.png");
  background-size: cover;
}
@media (min-width: 992px) {
  .blog .article--featured-mobile {
    padding: 83px 25px;
  }
}
.blog .article--featured-mobile h1 {
  font-family: "LatoWebBlack";
  font-weight: normal;
  font-size: 40px;
  line-height: 48px;
  color: #ffffff;
  text-align: center;
}
.blog .article--featured-mobile p {
  font-size: 18px;
  line-height: 35px;
  text-align: center;
  margin-top: 1px;
  color: #ffffff;
  padding: 10px;
  background-color: rgba(0,0,0,.2);
}
.blog .article--featured-mobile button {
  background-color: #EF6D50;
  margin-top: 30px;
}
.blog .blog-articles {
  width: 100%;
  margin: 63px auto 25px;
}
.blog .blog-articles .pagination {
  justify-content: center;
}
.blog .blog-articles .pagination span, .blog .blog-articles .pagination a {
  color: #ffffff;
  background-color: #000000;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  cursor: pointer;
}
.blog .blog-articles .pagination span.active, .blog .blog-articles .pagination span:hover, .blog .blog-articles .pagination a:hover {
  background-color: #ef6d4f;
}
@media (min-width: 992px) {
  .blog .blog-articles {
    width: 87.883211678%;
    margin: 161px auto 179px;
  }
}
.blog .blog-articles__title {
  font-family: "LatoWebBlack";
  font-weight: normal;
  font-size: 30px;
  line-height: 36px;
  color: #373737;
  text-align: center;
}
@media (min-width: 992px) {
  .blog .blog-articles__title {
    font-size: 35px;
    line-height: 42px;
  }
}
.blog .blog-articles__list {
  margin-top: 27px;
}
@media (min-width: 992px) {
  .blog .blog-articles__list {
    margin-top: 30px;
  }
}
.blog .blog-articles .article {
  display: flex;
  flex-direction: column;
}
.blog .blog-articles .article.hidden {
  display: none;
}
@media (min-width: 992px) {
  .blog .blog-articles .article {
    flex-direction: row;
  }
}
.blog .blog-articles .article:not(:first-child) {
  border-top: 1px solid rgba(151, 151, 151, 0.3);
}
.blog .blog-articles .article__logo-wrapper {
  height: 269px;
  background-color: #D8D8D8;
  margin: 0 auto;
  width: 325px;
}
@media (min-width: 992px) {
  .blog .blog-articles .article__logo-wrapper {
    min-width: 40.365448505%;
    height: 269px;
    margin: 88px 60px 0 0;
  }
}
.blog .blog-articles .article__content {
  margin-top: 56px;
  padding: 0 25px 65px 25px;
  flex-grow: 1;
}
@media (min-width: 992px) {
  .blog .blog-articles .article__content {
    margin-top: 58px;
    padding: 1px 0 62px 52px;
  }
}
.blog .blog-articles .article__title {
  margin-top: 17px;
}
@media (min-width: 992px) {
  .blog .blog-articles .article__title {
    margin-top: 32px;
  }
}
.blog .blog-articles .article__title:before {
  top: calc(50% - 32px);
  left: -25px;
}
@media (min-width: 992px) {
  .blog .blog-articles .article__title:before {
    left: -52px;
  }
}
.blog .blog-articles .article__text {
  line-height: 35px;
  margin-top: 43px;
}

@media (min-width: 992px) {
  .blog .blog-articles .article__text {
    line-height: 40px;
    margin-top: 38px;
  }
}
.blog .blog-articles .article__date {
  margin-top: 18px;
}
@media (min-width: 992px) {
  .blog .blog-articles .article__date {
    margin-top: 20px;
  }
}
.blog .blog-articles .article__read-time {
  margin-top: 15px;
}
.blog .blog-articles .article__action {
  margin-top: 48px;
  position: relative;
  left: -5px;
}
@media (min-width: 992px) {
  .blog .blog-articles .article__action {
    margin-top: 4px;
    position: static;
  }
}

body {
  background: #F7F7F7;
}

.blog-page {
  font-family: "LatoWeb";
  font-weight: normal;
  color: #000000;
  position: relative;
  top: -2px;
  margin: 73px auto 98px;
  word-wrap: break-word;
}
@media (min-width: 992px) {
  .blog-page {
    margin: 73px auto 126px;
  }
}
.blog-page__hero {
  height: 253px;
  max-height: 253px;
  margin-bottom: 37px;
}
@media (min-width: 992px) {
  .blog-page__hero {
    height: 350px;
    max-height: 350px;
  }
}
.blog-page__hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-page__back-btn {
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 18px;
  color: #ffffff;
  height: 45px;
  width: 166px;
  background-color: #000000;
  padding-left: 17px;
  border: none;
  margin: 30px auto;
}
@media (min-width: 992px) {
  .blog-page__back-btn {
    margin: 70px 0 0;
  }
}
.blog-page__back-btn img {
  margin-right: 10px;
}
.blog-page .blog-share p {
  color: #828282;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 992px) {
  .blog-page .blog-share p {
    text-align: left;
  }
}
.blog-page .blog-share button {
  height: 28px;
  width: 28px;
  border-radius: 1.17px;
  background-color: #35383B;
  border: none;
}
.blog-page .blog-share button:not(:last-child) {
  margin-right: 7px;
}
.blog-page .article {
  width: 100%;
  margin: 63px auto 0;
  padding: 0 25px;
}
@media (min-width: 992px) {
  .blog-page .article {
    width: 71.897810219%;
    margin: 47px auto 0;
    position: relative;
    left: 26px;
    padding: 0;
  }
}
.blog-page .article a {
  text-decoration: none;
}
.blog-page .article a:hover {
  text-decoration: none;
}
.blog-page .article__title {
  font-family: "LatoWebBlack";
  font-weight: normal;
  font-size: 30px;
  line-height: 36px;
  color: #373737;
  margin: 0;
}
@media (min-width: 992px) {
  .blog-page .article__title {
    font-size: 35px;
    line-height: 42px;
    text-align: center;
    position: relative;
    left: -27px;
  }
}
.blog-page .article__text {
  color: #292C2F;
  margin-top: 29px;
  font-size: 18px;
  line-height: 35px;
}
@media (max-width: 991px) {
  .blog-page .article__text img {
    width: 100%;
  }
}
.blog-page .article__text img {
  max-height: 400px;
}
@media (min-width: 992px) {
  .blog-page .article__text {
    margin-top: 81px;
    font-size: 18px;
    line-height: 40px;
  }
}
.blog-page .article__text p {
  letter-spacing: 0.035px;
}
.blog-page .article__text p:not(:last-child) {
  margin-bottom: 35px;
}
@media (min-width: 992px) {
  .blog-page .article__text p:not(:last-child) {
    margin-bottom: 40px;
  }
}
.blog-page .article__meta {
  margin: 39px auto 60px;
}
@media (min-width: 992px) {
  .blog-page .article__meta {
    margin: 33px auto 39px;
    position: relative;
    left: -27px;
  }
}
.blog-page .article__author, .blog-page .article__date {
  font-size: 14px;
  line-height: 30px;
  color: #828282;
  display: block;
}
.blog-page .article__author {
  text-transform: uppercase;
}
.blog-page .article__date {
  margin-right: 17px;
}
.blog-page .article__images {
  margin: 78px 0 82px;
}
@media (min-width: 992px) {
  .blog-page .article__images {
    margin: 64px 0 90px;
  }
}
.blog-page .article__images img {
  width: 100%;
  height: 325px;
}
@media (min-width: 992px) {
  .blog-page .article__images img {
    height: initial;
  }
}
.blog-page .article__images img:first-child {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .blog-page .article__images {
    padding-left: 22px;
  }
  .blog-page .article__images img {
    width: 41.609137%;
  }
  .blog-page .article__images img:first-child {
    margin-right: 84px;
    margin-bottom: 0;
  }
}