@charset "UTF-8";
/*!
 Theme Name:   OnAlert
 Theme URI:    https://onalert.gr
 Description:  OnAlert site theme
 Author:       WEBROOT.AI
 Author URI:   https://webroot.ai
 Version:      1.0.0
*/
:root {
  --white-125: #fcfcfc;
  --white-150: #eff0f4;
  --white-175: #f1f1f1;
  --white-200: #e4eaf7;
  --transparent-white-66: rgba(239, 240, 244, 0.66);
  --gray-100: #fcfcfc;
  --gray-150: #a3a8b2;
  --gray-200: #e4ebf7;
  --gray-400:#A4A9B6;
  --gray-450: #626b7e;
  --gray-500: #5b6680;
  --gray-950: #090a0d;
  --sky-100: #f2f5fb;
  --sky-150: #d7e0f2;
  --sky-200: #c9d6ee;
  --sky-250: #a5a9b2;
  --sky-300: #afc1e6;
  --sky-700: #4c628b;
  --sky-900: #1f2b42;
  --red-300: #c96b68;
  --red-500: #a71814;
  --red-600: #861310;
  --blue-100: #b1bfde;
  --blue-125: #8191b5;
  --blue-400: #405480;
  --blue-500: #203565;
  --blue-550: #1a2a4d;
  --blue-575: #21335c;
  --blue-600: #1a2a51;
  --blue-700: #13203d;
  --blue-750: #101b33;
  --blue-800: #090a0d;
  --blue-825: #0b1325;
  --blue-850: #060b14;
  --transparent-blue-66: rgba(19, 32, 61, 0.66);
  --linear-gradient: linear-gradient(180deg, #1e305c 0%, #0d172c 100%);
  --color-white: #fff;
  --color-black: #000;
  --color-red: var(--red-500);
  --color-bg: var(--gray-100);
  --color-text: var(--blue-700);
  --color-text-gray: var(--gray-100);
  --color-text-gray-2: var(--gray-450);
  --color-text-alt: var(--sky-900);
  --color-heading: var(--gray-950);
  --color-secondary: var(--gray-600);
  --color-info: var(--blue-500);
  --color-subtitle: var(--white-150);
}

[data-theme=dark] {
  --color-bg: var(--blue-750);
  --color-bg-light-component: var(--blue-600);
  --color-text: var(--sky-100);
  --color-heading: var(--sky-100);
  --color-text-gray-2: var(--gray-150);
  --color-text: var(--white-150);
  --color-text-alt: var(--white-200);
  --color-divider: var(--blue-500);
  --linear-gradient: linear-gradient(90deg, rgba(19, 32, 61, 0) 0%, #101b33 50.32%);
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
}

:root {
  --font-primary: "Geologica", -apple-system, blinkmacsystemfont, "Segoe UI", sans-serif;
  --font-secondary: "Roboto Slab", georgia, "Times New Roman", serif;
  --text-3xl-min: 4.8rem;
  --text-2xl-min: 3.6rem;
  --text-xl-min: 2.8rem;
  --text-lg-min: 2.4rem;
  --text-md-min: 2rem;
  --text-base-min: 1.6rem;
  --text-sm-min: 1.3rem;
  --text-xs-min: 1.1rem;
  --text-3xl-max: 5.2rem;
  --text-2xl-max: 4.4rem;
  --text-xl-max: 3.6rem;
  --text-lg-max: 2.6rem;
  --text-md-max: 2.2rem;
  --text-base-max: 1.8rem;
  --text-sm-max: 1.5rem;
  --text-xs-max: 1.2rem;
  --font-normal: 400;
  --font-bold: 700;
  --leading-none: 1;
  --leading-2tight: 1.2;
  --leading-tight: 1.25;
  --leading-normal: 1.4;
  --leading-semi-relaxed: 1.5;
  --leading-relaxed: 1.6;
  --leading-loose: 2;
  --text-xs: clamp(1.1rem, 1.08rem + 0.0625vw, 1.2rem);
  --text-sm: clamp(1.3rem, 1.26rem + 0.125vw, 1.5rem);
  --text-base: clamp(1.6rem, 1.56rem + 0.125vw, 1.8rem);
  --text-md: clamp(2rem, 1.96rem + 0.125vw, 2.2rem);
  --text-lg: clamp(2.4rem, 2.36rem + 0.125vw, 2.6rem);
  --text-xl: clamp(2.8rem, 2.64rem + 0.5vw, 3.6rem);
  --text-2xl: clamp(3.6rem, 3.44rem + 0.5vw, 4.4rem);
  --text-3xl: clamp(4.8rem, 4.72rem + 0.25vw, 5.2rem);
}

:root {
  --space-3xs-min: 0.4rem;
  --space-2xs-min: 0.6rem;
  --space-xs-min: 1.2rem;
  --space-sm-min: 1.6rem;
  --space-md-min: 2.2rem;
  --space-lg-min: 2.8rem;
  --space-xl-min: 3.6rem;
  --space-2xl-min: 5.4rem;
  --space-3xl-min: 7.2rem;
  --space-3xs-max: 0.4rem;
  --space-2xs-max: 0.8rem;
  --space-xs-max: 1.2rem;
  --space-sm-max: 1.8rem;
  --space-md-max: 2.7rem;
  --space-lg-max: 3.6rem;
  --space-xl-max: 5.4rem;
  --space-2xl-max: 7.2rem;
  --space-3xl-max: 8.6rem;
  --space-3xs: clamp(0.4rem, 0.4rem + 0vw, 0.4rem);
  --space-2xs: clamp(0.6rem, 0.56rem + 0.125vw, 0.8rem);
  --space-xs: clamp(1.2rem, 1.2rem + 0vw, 1.2rem);
  --space-sm: clamp(1.6rem, 1.56rem + 0.125vw, 1.8rem);
  --space-md: clamp(2.2rem, 2.1rem + 0.3125vw, 2.7rem);
  --space-lg: clamp(2.8rem, 2.64rem + 0.5vw, 3.6rem);
  --space-xl: clamp(3.6rem, 3.24rem + 1.125vw, 5.4rem);
  --space-2xl: clamp(5.4rem, 5.04rem + 1.125vw, 7.2rem);
  --space-3xl: clamp(7.2rem, 6.92rem + 0.875vw, 8.6rem);
}

:root {
  --radius-sm: 0.25rem;
  --radius-md: 0.5rem;
  --radius-lg: 1rem;
  --radius-xl: 1.5rem;
  --radius-full: 9999px;
}

:root {
  --container-2xs: 534px;
  --container-xs: 752px;
  --container-sm: 770px;
  --container-lg: 1202px;
  --container-xl: 1440px;
}

:root {
  --shadow-sm: 0 1px 2px rgb(0 0 0 / 5%);
  --shadow-md: 0 4px 6px rgb(0 0 0 / 10%);
  --shadow-lg: 0 10px 15px rgb(0 0 0 / 10%);
  --shadow-xl: 0 20px 25px rgb(0 0 0 / 15%);
  --shadow-elevated: 0 1px 3px rgb(0 0 0 / 8%), 0 -1px 3px rgb(0 0 0 / 4%);
}

:root {
  --transition-base: 0.3s ease;
  --transition-fast: 0.15s ease;
  --transition-slow: 0.5s ease;
}

:root {
  --z-index-dropdown: 1000;
  --z-index-sticky: 1020;
  --z-index-fixed: 1030;
  --z-index-backdrop: 1040;
  --z-index-modal: 1050;
  --z-index-popover: 1060;
  --z-index-tooltip: 1070;
  --z-index-toast: 9999;
}

:root {
  --transition-base: 0.3s ease;
  --transition-fast: 0.15s ease;
  --transition-slow: 0.5s ease;
  --shadow-sm: 0 1px 2px rgb(0 0 0 / 5%);
  --shadow-md: 0 4px 6px rgb(0 0 0 / 10%);
  --shadow-lg: 0 10px 15px rgb(0 0 0 / 10%);
  --shadow-xl: 0 20px 25px rgb(0 0 0 / 15%);
  --z-index-dropdown: 1000;
  --z-index-sticky: 1020;
  --z-index-fixed: 1030;
  --z-index-backdrop: 1040;
  --z-index-modal: 1050;
  --z-index-popover: 1060;
  --z-index-tooltip: 1070;
  --z-index-toast: 9999;
}

@font-face {
  font-family: "Roboto Slab";
  src: url("/app/themes/onalert/assets/fonts/roboto-slab.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Geologica;
  src: url("/app/themes/onalert/assets/fonts/geologica.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  text-rendering: optimizespeed;
  line-height: var(--leading-normal);
  background-color: var(--color-bg);
  color: var(--color-text);
}

main {
  flex: 1;
}

a {
  text-decoration: none;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

a:visited {
  color: currentColor;
}

pre {
  text-wrap: auto;
}

/* =============================================================================
   VIEW TRANSITIONS
   ============================================================================= */
/* Customize the cross-fade duration for a smoother transition */
::view-transition-old(root),
::view-transition-new(root) {
  animation-duration: 250ms;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
body {
  font-size: clamp(1.6rem, 1.56rem + 0.125vw, 1.8rem);
  font-family: var(--font-primary);
  font-weight: 400;
  line-height: var(--leading-tight);
  color: var(--color-text);
  background-color: var(--gray-100);
}
[data-theme=dark] body {
  background-color: var(--blue-750);
}
body small {
  font-size: 80%;
}
body a {
  color: var(--gray-950);
}
body a .icon::before {
  text-decoration: none;
  display: inline-block;
}
body a:hover {
  text-decoration: underline;
}
body a:hover .icon,
body a:hover .icon::before {
  text-decoration: none;
}
[data-theme=dark] body a {
  color: var(--sky-100);
}

.post {
  max-width: 645px;
}
@media (min-width: 1280px) {
  .post {
    margin-left: auto;
    margin-right: auto;
  }
}
.post h1 {
  font-size: clamp(2.8rem, 2.48rem + 1vw, 4.4rem);
  font-family: var(--font-secondary);
  font-weight: 800;
  line-height: 1;
  color: var(--sky-900);
  margin-top: var(--space-xl);
  margin-bottom: var(--space-2xs);
}
[data-theme=dark] .post h1 {
  color: var(--sky-300);
}
.post h2 {
  font-size: clamp(2.8rem, 2.64rem + 0.5vw, 3.6rem);
  font-family: var(--font-secondary);
  font-weight: 800;
  line-height: 1;
  color: var(--sky-900);
  margin-top: var(--space-xl);
  margin-bottom: var(--space-xs);
}
[data-theme=dark] .post h2 {
  color: var(--sky-300);
}
.post h3 {
  font-size: clamp(2rem, 1.96rem + 0.125vw, 2.2rem);
  font-family: var(--font-secondary);
  font-weight: 800;
  line-height: 1.2;
  color: var(--sky-900);
  margin-top: var(--space-xl);
  margin-bottom: var(--space-2xs);
}
[data-theme=dark] .post h3 {
  color: var(--sky-300);
}
.post h4 {
  font-size: clamp(1.6rem, 1.56rem + 0.125vw, 1.8rem);
  font-family: var(--font-secondary);
  font-weight: 800;
  line-height: 1.2;
  color: var(--sky-900);
  margin-top: var(--space-xl);
  margin-bottom: var(--space-2xs);
}
[data-theme=dark] .post h4 {
  color: var(--sky-300);
}
.post h4 span {
  color: inherit !important;
  font-size: clamp(1.6rem, 1.56rem + 0.125vw, 1.8rem);
  font-family: var(--font-secondary);
  font-weight: 800;
  line-height: 1.2;
}
.post h5 {
  font-size: clamp(1.3rem, 1.26rem + 0.125vw, 1.5rem);
  font-family: var(--font-secondary);
  font-weight: 800;
  line-height: 1.2;
  color: var(--sky-900);
  margin-top: var(--space-xl);
  margin-bottom: var(--space-2xs);
}
[data-theme=dark] .post h5 {
  color: var(--sky-300);
}
.post h6 {
  font-size: clamp(1.3rem, 1.26rem + 0.125vw, 1.5rem);
  font-family: var(--font-secondary);
  font-weight: 800;
  line-height: 1.2;
  color: var(--sky-900);
  margin-top: var(--space-xl);
  margin-bottom: var(--space-2xs);
}
[data-theme=dark] .post h6 {
  color: var(--sky-300);
}
.post h1 a, .post h2 a, .post h3 a, .post h4 a, .post h5 a, .post h6 a {
  color: currentColor;
  background-color: unset;
}
.post ol {
  margin-bottom: var(--space-lg);
  list-style: none;
  counter-reset: list-counter;
  margin-left: var(--space-sm);
}
[data-theme=dark] .post ol {
  color: var(--sky-100);
}
.post ol li {
  margin-bottom: var(--space-sm);
  padding-left: var(--space-sm);
  counter-increment: list-counter;
}
.post ol li::marker {
  content: counter(list-counter);
  font-size: clamp(1.6rem, 1.56rem + 0.125vw, 1.8rem);
  font-family: var(--font-primary);
  font-weight: 700;
  line-height: 1.4;
  color: var(--transparent-blue-66);
}
[data-theme=dark] .post ol li::marker {
  color: var(--sky-300);
}
.post ul {
  margin-bottom: var(--space-lg);
  color: var(--sky-900);
  list-style: none;
  margin-left: var(--space-sm);
}
.post ul li {
  margin-bottom: var(--space-sm);
  padding-left: var(--space-sm);
}
.post ul li::marker {
  content: "■ ";
  width: 0.5rem;
  height: 0.5rem;
  color: var(--red-500);
}
[data-theme=dark] .post ul {
  color: var(--sky-100);
}
.post p {
  font-size: clamp(1.6rem, 1.56rem + 0.125vw, 1.8rem);
  font-family: var(--font-primary);
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: var(--space-md);
}
[data-theme=dark] .post p {
  color: var(--sky-100);
}
.post p a {
  color: var(--white-125) !important;
}
.post p a span {
  color: var(--white-125) !important;
}
.post a {
  background-color: var(--red-500);
  color: var(--white-125);
  font-weight: 700;
}
.post {
  font-size: clamp(1.6rem, 1.56rem + 0.125vw, 1.8rem);
  font-family: var(--font-primary);
  font-weight: 400;
  line-height: var(--leading-normal);
  color: var(--gray-950);
}
.post iframe {
  margin-bottom: var(--space-lg) !important;
}
.post iframe,
.post .twitter-tweet {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
}
.post iframe[src*="youtube.com/embed/"],
.post iframe[src*="player.glomex.com"] {
  max-width: 100% !important;
  display: block;
}
.post figure {
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  margin-bottom: var(--space-lg);
}
.post figure img {
  margin-bottom: 0.5rem;
}
.post figcaption {
  font-size: clamp(1.1rem, 1.08rem + 0.0625vw, 1.2rem);
  font-family: var(--font-primary);
  font-weight: 400;
  line-height: var(--leading-normal);
  color: var(--gray-500);
  margin-bottom: var(--space-lg);
}
[data-theme=dark] .post figcaption {
  color: var(--blue-125);
}
.post table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: var(--space-md);
  width: 100%;
  font-size: clamp(1.3rem, 1.26rem + 0.125vw, 1.5rem);
  font-family: var(--font-primary);
  font-weight: 400;
  line-height: var(--leading-normal);
  color: var(--gray-950);
}
.post table th {
  font-weight: bold;
}
.post table th,
.post table td {
  padding: var(--space-xs);
  border: 1px solid var(--sky-250);
}
[data-theme=dark] .post table th,
[data-theme=dark] .post table td {
  color: var(--sky-100);
}
.post .advertisement {
  margin-bottom: var(--space-lg);
}
.post--timeline {
  display: flex;
  flex-direction: column;
  gap: var(--space-xl);
}
.post--timeline h1,
.post--timeline h2,
.post--timeline h3,
.post--timeline h4,
.post--timeline h5,
.post--timeline h6 {
  margin-top: var(--space-2xs);
  color: var(--blue-800);
}
[data-theme=dark] .post--timeline h1,
[data-theme=dark] .post--timeline h2,
[data-theme=dark] .post--timeline h3,
[data-theme=dark] .post--timeline h4,
[data-theme=dark] .post--timeline h5,
[data-theme=dark] .post--timeline h6 {
  color: var(--sky-100);
}
.post--timeline p {
  margin-bottom: 0;
}
[data-theme=dark] .post pre,
[data-theme=dark] .post code {
  color: var(--sky-100);
}

@font-face {
  font-family: "icomoon";
  src: url("/app/themes/onalert/assets/fonts/icomoon.eot?6qhksp");
  src: url("/app/themes/onalert/assets/fonts/icomoon.eot?6qhksp#iefix") format("embedded-opentype"), url("/app/themes/onalert/assets/fonts/icomoon.ttf?6qhksp") format("truetype"), url("/app/themes/onalert/assets/fonts/icomoon.woff?6qhksp") format("woff"), url("/app/themes/onalert/assets/fonts/icomoon.svg?6qhksp#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-phone-ellipse:before {
  content: "\e91a";
}

.icon-calendar_month:before {
  content: "\e918";
}

.icon-arrow-left:before {
  content: "\e900";
}

.icon-arrow-right:before {
  content: "\e901";
}

.icon-burger-search:before {
  content: "\e902";
}

.icon-chevron-down:before {
  content: "\e903";
}

.icon-chevron-up:before {
  content: "\e904";
}

.icon-close:before {
  content: "\e905";
}

.icon-copy-link:before {
  content: "\e906";
}

.icon-email:before {
  content: "\e907";
}

.icon-exclude-ellipse:before {
  content: "\e908";
}

.icon-facebook-ellipse:before {
  content: "\e909";
}

.icon-flipboard .path1:before {
  content: "\e90a";
  color: rgb(239, 240, 244);
  opacity: 0.66;
}

.icon-flipboard .path2:before {
  content: "\e90b";
  margin-left: -1em;
  color: rgb(239, 240, 244);
  opacity: 0.33;
}

.icon-linkedin:before {
  content: "\e90c";
}

.icon-moving:before {
  content: "\e90d";
}

.icon-no-img .path1:before {
  content: "\e90e";
  color: rgb(177, 191, 222);
}

.icon-no-img .path2:before {
  content: "\e90f";
  margin-left: -1em;
  color: rgb(99, 125, 176);
}

.icon-no-img .path3:before {
  content: "\e910";
  margin-left: -1em;
  color: rgb(215, 224, 242);
}

.icon-no-img .path4:before {
  content: "\e911";
  margin-left: -1em;
  color: rgb(248, 248, 248);
}

.icon-search:before {
  content: "\e913";
}

.icon-telegram-ellipse:before {
  content: "\e914";
}

.icon-viber-ellipse:before {
  content: "\e915";
}

.icon-x-twitter-ellipse:before {
  content: "\e916";
}

.icon-x-twitter:before {
  content: "\e917";
}

.wp-block-table {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

#postPromptUI button {
  color: var(--white-125);
  background-color: var(--blue-750);
  font-size: var(--text-sm);
  font-family: var(--font-primary);
  font-weight: 400;
  line-height: 1.4;
}
[data-theme=dark] #postPromptUI button {
  color: var(--blue-750);
  background-color: var(--sky-100);
}
#postPromptUI button {
  z-index: 999;
  padding: var(--space-2xs) var(--space-3xs);
  position: fixed;
  right: 0;
  bottom: 0;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-decoration: none;
  transform: rotate(180deg);
  width: fit-content;
  display: flex;
  align-items: end;
}

.inmobi-disclaimer {
  display: none;
}

.amp-geo-group-usca .inmobi-disclaimer {
  display: block;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(2.2rem, 1.92rem + 0.875vw, 3.6rem);
  padding-right: clamp(2.2rem, 1.92rem + 0.875vw, 3.6rem);
  max-width: var(--container-xl);
}
.container--fluid {
  max-width: 100%;
  padding-left: clamp(2.2rem, 1.92rem + 0.875vw, 3.6rem);
  padding-right: clamp(2.2rem, 1.92rem + 0.875vw, 3.6rem);
}
.container--xs {
  max-width: var(--container-xs);
}
.container--lg {
  max-width: var(--container-lg);
}
.container--condensed {
  padding: 0;
  margin: 0;
  max-width: var(--container-sm);
}
.container--condensed-2xs {
  padding: 0;
  margin: 0;
  max-width: var(--container-2xs);
}

.grid {
  display: grid;
  gap: var(--space-md);
  align-content: flex-start;
  grid-template-columns: repeat(12, 1fr);
}
.grid__content {
  max-width: 100%;
  min-width: 0;
  display: flex;
  align-items: normal;
  justify-content: flex-start;
  flex-direction: column;
  gap: 0;
}
.grid--sidebar {
  grid-template-columns: 1fr;
}
@media (min-width: 960px) {
  .grid--sidebar {
    grid-template-columns: 1fr 300px;
    gap: 4.2rem;
  }
}
.grid--sidebar-social {
  grid-template-columns: 1fr;
}
@media (min-width: 960px) {
  .grid--sidebar-social {
    grid-template-columns: 1fr auto;
    gap: 4.2rem;
  }
}
.grid--sidebar-social aside {
  order: 1;
}
.grid--sidebar-social .grid__content {
  order: 2;
}
@media (min-width: 960px) {
  .grid--sidebar-social aside {
    order: 2;
  }
  .grid--sidebar-social .grid__content {
    order: 1;
  }
}
.grid--no-results .grid__content .read-more-link {
  margin-top: var(--space-lg);
}
.grid--no-results .grid__content .search-results__not-found-text {
  margin-bottom: 0;
}
.grid--gap-xs-max {
  column-gap: var(--space-xs);
  row-gap: var(--space-xs);
}
.grid--gap-3xl {
  column-gap: 14.3rem;
  row-gap: 14.3rem;
}
.grid--gap-4xl {
  column-gap: 15.1rem;
  row-gap: 15.1rem;
}
.grid--footer {
  column-gap: 3.3rem;
  row-gap: 3.3rem;
}
.grid--no-results {
  column-gap: 19.8rem;
  row-gap: 19.8rem;
}
.grid--no-gap {
  column-gap: 0;
  row-gap: 0;
}
.grid--gap-lg {
  row-gap: var(--space-lg);
  column-gap: 0;
}
@media (min-width: 600px) {
  .grid--gap-lg {
    gap: var(--space-lg);
  }
}
.grid--column-gap-md {
  column-gap: var(--space-md);
  row-gap: 0;
}
.grid--horizontal-scroll {
  overflow-x: auto;
  grid-auto-flow: column;
  grid-auto-columns: 75%;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  overflow-y: hidden;
  touch-action: pan-x pan-y;
  scroll-behavior: smooth;
  scrollbar-color: transparent transparent;
  position: relative;
}
.grid--horizontal-scroll::-webkit-scrollbar {
  display: none;
}
@media (min-width: 1280px) {
  .grid--horizontal-scroll {
    overflow-x: visible;
    grid-auto-flow: unset;
    grid-auto-columns: unset;
    grid-template-columns: repeat(12, 1fr);
  }
}
.grid--horizontal-scroll {
  column-gap: 0;
}
@media (min-width: 600px) {
  .grid--horizontal-scroll {
    overflow-x: auto;
    grid-auto-flow: column;
    grid-auto-columns: 40%;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    overflow-y: hidden;
    touch-action: pan-x pan-y;
    scroll-behavior: smooth;
    scrollbar-color: transparent transparent;
    position: relative;
  }
  .grid--horizontal-scroll::-webkit-scrollbar {
    display: none;
  }
}
@media (min-width: 600px) and (min-width: 1280px) {
  .grid--horizontal-scroll {
    overflow-x: visible;
    grid-auto-flow: unset;
    grid-auto-columns: unset;
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 960px) {
  .grid--horizontal-scroll {
    overflow-x: auto;
    grid-auto-flow: column;
    grid-auto-columns: 40%;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    overflow-y: hidden;
    touch-action: pan-x pan-y;
    scroll-behavior: smooth;
    scrollbar-color: transparent transparent;
    position: relative;
  }
  .grid--horizontal-scroll::-webkit-scrollbar {
    display: none;
  }
}
@media (min-width: 960px) and (min-width: 1280px) {
  .grid--horizontal-scroll {
    overflow-x: visible;
    grid-auto-flow: unset;
    grid-auto-columns: unset;
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (max-width: 1279px) {
  .grid--horizontal-scroll {
    grid-template-columns: unset;
    margin-left: calc(-1 * clamp(1.6rem, -2.5025641026rem + 6.8376068376vw, 8rem));
    margin-right: calc(-1 * clamp(1.6rem, -2.5025641026rem + 6.8376068376vw, 8rem));
    padding-left: clamp(1.6rem, -2.5025641026rem + 6.8376068376vw, 8rem);
    padding-right: clamp(1.6rem, -2.5025641026rem + 6.8376068376vw, 8rem);
  }
  .grid--horizontal-scroll > [class*=col-] {
    grid-column: unset;
  }
}
.grid--horizontal-scroll-xl {
  overflow-x: auto;
  grid-auto-flow: column;
  grid-auto-columns: 75%;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  overflow-y: hidden;
  touch-action: pan-x pan-y;
  scroll-behavior: smooth;
  scrollbar-color: transparent transparent;
  position: relative;
}
.grid--horizontal-scroll-xl::-webkit-scrollbar {
  display: none;
}
@media (min-width: 1440px) {
  .grid--horizontal-scroll-xl {
    overflow-x: visible;
    grid-auto-flow: unset;
    grid-auto-columns: unset;
    grid-template-columns: repeat(12, 1fr);
  }
}

.col-1 {
  grid-column: span 1;
}

.col-2 {
  grid-column: span 2;
}

.col-3 {
  grid-column: span 3;
}

.col-4 {
  grid-column: span 4;
}

.col-5 {
  grid-column: span 5;
}

.col-6 {
  grid-column: span 6;
}

.col-7 {
  grid-column: span 7;
}

.col-8 {
  grid-column: span 8;
}

.col-9 {
  grid-column: span 9;
}

.col-10 {
  grid-column: span 10;
}

.col-11 {
  grid-column: span 11;
}

.col-12 {
  grid-column: span 12;
}

@media (min-width: 600px) {
  .col-sm-1 {
    grid-column: span 1;
  }
  .col-sm-2 {
    grid-column: span 2;
  }
  .col-sm-3 {
    grid-column: span 3;
  }
  .col-sm-4 {
    grid-column: span 4;
  }
  .col-sm-5 {
    grid-column: span 5;
  }
  .col-sm-6 {
    grid-column: span 6;
  }
  .col-sm-7 {
    grid-column: span 7;
  }
  .col-sm-8 {
    grid-column: span 8;
  }
  .col-sm-9 {
    grid-column: span 9;
  }
  .col-sm-10 {
    grid-column: span 10;
  }
  .col-sm-11 {
    grid-column: span 11;
  }
  .col-sm-12 {
    grid-column: span 12;
  }
}
@media (min-width: 960px) {
  .col-md-1 {
    grid-column: span 1;
  }
  .col-md-2 {
    grid-column: span 2;
  }
  .col-md-3 {
    grid-column: span 3;
  }
  .col-md-4 {
    grid-column: span 4;
  }
  .col-md-5 {
    grid-column: span 5;
  }
  .col-md-6 {
    grid-column: span 6;
  }
  .col-md-7 {
    grid-column: span 7;
  }
  .col-md-8 {
    grid-column: span 8;
  }
  .col-md-9 {
    grid-column: span 9;
  }
  .col-md-10 {
    grid-column: span 10;
  }
  .col-md-11 {
    grid-column: span 11;
  }
  .col-md-12 {
    grid-column: span 12;
  }
}
@media (min-width: 1280px) {
  .col-lg-1 {
    grid-column: span 1;
  }
  .col-lg-2 {
    grid-column: span 2;
  }
  .col-lg-3 {
    grid-column: span 3;
  }
  .col-lg-4 {
    grid-column: span 4;
  }
  .col-lg-5 {
    grid-column: span 5;
  }
  .col-lg-6 {
    grid-column: span 6;
  }
  .col-lg-7 {
    grid-column: span 7;
  }
  .col-lg-8 {
    grid-column: span 8;
  }
  .col-lg-9 {
    grid-column: span 9;
  }
  .col-lg-10 {
    grid-column: span 10;
  }
  .col-lg-11 {
    grid-column: span 11;
  }
  .col-lg-12 {
    grid-column: span 12;
  }
}
@media (min-width: 1440px) {
  .col-xl-1 {
    grid-column: span 1;
  }
  .col-xl-2 {
    grid-column: span 2;
  }
  .col-xl-3 {
    grid-column: span 3;
  }
  .col-xl-4 {
    grid-column: span 4;
  }
  .col-xl-5 {
    grid-column: span 5;
  }
  .col-xl-6 {
    grid-column: span 6;
  }
  .col-xl-7 {
    grid-column: span 7;
  }
  .col-xl-8 {
    grid-column: span 8;
  }
  .col-xl-9 {
    grid-column: span 9;
  }
  .col-xl-10 {
    grid-column: span 10;
  }
  .col-xl-11 {
    grid-column: span 11;
  }
  .col-xl-12 {
    grid-column: span 12;
  }
}
@media (min-width: 1920px) {
  .col-xxl-1 {
    grid-column: span 1;
  }
  .col-xxl-2 {
    grid-column: span 2;
  }
  .col-xxl-3 {
    grid-column: span 3;
  }
  .col-xxl-4 {
    grid-column: span 4;
  }
  .col-xxl-5 {
    grid-column: span 5;
  }
  .col-xxl-6 {
    grid-column: span 6;
  }
  .col-xxl-7 {
    grid-column: span 7;
  }
  .col-xxl-8 {
    grid-column: span 8;
  }
  .col-xxl-9 {
    grid-column: span 9;
  }
  .col-xxl-10 {
    grid-column: span 10;
  }
  .col-xxl-11 {
    grid-column: span 11;
  }
  .col-xxl-12 {
    grid-column: span 12;
  }
}
.section {
  position: relative;
}
.section--elevated {
  padding: 0 0 clamp(1.9rem, 1.6352941176rem + 0.4411764706vw, 2.2rem) 0;
}
.section--elevated::after {
  content: "";
  position: absolute;
  top: var(--title-offset, 5rem);
  left: 0;
  width: 100%;
  height: calc(100% - var(--title-offset, 5rem));
  pointer-events: none;
  z-index: -1;
  background-color: var(--sky-100);
}
[data-theme=dark] .section--elevated::after {
  background-color: var(--blue-700);
}
[data-theme=dark] .section--full-width {
  background-color: var(--blue-700);
}
.section--shaded {
  background-color: var(--gray-100);
}
.section--center {
  justify-content: center;
  align-items: center;
}
.section--desktop-only {
  display: none;
}
@media (min-width: 1280px) {
  .section--desktop-only {
    display: flex;
  }
}
.section--mt-article-page {
  margin-top: var(--space-sm);
}
.section--mb-3xs {
  margin-bottom: var(--space-3xs);
}
.section--mb-2xs {
  margin-bottom: var(--space-2xs);
}
.section--mb-xs {
  margin-bottom: var(--space-xs);
}
.section--mb-sm {
  margin-bottom: var(--space-sm);
}
.section--mb-md {
  margin-bottom: var(--space-md);
}
.section--mb-lg {
  margin-bottom: var(--space-lg);
}
.section--mb-xl {
  margin-bottom: var(--space-xl);
}
.section--mb-2xl {
  margin-bottom: var(--space-2xl);
}
.section--mb-3xl {
  margin-bottom: var(--space-3xl);
}
.section--my-md {
  margin-top: var(--space-lg);
  margin-bottom: var(--space-lg);
}
.section--my-xl {
  margin-top: var(--space-xl);
  margin-bottom: var(--space-xl);
}

.footer {
  background-color: var(--blue-750);
  padding: var(--space-md) clamp(1.6rem, 0.84rem + 2.375vw, 5.4rem);
  color: var(--color-white);
}
.footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  gap: var(--space-md);
}
.footer__top__social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: var(--space-md);
}
.footer__top__social-list a:hover {
  text-decoration: none;
}
.footer__nav__list-link {
  font-size: clamp(1.3rem, 1.26rem + 0.125vw, 1.5rem);
  font-family: var(--font-primary);
  font-weight: 700;
  line-height: 1.4;
  color: var(--transparent-white-66);
}
[data-theme=dark] .footer__nav__list-link {
  color: var(--transparent-white-66);
}
.footer__nav__list-title {
  font-size: clamp(1.3rem, 1.26rem + 0.125vw, 1.5rem);
  font-family: var(--font-primary);
  font-weight: 700;
  line-height: 1.4;
  display: block;
  margin-bottom: var(--space-xs);
  color: inherit;
}
.footer__nav__list-items {
  display: flex;
  align-items: normal;
  justify-content: normal;
  flex-direction: column;
  gap: 1rem;
}
.footer__bottom {
  margin-top: var(--space-1md);
  padding-top: var(--space-1md);
}
.footer__bottom__legal {
  display: flex;
  align-items: normal;
  justify-content: flex-start;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 600px) {
  .footer__bottom__legal {
    flex-direction: row;
    justify-content: center;
  }
}
@media (min-width: 1280px) {
  .footer__bottom__legal {
    justify-content: flex-start;
  }
}
.footer__bottom__legal-link {
  font-size: clamp(1.3rem, 1.26rem + 0.125vw, 1.5rem);
  font-family: var(--font-primary);
  font-weight: 700;
  line-height: var(--leading-relaxed);
  color: var(--white-150);
}
.footer__meta {
  margin-top: var(--space-1md);
  padding-top: var(--space-1md);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  gap: 2.5rem;
}
@media (min-width: 1280px) {
  .footer__meta {
    justify-content: space-between;
    flex-direction: row;
  }
}
.footer__meta__mht {
  display: flex;
  gap: 0.9rem;
  align-items: center;
  font-size: clamp(1.3rem, 1.26rem + 0.125vw, 1.5rem);
  font-family: var(--font-primary);
  font-weight: 400;
  line-height: var(--leading-2tight);
  color: var(--transparent-white-66);
}
.footer__meta__copyright {
  text-align: center;
}
@media (min-width: 600px) {
  .footer__meta__copyright {
    text-align: unset;
  }
}
.footer__meta__copyright small {
  font-size: clamp(1.3rem, 1.26rem + 0.125vw, 1.5rem);
  font-family: var(--font-primary);
  font-weight: 400;
  line-height: var(--leading-2tight);
  color: var(--transparent-white-66);
}
.footer .icon {
  font-size: clamp(2.8rem, 2.64rem + 0.5vw, 3.6rem);
  color: var(--gray-150);
}
.footer .divider--single {
  background-color: var(--blue-575);
}

@media (min-width: 960px) {
  .sidebar {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
.sidebar__slot {
  flex: 1 1 auto;
}
.sidebar__slot--content {
  flex: none;
}
@media (min-width: 600px) {
  .sidebar--mobile-only {
    display: none;
  }
}
.sidebar--desktop-only {
  display: none;
}
@media (min-width: 600px) {
  .sidebar--desktop-only {
    display: block;
  }
}

.main {
  margin-top: var(--space-lg);
  margin-bottom: var(--space-lg);
}
.main--mt-lg {
  margin-top: var(--space-lg);
}

.article-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-md);
  grid-template-areas: "header" "right-col" "post-area" "author" "tag-list" "google-news" "left-col" "sidebar";
}
@media (min-width: 600px) {
  .article-layout {
    grid-template-columns: 1fr auto;
    grid-template-areas: "header header" "post-area right-col" "author author" "tag-list tag-list" "google-news google-news" "left-col left-col" "sidebar sidebar";
  }
}
@media (min-width: 960px) {
  .article-layout {
    grid-template-columns: 1fr auto 30rem;
    grid-template-areas: "header header header" "post-area right-col sidebar" "author author sidebar" "tag-list tag-list sidebar" "google-news google-news sidebar" "left-col left-col left-col ";
  }
}
@media (min-width: 1280px) {
  .article-layout {
    grid-template-columns: 20rem 1fr auto 30rem;
    grid-template-areas: "header header header sidebar" "left-col post-area right-col sidebar" "author author author sidebar" "tag-list tag-list tag-list sidebar" "google-news google-news google-news sidebar";
  }
}
.article-layout__header {
  grid-area: header;
  gap: var(--space-sm);
  display: flex;
  flex-direction: column;
}
.article-layout__left-col {
  grid-area: left-col;
  min-width: 0;
  margin-top: var(--space-md);
  margin-bottom: var(--space-lg);
}
@media (min-width: 960px) {
  .article-layout__left-col {
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .article-layout__left-col {
    margin-top: 0;
  }
}
.article-layout__post-area {
  grid-area: post-area;
  gap: var(--space-md);
  display: flex;
  flex-direction: column;
}
.article-layout__right-col {
  grid-area: right-col;
}
.article-layout__author {
  grid-area: author;
}
.article-layout__author .divider--triple-line {
  margin-top: 0;
  margin-bottom: 0;
}
.article-layout__tag-list {
  grid-area: tag-list;
}
.article-layout__google-news {
  grid-area: google-news;
}
.article-layout__sidebar {
  grid-area: sidebar;
}
.article-layout__content {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: var(--space-md);
  grid-template-areas: "right-col" "post-area" "author" "tag-list" "google-news" "left-col";
}
@media (min-width: 960px) {
  .article-layout__content {
    grid-template-columns: 1fr auto;
    grid-template-areas: "post-area    right-col" "author       author" "tag-list     tag-list" "google-news  google-news" "left-col     left-col" "sidebar      sidebar";
  }
}
@media (min-width: 1280px) {
  .article-layout__content {
    grid-template-columns: 20rem 1fr auto;
    grid-template-areas: "left-col   post-area   right-col" "author   author   author" "tag-list   tag-list   tag-list" "google-news   google-news google-news";
  }
}
.article-layout__content__left-col {
  grid-area: left-col;
  min-width: 0;
}
.article-layout__content__post-area {
  grid-area: post-area;
  min-width: 0;
}
.article-layout__content__right-col {
  grid-area: right-col;
  min-width: 0;
}
.article-layout__content__author {
  grid-area: author;
  min-width: 0;
}
.article-layout__content__tag-list {
  grid-area: tag-list;
  min-width: 0;
}
.article-layout__content__google-news {
  grid-area: google-news;
  min-width: 0;
}

.article-layout-video {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: var(--space-lg);
  grid-template-areas: "header" "right-col" "post-area" "tag-list" "google-news" "sidebar";
}
@media (min-width: 600px) {
  .article-layout-video {
    grid-template-columns: 1fr auto;
    grid-template-areas: "header header" "post-area right-col" "tag-list tag-list" "google-news  google-news" "sidebar  sidebar";
  }
}
@media (min-width: 960px) {
  .article-layout-video {
    grid-template-columns: 1fr auto 30rem;
    grid-template-areas: "header header header" "post-area right-col sidebar" "tag-list tag-list sidebar" "google-news  google-news sidebar";
  }
}
@media (min-width: 1280px) {
  .article-layout-video {
    grid-template-columns: minmax(30rem, 64.5rem) auto 30rem;
    grid-template-areas: "header header sidebar" "post-area right-col sidebar" "tag-list tag-list sidebar" "google-news  google-news sidebar";
  }
}
.article-layout-video__header {
  grid-area: header;
  gap: var(--space-sm);
  display: flex;
  flex-direction: column;
}
.article-layout-video__post-area {
  grid-area: post-area;
  gap: var(--space-md);
  display: flex;
  flex-direction: column;
}
.article-layout-video__right-col {
  grid-area: right-col;
}
@media (min-width: 960px) {
  .article-layout-video__right-col {
    justify-self: end;
  }
}
@media (min-width: 600px) {
  .article-layout-video__right-col .social-share__list {
    flex-direction: column;
  }
}
.article-layout-video__tag-list {
  grid-area: tag-list;
}
.article-layout-video__google-news {
  grid-area: google-news;
}
.article-layout-video__sidebar {
  grid-area: sidebar;
}

.longform-layout {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: var(--space-md);
  grid-template-areas: "header" "right-col" "content" "longform-area-middle" "longform-area-bottom" "author" "tag-list" "google-news" "left-col" "sidebar";
}
@media (min-width: 600px) {
  .longform-layout {
    grid-template-columns: 1fr auto;
    grid-template-areas: "header                   header" "content                  right-col" "longform-area-middle     longform-area-middle" "longform-area-bottom     longform-area-bottom" "author                   author" "tag-list                 tag-list" "google-news              google-news" "left-col                 left-col" "sidebar                  sidebar";
  }
}
@media (min-width: 960px) {
  .longform-layout {
    grid-template-columns: 1fr auto 30rem;
    grid-template-areas: "header                   header                 header" "content                  right-col                sidebar" "longform-area-middle     longform-area-middle    longform-area-middle" "longform-area-bottom     longform-area-bottom    longform-area-bottom" "author                   .                  ." "tag-list                 .                ." "google-news              .            ." "left-col                 left-col                left-col";
  }
}
@media (min-width: 1280px) {
  .longform-layout {
    grid-template-columns: 20rem 1fr auto 30rem;
    grid-template-areas: "header                  header                 header                 header" "left-col                 content                 right-col               sidebar" ".                        longform-area-middle    .                         ." ".                        longform-area-bottom    .                         ." "author                   author                  .                   ." "tag-list                 tag-list                .                ." "google-news              google-news             .              .";
  }
}
.longform-layout__header {
  grid-area: header;
  gap: var(--space-sm);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.longform-layout__left-col {
  grid-area: left-col;
  min-width: 0;
  margin-top: var(--space-md);
  margin-bottom: var(--space-lg);
}
@media (min-width: 960px) {
  .longform-layout__left-col {
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .longform-layout__left-col {
    margin-top: 0;
  }
}
.longform-layout__content {
  grid-area: content;
  min-width: 0;
  gap: var(--space-md);
  display: flex;
  flex-direction: column;
}
.longform-layout__right-col {
  grid-area: right-col;
}
.longform-layout__author {
  grid-area: author;
}
.longform-layout__author .divider--triple-line {
  margin-top: 0;
  margin-bottom: 0;
}
.longform-layout__tag-list {
  grid-area: tag-list;
  min-width: 0;
}
.longform-layout__longform-area-top {
  grid-area: longform-area;
}
.longform-layout__longform-area-middle {
  grid-area: longform-area-middle;
  min-width: 0;
}
.longform-layout__longform-area-middle .wp-block-columns {
  margin-bottom: var(--space-md);
  display: flex;
  flex-direction: column;
  gap: var(--space-md-max);
  margin-left: calc(-1 * clamp(2.2rem, 1.92rem + 0.875vw, 3.6rem));
  margin-right: calc(-1 * clamp(2.2rem, 1.92rem + 0.875vw, 3.6rem));
}
.longform-layout__longform-area-middle .wp-block-columns :last-child {
  margin-bottom: 0;
}
@media (min-width: 1280px) {
  .longform-layout__longform-area-middle .wp-block-columns {
    margin-left: calc(-20rem - var(--space-md-max));
    margin-right: calc(-30rem - var(--space-md-max) * 2 - 6.3rem);
  }
}
@media (min-width: 960px) {
  .longform-layout__longform-area-middle .wp-block-columns {
    flex-direction: row;
    align-items: stretch;
    justify-content: end;
  }
}
.longform-layout__longform-area-middle .wp-block-columns .wp-block-column {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.longform-layout__longform-area-middle .wp-block-columns .wp-block-column:has(blockquote) {
  justify-content: center;
}
.longform-layout__longform-area-middle .wp-block-columns .wp-block-column blockquote {
  margin-left: 1.6rem;
  padding-right: 1.6rem;
}
@media (min-width: 960px) {
  .longform-layout__longform-area-middle .wp-block-columns .wp-block-column blockquote {
    margin-left: 0;
  }
}
.longform-layout__longform-area-middle .wp-block-columns figure {
  position: relative;
  max-width: 100%;
  width: 100%;
  height: 100%;
  margin: 0;
}
.longform-layout__longform-area-middle .wp-block-columns figure picture {
  display: block;
  width: 100%;
  height: 100%;
}
.longform-layout__longform-area-middle .wp-block-columns figure picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.longform-layout__longform-area-middle .wp-block-columns figure img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.longform-layout__longform-area-middle .wp-block-columns .wp-block-image {
  display: block;
  width: 100%;
}
.longform-layout__longform-area-middle .wp-block-columns .wp-block-image picture {
  display: block;
  width: 100%;
}
.longform-layout__longform-area-middle .wp-block-columns .wp-block-image picture img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.longform-layout__longform-area-middle .wp-block-columns .wp-block-image figcaption {
  display: block;
}
.longform-layout__longform-area-bottom {
  grid-area: longform-area-bottom;
}
.longform-layout__longform-area-bottom .wp-block-columns {
  margin-bottom: var(--space-md);
  display: flex;
  flex-direction: column;
  gap: var(--space-md-max);
  margin-left: calc(-1 * clamp(2.2rem, 1.92rem + 0.875vw, 3.6rem));
  margin-right: calc(-1 * clamp(2.2rem, 1.92rem + 0.875vw, 3.6rem));
}
.longform-layout__longform-area-bottom .wp-block-columns :last-child {
  margin-bottom: 0;
}
@media (min-width: 1280px) {
  .longform-layout__longform-area-bottom .wp-block-columns {
    margin-left: calc(-20rem - var(--space-md-max));
    margin-right: calc(-30rem - var(--space-md-max) * 2 - 6.3rem);
  }
}
@media (min-width: 960px) {
  .longform-layout__longform-area-bottom .wp-block-columns {
    flex-direction: row;
    align-items: stretch;
    justify-content: end;
  }
}
.longform-layout__longform-area-bottom .wp-block-columns .wp-block-column {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.longform-layout__longform-area-bottom .wp-block-columns .wp-block-column:has(blockquote) {
  justify-content: center;
}
.longform-layout__longform-area-bottom .wp-block-columns .wp-block-column blockquote {
  margin-left: 1.6rem;
  padding-right: 1.6rem;
}
@media (min-width: 960px) {
  .longform-layout__longform-area-bottom .wp-block-columns .wp-block-column blockquote {
    margin-left: 0;
  }
}
.longform-layout__longform-area-bottom .wp-block-columns figure {
  position: relative;
  max-width: 100%;
  width: 100%;
  height: 100%;
  margin: 0;
}
.longform-layout__longform-area-bottom .wp-block-columns figure picture {
  display: block;
  width: 100%;
  height: 100%;
}
.longform-layout__longform-area-bottom .wp-block-columns figure picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.longform-layout__longform-area-bottom .wp-block-columns figure img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.longform-layout__longform-area-bottom .wp-block-columns .wp-block-image {
  display: block;
  width: 100%;
}
.longform-layout__longform-area-bottom .wp-block-columns .wp-block-image picture {
  display: block;
  width: 100%;
}
.longform-layout__longform-area-bottom .wp-block-columns .wp-block-image picture img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.longform-layout__longform-area-bottom .wp-block-columns .wp-block-image figcaption {
  display: block;
}
.longform-layout__google-news {
  grid-area: google-news;
}
.longform-layout__sidebar {
  grid-area: sidebar;
}

.liveblogging-layout {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: var(--space-md);
  column-gap: var(--space-md);
  grid-template-areas: "right-col" "content" "tag-list" "google-news" "left-col" "latest-articles";
}
@media (min-width: 960px) {
  .liveblogging-layout {
    grid-template-columns: 1fr auto;
    grid-template-areas: "content              right-col" "tag-list             tag-list" "google-news          google-news" "left-col             left-col" "latest-articles      latest-articles";
  }
}
@media (min-width: 1280px) {
  .liveblogging-layout {
    grid-template-columns: 20rem 1fr 6.5rem;
    grid-template-areas: "left-col             content             right-col" "tag-list             tag-list            tag-list" "google-news          google-news         google-news" "latest-articles      latest-articles     latest-articles";
  }
}
.liveblogging-layout > *:empty {
  display: none;
}
.liveblogging-layout__left-col {
  grid-area: left-col;
  min-width: 0;
}
.liveblogging-layout__content {
  grid-area: content;
  min-width: 0;
}
.liveblogging-layout__right-col {
  grid-area: right-col;
}
.liveblogging-layout__tag-list {
  grid-area: tag-list;
}
.liveblogging-layout__google-news {
  grid-area: google-news;
}
.liveblogging-layout__latest-articles {
  grid-area: latest-articles;
}

@media (min-width: 960px) {
  .forum-hero-layout .advertisement {
    display: none;
  }
}

.homepage-equipment {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: var(--space-md);
  margin-bottom: var(--space-3xl);
  grid-template-areas: "hero" "articles";
}
@media (min-width: 1280px) {
  .homepage-equipment {
    grid-template-columns: repeat(3, 1fr);
    column-gap: var(--space-md);
    display: grid;
    grid-template-areas: "articles hero";
  }
  .homepage-equipment .content-card .divider {
    display: none;
  }
}
@media (min-width: 1280px) {
  .homepage-equipment {
    margin-bottom: 0;
  }
  .homepage-equipment .content-card .divider {
    display: block;
  }
}
.homepage-equipment .grid {
  row-gap: 0;
  margin-top: var(--space-sm);
}
@media (min-width: 600px) {
  .homepage-equipment .grid {
    gap: var(--space-md);
  }
}
@media (min-width: 960px) {
  .homepage-equipment .grid {
    column-gap: 0;
    gap: 0;
  }
}
@media (min-width: 1280px) {
  .homepage-equipment .grid {
    margin-top: unset;
  }
}
.homepage-equipment__hero {
  grid-area: hero;
}
@media (min-width: 1280px) {
  .homepage-equipment__hero {
    grid-column: 2/span 2;
  }
}
.homepage-equipment__hero .hero-leading--vertical {
  flex-direction: column-reverse;
}
@media (min-width: 960px) {
  .homepage-equipment__hero .hero-leading--vertical .hero__right-col {
    width: 100%;
    margin-right: unset;
    margin-left: unset;
  }
}
.homepage-equipment__hero__read-more {
  margin-top: var(--space-sm);
}
@media (min-width: 1280px) {
  .homepage-equipment__hero__read-more {
    grid-column: 1/span 3;
  }
}
.homepage-equipment__articles {
  grid-area: articles;
}
@media (min-width: 1280px) {
  .homepage-equipment__articles {
    grid-column: 1/span 1;
  }
}
.homepage-equipment__articles .grid > div {
  display: flex;
  flex-direction: column;
}
.homepage-equipment__articles .grid > div .divider {
  order: 1;
}
.homepage-equipment__articles .grid > div .content-card {
  order: 2;
}
@media (min-width: 1280px) {
  .homepage-equipment__articles .grid > div {
    display: block;
  }
  .homepage-equipment__articles .grid > div:last-child .divider {
    display: none;
  }
}

.homepage-four-cols {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: var(--space-md);
  row-gap: 0;
}
.homepage-four-cols__col-title {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.homepage-four-cols__col-title:not(:nth-child(1)) {
  margin-top: var(--space-3xl);
}
@media (min-width: 600px) {
  .homepage-four-cols__col-title:nth-child(9), .homepage-four-cols__col-title:nth-child(13) {
    margin-top: var(--space-3xl);
  }
  .homepage-four-cols__col-title:nth-child(5) {
    margin-top: 0;
  }
}
@media (min-width: 960px) {
  .homepage-four-cols__col-title:nth-child(9), .homepage-four-cols__col-title:nth-child(13) {
    margin-top: 0;
  }
  .homepage-four-cols__col-title {
    margin-top: 0;
  }
}
.homepage-four-cols__col-item {
  display: flex;
  flex-direction: column;
}
.homepage-four-cols__col-item .content-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  place-content: space-between;
}
@media (min-width: 600px) {
  .homepage-four-cols {
    grid-template-columns: repeat(2, 1fr);
  }
  .homepage-four-cols__col-title:nth-child(1) {
    order: 1;
  }
  .homepage-four-cols__col-title:nth-child(5) {
    order: 2;
  }
  .homepage-four-cols__col-title:nth-child(9) {
    order: 9;
  }
  .homepage-four-cols__col-title:nth-child(13) {
    order: 10;
  }
  .homepage-four-cols__col-item:nth-child(2) {
    order: 3;
  }
  .homepage-four-cols__col-item:nth-child(3) {
    order: 5;
  }
  .homepage-four-cols__col-item:nth-child(4) {
    order: 7;
  }
  .homepage-four-cols__col-item:nth-child(6) {
    order: 4;
  }
  .homepage-four-cols__col-item:nth-child(7) {
    order: 6;
  }
  .homepage-four-cols__col-item:nth-child(8) {
    order: 8;
  }
  .homepage-four-cols__col-item:nth-child(10) {
    order: 11;
  }
  .homepage-four-cols__col-item:nth-child(11) {
    order: 13;
  }
  .homepage-four-cols__col-item:nth-child(12) {
    order: 15;
  }
  .homepage-four-cols__col-item:nth-child(14) {
    order: 12;
  }
  .homepage-four-cols__col-item:nth-child(15) {
    order: 14;
  }
  .homepage-four-cols__col-item:nth-child(16) {
    order: 16;
  }
}
@media (min-width: 960px) {
  .homepage-four-cols {
    grid-template-columns: repeat(4, 1fr);
  }
  .homepage-four-cols__col-title:nth-child(1) {
    order: 1;
  }
  .homepage-four-cols__col-title:nth-child(5) {
    order: 2;
  }
  .homepage-four-cols__col-title:nth-child(9) {
    order: 3;
  }
  .homepage-four-cols__col-title:nth-child(13) {
    order: 4;
  }
  .homepage-four-cols__col-item:nth-child(2) {
    order: 5;
  }
  .homepage-four-cols__col-item:nth-child(6) {
    order: 6;
  }
  .homepage-four-cols__col-item:nth-child(10) {
    order: 7;
  }
  .homepage-four-cols__col-item:nth-child(14) {
    order: 8;
  }
  .homepage-four-cols__col-item:nth-child(3) {
    order: 9;
  }
  .homepage-four-cols__col-item:nth-child(7) {
    order: 10;
  }
  .homepage-four-cols__col-item:nth-child(11) {
    order: 11;
  }
  .homepage-four-cols__col-item:nth-child(15) {
    order: 12;
  }
  .homepage-four-cols__col-item:nth-child(4) {
    order: 13;
  }
  .homepage-four-cols__col-item:nth-child(8) {
    order: 14;
  }
  .homepage-four-cols__col-item:nth-child(12) {
    order: 15;
  }
  .homepage-four-cols__col-item:nth-child(16) {
    order: 16;
  }
}
.homepage-four-cols .section-title {
  margin-bottom: 0;
}

.homepage-synthesis {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: var(--space-md);
  column-gap: 0;
  grid-template-areas: "hero" "lead-article" "article-1" "article-2" "article-3" "article-4";
}
@media (min-width: 600px) {
  .homepage-synthesis {
    grid-template-columns: repeat(2, 1fr);
    column-gap: var(--space-sm);
    grid-template-areas: "hero             hero" "divider          divider" "lead-article     lead-article" "article-1        article-2" "article-3        article-4";
  }
}
@media (min-width: 960px) {
  .homepage-synthesis {
    grid-template-columns: repeat(4, 1fr);
    column-gap: var(--space-md);
    grid-template-areas: "hero         hero        hero        lead-article" "divider      divider     divider     divider" "article-1    article-2   article-3   article-4";
  }
}
.homepage-synthesis__hero {
  grid-area: hero;
}
.homepage-synthesis__hero .hero__left-col {
  flex-basis: unset;
}
@media (min-width: 960px) {
  .homepage-synthesis__hero .hero__left-col {
    flex-basis: 32rem;
  }
}
.homepage-synthesis__hero .hero__right-col picture img {
  aspect-ratio: 4/3;
  width: 100%;
  object-fit: cover;
}
.homepage-synthesis__lead-article {
  grid-area: lead-article;
}
@media (min-width: 960px) {
  .homepage-synthesis__lead-article .content-card__content__description {
    display: none;
  }
}
@media (min-width: 1280px) {
  .homepage-synthesis__lead-article .content-card__content__description {
    display: block;
  }
}
.homepage-synthesis__article-1 {
  grid-area: article-1;
}
.homepage-synthesis__article-2 {
  grid-area: article-2;
}
.homepage-synthesis__article-3 {
  grid-area: article-3;
}
.homepage-synthesis__article-4 {
  grid-area: article-4;
}
.homepage-synthesis__divider {
  grid-area: divider;
}
.homepage-synthesis [class^=homepage-synthesis__article-] .content-card__content__description,
.homepage-synthesis [class^=homepage-synthesis__article-] .content-card__content__date {
  display: block;
}
@media (min-width: 960px) {
  .homepage-synthesis [class^=homepage-synthesis__article-] .content-card__content__description,
  .homepage-synthesis [class^=homepage-synthesis__article-] .content-card__content__date {
    display: none;
  }
}
@media (min-width: 1280px) {
  .homepage-synthesis [class^=homepage-synthesis__article-] .content-card__content__description,
  .homepage-synthesis [class^=homepage-synthesis__article-] .content-card__content__date {
    display: block;
  }
}
.homepage-synthesis--version-2 {
  grid-template-areas: "hero" "lead-article" "article-1" "article-2" "article-3" "article-4";
}
@media (min-width: 600px) {
  .homepage-synthesis--version-2 {
    grid-template-areas: "hero             hero" "divider          divider" "article-1        article-2" "lead-article     lead-article" "article-3        article-4";
  }
}
@media (min-width: 960px) {
  .homepage-synthesis--version-2 {
    grid-template-areas: "hero         hero        hero        lead-article" "divider      divider     divider     divider" "article-1    article-2   article-3   article-4";
  }
}

.archive-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-lg);
  grid-template-areas: "hero" "latest-news-top" "sidebar" "latest-news-bottom";
}
@media (min-width: 960px) {
  .archive-layout {
    grid-template-columns: 1fr 30rem;
    grid-template-areas: "hero  hero" "latest-news-top   sidebar" "latest-news-bottom   sidebar";
    gap: var(--space-sm) var(--space-lg);
  }
}
@media (min-width: 1280px) {
  .archive-layout {
    grid-template-columns: 1fr 30rem;
    grid-template-areas: "hero  sidebar" "latest-news-top   sidebar" "latest-news-bottom   sidebar";
  }
}
.archive-layout__hero {
  grid-area: hero;
  margin-bottom: var(--space-md);
}
.archive-layout__latest-news-top {
  grid-area: latest-news-top;
}
.archive-layout__latest-news-top .content-card:last-child .divider--double-line {
  margin-bottom: 0;
}
.archive-layout__latest-news-bottom {
  grid-area: latest-news-bottom;
}
.archive-layout__sidebar {
  grid-area: sidebar;
}
.archive-layout__sidebar .divider--double-line {
  margin-top: var(--space-lg);
  margin-bottom: 0;
}
@media (min-width: 960px) {
  .archive-layout__sidebar .divider--double-line {
    display: none;
  }
}

.input {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: var(--space-xs);
  width: 100%;
}
.input__wrapper {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-direction: row;
  gap: 1rem;
  border: 0.1rem solid var(--sky-200);
  outline: 0.1rem solid var(--sky-200);
  outline-offset: 0.1rem;
  padding: var(--space-xs);
}
[data-theme=dark] .input__wrapper {
  border-color: var(--blue-500);
  outline-color: var(--blue-500);
}
.input__label {
  font-size: clamp(1.6rem, 1.56rem + 0.125vw, 1.8rem);
  font-family: var(--font-primary);
  font-weight: 700;
  line-height: 1.5;
  color: var(--blue-700);
}
[data-theme=dark] .input__label {
  color: var(--white-150);
}
.input__field {
  width: 100%;
  font-size: clamp(1.6rem, 1.56rem + 0.125vw, 1.8rem);
  font-family: var(--font-primary);
  font-weight: 400;
  line-height: 1.4;
  color: var(--gray-950);
  background-color: transparent;
  transition: all 0.2s ease;
  border: none;
  flex: 1;
}
[data-theme=dark] .input__field {
  color: var(--sky-100);
}
.input__field::placeholder {
  color: var(--gray-500);
  opacity: 0.8;
}
[data-theme=dark] .input__field::placeholder {
  color: var(--blue-125);
}
.input__field:hover:not(:disabled, :focus) {
  border-color: var(--gray-400);
}
.input__field {
  /* stylelint-disable-next-line no-descending-specificity */
}
.input__field:focus {
  outline: none;
}
.input__field {
  /* stylelint-disable-next-line no-descending-specificity */
}
.input__field:disabled {
  background-color: var(--color-bg-muted);
  color: var(--gray-700);
  cursor: not-allowed;
  opacity: 0.6;
}
.input__info {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
}
.input__helper {
  font-size: var(--text-sm-max);
  color: var(--gray-600);
  line-height: var(--leading-normal);
}
.input__error {
  font-size: var(--text-sm-max);
  color: var(--color-error);
  line-height: var(--leading-normal);
}
.input__success {
  font-size: var(--text-sm-max);
  color: var(--color-success);
  line-height: var(--leading-normal);
}
.input__counter {
  font-size: clamp(1.1rem, 1.08rem + 0.0625vw, 1.2rem);
  font-family: var(--font-primary);
  font-weight: 400;
  line-height: 1.2;
  color: var(--gray-500);
}
[data-theme=dark] .input__counter {
  color: var(--blue-125);
}
.input__counter--warning {
  color: var(--color-warning);
}
.input__counter--danger {
  color: var(--color-error);
  font-weight: var(--font-medium);
}
.input__info:has(.input__error, .input__success):has(.input__counter), .input__info:has(.input__helper):has(.input__counter) {
  justify-content: space-between;
}
.input__info:has(.input__counter:only-child) {
  justify-content: flex-end;
}
.input__info:has(.input__error:only-child), .input__info:has(.input__success:only-child), .input__info:has(.input__helper:only-child) {
  justify-content: flex-start;
}
.input__icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: var(--gray-500);
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.input__icon i {
  font-size: var(--text-base-min);
}
.input__icon--left {
  left: var(--space-md);
}
.input__icon--right {
  right: var(--space-md);
}
.input--icon-left .input__field {
  padding-left: var(--space-xl);
}
.input--icon-right .input__field {
  padding-right: var(--space-xl);
}
.input--success .input__field {
  border-color: var(--color-success);
  color: var(--color-success);
}
.input--success .input__field:focus {
  border-color: var(--color-success);
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.1);
}
.input--success .input__label {
  color: var(--color-success);
}
.input--success .input__icon {
  color: var(--color-success);
}
.input--error .input__field {
  border-color: var(--color-error);
  color: var(--color-error);
}
.input--error .input__field::placeholder {
  color: var(--color-error);
  opacity: 1;
}
.input--error .input__field:focus {
  border-color: var(--color-error);
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}
.input--error .input__label {
  color: var(--color-error);
}
.input--error .input__icon {
  color: var(--color-error);
}
.input--readonly .input__field {
  background-color: var(--gray-100);
  color: var(--gray-700);
  cursor: default;
}
.input--readonly .input__field:focus {
  border-color: var(--gray-400);
  box-shadow: 0 0 0 3px rgba(156, 163, 175, 0.1);
}
.input--success .input__counter {
  color: var(--color-success);
}
.input--error .input__counter {
  color: var(--color-error);
}

.contact-form {
  display: flex;
  align-items: unset;
  justify-content: unset;
  flex-direction: column;
  gap: var(--space-xl);
}
.contact-form__captcha-text {
  font-size: clamp(1.1rem, 1.08rem + 0.0625vw, 1.2rem);
  font-family: var(--font-primary);
  font-weight: 400;
  line-height: 1.2;
  color: var(--gray-500);
}
.contact-form__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: var(--space-xs);
}
.contact-form--condensed {
  max-width: 77rem;
}
.contact-form a {
  background-color: var(--red-500);
  color: var(--white-125);
  font-weight: bold;
}
.contact-form .checkbox {
  line-height: var(--leading-relaxed);
}

.not-found {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: var(--space-md);
}
.not-found__container {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: clamp(2.8rem, 2.64rem + 0.5vw, 3.6rem);
  width: 71rem;
  min-height: 54rem;
  padding: clamp(2.2rem, 1.56rem + 2vw, 5.4rem) clamp(0rem, 4.2666666667rem + -4.4444444444vw, 1.6rem);
}
.not-found__container__background {
  position: absolute;
  top: 50%;
  left: clamp(-14.3333333333rem, -17.2rem + 8.9583333333vw, 0rem);
  transform: translateY(-50%);
  z-index: 0;
  pointer-events: none;
  color: var(--white-200);
}
@media (min-width: 600px) {
  .not-found__container__background {
    left: 0;
  }
}
[data-theme=dark] .not-found__container__background {
  color: transparent;
}
.not-found__container__background svg {
  width: 43rem;
  height: 43rem;
  display: block;
}
.not-found__container__circle {
  transform-origin: center;
  will-change: transform;
}
.not-found__container__circle--big {
  animation: rotate-cw 20s linear infinite;
}
[data-theme=dark] .not-found__container__circle--big {
  color: #172547;
}
.not-found__container__circle--small {
  animation: rotate-ccw 15s linear infinite;
}
[data-theme=dark] .not-found__container__circle--small {
  color: #1a2a51;
}
.not-found__container__content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: var(--space-lg);
  padding-left: clamp(0rem, -3.52rem + 11vw, 17.6rem);
}
@media (min-width: 600px) {
  .not-found__container__content {
    padding-left: 176px;
  }
}
.not-found__container__title {
  font-size: clamp(3.6rem, 3.44rem + 0.5vw, 4.4rem);
  font-family: var(--font-primary);
  font-weight: 700;
  line-height: var(--leading-relaxed);
}
.not-found__container__link {
  font-size: clamp(1.3rem, 1.26rem + 0.125vw, 1.5rem);
  font-family: var(--font-primary);
  font-weight: 700;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: var(--space-3xs);
}
.not-found__container__link .icon {
  font-size: clamp(1.1rem, 1.08rem + 0.0625vw, 1.2rem);
}
.not-found__container__wrapper .title-divider__title {
  font-size: clamp(2rem, 1.96rem + 0.125vw, 2.2rem);
  font-family: var(--font-primary);
  font-weight: 800;
  line-height: var(--leading-2tight);
}
.not-found:has(.read-more-link) .read-more-link {
  margin-top: 0;
}

@keyframes rotate-cw {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotate-ccw {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
.header {
  position: sticky;
  top: 0;
  background-color: var(--color-bg);
  border-bottom: 1px solid var(--gray-200);
  color: var(--color-logo);
  padding: var(--space-md) 0;
  transition: background-color var(--transition-fast), color var(--transition-fast);
  z-index: var(--z-index-fixed);
}
[data-theme=dark] .header {
  border-bottom: 1px solid var(--blue-500);
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: var(--space-lg);
  height: 20px;
}
.header__logo {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  color: currentColor;
  height: 20px;
  font-size: 2rem;
  background-image: url("/app/themes/onalert/assets/images/logos/logo-light.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 14rem;
}
[data-theme=dark] .header__logo {
  background-image: url("/app/themes/onalert/assets/images/logos/logo-dark.svg");
}
.header__logo-icon {
  transform: rotate(180deg);
  display: flex;
}
.header__logo-icon span {
  font-size: 2rem;
}
.header__logo-text {
  font-size: 2.6rem;
  font-weight: 700;
}
.header__logo-img {
  height: 20px;
  display: block;
  filter: var(--logo-filter);
}
.header__nav {
  display: none;
}
@media (min-width: 960px) {
  .header__nav {
    display: block;
  }
}
.header__nav-list {
  display: flex;
  gap: var(--space-md);
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__nav-link {
  text-decoration: none;
  color: inherit;
  font-family: var(--font-family);
  font-size: var(--text-sm);
  font-weight: 700;
  line-height: var(--leading-relaxed);
}
.header__nav-link:hover {
  color: var(--color-primary);
}
.header__actions {
  display: flex;
  align-items: center;
  gap: var(--space-md);
  margin-left: auto;
}
.header__menu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  color: inherit;
  display: flex;
  align-items: center;
}
.header__menu-toggle .icon {
  font-size: 3.1rem;
}
.header__menu-toggle svg {
  width: 32px;
  height: 18px;
}
.header__progress-bar {
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 4px;
  width: 100%;
  background-color: transparent;
  border: none;
  appearance: none;
  overflow: hidden;
}
.header__progress-bar::-webkit-progress-bar {
  background-color: transparent;
}
.header__progress-bar::-webkit-progress-value {
  background-color: var(--color-red);
  transition: width 0.1s linear;
}
.header__progress-bar__fallback {
  height: 100%;
  width: 0;
  background-color: var(--color-primary);
  transition: width 0.1s linear;
}

.breadcrumb__list {
  display: flex;
  align-items: center;
  justify-content: normal;
  flex-direction: row;
  gap: var(--space-2xs);
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0;
  padding: 0;
}
.breadcrumb__item {
  display: flex;
  align-items: center;
  justify-content: normal;
  flex-direction: row;
  gap: var(--space-xs);
  text-transform: uppercase;
  font-size: 1.44rem;
  font-family: var(--font-primary);
  font-weight: var(--font-normal);
  line-height: 1.4;
  margin: 0;
  padding: 0;
}
.breadcrumb__link {
  font-size: 1.44rem;
  font-family: var(--font-primary);
  font-weight: var(--font-normal);
  line-height: 1.4;
  color: var(--transparent-blue-66);
  text-decoration: none;
  transition: all var(--transition-base);
}
.breadcrumb__link:hover {
  color: var(--blue-700);
}
.breadcrumb__link--is-active {
  color: var(--blue-700);
  font-weight: 700;
}
.breadcrumb__link--is-active:hover {
  color: var(--blue-700);
}
[data-theme=dark] .breadcrumb__link {
  color: rgba(239, 240, 244, 0.66);
}
[data-theme=dark] .breadcrumb__link:hover {
  color: var(--white-125);
}
[data-theme=dark] .breadcrumb__link--is-active {
  color: var(--white-125);
}
.breadcrumb__separator {
  color: rgba(19, 32, 61, 0.33);
  font-size: 1.6rem;
  font-family: var(--font-primary);
  font-weight: 700;
  line-height: 1.4;
  font-weight: var(--font-normal);
  font-size: 1.8rem;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}
[data-theme=dark] .breadcrumb__separator {
  color: rgba(239, 240, 244, 0.33);
}
.breadcrumb__separator {
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.breadcrumb__separator::before {
  content: "/";
}
.breadcrumb--center .breadcrumb__list {
  justify-content: center;
}
.breadcrumb--mb-sm {
  margin-bottom: var(--space-sm);
}
.breadcrumb--mb-lg {
  margin-bottom: var(--space-lg);
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  gap: var(--space-md);
}
.pagination__list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: var(--space-md);
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagination {
  margin-top: var(--space-lg);
}
.pagination__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: var(--space-md);
}
.pagination__link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: var(--space-md);
  border-width: 2px;
  border-style: solid;
  border-color: var(--blue-700);
  background-color: var(--blue-700);
  width: 5.4rem;
  height: 5.4rem;
  border-radius: 100%;
  color: var(--white-125);
  transition: var(--transition-base);
}
.pagination__link:hover {
  text-decoration: none;
}
[data-theme=dark] .pagination__link {
  background-color: var(--white-150);
  border-color: var(--white-150);
  color: var(--blue-750);
}
.pagination__link span {
  font-size: var(--text-xs-min);
}
.pagination__link:hover:not(.is-active, .is-disabled) {
  background-color: var(--sky-150);
  color: var(--blue-800);
  border-color: var(--sky-150);
}
[data-theme=dark] .pagination__link:hover:not(.is-active, .is-disabled) {
  background-color: var(--blue-600);
  border-color: var(--blue-600);
  color: var(--white-150);
}
.pagination__link.is-disabled {
  color: var(--blue-700);
  background-color: transparent;
  border-color: var(--blue-700);
  border-width: 2px;
  border-style: solid;
  pointer-events: none;
  cursor: not-allowed;
  opacity: 1;
}
[data-theme=dark] .pagination__link.is-disabled {
  border-color: var(--white-150);
  color: var(--white-150);
}
.pagination__link:visited {
  color: var(--white-125);
}
[data-theme=dark] .pagination__link:visited {
  color: var(--blue-750);
}
.pagination__remaining {
  font-size: clamp(1.6rem, 1.56rem + 0.125vw, 1.8rem);
  font-family: var(--font-primary);
  font-weight: 700;
  line-height: var(--leading-semi-relaxed);
  color: var(--gray-450);
}
[data-theme=dark] .pagination__remaining {
  color: var(--gray-150);
}
.pagination--reverse {
  flex-direction: row-reverse;
}
.pagination__title {
  font-size: var(--text-lg-min);
  color: var(--blue-800);
}
[data-theme=dark] .pagination__title {
  color: var(--white-150);
}
.pagination a:visited .icon {
  color: var(--white-125);
}
[data-theme=dark] .pagination a:visited .icon {
  color: var(--blue-750);
}

.search__trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: var(--space-sm);
  color: var(--gray-600);
  border-radius: var(--radius-sm);
  transition: all 0.2s ease;
}
.search__trigger:hover {
  color: var(--gray-900);
  background-color: var(--gray-100);
}
.search__trigger:focus {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}
.search__trigger i {
  font-size: 2rem;
}
.search__overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: var(--z-index-modal, 1000);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  backdrop-filter: blur(4px);
}
.search__overlay.is-open {
  opacity: 1;
  visibility: visible;
}
.search__container {
  width: 100%;
  max-width: 60rem;
  padding: var(--space-lg);
  transform: translateY(-20px);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.21, 1.02, 0.73, 1);
}
.search__overlay.is-open .search__container {
  transform: translateY(0);
  opacity: 1;
}
.search__input-wrapper {
  position: relative;
  width: 100%;
}
.search__input {
  width: 100%;
  padding: var(--space-lg) var(--space-xl);
  padding-left: 5.6rem;
  font-size: clamp(1.8rem, 1.76rem + 0.125vw, 2rem);
  font-family: inherit;
  color: var(--gray-900);
  background-color: var(--color-white);
  border-radius: var(--radius-xl);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease;
  outline: none;
  border: none;
}
.search__input::placeholder {
  color: var(--gray-400);
}
.search__input:focus {
  outline: none;
  border-color: transparent;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3), 0 0 0 4px rgba(59, 130, 246, 0.2);
}
.search__icon {
  position: absolute;
  left: var(--space-lg);
  top: 50%;
  transform: translateY(-50%);
  color: var(--gray-400);
  pointer-events: none;
}
.search__icon i {
  font-size: 2.4rem;
}
.search__close {
  width: 56px;
  height: 56px;
  position: absolute;
  top: var(--space-xl);
  right: var(--space-xl);
  background: transparent;
  border: none;
  cursor: pointer;
  padding: var(--space-md);
  color: rgba(255, 255, 255, 0.7);
  border-radius: var(--radius-sm);
  transition: all 0.2s ease;
}
.search__close:hover {
  color: var(--color-white);
  background-color: rgba(255, 255, 255, 0.1);
}
.search__close i {
  font-size: 2.4rem;
}
.search__hint {
  text-align: center;
  margin-top: var(--space-md);
  color: rgba(255, 255, 255, 0.6);
  font-size: clamp(1.3rem, 1.24rem + 0.1875vw, 1.6rem);
}
.search__hint kbd {
  display: inline-block;
  padding: 0.2rem 0.8rem;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius-sm);
  font-family: inherit;
  font-size: var(--text-sm);
}
.search--light .search__trigger {
  color: rgba(255, 255, 255, 0.9);
}
.search--light .search__trigger:hover {
  color: var(--color-white);
  background-color: rgba(255, 255, 255, 0.1);
}
.search--light-overlay .search__overlay {
  background-color: rgba(0, 0, 0, 0.4);
}
.search--dark-overlay .search__overlay {
  background-color: rgba(0, 0, 0, 0.85);
}

.search-open {
  overflow: hidden;
}

.theme-switch {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2xs);
  cursor: pointer;
  user-select: none;
}
.theme-switch__input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.theme-switch__track {
  position: relative;
  width: 4rem;
  height: 2.2rem;
  border-radius: 10rem;
  background-color: var(--gray-300);
  border: 1px solid var(--color-border);
  transition: background-color var(--transition-base), border-color var(--transition-base);
  flex-shrink: 0;
}
.theme-switch__thumb {
  position: absolute;
  top: 50%;
  left: 0.3rem;
  transform: translateY(-50%);
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background-color: var(--color-white);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  transition: transform var(--transition-base);
  display: flex;
  align-items: center;
  justify-content: center;
}
.theme-switch__thumb::before {
  /* stylelint-disable-next-line font-family-no-missing-generic-family-keyword */
  font-family: icomoon !important;
  content: "\e900";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  color: var(--gray-700);
  transition: opacity var(--transition-base);
}
.theme-switch__label {
  font-size: var(--text-xs-min);
  color: var(--color-text-muted);
  transition: color var(--transition-base);
}
.theme-switch .theme-switch__input:checked ~ .theme-switch__track {
  background-color: var(--gray-700);
  border-color: var(--gray-600);
}
.theme-switch .theme-switch__input:checked ~ .theme-switch__track .theme-switch__thumb {
  transform: translateY(-50%) translateX(1.8rem);
}
.theme-switch .theme-switch__input:checked ~ .theme-switch__track .theme-switch__thumb::before {
  /* stylelint-disable-next-line font-family-no-missing-generic-family-keyword */
  font-family: icomoon !important;
  content: "\e901";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  color: var(--gray-200);
}
.theme-switch .theme-switch__input:focus-visible ~ .theme-switch__track {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}
.theme-switch:hover .theme-switch__track {
  border-color: var(--gray-500);
}

.toggle {
  width: 30px;
  height: 17px;
  border-radius: 10px;
  border: 1.63px solid var(--color-text);
  background: transparent;
  padding: 1.63px 2.14px;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  transition: border-color var(--transition-fast);
}
.toggle__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--color-text);
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1), background-color var(--transition-fast);
}
.toggle[aria-pressed=true] .toggle__dot {
  transform: translateX(12px);
}
.toggle:hover {
  opacity: 0.8;
}
.toggle:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: var(--z-index-fixed);
  visibility: hidden;
  transition: visibility var(--transition-fast);
}
.overlay--open {
  visibility: visible;
}
.overlay__backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--blue-700);
  opacity: 0;
  transition: opacity var(--transition-fast);
  cursor: pointer;
}
[data-theme=dark] .overlay__backdrop {
  background-color: var(--blue-825);
}
.overlay--open .overlay__backdrop {
  opacity: 0.3;
}
.overlay__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-bg);
  color: var(--color-logo);
  box-shadow: -4px 0 10px rgba(0, 0, 0, 0.1);
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 0;
  overflow-y: auto;
  padding: var(--space-md) var(--space-sm) var(--space-sm) var(--space-sm);
}
@media (min-width: 960px) {
  .overlay__panel {
    width: 28.8rem;
  }
}
.overlay--open .overlay__panel {
  transform: translateX(0);
}
.overlay__header {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-direction: column;
  gap: 0;
  width: 100%;
}
.overlay__header .divider {
  width: 100%;
}
.overlay__close .icon {
  color: var(--blue-700);
  font-size: 2.4rem;
}
[data-theme=dark] .overlay__close .icon {
  color: var(--white-150);
}
.overlay__content {
  width: 100%;
  flex: 1;
}
.overlay__content .divider--inverted {
  transform: none;
}
.overlay__search {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: 1rem;
}
.overlay__search button {
  display: flex;
}
.overlay__search .icon {
  font-size: 2rem;
}
[data-theme=dark] .overlay__search .icon {
  color: var(--white-150);
}
.overlay__search input {
  gap: 0;
}
.overlay__search-input {
  width: 100%;
  border-color: transparent;
  background: transparent;
  font-size: var(--text-sm);
  font-family: var(--font-primary);
  font-weight: 400;
  line-height: 1.4;
  color: var(--blue-700);
}
[data-theme=dark] .overlay__search-input {
  color: var(--white-150);
}
.overlay__search-input::placeholder {
  color: currentColor;
}
.overlay__search-input:focus {
  outline: none;
}
[data-theme=dark] .overlay__search-input {
  border: 0px solid var(--blue-550);
}
.overlay__section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  gap: var(--space-md);
  cursor: pointer;
  text-decoration: none;
  color: currentColor;
}
.overlay__section-header:hover {
  text-decoration: none;
}
.overlay__section-header .icon {
  font-size: 2.3rem;
}
.overlay__section-title {
  font-size: clamp(2rem, 1.96rem + 0.125vw, 2.2rem);
  font-family: var(--font-primary);
  font-weight: 700;
  line-height: 1.6;
}
.overlay__links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-2xs);
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), margin 0.4s ease;
}
.overlay__section--open .overlay__links {
  margin-top: var(--space-xs);
  margin-bottom: var(--space-xs);
}
.overlay__link {
  text-decoration: none;
  color: inherit;
  font-size: var(--text-base);
  opacity: 0.8;
  transition: opacity var(--transition-fast);
  display: block;
}
.overlay__link:hover {
  opacity: 1;
  color: var(--color-primary);
  text-decoration: none;
}
.overlay__arrow {
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.overlay__section--open .overlay__arrow {
  transform: rotate(180deg);
}
.overlay__social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: var(--space-md);
}
.overlay__social-link .icon {
  font-size: var(--text-xl);
  color: var(--blue-700);
}
[data-theme=dark] .overlay__social-link .icon {
  color: var(--white-150);
}
.overlay__section:last-child .overlay__section-header {
  padding-bottom: 0;
}
.overlay__section:last-child .overlay__divider {
  display: none;
}
.overlay__nav .divider:last-child {
  display: none;
}
.overlay .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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

.navbar {
  position: relative;
  width: 100%;
  font-family: var(--font-secondary);
  background-color: var(--color-white);
  border-bottom: 1px solid var(--gray-300);
  z-index: var(--z-index-fixed);
  border-bottom: 2px solid var(--blue-400);
}
.navbar__container {
  display: flex;
  align-items: center;
  padding: clamp(1.6rem, 0.3647058824rem + 2.0588235294vw, 3rem) clamp(1.6rem, 0.32rem + 4vw, 8rem) clamp(1.6rem, 1.2470588235rem + 0.5882352941vw, 2rem);
  max-width: var(--container-xl);
  margin: 0 auto;
  gap: 2rem;
  transition: padding 0.3s ease;
}
@media (min-width: 960px) {
  .navbar__container {
    justify-content: space-between;
  }
}
.navbar__toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  gap: 4px;
  width: 2rem;
  height: 2rem;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 10;
}
.navbar__toggle span {
  width: 100%;
  height: 0.2rem;
  background-color: var(--gray-700);
  border-radius: 0.2rem;
  transition: all 0.3s ease;
  transform-origin: center;
}
@media (min-width: 960px) {
  .navbar__toggle {
    display: none;
  }
}
.navbar__toggle.is-active span:nth-child(1) {
  transform: translateY(0.4rem) rotate(45deg);
}
.navbar__toggle.is-active span:nth-child(2) {
  opacity: 0;
  transform: translateX(-2rem);
}
.navbar__toggle.is-active span:nth-child(3) {
  transform: translateY(-0.8rem) rotate(-45deg);
}
.navbar__menu {
  display: none;
  list-style: none;
  position: absolute;
  top: 180%;
  left: 0;
  right: 0;
  height: calc(100dvh - 10.2rem);
  flex-direction: column;
  align-items: stretch;
  background-color: var(--color-white);
  padding: clamp(1.6rem, 0.32rem + 4vw, 8rem);
  z-index: var(--z-index-fixed);
  margin: 0;
  overflow-y: auto;
}
@media (min-width: 960px) {
  .navbar__menu {
    height: unset;
    overflow: unset;
    flex-wrap: wrap;
  }
}
.navbar__menu.is-active {
  display: flex;
}
@media (min-width: 960px) {
  .navbar__menu {
    display: flex;
    position: static;
    flex-direction: row;
    align-items: center;
    background-color: transparent;
    border-bottom: none;
    padding: 0;
    gap: clamp(2.4rem, 0.6rem + 1.875vw, 3rem);
    width: 100%;
  }
}
.navbar__item {
  position: relative;
  margin: 0;
}
.navbar__item.has-submenu .navbar__submenu-toggle {
  cursor: pointer;
  color: var(--color-black);
}
@media (min-width: 960px) {
  .navbar__item.has-submenu .navbar__submenu-toggle {
    font-size: 1.6rem;
  }
}
.navbar__item.has-submenu.is-active > .navbar__link .navbar__submenu-toggle {
  transform: rotate(180deg);
  color: var(--color-primary);
}
.navbar__item .icon {
  font-size: 0.8rem;
}
.navbar__submenu {
  position: relative;
  display: none;
  list-style: none;
  background-color: var(--gray-100);
  padding: var(--space-2xs) var(--space-md);
  color: black;
  font-size: 1.4rem;
}
.navbar__submenu::before {
  content: "";
  width: 3px;
  height: calc(100% - var(--space-2xs) * 2);
  top: var(--space-2xs);
  left: calc(var(--space-md) / 2);
  display: flex;
  position: absolute;
  background-color: var(--color-primary);
}
@media (min-width: 960px) {
  .navbar__submenu::before {
    display: none;
  }
}
.navbar__submenu li {
  margin: 2rem 0;
}
.navbar__submenu li a {
  color: black;
}
@media (min-width: 960px) {
  .navbar__submenu {
    position: absolute;
    top: 100%;
    left: -16%;
    min-width: 30rem;
    background-color: var(--color-white);
    border: 1px solid var(--gray-300);
    padding: var(--space-sm);
    z-index: 10;
  }
}
.navbar__submenu.is-active {
  display: block;
}
.navbar__submenu--level3 {
  margin-left: var(--space-sm);
  padding: var(--space-3xs) 0 var(--space-3xs) var(--space-sm);
  border-left: 2px solid var(--color-primary);
  background-color: transparent;
}
.navbar__submenu--level3::before {
  display: none;
}
@media (min-width: 960px) {
  .navbar__submenu--level3 {
    position: absolute !important;
    left: 100%;
    top: 0;
    margin-left: 0;
    border-left: none;
    min-width: 28rem;
    background-color: var(--color-white);
    border: 1px solid var(--gray-300);
    padding: var(--space-sm);
    z-index: 11;
  }
  .navbar__submenu--level3 li {
    margin-top: 0;
  }
}
@media (min-width: 960px) {
  .navbar .navbar__submenu li.has-submenu {
    position: relative;
  }
}
.navbar__submenu-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  font-size: 1.5rem;
  color: var(--gray-900);
  text-decoration: none;
  transition: color 0.2s ease;
  width: 100%;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  text-align: left;
}
.navbar__submenu-link:hover {
  color: var(--color-primary);
}
.navbar__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--space-2xs) 0;
  font-size: 1.5rem;
  color: var(--gray-900);
  text-decoration: none;
  transition: color 0.2s ease;
  gap: 0.7rem;
}
@media (min-width: 960px) {
  .navbar__link {
    justify-content: flex-start;
    font-size: clamp(1.1rem, 1.08rem + 0.0625vw, 1.2rem);
  }
}
.navbar__link:hover {
  color: var(--color-black);
}
.navbar__link.is-active {
  color: var(--gray-900);
}
@media (min-width: 960px) {
  .navbar__link {
    padding: 0;
  }
}
.navbar--sticky {
  position: sticky;
  top: 0;
  z-index: var(--z-index-fixed);
}
.admin-bar .navbar--sticky {
  top: 32px;
}
.navbar--scrolled .navbar__container {
  flex-wrap: nowrap;
  padding-top: var(--space-xs);
  padding-bottom: var(--space-xs);
}
.navbar--scrolled .navbar__social {
  opacity: 0;
  visibility: hidden;
  width: 0;
  gap: 0;
  overflow: hidden;
}
.navbar--scrolled .navbar__brand img {
  height: clamp(2rem, 0.6764705882rem + 2.2058823529vw, 3.5rem);
}
@media (min-width: 960px) {
  .navbar--scrolled .navbar__menu {
    gap: var(--space-md);
  }
}

.archive-header {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: var(--space-md);
}
.archive-header__description {
  width: 100%;
  max-width: 67.2rem;
  font-size: clamp(2rem, 1.8235294118rem + 0.2941176471vw, 2.2rem);
  font-family: var(--font-primary);
  font-weight: 400;
  line-height: var(--leading-normal);
}
.archive-header__description p {
  color: var(--sky-900);
}
[data-theme=dark] .archive-header__description p {
  color: var(--white-200);
}
.archive-header--center {
  text-align: center;
  align-items: center;
}
.archive-header--right {
  text-align: right;
  align-items: flex-end;
}
.archive-header .tag-list {
  justify-content: center;
}
@media (min-width: 960px) {
  .archive-header .tag-list {
    justify-content: flex-start;
  }
}

.hero-leading {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column-reverse;
  gap: 0;
}
.hero-leading:has(.hero-leading__topic) .hero-leading__left-col {
  margin-top: -3.5rem;
}
@media (min-width: 960px) {
  .hero-leading:has(.hero-leading__topic) .hero-leading__left-col {
    margin-top: unset;
  }
}
@media (min-width: 960px) {
  .archive-layout .hero-leading {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: var(--space-md);
  }
  .archive-layout .hero-leading .hero-leading__left-col {
    grid-column: 1/span 1;
  }
  .archive-layout .hero-leading .hero-leading__right-col {
    grid-column: 2/span 2;
  }
}
@media (min-width: 1280px) {
  .hero-leading {
    flex-direction: row;
    gap: var(--space-md);
  }
  .hero-leading:not(.hero-leading--longform):not(.hero-leading--vertical) {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: var(--space-md);
  }
  .hero-leading:not(.hero-leading--longform):not(.hero-leading--vertical) .hero-leading__left-col {
    grid-column: 1/span 1;
  }
  .hero-leading:not(.hero-leading--longform):not(.hero-leading--vertical) .hero-leading__right-col {
    grid-column: 2/span 2;
  }
  .hero-leading.hero-leading--homepage {
    grid-template-columns: 1fr;
  }
}
.hero-leading__right-col {
  position: relative;
  flex: 1;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media (min-width: 960px) {
  .hero-leading__right-col {
    width: 100%;
    margin-left: unset;
    margin-right: unset;
  }
}
.hero-leading__right-col picture {
  position: relative;
  display: block;
  width: 100%;
}
.hero-leading__right-col picture img {
  display: block;
  aspect-ratio: 3/2;
  width: 100%;
  object-fit: cover;
}
.hero-leading__right-col:has(.hero-leading__crop-enabled) picture {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.hero-leading__right-col:has(.hero-leading__crop-enabled) img {
  position: relative;
  z-index: 3;
  object-fit: contain !important;
  width: 95%;
  height: 100%;
  display: block;
}
.hero-leading__right-col:has(.hero-leading__crop-enabled) .hero-leading__crop-enabled {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  background-color: var(--gray-100);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(40px);
  opacity: 0.85;
}
.hero-leading__right-col:has(.hero-leading__crop-enabled):has(iframe, video) .crop-enabled {
  display: none;
}
.hero-leading__left-col {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 0;
  background-size: cover;
  background-position: bottom left;
  background-repeat: no-repeat;
  z-index: 4;
  background-size: cover;
  background-position: left;
}
@media screen and (width > 960px) {
  .hero-leading__left-col {
    background-image: unset !important;
  }
  [data-theme=dark] .hero-leading__left-col {
    background-image: unset !important;
  }
}
.hero-leading__left-col {
  padding-top: var(--space-sm);
}
@media (min-width: 960px) {
  .hero-leading__left-col {
    padding: 0;
    margin: unset;
  }
}
.hero-leading__left-col:has(.hero-topic) {
  margin-top: -3.5rem;
}
.hero-leading__topic {
  margin-bottom: var(--space-2xs);
}
.hero-leading__topic a {
  color: var(--white-125);
}
[data-theme=dark] .hero-leading__topic a {
  color: var(--sky-100);
}
.hero-leading__topic a:visited {
  color: var(--white-125);
}
[data-theme=dark] .hero-leading__topic a:visited {
  color: var(--sky-100);
}
.hero-leading__title {
  font-size: clamp(2rem, 1.96rem + 0.125vw, 2.2rem);
  font-family: var(--font-primary);
  font-weight: 700;
  line-height: var(--leading-relaxed);
  color: var(--blue-700);
}
.hero-leading__title:after {
  content: "";
  display: block;
  width: 12rem;
  height: 0.5rem;
  background-color: var(--red-500);
  margin-top: clamp(1.2rem, 1.2rem + 0vw, 1.2rem);
  margin-bottom: clamp(1.2rem, 1.2rem + 0vw, 1.2rem);
}
.hero-leading__title {
  font-size: clamp(2.4rem, 2.36rem + 0.125vw, 2.6rem);
  font-family: var(--font-secondary);
  font-weight: 800;
  line-height: var(--leading-2tight);
}
[data-theme=dark] .hero-leading__title {
  color: var(--sky-100);
}
.hero-leading__title a {
  color: var(--gray-950);
}
[data-theme=dark] .hero-leading__title a {
  color: var(--sky-100);
}
.hero-leading__description {
  font-size: clamp(1.6rem, 1.56rem + 0.125vw, 1.8rem);
  font-family: var(--font-primary);
  font-weight: 400;
  line-height: var(--leading-normal);
  color: var(--blue-800);
}
[data-theme=dark] .hero-leading__description {
  color: var(--sky-100);
}
.hero-leading__meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: 0.5rem;
  font-size: clamp(1.3rem, 1.26rem + 0.125vw, 1.5rem);
  font-family: var(--font-primary);
  font-weight: 700;
  line-height: 1.4;
  flex-wrap: wrap;
  margin-top: var(--space-2xs);
  color: var(--blue-700);
}
[data-theme=dark] .hero-leading__meta {
  color: var(--white-150);
}
[data-theme=dark] .hero-leading__meta__date {
  color: var(--);
}
.hero-leading__meta__author {
  color: inherit;
}
.hero-leading__meta__author::before {
  content: "|";
  margin-right: 0.5rem;
  color: var(--gray-450);
}
[data-theme=dark] .hero-leading__meta__author::before {
  color: var(--gray-150);
}
.hero-leading__image-link {
  display: flex;
  align-items: center;
  justify-content: normal;
  flex-direction: column;
  gap: var(--space-3xs);
}
.hero-leading__image-link--no-center {
  align-items: flex-start;
}
.hero-leading__video video {
  height: 100%;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}
.hero-leading__video--16-9 iframe {
  aspect-ratio: 16/9;
}
.hero-leading__video--3-2 iframe {
  aspect-ratio: 3/2;
}
.hero-leading__video--327-184 iframe {
  aspect-ratio: 327/184;
}
.hero-leading__video iframe {
  width: 100%;
  object-fit: cover;
}
.hero-leading__image-label {
  position: absolute;
  top: var(--space-md);
  left: 0;
  font-size: clamp(1.3rem, 1.26rem + 0.125vw, 1.5rem);
  font-family: var(--font-primary);
  font-weight: 700;
  line-height: 1;
  color: var(--white-125);
  background-color: var(--red-500);
  padding: clamp(0.6rem, 0.56rem + 0.125vw, 0.8rem);
  margin-right: var(--space-3xs);
  text-transform: uppercase;
  z-index: var(--z-index-dropdown);
  z-index: 4;
}
@media (min-width: 960px) {
  .hero-leading__image-label {
    left: calc(var(--space-md) * -1);
  }
}
.hero-leading__topic {
  font-size: clamp(1.3rem, 1.26rem + 0.125vw, 1.5rem);
  font-family: var(--font-primary);
  font-weight: 700;
  line-height: 1;
  color: var(--white-125);
  background-color: var(--red-500);
  padding: clamp(0.6rem, 0.56rem + 0.125vw, 0.8rem);
  margin-right: var(--space-3xs);
  text-transform: uppercase;
  z-index: var(--z-index-dropdown);
}
.hero-leading__exclusive {
  font-size: clamp(1.3rem, 1.26rem + 0.125vw, 1.5rem);
  font-family: var(--font-primary);
  font-weight: 700;
  line-height: 1;
  color: var(--white-125);
  background-color: var(--red-500);
  padding: clamp(0.6rem, 0.56rem + 0.125vw, 0.8rem);
  margin-right: var(--space-3xs);
  text-transform: uppercase;
  z-index: var(--z-index-dropdown);
}
.hero-leading__caption {
  font-size: clamp(1.1rem, 1.08rem + 0.0625vw, 1.2rem);
  font-family: var(--font-primary);
  font-weight: 400;
  line-height: var(--leading-normal);
  color: var(--gray-500);
  padding: 0 var(--space-2xs);
}
@media (min-width: 960px) {
  .hero-leading__caption {
    padding: 0;
  }
}
[data-theme=dark] .hero-leading__caption {
  color: var(--blue-125);
}
.hero-leading--vertical {
  flex-direction: column;
  gap: var(--space-sm);
  min-width: 0;
}
.hero-leading--vertical .hero-leading__left-col {
  flex-basis: unset;
  gap: 0;
  padding: 0;
  width: 100%;
}
.hero-leading--vertical .hero-leading__right-col {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media (min-width: 960px) {
  .hero-leading--vertical .hero-leading__right-col {
    width: 100%;
    margin-left: unset;
    margin-right: unset;
  }
}
.hero-leading--vertical .hero-leading__description {
  font-size: clamp(1.8rem, 1.76rem + 0.125vw, 2rem);
}
[data-theme=dark] .hero-leading--vertical .hero-leading__description {
  color: var(--sky-100);
}
.hero-leading--vertical:has(.title-divider) .title-divider__title {
  font-size: clamp(2.8rem, 2.64rem + 0.5vw, 3.6rem);
}
.hero-leading--vertical:has(.title-divider) .title-divider__title .divider {
  margin-top: var(--space-sm);
  margin-bottom: var(--space-sm);
}
.hero-leading--vertical .hero-leading__meta {
  margin-top: var(--space-xs);
}
.hero-leading--vertical .hero-leading__description p {
  color: var(--sky-900);
}
.hero-leading--vertical .hero-leading__title {
  font-size: clamp(2rem, 1.96rem + 0.125vw, 2.2rem);
  font-family: var(--font-primary);
  font-weight: 700;
  line-height: var(--leading-relaxed);
  color: var(--blue-700);
}
.hero-leading--vertical .hero-leading__title:after {
  content: "";
  display: block;
  width: 12rem;
  height: 0.5rem;
  background-color: var(--red-500);
  margin-top: clamp(1.2rem, 1.2rem + 0vw, 1.2rem);
  margin-bottom: clamp(1.2rem, 1.2rem + 0vw, 1.2rem);
}
.hero-leading--vertical .hero-leading__title {
  font-size: clamp(2.8rem, 2.64rem + 0.5vw, 3.6rem);
  font-family: var(--font-secondary);
  font-weight: 800;
  line-height: var(--leading-2tight);
}
[data-theme=dark] .hero-leading--vertical .hero-leading__title {
  color: var(--sky-100);
}
.hero-leading--small-gap .hero-leading__title {
  font-size: clamp(2.4rem, 2.36rem + 0.125vw, 2.6rem);
}
.hero-leading--small-gap .hero-leading__description {
  font-size: clamp(1.6rem, 1.56rem + 0.125vw, 1.8rem);
}
.hero-leading--small-gap {
  gap: var(--space-xs);
}
.hero-leading--longform {
  flex-direction: column;
  gap: var(--space-md);
}
.hero-leading--longform .hero-leading__left-col {
  text-align: center;
  flex-basis: unset;
  max-width: 92.4rem;
  align-items: center;
}
.hero-leading--longform .hero-leading__title {
  font-size: clamp(2.8rem, 2.64rem + 0.5vw, 3.6rem);
  font-family: var(--font-secondary);
  font-weight: 800;
  line-height: var(--leading-2tight);
}
.hero-leading--longform .hero-leading__title:after {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.hero-leading--longform .live__text {
  font-size: var(--text-xl-max);
}
.hero-leading--longform .hero-leading__right-col {
  position: relative;
  flex: 1;
  width: 100vw;
  margin-left: calc(50% - min(50vw, 70rem));
  margin-right: calc(50% - min(50vw, 70rem));
  max-width: 140rem;
}
@media (min-width: 960px) {
  .hero-leading--longform .hero-leading__right-col {
    width: 100vw;
    max-width: 140rem;
    margin-left: calc(50% - min(50vw, 70rem));
    margin-right: calc(50% - min(50vw, 70rem));
  }
}
.hero-leading--longform .hero-leading__right-col picture {
  position: relative;
  display: block;
  width: 100%;
}
.hero-leading--longform .hero-leading__right-col picture img {
  display: block;
  aspect-ratio: 3/2;
  width: 100%;
  object-fit: cover;
}
.hero-leading--homepage {
  margin-bottom: var(--space-lg);
}
@media (min-width: 960px) {
  .hero-leading--homepage {
    grid-template-columns: repeat(3, 1fr);
    column-gap: var(--space-md);
    display: grid;
    margin-bottom: 0;
  }
  .hero-leading--homepage .hero-leading__title:after,
  .hero-leading--homepage .hero-leading__description {
    display: none;
  }
  .hero-leading--homepage .hero-leading__left-col {
    grid-column: 1/span 1;
  }
  .hero-leading--homepage .hero-leading__right-col {
    grid-column: 2/span 2;
  }
}
@media (min-width: 1280px) {
  .hero-leading--homepage .hero-leading__title:after,
  .hero-leading--homepage .hero-leading__description {
    display: block;
  }
}
.hero-leading--liveblogging .timeline {
  margin-top: var(--space-xs);
}
.hero-leading__video-icon {
  position: absolute;
  right: 0.7rem;
  bottom: 0.7rem;
  z-index: 5;
  pointer-events: none;
}
.hero-leading__crop-wrapper {
  overflow: hidden;
  position: absolute;
  inset: 0;
}
.hero-section {
  padding-bottom: var(--space-xl);
  position: relative;
  min-height: 62.5rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-color: var(--white-200);
  color: var(--blue-700);
}
@media (min-width: 960px) {
  .hero-section {
    padding-bottom: 0;
  }
}
.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("/app/themes/onalert/assets/images/hero/light.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left;
}
@media (min-width: 960px) {
  .hero-section::before {
    background-position: center left;
  }
}
.hero-section .container {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 960px) {
  .hero-section .container {
    padding-left: inherit;
    padding-right: inherit;
  }
}
.hero-section__title {
  font-size: clamp(2rem, 1.96rem + 0.125vw, 2.2rem);
  font-family: var(--font-primary);
  font-weight: 700;
  line-height: var(--leading-relaxed);
  color: var(--blue-700);
}
.hero-section__title:after {
  content: "";
  display: block;
  width: 12rem;
  height: 0.5rem;
  background-color: var(--red-500);
  margin-top: clamp(1.2rem, 1.2rem + 0vw, 1.2rem);
  margin-bottom: clamp(1.2rem, 1.2rem + 0vw, 1.2rem);
}
.hero-section__title {
  color: var(--blue-700);
}
.hero-section__wrapper {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 960px) {
  .hero-section__wrapper {
    flex-direction: row;
  }
}
.hero-section__img picture {
  width: 100%;
  height: 100%;
}
.hero-section__img picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mask-image: linear-gradient(360deg, rgba(0, 0, 0, 0) 5%, #000 28%);
}
@media (min-width: 960px) {
  .hero-section__img picture img {
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 5%, #000 50%);
  }
  [data-theme=dark] .hero-section__img picture img {
    background-color: #060b14;
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 5%, #000 50%);
  }
}
@media (min-width: 960px) {
  .hero-section__img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
  }
}
.hero-section__left-col {
  position: relative;
  z-index: 3;
  margin-top: -6rem;
  margin-left: clamp(1.6rem, -4.08rem + 17.75vw, 30rem);
  margin-right: clamp(1.6rem, -4.08rem + 17.75vw, 30rem);
}
@media (min-width: 960px) {
  .hero-section__left-col {
    margin-top: 0;
    width: 50%;
    margin-left: unset;
    margin-right: unset;
    padding-left: 4rem;
  }
}
.hero-section__description {
  font-size: clamp(1.6rem, 1.56rem + 0.125vw, 1.8rem);
  font-family: var(--font-primary);
  font-weight: 400;
  line-height: var(--leading-normal);
  margin-bottom: var(--space-xl);
  color: var(--sky-900);
  margin-bottom: 3.2rem;
}
.hero-section__article-title {
  font-size: clamp(2.4rem, 2.36rem + 0.125vw, 2.6rem);
  font-family: var(--font-secondary);
  font-weight: 800;
  line-height: var(--leading-2tight);
  margin-bottom: 1.8rem;
}
.hero-section__article-title a {
  color: var(--blue-700);
}
.hero-section__list {
  list-style-type: square;
  padding-left: 2rem;
}
.hero-section__list-item {
  font-size: clamp(1.6rem, 1.56rem + 0.125vw, 1.8rem);
  font-family: var(--font-secondary);
  font-weight: 800;
  line-height: var(--leading-2tight);
  color: var(--sky-900);
}
.hero-section__list-item:not(:last-child) {
  margin-bottom: var(--space-sm);
}
.hero-section--light-blue {
  background-color: var(--sky-200);
  color: var(--blue-700);
}
.hero-section--light-blue::before {
  background-image: url("/app/themes/onalert/assets/images/hero/hero-breaking-light-blue.svg");
}
.hero-section--light-blue .hero-section__description,
.hero-section--light-blue .hero-section__list-item {
  color: var(--sky-900);
}
.hero-section--light-blue .hero-section__title,
.hero-section--light-blue .hero-section__article-title a {
  color: var(--blue-700);
}
.hero-section--dark-blue {
  background-color: var(--blue-750);
  color: var(--white-100);
}
.hero-section--dark-blue::before {
  background-image: url("/app/themes/onalert/assets/images/hero/dark-blue.png");
}
.hero-section--dark-blue .hero-section__title {
  color: var(--white-150);
}
.hero-section--dark-blue .hero-section__article-title a {
  color: var(--sky-100);
}
.hero-section--dark-blue .hero-section__description,
.hero-section--dark-blue .hero-section__list-item {
  color: var(--white-200);
}
.hero-section--dark {
  background-color: var(--blue-850);
}
.hero-section--dark::before {
  background-image: url("/app/themes/onalert/assets/images/hero/dark.png");
}
.hero-section--dark .hero-section__title {
  color: var(--white-150);
}
.hero-section--dark .hero-section__article-title a {
  color: var(--sky-100);
}
.hero-section--dark .hero-section__description,
.hero-section--dark .hero-section__list-item {
  color: var(--white-200);
}
.hero-section--dark .hero-section__description a,
.hero-section--dark .hero-section__list-item a {
  color: var(--white-200);
}

.hero-media {
  background-image: url("/app/themes/onalert/assets/images/hero/light.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-color: var(--white-200);
}
.hero-media .container {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 960px) {
  .hero-media .container {
    padding-left: clamp(2.2rem, 1.92rem + 0.875vw, 3.6rem);
    padding-right: clamp(2.2rem, 1.92rem + 0.875vw, 3.6rem);
  }
}
.hero-media__wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
  gap: var(--space-xs);
}
@media (min-width: 960px) {
  .hero-media__wrapper {
    flex-direction: row;
    gap: var(--space-md);
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
.hero-media__left-col {
  flex: 0 0 44rem;
  padding-left: clamp(1.6rem, -4.08rem + 17.75vw, 30rem);
  padding-right: clamp(1.6rem, -4.08rem + 17.75vw, 30rem);
  padding-bottom: 4.5rem;
}
@media (min-width: 960px) {
  .hero-media__left-col {
    padding-left: unset;
    padding-right: unset;
    padding-bottom: unset;
  }
}
.hero-media__right-col {
  flex: 0 1 auto;
}
@media (min-width: 960px) {
  .hero-media__right-col picture {
    max-width: 83rem;
  }
}
.hero-media__right-col picture img {
  aspect-ratio: 3/2;
  width: 100%;
  object-fit: cover;
}
.hero-media__title {
  font-size: clamp(2rem, 1.96rem + 0.125vw, 2.2rem);
  font-family: var(--font-primary);
  font-weight: 700;
  line-height: var(--leading-relaxed);
  color: var(--blue-700);
}
.hero-media__title:after {
  content: "";
  display: block;
  width: 12rem;
  height: 0.5rem;
  background-color: var(--red-500);
  margin-top: clamp(1.2rem, 1.2rem + 0vw, 1.2rem);
  margin-bottom: clamp(1.2rem, 1.2rem + 0vw, 1.2rem);
}
.hero-media__description {
  font-size: clamp(1.6rem, 1.56rem + 0.125vw, 1.8rem);
  font-family: var(--font-primary);
  font-weight: 400;
  line-height: var(--leading-normal);
  margin-bottom: var(--space-xl);
  color: var(--sky-900);
}
.hero-media__article-title {
  margin-bottom: var(--space-md);
  font-size: clamp(2.4rem, 2.32rem + 0.25vw, 2.8rem);
  font-family: var(--font-secondary);
  font-weight: 800;
  line-height: var(--leading-2tight);
  color: var(--gray-950);
}
.hero-media__article-title a {
  color: currentColor;
}
.hero-media__list {
  list-style-type: square;
  padding-left: 2rem;
}
.hero-media__list-item {
  color: var(--sky-900);
  font-size: clamp(1.6rem, 1.56rem + 0.125vw, 1.8rem);
  font-family: var(--font-secondary);
  font-weight: 800;
  line-height: var(--leading-2tight);
}
.hero-media__list-item:not(:last-child) {
  margin-bottom: var(--space-md);
}
.hero-media__list-item a {
  color: currentColor;
}
.hero-media__video {
  flex: 1;
}
.hero-media__video--16-9 {
  aspect-ratio: 16/9;
  width: 100%;
  object-fit: cover;
}
.hero-media--light-blue {
  background-image: url("/app/themes/onalert/assets/images/hero/light-blue.png");
  background-color: var(--sky-200);
}
.hero-media--dark {
  background-image: url("/app/themes/onalert/assets/images/hero/hero-breaking-dark.svg");
  background-color: var(--blue-850);
}
.hero-media--dark .hero-media__title {
  color: var(--white-150);
}
.hero-media--dark .hero-media__description {
  color: var(--white-200);
}
.hero-media--dark .hero-media__article-title {
  color: var(--sky-100);
}
.hero-media--dark .hero-media__list-item {
  color: var(--white-200);
}
.hero-media--dark-blue {
  background-image: url("/app/themes/onalert/assets/images/hero/dark-blue.png");
  background-color: var(--blue-750);
}
.hero-media--dark-blue .hero-media__title {
  color: var(--white-150);
}
.hero-media--dark-blue .hero-media__description {
  color: var(--white-200);
}
.hero-media--dark-blue .hero-media__article-title {
  color: var(--sky-100);
}
.hero-media--dark-blue .hero-media__list-item {
  color: var(--white-200);
}
.hero-media--red {
  background-image: url("/app/themes/onalert/assets/images/hero/red.png");
  background-color: var(--red-500);
}
.hero-media--red .hero-media__title {
  color: var(--white-150);
}
.hero-media--red .hero-media__title::after {
  background-color: var(--sky-100);
}
.hero-media--red .hero-media__description {
  color: var(--white-200);
}
.hero-media--red .hero-media__article-title {
  color: var(--sky-100);
}
.hero-media--red .hero-media__list-item {
  color: var(--white-200);
}
.hero-media--red .live__dot {
  background: var(--gray-100);
  box-shadow: 0 0 0 0 var(--gray-100);
}

.forums {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: linear-gradient(180deg, #1e305c 0%, #0d172c 100%);
  border: 1px solid var(--sky-200);
  border-radius: var(--radius-md);
  padding: var(--space-lg) var(--space-sm);
  margin: 0 auto;
  width: 100%;
  max-width: 67rem;
  min-width: 0;
  container: forum-container/inline-size;
  gap: var(--space-lg);
}
[data-theme=dark] .forums {
  border: 1px solid var(--blue-500);
}
.forums__header {
  display: flex;
  align-items: center;
  width: 100%;
  color: var(--color-white);
}
.forums__title {
  font-size: clamp(2.4rem, 2.36rem + 0.125vw, 2.6rem);
  font-family: var(--font-primary);
  font-weight: 700;
  line-height: 1;
  margin-left: -12px;
  color: var(--sky-300) !important;
}
[data-theme=dark] .forums__title {
  color: var(--sky-300) !important;
}
.forums__icon {
  background-image: url("data: image/svg+xml, %3Csvg%20%20%20%20%20%20%20%20width%3D%2260%22%20%20%20%20%20%20%20%20height%3D%2260%22%20%20%20%20%20%20%20%20viewBox%3D%220%200%2060%2060%22%20%20%20%20%20%20%20%20fill%3D%22none%22%20%20%20%20%20%20%20%20aria-hidden%3D%22true%22%20%20%20%20%20%20%20%20focusable%3D%22false%22%20%20%20%20%20%20%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_7023_40597)%22%3E%3Cpath%20%20%20%20%20%20%20%20%20%20%20%20d%3D%22M30.0584%2029.9574C31.4842%2029.9574%2032.8517%2029.391%2033.8599%2028.3828C34.8681%2027.3746%2035.4345%2026.0071%2035.4345%20%20%20%20%20%20%20%20%20%20%20%20%20%2024.5813C35.4345%2023.1554%2034.8681%2021.788%2033.8599%2020.7797C32.8517%2019.7715%2031.4842%2019.2051%2030.0584%2019.2051C28.6325%2019.2051%20%20%20%20%20%20%20%20%20%20%20%20%20%2027.2651%2019.7715%2026.2568%2020.7797C25.2486%2021.788%2024.6822%2023.1554%2024.6822%2024.5813C24.6822%2026.0071%2025.2486%2027.3746%2026.2568%20%20%20%20%20%20%20%20%20%20%20%20%20%2028.3828C27.2651%2029.391%2028.6325%2029.9574%2030.0584%2029.9574ZM30.0584%2032.3195C22.9104%2032.3195%2018.3281%2036.2641%2018.3281%20%20%20%20%20%20%20%20%20%20%20%20%20%2038.1846V41.7709H41.7886V38.1846C41.7886%2035.862%2037.4506%2032.3195%2030.0584%2032.3195Z%22%20%20%20%20%20%20%20%20%20%20%20%20fill%3D%22%234D73BC%22%2F%3E%3C%2Fg%3E%3Cpath%20%20%20%20%20%20%20%20%20%20d%3D%22M29.6873%200C46.0855%200%2059.3789%2013.2934%2059.3789%2029.6916C59.3789%2046.0898%2046.0855%2059.3831%2029.6873%2059.3831C16.5071%2059.383%20%20%20%20%20%20%20%20%20%20%20%205.35095%2050.7999%201.46631%2038.938L15.4%2034.3745C17.3701%2040.3905%2023.0328%2044.7206%2029.6873%2044.7206C37.9876%2044.7206%2044.7164%20%20%20%20%20%20%20%20%20%20%20%2037.9919%2044.7164%2029.6916C44.7164%2021.3912%2037.9876%2014.6625%2029.6873%2014.6625C28.9779%2014.6625%2028.2838%2014.7111%2027.6075%20%20%20%20%20%20%20%20%20%20%20%2014.8043L25.6057%200.279217C26.9434%200.0948816%2028.3064%207.48525e-06%2029.6873%200Z%22%20%20%20%20%20%20%20%20%20%20fill%3D%22%2335559E%22%2F%3E%3Cpath%20%20%20%20%20%20%20%20%20%20d%3D%22M29.6914%207.33105C34.9071%207.33105%2039.7115%209.11936%2043.5155%2012.115L40.7935%2015.5708C37.7374%2013.1643%2033.885%2011.7298%2029.6914%20%20%20%20%20%20%20%20%20%20%20%2011.7298C19.7715%2011.7298%2011.7298%2019.7715%2011.7298%2029.6914C11.7298%2038.9476%2018.7333%2046.5709%2027.729%2047.547C28.3727%2047.6168%20%20%20%20%20%20%20%20%20%20%20%2029.0276%2047.6529%2029.6914%2047.6529V52.0517C28.8688%2052.0517%2028.0559%2052.0068%2027.255%2051.9199C16.0509%2050.7044%207.33105%2041.2178%20%20%20%20%20%20%20%20%20%20%20%207.33105%2029.6914C7.33105%2017.3421%2017.3421%207.33105%2029.6914%207.33105Z%22%20%20%20%20%20%20%20%20%20%20fill%3D%22%23344F89%22%2F%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_7023_40597%22%3E%3Crect%20x%3D%2218.3281%22%20y%3D%2218.3281%22%20width%3D%2223.46%22%20height%3D%2223.46%22%20rx%3D%2211.73%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
}
.forums__content {
  color: var(--white-175);
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 0;
  gap: var(--space-xs);
}
.forums__subtitle {
  font-size: clamp(2rem, 1.96rem + 0.125vw, 2.2rem);
  font-family: var(--font-secondary);
  font-weight: 800;
  line-height: 1;
  margin: 0;
  margin-bottom: var(--space-lg);
  color: var(--sky-300) !important;
}
.forums__slider {
  margin-top: 3.2rem;
  text-align: center;
}
.forums__carousel__quote {
  flex: 1;
}
.forums__quote-text {
  margin: 0;
  font-size: clamp(2rem, 1.96rem + 0.125vw, 2.2rem);
  font-family: var(--font-secondary);
  font-weight: 800;
  line-height: 1;
}
.forums__quote-author {
  margin-top: var(--space-xs);
  margin-bottom: var(--space-xs);
  color: var(--sky-250);
  font-weight: 800;
}
.forums--slider {
  gap: 0;
}
.forums--slider .forums__title {
  margin: 0;
}
.forums--slider .forums__header {
  flex-direction: column;
  align-items: flex-start;
}
.forums--slider .divider {
  margin: var(--space-xs) 0;
}
.forums--slider .divider__line {
  background-color: #091437;
}
.forums--slider .divider__line--red {
  background-color: var(--color-red);
}
[data-theme=dark] .forums--slider .divider__line {
  background-color: #091437;
}
[data-theme=dark] .forums--slider .divider__line--red {
  background-color: var(--color-red);
}
.forums--slider .carousel__quote-text {
  color: var(--sky-300);
  margin-bottom: var(--space-xl) !important;
}
.forums--slider .carousel__quote-author {
  color: var(--sky-100) !important;
  font-weight: 400 !important;
}
.forums__footer {
  font-size: clamp(1.3rem, 1.26rem + 0.125vw, 1.5rem);
  display: flex;
  align-self: center;
  color: var(--white-175);
  width: 100%;
}
.forums__footer a {
  font-size: clamp(1.6rem, 1.56rem + 0.125vw, 1.8rem);
  font-family: var(--font-primary);
  font-weight: 700;
  line-height: 1;
  padding-top: var(--space-2xs);
  padding-bottom: var(--space-2xs);
  padding-left: var(--space-md);
  padding-right: var(--space-md);
  color: var(--white-125);
  background-color: var(--red-500);
  z-index: var(--z-index-dropdown);
  transition: all var(--transition-base);
}
.forums__footer a:hover {
  color: var(--blue-800);
  background-color: var(--sky-100);
}
[data-theme=dark] .forums__footer a:hover {
  color: var(--white-150);
  background-color: var(--blue-600);
}
.forums__footer a:disabled {
  cursor: not-allowed;
  color: #a8afbc;
  background-color: var(--sky-100);
}
[data-theme=dark] .forums__footer a:disabled {
  color: #606b87;
  background-color: var(--blue-600);
}
.forums__footer a {
  width: 100%;
  text-align: center;
  color: var(--white-175);
}
.forums .carousel__quote {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.forums .carousel__quote-text {
  font-size: clamp(2rem, 1.96rem + 0.125vw, 2.2rem);
  font-family: var(--font-secondary);
  font-weight: 800;
  line-height: 1;
  margin-bottom: var(--space-xs);
  flex: 1;
}
.forums .carousel__quote-author {
  margin-bottom: var(--space-xs);
  color: var(--sky-250);
  font-weight: 700;
}
.forums .carousel__image {
  width: 14.5rem;
  height: 14.5rem;
  object-fit: cover;
  margin: 0 auto var(--space-md) auto;
}
@container forum-container (width > 350px) {
  .forums__subtitle {
    margin-bottom: var(--space-xs);
  }
  .forums__content {
    gap: unset;
  }
  .forums__footer {
    justify-content: flex-end;
  }
  .forums__footer a {
    align-self: flex-end;
    width: 16rem;
  }
}

.breaking-news {
  background-color: var(--color-red);
  color: var(--color-text-gray);
  padding-top: var(--space-xs);
  padding-bottom: var(--space-xs);
}
.breaking-news .container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: var(--space-xs);
}
.breaking-news__label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: var(--space-xs);
}
.breaking-news__divider {
  width: 2px;
  height: 3.2rem;
  background-color: var(--color-text-gray);
}
.breaking-news__badge {
  font-size: clamp(1.3rem, 1.26rem + 0.125vw, 1.5rem);
  font-family: var(--font-primary);
  font-weight: 400;
  line-height: var(--leading-2tight);
  text-transform: uppercase;
}
.breaking-news__content {
  flex: 1;
  position: relative;
  overflow: hidden;
}
.breaking-news__item {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(100%);
  width: 100%;
  color: var(--color-text-gray);
  font-size: clamp(1.6rem, 1.56rem + 0.125vw, 1.8rem);
  font-family: var(--font-primary);
  font-weight: 700;
  line-height: var(--leading-semi-relaxed);
  pointer-events: none;
  z-index: 0;
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 1280px) {
  .breaking-news__item {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.breaking-news__item--enter-right {
  transform: translateY(-50%) translateX(100%);
}
.breaking-news__item--enter-left {
  transform: translateY(-50%) translateX(-100%);
}
.breaking-news__item--exit-left {
  transform: translateY(-50%) translateX(-100%);
  z-index: 1;
}
.breaking-news__item--exit-right {
  transform: translateY(-50%) translateX(100%);
  z-index: 1;
}
.breaking-news__item--active {
  transform: translateY(-50%) translateX(0);
  pointer-events: auto;
  z-index: 2;
}
.breaking-news__dots {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: 0.8rem;
}
.breaking-news__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgba(252, 252, 252, 0.4);
  border: none;
  cursor: pointer;
  transition: background-color var(--transition-base);
  padding: 0;
}
.breaking-news__dot--active {
  background-color: var(--color-text-gray);
}
.breaking-news__dot:hover {
  background-color: #fcfcfc;
}

.content-card__container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
@media (min-width: 600px) {
  .content-card__container {
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(2.4rem, 2.34rem + 0.1875vw, 2.7rem);
  }
}
.content-card__container picture.picture--3-2 img {
  aspect-ratio: 3/2;
  width: 100%;
  object-fit: cover;
}
.content-card__container picture.picture--4-3 img {
  aspect-ratio: 4/3;
  width: 100%;
  object-fit: cover;
}
.content-card__container picture.picture--16-9 img {
  aspect-ratio: 16/9;
  width: 100%;
  object-fit: cover;
}
.content-card__container picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-card__img-container {
  position: relative;
  height: 100%;
}
.content-card__img-container:has(.content-card__crop-enabled) picture {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.content-card__img-container:has(.content-card__crop-enabled) img {
  position: relative;
  z-index: 3;
  object-fit: contain !important;
  width: 100%;
  height: 100%;
  display: block;
}
.content-card__img-container:has(.content-card__crop-enabled) .content-card__crop-enabled {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  background-color: var(--gray-100);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(40px);
  opacity: 0.85;
}
.content-card__img-container:has(.content-card__crop-enabled):has(iframe, video) .crop-enabled {
  display: none;
}
.content-card__img-container picture {
  height: 100%;
}
.content-card__ribbon {
  font-size: clamp(1.3rem, 1.26rem + 0.125vw, 1.5rem);
  font-family: var(--font-primary);
  font-weight: 700;
  line-height: 1;
  color: var(--white-125);
  background-color: var(--red-500);
  padding: clamp(0.6rem, 0.56rem + 0.125vw, 0.8rem);
  margin-right: var(--space-3xs);
  text-transform: uppercase;
  z-index: var(--z-index-dropdown);
  position: absolute;
  top: 1.5rem;
  left: -1.6rem;
}
.content-card__image {
  grid-column: span 1;
  min-width: 0;
  aspect-ratio: 3/2;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 600px) {
  .content-card__image {
    flex: 0 0 30.6rem;
  }
}
.content-card__content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: var(--space-2xs);
  padding: var(--space-sm) var(--space-sm) 0 var(--space-sm);
}
.content-card__content:has(.content-card__content__topic) {
  margin-top: -3.5rem;
}
@media (min-width: 600px) {
  .content-card__content:has(.content-card__content__topic) {
    margin-top: unset;
  }
}
@media (min-width: 600px) {
  .content-card__content {
    padding: 0;
    margin-top: unset;
    grid-column: span 2;
  }
}
@media (min-width: 1280px) {
  .content-card__content {
    padding: var(--space-xs) 0 0 0;
  }
}
.content-card__content__topic {
  font-size: clamp(1.3rem, 1.26rem + 0.125vw, 1.5rem);
  font-family: var(--font-primary);
  font-weight: 700;
  line-height: 1;
  color: var(--white-125);
  background-color: var(--red-500);
  padding: clamp(0.6rem, 0.56rem + 0.125vw, 0.8rem);
  margin-right: var(--space-3xs);
  text-transform: uppercase;
  z-index: var(--z-index-dropdown);
  font-size: clamp(1.3rem, 1.26rem + 0.125vw, 1.5rem);
  color: var(--white-125);
}
.content-card__content__topic:visited {
  color: var(--white-125);
}
[data-theme=dark] .content-card__content__topic:visited {
  color: var(--sky-100);
}
.content-card__content__title a {
  font-size: clamp(2rem, 1.92rem + 0.25vw, 2.4rem);
  font-family: var(--font-secondary);
  font-weight: 800;
  line-height: var(--leading-2tight);
  color: var(--gray-950);
  display: block;
}
[data-theme=dark] .content-card__content__title a {
  color: var(--sky-100);
}
.content-card__content__description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: clamp(1.6rem, 1.56rem + 0.125vw, 1.8rem);
  font-family: var(--font-primary);
  font-weight: 400;
  line-height: var(--leading-normal);
  color: var(--gray-950);
}
[data-theme=dark] .content-card__content__description {
  color: var(--sky-150);
}
.content-card__content__date {
  font-size: clamp(1.3rem, 1.26rem + 0.125vw, 1.5rem);
  font-family: var(--font-primary);
  font-weight: 700;
  line-height: var(--leading-relaxed);
  color: var(--gray-450);
}
[data-theme=dark] .content-card__content__date {
  color: var(--gray-150);
}
.content-card--column .content-card__container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  gap: 0;
}
.content-card--column .content-card__image {
  flex: unset;
}
.content-card--column .content-card__content {
  width: 100%;
  padding: var(--space-sm) var(--space-sm) 0 var(--space-sm);
}
.content-card--column .content-card__content:has(.content-card__content__topic, .live) {
  margin-top: -3.5rem;
}
.content-card--column .content-card__content__title a {
  font-size: clamp(2rem, 1.96rem + 0.125vw, 2.2rem);
  font-family: var(--font-secondary);
  font-weight: 800;
  line-height: var(--leading-2tight);
}
.content-card--indexed {
  padding-top: var(--space-sm);
}
.content-card--indexed .content-card__container {
  display: flex;
  flex-direction: row;
  gap: 0;
}
.content-card--indexed .content-card__content {
  margin: 0 0 0 -5.4rem;
  padding: 0;
  z-index: 1;
}
.content-card--indexed .content-card__content__title a {
  font-size: clamp(2rem, 1.96rem + 0.125vw, 2.2rem);
}
.content-card--indexed .content-card__admin {
  background-color: var(--gray-200);
  padding: var(--space-3xs) var(--space-2xs);
  border-radius: var(--space-3xs);
  color: var(--blue-700);
}
.content-card__index::before {
  content: attr(data-index);
  position: relative;
  max-height: 18.2rem;
  display: flex;
  align-items: normal;
  justify-content: center;
  flex-direction: column;
  gap: var(--space-md);
  flex-shrink: 0;
  font-size: 26rem;
  font-family: var(--font-primary);
  font-weight: 700;
  line-height: 1.4;
  z-index: 0;
  color: var(--white-200);
}
[data-theme=dark] .content-card__index::before {
  color: var(--blue-600);
}
.content-card--simple {
  flex: 1;
}
.content-card--simple .content-card__container {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
}
.content-card--simple .content-card__image {
  flex: unset;
}
.content-card--simple .content-card__content {
  width: 100%;
  margin-top: unset;
  padding: 0;
}
.content-card--simple .content-card__content__title a {
  font-size: clamp(1.8rem, 1.76rem + 0.125vw, 2rem);
}
.content-card--simple .content-card__content__description {
  font-size: clamp(1.6rem, 1.56rem + 0.125vw, 1.8rem);
}
.content-card--hide-descriptipion .content-card__content__description {
  display: none;
}
@media (min-width: 1280px) {
  .content-card--hide-descriptipion .content-card__content__description {
    display: -webkit-box;
  }
}
.content-card--timeline {
  background-color: var(--sky-100);
  border: 1px solid var(--sky-200);
  border-radius: 4px;
  padding: var(--space-sm);
}
[data-theme=dark] .content-card--timeline {
  background-color: var(--blue-600);
  border: 1px solid var(--blue-500);
}
@media (min-width: 600px) {
  .content-card--timeline .content-card__image {
    flex: 0 0 20rem;
  }
}
.content-card--timeline .content-card__container {
  align-items: center;
}
.content-card--timeline .content-card__image {
  aspect-ratio: 205/154;
  max-width: 20rem;
}
.content-card--timeline a {
  background-color: unset;
}
.content-card--timeline p {
  margin-bottom: 0;
}
.content-card__video-icon {
  position: absolute;
  right: 0.7rem;
  bottom: 0.7rem;
  z-index: 5;
  pointer-events: none;
}
.content-card__crop-wrapper {
  overflow: hidden;
  position: absolute;
  inset: 0;
}

.advertisement {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  gap: 0.5rem;
}
.advertisement:has(.advertisement--vertical) {
  margin-bottom: var(--space-lg);
}
.advertisement--sticky {
  position: sticky;
  top: 9rem;
  align-self: start;
}
.advertisement__container {
  align-self: center;
}
.advertisement__title {
  font-size: 1rem;
  font-family: var(--font-primary);
  font-weight: 400;
  line-height: 1.4;
  color: var(--gray-450);
  position: relative;
}
.advertisement__title--align-center {
  text-align: center;
}
[data-theme=dark] .advertisement__title {
  color: var(--white-150);
}
@media (min-width: 600px) {
  .advertisement--mobile-only {
    display: none;
  }
}
.advertisement--desktop-only {
  display: none;
}
@media (min-width: 1280px) {
  .advertisement--desktop-only {
    display: flex;
  }
}
@media (min-width: 1280px) {
  .advertisement--up-tablet {
    display: none;
  }
}

.wrt-author {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: var(--space-md);
}
.wrt-author__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: var(--space-xs);
  text-align: center;
  max-width: 67.2rem;
  padding-bottom: 2rem;
}
[data-theme=dark] .wrt-author__content {
  background-color: var(--blue-950);
}
.wrt-author__avatar {
  width: 8.6rem;
  height: 8.6rem;
  border-radius: 100%;
  overflow: hidden;
}
.wrt-author__avatar img {
  width: 8.6rem;
  height: 8.6rem;
  object-fit: cover;
}
.wrt-author__data {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  font-size: clamp(2rem, 1.96rem + 0.125vw, 2.2rem);
  font-family: var(--font-primary);
  font-weight: 700;
  line-height: var(--leading-relaxed);
  color: var(--blue-700);
}
.wrt-author__data:after {
  content: "";
  display: block;
  width: 12rem;
  height: 0.5rem;
  background-color: var(--red-500);
  margin-top: clamp(1.2rem, 1.2rem + 0vw, 1.2rem);
  margin-bottom: clamp(1.2rem, 1.2rem + 0vw, 1.2rem);
}
.wrt-author__data::after {
  margin: 0;
}
.wrt-author__name {
  font-size: clamp(2.8rem, 2.64rem + 0.5vw, 3.6rem);
  font-family: var(--font-primary);
  font-weight: 700;
  line-height: var(--leading-tight);
  color: var(--blue-700);
}
[data-theme=dark] .wrt-author__name {
  color: var(--white-125);
}
.wrt-author__role {
  font-size: clamp(2rem, 1.96rem + 0.125vw, 2.2rem);
  font-family: var(--font-primary);
  font-weight: 400;
  line-height: var(--leading-normal);
  color: var(--gray-500);
}
[data-theme=dark] .wrt-author__role {
  color: var(--gray-400);
}
.wrt-author__bio p {
  font-size: clamp(1.6rem, 1.56rem + 0.125vw, 1.8rem);
  font-family: var(--font-primary);
  font-weight: 400;
  line-height: var(--leading-normal);
  color: var(--sky-900);
}
[data-theme=dark] .wrt-author__bio p {
  color: var(--white-150);
}
.wrt-author__social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: var(--space-base);
  gap: var(--space-md);
}
.wrt-author__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: var(--space-md);
  color: var(--blue-900);
}
.wrt-author__social-link .icon {
  font-size: var(--text-lg-min);
}
[data-theme=dark] .wrt-author__social-link {
  border-color: var(--white-150);
  color: var(--white-150);
}
.wrt-author--column {
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  max-width: 100%;
}
.wrt-author--column .wrt-author__content {
  flex-direction: column;
  gap: var(--space-sm);
  text-align: left;
  padding: calc(var(--space-lg) + 0.4rem);
  max-width: none;
}
@media (min-width: 600px) {
  .wrt-author--column .wrt-author__content {
    flex-direction: row;
  }
}
.wrt-author--column .wrt-author__avatar {
  flex-basis: 8.6rem;
}
.wrt-author--column .wrt-author__bio {
  flex: 1;
}
.wrt-author--column .divider {
  margin-top: 0;
  margin-bottom: 0;
}

.hot-tags {
  padding: var(--space-sm);
  padding-left: 0;
}
@media (min-width: 1440px) {
  .hot-tags {
    padding-left: var(--space-sm);
    height: 4.7rem;
  }
}
.hot-tags {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: var(--space-md);
  gap: clamp(1.6rem, 1.2470588235rem + 0.5882352941vw, 2rem);
}
.hot-tags__title {
  font-size: clamp(1.3rem, 1.3rem + 0vw, 1.3rem);
  font-family: var(--font-primary);
  font-weight: 700;
  line-height: 1.4;
}
.hot-tags__label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: var(--space-xs);
}
.hot-tags__header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: var(--space-md);
  color: var(--color-text);
}
.hot-tags__header-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: var(--space-3xs);
  font-size: clamp(1.3rem, 1.24rem + 0.1875vw, 1.6rem);
  font-family: var(--font-primary);
  font-weight: 700;
  line-height: 1.4;
}
.hot-tags__list {
  display: flex;
  gap: var(--space-sm);
  overflow-x: auto;
  grid-auto-flow: column;
  grid-auto-columns: 75%;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  overflow-y: hidden;
  touch-action: pan-x pan-y;
  scroll-behavior: smooth;
  scrollbar-color: transparent transparent;
  position: relative;
}
.hot-tags__list::-webkit-scrollbar {
  display: none;
}
@media (min-width: 960px) {
  .hot-tags__list {
    overflow-x: visible;
    grid-auto-flow: unset;
    grid-auto-columns: unset;
    grid-template-columns: repeat(12, 1fr);
  }
}
.hot-tags__list {
  overflow-x: auto;
}
.hot-tags__link {
  font-size: clamp(1.3rem, 1.26rem + 0.125vw, 1.5rem);
  font-family: var(--font-secondary);
  font-weight: 800;
  line-height: 1.4;
  color: var(--color-text-gray-2);
  white-space: nowrap;
  text-decoration: none;
  transition: color var(--transition-base);
}
.hot-tags__link:hover {
  color: var(--blue-700);
}
[data-theme=dark] .hot-tags__link {
  color: var(--color-text-gray-2);
}
[data-theme=dark] .hot-tags__link:hover {
  color: var(--white-150);
}
.hot-tags__link:visited {
  color: var(--color-text-gray-2);
}
.hot-tags__link:visited:hover {
  color: var(--blue-700);
}
[data-theme=dark] .hot-tags__link:visited:hover {
  color: var(--white-150);
}

.social-share {
  width: 100%;
  background-color: var(--sky-100);
  padding: var(--space-sm);
  position: relative;
  top: unset;
}
[data-theme=dark] .social-share {
  background-color: var(--blue-600);
}
.social-share__list {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: row;
  gap: clamp(2.7rem, 2.52rem + 0.5625vw, 3.6rem);
}
@media (min-width: 960px) {
  .social-share {
    width: fit-content;
    position: sticky;
    top: 10rem;
  }
}
.social-share__item .icon {
  color: var(--blue-400);
  font-size: var(--text-lg);
  transition: var(--transition-fast);
}
[data-theme=dark] .social-share__item .icon {
  color: var(--sky-300);
}
.social-share__item:hover {
  opacity: 0.8;
}
.social-share__item a:hover {
  text-decoration: none;
}
@media (min-width: 600px) {
  .social-share--vertical .social-share__list {
    flex-direction: column;
  }
}
.social-share--sticky {
  top: 10rem;
  position: sticky;
}

.google-news-banner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: var(--space-md);
  gap: var(--space-sm);
  background-color: var(--sky-100);
  border: 1px solid var(--sky-200);
  border-radius: var(--radius-sm);
  padding: var(--space-sm);
  transition: background-color var(--transition-fast) ease-in-out, border-color var(--transition-fast) ease-in-out;
}
[data-theme=dark] .google-news-banner {
  background-color: var(--blue-700);
  border-color: var(--blue-500);
}
.google-news-banner__text {
  font-size: clamp(1.6rem, 1.56rem + 0.125vw, 1.8rem);
  font-family: var(--font-primary);
  font-weight: 700;
  line-height: 1.4;
  flex: 1;
  font-weight: 400;
}
.google-news-banner__text a {
  text-decoration: underline;
  color: currentColor;
  background-color: transparent;
}
.google-news-banner__image {
  height: 3.2rem;
  width: 4rem;
  background-image: url("/app/themes/onalert/assets/images/google-banner/google-light.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
[data-theme=dark] .google-news-banner__image {
  background-image: url("/app/themes/onalert/assets/images/google-banner/google-dark.svg");
}
.google-news-banner--mb-xl {
  margin-bottom: var(--space-xl);
}

.read-also {
  display: flex;
  align-items: normal;
  justify-content: flex-start;
  flex-direction: column;
  gap: var(--text-sm-min);
}
@media (min-width: 960px) {
  .read-also {
    position: sticky;
    top: 10rem;
  }
}
.read-also .divider {
  display: none;
}
@media (min-width: 1280px) {
  .read-also .divider {
    display: flex;
    position: sticky;
    top: 10rem;
  }
}
@media (min-width: 1280px) {
  .read-also__title {
    font-size: clamp(1.6rem, 1.56rem + 0.125vw, 1.8rem);
    font-family: var(--font-primary);
    font-weight: 700;
    line-height: var(--leading-relaxed);
  }
}
.read-also__title {
  color: var(--blue-800);
}
[data-theme=dark] .read-also__title {
  color: var(--sky-100);
}
.read-also__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: normal;
  justify-content: normal;
  flex-direction: row;
  gap: 0;
  overflow-x: scroll;
  scrollbar-width: none;
}
.read-also__list::-webkit-scrollbar {
  display: none;
}
.read-also__list {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media (min-width: 960px) {
  .read-also__list {
    margin-right: unset;
    margin-left: calc(var(--space-md) * -1);
    width: calc(var(--space-md) + 100%);
  }
}
@media (min-width: 1280px) {
  .read-also__list {
    flex-direction: column;
    overflow-x: unset;
    width: 100%;
    margin-left: unset;
    margin-right: unset;
  }
}
.read-also__list .read-also__item:last-child .divider {
  display: none;
}
.read-also__item {
  flex: 0 0 75%;
  padding-left: var(--space-md);
}
@media (min-width: 600px) {
  .read-also__item {
    flex: 0 0 40%;
  }
}
@media (min-width: 960px) {
  .read-also__item {
    flex: 0 0 33.3333333333%;
  }
}
@media (min-width: 1280px) {
  .read-also__item {
    padding-left: 0;
  }
}
.read-also__item .divider {
  margin-top: var(--space-sm);
  margin-bottom: var(--space-sm);
}
.read-also__link {
  display: flex;
  align-items: normal;
  justify-content: normal;
  flex-direction: column;
  gap: var(--space-xs);
  text-decoration: none;
}
.read-also img {
  aspect-ratio: 3/2;
  width: 100%;
  object-fit: cover;
  transition: transform var(--transition-base);
}
.read-also__text {
  font-size: 1.6rem;
  font-family: var(--font-secondary);
  font-weight: 800;
  line-height: var(--leading-2tight);
  font-size: var(--text-md);
  color: var(--color-text);
  transition: color var(--transition-fast);
}
@media (min-width: 1280px) {
  .read-also__text {
    font-size: var(--text-sm);
  }
}
[data-theme=dark] .read-also__text {
  color: var(--white-150);
}

.current-date {
  display: flex;
  flex-direction: column;
  container: current-date/inline-size;
  width: 100%;
}
.current-date__content {
  padding: var(--space-md);
  padding-bottom: var(--space-xl);
  border: 1px solid #d3def1;
  background-color: var(--sky-100);
  border-radius: var(--space-3xs);
}
[data-theme=dark] .current-date__content {
  background-color: var(--blue-700);
  border: 1px solid var(--blue-500);
}
@container current-date (width > 600px) {
  .current-date__content {
    gap: var(--space-md);
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }
}
.current-date__title {
  font-size: clamp(2.8rem, 2.64rem + 0.5vw, 3.6rem);
  font-family: var(--font-primary);
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: var(--space-3xs);
}
.current-date__card {
  display: flex;
  flex-direction: column;
  gap: var(--space-2xs);
  color: currentColor;
}
.current-date__card h3 {
  font-size: clamp(2rem, 1.96rem + 0.125vw, 2.2rem);
  font-family: var(--font-secondary);
  font-weight: 800;
  line-height: var(--leading-2tight);
}
.current-date__card img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4/3;
}
.current-date__divider {
  margin: var(--space-md) 0;
}
@container current-date (width > 500px) {
  .current-date__divider {
    display: flex;
  }
  .current-date__divider .divider {
    flex-direction: column;
    height: 100%;
  }
  .current-date__divider .divider .divider__line {
    width: 100%;
  }
}
.current-date__card-above-title {
  text-align: center;
  margin-bottom: var(--space-md);
  font-weight: 700;
  font-size: var(--text-md-max);
}
.current-date__right-col {
  min-width: 0;
}
.current-date__right-col .carousel__track {
  gap: var(--space-md);
}
.current-date__right-col .carousel__viewport {
  margin-bottom: var(--space-md);
}
@media (min-width: 960px) {
  .current-date--sticky {
    position: sticky;
    top: 9rem;
    align-self: start;
  }
}

.hero-forum {
  padding: var(--space-lg) 0;
  margin-bottom: var(--space-lg);
  background-color: var(--sky-100);
  position: relative;
}
[data-theme=dark] .hero-forum {
  background-color: var(--blue-600);
}
.hero-forum__overlay {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("/app/themes/onalert/assets/images/hero/hero-light.svg");
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  z-index: 0;
}
[data-theme=dark] .hero-forum__overlay {
  background-image: url("/app/themes/onalert/assets/images/hero/hero-dark.svg");
}
.hero-forum .container {
  position: relative;
  z-index: 1;
}

.newspaper__date-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: var(--space-sm);
}
.newspaper__date-button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: var(--space-md);
  width: 2.4rem;
  height: 2.4rem;
  border: 0;
  background: transparent;
  color: var(--color-text-alt);
  cursor: pointer;
}
.newspaper__date-button .disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.newspaper__date-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: var(--space-xs);
}
@media (min-width: 600px) {
  .newspaper__date-wrapper {
    flex-direction: row;
    gap: var(--space-sm);
  }
}
.newspaper__date-wrapper .icon-calendar {
  opacity: 0.66;
}
.newspaper__date {
  font-size: clamp(1.6rem, 1.56rem + 0.125vw, 1.8rem);
  font-family: var(--font-primary);
  font-weight: 700;
  line-height: 1.4;
  line-height: var(--leading-semi-relaxed);
  color: var(--color-text-alt);
  cursor: pointer;
}
.newspaper__icon {
  cursor: pointer;
}
.newspaper__category {
  margin-bottom: var(--space-lg);
}
.newspaper__category .section-title {
  margin-bottom: var(--space-sm);
}
.newspaper__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-lg) var(--space-sm);
  list-style: none;
  margin-bottom: var(--space-lg);
}
@media (min-width: 600px) {
  .newspaper__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 960px) {
  .newspaper__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.newspaper__grid--single {
  list-style: none;
  grid-template-columns: 1fr;
}
.newspaper__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  gap: var(--space-2xs);
}
.newspaper__item-title {
  font-size: clamp(2rem, 1.96rem + 0.125vw, 2.2rem);
  font-family: var(--font-secondary);
  font-weight: 800;
  line-height: 1.4;
  line-height: var(--leading-2tight);
  color: var(--color-heading);
  text-align: center;
  text-transform: uppercase;
}
.newspaper__cover {
  display: block;
}
.newspaper__cover img {
  display: block;
  width: 100%;
  object-fit: contain;
}
.newspaper .read-more-link {
  margin-top: var(--space-lg) !important;
  margin-bottom: var(--space-xl) !important;
}
@media (min-width: 960px) {
  .newspaper .read-more-link {
    margin-bottom: 0;
  }
}
@media (min-width: 960px) {
  .newspaper .advertisement {
    display: none;
  }
}
.newspaper__date-container {
  display: flex;
  gap: var(--space-sm);
  min-width: 40rem;
  justify-content: center;
}

.carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
  outline: none;
  text-align: center;
  text-align: left;
  overflow: visible;
}
.carousel .carousel__viewport {
  overflow-x: auto;
  grid-auto-flow: column;
  grid-auto-columns: 75%;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  overflow-y: hidden;
  touch-action: pan-x pan-y;
  scroll-behavior: smooth;
  scrollbar-color: transparent transparent;
  position: relative;
}
.carousel .carousel__viewport::-webkit-scrollbar {
  display: none;
}
@media (min-width: 1280px) {
  .carousel .carousel__viewport {
    overflow-x: visible;
    grid-auto-flow: unset;
    grid-auto-columns: unset;
    grid-template-columns: repeat(12, 1fr);
  }
}
.carousel .carousel__viewport {
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
  .carousel .carousel__viewport {
    scroll-behavior: auto;
  }
}
.carousel .carousel__track {
  width: max-content;
}
.carousel:focus-visible {
  outline: 3px solid Highlight;
  outline: 3px solid -webkit-focus-ring-color;
  outline-offset: 2px;
}
.carousel .section-title {
  margin-bottom: 0;
}
.carousel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  gap: var(--space-md);
}
.carousel__viewport {
  overflow: hidden;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media (min-width: 1280px) {
  .carousel__viewport {
    width: 100%;
    margin-left: unset;
    margin-right: unset;
  }
}
.carousel__track {
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  list-style: none;
  transform: translateX(var(--carousel-offset, 0px));
  transition: transform 400ms cubic-bezier(0.4, 0, 0.2, 1);
  gap: 0;
}
.carousel.is-dragging .carousel__track {
  transition: none;
}
@media (prefers-reduced-motion: reduce) {
  .carousel__track {
    transition: none;
  }
}
@media (min-width: 1280px) {
  .carousel__track {
    margin-left: calc(clamp(2.2rem, 1.92rem + 0.875vw, 3.6rem) * -1);
  }
  .carousel__track:has(.tag-list__item) {
    margin-left: unset;
  }
}
.carousel__slide {
  display: flex;
  flex: 0 0 100%;
  flex-direction: column;
  min-width: 0;
  position: relative;
  align-items: stretch;
  padding-left: clamp(2.2rem, 1.92rem + 0.875vw, 3.6rem);
}
.carousel__slide a,
.carousel__slide img {
  -webkit-user-drag: none;
  user-select: none;
  pointer-events: auto;
}
.carousel__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  user-select: none;
  -webkit-user-drag: none;
}
.carousel__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 12px 20px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.4;
}
.carousel__controls {
  align-items: center;
  gap: var(--space-sm);
  flex-shrink: 0;
  display: none;
}
@media (min-width: 960px) {
  .carousel__controls {
    display: flex;
  }
}
.carousel__control {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: var(--space-sm);
  width: var(--space-lg-max);
  height: var(--space-lg-max);
  padding: 0;
  border: 1px solid var(--blue-700);
  border-radius: 50%;
  background-color: var(--blue-700);
  cursor: pointer;
  transition: all ease-in-out 250ms;
}
.carousel__control .icon {
  font-size: 1rem;
  color: var(--color-white);
}
.carousel__control:hover, .carousel__control:focus-visible {
  background-color: var(--sky-150);
  border: 1px solid var(--sky-150);
}
.carousel__control:hover .icon, .carousel__control:focus-visible .icon {
  color: var(--blue-700);
}
.carousel__control[disabled], .carousel__control[aria-disabled=true] {
  background-color: transparent;
}
.carousel__control[disabled] .icon, .carousel__control[aria-disabled=true] .icon {
  color: var(--blue-700);
}
[data-theme=dark] .carousel__control {
  background-color: var(--white-150);
}
[data-theme=dark] .carousel__control .icon {
  color: var(--blue-700);
}
[data-theme=dark] .carousel__control[disabled], [data-theme=dark] .carousel__control[aria-disabled=true] {
  background-color: transparent;
  border: 1px solid var(--white-150);
}
[data-theme=dark] .carousel__control[disabled] .icon, [data-theme=dark] .carousel__control[aria-disabled=true] .icon {
  color: var(--white-150);
}
[data-theme=dark] .carousel__control:hover, [data-theme=dark] .carousel__control:focus-visible {
  background-color: var(--blue-600);
  border: 1px solid var(--blue-600);
}
[data-theme=dark] .carousel__control:hover .icon, [data-theme=dark] .carousel__control:focus-visible .icon {
  color: var(--color-white);
}
.carousel__control-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  pointer-events: none;
}
.carousel__pagination {
  position: relative;
  z-index: 10;
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 8px;
}
.carousel__dot {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #5f687e;
}
[data-theme=dark] .carousel__dot {
  background-color: #a4a9b6;
}
.carousel__dot {
  transition: background-color 250ms ease, transform 250ms ease;
}
.carousel__dot::after {
  content: "";
  display: block;
  position: absolute;
  inset: -8px;
}
.carousel__dot {
  position: relative;
}
.carousel__dot.is-active {
  background-color: #13203d;
}
[data-theme=dark] .carousel__dot.is-active {
  background-color: #eff0f4;
}
.carousel__dot:hover:not(.is-active) {
  background-color: #13203d;
}
[data-theme=dark] .carousel__dot:hover:not(.is-active) {
  background-color: #eff0f4;
}
.carousel__dot:focus-visible {
  outline: 2px solid #13203d;
  outline-offset: 3px;
}
.carousel--popular-cards .carousel__header {
  margin-bottom: var(--space-sm);
}
.carousel--popular-cards .carousel__slide {
  flex: 0 0 36rem;
  scroll-snap-align: start;
}
@media (min-width: 960px) {
  .carousel--popular-cards .carousel__slide {
    flex: 0 0 38rem;
  }
}
@media (min-width: 1280px) {
  .carousel--popular-cards .carousel__slide {
    padding: 0;
  }
}
.carousel--popular-cards .carousel__slide:first-child {
  padding-left: var(--space-lg);
}
@media (min-width: 1280px) {
  .carousel--popular-cards .carousel__track {
    gap: var(--space-lg);
  }
}
.carousel--cards .carousel__slide {
  max-width: 32.2rem;
  scroll-snap-align: start;
}
.carousel--newspaper .carousel__viewport {
  scroll-behavior: auto;
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  width: 100%;
  margin-left: unset;
  margin-right: unset;
}
.carousel--newspaper .carousel__slide {
  flex: 0 0 100%;
  scroll-snap-align: start;
  padding: 0;
}
.carousel--newspaper .carousel__track {
  margin-left: unset;
}
.carousel--tag-list {
  margin-bottom: var(--space-sm);
}
.carousel--tag-list .carousel__track {
  gap: 1rem;
}
.carousel--tag-list .carousel__slide {
  flex: 0 0 auto;
  width: auto;
}

.timeline {
  margin-top: var(--space-lg);
  display: flex;
  flex-direction: column;
  gap: var(--space-xl);
}
.timeline__time {
  color: var(--gray-450);
  font-size: clamp(1.1rem, 1.08rem + 0.0625vw, 1.2rem);
  font-family: var(--font-primary);
  font-weight: 700;
  line-height: 1.6;
}
[data-theme=dark] .timeline__time {
  color: var(--gray-150);
}
.timeline__time--pinned {
  font-size: clamp(1.6rem, 1.56rem + 0.125vw, 1.8rem);
  font-family: var(--font-primary);
  font-weight: 700;
  line-height: 1;
  padding-top: var(--space-2xs);
  padding-bottom: var(--space-2xs);
  padding-left: var(--space-md);
  padding-right: var(--space-md);
  color: var(--white-125);
  background-color: var(--red-500);
  z-index: var(--z-index-dropdown);
  transition: all var(--transition-base);
}
.timeline__time--pinned:hover {
  color: var(--blue-800);
  background-color: var(--sky-100);
}
[data-theme=dark] .timeline__time--pinned:hover {
  color: var(--white-150);
  background-color: var(--blue-600);
}
.timeline__time--pinned:disabled {
  cursor: not-allowed;
  color: #a8afbc;
  background-color: var(--sky-100);
}
[data-theme=dark] .timeline__time--pinned:disabled {
  color: #606b87;
  background-color: var(--blue-600);
}
.timeline__time--pinned {
  width: fit-content;
  pointer-events: none;
  display: flex;
  align-items: center;
  gap: var(--space-3xs);
  padding: var(--space-2xs);
}
.timeline__time--pinned:hover {
  background-color: unset;
  cursor: default;
}
[data-theme=dark] .timeline__time--pinned {
  color: var(--white-125);
}
.timeline__dot {
  --size: 0.8rem;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  background-color: var(--color-red);
  flex-grow: 0;
  outline: 0.2rem solid var(--color-red);
  outline-offset: 0.5rem;
}
.timeline__line {
  flex-grow: 1;
  width: 0.3rem;
  background-color: var(--red-300);
  margin-top: 0.6rem;
  margin-bottom: -0.4rem;
  margin-bottom: calc(-1 * var(--space-xl) - 0.2rem);
}
[data-theme=dark] .timeline__line {
  background-color: var(--red-600);
}
.timeline__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.timeline__wrapper h1,
.timeline__wrapper h2,
.timeline__wrapper h3,
.timeline__wrapper h4,
.timeline__wrapper h5,
.timeline__wrapper h6 {
  margin-top: var(--space-2xs);
  color: var(--blue-800);
  font-size: var(--text-md);
}
[data-theme=dark] .timeline__wrapper h1,
[data-theme=dark] .timeline__wrapper h2,
[data-theme=dark] .timeline__wrapper h3,
[data-theme=dark] .timeline__wrapper h4,
[data-theme=dark] .timeline__wrapper h5,
[data-theme=dark] .timeline__wrapper h6 {
  color: var(--sky-100);
}
.timeline__wrapper p {
  margin-bottom: var(--space-xs);
  font-size: var(--text-base);
}
.timeline__section {
  display: flex;
  align-items: flex-start;
  gap: 1.8rem;
}
.timeline__section:last-of-type .timeline__line {
  display: none;
}
.timeline .section-content {
  display: flex;
  flex-direction: column;
}
.timeline article {
  display: flex;
  gap: 30px;
  width: 100%;
}
.timeline aside {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 8px;
}
.timeline iframe {
  max-height: fit-content;
  width: 100%;
  margin-bottom: 0 !important;
}
.timeline .twitter-tweet iframe {
  max-height: none;
}
.timeline iframe[src*="youtube.com"] {
  max-height: none;
}

.timeline-quote {
  position: relative;
  padding: var(--space-md);
  border-radius: 0.4rem;
  overflow: hidden;
  background-color: var(--blue-700);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  isolation: isolate;
}
[data-theme=light] .timeline-quote {
  background-color: var(--white-200);
  background-image: url("/app/themes/onalert/assets/images/hero/hero-breaking-light.svg");
  color: var(--blue-700);
}
[data-theme=light] .timeline-quote::before {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  z-index: -1;
  opacity: 0.24;
}
[data-theme=dark] .timeline-quote {
  background-color: var(--blue-700);
  background-image: url("/app/themes/onalert/assets/images/hero/hero-breaking-dark.svg");
  color: var(--white-150);
}
[data-theme=dark] .timeline-quote::before {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  z-index: -1;
  opacity: 0.24;
}
.timeline-quote__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: var(--space-md);
}
.timeline-quote .title-divider__title {
  font-size: clamp(2rem, 1.96rem + 0.125vw, 2.2rem);
  font-family: var(--font-primary);
  font-weight: 700;
  line-height: var(--leading-tight);
  margin-bottom: 0;
  color: currentColor;
}
.timeline-quote .title-divider__forum-description {
  font-size: clamp(1.6rem, 1.56rem + 0.125vw, 1.8rem);
  font-family: var(--font-primary);
  font-weight: 400;
  line-height: var(--leading-normal);
  margin-top: 0;
  margin-bottom: 0;
  color: currentColor;
  opacity: 0.9;
}
.timeline-quote .title-divider .divider {
  margin-top: var(--space-xs);
  margin-bottom: var(--space-xs);
  width: 12rem;
}
.timeline-quote__media {
  width: 100%;
  border-radius: 0.4rem;
  overflow: hidden;
  position: relative;
}
.timeline-quote__media picture,
.timeline-quote__media img,
.timeline-quote__media iframe {
  width: 100%;
  display: block;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.timeline-quote__media iframe {
  border: 0;
  margin-bottom: 0 !important;
}

.sponsored {
  position: relative;
  overflow: hidden;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: var(--space-xl);
  padding-bottom: var(--space-xl);
  background-image: url("/app/themes/onalert/assets/images/sponsored/sponsored-light.svg");
  background-color: var(--white-200);
}
.sponsored .title-divider__title,
.sponsored .title-divider__title a,
.sponsored .sponsored__lead-title {
  color: var(--blue-700);
}
.sponsored .archive-header__description p,
.sponsored .sponsored__lead-description,
.sponsored .content-card__content__title a,
.sponsored .content-card__content__description {
  color: var(--sky-900);
}
[data-theme=dark] .sponsored .read-more-link__action {
  color: var(--gray-950);
}
.sponsored--dark {
  background-color: #060b14;
  background-image: url("/app/themes/onalert/assets/images/sponsored/sponsored-dark.svg");
}
.sponsored--dark .sponsored__partner {
  font-size: clamp(1.1rem, 1.08rem + 0.0625vw, 1.2rem);
  color: #aaacaf;
}
.sponsored--dark .sponsored__partner-brand {
  filter: invert(1);
}
.sponsored--dark .title-divider,
.sponsored--dark .title-divider__title,
.sponsored--dark .sponsored__lead-title,
.sponsored--dark .read-more-link__action,
.sponsored--dark .read-more-link__action:hover {
  color: var(--white-150);
}
.sponsored--dark .archive-header__description p,
.sponsored--dark .sponsored__lead-description,
.sponsored--dark .content-card__content__title a,
.sponsored--dark .content-card__content__description {
  color: var(--white-200);
}
.sponsored--dark .content-card__content__date {
  color: var(--gray-450);
}
[data-theme=dark] .sponsored--dark .read-more-link__action {
  color: var(--white-150);
}
.sponsored__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  gap: var(--space-md);
  gap: var(--space-lg);
}
.sponsored__header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  gap: 0;
  text-align: center;
}
.sponsored__header .archive-header__description {
  max-width: 72rem;
}
.sponsored__group {
  display: contents;
}
.sponsored__layout {
  display: grid;
  row-gap: var(--space-lg);
  column-gap: var(--space-lg);
  grid-template-columns: 1fr;
  grid-template-areas: "main" "lead" "cards";
}
@media (min-width: 960px) {
  .sponsored__layout {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "lead main main" "cards cards cards";
  }
  .sponsored__layout .sponsored__cards-track {
    gap: var(--space-lg);
  }
}
@media (min-width: 1280px) {
  .sponsored__layout {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-areas: "lead lead lead main main main main main main card-1 card-1 card-1" "card-2 card-2 card-2 card-2 card-2 card-2 card-3 card-3 card-3 card-3 card-3 card-3";
    align-items: stretch;
  }
}
.sponsored__layout .content-card__content {
  padding: 0;
  column-gap: var(--space-md);
}
.sponsored__lead {
  grid-area: lead;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: var(--space-2xs);
  align-self: center;
}
.sponsored__lead-title {
  font-size: clamp(2.4rem, 2.36rem + 0.125vw, 2.6rem);
  font-family: var(--font-secondary);
  font-weight: 800;
  line-height: var(--leading-2tight);
}
.sponsored__lead-description {
  font-size: clamp(1.6rem, 1.56rem + 0.125vw, 1.8rem);
  font-family: var(--font-primary);
  font-weight: 400;
  line-height: var(--leading-normal);
  opacity: 0.92;
}
.sponsored__feature-image {
  grid-area: main;
  display: block;
  width: 100%;
  align-self: stretch;
  aspect-ratio: 3/2;
  width: 100%;
  object-fit: cover;
}
.sponsored__feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sponsored__cards-track {
  grid-area: cards;
  display: flex;
  flex-wrap: nowrap;
  gap: var(--space-sm);
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.sponsored__cards-track::-webkit-scrollbar {
  display: none;
}
.sponsored__cards-track .content-card:first-of-type {
  margin-left: var(--space-lg);
  scroll-margin-left: var(--space-lg);
}
@media (min-width: 960px) {
  .sponsored__cards-track {
    width: unset;
    margin-left: unset;
    margin-right: unset;
  }
  .sponsored__cards-track .content-card:first-of-type {
    padding-left: unset;
  }
}
@media (min-width: 960px) {
  .sponsored__cards-track {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow-x: visible;
    scroll-snap-type: unset;
  }
}
@media (min-width: 1280px) {
  .sponsored__cards-track {
    display: contents;
  }
}
.sponsored__cards-track .content-card__content__title a {
  font-size: clamp(2rem, 1.96rem + 0.125vw, 2.2rem);
  font-family: var(--font-secondary);
  font-weight: 800;
  line-height: 1.2;
}
@media (min-width: 1280px) {
  .sponsored__cards-track .content-card:nth-of-type(1) {
    grid-area: card-1;
  }
  .sponsored__cards-track .content-card:nth-of-type(1) .content-card__container {
    flex-direction: column;
    gap: 0;
    padding: 0;
  }
  .sponsored__cards-track .content-card:nth-of-type(1) .content-card__image {
    flex: auto;
  }
  .sponsored__cards-track .content-card:nth-of-type(1) .content-card__content {
    margin-top: var(--space-sm);
    padding: 0;
  }
}
@media (min-width: 1280px) {
  .sponsored__cards-track .content-card:nth-of-type(2) {
    grid-area: card-2;
  }
  .sponsored__cards-track .content-card:nth-of-type(2) .content-card__container {
    flex-direction: row !important;
    gap: var(--space-sm);
  }
  .sponsored__cards-track .content-card:nth-of-type(2) .content-card__img-container img {
    aspect-ratio: 3/2;
  }
  .sponsored__cards-track .content-card:nth-of-type(2) .content-card__image {
    flex: 0 0 20.4rem;
  }
}
@media (min-width: 1280px) {
  .sponsored__cards-track .content-card:nth-of-type(3) {
    grid-area: card-3;
  }
  .sponsored__cards-track .content-card:nth-of-type(3) .content-card__container {
    flex-direction: row !important;
    gap: var(--space-sm);
  }
  .sponsored__cards-track .content-card:nth-of-type(3) .content-card__img-container img {
    aspect-ratio: 3/2;
  }
  .sponsored__cards-track .content-card:nth-of-type(3) .content-card__image {
    flex: 0 0 20.4rem;
  }
}
.sponsored__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: var(--space-lg);
}
@media (min-width: 600px) {
  .sponsored__footer {
    flex-direction: row;
    justify-content: space-between;
  }
}
.sponsored__footer {
  padding-top: var(--space-sm);
  padding-bottom: var(--space-sm);
  width: 100%;
  color: currentColor;
}
.sponsored__footer .read-more-link {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 600px) {
  .sponsored__footer .read-more-link {
    margin-right: unset;
  }
}
.sponsored__partner {
  display: flex;
  align-items: center;
  font-size: clamp(1.3rem, 1.26rem + 0.125vw, 1.5rem);
  font-family: var(--font-primary);
  font-weight: 700;
  line-height: var(--leading-relaxed);
  font-size: clamp(1.1rem, 1.08rem + 0.0625vw, 1.2rem);
  color: var(--sky-900);
}
.sponsored__partner--top-middle {
  margin-top: var(--space-lg);
}
@media (min-width: 600px) {
  .sponsored__partner--top-middle {
    margin-top: var(--space-xs);
  }
}
@media (min-width: 1280px) {
  .sponsored__partner--top-middle {
    display: none;
  }
}
.sponsored__partner--top-side {
  display: none;
}
@media (min-width: 1280px) {
  .sponsored__partner--top-side {
    display: flex;
  }
}
.sponsored__partner-brand {
  font-size: clamp(1.6rem, 1.56rem + 0.125vw, 1.8rem);
  font-family: var(--font-primary);
  font-weight: 800;
  line-height: 1;
  margin-left: var(--space-2xs);
  letter-spacing: 0.04em;
}
.sponsored__more {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
  gap: var(--space-2xs);
  font-size: clamp(1.3rem, 1.26rem + 0.125vw, 1.5rem);
  font-family: var(--font-primary);
  font-weight: 700;
  line-height: var(--leading-relaxed);
  text-decoration: none;
}
.sponsored .content-card {
  width: 100%;
  flex-shrink: 0;
  max-width: 26rem;
  scroll-snap-align: start;
}
@media (min-width: 600px) {
  .sponsored .content-card {
    max-width: 30rem;
  }
}
@media (min-width: 960px) {
  .sponsored .content-card {
    max-width: none;
  }
}
@media (max-width: 1279px) {
  .sponsored .content-card .content-card__container {
    flex-direction: column !important;
    gap: 0;
  }
  .sponsored .content-card .content-card__image {
    flex: unset !important;
  }
  .sponsored .content-card .content-card__content {
    padding: var(--space-xs) 0 0 !important;
  }
}
@media (min-width: 1280px) {
  .sponsored--v1 .sponsored__wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: baseline;
  }
}
.sponsored--v1 .sponsored__wrapper:not(:has(.sponsored__partner--top-middle)) {
  justify-content: center;
  align-items: center;
}
@media (min-width: 960px) {
  .sponsored--v1 .sponsored__cards-track .content-card:first-of-type {
    margin-left: unset;
  }
}
@media (min-width: 1280px) {
  .sponsored--v1__wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: baseline;
  }
}
.sponsored--v2 .sponsored__wrapper {
  display: flex;
  width: 100%;
  align-items: baseline;
  justify-content: center;
}
.sponsored--v2 .sponsored__wrapper .divider {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 960px) {
  .sponsored--v2 .sponsored__wrapper .divider {
    margin-left: unset;
    margin-right: unset;
  }
}
@media (min-width: 1280px) {
  .sponsored--v2 .sponsored__wrapper .divider {
    align-items: flex-start;
  }
  .sponsored--v2 .sponsored__wrapper {
    justify-content: space-between;
  }
}
@media (min-width: 1280px) {
  .sponsored--v2 .sponsored__layout {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-areas: "card-1 card-1 card-1 main main main main main main card-2 card-2 card-2" "card-1 card-1 card-1 lead lead lead lead lead lead card-2 card-2 card-2";
    column-gap: var(--space-lg);
    align-items: start;
  }
}
@media (min-width: 1280px) {
  .sponsored--v2 .sponsored__header {
    max-width: 50rem;
    text-align: left;
  }
}
.sponsored--v2 .sponsored__cards-track {
  grid-template-columns: 1fr 1fr;
  flex-direction: column;
  overflow-x: visible;
  scroll-snap-type: none;
  width: unset;
  margin-left: unset;
  margin-right: unset;
}
.sponsored--v2 .sponsored__cards-track .content-card:first-of-type {
  margin-left: unset;
}
@media (min-width: 1280px) {
  .sponsored--v2 .sponsored__cards-track {
    display: contents;
  }
}
.sponsored--v2 .content-card {
  max-width: none;
}
@media (min-width: 600px) {
  .sponsored--v2 .content-card__container {
    flex-direction: row !important;
    gap: var(--space-md);
  }
}
@media (min-width: 960px) {
  .sponsored--v2 .content-card__container {
    flex-direction: column !important;
    gap: 0;
  }
}
@media (min-width: 1280px) {
  .sponsored--v2 .content-card__container {
    margin-top: var(--space-2xl);
  }
}
@media (min-width: 600px) {
  .sponsored--v2 .content-card__image {
    flex: 0 0 40% !important;
  }
}
@media (min-width: 960px) {
  .sponsored--v2 .content-card__image {
    flex: none !important;
  }
}
@media (min-width: 1280px) {
  .sponsored--v2 .content-card:nth-of-type(1) {
    grid-area: card-1;
  }
}
@media (min-width: 1280px) {
  .sponsored--v2 .content-card:nth-of-type(2) {
    grid-area: card-2;
  }
}
@media (min-width: 1280px) {
  .sponsored--v2 .content-card:nth-of-type(2) {
    grid-area: card-2;
  }
  .sponsored--v2 .content-card:nth-of-type(2) .content-card__container {
    flex-direction: column !important;
    gap: var(--space-sm);
  }
  .sponsored--v2 .content-card:nth-of-type(2) .content-card__img-container img {
    aspect-ratio: 3/2;
  }
  .sponsored--v2 .content-card:nth-of-type(2) .content-card__image {
    flex: 0 0 20.4rem;
  }
}
.sponsored--v2 .content-card__content__description {
  display: -webkit-box;
}
.sponsored--light-blue {
  background-color: var(--sky-200);
  background-image: url("/app/themes/onalert/assets/images/sponsored/sponsored-light-blue.svg");
}
.sponsored--light-blue .title-divider__title,
.sponsored--light-blue .sponsored__lead-title {
  color: var(--blue-700);
}
.sponsored--light-blue .archive-header__description p,
.sponsored--light-blue .sponsored__lead-description,
.sponsored--light-blue .content-card__content__title a,
.sponsored--light-blue .content-card__content__description {
  color: var(--sky-900);
}
.sponsored--light-blue .live__text,
.sponsored--light-blue .read-more-link__action {
  color: var(--blue-700);
}
.sponsored--light-blue .sponsored__partner-brand {
  filter: unset;
}
.sponsored--light-blue .sponsored__partner {
  color: var(--sky-900);
}
.sponsored--dark-blue {
  background-color: var(--blue-750);
  background-image: url("/app/themes/onalert/assets/images/sponsored/sponsored-dark-blue.svg");
}
.sponsored--dark-blue .title-divider__title,
.sponsored--dark-blue .sponsored__lead-title,
.sponsored--dark-blue .read-more-link__action {
  color: var(--white-150);
}
.sponsored--dark-blue .archive-header__description p,
.sponsored--dark-blue .sponsored__lead-description,
.sponsored--dark-blue .content-card__content__title a,
.sponsored--dark-blue .content-card__content__description {
  color: var(--white-200);
}
.sponsored--dark-blue .sponsored__partner-brand {
  filter: invert(1);
}
.sponsored--dark-blue .sponsored__partner {
  font-size: clamp(1.1rem, 1.08rem + 0.0625vw, 1.2rem);
  color: #abadb1;
}
[data-theme=dark] .sponsored--dark-blue .read-more-link__action {
  color: var(--white-150);
}

.align-card {
  display: flex;
  flex-direction: column;
}

.google-cta {
  padding: var(--space-sm);
  display: flex;
  gap: 1rem;
  max-width: fit-content;
  border-radius: 999px;
  margin: 0 auto;
  font-size: var(--text-sm);
  background-color: var(--sky-100);
  border: 1px solid var(--sky-200);
}
[data-theme=dark] .google-cta {
  background-color: var(--blue-700);
  border-color: var(--blue-500);
}

.card-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 600px) {
  .card-text .divider {
    display: none;
  }
}
@media (min-width: 960px) {
  .card-text .divider {
    display: block;
  }
}
.card-text__title a {
  font-size: clamp(1.8rem, 1.76rem + 0.125vw, 2rem);
  font-family: var(--font-secondary);
  font-weight: 800;
  line-height: var(--leading-2tight);
  color: var(--gray-950);
  display: block;
  margin-bottom: var(--space-2xs);
}
[data-theme=dark] .card-text__title a {
  color: var(--sky-100);
}
.card-text__date {
  font-size: clamp(1.3rem, 1.26rem + 0.125vw, 1.5rem);
  font-family: var(--font-primary);
  font-weight: 700;
  line-height: var(--leading-relaxed);
  color: var(--gray-450);
}
[data-theme=dark] .card-text__date {
  color: var(--gray-150);
}

.button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font: inherit;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  outline: none;
}
.button:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}
.button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font: inherit;
  color: inherit;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
  outline: none;
  cursor: pointer;
  transition: all var(--transition-base);
  user-select: none;
}
.button:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}
.button:disabled, .button.is-disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}
.button {
  font-size: clamp(1.6rem, 1.56rem + 0.125vw, 1.8rem);
  font-family: var(--font-primary);
  font-weight: 700;
  line-height: var(--leading-normal);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-sm);
  padding: var(--space-xs) var(--space-lg);
  text-align: center;
  white-space: nowrap;
  transition: all 0.3s ease;
  cursor: pointer;
  background: var(--red-500);
  color: var(--white-125);
  border: 2px solid var(--red-500);
}
.button:hover:not(:disabled) {
  color: var(--sky-100);
  background-color: var(--blue-600);
  border-color: var(--blue-600) F;
}
[data-theme=dark] .button:hover:not(:disabled) {
  color: var(--blue-600);
  background-color: var(--white-150);
  border-color: var(--white-150);
}
.button:active:not(:disabled) {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(59, 130, 246, 0.2);
}
.button {
  /* stylelint-disable-next-line no-descending-specificity */
}
.button:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}
.button {
  /* stylelint-disable-next-line no-descending-specificity */
}
.button:disabled, .button.is-disabled {
  cursor: not-allowed;
  color: #a8afbc;
  background-color: var(--sky-100);
  border-color: var(--sky-100);
}
[data-theme=dark] .button:disabled, [data-theme=dark] .button.is-disabled {
  color: #606b87;
  background-color: var(--blue-600);
  border-color: var(--blue-600);
}
.button__text {
  flex: 1;
}
.button--secondary {
  background: var(--color-secondary);
  border-color: var(--color-secondary);
  color: var(--color-white);
}
.button--secondary:hover:not(:disabled) {
  background: var(--color-secondary-hover);
  border-color: var(--color-secondary-hover);
  box-shadow: 0 4px 12px rgba(75, 85, 99, 0.3);
}
.button__outlined {
  background: transparent;
  border-color: var(--gray-300);
  color: var(--color-black);
  border-radius: 0;
  padding: var(--space-2xs);
  letter-spacing: 0.2rem;
}
.button__outlined:hover:not(:disabled) {
  background: transparent;
  border-color: var(--color-black);
  color: var(--color-black);
}
.button__outlined--success {
  background: transparent;
  border-color: var(--color-success);
  color: var(--color-black);
}
.button__outlined--success:hover:hover:not(:disabled) {
  background: transparent;
  border-color: var(--color-success);
}
.button__outlined--danger {
  background: transparent;
  border-color: var(--color-error);
  color: var(--color-black);
}
.button__outlined--danger:hover:hover:not(:disabled) {
  background: transparent;
  border-color: var(--color-error);
  color: var(--color-black);
}
.button--success {
  background: var(--color-success);
  border-color: var(--color-success);
}
.button--success:hover:not(:disabled) {
  background: var(--green-600);
  border-color: var(--green-600);
  box-shadow: 0 4px 12px rgba(34, 197, 94, 0.3);
}
.button--warning {
  background: var(--color-warning);
  border-color: var(--color-warning);
}
.button--warning:hover:not(:disabled) {
  background: var(--amber-500);
  border-color: var(--amber-500);
  box-shadow: 0 4px 12px rgba(245, 158, 11, 0.3);
}
.button--danger {
  background: var(--color-error);
  border-color: var(--color-error);
}
.button--danger:hover:not(:disabled) {
  background: var(--red-500);
  border-color: var(--red-500);
  box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3);
}
.button--block {
  display: flex;
  width: 100%;
}
.button--active {
  padding: 0.8rem var(--space-sm);
  width: 100%;
  max-width: 27rem;
  color: var(--white-150);
  background-color: var(--blue-750);
  border-color: var(--blue-750);
}
.button--active:hover:not(:disabled) {
  color: var(--blue-750);
  background-color: var(--white-150);
  border-color: var(--blue-750);
}
[data-theme=dark] .button--active {
  color: var(--blue-750);
  background-color: var(--white-150);
  border-color: var(--white-150);
}
[data-theme=dark] .button--active:hover:not(:disabled) {
  color: var(--white-150);
  background-color: var(--blue-600);
  border-color: var(--white-150);
}
.button.loading {
  position: relative;
  color: transparent;
  pointer-events: none;
}
.button.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.6rem;
  height: 1.6rem;
  border: 2px solid currentcolor;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
  color: var(--color-white);
}
.button {
  position: relative;
}
.button .badge__positioned.badge__positioned--top-right {
  top: -0.8rem;
  right: -0.8rem;
}
.button .badge__positioned.badge__positioned--top-left {
  top: -0.8rem;
  left: -0.8rem;
}

@keyframes spin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.tag-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: 1rem;
  overflow-x: auto;
  grid-auto-flow: column;
  grid-auto-columns: 75%;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  overflow-y: hidden;
  touch-action: pan-x pan-y;
  scroll-behavior: smooth;
  scrollbar-color: transparent transparent;
  position: relative;
}
.tag-list::-webkit-scrollbar {
  display: none;
}
@media (min-width: 1280px) {
  .tag-list {
    overflow-x: visible;
    grid-auto-flow: unset;
    grid-auto-columns: unset;
    grid-template-columns: repeat(12, 1fr);
  }
}
.tag-list {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media (min-width: 960px) {
  .tag-list {
    width: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
.tag-list__link {
  font-size: clamp(1.3rem, 1.26rem + 0.125vw, 1.5rem);
  font-family: var(--font-secondary);
  font-weight: 800;
  line-height: var(--leading-2tight);
  color: var(--blue-400);
  background-color: var(--sky-150);
  padding: 1rem;
  display: inline-flex;
  transition: color var(--transition-base), background-color var(--transition-base);
}
.tag-list__link:hover {
  color: var(--sky-100);
  background-color: var(--blue-500);
  text-decoration: none;
}
[data-theme=dark] .tag-list__link {
  color: var(--sky-150);
  background-color: var(--blue-500);
}
[data-theme=dark] .tag-list__link:hover {
  color: var(--blue-400);
  background-color: var(--sky-150);
}
.tag-list__link:visited {
  color: var(--sky-150);
}
.tag-list__item {
  flex-shrink: 0;
}
.tag-list__item:first-of-type {
  margin-left: clamp(2.2rem, 1.92rem + 0.875vw, 3.6rem);
}
@media (min-width: 960px) {
  .tag-list__item:first-of-type {
    margin-left: unset;
  }
}
.tag-list__item a:visited {
  color: var(--sky-150);
}
[data-theme=light] .tag-list__item a:visited:hover {
  color: var(--sky-150);
}
[data-theme=light] .tag-list__item a:visited {
  color: var(--blue-400);
}

.title-divider {
  width: 100%;
  position: relative;
}
.title-divider__title {
  font-size: clamp(2.8rem, 2.64rem + 0.5vw, 3.6rem);
  font-family: var(--font-primary);
  font-weight: 700;
  line-height: var(--leading-tight);
}
.title-divider__title a {
  color: var(--white-150);
}
.title-divider__tag-text {
  font-size: clamp(1.6rem, 1.56rem + 0.125vw, 1.8rem);
  font-family: var(--font-primary);
  font-weight: 400;
  line-height: var(--leading-normal);
  color: var(--transparent-blue-66);
}
[data-theme=dark] .title-divider__tag-text {
  color: var(--gray-150);
}
.title-divider__tag-text {
  margin-bottom: var(--space-2xs);
}
.title-divider__forum-description {
  color: currentColor;
  margin-bottom: var(--space-lg);
  font-weight: 700;
  text-wrap: balance;
}
.title-divider--center {
  text-align: center;
}
.title-divider--center .divider {
  margin-left: auto;
  margin-right: auto;
}
.title-divider--right {
  text-align: right;
}
.title-divider--right .divider {
  align-items: flex-end;
}
.title-divider--space-xs:has(.divider) {
  margin-bottom: var(--space-xs);
}
.title-divider--space-sm:has(.divider) {
  margin-bottom: var(--space-sm);
}
.title-divider--space-md:has(.divider) {
  margin-bottom: var(--space-md);
}
.title-divider--space-lg:has(.divider) {
  margin-bottom: var(--space-lg);
}
.title-divider--space-xl:has(.divider) {
  margin-bottom: var(--space-xl);
}
[data-theme=dark] .title-divider {
  color: var(--sky-100);
}
.title-divider--step-3 .title-divider__title {
  font-size: clamp(2.8rem, 2.64rem + 0.5vw, 3.6rem);
  font-family: var(--font-primary);
  font-weight: 700;
  line-height: 1.4;
}
.title-divider--secondary .title-divider__title {
  font-size: clamp(2rem, 1.96rem + 0.125vw, 2.2rem);
  font-family: var(--font-secondary);
  font-weight: 800;
  line-height: var(--leading-2tight);
}
.title-divider--secondary .divider {
  margin-top: var(--space-2xs);
  margin-bottom: var(--space-2xs);
}

.divider {
  --color-divider: var(--sky-200);
  --color-divider-muted: #E3E9F5;
}
[data-theme=dark] .divider {
  --color-divider: var(--blue-575);
  --color-divider-muted: #18284C;
}
.divider {
  display: block;
  width: 100%;
}
.divider--single {
  height: 1px;
  background-color: var(--color-divider);
  margin-top: var(--space-sm);
  margin-bottom: var(--space-sm);
}
.divider--double-line {
  height: 0;
  margin-top: var(--space-sm);
  margin-bottom: var(--space-sm);
}
.divider--double-line::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: linear-gradient(to bottom, var(--color-divider) 0px, var(--color-divider) 1px, transparent 1px, transparent 2px, var(--color-divider) 2px, var(--color-divider) 3px);
}
.divider--triple-line {
  height: 0;
  margin-top: var(--space-sm);
  margin-bottom: var(--space-md);
}
.divider--triple-line::after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background: linear-gradient(to bottom, var(--color-divider-muted) 0px, var(--color-divider-muted) 1px, transparent 1px, transparent 2px, var(--color-divider) 2px, var(--color-divider) 4px, transparent 4px, transparent 5px, var(--color-divider-muted) 5px, var(--color-divider-muted) 6px);
}
.divider--red {
  height: 0.5rem;
  background-color: var(--color-red);
  max-width: 12rem;
  margin-top: var(--space-sm);
  margin-bottom: var(--space-sm);
}
.divider__line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--color-divider);
}
.divider__line--red {
  height: 0.5rem;
  background-color: var(--color-red);
  max-width: 12rem;
}
.divider__button {
  font-size: clamp(1.6rem, 1.56rem + 0.125vw, 1.8rem);
  font-family: var(--font-primary);
  font-weight: 700;
  line-height: 1;
  padding-top: var(--space-2xs);
  padding-bottom: var(--space-2xs);
  padding-left: var(--space-md);
  padding-right: var(--space-md);
  color: var(--white-125);
  background-color: var(--red-500);
  z-index: var(--z-index-dropdown);
  transition: all var(--transition-base);
}
.divider__button:hover {
  color: var(--blue-800);
  background-color: var(--sky-100);
}
[data-theme=dark] .divider__button:hover {
  color: var(--white-150);
  background-color: var(--blue-600);
}
.divider__button:disabled {
  cursor: not-allowed;
  color: #a8afbc;
  background-color: var(--sky-100);
}
[data-theme=dark] .divider__button:disabled {
  color: #606b87;
  background-color: var(--blue-600);
}
.divider__button {
  white-space: nowrap;
}
.divider__button:active:not(:disabled) {
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.divider--button {
  position: relative;
  margin: var(--space-xl) 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: var(--space-md);
}
.divider--button .divider__button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 1rem;
}
.divider--button span:first-child {
  transition: transform var(--transition-slow);
}
.divider--button:hover span:first-child {
  transform: rotate(180deg);
}
.divider--center {
  align-items: center;
  justify-content: center;
}
.divider--inverted {
  transform: rotate(180deg);
}
.divider--inverted::before {
  height: 4px;
}
.divider--space-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.divider--space-xs {
  margin-top: var(--space-xs);
  margin-bottom: var(--space-xs);
}
.divider--space-xs-max {
  margin-top: var(--space-xs);
  margin-bottom: var(--space-xs);
}
.divider--space-sm {
  margin-top: var(--space-sm);
  margin-bottom: var(--space-sm);
}
.divider--space-md {
  margin-top: var(--space-md);
  margin-bottom: var(--space-md);
}
.divider--space-md-max {
  margin-top: var(--space-md);
  margin-bottom: var(--space-md);
}
.divider--space-lg {
  margin-top: var(--space-lg);
  margin-bottom: var(--space-lg);
}
.divider--space-xl {
  margin-top: var(--space-xl);
  margin-bottom: var(--space-xl);
}
.divider--space-mb-lg {
  margin-bottom: var(--space-lg);
}

.section-title .tag-list {
  margin-bottom: var(--space-sm);
}
.section-title__title {
  font-size: clamp(2.8rem, 2.64rem + 0.5vw, 3.6rem);
  font-family: var(--font-primary);
  font-weight: 700;
  line-height: var(--leading-none);
  color: var(--color-text);
}
.section-title .icon {
  font-size: 2.4rem;
  color: var(--blue-700);
}
[data-theme=dark] .section-title .icon {
  color: var(--white-150);
}
.section-title--ornament {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  gap: 0;
  flex-direction: column;
}
.section-title--ornament h2 {
  flex-direction: row;
  align-items: center;
}
.section-title--ornament h2 .icon {
  font-size: 2.2rem;
}
@media (min-width: 960px) {
  .section-title--ornament h2 .icon {
    font-size: 2.6rem;
  }
}
.section-title--uppercase {
  text-transform: uppercase;
}
.section-title--mb-0 {
  margin-bottom: 0;
}
.section-title--step-3 .section-title__title {
  font-size: clamp(2.4rem, 2.36rem + 0.125vw, 2.6rem);
  font-family: var(--font-primary);
  font-weight: 700;
  line-height: 1.4;
}
.section-title--mb-lg .divider {
  margin-bottom: var(--space-lg);
}

.search-results {
  display: flex;
  align-items: unset;
  justify-content: flex-start;
  flex-direction: column;
  gap: unset;
}
.search-results__content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: row;
  gap: var(--space-md);
}
.search-results__title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  gap: 0;
}
@media (min-width: 600px) {
  .search-results__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    gap: var(--space-md);
  }
}
.search-results__title {
  font-size: clamp(2.8rem, 2.64rem + 0.5vw, 3.6rem);
  font-family: var(--font-primary);
  font-weight: 700;
  line-height: 1.4;
}
.search-results__result {
  font-size: 18;
  font-family: var(--font-primary);
  font-weight: 700;
  line-height: var(--leading-semi-relaxed);
  color: var(--gray-450);
  display: none;
}
@media (min-width: 600px) {
  .search-results__result {
    display: block;
  }
}
[data-theme=dark] .search-results__result {
  color: var(--gray-150);
}
.search-results__not-found-text {
  font-size: clamp(2.8rem, 2.64rem + 0.5vw, 3.6rem);
  font-family: var(--font-secondary);
  font-weight: 800;
  line-height: 1.2;
  color: var(--transparent-blue-66);
  margin-bottom: 1.6rem;
}
[data-theme=dark] .search-results__not-found-text {
  color: var(--gray-150);
}

.read-more-link {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: row;
  gap: var(--space-md);
  font-weight: 700;
  margin-top: var(--space-lg);
}
.read-more-link__action {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  gap: var(--space-xs);
  text-decoration: none;
  color: var(--color-heading);
  transition: color var(--transition-fast);
}
.read-more-link__action:hover {
  color: var(--color-heading);
  text-decoration: none;
}
.read-more-link__action:hover .read-more-link__icon {
  transform: translateX(4px);
}
.read-more-link__text {
  font-size: clamp(1.3rem, 1.26rem + 0.125vw, 1.5rem);
  font-family: var(--font-primary);
  font-weight: 700;
  line-height: 1.4;
}
.read-more-link__icon {
  font-size: clamp(1.1rem, 1.08rem + 0.0625vw, 1.2rem);
  transition: transform var(--transition-fast);
}
.read-more-link--text-md .read-more-link__text {
  font-size: var(--text-base);
}
.read-more-link--align-left {
  justify-content: flex-start;
}

.live {
  display: inline-flex;
  align-items: baseline;
  position: relative;
}
.live__text {
  margin-right: 0.5rem;
  margin-left: 1.6rem;
  font-size: clamp(2.4rem, 2.36rem + 0.125vw, 2.6rem);
  font-family: var(--font-primary);
  font-weight: 700;
  line-height: var(--leading-relaxed);
  font-size: inherit;
}
.live__dot {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color-red);
  box-shadow: 0 0 0 0 var(--color-red);
  animation: l1 1s infinite;
  margin-right: 1rem;
}

@keyframes l1 {
  100% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
}
.category-title {
  text-align: center;
}
.category-title h1 {
  font-size: clamp(2.7rem, 1.9058823529rem + 1.3235294118vw, 3.6rem);
  font-family: var(--font-primary);
  font-weight: 700;
  line-height: var(--leading-tight);
}
.category-title h1::after {
  content: "";
  height: 0.5rem;
  width: 12rem;
  background-color: var(--red-500);
  display: flex;
  align-self: center;
  justify-self: center;
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
}
.category-title__description {
  margin: 0 auto;
  width: 100%;
  max-width: 67.2rem;
  font-size: clamp(2rem, 1.8235294118rem + 0.2941176471vw, 2.2rem);
  font-family: var(--font-primary);
  font-weight: 400;
  line-height: var(--leading-normal);
}

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: var(--blue-700);
  background: var(--white-200);
  border: 1px solid var(--sky-200);
  border-radius: 5px;
}
[data-theme=dark] .pika-single {
  background: #09101d;
  border-color: #09101d;
  color: var(--white-125);
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}

.pika-single:after {
  clear: both;
}

.pika-single.is-hidden {
  display: none;
}

.pika-lendar {
  float: left;
  width: fit-content;
  margin: 8px;
}

.pika-title {
  position: relative;
  text-align: center;
}

.pika-label {
  display: inline-block;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--blue-700);
}
[data-theme=dark] .pika-label {
  color: var(--white-125);
}

.pika-title select {
  font-size: clamp(1.6rem, 1.56rem + 0.125vw, 1.8rem);
  font-family: var(--font-primary);
  font-weight: 700;
  line-height: var(--leading-semi-relaxed);
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  opacity: 0;
  color: var(--blue-700);
}
[data-theme=dark] .pika-title select {
  color: var(--white-125);
}

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  /* hide text using text-indent trick, using width value (it's enough) */
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
}
[data-theme=dark] .pika-prev,
[data-theme=dark] .pika-next {
  filter: invert(1);
}

.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
}

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
}

.pika-select {
  display: inline-block;
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

.pika-table th,
.pika-table td {
  width: 14.2857142857%;
  padding: 0;
}

.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}

.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  height: initial;
  padding: 4px 8px;
}

.pika-week {
  font-size: 11px;
  color: #999;
}

.is-today .pika-button {
  font-weight: bold;
}

.is-selected .pika-button,
.has-event .pika-button {
  font-weight: bold;
  color: var(--white-125);
  background: var(--sky-900);
  box-shadow: none;
  border-radius: 4px;
  font-weight: bold;
}
[data-theme=dark] .is-selected .pika-button,
[data-theme=dark] .has-event .pika-button {
  background: var(--sky-100);
  color: var(--blue-750);
}

.is-selected .pika-button:hover,
.has-event .pika-button:hover {
  font-weight: bold;
  color: var(--white-125);
  background: var(--sky-900);
  box-shadow: none;
  border-radius: 4px;
  font-weight: bold;
}
[data-theme=dark] .is-selected .pika-button:hover,
[data-theme=dark] .has-event .pika-button:hover {
  background: var(--sky-100);
  color: var(--blue-750);
}

.has-event .pika-button {
  background: #005da9;
}

.is-disabled .pika-button,
.is-inrange .pika-button {
  color: #5a657c;
}
[data-theme=dark] .is-disabled .pika-button,
[data-theme=dark] .is-inrange .pika-button {
  color: #a1a4ab;
}

.is-startrange .pika-button {
  color: #fff;
  background: #6cb31d;
  box-shadow: none;
  border-radius: 3px;
}

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px;
}

.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #5a657c;
}
[data-theme=dark] .is-disabled .pika-button {
  color: #a1a4ab;
}

.is-outside-current-month .pika-button {
  color: #5a657c;
}
[data-theme=dark] .is-outside-current-month .pika-button {
  color: #a1a4ab;
}

.is-selection-disabled {
  pointer-events: none;
  cursor: default;
}

.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
  background: var(--sky-150);
  border-radius: 4px;
}
[data-theme=dark] .pika-button:hover,
[data-theme=dark] .pika-row.pick-whole-week:hover .pika-button {
  background: var(--sky-900);
  color: var(--white-125);
}
[data-theme=dark] .pika-button:hover svg,
[data-theme=dark] .pika-row.pick-whole-week:hover .pika-button svg {
  filter: invert(1);
}

.pika-row > td {
  padding-bottom: var(--space-sm);
  padding: 4px;
}
.pika-row > td button {
  font-size: clamp(1.3rem, 1.26rem + 0.125vw, 1.5rem);
  font-family: var(--font-primary);
  font-weight: 400;
  line-height: var(--leading-normal);
  color: var(--blue-800);
}
[data-theme=dark] .pika-row > td button {
  color: var(--white-125);
}

/* styling for abbr */
.pika-table abbr {
  border-bottom: none;
  text-transform: uppercase;
  text-decoration: none;
  color: #5a657c;
}
.pika-table abbr [data-theme=dark] {
  color: #a1a4ab;
}

.spacer {
  border: none;
}
.spacer--mb-3xs {
  margin-bottom: var(--space-3xs);
}
.spacer--mb-2xs {
  margin-bottom: var(--space-2xs);
}
.spacer--mb-xs {
  margin-bottom: var(--space-xs);
}
.spacer--mb-sm {
  margin-bottom: var(--space-sm);
}
.spacer--mb-md {
  margin-bottom: var(--space-sm);
}
.spacer--mb-lg {
  margin-bottom: var(--space-lg);
}
.spacer--mb-xl {
  margin-bottom: var(--space-xl);
}
.spacer--mb-2xl {
  margin-bottom: var(--space-2xl);
}
.spacer--mb-3xl {
  margin-bottom: var(--space-3xl);
}

.wp-block-quote {
  position: relative;
  padding-left: calc(clamp(1.2rem, 0.88rem + 1vw, 2.8rem) + 4px);
  margin: 0 var(--space-md) var(--space-md) var(--space-md);
  color: var(--sky-900);
}
[data-theme=dark] .wp-block-quote {
  color: var(--white-200);
}
.wp-block-quote::before {
  content: "";
  position: absolute;
  top: 0;
  left: 2px;
  width: 2px;
  height: 100%;
  background-color: var(--sky-200);
}
[data-theme=dark] .wp-block-quote::before {
  background-color: var(--blue-500);
}
.wp-block-quote::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: var(--sky-200);
  opacity: 0.5;
}
[data-theme=dark] .wp-block-quote::after {
  background-color: var(--blue-575);
}
.wp-block-quote p {
  margin-bottom: var(--space-xs);
}
.wp-block-quote p:last-child {
  margin-bottom: 0;
}
.wp-block-quote cite {
  display: block;
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-family: var(--font-secondary);
  font-weight: 800;
  line-height: 1.4;
}

/*# sourceMappingURL=style.css.map */
