﻿@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1170px;
  }
}
@media (max-width: 768px) {
  .container-fluid {
    --bs-gutter-x: 2rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1519px) {
  .container-fluid {
    --bs-gutter-x: 3rem;
  }
}
@media (min-width: 1520px) {
  .container-fluid {
    --bs-gutter-x: 3rem;
  }
}
/*::-moz-selection {
  background: var(--black);
  color: #fff;
}

::selection {
  background: var(--black);
  color: #fff;
}*/
.site-master-page {
  background: #f4f0ed;
}

.site-master-frame {
  min-height: 100vh;
  background: #f4f0ed;
}

.site-master-main {
  background: #eee;
}

.site-master-content {
  padding: clamp(36px, 4.5vw, 36px) 0 clamp(54px, 6vw, 92px);
}

.site-master-title {
  margin-bottom: clamp(28px, 4vw, 54px);
  padding: 0;
  background: transparent;
}

.site-master-title h1 {
  max-width: 980px;
  margin: 0;
  color: #0f1115;
  font-size: clamp(34px, 4.1vw, 64px);
  line-height: 0.98;
  letter-spacing: 0;
}

.site-master-title__eyebrow {
  display: block;
  margin-bottom: 10px;
  color: #e93314;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.site-breadcrumb {
  padding: 20px 0 0;
}

.site-breadcrumb .breadcrumb {
  flex-wrap: wrap;
  gap: 4px 0;
  margin: 0;
}

.site-breadcrumb .breadcrumb-item,
.site-breadcrumb .breadcrumb-item a {
  color: rgba(23, 23, 20, 0.62);
  font-size: 12px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.site-breadcrumb .breadcrumb-item a {
  text-decoration: none;
}

.site-breadcrumb .breadcrumb-item a:hover,
.site-breadcrumb .breadcrumb-item a:focus-visible {
  color: #e93314;
}

.site-breadcrumb .breadcrumb-item.active {
  color: #171714;
}

.site-master-grid {
  align-items: flex-start;
}

.site-master-grid > [class*=col-] {
  min-width: 0;
}

.site-master-grid .title-normal {
  margin: 0 0 clamp(22px, 3vw, 34px);
  color: #0f1115;
  font-size: clamp(28px, 3vw, 46px);
  line-height: 1.05;
  letter-spacing: 0;
}

.site-master-grid .posts,
.site-master-grid .agenda,
.site-master-grid .other-authors {
  width: 100%;
}

.site-master-grid .posts .row {
  --bs-gutter-y: 24px;
}

.site-master-grid .post-item,
.site-master-grid .agenda-item,
.site-master-grid .authors-profile,
.site-master-grid .widget {
  overflow: hidden;
  border: 1px solid rgba(24, 24, 20, 0.09);
  border-radius: 8px;
  background: #fff;
}

.site-master-grid .post-gallery,
.site-master-grid .post-gallery a {
  display: block;
  margin: 0;
}

.site-master-grid .post-gallery img,
.site-master-grid .agenda-left img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
}

.site-master-grid .post-inner-content,
.site-master-grid .agenda-right,
.site-master-grid .widget {
  padding: 20px;
}

.site-master-grid .post-inner-content h3,
.site-master-grid .agenda-right h3,
.site-master-grid .blog-list-content h3 {
  color: #0f1115;
  line-height: 1.18;
  letter-spacing: 0;
}

.site-master-grid .post-inner-content p,
.site-master-grid .agenda-right p,
.site-master-grid .blog-list-content p {
  color: #61645f;
}

.site-master-grid .post-inner-content > p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.site-master-grid .agenda-right-content .date,
.site-master-grid .agenda-right-content .date .date-value,
.site-master-grid .agenda-right-content .date .reading {
  margin: 0;
  color: #5d625b;
  font-size: 13px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.site-master-grid .agenda-right-content .date {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 18px;
  margin: 0 0 10px;
}

.site-master-grid .agenda-right-content .date-value::before,
.site-master-grid .agenda-right-content .reading::before {
  margin-right: 6px;
  font-family: "bootstrap-icons";
  text-transform: none;
}

.site-master-grid .agenda-right-content .date-value::before {
  content: "\f214";
}

.site-master-grid .agenda-right-content .reading::before {
  content: "\f293";
}

.site-master-grid .agenda-button,
.site-master-grid .btn.agenda-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  margin-top: 12px;
  padding: 9px 16px;
  border-radius: 999px;
  color: #fff;
  background: #171714;
  font-size: 13px;
  text-decoration: none;
}

.site-master-grid .dp-pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: clamp(26px, 3.5vw, 44px);
}

.site-master-grid .dp-pager .btn {
  border-radius: 999px;
}

.site-master-grid .blog-detail {
  display: grid;
  gap: 18px;
}

.site-master-grid .blog-detail-caption,
.site-master-grid .elements,
.site-master-grid .blog-detail-lead,
.site-master-grid .blog-detail-content,
.site-master-grid .tags-blog,
.site-master-grid .blog-detail .catarticles-title,
.site-master-grid .blog-detail .swiper {
  border: 1px solid rgba(24, 24, 20, 0.09);
  border-radius: 8px;
  background: #fff;
}

.site-master-grid .blog-detail-lead {
  margin: 0;
  padding: clamp(18px, 2.2vw, 26px);
  color: #232620;
  font-size: clamp(20px, 2.2vw, 26px);
  line-height: 1.5;
}

.site-master-grid .blog-detail-caption {
  overflow: hidden;
  padding: clamp(16px, 2.2vw, 26px);
}

.site-master-grid .blog-detail-caption img {
  max-height: 560px;
  border-radius: 8px;
  object-fit: cover;
}

.site-master-grid .blog-detail-caption h1 {
  margin: clamp(24px, 3vw, 38px) 0 0;
  color: #0f1115;
  font-size: clamp(34px, 4.3vw, 48px);
  line-height: 1;
  letter-spacing: 0;
}

.site-master-grid .elements {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  align-items: center;
  padding: 18px clamp(18px, 2vw, 26px);
}

.site-master-grid .elements .date,
.site-master-grid .elements .reading,
.site-master-grid .elements .author,
.site-master-grid .elements a {
  color: #5d625b;
  font-size: 13px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.site-master-grid .elements .date::before,
.site-master-grid .elements .reading::before {
  margin-right: 6px;
  font-family: "bootstrap-icons";
  text-transform: none;
}

.site-master-grid .elements .date::before {
  content: "\f214";
}

.site-master-grid .elements .reading::before {
  content: "\f293";
}

.site-master-grid .elements a {
  color: #e93314;
  text-decoration: none;
}

.site-master-grid .share {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0 0 0 auto;
  padding: 0;
  list-style: none;
}

.site-master-grid .share a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(24, 24, 20, 0.12);
  border-radius: 50%;
  color: #171714;
  background: #fff;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.site-master-grid .share a:hover,
.site-master-grid .share a:focus-visible {
  color: #fff;
  background: #171714;
  outline: none;
  transform: translateY(-2px);
}

.site-master-grid .blog-detail-content {
  padding: clamp(24px, 3.3vw, 46px);
  color: #232620;
  font-size: clamp(17px, 1.2vw, 19px);
  line-height: 1.82;
}

.site-master-grid .blog-detail-content > *:first-child {
  margin-top: 0;
}

.site-master-grid .blog-detail-content > *:last-child {
  margin-bottom: 0;
}

.site-master-grid .blog-detail-content p,
.site-master-grid .blog-detail-content li {
  color: #3f443d;
}

.site-master-grid .blog-detail-content h2,
.site-master-grid .blog-detail-content h3,
.site-master-grid .blog-detail-content h4 {
  margin: 1.55em 0 0.65em;
  color: #0f1115;
  line-height: 1.12;
  letter-spacing: 0;
}

.site-master-grid .blog-detail-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.site-master-grid .tags-blog {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  padding: 20px clamp(18px, 2vw, 26px);
}

.site-master-grid .tags-blog h5 {
  width: 100%;
  margin: 0 0 2px;
  color: #e93314;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.site-master-grid .tags-blog a {
  color: #171714;
  font-size: 14px;
  text-decoration: none;
}

.site-master-grid .blog-detail .catarticles-title {
  margin: 10px 0 0;
  padding: 18px clamp(18px, 2vw, 26px);
  color: #0f1115;
  font-size: clamp(22px, 2vw, 30px);
}

.site-master-grid .blog-detail .swiper {
  margin: 0;
  padding: clamp(16px, 2vw, 24px);
}

.blog-featured-sidebar {
  position: sticky;
  top: 96px;
  overflow: hidden;
  border: 1px solid rgba(24, 24, 20, 0.09);
  border-radius: 8px;
  background: #fff;
}

.blog-featured-sidebar__title {
  padding: 22px 22px 16px;
  border-bottom: 1px solid rgba(24, 24, 20, 0.08);
}

.blog-featured-sidebar__title h2 {
  margin: 0;
  color: #0f1115;
  font-size: 28px;
  line-height: 1.05;
}

.blog-featured-sidebar__list {
  padding: 0 22px;
}

.blog-featured-sidebar__item {
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(24, 24, 20, 0.08);
}

.blog-featured-sidebar__item:last-child {
  border-bottom: 0;
}

.blog-featured-sidebar__media {
  flex: 0 0 108px;
  width: 108px;
  height: 76px;
  overflow: hidden;
  border-radius: 8px;
}

.blog-featured-sidebar__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-featured-sidebar__meta {
  margin-bottom: 7px;
}

.blog-featured-sidebar h3 {
  margin: 0;
  font-size: 17px;
  line-height: 1.18;
}

.blog-featured-sidebar h3 a {
  color: #0f1115;
  text-decoration: none;
}

.blog-featured-sidebar h3 a:hover,
.blog-featured-sidebar h3 a:focus-visible {
  color: #e93314;
  outline: none;
}

@media (max-width: 991.98px) {
  .site-master-content {
    padding-top: 30px;
  }
  .site-master-grid > [class*=col-] + [class*=col-] {
    margin-top: 10px;
  }
  .blog-featured-sidebar {
    position: static;
  }
  .site-master-grid .blog-detail-caption h1 {
    font-size: clamp(30px, 9vw, 44px);
  }
}
@media (max-width: 575.98px) {
  .blog-featured-sidebar__item {
    display: grid !important;
    grid-template-columns: 96px minmax(0, 1fr);
  }
  .blog-featured-sidebar__media {
    width: 96px;
    height: 72px;
  }
}
.home-news-page {
  color: #171714;
  background: #fff;
}
.home-news-page a {
  color: inherit;
  text-decoration: none;
}
.home-news-page a:hover {
  color: #e93314;
}
.home-news-page .stretched-link::after {
  display: none !important;
  content: none !important;
}

.home-news-main {
  background: #fff;
}

body.is-menu-open {
  overflow: hidden;
}

body {
  margin: 0;
  color: #171714;
  background: #fff;
  font-family: "Google Sans Flex", sans-serif;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
  font-family: "Roboto Condensed", sans-serif;
}

img {
  max-width: 100%;
}

p {
  font-weight: 400;
}

strong,
b {
  font-weight: 700;
}

.home-news-page .home-site-header,
.home-news-page .site-header {
  position: sticky;
  top: 0;
  z-index: 200;
  color: #171714;
  background: #fff;
}
body.is-search-open .home-news-page .home-site-header, body.is-search-open .home-news-page .site-header {
  z-index: 210;
}
.home-news-page .site-header__brand {
  padding: 15px 0;
  border-bottom: 1px solid rgba(23, 23, 20, 0.08);
  background: #fff;
  transition: padding 0.2s ease;
}
.home-news-page .site-header__logo,
.home-news-page .site-header__logo a {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}
.home-news-page .site-header__logo img {
  display: block;
  width: auto;
  max-height: 70px;
  object-fit: contain;
  transition: max-height 0.2s ease;
}
.home-news-page .site-header:has(.site-header__navigation.is-stuck) .site-header__brand {
  padding: 8px 0;
}
.home-news-page .site-header:has(.site-header__navigation.is-stuck) .site-header__logo img {
  max-height: 52px;
}
.home-news-page .site-header__utility-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  min-width: 0;
}
.home-news-page .site-header__utility-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  min-width: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}
.home-news-page .site-header__utility-links li {
  margin: 0;
}
.home-news-page .site-header__utility-links a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  color: #171714;
  font-size: 13px;
  line-height: 1.25;
  text-decoration: none;
}
.home-news-page .site-header__utility-links a:hover,
.home-news-page .site-header__utility-links a:focus-visible {
  color: #e93314;
}
.home-news-page .site-header__utility-actions {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 10px;
}
.home-news-page .site-header__icon-button,
.home-news-page .site-header__mobile-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 50%;
  color: #171714;
  background: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.home-news-page .site-header__icon-button:hover,
.home-news-page .site-header__icon-button:focus-visible,
.home-news-page .site-header__mobile-toggle:hover,
.home-news-page .site-header__mobile-toggle:focus-visible {
  color: #e93314;
  border-color: rgba(23, 23, 20, 0.13);
  background: #fff;
  outline: none;
}
.home-news-page .site-header__icon-button i,
.home-news-page .site-header__mobile-toggle i {
  font-size: 19px;
  line-height: 1;
}
.home-news-page .site-header__mobile-toggle {
  margin-left: auto;
}
.home-news-page .site-header__mobile-toggle i {
  font-size: 26px;
}
.home-news-page .dropdown-nav .dropdown-toggle::after {
  display: none;
}
.home-news-page .dropdown-nav .dropdown-menu {
  min-width: 290px;
  padding: 22px;
  border: 1px solid rgba(23, 23, 20, 0.13);
  border-radius: 0;
  box-shadow: 0 18px 38px rgba(18, 20, 24, 0.1);
}
.home-news-page .dropdown-nav .dropdown-menu p {
  margin: 0 0 14px;
  color: rgba(23, 23, 20, 0.62);
  font-size: 14px;
  line-height: 1.45;
}
.home-news-page .dropdown-nav .dropdown-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.home-news-page .dropdown-nav .dropdown-menu li {
  margin-top: 10px;
}
.home-news-page .dropdown-nav .dropdown-menu a,
.home-news-page .dropdown-nav .dropdown-menu button {
  color: #171714;
  text-decoration: none;
}
.home-news-page .dropdown-nav .dropdown-menu a:hover,
.home-news-page .dropdown-nav .dropdown-menu button:hover {
  color: #e93314;
}
.home-news-page .cha {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #fff;
  background: #171714;
  font-size: 13px;
  text-transform: uppercase;
}
.home-news-page .nav-fix {
  display: none;
}
.home-news-page .site-header__navigation {
  background: #fff;
  transition: box-shadow 0.2s ease;
  box-shadow: 0 2px 8px rgba(18, 20, 24, 0.08);
}
.home-news-page .site-header__navigation.is-stuck {
  box-shadow: 0 2px 8px rgba(18, 20, 24, 0.18);
}
.home-news-page .site-header__sticky-shell {
  display: block;
}
.home-news-page .site-header__sticky-logo,
.home-news-page .site-header__sticky-logo a {
  align-items: center;
  min-width: 0;
}
.home-news-page .site-header__sticky-logo {
  display: none;
  width: clamp(130px, 12vw, 160px);
}
.home-news-page .site-header__sticky-logo img {
  display: block;
  width: 100%;
  max-width: 160px;
  max-height: 48px;
  object-fit: contain;
}
.home-news-page .site-header__sticky-actions {
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  width: max-content;
  display: none;
}
.home-news-page .site-header__sticky-actions .site-header__icon-button {
  flex: 0 0 auto;
}
.home-news-page .site-header__main-nav {
  min-width: 0;
  min-height: 58px;
  overflow: visible;
}
.home-news-page .site-header__main-nav .navbar-nav {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: visible;
  flex-direction: row;
  justify-content: space-between;
}
.home-news-page .site-header__main-nav .nav-item {
  position: relative;
  display: flex;
  align-items: center;
}
.home-news-page .site-header__main-nav .nav-item.dropdown {
  position: static;
}
.home-news-page .site-header__main-nav .dropdown-toggle {
  gap: 7px;
}
.home-news-page .site-header__main-nav .nav-link,
.home-news-page .site-header__main-nav .nav-item > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 58px;
  padding: 0;
  color: #171714;
  font-size: 18px;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
}
.home-news-page .site-header__main-nav .nav-link::after,
.home-news-page .site-header__main-nav .nav-item > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: clamp(12px, 1.05vw, 20px);
  bottom: 0;
  height: 2px;
  background: currentColor;
  opacity: 0;
  transform: scaleX(0.6);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.home-news-page .site-header__main-nav .dropdown-toggle::before {
  content: "\f282";
  display: inline-flex;
  order: 2;
  align-items: center;
  justify-content: center;
  margin-left: 2px;
  color: currentColor;
  font-family: "bootstrap-icons";
  font-size: 12px;
  line-height: 1;
  transition: transform 0.2s ease;
}
.home-news-page .site-header__main-nav .dropdown-toggle.show::before,
.home-news-page .site-header__main-nav .dropdown.show > .dropdown-toggle::before {
  transform: rotate(180deg);
}
.home-news-page .site-header__main-nav .nav-link:hover,
.home-news-page .site-header__main-nav .nav-link:focus-visible,
.home-news-page .site-header__main-nav .nav-link.show,
.home-news-page .site-header__main-nav .nav-item > a:hover,
.home-news-page .site-header__main-nav .nav-item > a:focus-visible,
.home-news-page .site-header__main-nav .nav-item > a.show {
  color: #e93314;
}
.home-news-page .site-header__main-nav .nav-link:hover::after,
.home-news-page .site-header__main-nav .nav-link:focus-visible::after,
.home-news-page .site-header__main-nav .nav-link.show::after,
.home-news-page .site-header__main-nav .nav-item > a:hover::after,
.home-news-page .site-header__main-nav .nav-item > a:focus-visible::after,
.home-news-page .site-header__main-nav .nav-item > a.show::after {
  opacity: 1;
  transform: scaleX(1);
}
.home-news-page .dropdown-toggle::after {
  height: 2px;
}
.home-news-page #navbarMenu .dropdown-menu {
  position: fixed !important;
  top: var(--site-header-dropdown-top, 0px) !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 190;
  width: 100vw;
  max-width: 100vw;
  min-width: 0;
  padding: 0;
  margin-top: 0 !important;
  color: #171714;
  background: #fff;
  border-color: rgba(23, 23, 20, 0.13);
  border-width: 1px 0 0;
  border-radius: 0;
  box-shadow: 0 24px 48px rgba(18, 20, 24, 0.11);
  transform: none !important;
}
.home-news-page .dropdown-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 30px 0 18px;
  border-bottom: 1px solid rgba(23, 23, 20, 0.13);
}
.home-news-page .dropdown-title h2 {
  margin: 0;
  color: #171714;
  font-size: 32px;
  line-height: 1.1;
  text-transform: none;
}
.home-news-page .dropdown-title a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 0 !important;
  padding: 0 !important;
  color: #e93314;
  font-size: 13px;
  text-transform: none;
}
.home-news-page .dropdown-title a:hover,
.home-news-page .dropdown-title a:focus-visible {
  color: #171714;
}
.home-news-page #navbarMenu .dropdown-menu .row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 28px;
  padding: 28px 0 34px;
}
.home-news-page #navbarMenu .dropdown-menu .swiper-img {
  aspect-ratio: 16/10;
  overflow: hidden;
  background: #eee;
}
.home-news-page #navbarMenu .dropdown-menu .swiper-img a {
  display: block;
  min-height: 0;
  height: 100%;
  padding: 0;
}
.home-news-page #navbarMenu .dropdown-menu .swiper-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease, filter 0.25s ease;
}
.home-news-page #navbarMenu .dropdown-menu .swiper-img a:hover img,
.home-news-page #navbarMenu .dropdown-menu .swiper-img a:focus-visible img {
  filter: grayscale(1);
  transform: scale(1.04);
}
.home-news-page #navbarMenu .dropdown-menu .figure-caption {
  padding-top: 16px;
  color: rgba(23, 23, 20, 0.62);
}
.home-news-page #navbarMenu .dropdown-menu .figure-caption .date,
.home-news-page #navbarMenu .dropdown-menu .figure-caption .reading {
  display: inline-flex;
  align-items: center;
  color: rgba(23, 23, 20, 0.62);
  font-size: 11px;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase;
}
.home-news-page #navbarMenu .dropdown-menu .figure-caption .date::before,
.home-news-page #navbarMenu .dropdown-menu .figure-caption .reading::before {
  margin-right: 5px;
  font-family: "bootstrap-icons";
  text-transform: none;
}
.home-news-page #navbarMenu .dropdown-menu .figure-caption .date::before {
  content: "\f214";
}
.home-news-page #navbarMenu .dropdown-menu .figure-caption .reading::before {
  content: "\f293";
}
.home-news-page #navbarMenu .dropdown-menu .figure-caption .date + .reading {
  margin-left: 9px;
}
.home-news-page #navbarMenu .dropdown-menu .figure-caption h2 {
  margin: 9px 0 0;
  color: #171714;
  font-size: 21px;
  line-height: 1.13;
}
.home-news-page #navbarMenu .dropdown-menu .figure-caption p {
  display: -webkit-box;
  margin: 10px 0 0;
  overflow: hidden;
  color: rgba(23, 23, 20, 0.62);
  font-size: 13px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.home-news-page .search-form {
  position: fixed;
  inset: 0;
  z-index: 160;
  display: none;
  padding: clamp(132px, 10vh, 132px) 0 32px;
  overflow-y: auto;
  pointer-events: auto;
}
.home-news-page .search-form.search-active {
  display: block;
}
.home-news-page .search-form .container-fluid {
  pointer-events: auto;
}
.home-news-page .search-panel {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  padding: 30px 0;
  border-radius: 0;
  background: #fff;
  color: #171714;
  pointer-events: auto;
}
.home-news-page .search-panel__header {
  max-width: 760px;
  margin-bottom: clamp(26px, 3.2vw, 42px);
}
.home-news-page .search-panel__eyebrow {
  display: block;
  margin-bottom: 8px;
  color: #e93314;
  font-size: 11.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.home-news-page .search-panel__title {
  margin: 0;
  font-size: clamp(38px, 4.4vw, 72px);
  line-height: 1.02;
  letter-spacing: 0;
}
.home-news-page .search-panel__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 30%);
  gap: clamp(30px, 4.5vw, 68px);
  align-items: start;
}
.home-news-page .search-panel__main {
  min-width: 0;
}
.home-news-page .search-panel__label {
  display: block;
  margin-bottom: 12px;
  color: rgba(23, 23, 20, 0.68);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.home-news-page .search-field {
  width: 100%;
  min-width: 0;
  height: clamp(64px, 5.2vw, 82px);
  padding: 0 clamp(18px, 2vw, 28px);
  border: 1px solid rgba(24, 24, 20, 0.14);
  border-bottom: 3px solid #e93314;
  border-radius: 0;
  color: #171714;
  background: #fbfaf7;
  box-shadow: 0 14px 34px rgba(18, 20, 24, 0.06);
  font-size: clamp(24px, 2.4vw, 42px);
  line-height: 1.15;
}
.home-news-page .search-field::placeholder {
  color: rgba(23, 23, 20, 0.46);
}
.home-news-page .search-field:focus-visible {
  border-bottom-color: #e93314;
  background: #fff;
  outline: 3px solid rgba(233, 51, 20, 0.16);
  outline-offset: 0;
}
.home-news-page .close-button {
  position: absolute;
  top: clamp(22px, 2.2vw, 34px);
  right: clamp(22px, 2.2vw, 34px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(24, 24, 20, 0.12);
  border-radius: 50%;
  color: #171714;
  background: #fff;
  font-size: 18px;
  box-shadow: 0 10px 24px rgba(18, 20, 24, 0.08);
}
.home-news-page .close-button:hover,
.home-news-page .close-button:focus-visible {
  color: #e93314;
  background: #eee;
  outline: none;
}
.home-news-page .search-tags {
  min-width: 0;
  padding: 12px 0 0 clamp(24px, 3vw, 42px);
  border-left: 1px solid rgba(24, 24, 20, 0.12);
}
.home-news-page .search-tags__title {
  margin: 0 0 18px;
  color: #e93314;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.home-news-page .search-tags__list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  align-items: flex-start;
}
.home-news-page .search-tags__link {
  display: inline-flex;
  align-items: center;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(24, 24, 20, 0.18);
  color: #171714;
  font-size: 16px;
  line-height: 1.25;
  text-decoration: none;
  transition: color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.home-news-page .search-tags__link:hover,
.home-news-page .search-tags__link:focus-visible {
  border-bottom-color: currentColor;
  color: #e93314;
  outline: none;
  transform: translateY(-1px);
}
.home-news-page .search-menu {
  display: none;
  margin-top: clamp(22px, 2.8vw, 34px);
}
.home-news-page .search-menu.is-active {
  display: block;
}
.home-news-page .search-wrapper {
  max-width: none;
  max-height: min(42vh, 420px);
  overflow-y: auto;
  padding: 18px clamp(16px, 1.8vw, 24px) 8px;
  border: 1px solid rgba(24, 24, 20, 0.1);
  border-top: 3px solid #171714;
  background: #fff;
  box-shadow: 0 18px 38px rgba(18, 20, 24, 0.08);
}
.home-news-page .search-content h6 {
  margin: 0 0 14px;
  color: #171714;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.home-news-page .search-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.home-news-page .search-list li {
  border-top: 1px solid rgba(24, 24, 20, 0.1);
}
.home-news-page .search-list li:first-child {
  border-top: 0;
}
.home-news-page .search-list a,
.home-news-page .search-list li {
  color: #171714;
  font-size: 16px;
  line-height: 1.35;
}
.home-news-page .search-list a {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  text-decoration: none;
}
.home-news-page .search-list a:hover,
.home-news-page .search-list a:focus-visible {
  color: #e93314;
  outline: none;
}
.home-news-page .search-list span:not(.badge) {
  color: #e93314;
}
.home-news-page .search-list .badge {
  align-self: center;
  border-radius: 0;
  background: #171714;
  color: #fff;
  font-size: 11px;
}
.home-news-page .search-content .btn.full {
  width: 100%;
  min-height: 46px;
  margin-top: 16px;
  border: 1px solid #171714;
  border-radius: 0;
  background: #171714;
  color: #fff;
  font-size: 13px;
}
.home-news-page .site-mobile-menu {
  --bs-offcanvas-width: min(420px, 100vw);
  color: #171714;
  background: #fff;
}
.home-news-page .site-mobile-menu__header {
  padding: 22px 24px;
  border-bottom: 1px solid rgba(23, 23, 20, 0.13);
}
.home-news-page .site-mobile-menu__logo,
.home-news-page .site-mobile-menu__logo a {
  display: inline-flex;
  align-items: center;
}
.home-news-page .site-mobile-menu__logo img {
  width: auto;
  max-width: 180px;
  max-height: 48px;
  object-fit: contain;
}
.home-news-page .site-mobile-menu .offcanvas-body {
  padding: 0 24px 28px;
}
.home-news-page .site-mobile-menu__nav,
.home-news-page .site-mobile-menu__utility {
  display: block;
  padding: 18px 0;
  margin: 0;
  border-bottom: 1px solid rgba(23, 23, 20, 0.13);
  list-style: none;
}
.home-news-page .site-mobile-menu__nav li,
.home-news-page .site-mobile-menu__utility li,
.home-news-page .site-mobile-menu__nav .nav-item {
  margin: 0;
  border-top: 0;
}
.home-news-page .site-mobile-menu__nav a,
.home-news-page .site-mobile-menu__utility a {
  display: flex;
  align-items: center;
  min-height: 44px;
  color: #171714;
  font-size: 18px;
  line-height: 1.2;
  text-decoration: none;
}
.home-news-page .site-mobile-menu__utility a {
  font-size: 14px;
}
.home-news-page .site-mobile-menu__nav a:hover,
.home-news-page .site-mobile-menu__nav a:focus-visible,
.home-news-page .site-mobile-menu__utility a:hover,
.home-news-page .site-mobile-menu__utility a:focus-visible {
  color: #e93314;
}
.home-news-page .site-mobile-menu .dropdown-menu {
  position: static !important;
  width: 100%;
  padding: 12px 0 12px 16px;
  border: 0;
  border-left: 1px solid rgba(23, 23, 20, 0.13);
  border-radius: 0;
  box-shadow: none;
  transform: none !important;
}
.home-news-page .site-mobile-menu__actions {
  display: grid;
  gap: 12px;
  padding-top: 20px;
}
.home-news-page .site-mobile-menu__actions .site-header__icon-button {
  justify-content: flex-start;
  width: 100%;
  padding: 0 18px;
  border-radius: 999px;
  gap: 10px;
  background: #eee;
  font-size: 14px;
}
.home-news-page .site-mobile-menu__member-link {
  display: flex;
  align-items: center;
  min-height: 44px;
  gap: 10px;
  color: #171714;
  font-size: 14px;
  text-decoration: none;
}
.home-news-page .site-mobile-menu__member-link:hover,
.home-news-page .site-mobile-menu__member-link:focus-visible {
  color: #e93314;
}

@media (max-width: 991.98px) {
  .home-news-page .site-header__brand {
    padding: 14px 0;
  }
  .home-news-page .site-header__logo img {
    max-width: min(178px, 100%);
    max-height: 50px;
  }
  .home-news-page .search-form {
    padding: 72px 0 20px;
  }
  .home-news-page .search-panel {
    max-width: calc(100vw - 32px);
    max-height: calc(100vh - 92px);
    overflow-y: auto;
    padding: 24px;
  }
  .home-news-page .search-panel__layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .home-news-page .search-tags {
    padding: 0;
    border-left: 0;
  }
  .home-news-page .search-field {
    height: 52px;
    font-size: 22px;
  }
  .home-news-page .search-wrapper {
    max-height: 34vh;
  }
}
@media (max-width: 575.98px) {
  .home-news-page .site-header__logo img {
    max-width: min(150px, 100%);
    max-height: 42px;
  }
  .home-news-page .site-header__mobile-toggle,
  .home-news-page .site-header__icon-button {
    width: 40px;
    height: 40px;
  }
  .home-news-page .search-form {
    padding: 64px 0 16px;
  }
  .home-news-page .search-panel {
    max-width: calc(100vw - 24px);
    max-height: calc(100vh - 80px);
    padding: 20px;
  }
  .home-news-page .search-panel__title {
    font-size: 32px;
  }
  .home-news-page .search-tags__list {
    gap: 8px 14px;
  }
  .home-news-page .search-tags__link {
    font-size: 14px;
  }
  .home-news-page .search-field {
    font-size: 20px;
  }
  .home-news-page .search-wrapper {
    max-height: 32vh;
  }
}
.home-hero {
  padding: clamp(24px, 2.8vw, 24px) 0 clamp(24px, 3.6vw, 24px);
  background: #eee;
}
.home-hero .home-side-list--four .home-side-card:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.home-trending {
  padding: 10px 0 32px;
  margin-bottom: 4px;
}
.home-trending .home-trending-line {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 36px;
  min-height: 34px;
}
.home-trending strong {
  color: #e93314;
  font-size: 16px;
  text-transform: uppercase;
}
.home-trending .home-trending-items {
  width: 100%;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
}
.home-trending .swiper-wrapper {
  align-items: center;
}
.home-trending .swiper-slide {
  width: auto;
  max-width: min(520px, 72vw);
}
.home-trending a {
  display: inline-flex;
  color: #171714;
  font-size: 16px;
  line-height: 1.35;
}
.home-trending .home-trending-arrows {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #171714;
  font-size: 18px;
}
.home-trending .home-trending-arrows button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  transition: color 0.2s ease, background-color 0.2s ease, opacity 0.2s ease;
}
.home-trending .home-trending-arrows button:hover {
  color: #e93314;
  background: #fff;
}
.home-trending .home-trending-arrows button.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
}

.home-main-story,
.home-side-card {
  position: relative;
}

.home-main-story-image {
  aspect-ratio: 16 / 9;
  display: block;
  overflow: hidden;
  background: #eee;
  min-height: 0;
}
.home-main-story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.home-main-story:hover .home-main-story-image img,
.home-side-card:hover img {
  transform: scale(1.035);
}

.home-main-story-body {
  padding-top: 18px;
}
.home-main-story-body h1 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-width: 980px;
  margin: 12px 0 12px;
  color: #171714;
  font-size: clamp(32px, 3vw, 42px);
  line-height: 1.18;
  letter-spacing: 0;
}
.home-main-story-body p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-width: 720px;
  margin: 10px 0 0;
  color: rgba(20, 20, 18, 0.68);
  font-size: 15.5px;
  line-height: 1.64;
}

.home-card-category {
  display: block;
  color: rgba(23, 23, 20, 0.62);
  font-size: 12px;
  line-height: 1.25;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.home-side-list {
  height: 100%;
  padding: 15px;
  background: #fff;
}

.home-side-title {
  display: none;
  margin-bottom: 10px;
  color: #171714;
  text-transform: uppercase;
}

.home-side-card {
  display: grid;
  grid-template-columns: clamp(118px, 10vw, 180px) minmax(0, 1fr);
  align-items: start;
  gap: 16px;
  padding: 0 0 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(23, 23, 20, 0.13);
}
.home-side-card h3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin: 6px 0 0;
  color: #171714;
  font-size: 16px;
  line-height: 1.35;
  letter-spacing: 0;
}

.home-side-card__media {
  display: block;
  width: 100%;
  height: auto;
  background: transparent;
}

.home-side-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.home-side-card__body {
  display: block;
  color: inherit;
  text-decoration: none;
}

.home-banner-slider {
  position: relative;
  height: 550px;
  overflow: hidden;
  background: #000;
}
.home-banner-slider .swiper-wrapper {
  align-items: stretch;
}
.home-banner-slider .swiper-slide {
  height: auto;
}

.home-banner-slider__item {
  position: relative;
  height: 100%;
  overflow: hidden;
  background: #111;
}

.home-banner-slider__media {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  aspect-ratio: auto;
  border-radius: 6px;
}
.home-banner-slider__media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(8, 10, 12, 0.34) 0%, rgba(8, 10, 12, 0.12) 52%, rgba(8, 10, 12, 0.08) 100%), linear-gradient(180deg, rgba(8, 10, 12, 0.02) 0%, rgba(8, 10, 12, 0.58) 100%);
  pointer-events: none;
}
.home-banner-slider__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  transition: transform 0.55s cubic-bezier(0.2, 0.75, 0.25, 1);
}

.home-banner-slider__item:hover .home-banner-slider__media img,
.home-banner-slider__item:focus-within .home-banner-slider__media img {
  transform: scale(1.035);
}

.home-banner-slider__content {
  position: absolute;
  left: clamp(26px, 3.2vw, 54px);
  right: clamp(70px, 18vw, 260px);
  bottom: clamp(50px, 4.2vw, 66px);
  z-index: 2;
  padding: 0;
}

.home-banner-slider__title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 2.45vw, 38px);
  line-height: 1.12;
  letter-spacing: 0;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.36);
}
.home-banner-slider__title a {
  color: inherit;
  text-decoration: none;
}

.home-banner-slider__summary {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-width: min(540px, 100%);
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15.5px;
  line-height: 1.55;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.34);
}

.home-banner-slider__controls {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(16px, 2vw, 34px);
  pointer-events: none;
}

.home-banner-slider__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 0;
  color: rgba(255, 255, 255, 0.82);
  background: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  pointer-events: auto;
  transition: color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}
.home-banner-slider__button i {
  font-size: 30px;
  line-height: 1;
}
.home-banner-slider__button:hover, .home-banner-slider__button:focus-visible {
  color: #fff;
  transform: translateX(-2px);
}
.home-banner-slider__button.home-banner-slider__button--next:hover, .home-banner-slider__button.home-banner-slider__button--next:focus-visible {
  transform: translateX(2px);
}
.home-banner-slider__button.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
}

.home-banner-slider__pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(0, 1fr);
  gap: 2px;
  height: auto;
  padding: 0;
  background: #fff;
}
.home-banner-slider__pagination .swiper-pagination-bullet {
  width: auto;
  height: 16px;
  margin: 0;
  background: #b6b3b2;
  border-radius: 0;
  opacity: 1;
  border: 0;
}
.home-banner-slider__pagination .swiper-pagination-bullet-active {
  background: #0b4935;
}

@media (max-width: 575.98px) {
  .home-banner-slider__item {
    min-height: 390px;
  }
  .home-banner-slider__content {
    left: 24px;
    right: 54px;
    bottom: 48px;
  }
  .home-banner-slider__title {
    font-size: 28px;
  }
  .home-banner-slider__summary {
    font-size: 14px;
    line-height: 1.48;
  }
  .home-banner-slider__controls {
    padding: 0 8px;
  }
  .home-banner-slider__button {
    width: 40px;
    height: 40px;
  }
}
.home-news-page .blog.categories {
  margin-top: 0;
}
.home-news-page .blog.categories .row {
  row-gap: 24px;
}
.home-news-page .home-editor-picks {
  margin-bottom: 0;
}
.home-news-page .blog.categories .card-post {
  min-height: 100%;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  background: transparent;
}
.home-news-page .blog.categories .card-post img {
  aspect-ratio: 16/9;
  width: 100%;
  object-fit: cover;
}
.home-news-page .blog.categories .card-post .figure-caption {
  padding: 18px 0 0;
}
.home-news-page .blog.categories .card-post .category {
  display: inline-block;
  margin-bottom: 10px;
  color: rgba(23, 23, 20, 0.62);
  letter-spacing: 0.08em;
  background: transparent;
}
.home-news-page .blog.categories .card-post .figure-caption h2,
.home-news-page .blog .figure-caption h2,
.home-news-page .blog .figure-caption h3 {
  color: #171714;
}
.home-news-page .blog.categories .card-post .figure-caption h2 {
  margin-bottom: 10px;
  font-size: 23px;
  line-height: 1.12;
}
.home-news-page .blog .swiper-news1 .swiper-slide,
.home-news-page .blog .swiper-news2 .swiper-slide {
  height: auto;
}
.home-news-page .home-latest-posts {
  margin-top: 0;
  border-top: 0;
  background: #eee;
}
.home-news-page .home-latest-posts-title {
  margin: 0;
  color: #171714;
  font-size: clamp(28px, 2.6vw, 32px);
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: none;
}

.home-featured-choice-heading {
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr) 40px;
  align-items: center;
  gap: 24px;
  margin-bottom: 34px;
}
.home-featured-choice-heading h2 {
  margin: 0;
  color: #171714;
  font-size: 36px;
  line-height: 1.08;
}
.home-featured-choice-heading span {
  color: rgba(23, 23, 20, 0.62);
  font-size: 16px;
}
.home-featured-choice-heading::before, .home-featured-choice-heading::after {
  content: "";
  height: 1px;
  background: rgba(23, 23, 20, 0.13);
}
.home-featured-choice-heading::after {
  height: 3px;
  border-top: 1px solid #171714;
  border-bottom: 1px solid #171714;
  background: transparent;
}

.home-featured-choice-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 30px;
}

.home-featured-choice-card {
  min-width: 0;
}
.home-featured-choice-card:hover img {
  transform: scale(1.035);
}

.home-featured-choice-image {
  aspect-ratio: 10 / 7;
  display: block;
  overflow: hidden;
  background: #eee;
}
.home-featured-choice-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.home-featured-choice-body {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 14px;
  padding-top: 14px;
}

.home-featured-choice-number {
  color: #e93314;
  font-size: 27px;
  line-height: 1;
}

.home-featured-choice-category {
  display: block;
  margin-bottom: 7px;
  color: rgba(23, 23, 20, 0.62);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-featured-choice-card h3 {
  margin: 0;
  color: #171714;
  font-size: 19px;
  line-height: 1.22;
}

.congress-feature-card {
  min-width: 0;
  height: 100%;
}

.congress-feature-card__link {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 0;
  color: #171714;
  text-decoration: none;
  border-top: 1px solid rgba(18, 20, 24, 0.1);
}

.congress-feature-card__media {
  aspect-ratio: 32/17;
  overflow: hidden;
  background: #eee;
}
.congress-feature-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.congress-feature-card__link:hover .congress-feature-card__media img,
.congress-feature-card__link:focus-visible .congress-feature-card__media img {
  transform: scale(1.025);
}

.congress-feature-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.7rem;
  min-height: 0;
  padding: clamp(13px, 1.5vw, 20px) 0 0;
  background: transparent;
}

.congress-feature-card--secondary .congress-feature-card__body {
  background: transparent;
}

.congress-feature-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin-bottom: 7px;
  color: #4f5c54;
  font-size: 12px;
  line-height: 1.35;
  text-transform: uppercase;
}

.congress-feature-card__title {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 8px;
  color: #171714;
  font-size: clamp(19px, 1.45vw, 24px);
  line-height: 1.28;
  letter-spacing: 0;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  transition: color 0.2s ease;
}

.congress-feature-card__link:hover .congress-feature-card__title,
.congress-feature-card__link:focus-visible .congress-feature-card__title {
  color: #e93314;
}

.congress-feature-card__excerpt {
  display: -webkit-box;
  overflow: hidden;
  margin: 6px 0 18px;
  color: #555b56;
  font-size: 14.5px;
  line-height: 1.56;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.congress-feature-card__button {
  display: inline-flex;
  width: fit-content;
  min-height: 0;
  align-items: center;
  gap: 9px;
  margin-top: auto;
  padding: 0 0 4px;
  border: 0;
  border-bottom: 1px solid currentColor;
  border-radius: 0;
  color: inherit;
  background: transparent;
  font-size: 0.86rem;
  line-height: 1;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.congress-feature-card__button span {
  transition: transform 0.2s ease;
}

.congress-feature-card__link:hover .congress-feature-card__button,
.congress-feature-card__link:focus-visible .congress-feature-card__button {
  background: transparent;
  color: #e93314;
}
.congress-feature-card__link:hover .congress-feature-card__button span,
.congress-feature-card__link:focus-visible .congress-feature-card__button span {
  transform: translateX(3px);
}

.home-news-page .home-featured-list {
  overflow: hidden;
  padding-block: clamp(32px, 3.6vw, 54px);
  background: #eee;
}

.home-news-page .home-featured-list.home-latest-posts {
  margin-top: 0;
}

.home-news-page .home-featured-list__items,
.home-news-page .last-blog.home-featured-list__items.home-latest-posts-list {
  background: #fff;
}

.home-featured-item {
  border-bottom: 1px solid rgba(24, 24, 20, 0.15);
}

.home-featured-item:last-child {
  border-bottom: 0;
}
.home-featured-item:last-child .home-news-page a {
  padding-bottom: 0;
}

.home-featured-item__link {
  display: grid;
  grid-template-columns: minmax(240px, 25%) minmax(0, 36%) minmax(210px, 27%) 46px;
  align-items: start;
  gap: clamp(18px, 2.2vw, 40px);
  padding: clamp(10px, 1.25vw, 16px);
  color: inherit;
  text-decoration: none;
}

.home-featured-item__media {
  grid-column: 1;
  aspect-ratio: 16/9;
  height: auto;
  overflow: hidden;
}

.home-featured-item__content {
  position: relative;
  grid-column: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-width: 0;
  min-height: 0;
  padding: 0;
}

.news-meta.home-featured-item__meta {
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  gap: 6px;
  margin-bottom: 10px;
  width: 100%;
  text-align: left;
}

.news-meta.home-featured-item__meta > * {
  align-self: flex-start;
}

.home-featured-item__date {
  color: #171714;
  font-size: 12px;
  line-height: 1.25;
  text-transform: none;
}

.home-featured-item__category {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 18px;
  padding: 3px 8px;
  border-radius: 999px;
  background: #0b4935;
  color: #fff !important;
  font-size: 9px;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.home-featured-item__reading {
  display: inline-flex;
  width: fit-content;
  color: rgba(23, 23, 20, 0.58);
  font-size: 11px;
  line-height: 1.25;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.home-featured-item__title {
  max-width: 720px;
  margin: 0;
  letter-spacing: 0;
}

.home-featured-item__summary {
  grid-column: 3;
  min-width: 0;
}

.home-featured-item__excerpt {
  display: -webkit-box;
  overflow: hidden;
  max-width: 520px;
  margin: 0;
  color: #171714;
  font-size: 14.5px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.home-featured-item__action {
  grid-column: 4;
  justify-self: end;
  align-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(23, 23, 20, 0.06);
  color: #171714;
}

.home-featured-item__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  line-height: 1;
}

.home-featured-item__link:hover .home-featured-item__action,
.home-featured-item__link:focus-visible .home-featured-item__action {
  background: #171714;
  color: #fff;
}

.home-featured-latest__main .home-featured-item__link {
  grid-template-columns: minmax(220px, 32%) minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: center;
  gap: clamp(16px, 2.4vw, 34px);
  padding: clamp(22px, 2.5vw, 32px);
}

.home-featured-latest__main .home-featured-item__media {
  grid-column: 1;
  grid-row: 1/span 2;
  aspect-ratio: 4/3;
}

.home-featured-latest__main .home-featured-item__content {
  grid-column: 2;
  grid-row: 1;
}

.home-featured-latest__main .news-meta.home-featured-item__meta {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
  margin-bottom: 0;
}

.home-featured-latest__main .news-meta.home-featured-item__meta > * {
  align-self: center;
}

.home-featured-latest__main .home-featured-item__category {
  min-height: 0;
  padding: 0;
  background: transparent;
  color: #0b4935 !important;
  font-size: 11px;
}

.home-featured-latest__main .home-featured-item__date,
.home-featured-latest__main .home-featured-item__reading {
  color: rgba(23, 23, 20, 0.7);
  font-size: 11px;
}

.home-featured-latest__main .home-featured-item__title {
  max-width: 680px;
  font-size: clamp(21px, 1.25vw, 28px);
}

.home-featured-latest__main .home-featured-item__summary {
  grid-column: 2;
  grid-row: 2;
}

.home-featured-latest__main .home-featured-item__excerpt {
  max-width: 640px;
  color: rgba(23, 23, 20, 0.82);
  font-size: clamp(15px, 1.25vw, 14.5px);
  line-height: 1.45;
}

.home-featured-latest__main .home-featured-item__action {
  display: none;
}

@media (max-width: 1199.98px) {
  .home-featured-item__link {
    grid-template-columns: minmax(220px, 30%) minmax(0, 1fr) minmax(170px, 26%) 46px;
    gap: 24px;
  }
}
@media (max-width: 991.98px) {
  .home-featured-item__link {
    grid-template-columns: minmax(190px, 38%) minmax(0, 1fr) 46px;
  }
  .home-featured-item__summary {
    grid-row: 2;
    grid-column: 2/-1;
    padding-top: 0;
  }
  .home-featured-item__action {
    grid-column: 3;
    grid-row: 1;
  }
}
@media (max-width: 575.98px) {
  .home-featured-item__link {
    grid-template-columns: minmax(0, 1fr) 44px;
    gap: 16px;
    padding-block: 18px;
  }
  .home-featured-item__media,
  .home-featured-item__content {
    grid-column: 1/-1;
  }
  .home-featured-item__summary {
    grid-column: 1;
  }
  .home-featured-item__action {
    grid-column: 2;
    align-self: end;
    width: 44px;
    height: 44px;
  }
}
.editorial-card,
.editorial-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
  background: transparent;
  box-shadow: none;
}

.editorial-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.75rem;
  min-height: 0;
  padding: 20px 0;
  background: #fff;
}

.editorial-card__media {
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 2px;
}

.editorial-card__excerpt {
  margin-top: 0;
}

.home-editorial-slider--writings .editorial-card__title,
.home-editorial-slider--news .editorial-card__title {
  margin: 6px 0 8px;
  letter-spacing: 0;
}

.home-editorial-slider--writings .editorial-card__excerpt,
.home-editorial-slider--news .editorial-card__excerpt {
  display: -webkit-box;
  overflow: hidden;
  color: rgba(23, 23, 20, 0.62);
  font-size: 14.5px;
  line-height: 1.58;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.editorial-card__arrow {
  display: none;
}

.home-congress-feature__grid .row {
  --bs-gutter-x: 22px;
  --bs-gutter-y: 24px;
}

@media (min-width: 992px) {
  .congress-feature-card--primary .congress-feature-card__media {
    border-radius: 6px;
  }
  .congress-feature-card--primary .congress-feature-card__body {
    border-right: 0;
    border-radius: 0;
  }
  .congress-feature-card--secondary .congress-feature-card__media {
    border-radius: 6px;
  }
  .congress-feature-card--secondary .congress-feature-card__body {
    border-radius: 0;
  }
  .home-congress-feature .col-12:not(.col-lg-6) .congress-feature-card__media {
    border-radius: 6px;
  }
  .home-congress-feature .col-12:not(.col-lg-6) .congress-feature-card__body {
    border-right: 0;
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .congress-feature-card__media {
    border-radius: 6px;
  }
  .congress-feature-card__body,
  .congress-feature-card--primary .congress-feature-card__body,
  .congress-feature-card--secondary .congress-feature-card__body {
    min-height: 0;
    border-right: 0;
    border-radius: 0;
  }
}
@media (max-width: 575.98px) {
  .congress-feature-card__body {
    min-height: 0;
    padding: 18px 0 0;
  }
  .congress-feature-card__meta {
    font-size: 11px;
  }
  .congress-feature-card__title {
    font-size: 1.45rem;
  }
  .congress-feature-card__excerpt {
    margin-bottom: 24px;
    font-size: 15px;
  }
}
.news-card__title,
.editorial-card__title {
  letter-spacing: 0;
}

.home-main-story-body h1,
.home-side-card h3,
.news-card__title,
.editorial-card__title,
.congress-feature-card__title,
.latest-news-item__title,
.home-featured-item__title {
  transition: color 0.28s ease;
}

.home-featured-item__arrow,
.editorial-card__arrow,
.congress-feature-card__button,
.latest-news-item__arrow,
.home-video-list-play {
  transition: transform 0.28s ease, color 0.28s ease, border-color 0.28s ease, background-color 0.28s ease;
}

.home-featured-item__link:hover .home-featured-item__title,
.home-featured-item__link:focus-visible .home-featured-item__title,
.editorial-card__link:hover .editorial-card__title,
.editorial-card__link:focus-visible .editorial-card__title,
.congress-feature-card__link:hover .congress-feature-card__title,
.congress-feature-card__link:focus-visible .congress-feature-card__title,
.latest-news-item__link:hover .latest-news-item__title,
.latest-news-item__link:focus-visible .latest-news-item__title,
.home-main-story:hover h1,
.home-main-story:focus-within h1,
.home-side-card:hover h3,
.home-side-card:focus-within h3 {
  color: #e93314;
}

.editorial-card__link:hover .editorial-card__arrow,
.editorial-card__link:focus-visible .editorial-card__arrow,
.home-video-list-thumb:hover .home-video-list-play,
.home-video-list-thumb:focus-visible .home-video-list-play {
  transform: translate(3px, -1px);
}

.news-card__media,
.editorial-card__media,
.congress-feature-card__media,
.home-video-list-thumb {
  overflow: hidden;
}

.news-card__media img,
.editorial-card__media img,
.congress-feature-card__media img,
.home-video-featured-link img,
.home-video-list-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s cubic-bezier(0.2, 0.75, 0.25, 1);
}

.home-main-story:hover .home-main-story-image img,
.home-side-card:hover img,
.news-card:hover .news-card__media img,
.editorial-card__link:hover .editorial-card__media img,
.editorial-card__link:focus-visible .editorial-card__media img,
.congress-feature-card__link:hover .congress-feature-card__media img,
.congress-feature-card__link:focus-visible .congress-feature-card__media img,
.home-featured-item__link:hover .home-featured-item__media img,
.home-featured-item__link:focus-visible .home-featured-item__media img,
.home-video-featured-link:hover img,
.home-video-featured-link:focus-visible img,
.home-video-list-thumb:hover img,
.home-video-list-thumb:focus-visible img {
  transform: scale(1.025);
}

.home-spotlight__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 30px);
  padding: 30px;
  background: #fff;
}

.home-spotlight-item {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}

.home-spotlight-item__link {
  position: relative;
  display: block;
  color: #fff;
  text-decoration: none;
}

.home-spotlight-item__media {
  position: relative;
  aspect-ratio: 16/10;
}

.home-spotlight-item__media img {
  filter: grayscale(1);
}

.home-spotlight-item__tag {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  color: #fff;
  background: #e93314;
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.home-spotlight-item:nth-child(2) .home-spotlight-item__tag {
  background: #1f8a86;
}

.home-spotlight-item:nth-child(3) .home-spotlight-item__tag {
  background: #f8bd36;
  color: #171714;
}

.home-spotlight-item:nth-child(4) .home-spotlight-item__tag {
  background: #0b4935;
}

.home-spotlight-item__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(20px, 2.6vw, 34px);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.82) 100%);
}

.home-spotlight-item__title {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(20px, 1.7vw, 26px);
  line-height: 1.15;
  letter-spacing: 0;
}

.home-spotlight-item__excerpt {
  display: -webkit-box;
  overflow: hidden;
  max-width: 560px;
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14.5px;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.home-spotlight-item__more {
  display: inline-flex;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.home-spotlight-item__link:hover .home-spotlight-item__more,
.home-spotlight-item__link:focus-visible .home-spotlight-item__more {
  text-decoration: underline;
}

.home-news-section {
  background: #fff;
}

.home-news-section--feed {
  padding: 0;
}

.home-featured-latest__aside {
  top: 104px;
  z-index: 9;
}

.home-featured-latest-section {
  background: #eee;
}

.home-featured-latest-section .home-featured-list {
  overflow: visible;
  padding-block: 0;
  background: transparent;
  margin: clamp(15px, 5vw, 1.5rem) 0;
}

.home-featured-latest-section .home-featured-list > .container {
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}

.home-featured-latest-section .home-featured-list__items {
  background: #fff;
}

.home-section--dark {
  color: #fff;
  background: #222730;
}

.home-section--compact {
  padding-block: clamp(15px, 5vw, 1.5rem);
}

.title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 0;
  border-bottom: 0;
  padding: 22px 22px 0 22px;
  background: #fff;
}
.title::after {
  content: none;
}

.title--dark {
  border-bottom-color: transparent;
}

.title__content {
  min-width: 0;
}

.title__eyebrow {
  display: block;
  margin-bottom: 0;
  color: #e93314;
  font-size: 11.5px;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-transform: uppercase;
}

.title--dark .title__eyebrow {
  color: rgba(255, 255, 255, 0.72);
}

.title__actions {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1rem;
  flex-shrink: 0;
}

.title__link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  flex-shrink: 0;
  padding-bottom: 3px;
  border-bottom: 1px solid currentColor;
  color: #171714;
  font-size: 13.5px;
  line-height: 1;
  text-decoration: none;
}
.title__link i {
  transition: transform 0.2s ease;
}
.title__link:hover, .title__link:focus-visible {
  color: #e93314;
}
.title__link:hover i, .title__link:focus-visible i {
  transform: translateX(3px);
}

.title__link span,
.title .title__link span {
  color: inherit;
  font-size: inherit;
}

.title__link--light,
.title--dark .title__link {
  color: #fff;
}
.title__link--light:hover, .title__link--light:focus-visible,
.title--dark .title__link:hover,
.title--dark .title__link:focus-visible {
  color: rgba(255, 255, 255, 0.76);
}

.home-featured-list__title,
.home-editorial-slider__title,
.home-congress-feature__title,
.home-latest-posts-title,
.title h2 {
  margin: 0;
  max-width: 980px;
  font-size: clamp(28px, 2.6vw, 32px);
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: none;
}

.title--dark {
  background: #2a2a2a;
}

.title--dark h2 {
  color: #fff;
}

.home-congress-feature {
  overflow: hidden;
  padding-block: clamp(15px, 5vw, 1.5rem);
}

.home-congress-feature__all {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 0;
  padding: 0 0 4px;
  border-radius: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: #171714;
  font-size: 13.5px;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.home-congress-feature__all span[aria-hidden=true] {
  transition: transform 0.2s ease;
}
.home-congress-feature__all:hover, .home-congress-feature__all:focus-visible {
  background: transparent;
  color: #e93314;
}
.home-congress-feature__all:hover span[aria-hidden=true], .home-congress-feature__all:focus-visible span[aria-hidden=true] {
  transform: translateX(3px);
}

.home-congress-feature__grid {
  width: 100%;
}

.home-editorial-slider {
  position: relative;
  overflow: hidden;
}

.home-editorial-slider__swiper {
  overflow: hidden;
  padding-bottom: 2px;
}

.home-editorial-slider .swiper-wrapper {
  align-items: stretch;
}

.home-editorial-slider .swiper-slide {
  height: auto;
}

.home-topic-card-swiper {
  overflow: hidden;
  background: #fff;
  padding: 30px;
}

.home-topic-card-swiper .swiper-wrapper {
  align-items: stretch;
}

.home-topic-card-swiper .swiper-slide {
  height: auto;
}

.home-topic-card-swiper .news-card {
  height: 100%;
}

.home-editorial-slider--writings,
.home-topic-block--articles {
  background: #fff;
  padding: 0;
}

.home-editorial-slider--writings {
  border-top: 1px solid rgba(24, 24, 20, 0.08);
}

.home-editorial-slider--news {
  background: #fff;
  padding: clamp(22px, 2.5vw, 32px);
}

.home-topic-grid {
  background: #eee;
}

.home-topic-view-all {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding-bottom: 3px;
  color: #171714;
  font-size: 13.5px;
  border-bottom: 1px solid currentColor;
  text-decoration: none;
}

.home-news-page .home-main-story-image,
.home-news-page .home-side-card__media,
.home-news-page .home-featured-choice-image,
.home-news-page .home-featured-item__media,
.home-news-page .news-card__media,
.home-news-page .editorial-card__media,
.home-news-page .congress-feature-card__media,
.home-news-page .swiper-img,
.home-news-page .blog-list-img,
.home-news-page .mini-news-card__media,
.home-news-page .latest-news-item__media,
.home-news-page .home-video-featured-link,
.home-news-page .home-video-list-thumb {
  border-radius: 6px;
  overflow: hidden;
}
.home-news-page .home-main-story-image img,
.home-news-page .home-side-card__media img,
.home-news-page .home-featured-choice-image img,
.home-news-page .home-featured-item__media img,
.home-news-page .news-card__media img,
.home-news-page .editorial-card__media img,
.home-news-page .congress-feature-card__media img,
.home-news-page .swiper-img img,
.home-news-page .blog-list-img img,
.home-news-page .mini-news-card__media img,
.home-news-page .latest-news-item__media img,
.home-news-page .home-video-featured-link img,
.home-news-page .home-video-list-thumb img,
.home-news-page .blog.categories .card-post img,
.home-news-page .advertisement img {
  border-radius: inherit;
}
.home-news-page .blog.categories .card-post img,
.home-news-page .advertisement img {
  border-radius: 6px;
}

.blog {
  margin-bottom: 0;
  overflow: hidden;
  padding: 0;
}

.news-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.45rem;
  color: rgba(18, 20, 24, 0.56);
  font-size: 13.5px;
  line-height: 1.48;
}

.news-meta__category {
  color: #e93314;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 800;
}

.news-meta__separator {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.55;
}

.news-card {
  min-width: 0;
}
.news-card:hover .news-card__media img {
  transform: scale(1.035);
}

.news-card__media {
  position: relative;
  overflow: hidden;
  background: #eee;
}
.news-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.news-card__title {
  margin: 0;
  color: #171714;
  font-size: clamp(18px, 1.35vw, 20px);
  line-height: 1.28;
  letter-spacing: 0;
}
.news-card__title a {
  color: inherit;
  text-decoration: none;
}

.news-card__title--clamp-2 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home-slider-controls {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.home-slider-control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  min-width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(24, 24, 20, 0.22);
  border-radius: 0;
  background: #fff;
  color: #171714;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.home-slider-control:hover, .home-slider-control:focus-visible {
  border-color: currentColor;
  color: #e93314;
  background: transparent;
}
.home-slider-control.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}

.home-writing-stream {
  margin-bottom: 54px;
}

.home-spotlight {
  background: #eee;
  padding-block: 0 clamp(15px, 5vw, 1.5rem);
}

.home-topic-block {
  background: #eee;
}

.home-topic-grid {
  margin-bottom: 0;
  background: #eee;
  padding: clamp(15px, 5vw, 1.5rem) 0;
  background: #eee;
}

.home-topic-panel {
  min-width: 0;
  height: 100%;
  background: #fff;
  padding: clamp(18px, 2vw, 28px);
}
.home-topic-panel .title {
  padding-left: 0;
  padding-top: 0;
}

.swiper-container {
  width: 100%;
  overflow: hidden;
}

.swiper-wrapper {
  min-width: 0;
}

.swiper-img {
  aspect-ratio: 16 / 10;
  display: block;
  overflow: hidden;
  background: #eee;
}
.swiper-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.swiper-content__link {
  color: inherit;
  text-decoration: none;
  display: block;
}
.swiper-content__link:hover {
  color: #e93314;
}

.swiper-content__link:hover .swiper-img img,
.swiper-content__link:focus-visible .swiper-img img {
  transform: scale(1.03);
}

.swiper-content__link:hover .figure-caption h2,
.swiper-content__link:focus-visible .figure-caption h2 {
  color: #e93314;
}

.figure-caption {
  padding-top: 12px;
  color: rgba(23, 23, 20, 0.62);
}
.figure-caption h2,
.figure-caption h3 {
  margin: 7px 0;
  color: #171714;
  font-size: 21px;
  line-height: 1.25;
}
.figure-caption h3 {
  font-size: 19px;
}
.figure-caption p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin: 8px 0 0;
  color: rgba(23, 23, 20, 0.62);
  font-size: 14px;
  line-height: 1.6;
}

.home-editorial-slider__swiper {
  padding-right: 0;
  padding-left: 0;
}

.home-editorial-slider__title {
  letter-spacing: 0;
}

.date,
.reading,
.cat-link,
.category {
  color: rgba(23, 23, 20, 0.62);
  font-size: 13px;
  text-transform: uppercase;
}

.reading {
  margin-left: 10px;
}

.list-blog .blog-list,
.last-blog .blog-list {
  position: relative;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(23, 23, 20, 0.13);
}

.home-topic-grid--wide .list-blog .blog-list {
  align-items: center;
  gap: clamp(16px, 1.8vw, 22px);
  padding: clamp(14px, 1.8vw, 20px) 0;
}

.list-blog .blog-list-img,
.last-blog .blog-list > img {
  flex: 0 0 92px;
  width: 92px;
  height: 92px;
  overflow: hidden;
  background: #eee;
}

.home-topic-grid--wide .list-blog .blog-list-img {
  flex: 0 0 clamp(126px, 13vw, 180px);
  width: clamp(126px, 13vw, 180px);
  height: auto;
  aspect-ratio: 16/10;
}

.list-blog .blog-list-img img,
.last-blog .blog-list > img {
  width: 92px;
  height: 92px;
  object-fit: cover;
}

.home-topic-grid--wide .list-blog .blog-list-img img {
  width: 100%;
  height: 100%;
}

.last-blog strong,
.blog-list-content h3 {
  color: #171714;
  font-size: 18px;
  line-height: 1.28;
}

.home-topic-grid--wide .blog-list-content h3 {
  font-size: clamp(16.5px, 1.2vw, 19.5px);
  line-height: 1.36;
}

.home-topic-grid--wide .blog-list-content p {
  display: -webkit-box;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.58;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media (max-width: 575.98px) {
  .home-topic-grid--wide .list-blog .blog-list {
    gap: 14px;
  }
  .home-topic-grid--wide .list-blog .blog-list-img {
    flex-basis: 112px;
    width: 112px;
  }
}
.last-blog p,
.blog-list-content p {
  margin: 6px 0 0;
  color: rgba(23, 23, 20, 0.62);
}

.mini-news-card {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  min-height: 0;
  padding-block: 12px;
  border-bottom: 0;
}

.mini-news-card + .mini-news-card {
  margin-top: 0;
  padding-top: 12px;
  border-top: 0;
}

.list-blog .mini-news-card:last-child {
  border-bottom: 0;
}

.mini-news-card__media {
  width: 112px;
  aspect-ratio: 16/10;
  display: block;
  overflow: hidden;
}

.mini-news-card__body {
  min-width: 0;
}

.latest-news-item {
  display: block;
  padding-block: 0;
  border-bottom: 0;
}

.home-latest-posts-list .latest-news-item.blog-list {
  padding: 0;
  border-bottom: 0;
}

.latest-news-item__media {
  width: 100%;
  aspect-ratio: 16/9;
  display: block;
  overflow: hidden;
}

.latest-news-item__title {
  margin: 0;
}

.latest-news-item__arrow {
  display: inline-flex;
}

.home-latest-posts-list .blog-list:first-child {
  padding-top: 0;
}

.home-latest-posts-list .blog-list:last-child {
  border-bottom: 0;
}

.home-latest-posts-list .blog-list:last-child .latest-news-item__link {
  border-bottom: 0;
}

.advertisement .space {
  margin-bottom: 18px;
}

.advertisement img {
  width: 100%;
}

.search-form,
.search-menu {
  display: none;
}

.search-type,
.menu-type,
.scrollF {
  display: none;
}

.scrollF {
  position: fixed;
  right: clamp(18px, 2vw, 18px);
  bottom: clamp(45px, 2vw, 45px);
  z-index: 90;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(24, 24, 20, 0.12);
  border-radius: 50%;
  color: #fff;
  background: #171714;
  box-shadow: 0 16px 36px rgba(18, 20, 24, 0.18);
  font-size: 16px;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.scrollF:hover,
.scrollF:focus-visible {
  color: #fff;
  background: #e93314;
  box-shadow: 0 18px 42px rgba(233, 51, 20, 0.22);
  transform: translateY(-2px);
  outline: none;
}

.search-type.active {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: block;
  background: rgba(18, 20, 24, 0.34);
  backdrop-filter: blur(2px);
}

.menu-type.m-active {
  position: fixed;
  inset: 0;
  z-index: 110;
  display: block;
  background: rgba(18, 20, 24, 0.34);
  backdrop-filter: blur(2px);
}

body.is-search-open {
  overflow: hidden;
}

.home-topic-grid--wide .row.g-4,
.home-topic-grid--wide .row.g-xl-5 {
  --bs-gutter-x: clamp(32px, 4.5vw, 64px);
  --bs-gutter-y: 22px;
}

.home-topic-grid--wide .mini-news-card .blog-list-img {
  width: 112px;
  aspect-ratio: 16/10;
  overflow: hidden;
}

.mini-news-card .news-meta {
  margin-bottom: 6px;
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.mini-news-card .home-card-summary {
  font-size: 13px;
  line-height: 1.5;
}

.latest-news-item__link,
.last-blog .latest-news-item__link {
  display: grid;
  grid-template-columns: minmax(180px, 20%) minmax(0, 36%) minmax(210px, 31%) 46px;
  align-items: start;
  gap: clamp(18px, 2.2vw, 40px);
  min-height: 0;
  padding-block: clamp(10px, 1.25vw, 16px);
  border-bottom: 0;
  color: inherit;
  text-decoration: none;
  transition: color 0.25s ease;
}

.latest-news-item__link:hover,
.latest-news-item__link:focus-visible {
  color: #e93314;
  background: transparent;
}

.latest-news-item__meta {
  align-items: flex-start;
  justify-content: flex-start;
  color: #171714;
  font-size: 13.5px;
  letter-spacing: 0.04em;
  line-height: 1.35;
  text-align: left;
  text-transform: uppercase;
}

.latest-news-item__meta .news-meta__separator {
  display: none;
}

.home-featured-latest__aside {
  top: 130px;
}

.home-featured-latest__aside .latest-news-item {
  border-top: 1px solid rgba(24, 24, 20, 0.12);
}

.home-featured-latest__aside .latest-news-item:first-child {
  border-top: 0;
}

.home-featured-latest__aside .latest-news-item__link,
.home-featured-latest__aside .last-blog .latest-news-item__link {
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 14px;
  padding: 16px;
}

.home-featured-latest__aside .latest-news-item__media {
  grid-column: 1;
  width: 104px;
  aspect-ratio: 4/3;
}

.home-featured-latest__aside .latest-news-item__content {
  grid-column: 2;
}

.home-featured-latest__aside .news-meta.home-featured-item__meta {
  gap: 5px;
  margin-bottom: 7px;
}

.home-featured-latest__aside .home-featured-item__category {
  min-height: 0;
  padding: 0;
  background: transparent;
  color: #0b4935 !important;
  font-size: 10px;
}

.home-featured-latest__aside .home-featured-item__date {
  color: rgba(23, 23, 20, 0.62);
  font-size: 10px;
}

.home-featured-latest__aside .home-featured-item__reading,
.home-featured-latest__aside .latest-news-item__summary,
.home-featured-latest__aside .latest-news-item__action {
  display: none;
}

.home-featured-latest__aside .latest-news-item__title {
  -webkit-line-clamp: 3;
}

.home-videos {
  color: #fff;
  background: #2a2a2a;
}

.home-videos.home-section {
  padding-block: clamp(48px, 5vw, 120px);
}

.home-videos-subtitle {
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.55;
}

.home-videos-heading-line {
  flex: 1 1 auto;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
}

.home-videos-more i {
  font-size: 1rem;
}

.home-video-layout {
  --bs-gutter-x: clamp(24px, 3.4vw, 46px);
  align-items: start;
  min-height: 0;
}

.home-video-featured {
  height: 100%;
}

.home-video-featured {
  position: relative;
}

.home-video-featured-link {
  position: relative;
  display: block;
  height: clamp(320px, 34vw, 460px);
  overflow: hidden;
  background: #0f1218;
  cursor: pointer;
}
.home-video-featured-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.54;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.home-video-featured-link:hover img {
  opacity: 0.68;
  transform: scale(1.025);
}

.home-video-featured-frame {
  position: absolute;
  inset: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  border: 0;
  background: #000;
}

.home-video-featured-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.9) 100%);
}

.home-video-featured-play {
  position: absolute;
  left: 36px;
  top: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  color: #171714;
  font-size: 36px;
  background: #fff;
  z-index: 2;
}

.home-video-featured-play i,
.home-video-list-play i {
  line-height: 1;
}

.home-video-featured-content {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 32px;
  z-index: 2;
}
.home-video-featured-content strong {
  display: block;
  max-width: 760px;
  margin-top: 12px;
  color: #fff;
  font-size: clamp(26px, 2.6vw, 36px);
  line-height: 1.2;
}

.home-video-label,
.home-video-detail {
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.home-video-detail {
  display: block;
  margin-top: 12px;
  letter-spacing: 0;
}

.home-video-playlist {
  height: clamp(320px, 34vw, 460px);
  padding-left: clamp(20px, 2.6vw, 34px);
  padding-right: 14px;
  border-left: 1px solid rgba(255, 255, 255, 0.11);
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-color: rgba(255, 255, 255, 0.58) transparent;
  scrollbar-width: thin;
}

.home-video-playlist::-webkit-scrollbar {
  width: 3px;
}

.home-video-playlist::-webkit-scrollbar-track {
  background: transparent;
}

.home-video-playlist::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.58);
  border-radius: 99px;
}

.home-video-playlist-item {
  display: grid;
  grid-template-columns: clamp(112px, 11vw, 140px) minmax(0, 1fr);
  align-items: center;
  gap: 15px;
  min-height: 0;
  margin-bottom: 0;
  padding-block: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.home-video-playlist-item:last-child {
  border-bottom: 0;
}

.home-video-list-thumb {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  padding: 0;
  border: 0;
  overflow: hidden;
  background: #0f1218;
  cursor: pointer;
}
.home-video-list-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.72;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.home-video-list-thumb:hover img {
  opacity: 0.86;
  transform: scale(1.035);
}

.home-video-playlist-item.is-active .home-video-list-thumb img {
  opacity: 0.95;
}

.home-video-playlist-item.is-active .home-video-list-play {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.45);
}

.home-video-list-play {
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #171714;
  font-size: 20px;
  background: #fff;
  transform: translate(-50%, -50%);
}

.home-video-playlist-item h3 {
  margin: 5px 0 0;
  color: #fff;
  font-size: clamp(15.5px, 1.18vw, 18.5px);
  line-height: 1.34;
}

.home-video-list-title {
  display: -webkit-box;
  width: 100%;
  padding: 0;
  border: 0;
  overflow: hidden;
  color: inherit;
  background: transparent;
  font: inherit;
  font-size: 13.5px;
  line-height: 1.46;
  text-align: left;
  cursor: pointer;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.home-video-list-title:hover, .home-video-list-title:focus {
  color: #fff;
  text-decoration: underline;
}

.home-video-playlist-item p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.newsletter-cta {
  margin-top: 0;
  padding: clamp(34px, 4vw, 90px) 0;
  color: #fff;
  background: #2a2a2a;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.newsletter-cta > .container-fluid > .row {
  display: flex;
  min-height: 0;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  --bs-gutter-x: clamp(28px, 4vw, 64px);
  --bs-gutter-y: 20px;
  text-align: left;
}

.newsletter-cta__alerts {
  min-height: 0 !important;
  margin: 0;
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}

.newsletter-cta__alerts > * {
  padding-right: 0;
  padding-left: 0;
}

.newsletter-cta > .container-fluid > .row > [class*=col-] {
  max-width: none;
}

.newsletter-cta__title {
  max-width: 560px;
  margin: 0;
  color: #fff;
  font-size: clamp(26px, 2.4vw, 36px);
  line-height: 1.12;
  letter-spacing: 0;
}

.newsletter-cta__description {
  display: block;
  max-width: 520px;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
  line-height: 1.6;
}

.newsletter-cta__form .alert {
  max-width: 720px;
  margin-inline: auto;
  text-align: left;
}

.newsletter-cta__form-shell {
  display: grid;
  grid-template-columns: minmax(140px, 1fr) minmax(220px, 1.2fr) auto;
  align-items: center;
  width: 100%;
  min-height: 58px;
  margin-inline: 0;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
}

.newsletter-cta__field {
  min-width: 0;
  display: flex;
  align-items: center;
}

.newsletter-cta__field + .newsletter-cta__field {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.newsletter-cta__input,
.newsletter-cta__button {
  min-height: 48px;
}

.newsletter-cta__input {
  height: 48px;
  padding: 0 20px;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: transparent;
  font-size: 15px;
  line-height: 48px;
}

.newsletter-cta__input::placeholder {
  color: rgba(255, 255, 255, 0.46);
}

.newsletter-cta__input:focus,
.newsletter-cta__input:focus-visible {
  outline: 2px solid rgba(233, 51, 20, 0.35);
  outline-offset: -4px;
  background: transparent;
  box-shadow: none;
}

.newsletter-cta__button {
  display: inline-flex;
  height: 48px;
  min-width: 132px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding-inline: 22px;
  border: 0;
  border-radius: 6px;
  color: #050505;
  background: #fff;
  font-size: 13px;
}

.newsletter-cta__button::after {
  font-family: "bootstrap-icons";
  content: "\f138";
  font-size: 16px;
  line-height: 1;
}

.newsletter-cta__button:hover {
  color: #fff;
  background: #e93314;
}

.newsletter-cta__check {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  max-width: 680px;
  margin: 12px 0 0;
  padding-left: 0;
  color: rgba(255, 255, 255, 0.46);
  text-align: left;
}

.newsletter-cta__check .form-check-input {
  flex: 0 0 auto;
  margin-top: 2px;
  margin-left: 0;
}

.newsletter-cta__check .form-check-label {
  color: rgba(255, 255, 255, 0.46);
  font-size: 12px;
  line-height: 1.55;
}

.site-footer {
  width: 100%;
  padding: 0 0 clamp(18px, 2vw, 28px);
  color: #fff;
  background: #2a2a2a;
  overflow: visible;
}

.site-footer a {
  color: inherit;
  text-decoration: none;
}

.site-footer__inner {
  max-width: none;
  margin: 0;
  padding: clamp(90px, 2.4vw, 90px) 0 clamp(90px, 2.6vw, 90px);
  overflow: hidden;
  border-radius: 0;
  background: transparent;
}

.site-footer__row {
  display: grid;
  grid-template-columns: minmax(220px, 1.1fr) minmax(230px, 1fr) minmax(230px, 1fr) minmax(180px, 0.75fr);
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}

.site-footer__row > [class*=col-] {
  width: 100%;
  max-width: none;
}

.site-footer__brand img {
  filter: brightness(0) invert(1);
  max-width: 240px;
  margin-bottom: 12px;
}

.site-footer__heading {
  display: block;
  margin: 0 0 14px;
  font-size: 13px;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-transform: uppercase;
}

.site-footer__nav ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-footer__nav a,
.site-footer__link,
.site-footer__brand li,
.site-footer__meta,
.site-footer__legal-link,
.site-footer__legal-link a {
  color: #fff;
  font-size: clamp(15px, 0.95vw, 13px);
  line-height: 1.35;
  letter-spacing: 0;
}

.site-footer__nav a,
.site-footer__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  text-decoration: none;
  transition: color 0.25s ease;
}

.site-footer__nav a:hover,
.site-footer__link:hover {
  color: #e93314;
  transform: none;
}

.site-footer__social i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
}

.site-footer__brand ul {
  padding: 0;
  margin: 12px 0 0;
  list-style: none;
}

.site-footer__brand li {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}

.site-footer__brand li::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  font-family: "bootstrap-icons";
  font-size: 13px;
  line-height: 1;
}

.site-footer__brand li:nth-child(1)::before {
  content: "\f5c1";
}

.site-footer__brand li:nth-child(2)::before {
  content: "\f501";
}

.site-footer__brand li:nth-child(3)::before {
  content: "\f32f";
}

.site-footer__meta,
.site-footer__legal-link,
.site-footer__legal-link a {
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
  line-height: 1.55;
  letter-spacing: 0;
}

.site-footer__bottom {
  display: grid;
  grid-template-columns: minmax(220px, 1.1fr) minmax(230px, 1fr) minmax(230px, 1fr) minmax(180px, 0.75fr);
  align-items: end;
  gap: 0;
  margin-top: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0;
  background: transparent;
  padding-top: clamp(18px, 2vw, 28px);
}

.site-footer__meta {
  grid-column: 1;
  margin: 0;
}

.site-footer__legal {
  grid-column: 2/span 2;
  display: flex;
  gap: 20px;
}

.site-footer__designer {
  grid-column: 4;
  justify-self: end;
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
  line-height: 1.55;
  text-align: right;
}

.site-footer__designer a {
  color: #fff;
  text-decoration: none;
}

.site-footer__legal-link a:hover,
.site-footer__designer a:hover {
  color: #e93314;
}

@media (max-width: 767.98px) {
  .newsletter-cta {
    padding-block: 34px;
  }
  .newsletter-cta > .container-fluid > .row {
    min-height: 0;
    gap: 24px;
  }
  .newsletter-cta__form-shell {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 12px;
    border-radius: 6px;
  }
  .newsletter-cta__field + .newsletter-cta__field {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }
  .newsletter-cta__button {
    width: 100%;
    margin-top: 8px;
  }
  .site-footer__inner {
    padding-bottom: 36px;
    border-radius: 0;
  }
  .site-footer__row,
  .site-footer__bottom {
    grid-template-columns: 1fr;
  }
  .site-footer__row > [class*=col-] {
    min-height: 0;
    padding: 30px 24px;
  }
  .site-footer__row > [class*=col-] + [class*=col-] {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    border-left: 0;
  }
  .site-footer__bottom {
    gap: 16px;
    padding: 16px 24px 30px;
    border-radius: 0;
  }
  .site-footer__meta,
  .site-footer__legal,
  .site-footer__designer {
    grid-column: 1;
  }
  .site-footer__designer {
    justify-self: start;
    text-align: left;
  }
}
.w-p-title {
  margin: 0 0 clamp(20px, 3vw, 32px);
  color: #0f1115;
  font-family: "Google Sans Flex", sans-serif;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.1;
  letter-spacing: 0;
}

.membership-shell {
  max-width: 840px;
  width: 100%;
}

.membership-shell .w-p-title {
  text-align: center;
}

.membership-intro {
  margin: 0 0 clamp(22px, 3vw, 32px);
  color: rgba(23, 23, 20, 0.62);
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
}

.membership-intro:empty {
  display: none;
}

.membership-shell .nav-tab-login {
  justify-content: center;
}

.mobile-user-title.membership-shell {
  margin: 0 auto 8px;
  text-align: center;
  color: rgba(23, 23, 20, 0.62);
  font-size: 14px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.mobile-user-title.membership-shell span {
  color: #171714;
}

.nav-tab-login {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}

.nav-tab-login .nav-link {
  padding: 11px 22px;
  border: 1px solid rgba(23, 23, 20, 0.13);
  border-radius: 999px;
  background: #fff;
  color: rgba(23, 23, 20, 0.62);
  font-size: 14px;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.nav-tab-login .nav-link:hover {
  border-color: #171714;
  color: #171714;
}

.nav-tab-login .nav-link.active {
  border-color: #171714;
  background: #171714;
  color: #fff;
}

.login-content .forms,
.forms {
  padding: clamp(22px, 3vw, 38px);
  border: 1px solid rgba(24, 24, 20, 0.09);
  border-radius: 8px;
  background: #fff;
}

.forms .form-group {
  margin-bottom: 18px;
}

.forms label:not(.form-check-label) {
  display: block;
  margin-bottom: 6px;
  color: #171714;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.forms .form-control,
.forms .form-select {
  min-height: 48px;
  padding: 10px 16px;
  border: 1px solid rgba(23, 23, 20, 0.13);
  border-radius: 4px;
  color: #171714;
  font-size: 15px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.forms .form-control:focus,
.forms .form-select:focus {
  border-color: #e93314;
  outline: none;
  box-shadow: 0 0 0 3px rgba(233, 51, 20, 0.12);
}

.forms .form-check {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  margin-bottom: 6px;
  padding-left: 0;
}

.forms .form-check-input {
  position: static;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin: 0;
  border: 1px solid rgba(23, 23, 20, 0.13);
  accent-color: #171714;
  cursor: pointer;
}

.forms .form-check-input:checked {
  border-color: #171714;
}

.forms .form-check-input:focus-visible {
  outline: 2px solid #e93314;
  outline-offset: 2px;
  box-shadow: none;
}

.forms .form-check-label {
  margin: 0;
  color: rgba(23, 23, 20, 0.62);
  font-size: 14px;
  cursor: pointer;
}

.btn-member {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 12px 30px;
  border: 0;
  border-radius: 999px;
  background: #171714;
  color: #fff !important;
  font-size: 14px;
  text-decoration: none !important;
  transition: background-color 0.2s ease;
}

.btn-member:hover,
.btn-member:focus-visible {
  background: #e93314;
  color: #fff;
}

.auth-links {
  margin-top: 18px;
}

.auth-links p {
  margin: 0 0 8px;
}

.auth-links a {
  color: rgba(23, 23, 20, 0.62);
  font-size: 13px;
  text-decoration: underline;
}

.auth-links a:hover {
  color: #e93314;
}

@media (max-width: 1199.98px) {
  .home-side-list {
    padding-left: 0;
  }
}
@media (max-width: 991.98px) {
  .home-news-page .row.g-5 {
    --bs-gutter-x: 1.5rem;
  }
  .home-featured-latest__aside {
    position: static;
  }
  .home-featured-latest__aside.border-start {
    border-left: 0 !important;
  }
  .home-spotlight__grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .home-news-page .home-news-section .row.g-5 {
    margin-right: 0;
    margin-left: 0;
  }
  .home-news-page .home-news-section .row.g-5 > * {
    padding-right: 0;
    padding-left: 0;
  }
  .home-featured-choice-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .home-trending .home-trending-line {
    grid-template-columns: 1fr auto;
    gap: 14px;
  }
  .home-trending strong {
    grid-column: 1/-1;
  }
  .home-trending .home-trending-items {
    width: 100%;
    overflow: hidden;
  }
  .home-trending .swiper-slide {
    max-width: calc(100vw - 96px);
  }
  .home-hero {
    padding-bottom: 38px;
  }
  .home-main-story-body h1 {
    font-size: 30px;
  }
  .home-video-layout {
    --bs-gutter-x: 0;
    min-height: 0;
  }
  .home-video-featured,
  .home-video-featured-link {
    height: 360px;
  }
  .home-video-playlist {
    height: 380px;
    margin-top: 34px;
    padding-left: 0;
    padding-right: 12px;
    border-left: 0;
  }
}
@media (max-width: 575.98px) {
  .title {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.85rem;
    margin-bottom: 1.4rem;
  }
  .title h2 {
    font-size: 1.85rem;
    line-height: 1.05;
    letter-spacing: 0;
    margin-bottom: 6px;
  }
  .title::after {
    display: none;
  }
  .home-section {
    padding-block: 48px;
  }
  .title__actions {
    width: 100%;
    justify-content: space-between;
  }
  .home-featured-item__content {
    min-height: 0;
    padding: 0;
  }
  .home-featured-latest__main .home-featured-item__link {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
    padding-block: 20px;
  }
  .home-featured-latest__main .home-featured-item__media {
    grid-column: 1;
    grid-row: 1;
  }
  .home-featured-latest__main .home-featured-item__content {
    grid-column: 1;
    grid-row: 2;
  }
  .home-featured-latest__main .home-featured-item__summary {
    grid-column: 1;
    grid-row: 3;
    padding-top: 0;
  }
  .home-featured-latest__main .home-featured-item__title {
    font-size: 24px;
  }
  .home-featured-item__link {
    grid-template-columns: minmax(0, 1fr) 44px;
    gap: 16px;
  }
  .mini-news-card,
  .home-topic-grid--wide .list-blog .mini-news-card {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 0.85rem;
  }
  .mini-news-card__media,
  .home-topic-grid--wide .mini-news-card .blog-list-img {
    width: 92px;
  }
  .latest-news-item {
    display: block;
  }
  .home-featured-choice-heading {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .home-featured-choice-heading h2 {
    font-size: 30px;
  }
  .home-featured-choice-heading::before, .home-featured-choice-heading::after {
    display: none;
  }
  .home-featured-choice-list {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .home-featured-choice-image {
    aspect-ratio: 16/9;
  }
  .home-main-story-body h1 {
    font-size: 27px;
  }
  .home-side-card {
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 14px;
  }
  .home-videos-heading-line {
    display: none;
  }
  .home-videos-more {
    margin-top: 16px;
  }
  .home-video-featured,
  .home-video-featured-link {
    height: 330px;
  }
  .home-video-featured-play {
    left: 24px;
    top: 26px;
    width: 74px;
    height: 74px;
    font-size: 34px;
  }
  .home-video-featured-content {
    left: 24px;
    right: 24px;
    bottom: 26px;
  }
  .home-video-featured-content strong {
    font-size: 28px;
  }
  .home-video-playlist-item {
    grid-template-columns: minmax(96px, 38%) minmax(0, 1fr);
    gap: 16px;
  }
  .home-video-playlist {
    height: 330px;
    padding-left: 0;
  }
  .home-video-playlist-item h3 {
    font-size: 17px;
  }
}
@media (max-width: 767.98px) {
  .home-section,
  .home-section--compact {
    padding-block: 48px;
  }
  .title,
  .home-videos-heading.title {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 575.98px) {
  .latest-news-item__link,
  .last-blog .latest-news-item__link {
    grid-template-columns: minmax(0, 1fr) 44px;
    gap: 16px;
  }
  .latest-news-item__media {
    grid-column: 1/-1;
    width: 100%;
  }
  .latest-news-item__content {
    grid-column: 1/-1;
  }
  .latest-news-item__summary {
    grid-column: 1;
  }
  .latest-news-item__action {
    grid-column: 2;
    align-self: end;
    width: 44px;
    height: 44px;
  }
  .latest-news-item__meta {
    justify-content: flex-start;
    text-align: left;
  }
  .home-video-featured-link,
  .home-video-playlist {
    height: 330px;
  }
  .home-video-playlist {
    padding-left: 0;
  }
}
