@keyframes bounceDown {
  0% {
    transform: scale(1, 1) translateX(0);
  }
  10% {
    transform: scale(1.1, 0.9) translateX(0);
  }
  30% {
    transform: scale(0.9, 1.1) translateY(-4px);
  }
  50% {
    transform: scale(1.05, 0.95) translateY(6px);
  }
  57% {
    transform: scale(1, 1) translateY(-2px);
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes bounce2 {
  0% {
    transform: scale(1, 1) translateX(0);
  }
  10% {
    transform: scale(1.1, 0.9) translateX(0);
  }
  30% {
    transform: scale(0.9, 1.1) translateX(-4px);
  }
  50% {
    transform: scale(1.05, 0.95) translateX(2px);
  }
  57% {
    transform: scale(1, 1) translateX(-2px);
  }
  64% {
    transform: scale(1, 1) translateX(0);
  }
  100% {
    transform: scale(1, 1) translateX(0);
  }
}
/* Fonts */
@keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
span.clap {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  color: #626B79;
}
span.clap::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background-image: url(../images/ic-clap.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 8px;
}

.post__image {
  position: relative;
  padding-top: 52.47813411%;
  border-radius: 8px;
  overflow: hidden;
  margin: 0 0 24px;
}
.post__image img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.post__category {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #626B79;
  margin: 0 0 8px;
}
.post__category > a {
  color: #626B79;
}
.post__category > a:hover {
  color: #4B61DD;
  text-decoration: none;
}
.post__title {
  font-family: "Literata";
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  color: #626B79;
  margin: 0 0 8px;
}
.post__title > a {
  color: #626B79;
}
.post__title > a:hover {
  color: #4B61DD;
  text-decoration: none;
}
.post__meta {
  font-size: 14px;
  line-height: 24px;
  color: #626B79;
}
.post__meta > a {
  color: #626B79;
}
.post__meta > a:hover {
  color: #4B61DD;
  text-decoration: none;
}
.post__meta > span {
  display: inline-block;
}
.post__meta > span::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #626B79;
  margin: 0 8px;
}
.post__meta > span:first-child::before {
  display: none;
}
.post__meta .views {
  display: none;
}
.post .author {
  padding-top: 32px;
  display: flex;
}
.post .author__image {
  display: block;
  width: 100%;
  max-width: 24px;
  flex: 0 0 24px;
}
.post .author__image img {
  display: block;
  width: 24px;
  height: 24px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 12px;
  background-color: #e9e5f9;
}
.post .author__content {
  padding-left: 8px;
}
.post .author .inline-like::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #626B79;
  margin: 0 12px;
}
.post__wrap {
  padding: 0;
}

.all-media {
  padding-left: 16px;
  padding-right: 16px;
}
.all-media__title {
  z-index: 100;
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 24px;
}
.all-media__posts {
  display: flex;
  overflow: auto;
  gap: 24px;
  margin-right: -16px;
  margin-left: -16px;
  padding: 0 16px 12px;
}
.all-media__posts .post {
  min-width: 90%;
}
.all-media__left {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
  padding-bottom: 32px;
}
.all-media__left::after {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% + 32px);
  left: -16px;
  bottom: 0;
  border-bottom: 1px solid #E2E2E2;
}
.all-media__left .post__category, .all-media__left .post__title, .all-media__left .post__meta {
  color: #232933;
}
.all-media__left .post__category > a, .all-media__left .post__title > a, .all-media__left .post__meta > a {
  color: #232933;
}
.all-media__left .post__category > a:hover, .all-media__left .post__title > a:hover, .all-media__left .post__meta > a:hover {
  color: #4B61DD;
  text-decoration: none;
}
.all-media__left .post__content {
  padding-left: 16px;
  padding-right: 16px;
}
.all-media__left .post__wrap {
  padding: 12px;
  background: #F1F5F9;
  border-radius: 8px;
}
.all-media__left .swiper.swiper-initialized .swiper-wrapper {
  padding-bottom: 16px;
}
.all-media__left .swiper.swiper-initialized .swiper-prev,
.all-media__left .swiper.swiper-initialized .swiper-next {
  display: block;
  width: 48px;
  height: 48px;
  background-color: #FFF;
  background-image: url(../images/ic-chevron.webp);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
  border: 2px solid #4B61DD;
  border-right: 1px solid #4B61DD;
  border-radius: 8px 0 0 8px;
  cursor: pointer;
}
.all-media__left .swiper.swiper-initialized .swiper-next {
  transform: scaleX(-1);
}
.all-media__left .swiper.swiper-initialized .swiper-nav {
  display: flex;
}
.all-media__left .swiper.swiper-initialized .swiper-number {
  padding: 12px 10px;
  border-radius: 8px;
  background: #4F545C;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: #FFF;
  text-align: center;
  min-width: 64px;
  width: auto;
}
.all-media__left .swiper.swiper-initialized .swiper-action {
  display: flex;
  justify-content: space-between;
}
.all-media__center {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
  padding-top: 32px;
  padding-bottom: 32px;
}
.all-media__center::after {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% + 32px);
  left: -16px;
  bottom: 0;
  border-bottom: 1px solid #E2E2E2;
}
.all-media__right {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
  padding-top: 32px;
}
.all-media__right .all-media__posts {
  gap: 16px;
}
.all-media__right .post {
  border-right: 1px solid #E2E2E2;
  padding-right: 16px;
}
.all-media__right .post__title {
  font-size: 16px;
  line-height: 24px;
}
.all-media__wrap {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 480px) {
  .all-media__posts {
    margin-left: -12px;
    margin-right: -12px;
    padding-left: 0;
    padding-right: 0;
    gap: 0;
  }
  .all-media__posts .post {
    min-width: 50%;
    padding-left: 12px;
    padding-right: 12px;
  }
  .all-media__right .all-media__posts {
    gap: 0;
    margin-left: -16px;
    margin-right: -16px;
  }
  .all-media__right .all-media__posts .post {
    min-width: 45%;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 1280px) {
  .all-media__sticky {
    position: sticky;
    top: 100px;
  }
  .all-media__posts {
    display: block;
    margin: 0;
    padding: 0;
  }
  .all-media__left {
    max-width: calc(100% - 670px);
    flex: 0 0 calc(100% - 670px);
    padding-right: 16px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .all-media__left::after {
    display: none;
  }
  .all-media__left .post__wrap {
    padding: 16px 16px 24px;
  }
  .all-media__left .swiper.swiper-initialized {
    position: relative;
  }
  .all-media__left .swiper.swiper-initialized .swiper-prev,
  .all-media__left .swiper.swiper-initialized .swiper-next {
    border: 0;
  }
  .all-media__left .swiper.swiper-initialized .swiper-prev {
    border-radius: 0;
    border-right: 1px solid #DCDFE4;
  }
  .all-media__left .swiper.swiper-initialized .swiper-next {
    border-radius: 6px 0 0 6px;
    border: 0;
  }
  .all-media__left .swiper.swiper-initialized .swiper-number {
    border-radius: 6px 0 0 6px;
    padding: 12px;
    min-width: 56px;
    background: rgba(35, 41, 51, 0.8);
  }
  .all-media__left .swiper.swiper-initialized .swiper-action {
    justify-content: flex-end;
    position: absolute;
    z-index: 2;
    top: 236px;
    right: 26px;
  }
  .all-media__left .swiper.swiper-initialized .swiper-wrapper {
    padding: 0;
  }
  .all-media__center {
    border-left: 1px solid #E2E2E2;
    max-width: 375px;
    flex: 0 0 375px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .all-media__center::after {
    display: none;
  }
  .all-media__center .post {
    padding-left: 0;
    padding-right: 0;
  }
  .all-media__center .post__wrap {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .all-media__center .post:first-child .post__wrap {
    padding-top: 0;
  }
  .all-media__center .post:last-child .post__wrap {
    padding-bottom: 0;
  }
  .all-media__right {
    border-left: 1px solid #E2E2E2;
    max-width: 295px;
    flex: 0 0 295px;
    padding-left: 16px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .all-media__right .all-media__posts .post {
    border-right: 0;
  }
  .all-media__right .post__wrap {
    padding-top: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #E2E2E2;
  }
  .all-media__right .post:first-child .post__wrap {
    padding-top: 0;
  }
  .all-media__right .post:last-child .post__wrap {
    padding-bottom: 0;
    border-bottom: 0;
  }
}

.blog-subs {
  background: #F1F5F9;
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
  padding-left: 16px;
  padding-right: 16px;
}
.blog-subs__title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #626B79;
  margin: 0 0 8px;
}
.blog-subs__title br {
  display: none;
}
.blog-subs__title:last-child {
  margin: 0;
}
.blog-subs__content {
  display: block;
  width: 100%;
}
.blog-subs__action {
  display: block;
  width: 100%;
  padding-top: 24px;
}
.blog-subs__wrap {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 1280px) {
  .blog-subs {
    background: #FFF;
  }
  .blog-subs__title br {
    display: block;
  }
  .blog-subs__content {
    max-width: 60%;
    flex: 0 0 60%;
  }
  .blog-subs__action {
    padding-top: 0;
    text-align: right;
    max-width: 40%;
    flex: 0 0 40%;
  }
  .blog-subs__wrap > .row {
    align-items: center;
  }
}

.blog-business {
  padding-left: 16px;
  padding-right: 16px;
}
.blog-business__title {
  font-size: 28px;
  line-height: 36px;
  margin: 0 0 16px;
}
.blog-business__left .post__title, .blog-business__right .post__title, .blog-business__bottom .post__title {
  font-size: 16px;
  line-height: 24px;
}
.blog-business__left .post__meta, .blog-business__right .post__meta, .blog-business__bottom .post__meta {
  padding: 8px 0;
}
.blog-business__left .post__wrap, .blog-business__right .post__wrap, .blog-business__bottom .post__wrap {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #E2E2E2;
}
.blog-business__center .post__wrap {
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #E2E2E2;
}
.blog-business__head {
  margin: 0 -12px 24px;
}
.blog-business__wrap {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 480px) {
  .blog-business__left, .blog-business__right {
    max-width: 45%;
    flex: 0 0 45%;
    padding-right: 16px;
    border-right: 1px solid #E2E2E2;
  }
  .blog-business__left .post__wrap, .blog-business__right .post__wrap {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .blog-business__left .post:first-child .post__wrap, .blog-business__right .post:first-child .post__wrap {
    padding-top: 0;
  }
  .blog-business__left .post:last-child .post__meta, .blog-business__right .post:last-child .post__meta {
    padding: 0;
  }
  .blog-business__left .post:last-child .post__wrap, .blog-business__right .post:last-child .post__wrap {
    padding-bottom: 0;
    border: 0;
  }
  .blog-business__center {
    max-width: 55%;
    flex: 0 0 55%;
    padding-left: 16px;
  }
  .blog-business__center .post__title {
    font-size: 32px;
    line-height: 48px;
  }
  .blog-business__center .post__wrap {
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
  }
  .blog-business__right, .blog-business__bottom {
    display: none;
  }
  .blog-business__head {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1280px) {
  .blog-business__left {
    display: block;
    max-width: 336px;
    flex: 0 0 336px;
    border-right: 1px solid #E2E2E2;
    padding-right: 16px;
  }
  .blog-business__center {
    display: block;
    max-width: calc(100% - 672px);
    flex: 0 0 calc(100% - 672px);
    padding-left: 16px;
    padding-right: 16px;
  }
  .blog-business__right {
    display: block;
    max-width: 336px;
    flex: 0 0 336px;
    border-left: 1px solid #E2E2E2;
    padding-left: 16px;
    padding-right: 0;
    border-right: 0;
  }
  .blog-business__bottom {
    display: flex;
    max-width: 100%;
    flex: 0 0 100%;
    border-top: 1px solid #E2E2E2;
    margin: 16px 0 0;
    padding-top: 24px;
  }
  .blog-business__bottom .post {
    display: block;
    max-width: 33.333333%;
    flex: 0 0 33.333333%;
    padding-left: 24px;
    padding-right: 24px;
    border-right: 1px solid #E2E2E2;
  }
  .blog-business__bottom .post__meta {
    padding: 0;
  }
  .blog-business__bottom .post__wrap {
    padding: 0;
    border: 0;
  }
  .blog-business__bottom .post:first-child {
    padding-left: 0;
  }
}

.blog-pro {
  padding-left: 16px;
  padding-right: 16px;
}
.blog-pro .subs {
  margin-top: 24px;
}
.blog-pro .subs__title {
  font-weight: 600;
  margin: 0 0 16px;
}
.blog-pro .subs__wrap {
  background: #F4F3EE url(../images/img-box-bg.webp) no-repeat bottom right/auto 32px;
  border-radius: 8px;
  padding: 24px;
}
.blog-pro__left {
  order: 2;
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}
.blog-pro__left .post__meta {
  padding: 8px 0;
}
.blog-pro__left .post__wrap {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E2E2E2;
}
.blog-pro__left .post:last-child .post__wrap {
  border: 0;
}
.blog-pro__right {
  order: 1;
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
  padding-bottom: 24px;
}
.blog-pro__right span.clap {
  color: #FFF;
}
.blog-pro__right span.clap::before {
  filter: brightness(0) invert(1);
}
.blog-pro__right .post__category, .blog-pro__right .post__title, .blog-pro__right .post__meta {
  color: #FFF;
}
.blog-pro__right .post__category > a, .blog-pro__right .post__title > a, .blog-pro__right .post__meta > a {
  color: #FFF;
}
.blog-pro__right .post__category > a:hover, .blog-pro__right .post__title > a:hover, .blog-pro__right .post__meta > a:hover {
  color: #FFF;
  text-decoration: none;
}
.blog-pro__right .post__title {
  font-size: 24px;
  line-height: 32px;
}
.blog-pro__right .post__author .author__content > a {
  color: #FFF;
}
.blog-pro__right .post__author .author__content > a:hover {
  color: #FFF;
  text-decoration: none;
}
.blog-pro__right .post__content {
  padding-left: 24px;
  padding-right: 24px;
}
.blog-pro__right .post__wrap {
  padding: 12px 12px 24px;
  background: #1B294A;
  border-radius: 8px;
}
.blog-pro__right .swiper.swiper-initialized .swiper-wrapper {
  padding-bottom: 16px;
}
.blog-pro__right .swiper.swiper-initialized .swiper-prev,
.blog-pro__right .swiper.swiper-initialized .swiper-next {
  display: block;
  width: 48px;
  height: 48px;
  background-color: #FFF;
  background-image: url(../images/ic-chevron.webp);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
  border: 2px solid #4B61DD;
  border-right: 1px solid #4B61DD;
  border-radius: 8px 0 0 8px;
  cursor: pointer;
}
.blog-pro__right .swiper.swiper-initialized .swiper-next {
  transform: scaleX(-1);
}
.blog-pro__right .swiper.swiper-initialized .swiper-nav {
  display: flex;
}
.blog-pro__right .swiper.swiper-initialized .swiper-number {
  padding: 12px 10px;
  border-radius: 8px;
  background: #4F545C;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: #FFF;
  text-align: center;
  min-width: 64px;
  width: auto;
}
.blog-pro__right .swiper.swiper-initialized .swiper-action {
  display: flex;
  justify-content: space-between;
}
.blog-pro__head {
  margin: 0 -12px 24px;
}
.blog-pro__wrap {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 480px) {
  .blog-pro__left {
    order: 1;
    max-width: 45%;
    flex: 0 0 45%;
    padding: 0 16px 0 0;
    border-right: 1px solid #E2E2E2;
  }
  .blog-pro__left .post__meta {
    padding: 0;
  }
  .blog-pro__right {
    order: 2;
    max-width: 55%;
    flex: 0 0 55%;
    padding: 0 0 0 16px;
  }
  .blog-pro__right .post__title {
    font-size: 32px;
    line-height: 48px;
  }
  .blog-pro__right .post__wrap {
    padding: 16px 16px 32px;
  }
  .blog-pro__head {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1280px) {
  .blog-pro__left {
    max-width: 436px;
    flex: 0 0 436px;
  }
  .blog-pro__right {
    order: 2;
    max-width: calc(100% - 436px);
    flex: 0 0 calc(100% - 436px);
  }
  .blog-pro__right .post__author {
    min-height: 72px;
  }
  .blog-pro__right .swiper.swiper-initialized {
    position: relative;
  }
  .blog-pro__right .swiper.swiper-initialized .swiper-prev,
  .blog-pro__right .swiper.swiper-initialized .swiper-next {
    border: 0;
  }
  .blog-pro__right .swiper.swiper-initialized .swiper-prev {
    border-radius: 0;
    border-right: 1px solid #DCDFE4;
  }
  .blog-pro__right .swiper.swiper-initialized .swiper-next {
    border-radius: 6px 0 0 6px;
    border: 0;
  }
  .blog-pro__right .swiper.swiper-initialized .swiper-number {
    border-radius: 6px 0 0 6px;
    padding: 12px;
    min-width: 56px;
    background: rgba(35, 41, 51, 0.8);
  }
  .blog-pro__right .swiper.swiper-initialized .swiper-action {
    justify-content: flex-end;
    position: absolute;
    z-index: 2;
    top: 359px;
    right: 26px;
  }
  .blog-pro__right .swiper.swiper-initialized .swiper-wrapper {
    padding: 0;
  }
}

.blog-spotlight {
  background: #F1F5F9;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
}
.blog-spotlight .post {
  position: relative;
}
.blog-spotlight .post__category {
  color: #FFF;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  margin: 0 0 8px;
}
.blog-spotlight .post__category > a {
  color: #FFF;
}
.blog-spotlight .post__category > a:hover {
  color: #FFF;
  text-decoration: none;
}
.blog-spotlight .post__title {
  color: #FFF;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin: 0 0 8px;
}
.blog-spotlight .post__meta {
  font-size: 14px;
  line-height: 20px;
}
.blog-spotlight .post__bg {
  z-index: 1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 8px;
}
.blog-spotlight .post__bg-placeholder {
  z-index: 1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0D032D;
  border-radius: 8px;
}
.blog-spotlight .post__content {
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #FFF;
  padding: 24px;
}
.blog-spotlight .post__wrap {
  display: block;
  width: 100%;
  padding-top: 166.666666%;
}
.blog-spotlight .post__wrap::before {
  z-index: 2;
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(35, 31, 32, 0) 0%, rgba(17, 15, 16, 0.51) 35.88%, #000 103.87%);
}
.blog-spotlight__title {
  display: block;
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
  margin: 0 0 40px;
}
.blog-spotlight .swiper-outer {
  position: relative;
  display: block;
  width: 100%;
}
.blog-spotlight .swiper-outer .post {
  cursor: pointer;
  width: 100%;
}
.blog-spotlight .swiper {
  width: 300px;
  margin-left: 0;
  overflow: visible;
}
.blog-spotlight .swiper.swiper-initialized .swiper-wrapper {
  padding-bottom: 0;
}
.blog-spotlight .swiper-action {
  width: 100%;
}
.blog-spotlight .swiper-nav {
  display: flex;
  justify-content: space-between;
}
.blog-spotlight .swiper-prev,
.blog-spotlight .swiper-next {
  display: block;
  width: 48px;
  height: 48px;
  background-color: #FFF;
  background-image: url(../images/ic-chevron.webp);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
  border: 2px solid #4B61DD;
  border-radius: 8px;
  cursor: pointer;
}
.blog-spotlight .swiper-prev {
  left: 0;
}
.blog-spotlight .swiper-next {
  transform: scaleX(-1);
  right: 0;
}
.blog-spotlight .swiper-nav {
  display: flex;
  justify-content: space-between;
  padding-top: 32px;
}
.blog-spotlight__wrap {
  padding-top: 32px;
  padding-bottom: 32px;
}
.blog-spotlight .blog-spotlight__full {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  width: 100%;
  min-height: 100dvh;
  background: #242424;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transform: scale(1.2);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in;
  display: none;
}
.blog-spotlight .blog-spotlight__full .close {
  cursor: pointer;
  z-index: 10;
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 13px;
  right: 9px;
  background: url(../images/ic-close.webp) no-repeat center/contain;
}
.blog-spotlight .blog-spotlight__full .post {
  max-width: initial;
}
.blog-spotlight .blog-spotlight__full .post__category {
  font-size: 16px;
  line-height: 24px;
}
.blog-spotlight .blog-spotlight__full .post__title {
  font-size: 28px;
  line-height: 1.5em;
}
.blog-spotlight .blog-spotlight__full .post__keys {
  position: relative;
  margin: 24px 0;
}
.blog-spotlight .blog-spotlight__full .post__keys .items {
  display: flex;
  counter-reset: item-counter;
  max-width: 95%;
  margin-left: 0;
}
.blog-spotlight .blog-spotlight__full .post__keys .item {
  width: 100%;
  background: #FFF;
  padding: 16px;
  border-radius: 15px;
  color: #232933;
  font-size: 14px;
  line-height: 20px;
  counter-increment: item-counter;
}
.blog-spotlight .blog-spotlight__full .post__keys .item .text {
  display: block;
  width: 100%;
}
.blog-spotlight .blog-spotlight__full .post__keys .item::before {
  content: counter(item-counter);
  display: inline-block;
  min-width: 20px;
  height: 20px;
  background: #5B37D4;
  color: #FFF;
  text-align: center;
  padding: 0 4px;
  border-radius: 10px;
  margin: 0 0 12px;
}
.blog-spotlight .blog-spotlight__full .post .swiper-pagination {
  display: flex;
  position: absolute;
  height: 6px;
  top: 24px;
  bottom: auto;
  left: 32px;
  width: calc(100% - 152px);
  display: none;
}
.blog-spotlight .blog-spotlight__full .post .swiper-pagination .swiper-pagination-bullet,
.blog-spotlight .blog-spotlight__full .post .swiper-pagination .swiper-pagination-only {
  position: relative;
  width: 100%;
  height: 6px;
  margin: 0 2px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.6);
  overflow: hidden;
}
.blog-spotlight .blog-spotlight__full .post .swiper-pagination .swiper-pagination-bullet::after,
.blog-spotlight .blog-spotlight__full .post .swiper-pagination .swiper-pagination-only::after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #FFF;
}
.blog-spotlight .blog-spotlight__full .post .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after,
.blog-spotlight .blog-spotlight__full .post .swiper-pagination .swiper-pagination-only.swiper-pagination-bullet-active::after {
  animation: load 6s ease-in-out forwards;
}
.blog-spotlight .blog-spotlight__full .post .swiper-pagination .swiper-pagination-bullet.opened,
.blog-spotlight .blog-spotlight__full .post .swiper-pagination .swiper-pagination-only.opened {
  background: #FFF;
}
.blog-spotlight .blog-spotlight__full .post .swiper-pagination .swiper-pagination-only::after {
  animation: load 6s ease-in-out forwards;
}
.blog-spotlight .blog-spotlight__full .post.swiper-slide-active .swiper-pagination {
  display: flex;
}
.blog-spotlight .blog-spotlight__full .post__content {
  padding-bottom: 100px;
  overflow: hidden;
}
.blog-spotlight .blog-spotlight__full .post__bg, .blog-spotlight .blog-spotlight__full .post__bg-placeholder {
  border-radius: 0;
}
.blog-spotlight .blog-spotlight__full .post__wrap {
  padding-top: 0;
  width: 100vw;
  height: 100dvh;
}
.blog-spotlight .blog-spotlight__full .post__wrap::before {
  border-radius: 0;
}
.blog-spotlight .blog-spotlight__full .swiper-outer::before, .blog-spotlight .blog-spotlight__full .swiper-outer::after {
  display: none;
}
.blog-spotlight .blog-spotlight__full .swiper {
  width: 100%;
}
.blog-spotlight .blog-spotlight__full .swiper-action {
  z-index: 2;
  position: absolute;
  bottom: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.blog-spotlight .blog-spotlight__full .swiper-action .swiper-number {
  background: #1C2129;
  padding: 14px 15px;
  border-radius: 0 8px 8px 0;
  color: #FFF;
  width: auto;
  font-size: 14px;
  line-height: 20px;
}
.blog-spotlight .blog-spotlight__full .swiper-action .swiper-nav {
  padding: 0;
}
.blog-spotlight .blog-spotlight__full .swiper-action .swiper-nav .swiper-prev {
  border-radius: 8px 0 0 8px;
  border-width: 2px 1px 0 2px;
  margin-right: auto;
}
.blog-spotlight .blog-spotlight__full .swiper-action .swiper-nav .swiper-next {
  border-radius: 0;
  border-width: 2px 1px 0 0;
  margin-left: auto;
}
.blog-spotlight .blog-spotlight__full .swiper-action .swiper-nav .swiper-prev.swiper-button-disabled,
.blog-spotlight .blog-spotlight__full .swiper-action .swiper-nav .swiper-next.swiper-button-disabled {
  opacity: 0.5;
  background-color: #f2f4f7;
  filter: grayscale(1);
  pointer-events: none;
}
.blog-spotlight.open-full-slider .blog-spotlight__full {
  display: flex;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
@media (min-width: 480px) {
  .blog-spotlight .post {
    max-width: 300px;
  }
  .blog-spotlight .swiper {
    width: 616px;
  }
  .blog-spotlight .blog-spotlight__full .closet {
    top: 24px;
    right: 24px;
  }
  .blog-spotlight .blog-spotlight__full .post {
    transform: scale(0.6);
    transition: all 0.2s ease-in;
  }
  .blog-spotlight .blog-spotlight__full .post__keys, .blog-spotlight .blog-spotlight__full .post__action {
    display: none;
  }
  .blog-spotlight .blog-spotlight__full .post__keys .items {
    max-width: 85%;
  }
  .blog-spotlight .blog-spotlight__full .post__content {
    padding: 32px;
  }
  .blog-spotlight .blog-spotlight__full .post .swiper-pagination {
    display: none;
    width: calc(100% - 64px);
  }
  .blog-spotlight .blog-spotlight__full .post__bg, .blog-spotlight .blog-spotlight__full .post__bg-placeholder {
    border-radius: 12px;
  }
  .blog-spotlight .blog-spotlight__full .post__wrap {
    width: 100%;
    height: auto;
    padding-top: 166.666666%;
  }
  .blog-spotlight .blog-spotlight__full .post__wrap::before {
    border-radius: 12px;
  }
  .blog-spotlight .blog-spotlight__full .post.swiper-slide-active {
    transform: scale(1);
  }
  .blog-spotlight .blog-spotlight__full .post.swiper-slide-active .swiper-pagination {
    display: flex;
  }
  .blog-spotlight .blog-spotlight__full .post.swiper-slide-active .post__keys,
  .blog-spotlight .blog-spotlight__full .post.swiper-slide-active .post__action {
    display: block;
  }
  .blog-spotlight .blog-spotlight__full .swiper {
    width: 434px;
    margin-left: auto;
    margin-right: auto;
  }
  .blog-spotlight .blog-spotlight__full .swiper-action {
    top: 50%;
    bottom: auto;
  }
  .blog-spotlight .blog-spotlight__full .swiper-action .swiper-number {
    display: none;
  }
  .blog-spotlight .blog-spotlight__full .swiper-action .swiper-nav {
    width: calc(100% + 120px);
    margin: 0 -60px;
  }
  .blog-spotlight .blog-spotlight__full .swiper-action .swiper-prev,
  .blog-spotlight .blog-spotlight__full .swiper-action .swiper-next {
    border-radius: 8px !important;
    border: 0;
    margin: 0 !important;
    box-shadow: 0px 111px 31px 0px rgba(0, 0, 0, 0), 0px 71px 28px 0px rgba(0, 0, 0, 0.01), 0px 40px 24px 0px rgba(0, 0, 0, 0.05), 0px 18px 18px 0px rgba(0, 0, 0, 0.09), 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  }
}
@media (max-height: 480px) {
  .blog-spotlight .blog-spotlight__full .post .swiper-pagination {
    width: calc(100% - 32px);
    top: 16px;
    left: 16px;
  }
  .blog-spotlight .blog-spotlight__full .post__title {
    font-size: 24px;
    line-height: 32px;
  }
  .blog-spotlight .blog-spotlight__full .post__keys {
    margin: 8px 0;
  }
  .blog-spotlight .blog-spotlight__full .post__keys .items {
    max-width: 95%;
  }
  .blog-spotlight .blog-spotlight__full .post__keys .item::before {
    display: none;
  }
  .blog-spotlight .blog-spotlight__full .post__content {
    padding: 16px;
  }
  .blog-spotlight .blog-spotlight__full .post__wrap {
    padding-top: 0;
    min-height: 90vh;
  }
  .blog-spotlight .blog-spotlight__full .swiper {
    width: calc(100vw - 110px);
  }
}
@media (min-width: 1280px) {
  .blog-spotlight .swiper-outer::before, .blog-spotlight .swiper-outer::after {
    z-index: 2;
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 100%;
    background: #F1F5F9;
  }
  .blog-spotlight .swiper-outer::after {
    right: auto;
    left: 100%;
  }
  .blog-spotlight .swiper {
    width: 932px;
    margin-left: auto;
    margin-right: auto;
  }
  .blog-spotlight .swiper-action {
    z-index: 10;
    position: absolute;
    left: 0;
    top: 50%;
  }
  .blog-spotlight .swiper-prev,
  .blog-spotlight .swiper-next {
    margin-top: -24px;
    border: 0;
    box-shadow: 0px 111px 31px 0px rgba(0, 0, 0, 0), 0px 71px 28px 0px rgba(0, 0, 0, 0.01), 0px 40px 24px 0px rgba(0, 0, 0, 0.05), 0px 18px 18px 0px rgba(0, 0, 0, 0.09), 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  }
  .blog-spotlight .swiper-prev.swiper-button-disabled,
  .blog-spotlight .swiper-next.swiper-button-disabled {
    opacity: 0.2;
    background-color: #f2f4f7;
    filter: grayscale(1);
  }
  .blog-spotlight .swiper-prev {
    margin-left: -24px;
  }
  .blog-spotlight .swiper-next {
    margin-right: -24px;
  }
  .blog-spotlight .swiper-nav {
    position: absolute;
    height: 0;
    width: 100%;
    top: 50%;
    padding: 0;
  }
}

.blog-banner {
  padding-left: 16px;
  padding-right: 16px;
  background: #0D032D;
}
.blog-banner__image {
  display: block;
  width: 100%;
  margin: 0 0 24px;
}
.blog-banner__image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.blog-banner__content {
  display: block;
  width: 100%;
}
.blog-banner__title {
  color: #FFF;
  font-size: 32px;
  line-height: 48px;
  margin: 0 0 8px;
}
.blog-banner__desc {
  color: #FFF;
  margin: 0 0 8px;
}
.blog-banner__action {
  padding-top: 16px;
}
.blog-banner__wrap {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 1280px) {
  .blog-banner__image {
    max-width: 45%;
    flex: 0 0 45%;
  }
  .blog-banner__content {
    max-width: 55%;
    flex: 0 0 55%;
    padding-left: 40px;
  }
  .blog-banner__wrap > .row {
    align-items: center;
  }
}

.blog-resc {
  padding-left: 16px;
  padding-right: 16px;
  border-top: 1px solid #E2E2E2;
}
.blog-resc .post__image {
  position: relative;
  padding-top: 52.47813411%;
  border-radius: 8px;
  overflow: hidden;
  margin: 0 0 24px;
}
.blog-resc .post__image.custom img {
  display: block;
  position: relative;
}
.blog-resc .post__image.custom .logomark {
  width: 7%;
  height: auto;
  position: absolute;
  top: 5%;
  left: 5%;
}
.blog-resc .post__image.custom .text {
  position: absolute;
  bottom: 8%;
  left: 5%;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #FFF;
  width: 47%;
  padding-right: 5%;
}
.blog-resc .post__image.custom .cover {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right center;
     object-position: right center;
  width: 40%;
  height: 90%;
  left: auto;
  right: 3%;
  top: 5%;
}
.blog-resc .post__category {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #FFF;
  margin: 0 0 8px;
}
.blog-resc .post__category > a {
  color: #FFF;
}
.blog-resc .post__category > a:hover {
  color: #FFF;
  text-decoration: none;
}
.blog-resc .post__title {
  font-family: "Literata";
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #FFF;
  margin: 0 0 8px;
}
.blog-resc .post__title > a {
  color: #FFF;
}
.blog-resc .post__title > a:hover {
  color: #FFF;
  text-decoration: none;
}
.blog-resc .post__meta {
  font-size: 14px;
  line-height: 20px;
  color: #FFF;
}
.blog-resc .post__meta > a {
  color: #FFF;
}
.blog-resc .post__meta > a:hover {
  color: #FFF;
  text-decoration: none;
}
.blog-resc .post__action {
  padding-top: 24px;
}
.blog-resc .post__wrap {
  padding: 12px 12px 24px;
  background: #22201D;
  border-radius: 8px;
}
.blog-resc .swiper.swiper-initialized .swiper-wrapper {
  padding-bottom: 16px;
}
.blog-resc .swiper.swiper-initialized .swiper-prev,
.blog-resc .swiper.swiper-initialized .swiper-next {
  display: block;
  width: 48px;
  height: 48px;
  background-color: #FFF;
  background-image: url(../images/ic-chevron.webp);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
  border: 2px solid #4B61DD;
  border-right: 1px solid #4B61DD;
  border-radius: 8px 0 0 8px;
  cursor: pointer;
}
.blog-resc .swiper.swiper-initialized .swiper-prev.swiper-button-lock,
.blog-resc .swiper.swiper-initialized .swiper-next.swiper-button-lock {
  display: none;
}
.blog-resc .swiper.swiper-initialized .swiper-next {
  transform: scaleX(-1);
}
.blog-resc .swiper.swiper-initialized .swiper-nav {
  display: flex;
}
.blog-resc .swiper.swiper-initialized .swiper-number {
  padding: 12px 10px;
  border-radius: 8px;
  background: #4F545C;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: #FFF;
  text-align: center;
  min-width: 64px;
  width: auto;
}
.blog-resc .swiper.swiper-initialized .swiper-action {
  display: flex;
  justify-content: space-between;
}
.blog-resc__head {
  margin: 0 -12px 24px;
}
.blog-resc__swiper {
  margin-left: -12px;
  margin-right: -12px;
}
.blog-resc__wrap {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 480px) {
  .blog-resc .post__image.custom .text {
    font-size: 32px;
    line-height: 48px;
  }
  .blog-resc .post__title {
    font-size: 32px;
    line-height: 48px;
  }
}
@media (min-width: 1280px) {
  .blog-resc .post__image {
    max-width: 740px;
    flex: 0 0 740px;
    margin: 0;
    padding-top: 32.051282051%;
  }
  .blog-resc .post__category {
    margin: 24px 0 48px;
  }
  .blog-resc .post__content {
    max-width: calc(100% - 740px);
    flex: 0 0 calc(100% - 740px);
    padding-left: 40px;
  }
  .blog-resc .post__wrap {
    padding: 16px;
    display: flex;
    border-radius: 8px 8px 0 0;
  }
  .blog-resc .swiper.swiper-initialized {
    position: relative;
  }
  .blog-resc .swiper.swiper-initialized .swiper-prev,
  .blog-resc .swiper.swiper-initialized .swiper-next {
    border: 0;
  }
  .blog-resc .swiper.swiper-initialized .swiper-prev {
    border-radius: 0;
    border-right: 1px solid #DCDFE4;
  }
  .blog-resc .swiper.swiper-initialized .swiper-next {
    border-radius: 6px 0 0 6px;
    border: 0;
  }
  .blog-resc .swiper.swiper-initialized .swiper-number {
    border-radius: 6px 0 0 6px;
    padding: 12px;
    min-width: 56px;
    background: rgba(35, 41, 51, 0.8);
  }
  .blog-resc .swiper.swiper-initialized .swiper-action {
    justify-content: flex-end;
    position: absolute;
    z-index: 2;
    top: 359px;
    right: calc(100% - 745px);
  }
  .blog-resc .swiper.swiper-initialized .swiper-wrapper {
    padding: 0;
  }
  .blog-resc__head {
    display: flex;
    justify-content: space-between;
  }
  .blog-resc__swiper {
    margin-left: -32px;
    margin-right: -32px;
  }
  .blog-resc__wrap {
    padding-bottom: 0;
  }
}/*# sourceMappingURL=blog-index.css.map */