.article-single {
  background-color: #ffffff;
  padding: 212px 0 0 0;
}
.article-single .article-container {
  max-width: 1480px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.article-single .article-header {
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-top: -6px;
}
.article-single .article-title {
  font-size: 76px;
  font-weight: 900;
  line-height: 96%;
  color: #3f3f3a;
  margin-bottom: 24px;
}
.article-single .article-subtitle {
  font-size: 26px;
  font-weight: 400;
  line-height: 120%;
  color: #000000;
  margin: 0 auto 24px;
}
.article-single .article-badge {
  display: flex;
  padding: 4.5px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  background: #F3F3F3;
  color: #3F3F3A;
  font-size: 19.2px;
  font-weight: 700;
  line-height: 137.5%;
  letter-spacing: -0.134px;
  align-self: center;
  margin-bottom: 24px;
}
.article-single .article-topics {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  row-gap: 24px;
  justify-content: center;
}
.article-single .topic-tag {
  padding: 4px 16px;
  border-radius: 153px;
  background: #F8F9F8;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.article-single .topic-tag:nth-child(6n+1) {
  color: #71A130;
}
.article-single .topic-tag:nth-child(6n+2) {
  color: #9D0751;
}
.article-single .topic-tag:nth-child(6n+3) {
  color: #47A6EE;
}
.article-single .topic-tag:nth-child(6n+4) {
  color: #47A6EE;
}
.article-single .topic-tag:nth-child(6n+5) {
  color: #71A130;
}
.article-single .topic-tag:nth-child(6n+6) {
  color: #9D0751;
}
.article-single .article-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px 0 0;
  border-top: 1px solid #e2e8f0;
  gap: 32px;
}
.article-single .article-meta.article-meta-top {
  margin-bottom: 40px;
}
.article-single .article-meta-right {
  display: flex;
  gap: 32px;
  align-items: center;
}
.article-single .article-meta-left {
  display: flex;
  gap: 8px;
  align-items: center;
}
.article-single .article-meta-copy {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 48px;
  padding: 12px 20px;
  border: 1px solid #CBD5E1;
  border-radius: 999px;
  background: #fff;
  cursor: pointer;
}
.article-single .article-meta-copy-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.article-single .article-meta-copy-img .meta-item-img {
  display: block;
  width: 20px;
  height: auto;
}
.article-single .article-meta-copy-text {
  color: #475569;
  white-space: nowrap;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 137.5%;
  letter-spacing: -0.112px;
}
.article-single .article-meta-socials {
  display: flex;
  align-items: center;
  gap: 8px;
}
.article-single .article-meta-socials .article-meta-socials-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid #CBD5E1;
  border-radius: 999px;
  background: #fff;
  text-decoration: none;
  cursor: pointer;
}
.article-single .article-meta-socials .article-meta-socials-item .article-meta-socials-icon {
  display: block;
  width: 24px;
  height: auto;
}
.article-single .meta-item {
  font-size: 16px;
  font-weight: 800;
  color: #3f3f3a;
  letter-spacing: -0.112px;
  line-height: 137.5%;
  display: flex;
  align-items: center;
  gap: 12px;
}
.article-single .meta-item-img-box {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 123px;
  border: 1px solid #CBD5E1;
}
.article-single .meta-item-img {
  width: 20px;
  height: auto;
}
.article-single .meta-views {
  display: flex;
  align-items: center;
  gap: 6px;
}
.article-single .article-authors {
  display: flex;
  align-items: center;
  gap: 8px;
}
.article-single .authors-names {
  font-size: 14px;
  font-weight: 700;
  line-height: 142.857%;
  color: #3f3f3a;
  letter-spacing: -0.084px;
}
.article-single .authors-avatars {
  display: flex;
}
.article-single .authors-avatars .author-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: -12.8px;
}
.article-single .authors-avatars .author-avatar:first-child {
  margin-right: 0;
  z-index: 1;
  position: relative;
}
.article-single .authors-avatars .author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-single .article-hero {
  margin: 0 0 50px 0;
  border-radius: 32px;
  overflow: hidden;
  height: 512px;
}
.article-single .article-hero img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.article-single .article-body {
  display: grid;
  grid-template-columns: 800px 371px;
  gap: 114px;
  justify-content: center;
}
.article-single .article-main {
  min-width: 0;
}
.article-single .article-content {
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  color: #3f3f3a;
  display: flex;
  flex-direction: column;
}
.article-single .content-block {
  margin-bottom: 64px;
}
.article-single .content-text {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.article-single .content-text p {
  margin-bottom: 0;
}
.article-single .content-text ul, .article-single .content-text ol {
  margin-bottom: 20px;
  padding-right: 24px;
}
.article-single .content-text li {
  margin-bottom: 10px;
}
.article-single .content-heading {
  margin-bottom: 24px;
}
.article-single .content-heading-text {
  font-weight: 800;
  color: #1e293b;
  line-height: 126.667%;
  letter-spacing: -0.39px;
}
.article-single h2.content-heading-text {
  font-size: 30px;
}
.article-single h3.content-heading-text {
  font-size: 24px;
}
.article-single .content-image {
  margin: 0 0 64px 0;
}
.article-single .content-image .content-image-wrap {
  border-radius: 32px;
  overflow: hidden;
}
.article-single .content-image .content-image-wrap img {
  width: 100%;
  height: auto;
  display: block;
}
.article-single .content-quote .quote-box {
  padding-right: 32px;
  border-right: 4px solid #71A130;
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
.article-single .content-quote .quote-text {
  font-size: 30px;
  font-weight: 700;
  line-height: 126.667%;
  letter-spacing: -0.39px;
  color: #1e293b;
}
.article-single .content-quote .quote-text p {
  margin: 0;
}
.article-single .content-quote .quote-author {
  display: flex;
  align-items: center;
  gap: 8px;
}
.article-single .content-quote .quote-author-image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  background: #71A130;
}
.article-single .content-quote .quote-author-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.article-single .content-quote .quote-author-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.article-single .content-quote .quote-author-name {
  font-size: 14px;
  font-weight: 700;
  line-height: 142.857%;
  letter-spacing: -0.084px;
  color: #3f3f3a;
}
.article-single .content-quote .quote-author-job {
  font-size: 14px;
  font-weight: 400;
  line-height: 142.857%;
  letter-spacing: -0.084px;
  color: #71a130;
}
.article-single .content-highlight .highlight-box {
  padding: 32px;
  background: rgba(113, 161, 48, 0.1);
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.article-single .content-highlight .highlight-box .highlight-note-block {
  display: flex;
  align-items: center;
  gap: 8px;
}
.article-single .content-highlight .highlight-box .highlight-note-img-box {
  width: 32px;
  height: auto;
}
.article-single .content-highlight .highlight-box .highlight-note-text {
  color: #71A130;
  font-size: 30px;
  font-weight: 800;
  line-height: 126.667%;
  letter-spacing: -0.39px;
}
.article-single .content-highlight .highlight-box .highlight-box-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  color: #3F3F3A;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.article-single .content-highlight .highlight-box .highlight-box-text p {
  margin-bottom: 0;
}
.article-single .content-list ul, .article-single .content-list ol {
  padding-right: 24px;
}
.article-single .content-list li {
  margin-bottom: 12px;
  line-height: 160%;
}
.article-single .article-sidebar {
  position: sticky;
  top: 150px;
  height: fit-content;
  width: 371px;
  display: flex;
  flex-direction: column;
  row-gap: 50px;
  margin-bottom: 16px;
}
.article-single .sidebar-share.sidebar-block {
  border-radius: 16px;
  background: #F1F6EA;
  padding: 32px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 32px;
}
.article-single .sidebar-share.sidebar-block .share-text-box {
  display: flex;
  flex-direction: column;
}
.article-single .sidebar-share.sidebar-block .share-title {
  font-size: 32px;
  font-weight: 900;
  line-height: 157.5%;
  color: #71A130;
}
.article-single .sidebar-share.sidebar-block .share-description {
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.7px;
  color: #171720;
}
.article-single .sidebar-share.sidebar-block .share-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  row-gap: 7px;
  width: 83%;
}
.article-single .sidebar-share.sidebar-block .share-btn {
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  border-radius: 5.6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.article-single .sidebar-share.sidebar-block .share-btn img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-single .sidebar-recent .recent-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 145.833%;
  letter-spacing: -1.2px;
  color: #171720;
  margin-bottom: 16px;
}
.article-single .sidebar-recent .recent-articles {
  display: flex;
  flex-direction: column;
  gap: 19px;
}
.article-single .sidebar-recent .recent-card {
  display: flex;
  align-items: stretch;
  padding: 0;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #ECECEC;
  overflow: hidden;
}
.article-single .sidebar-recent .recent-thumb {
  width: 172px;
  flex: 0 0 172px;
  border-radius: 0;
  overflow: hidden;
  position: relative;
}
.article-single .sidebar-recent .recent-thumb picture {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.article-single .sidebar-recent .recent-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-single .sidebar-recent .recent-info {
  flex: 1;
  min-width: 0;
  padding: 17px 20px;
}
.article-single .sidebar-recent .recent-card-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 10px;
  color: #2b2b2b;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.article-single .sidebar-recent .recent-authors {
  display: flex;
  align-items: center;
  gap: 8px;
}
.article-single .sidebar-recent .recent-authors .author-avatar {
  width: 20.625px;
  height: 20.625px;
  border-radius: 50%;
  overflow: hidden;
}
.article-single .sidebar-recent .recent-authors .author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1440px) and (min-width: 769px) {
  .article-single {
    padding: clamp(120px, 14.7222222222vw, 212px) 0 0 0;
  }
  .article-single .article-header {
    margin-top: clamp(-2px, -0.4166666667vw, -6px);
  }
  .article-single .article-title {
    font-size: clamp(48px, 5.2777777778vw, 76px);
    margin-bottom: clamp(16px, 1.6666666667vw, 24px);
  }
  .article-single .article-subtitle {
    font-size: clamp(20px, 1.8055555556vw, 26px);
    margin: 0 auto clamp(16px, 1.6666666667vw, 24px);
  }
  .article-single .article-badge {
    padding: clamp(4px, 0.3125vw, 4.5px) clamp(18px, 1.6666666667vw, 24px);
    border-radius: clamp(18px, 1.6666666667vw, 24px);
    font-size: clamp(16px, 1.3333333333vw, 19.2px);
    margin-bottom: clamp(16px, 1.6666666667vw, 24px);
  }
  .article-single .article-topics {
    gap: clamp(8px, 0.6944444444vw, 10px);
    row-gap: clamp(16px, 1.6666666667vw, 24px);
  }
  .article-single .topic-tag {
    padding: clamp(4px, 0.2777777778vw, 4px) clamp(12px, 1.1111111111vw, 16px);
    border-radius: clamp(16px, 10.625vw, 153px);
    font-size: clamp(13px, 1.1111111111vw, 16px);
  }
  .article-single .article-meta {
    padding: clamp(24px, 2.2222222222vw, 32px) 0 0;
    gap: clamp(16px, 2.2222222222vw, 32px);
  }
  .article-single .article-meta.article-meta-top {
    margin-bottom: clamp(24px, 2.7777777778vw, 40px);
  }
  .article-single .article-meta-right {
    gap: clamp(16px, 2.2222222222vw, 32px);
  }
  .article-single .article-meta-left {
    gap: clamp(6px, 0.5555555556vw, 8px);
  }
  .article-single .article-meta-copy {
    height: clamp(40px, 3.3333333333vw, 48px);
    padding: clamp(10px, 0.8333333333vw, 12px) clamp(14px, 1.3888888889vw, 20px);
  }
  .article-single .article-meta-copy-text {
    font-size: clamp(14px, 1.1111111111vw, 16px);
  }
  .article-single .article-meta-socials {
    gap: clamp(6px, 0.5555555556vw, 8px);
  }
  .article-single .article-meta-socials .article-meta-socials-item {
    width: clamp(40px, 3.3333333333vw, 48px);
    height: clamp(40px, 3.3333333333vw, 48px);
  }
  .article-single .article-meta-socials .article-meta-socials-item .article-meta-socials-icon {
    width: clamp(20px, 1.6666666667vw, 24px);
  }
  .article-single .meta-item {
    font-size: clamp(14px, 1.1111111111vw, 16px);
    gap: clamp(8px, 0.8333333333vw, 12px);
  }
  .article-single .meta-item-img-box {
    width: clamp(34px, 2.7777777778vw, 40px);
    height: clamp(34px, 2.7777777778vw, 40px);
  }
  .article-single .meta-item-img {
    width: clamp(18px, 1.3888888889vw, 20px);
  }
  .article-single .authors-names {
    font-size: clamp(13px, 0.9722222222vw, 14px);
  }
  .article-single .authors-avatars .author-avatar {
    width: clamp(34px, 2.7777777778vw, 40px);
    height: clamp(34px, 2.7777777778vw, 40px);
    margin-right: clamp(-6.4px, -0.8888888889vw, -12.8px);
  }
  .article-single .article-hero {
    height: clamp(320px, 35.5555555556vw, 512px);
    margin: 0 0 clamp(24px, 3.4722222222vw, 50px) 0;
    border-radius: clamp(18px, 2.2222222222vw, 32px);
  }
  .article-single .article-body {
    grid-template-columns: 1fr clamp(321px, 25.7638888889vw, 371px);
    gap: clamp(40px, 7.9166666667vw, 114px);
  }
  .article-single .article-content {
    font-size: clamp(16px, 1.25vw, 18px);
  }
  .article-single .content-block {
    margin-bottom: clamp(40px, 4.4444444444vw, 64px);
  }
  .article-single .content-text {
    row-gap: clamp(14px, 1.3888888889vw, 20px);
  }
  .article-single .content-text ul, .article-single .content-text ol {
    margin-bottom: clamp(14px, 1.3888888889vw, 20px);
    padding-right: clamp(18px, 1.6666666667vw, 24px);
  }
  .article-single .content-text li {
    margin-bottom: clamp(8px, 0.6944444444vw, 10px);
  }
  .article-single .content-heading {
    margin-bottom: clamp(16px, 1.6666666667vw, 24px);
  }
  .article-single h2.content-heading-text {
    font-size: clamp(24px, 2.0833333333vw, 30px);
  }
  .article-single h3.content-heading-text {
    font-size: clamp(20px, 1.6666666667vw, 24px);
  }
  .article-single .content-image {
    margin: 0 0 clamp(40px, 4.4444444444vw, 64px) 0;
  }
  .article-single .content-image .content-image-wrap {
    border-radius: clamp(18px, 2.2222222222vw, 32px);
  }
  .article-single .content-quote .quote-box {
    padding-right: clamp(18px, 2.2222222222vw, 32px);
    row-gap: clamp(18px, 2.2222222222vw, 32px);
  }
  .article-single .content-quote .quote-text {
    font-size: clamp(22px, 2.0833333333vw, 30px);
  }
  .article-single .content-quote .quote-author-image {
    width: clamp(34px, 2.7777777778vw, 40px);
    height: clamp(34px, 2.7777777778vw, 40px);
  }
  .article-single .content-highlight .highlight-box {
    padding: clamp(20px, 2.2222222222vw, 32px);
    border-radius: clamp(18px, 2.2222222222vw, 32px);
    row-gap: clamp(18px, 1.6666666667vw, 24px);
  }
  .article-single .content-highlight .highlight-box .highlight-note-text {
    font-size: clamp(22px, 2.0833333333vw, 30px);
  }
  .article-single .content-highlight .highlight-box .highlight-box-text {
    font-size: clamp(16px, 1.25vw, 18px);
    row-gap: clamp(14px, 1.3888888889vw, 20px);
  }
  .article-single .article-sidebar {
    row-gap: clamp(32px, 3.4722222222vw, 50px);
    top: clamp(110px, 10.4166666667vw, 150px);
    width: clamp(321px, 25.7638888889vw, 371px);
  }
  .article-single .sidebar-share.sidebar-block {
    padding: clamp(20px, 2.2222222222vw, 32px);
    row-gap: clamp(20px, 2.2222222222vw, 32px);
  }
  .article-single .sidebar-share.sidebar-block .share-title {
    font-size: clamp(24px, 2.2222222222vw, 32px);
  }
  .article-single .sidebar-share.sidebar-block .share-description {
    font-size: clamp(16px, 1.3888888889vw, 20px);
  }
  .article-single .sidebar-share.sidebar-block .share-btn {
    width: clamp(48px, 3.8888888889vw, 56px);
    height: clamp(48px, 3.8888888889vw, 56px);
    flex: 0 0 clamp(48px, 3.8888888889vw, 56px);
  }
  .article-single .sidebar-recent .recent-title {
    font-size: clamp(20px, 1.6666666667vw, 24px);
    margin-bottom: clamp(12px, 1.1111111111vw, 16px);
  }
  .article-single .sidebar-recent .recent-articles {
    gap: clamp(14px, 1.3194444444vw, 19px);
  }
  .article-single .sidebar-recent .recent-thumb {
    width: clamp(140px, 11.9444444444vw, 172px);
    flex: 0 0 clamp(140px, 11.9444444444vw, 172px);
  }
  .article-single .sidebar-recent .recent-info {
    padding: clamp(14px, 1.1805555556vw, 17px) clamp(16px, 1.3888888889vw, 20px);
  }
  .article-single .sidebar-recent .recent-card-title {
    font-size: clamp(14px, 1.1111111111vw, 16px);
    margin-bottom: clamp(8px, 0.6944444444vw, 10px);
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .article-single .article-body {
    grid-template-columns: 1fr;
  }
  .article-single .article-sidebar {
    display: none;
  }
}
@media (max-width: 768px) {
  .article-single {
    padding: 115px 0 32px 0;
  }
  .article-single .article-container {
    padding: 0 16px;
  }
  .article-single .article-header {
    margin-top: 0;
    margin-bottom: 32px;
  }
  .article-single .article-title {
    font-size: 40px;
    line-height: 98%;
    margin-bottom: 18px;
  }
  .article-single .article-subtitle {
    font-size: 16px;
    line-height: normal;
    margin: 0 auto 18px;
  }
  .article-single .article-badge {
    margin-bottom: 18px;
  }
  .article-single .article-meta {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 16px;
    padding-top: 32px;
  }
  .article-single .article-meta.article-meta-top {
    margin-bottom: 0;
  }
  .article-single .article-meta.article-meta-bottom {
    padding-top: 0;
    border-top: none;
  }
  .article-single .article-meta.article-meta-bottom .article-meta-right {
    display: none;
  }
  .article-single .article-meta-right {
    gap: 0;
    flex-direction: column-reverse;
    width: 100%;
    align-items: flex-start;
  }
  .article-single .article-meta-left {
    width: 100%;
    justify-content: center;
  }
  .article-single .meta-items {
    flex-direction: column;
    gap: 8px;
  }
  .article-single .meta-item {
    font-size: 14px;
  }
  .article-single .article-authors {
    width: 100%;
  }
  .article-single .authors-names {
    font-size: 14px;
    line-height: 142.857%;
    letter-spacing: -0.084px;
  }
  .article-single .article-hero {
    height: 49.6183206107vw;
    border-radius: 32px;
    margin: 0 0 32px 0;
  }
  .article-single .article-body {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .article-single .article-sidebar {
    display: none;
  }
  .article-single .article-content {
    font-size: 16px;
    line-height: 160%;
  }
  .article-single .content-block {
    margin-bottom: 32px;
  }
  .article-single .content-heading {
    margin-bottom: 16px;
  }
  .article-single .content-heading-text {
    letter-spacing: -0.312px;
  }
  .article-single h2.content-heading-text {
    font-size: 24px;
    line-height: 120%;
  }
  .article-single h3.content-heading-text {
    font-size: 20px;
    line-height: 120%;
  }
  .article-single .content-text ul, .article-single .content-text ol {
    margin-bottom: 16px;
    padding-right: 20px;
  }
  .article-single .content-text li {
    margin-bottom: 12px;
  }
  .article-single .content-quote .quote-box {
    padding-right: 32px;
    row-gap: 22px;
  }
  .article-single .content-quote .quote-text {
    font-size: 22px;
    line-height: 140%;
    letter-spacing: -0.286px;
  }
  .article-single .content-quote .quote-author {
    gap: 8px;
  }
  .article-single .content-quote .quote-author-info {
    gap: 2px;
  }
  .article-single .content-quote .quote-author-name {
    font-size: 14px;
    line-height: 142.857%;
  }
  .article-single .content-quote .quote-author-job {
    font-size: 14px;
    line-height: 142.857%;
  }
  .article-single .content-image {
    margin: 0 0 32px 0;
  }
  .article-single .content-image .content-image-wrap {
    border-radius: 32px;
  }
  .article-single .content-highlight .highlight-box {
    padding: 16px;
    border-radius: 32px;
    row-gap: 16px;
  }
  .article-single .content-highlight .highlight-box .highlight-note-block {
    gap: 8px;
  }
  .article-single .content-highlight .highlight-box .highlight-note-img-box {
    width: 32px;
  }
  .article-single .content-highlight .highlight-box .highlight-note-text {
    font-size: 24px;
    line-height: 130%;
    letter-spacing: -0.312px;
  }
  .article-single .content-highlight .highlight-box .highlight-box-text {
    font-size: 16px;
    line-height: 160%;
  }
  .article-single .content-list ul, .article-single .content-list ol {
    padding-right: 20px;
  }
  .article-single .content-list li {
    margin-bottom: 12px;
    line-height: 160%;
  }
}

/*# sourceMappingURL=article-single.css.map */
