/* -----------------------------
   Almаrena Mono Display
------------------------------ */
@font-face {
  font-family: "Almarena Mono Display";
  src: url("../fonts/almarena-mono-display-bold-webfont.woff2") format("woff2"),
    url("../fonts/almarena-mono-display-bold-webfont.woff") format("woff"),
    url("../fonts/Almarena-Mono-Display-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Almarena Mono Display";
  src: url("../fonts/almarena-mono-display-light-webfont.woff2") format("woff2"),
    url("../fonts/almarena-mono-display-light-webfont.woff") format("woff"),
    url("../fonts/Almarena-Mono-Display-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* -----------------------------
   Folio Std Light
------------------------------ */
@font-face {
  font-family: "Folio Std";
  src: url("../fonts/folio-std-light.woff2") format("woff2"),
    url("../fonts/folio-std-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* -----------------------------
   Normalidad Text
------------------------------ */

/* Regular */
@font-face {
  font-family: "Normalidad Text";
  src: url("../fonts/NormalidadText-TextRegular.woff2") format("woff2"),
    url("../fonts/NormalidadText-TextRegular.woff") format("woff"),
    url("../fonts/NormalidadText-TextRegular-latin.woff2") format("woff2"),
    url("../fonts/NormalidadText-TextRegular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Medium */
@font-face {
  font-family: "Normalidad Text";
  src: url("../fonts/NormalidadText-TextMedium.woff2") format("woff2"),
    url("../fonts/NormalidadText-TextMedium.woff") format("woff"),
    url("../fonts/NormalidadText-TextMedium-latin.woff2") format("woff2"),
    url("../fonts/NormalidadText-TextMedium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Light */
@font-face {
  font-family: "Normalidad Text";
  src: url("../fonts/NormalidadText-TextLight.woff2") format("woff2"),
    url("../fonts/NormalidadText-TextLight.woff") format("woff"),
    url("../fonts/NormalidadText-TextLight-latin.woff2") format("woff2"),
    url("../fonts/NormalidadText-TextLight.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Bold */
@font-face {
  font-family: "Normalidad Text";
  src: url("../fonts/NormalidadText-TextBold.woff2") format("woff2"),
    url("../fonts/NormalidadText-TextBold.woff") format("woff"),
    url("../fonts/NormalidadText-TextBold-latin.woff2") format("woff2"),
    url("../fonts/NormalidadText-TextBold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Black */
@font-face {
  font-family: "Normalidad Text";
  src: url("../fonts/NormalidadText-TextBlack.woff2") format("woff2"),
    url("../fonts/NormalidadText-TextBlack-latin.woff2") format("woff2"),
    url("../fonts/NormalidadText-TextBlack.woff2") format("woff2"),
    url("../fonts/NormalidadText-TextBlack.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* SemiCondensed */
@font-face {
  font-family: "Normalidad Text SemiCondensed";
  src: url("../fonts/NormalidadText-SemiCondensed.woff2") format("woff2"),
    url("../fonts/NormalidadText-SemiCondensed.otf") format("opentype"),
    url("../fonts/NormalidadText-SemiCondensed-latin.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@media print, screen and (min-width: 64em) {
  .grid-x > .large-2 {
    width: 20% !important;
  }
  .grid-x > .large-8 {
    width: 60% !important;
  }
}

a,
a:hover,
a:hover,
a:active,
a:visited,
a:focus {
  color: #fb6920;
}

body.custom-background.blog,
body.blog,
body.custom-background.archive,
body.archive,
body.custom-background.search-results,
body.search-results,
.blog,
.search-results,
.archive,
.single-post {
  background: var(--Background, #060606);
  color: #fff;
}

body .decor {
  position: absolute;
  z-index: -1;
}
body .decor.left {
  left: 0;
  width: 33vw;
  top: 21vh;
}
body .decor.right {
  right: 0;
  top: 0;
  width: 27vw;
}

.navigation-wrapper + #page,
#page {
  max-width: 1936px;
  padding-left: 120px;
  padding-right: 120px;
}

body.archive .site-main .post a img,
body.blog .site-main .post a img,
.blog main article img,
.search-results main article img,
.archive main article img,
.related-posts.blog main article + article img {
  min-height: 310px;
  height: 310px;
  border-radius: 18px;
}

body.blog main article,
main article,
.blog main article,
.search-results main article,
.archive main article,
.blog main article,
.search-results main article,
body.archive main article,
.related-posts.blog main article + article {
  border-radius: 18px;
  position: relative;
  overflow: hidden;
  background-color: #424242;
  padding: 4px;
  transition: all 0.3s ease;
}
.related-posts .post:hover::after,
body.archive .site-main .post:hover::after,
body.blog .site-main .post:hover::after,
.burger-button {
  display: none;
}

body.blog main article:hover,
main article:hover,
.related-posts.blog main article + article:hover {
  background: #53210a;
}
body.blog .site-main .post:hover > a::before {
  display: none;
}

.blog main article h2 a,
main article h2 a {
  font-family: "Almarena Mono Display", sans-serif;
  color: #fff !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.entry-top-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-family: "Almarena Mono Display", sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  width: calc(100% - 70px);
  margin-bottom: 20px;
}

.entry-top-meta .entry-meta-date.new {
  color: #fff;
  font-family: "Almarena Mono Display", sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.entry-category a {
  display: flex;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: #fb6920;
  color: var(--Black, #000) !important;
  font-family: "Almarena Mono Display", sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 140%; /* 22.4px */
}

.entry-author {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.entry-author .author-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
}

.entry-author .author-avatar img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  min-height: unset !important;
}

.entry-author .author-name,
.entry-author .author-name a {
  color: #fff !important;
  font-family: "Folio Std";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 20px */
}

.related-posts .post .article-contents .entry-content a p,
body.archive .post .article-contents .entry-content a p,
body.blog .post .article-contents .entry-content a p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  font-family: "Folio Std";
  font-size: var(--font-size-paragraph-small, 20px);
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}

.entry-content .rt-reading-time {
  position: absolute;
  top: 28px;
  right: 24px;
  color: #fff;
  font-family: "Almarena Mono Display", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}

.entry-content .rt-reading-time,
.rt-label.rt-postfix {
  font-family: "Almarena Mono Display", sans-serif !important;
}

.rt-label:first-child {
  display: none !important;
}

.post .article-contents,
.article-contents {
  padding: 24px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDI0IiBoZWlnaHQ9IjIxOCIgdmlld0JveD0iMCAwIDQyNCAyMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgo8cmVjdCB3aWR0aD0iNDI0IiBoZWlnaHQ9IjIxOCIgcng9IjIwIiBmaWxsPSJ1cmwoI3BhdHRlcm4wXzFfOTUpIiBmaWxsLW9wYWNpdHk9IjAuMSIvPgo8ZGVmcz4KPHBhdHRlcm4gaWQ9InBhdHRlcm4wXzFfOTUiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiIHBhdHRlcm5UcmFuc2Zvcm09Im1hdHJpeCgxNi44MTQ0IDAgMCAxNi4xMTM4IDAgMCkiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHZpZXdCb3g9IjAgMCAxNC44OCAxNC4yNiIgd2lkdGg9IjEiIGhlaWdodD0iMSI+Cjx1c2UgeGxpbms6aHJlZj0iI3BhdHRlcm4wXzFfOTVfaW5uZXIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNC44OCAtMTQuMjYpIi8+Cjx1c2UgeGxpbms6aHJlZj0iI3BhdHRlcm4wXzFfOTVfaW5uZXIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTE0LjI2KSIvPgo8dXNlIHhsaW5rOmhyZWY9IiNwYXR0ZXJuMF8xXzk1X2lubmVyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTQuODggMCkiLz4KPGcgaWQ9InBhdHRlcm4wXzFfOTVfaW5uZXIiPgo8Y2lyY2xlIGN4PSIxIiBjeT0iMTEuNSIgcj0iMSIgZmlsbD0id2hpdGUiLz4KPGNpcmNsZSBjeD0iMjMiIGN5PSIxMS41IiByPSIxIiBmaWxsPSJ3aGl0ZSIvPgo8L2c+CjwvcGF0dGVybj48L2RlZnM+Cjwvc3ZnPgo=);
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
}

.main-page-categories {
  margin-bottom: 40px;
}

.main-page-categories ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: none !important;
  order: -1;
}

.main-page-categories .cat-item {
  margin: 0 !important;
}

.main-page-categories .cat-item a {
  display: flex;
  padding: 12px 16px !important;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(6px);
  color: var(--Text-Secondary, rgba(255, 255, 255, 0.7)) !important;
  leading-trim: both;
  text-edge: cap;
  font-family: "Folio Std";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 16px */
}

#load-more-posts {
  display: flex;
  padding: 24px 32px;
  justify-content: space-between;
  align-items: center;
  gap: var(--Spacing-spacing---40px, 40px);
  align-self: stretch;
  color: #fb6920;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Folio Std";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 20px */
  border-radius: 8px;
  border: 1px solid #fb5e20;
  cursor: pointer;
}

#load-more-posts svg {
  transition: all 0.3s ease;
}

#load-more-posts:hover svg {
  transform: rotate(180deg);
}

.search-results main {
  padding-top: 80px;
}

.main-page-categories .cat-item a:hover,
.main-page-categories .current-cat a {
  border: none;
  background: rgba(255, 255, 255, 0.5);
  color: #fff;
}

.search-results h1.page-title,
.search-results h1.page-title span,
.blog-title-block h1 {
  color: var(--Text-Primary, #fff);
  font-family: "Almarena Mono Display", sans-serif;
  font-size: var(--font-size-h1, 80px);
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 80px */
  margin-bottom: 12px;
  display: block;
  padding-left: 1%;
}

.blog-title-block {
  padding-left: 1%;
  padding-right: 1%;
}

.blog-title-block p {
  color: var(--Text-Secondary, rgba(255, 255, 255, 0.7));
  font-family: "Folio Std";
  font-size: var(--font-size-paragraph-big, 24px);
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 33.6px */
  display: block;
  margin-bottom: 28px;
  padding-left: 1%;
}

.categories-list-title {
  color: #fff;
  font-family: "Almarena Mono Display", sans-serif;

  font-size: var(--font-size-h3, 32px);
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 38.4px */
  display: block;
  margin-bottom: 12px;
}

.breadcrumps-custom {
  display: flex;
  align-items: center;
  padding-top: 32px;
}

.breadcrumps-custom > * {
  padding: 8px 4px 8px 1%;
  color: var(--Text-Disabled, rgba(255, 255, 255, 0.5));
  font-family: "Folio Std";
  font-size: var(--Text-Sizes-Text-Regular, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  opacity: 0.5;
}

.breadcrumps-custom .link {
  color: var(--Primary-Orange, #fb6920);
  opacity: 1;
  text-decoration: underline;
}

.navigation-wrapper.custom {
  background: transparent;
}

.contacts-us-banner {
  /* overflow: hidden; */
  position: relative;
  width: 100vw;
  margin-top: 72px;
  display: flex;
  padding: var(--Spacing-spacing---24px, 24px)
    var(--Spacing-spacing---40px, 40px);
  justify-content: center;
  align-items: center;
  gap: var(--Spacing-spacing---24px, 24px);
  align-self: stretch;
  border-radius: var(--radius-r-20, 20px);
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(251, 105, 32, 0.2) 100%
    ),
    #060606;
  box-shadow: 0 4px 0 20px rgba(0, 0, 0, 0.25),
    0 2px 2px 0 rgba(221, 221, 221, 0.25) inset,
    0 4px 11px 0 rgba(221, 221, 221, 0.25) inset;
}

.contact-us-banner .decor-image {
  position: absolute;
  top: p;
  top: 0;
  right: 0;
  z-index: -1;
  height: 100%;
  right: -80%;
}

.contacts-us-banner a {
  color: #000 !important;
  cursor: pointer;
  background: linear-gradient(270deg, #dc4b11 0%, #ffb83d 100%),
    linear-gradient(#953813 0%, #fb5e20 100%);
  border: none;
  border-radius: 8px;
  align-items: center;
  gap: 12px;
  padding: 23px;
  transition: background 2s;
  display: flex;
  color: #171717;
  text-align: center;
  font-family: "Almarena Mono Display", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 20px */
}

.contacts-us-banner a:hover {
  color: #000;
  background: linear-gradient(270deg, #ff6011 0% 100%);
}

.contacts-us-banner h2 {
  color: var(--Text-Primary, #fff);
  font-family: "Almarena Mono Display", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 38.4px */
}

.contacts-us-banner p {
  color: #ffb794;
  font-family: "Folio Std";
  font-size: var(--font-size-paragraph-small, 20px);
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 28px */
}

/* --- HEADER BASE --- */
.site-header {
  position: sticky;
  margin-top: 30px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  backdrop-filter: blur(6px);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.25);
}

.header-inner {
  height: 75px;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

/* --- LOGO --- */
.header-logo img {
  display: block;
}

/* --- NAV LIST --- */
.header-nav {
}

.header-menu {
  display: flex;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
  align-items: center;
}

.site-header .menu-trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  height: 56px;
  border: none;
  background: transparent;
  cursor: pointer;
  border-radius: 14px;
  font-weight: 500;
  color: #fff;
  font-size: 16px;
  transition: background 0.15s, color 0.15s;
}

.site-header .menu-trigger.blog {
  border-radius: var(--radius-r-12, 12px);
  background: var(--Primary-Orange, #fb6920);
  color: var(--Black, #000);
}

.site-header .menu-trigger svg {
  width: 20px;
  height: 20px;
  background-color: #0003;
  padding: 8px 6px;
  border-radius: 4px;
  fill: #fff;
  transition: 0.3s;
}

.site-header .menu-trigger:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

/* Active dropdown */
.site-header .menu-trigger.clicked {
  background: rgba(0, 0, 0, 0.4);
  color: #fb6920;
}

.site-header .menu-trigger.clicked svg {
  fill: #fb6920;
  background: none;
  transform: rotate(180deg);
}

/* --- ACTION BUTTON --- */
a.header-btn {
  color: #000 !important;
  cursor: pointer;
  background: linear-gradient(270deg, #fb5e20 0%, #ff9e3d 100%);
  border: 1px solid #fb6920;
  border-radius: 8px;
  align-items: center;
  padding: 10px 24px;
  transition: all 0.2s;
  display: inline-flex;
  font-size: 16px;
  font-weight: 900;
  font-family: var(--ff-folio);
  line-height: 100%;
}

a.header-btn:hover {
  background: linear-gradient(270deg, #ff6011 0% 100%);
}

/* --- DROPDOWN PANEL --- */
.header-panel {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  background: #2a2a2a;
  border: 1px solid #ffffff1f;
  border-radius: 20px;
  padding: 28px;
  transform: translateY(-6px);
  transition: opacity 0.18s, transform 0.18s;
  min-height: 260px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45),
    inset 0 1px rgba(255, 255, 255, 0.15);
}

.header-panel.open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

/* --- PANEL --- */
.header-panel-inner {
  color: #e9e9e9;
  opacity: 0;
  pointer-events: none;
  z-index: 40;
  background: #2a2a2a;
  border: 1px solid #ffffff1f;
  border-radius: 20px;
  transition: opacity 0.18s, transform 0.18s;
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  right: 0;
  transform: translateY(-6px);
  box-shadow: 0 10px 30px #00000073, inset 0 1px #ffffff0a;
}

/* OPEN STATE */
.header-panel-inner.open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

/* --- PANEL INNER --- */
.header-panel-inner {
  border-radius: 20px;
  gap: 28px;
  min-height: 280px;
  padding: 28px;
  display: flex;
}

/* --- DIVIDER (якщо буде) --- */
.header-divider {
  background: linear-gradient(#0000, #ffffff24, #0000);
  width: 1px;
}

/* --- COLUMNS --- */
.header-col {
  flex-wrap: nowrap;
  flex: 1;
  column-gap: 16px;
  min-width: 0;
  max-width: 500px;
  display: flex;
}

.header-container {
  box-sizing: border-box;
  max-width: 1936px;
  margin-inline: auto;
  padding: 0 120px;
}

/* --- HEADINGS --- */
.header-head {
  font-family: "Almarena Mono Display", sans-serif;
  white-space: pre;
  color: #ffffffb2;
  width: 100%;
  max-width: 220px;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
}

/* --- LINKS --- */
.header-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-inner .header-links a {
  color: #ff6a00;
  font-weight: 500;
  font-family: var(--ff-folio);
  border-radius: 10px;
  padding: 7px 12px;
  text-decoration: none;
  transition: all 0.2s;
  display: block;
}

.header-links a:hover {
  background-color: #060606;
}

/* --- LOGO ALIGNMENT --- */
.header-logo {
  align-items: center;
  column-gap: 8px;
  display: flex;
}

.header-logo button {
  background: none;
}

.widget-subscribe {
  display: flex;
  padding: var(--Spacing-spacing---32px, 32px)
    var(--Spacing-spacing---24px, 24px);
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  align-items: flex-start;
  gap: var(--Spacing-spacing---12px, 12px);
  align-self: stretch;
  border-radius: var(--radius-r-20, 20px);
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(251, 105, 32, 0.2) 100%
    ),
    #060606;
  box-shadow: 0 2px 2px 0 rgba(221, 221, 221, 0.25) inset,
    0 4px 11px 0 rgba(221, 221, 221, 0.25) inset;
}

#secondary .widget-subscribe .widget-title {
  color: #fff;
  font-family: "Almarena Mono Display", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
  display: block;
}

#secondary .widget-subscribe .widget-text {
  color: var(--Text-Secondary, rgba(255, 255, 255, 0.7));
  font-family: "Folio Std";
  font-size: var(--font-size-paragraph-small, 20px);
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 28px */
}

#secondary .widget-subscribe input {
  border-radius: var(--radius-r-12, 12px);
  border: 1px solid var(--border, rgba(255, 255, 255, 0.1));
  background: #3a3a3a;
  box-shadow: 0 4px 1px 0 rgba(0, 0, 0, 0.12) inset;
  display: flex;
  height: 56px;
  padding: var(--Spacing-spacing---24px, 24px)
    var(--Spacing-spacing---16px, 16px);
  align-items: center;
  gap: var(--Spacing-spacing---16px, 16px);
  align-self: stretch;
}

#secondary .widget-subscribe button {
  width: 100%;
  color: #000;
  cursor: pointer;
  background: linear-gradient(270deg, #dc4b11 0%, #ffb83d 100%),
    linear-gradient(#953813 0%, #fb5e20 100%);
  border: none;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 23px;
  transition: background 2s;
  display: flex;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  font-family: "Almarena Mono Display", sans-serif;
  max-height: 64px;
}

#secondary .widget-recent-posts .widget-title {
  padding: 16px 0;
  color: var(--Text-Input, rgba(255, 255, 255, 0.5));
  leading-trim: both;
  text-edge: cap;
  font-family: "Folio Std";
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 12px */
  letter-spacing: 0.36px;
  text-transform: uppercase;
}

#secondary ul li.recent-post-item a {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 12px 0;
}

#secondary ul li.recent-post-item .post-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

#secondary ul li.recent-post-item .post-date {
  color: #fff;
  font-family: "Almarena Mono Display", sans-serif;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}

#secondary ul li.recent-post-item .post-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-family: "Folio Std";
  font-size: var(--font-size-paragraph-small, 20px);
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 20px */
}

#secondary ul li.recent-post-item .post-thumb {
  display: flex;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 4px;
}

.footer-container {
  position: relative;
  border-top: 1px solid #fb6920;
  margin-top: 40px;
}

.footer-container:after {
  content: "";
  z-index: 0;
  background: linear-gradient(#fb692000 0%, #fb692033 100%);
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}

.footer {
  color: #fff;
  padding: 60px 0 0 0;
  font-family: inherit;
  z-index: 2;
}

.footer-for-company {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-for-company-left {
  width: 280px;
  align-items: center;
  column-gap: 70px;
  display: flex;
}

.footer-logo img {
  width: 170px;
  height: auto;
  display: block;
}

.footer-for-company-right {
  align-items: center;
  column-gap: 100px;
  display: flex;
}

.footer-pdf,
.footer-pdf:hover {
  margin-top: 20px;
  border: 1px solid #d2d2d21a;
  border-radius: 20px;
  align-items: center;
  column-gap: 16px;
  padding: 16px 40px 16px 16px;
  display: flex;
  color: #fff;
  text-decoration: none;
  color: #fff;
  font-family: "Almarena Mono Display", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.48px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.footer-pdf-link {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-pdf-link img {
  width: 22px;
}

.footer-socials {
  margin-top: 25px;
  display: flex;
  gap: 18px;
}

.footer-socials a {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}

.footer-wrapper {
  z-index: 1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 50px;
  display: grid;
  position: relative;
}

.footer-title {
  font-family: "Almarena Mono Display", sans-serif;
  opacity: 0.5;
  color: #fff;
  border-bottom: 1px solid #ffffff5c;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 16px;
  display: flex;
  text-transform: uppercase;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.footer-container #page p {
  opacity: 0.5;
  color: #fff;
}

.footer-acc-title {
  font-size: 20px;
  font-weight: 300;
  line-height: 100%;
  width: 100%;
  color: inherit;
  cursor: pointer;
  text-align: left;
  background: 0 0;
  border: 0;
  align-items: center;
  gap: 8px;
  padding: 10px 0;
}

.footer-wrapper ul li a {
  color: #ffffffb2;
  font-family: "Folio Std";
  padding: 8px 12px;
  font-size: 16px;
  line-height: 100%;
  text-decoration: none;
  display: block;
}

.footer-container .footer-services li {
  margin-bottom: 10px;
}

.footer-container .footer-solutions li {
  margin-bottom: 26px;
}

.footer-acc-panel {
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow: hidden;
  max-height: 1000px;
  transition: max-height 0.35s ease;
}

.footer-acc-panel a {
  color: #fff;
  opacity: 0.7;
  text-decoration: none;
}

.footer-acc-panel.closed {
  max-height: 0;
}

.footer-contacts a,
.footer-contacts a:hover {
  margin-bottom: 24px;
  display: block;
  color: #fb6920;
  cursor: pointer;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  font-family: "Almarena Mono Display", sans-serif;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.footer-contacts a span {
  font-family: "Almarena Mono Display", sans-serif;
}

.contacts-title {
  opacity: 0.5;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  font-family: "Almarena Mono Display", sans-serif;
  margin-bottom: 25px;
  display: block;
}

.contact-country {
  flex-direction: column;
  row-gap: 8px;
  margin-bottom: 25px;
  display: flex;
}

.contact-country span {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  font-family: "Almarena Mono Display", sans-serif;
}

.contact-country .country-address {
  color: #fff9;
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
}

.footer-company-name {
  position: relative;
  /* background: linear-gradient(#fb692000 0%, #fb6920 100%); */
  width: 100vw;
  min-height: 11.1111vw;
  margin-left: calc(50% - 50vw);
  position: relative;
}

.footer-company-name::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background: linear-gradient(#fb692000 0%, #fb6920 100%);
  width: 100vw;
  min-height: 11.1111vw;
  z-index: 2;
}

.footer-company-name p,
.footer-container #page .footer-company-name p {
  color: #fff !important;
  opacity: 1 !important;
  width: 100%;
  font-family: "Almarena Mono Display", sans-serif;

  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  /* z-index: -1; */
  /* font-size: 11.1111vw; */
  font-size: 11.2vw;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  top: 0;
  left: 0;
  container-name: sidebar;
}

.footer-bottom {
  padding: 24px 120px;
  z-index: 1;
  background: var(--Primary-Orange, #fb6920);
  width: 100vw;
  margin-top: -1px;
  margin-left: calc(50% - 50vw);
  position: relative;
}

.footer-bottom-inner {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: "Almarena Mono Display", sans-serif;
  color: #0009;
  margin-right: 16px;
  font-size: 14px;
  font-weight: 400;
}

.footer-bottom-inner a {
  font-family: "Almarena Mono Display", sans-serif;
  color: #000 !important;
  margin: 0 8px;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  text-decoration-line: underline !important;
}

/* --- MOBILE ACCORDIONS --- */
@media (max-width: 768px) {
  .footer-wrapper {
    flex-direction: column;
    gap: 25px;
  }

  .footer-acc-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .footer-acc.open .footer-acc-panel {
    max-height: 400px;
  }
}

.archive-description img {
  display: none;
}

.category-description__wrapper {
  margin-top: 28px !important;
  display: flex;
  flex-direction: column;
}

.category-description__wrapper form {
  align-self: flex-end;
}

.category-description__wrapper .page-title {
  color: var(--Text-Primary, #fff);
  font-family: "Almarena Mono Display", sans-serif;
  font-size: var(--font-size-h1, 80px);
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 80px */
}

.archive-description p {
  color: var(--Text-Secondary, rgba(255, 255, 255, 0.7));
  font-family: "Folio Std";
  font-size: var(--font-size-paragraph-big, 24px);
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 33.6px */
}

.related-posts .post:hover > a::before,
body.archive .site-main .post:hover > a::before,
body.blog .site-main .post:hover > a::before {
  display: none;
}

.single-post article,
.single-post article pre {
  background: transparent;
  color: #fff;
}

.entry-header.post {
  flex: 1;
}

.post-thumbnail.custom-post-header {
  display: flex;
  align-items: center;
  display: flex;
  align-items: center;
  text-align: left;
  justify-content: space-between;
}

.custom-post-header .post-thumbnail-wrapper {
  width: 50%;
  height: auto;
  aspect-ratio: 1000 / 667;
  overflow: hidden;
  border-radius: 18px;
}

.custom-post-header .post-thumbnail-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: unset !important;
  max-height: unset !important;
}

.custom-post-header .grid-container:before {
  display: none !important;
}

.custom-post-header .grid-container {
  flex: 1;
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  transform: unset !important;
}

.single-post .navigation-wrapper + .start-container-head + .custom-post-header {
  max-width: 1936px;
  padding-left: 120px;
  padding-right: 120px;
  display: flex !important;
  flex-direction: row-reverse !important;
  align-items: center !important;
}

.single .site-content.grid-x {
  flex-direction: row-reverse;
}

.single-post .navigation-wrapper + #page.start-container-head {
  padding-top: 120px;
}

.single-post .custom-post-header .entry-title {
  color: var(--Primary-Orange, #fb6920) !important;
  font-family: "Almarena Mono Display", sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 80px */
  max-width: 768px;
}

.header-top-row-custom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: fit-content;
  margin-bottom: 16px;
  border-radius: var(--radius-r-12, 12px);
  background: var(--Black, #000);
}

.single-post .entry-meta.date {
  color: #fff;
  font-family: "Almarena Mono Display", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.single-post main article:hover {
  background: transparent;
}

.single-post p,
.single-post main article,
.single-post ul {
  color: var(--Text-Secondary, rgba(255, 255, 255, 0.7));
  font-family: "Folio Std";
  font-size: var(--font-size-paragraph-big, 18px);
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 33.6px */
}

.single-post ul li,
.single-post ol li {
  padding: 4px 0;
}

.single-post .entry-content ul li {
  list-style-type: none;
  padding-left: 20px;
  position: relative;
}

.single-post .entry-content ul li::before {
  position: absolute;
  width: 12px;
  height: 12px;
  left: -8px;
  top: 8px;
  content: "";
  display: block;
  border-radius: 50%;
  background-color: #fb6920;
}

.single-post ul a,
.single-post ol a {
  color: #fb6920;
}

.single-post main article img {
  border-radius: var(--radius-r-20, 20px);
  width: 100%;
}

.single-post main article figure {
  min-width: 100%;
  margin: 24px 0;
}

.single-post main article h2,
.single-post main article h2 b {
  color: var(--Primary-Orange, #fb6920);
  font-family: "Almarena Mono Display", sans-serif !important;
  font-size: var(--font-size-h2, 48px);
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 57.6px */
}

.single-post main article h2 b,
.single-post main article h2 strong,
.single-post main article h3 b,
.single-post main article h3 strong {
  font-family: "Almarena Mono Display", sans-serif !important;
}

.single-post main article h3,
.single-post main article h3 b,
.single-post main article h3 strong {
  color: #fff;
  font-size: var(--font-size-h3, 32px);
  font-family: "Almarena Mono Display", sans-serif !important;
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 38.4px */
}

.single-post main article h4,
.single-post main article h4 b,
.single-post main article h4 strong,
.single-post main article h4 em {
  color: #fff;

  /* paragraph big */
  font-family: "Folio Std";
  font-size: var(--font-size-paragraph-big, 24px);
  font-style: normal;
  line-height: 140%; /* 33.6px */
}

.type-post .entry-content p + ol {
  margin: 0 0 0.5em 1.7em !important;
}
.entry-content p + ul {
  margin: 0 0.5em 1.7em !important;
}

.single-post main article h3 {
  margin: 44px 0;
}

#secondary ul li {
  margin: 0 !important;
}

.single-post main article code {
  background: transparent;
  color: #fff;
  font-size: 16px;
  border: none;
  font-family: "Folio Std";
}

.single-post .wp-caption .wp-caption-text {
  margin: 10px 0 0 0;
  color: var(--Text-Primary, #fff);
  font-family: "Folio Std";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 16px */
  text-align: left;
}

.single-post p em,
.single-post p strong {
  color: var(--Text-Primary, #fff);
  font-family: "Folio Std";
}

.single-post p a {
  color: #fb6920;
  font-weight: 300;
}

#secondary .mwm-aal-sidebar-container li {
  border-left: none !important;
}

#secondary .mwm-aal-sidebar-container h2 {
  display: flex;
  padding: 10px;
  align-items: center;
  gap: var(--spacing-sm, 6px);
  align-self: stretch;
  color: var(--Text-Input, rgba(255, 255, 255, 0.5));
  font-family: "Folio Std";
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 12px */
  letter-spacing: 0.36px;
  text-transform: uppercase;
}

#secondary .mwm-aal-sidebar-container a {
  color: var(--Text-Secondary, rgba(255, 255, 255, 0.7));
  font-family: "Folio Std";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 16px */
  color: #fff;
  display: flex;
  padding: var(--Spacing-spacing---16px, 16px);
  align-items: center;
  gap: var(--spacing-sm, 6px);
  align-self: stretch;
  transition: all 0.3s ease;
}
#secondary .mwm-aal-sidebar-container a:hover {
  color: var(--Primary-Orange, #fb6920) !important;
}

#secondary .mwm-aal-sidebar-container a.active {
  display: flex;
  padding: var(--Spacing-spacing---16px, 16px);
  align-items: center;
  gap: var(--spacing-sm, 6px);
  align-self: stretch;
  border-radius: var(--radius-r-12, 12px);
  background: var(--card-surface, #160701);
  border: none !important;
  color: var(--Primary-Orange, #fb6920) !important;
  font-family: "Folio Std";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 16px */
}

#secondary .mwm-aal-sidebar-container li {
  padding: 0 !important;
}

#secondary .mwm_aalLoader_widget {
  position: relative !important;
  margin-bottom: 64px !important;
}

#secondary .ez-toc-widget-container {
  border-left: none !important;
  background: transparent !important;
}

#secondary .ez-toc-widget-container .widget-title {
  padding: 10px;
  border: none;
}
#secondary .ez-toc-title,
#ezw_tco-2 .ez-toc-title,
.ez-toc-titleб #ezw_tco-2 .ez-toc-title {
  display: flex;
  padding: 0;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.5) !important;
  font-family: "Folio Std";
  font-size: 12px !important;
  font-weight: 300 !important;
  line-height: 100% !important;
  text-transform: uppercase;
  letter-spacing: 0.36px;
}

.ez-toc-list.ez-toc-list-level-1 {
  padding: 0;
}

#ezw_tco-2 .ez-toc-widget-container ul.ez-toc-list li.active {
  background: transparent !important;
}

.ez-toc-widget-container nav ul li a::before,
.ez-toc-widget-container ul.ez-toc-list li:before,
.entry-content #ez-toc-container {
  display: none !important;
}

#secondary .ez-toc-list li {
  padding: 0 !important;
  list-style: none !important;
  border-left: none !important;
  margin: 0 !important;
}

#secondary .ez-toc-list li a,
#ezw_tco-2 .ez-toc-widget-container ul.ez-toc-list li a {
  color: #fff !important;
  font-family: "Folio Std";
  /* font-size: 16px !important; */
  font-size: 13px !important;
  font-weight: 300 !important;
  line-height: 100% !important;
  display: flex;
  padding: 6px 12px;
  align-items: center;
  gap: 6px;
  transition: all 0.3s ease;
}

/* Hover */
#secondary .ez-toc-list li a:hover,
#ezw_tco-2 .ez-toc-widget-container ul.ez-toc-list li a:hover {
  color: #fb6920 !important;
}

#secondary .ez-toc-list li.active > a,
#secondary .ez-toc-list li a.ez-toc-active,
#ezw_tco-2 .ez-toc-widget-container ul.ez-toc-list li.active a {
  border-radius: 12px;
  background: #160701;
  color: #fb6920 !important;
}

#secondary .ez-toc-widget-container {
  margin-bottom: 0px !important;
}

.ez-toc-list li {
  list-style: none;
}

.widget-area.custom {
  display: flex;
  flex-direction: column;
}

.widget-area.custom .widget-subscribe {
  padding: 0;
  background: transparent;
  box-shadow: none;
}

#secondary.widget-area.custom .widget-subscribe .widget-title,
.single-author-box h2.title {
  color: var(--Text-Input, rgba(255, 255, 255, 0.5)) !important;
  leading-trim: both;
  text-edge: cap;
  font-family: "Folio Std";
  font-size: 12px !important;
  font-style: normal;
  font-weight: 300;
  line-height: 100% !important; /* 12px */
  letter-spacing: 0.36px;
  text-transform: uppercase;
}

#secondary.widget-area.custom .widget-subscribe input {
  margin-top: 24px;
  display: flex;
  height: 48px;
  padding: 10px 14px;
  align-items: center;
  gap: var(--spacing-md, 8px);
  flex-shrink: 0;
  align-self: stretch;
  border-radius: var(--radius-md, 8px);
  border: 1px solid var(--Colors-Border-border-primary, #d5d7da);
  background: var(--Colors-Background-bg-primary, #fff);
  box-shadow: 0 1px 2px 0
    var(--Colors-Effects-Shadows-shadow-xs, rgba(10, 13, 18, 0.05));
}

.single-author-box {
  margin: 24px 0;
  padding: 24px 0;
  border-top: 1px solid rgba(233, 234, 235, 0.2);
  border-bottom: 1px solid rgba(233, 234, 235, 0.2);
}

.single-author-box .title {
  margin-bottom: 14px;
}

.single-author-box .author-details,
.author-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start !important;
  text-align: left;
  gap: 8px !important;
  margin: 0;
}

.entry-author .author-name {
  flex: 1;
}

.single-author-box .author-avatar {
  border-radius: 50%;
  width: 56px;
  height: 56px;
  overflow: hidden;
}

.single-author-box .author-details .author-name {
  color: #fff !important;
  font-family: "Folio Std";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

.author-description,
.single-author-box .author-details .author-description {
  color: #fff !important;
  font-family: "Folio Std";
  font-size: 16px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  opacity: 0.6;
  text-align: left;
}

/* .socials-links {
  border-top: 1px solid rgba(233, 234, 235, 0.2);
  padding-top: 24px;
} */

.socials-links ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}

.socials-links ul li {
  width: fit-content !important;
  margin: 0 !important;
}

.socials-links ul a {
  display: flex;
  padding: 10px !important;
  aspect-ratio: 1/1;
  justify-content: center;
  align-items: center;
  border-radius: var(--radius-md, 8px);
  border: 1px solid var(--Colors-Border-border-primary, #d5d7da);
  box-shadow: 0 0 0 1px
      var(
        --Colors-Effects-Shadows-shadow-skeumorphic-inner-border,
        rgba(10, 13, 18, 0.18)
      )
      inset,
    0 -2px 0 0 var(
        --Colors-Effects-Shadows-shadow-skeumorphic-inner,
        rgba(10, 13, 18, 0.05)
      ) inset,
    0 1px 2px 0 var(--Colors-Effects-Shadows-shadow-xs, rgba(10, 13, 18, 0.05));
}

#secondary-sidebar .color-btn {
  width: 100%;
  color: #000;
  cursor: pointer;
  background: linear-gradient(270deg, #dc4b11 0%, #ffb83d 100%),
    linear-gradient(#953813 0%, #fb5e20 100%);
  border: none;
  border-radius: 8px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 23px;
  transition: background 2s;
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  font-family: "Almarena Mono Display", sans-serif;
}

#secondary-sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: fit-content;
  position: sticky;
  top: 130px;
}

.custom-widget-right-block {
  border-radius: var(--radius-r-12, 12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #53210a;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
}

.custom-widget-right-block.second {
  min-height: 236px;
}

.custom-widget-right-block.second img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.custom-widget-right-block .badge-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.custom-widget-right-block .badge-row .item {
  display: flex;
  padding: var(--Spacing-spacing---8px, 8px);
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(6px);
  color: var(--Text-Primary, #fff);
  font-family: "Folio Std";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 16px */
}

.custom-widget-right-block .big-title {
  color: #fff;
  font-family: "Almarena Mono Display", sans-serif;
  font-size: var(--font-size-h3, 29px);
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 38.4px */
}

.custom-widget-right-block .small-title {
  color: #fff;
  font-family: "Folio Std";
  font-size: var(--font-size-paragraph-small, 20px);
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 28px */
  position: relative;
  z-index: 2;
  max-width: 60%;
}

.widget-recent-posts .recent-post-item {
  border-bottom: 1px solid var(--border, rgba(255, 255, 255, 0.1));
}

.single-post .site-content .entry-title {
  display: block !important;
}

.ml-subscribe-form {
  display: none !important;
}

.preferences-row {
  display: flex;
  align-items: center;
  gap: 16px;
}

.preferences-item {
  display: flex;
  flex-direction: column;
  color: #fff;
  font-family: "Folio Std";
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 16.8px */
}

.preferences-item .number {
  color: #fb6920;
  font-family: "Almarena Mono Display", sans-serif;
  font-size: var(--font-size-h3, 32px);
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 38.4px */
}

a.transparent-button {
  display: flex;
  padding: 16px 24px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid #fff;
  color: #fff !important;
  text-align: center;
  font-family: "Folio Std";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 16px */
  z-index: 2;
}

.related-posts.blog main article {
  background-color: #424242 !important;
}

.related-posts .header-top-row-custom {
  width: 100%;
  background: transparent;
}

.blog main article .related-post-excerpt p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  font-family: "Folio Std";
  font-size: var(--font-size-paragraph-small, 20px);
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}

.single-post .postauthor-top h3,
.single-post .related-posts h3 {
  color: var(--Primary-Orange, #fb6920);
  font-family: "Almarena Mono Display", sans-serif;
  font-size: var(--font-size-h2, 48px);
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  text-align: left;
}

.mobile-menu {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  background: #fb6920;
  transform: translateX(-100%);
  transition: 0.3s;
  z-index: 9999;
  padding: 24px 0;
}

.mobile-menu.open {
  transform: translateX(0);
}

.mobile-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-menu-contact-btn {
  color: rgb(255, 255, 255) !important;
  background-color: rgb(0, 0, 0);
  border: none;
  border-radius: 8px;
  padding: 16px 24px;
}

.mobile-menu-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: auto;
}

.mobile-menu .accordion-body span {
  color: rgb(0, 0, 0);
  font-family: var(--ff-folio);
  padding: 6px 0px;
  font-size: 20px;
  font-weight: 300;
  line-height: 140%;
  display: block;
}

.mobile-menu a {
  font-weight: 300;
}

.no-scroll {
  overflow: hidden !important;
}

.mobile-menu-list {
  flex: 1;
  margin: 0;
}

.mobile-menu-list li {
  border-bottom: 1px solid var(--Black, #000);
  padding: 12px 0px;
  display: block;
}

.mobile-menu .accordion-body li {
  border: none;
  color: #000;
  padding: 6px 0 6px 16px;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  display: block;
}

.mobile-menu-list li,
.accordion-header span {
  list-style-type: none;
  color: rgb(0, 0, 0);
  font-family: "Almarena Mono Display", sans-serif;
  align-items: baseline;
  gap: 8px;
  font-size: 32px;
  font-weight: 300;
  line-height: 120%;
  display: flex;
  flex-direction: column;
}

.accordion-header span {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 8px;
}

.accordion-header svg {
  background: 0px 0px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  width: 24px;
  height: 24px;
  padding: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-menu-list li a {
  color: rgb(0, 0, 0);
  font-family: "Almarena Mono Display", sans-serif;
}

.accordion-body {
  display: none;
}

.accordion-item.active .accordion-body {
  display: block;
}

.mobile-menu-footer {
  display: flex !important;
  flex-direction: column;
  gap: 12px;
  color: #242424;
  font-family: "Almarena Mono Display", sans-serif;
  font-size: 14px;
  display: block;
}

.mobile-menu-footer .pages {
  display: flex;
  flex-direction: row;
  gap: 12px;
}

.mobile-menu-footer .pages a {
  color: #242424;
  font-size: 14px;

  text-decoration: underline !important;
}

.mobile-menu-footer a {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  display: block;
  text-decoration: underline !important;
}

.author-page {
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.author .author-header {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.author .author-custom-description {
  flex: 1;
}

.author .author-custom-description p {
  color: var(--Text-Primary, #fff);
  font-family: "Folio Std";
  font-size: var(--font-size-paragraph-big, 20px);
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 33.6px */
}

.author .author-custom-description p strong {
  color: var(--Text-Primary, #fff);
  font-family: "Folio Std";
}

.author .author-header .avatar-block {
  max-width: 600px;
  width: 35vw;
  display: flex;
  gap: 20px;
}

.author .author-header .author-avatar {
  width: 168px;
  height: 168px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}

.author .author-header .author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.author .author-header .author-name {
  color: #fff;
  font-family: "Almarena Mono Display", sans-serif;
  font-size: var(--font-size-h3, 32px);
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 38.4px */
}

.author .author-header .author-description p {
  color: var(--Text-Secondary, rgba(255, 255, 255, 0.7));
  font-family: "Folio Std";
  font-size: var(--font-size-paragraph-big, 24px);
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 33.6px */
}

.author .author-header .author-socials {
  display: flex;
  align-items: center;
  gap: 16px;
}

.author .author-header .author-socials a {
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: var(--radius-md, 8px);
  border: 1px solid var(--Colors-Border-border-primary, #d5d7da);
  box-shadow: 0 0 0 1px
      var(
        --Colors-Effects-Shadows-shadow-skeumorphic-inner-border,
        rgba(10, 13, 18, 0.18)
      )
      inset,
    0 -2px 0 0 var(
        --Colors-Effects-Shadows-shadow-skeumorphic-inner,
        rgba(10, 13, 18, 0.05)
      ) inset,
    0 1px 2px 0 var(--Colors-Effects-Shadows-shadow-xs, rgba(10, 13, 18, 0.05));
}

.author-posts h2 {
  color: var(--Text-Primary, #fff);
  font-family: "Almarena Mono Display", sans-serif;
  font-size: var(--font-size-h2, 48px);
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 57.6px */
  margin-bottom: 40px;
}
.post-thumbnail {
  margin-top: 0;
}

.search-results main article h2 a,
.author h2.entry-title a {
  overflow: hidden;
  color: #fff;
  text-overflow: ellipsis;
  /* white-space: nowrap; */
  font-family: "Almarena Mono Display", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 33.6px */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 67px;
}

.blog main article p,
.search-results main article p,
.archive main article p,
.author .entry-header p,
.archive main article p {
  overflow: hidden;
  color: #fff !important;
  text-overflow: ellipsis;
  /* white-space: nowrap; */
  font-family: "Folio Std";
  font-size: var(--font-size-paragraph-small, 20px);
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 28px */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.entry-content table thead,
.entry-content table tbody,
.entry-content table tfoot {
  background: transparent !important;
  color: #fff !important;
}

.entry-content table thead,
.entry-content table tbody,
.entry-content table tfoot {
  border: none !important;
}

.entry-content table tbody tr:nth-child(even) {
  background: var(--cell-surface, rgba(255, 255, 255, 0.12)) !important;
}

.entry-content table thead th {
  font-family: "Folio Std";
  font-size: var(--font-size-paragraph-small, 20px);
  font-style: normal;
  font-weight: 300 !important;
  line-height: 100%; /* 20px */
  padding: 16px !important;
}

t.entry-content able tbody td {
  font-family: "Folio Std";
  font-size: var(--font-size-paragraph-small, 20px);
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  padding: 16px !important;
}

.single-post table,
.single-post figure,
.single-post blockquote {
  padding: 24px 0;
}

.single-post figure figcaption {
  position: relative;
  padding-left: 30px;
  color: var(--Text-Primary, #fff);
  font-family: "Folio Std";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 16px */
}

.single-post figure figcaption::before {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTguNDcxMDYgMTIuMjQyNUw3LjUyODI1IDEzLjE4NTNDNi4yMjY1IDE0LjQ4NzEgNC4xMTU5NSAxNC40ODcxIDIuODE0MiAxMy4xODUzQzEuNTEyNDUgMTEuODgzNiAxLjUxMjQ1IDkuNzczMDUgMi44MTQyIDguNDcxM0wzLjc1NzAxIDcuNTI4NDlNMTIuMjQyMyA4LjQ3MTNMMTMuMTg1MSA3LjUyODQ5QzE0LjQ4NjggNi4yMjY3NCAxNC40ODY4IDQuMTE2MTkgMTMuMTg1MSAyLjgxNDQ1QzExLjg4MzQgMS41MTI3IDkuNzcyOCAxLjUxMjcgOC40NzEwNiAyLjgxNDQ1TDcuNTI4MjUgMy43NTcyNU01LjY2NjMyIDEwLjMzMzJMMTAuMzMzIDUuNjY2NTUiIHN0cm9rZT0iI0ZCNjkyMCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-position: center;
}

.single-post blockquote {
  border: none !important;
}

.single-post blockquote p {
  color: var(--Primary-Orange, #fb6920);
  text-align: center;
  font-family: "Almarena Mono Display", sans-serif;
  font-size: var(--font-size-h3, 32px);
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 38.4px */
}
.single-post blockquote p:first-child {
  margin-bottom: 32px;
}

.single-post blockquote img {
  max-width: 72px;
  width: 72px;
  height: 72px;
  aspect-ratio: 1/1;
  border-radius: 50% !important;
  overflow: hidden;
}

.single-post blockquote h4 {
  color: var(--Text-Primary, #fff);
  text-align: center;
  font-family: "Folio Std";
  font-size: var(--Font-size-text-md, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: var(--Line-height-text-md, 24px); /* 150% */
}

.single-post blockquote h5 {
  font-family: "Folio Std";
  color: var(--Text-Disabled, rgba(255, 255, 255, 0.5));
  text-align: center;
  font-size: var(--Font-size-text-md, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Line-height-text-md, 24px); /* 150% */
}

.single-post figure figcaption a {
  color: var(--Primary-Orange, #fb6920);
  font-weight: 300;
}

.author .rt-reading-time {
  position: absolute;
  top: 28px;
  right: 24px;
  color: #fff;
  font-family: "Almarena Mono Display", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.faq-cross {
  border: none;
  border-radius: 50%;
  flex: 0 0 28px;
  width: 32px;
  height: 32px;
  position: relative;
  font-size: 24px;
  line-height: 100%;
  font-family: "Almarena Mono Display", sans-serif;
  position: relative;
}

.faq-cross::before {
  content: "";
  background: #fb6920;
  width: 32px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.faq-cross::after {
  content: "";
  background: #fb6920;
  width: 32px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-block {
  margin-top: 40px;
}

.faq-item {
  background: radial-gradient(circle at 1px 1px, #fb692033 1px, #0000 1.2px) 0 0 /
      14px 14px,
    #424242;
  border: none;
  border-radius: 12px !important;
  margin-bottom: 16px;
  padding: 4px;
}

.faq-question {
  border-radius: 12px;
  padding: 14px 16px;
  background: transparent;
  cursor: pointer;
  color: #fff;
  font-family: "Almarena Mono Display", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 24px */
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
}

.faq-question.open {
  border-radius: 12px;
  background: #060606;
}

.faq-question.open .faq-cross::after {
  transform: translate(-50%, -50%);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  padding: 0;
  color: #fff;
  font-family: "Folio Std";
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 33.6px */
}

.faq-answer .inner {
  padding: 12px;
}

.faq-title {
  color: #fff;
  font-family: "Almarena Mono Display", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 67.2px */
}

.founder-form {
  padding: 80px 0;
  position: relative;
}

@media (max-width: 1440px) {
  .founder-form {
    padding: 40px 0;
  }
}

.form-box {
  padding-top: 200px;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
  max-width: 956px;
  margin: 60px auto 0 auto;
  position: relative;
}

.founder-form-background {
  position: absolute;
  width: 110%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  object-fit: cover;
}

.founder-form-title {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  color: var(--Text-Primary, #fff);
  text-align: center;
  font-family: "Almarena Mono Display", sans-serif;

  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 67.2px */
}

@media (max-width: 1024px) {
  .form-box {
    grid-template-columns: 1fr;
    width: 100%;
  }
}

.form-left {
  width: 100%;
  max-width: 100%;
}

.form-left-photo {
  border-radius: 20px;
  margin-bottom: 16px;
  overflow: hidden;
  aspect-ratio: 594.8/561.21;
}

.form-left-photo img {
  object-fit: cover;
  width: 101%;
  margin-bottom: -3px;
}

.form-left-info {
  display: flex;
  align-items: flex-start;
  column-gap: 16px;
}

.info-name {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

.info-name p {
  color: var(--Text-Primary, #fff);
  font-family: "Almarena Mono Display", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 24px */
  margin-bottom: 0;
}

.info-name span {
  color: var(--Primary-Orange, #fb6920);
  font-family: "Almarena Mono Display", sans-serif;

  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 24px */
}

@media (max-width: 964px) {
  .info-name span {
    font-size: 16px;
  }
}

.form-right {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

@media (max-width: 964px) {
  .form-right {
    row-gap: 24px;
  }
}

.input-box {
  display: flex;
  flex-direction: column;
  /* row-gap: 16px; */
  row-gap: 8px;
  width: 100%;
}

.input-box label,
.file-label {
  color: var(--Primary-Orange, #fb6920);
  font-family: "Folio Std";
  /* font-size: 24px; */
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 24px */
}

.dropzone-title span {
  color: #fff;
  font-family: "Folio Std";
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 33.6px */
}

@media (max-width: 964px) {
  .input-box label,
  .file-label {
    font-size: 16px;
  }
}

.input-box input:focus,
.input-box input:focus-visible,
.input-box input:active,
.input-box input {
  color: #fff;
  /* height: 56px; */
  height: 40px;
  font-family: var(--ff-folio);
  background-color: #3a3a3a;
  border: none;
  border-radius: 8px;
  padding: 0 12px;
  /* font-size: 24px; */
  font-size: 20px;
  font-weight: 300;
  line-height: 100%;
  margin: 0;
}

.input-box textarea:focus,
.input-box textarea:focus-visible,
.input-box textarea:active,
.input-box textarea {
  resize: none;
  /* height: 129px; */
  height: 89px;
  color: #fff;
  font-family: var(--ff-folio);
  background-color: #3a3a3a;
  border: none;
  border-radius: 8px;
  padding: 0 12px;
  /* font-size: 24px; */
  font-size: 20px;
  font-weight: 300;
  line-height: 100%;
  margin: 0;
  padding: 10px;
}

.input-box input::placeholder {
  color: #ffffff80;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .input-box input {
    height: 48px;
  }
}

textarea {
  color: #fff;
  background-color: #3a3a3a;
  border-radius: 8px;
  min-height: 130px;
  padding: 12px;
  font-size: 24px;
  font-weight: 300;
}

textarea::placeholder {
  color: #ffffff80;
  font-weight: 400;
}

.dropzone {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px;
  background: #ffffff05;
  border: 2px dashed #ffffff40;
  border-radius: 12px;
  transition: all 0.15s ease-in-out;
}

@media (max-width: 1024px) {
  .dropzone {
    padding: 16px 12px;
  }
}

.dropzone.dragging {
  background: #fb69200f;
  border-color: #fb6920;
}

.dropzone-left {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.dropzone-icon {
  display: grid;
  place-items: center;
  color: #fffc;
}

.dropzone-title {
  font-size: 28px;
  font-weight: 300;
  line-height: 120%;
}

@media (max-width: 964px) {
  .dropzone-title {
    font-size: 16px;
    line-height: 1;
  }
}

.dropzone-hint {
  color: #ffffffb3;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  overflow: hidden;
}

@media (max-width: 964px) {
  .dropzone-hint {
    white-space: normal;
  }
}

.dropzone-btn {
  cursor: pointer;
  background: #fff;
  border: none;
  border-radius: 8px;
  padding: 14px 20px;
  color: #171717;
  text-align: center;
  border-radius: 8px !important;
  background: #fff;
  font-family: "Folio Std";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 20px */
}

.dropzone-btn span {
  color: #000;
  font-weight: 500;
}

.dropzone-input {
  display: none;
}

@media (max-width: 964px) {
  .dropzone {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }

  .dropzone-btn {
    width: 100%;
    max-width: 166px;
  }
}

.form-submit .btn {
  color: #000;
  cursor: pointer;
  background: linear-gradient(270deg, #dc4b11 0%, #ffb83d 100%),
    linear-gradient(#953813 0%, #fb5e20 100%);
  border: none;
  border-radius: 8px;
  align-items: center;
  gap: 12px;
  padding: 23px 23px 23px 34px;
  transition: background 2s;
  display: flex;
}

.form-submit .btn img {
  display: inline-block;
}

.site-content.single-custom {
  width: 100%;
}

.main-page-categories {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.categories-and-from {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}

.main-page-categories .categories-list-title {
  width: 100%;
}

.main-page-categories .main-page-categories ul {
  margin: 0 !important;
  padding-bottom: 0;
}

.single-post .site-content.single-custom #secondary {
  position: sticky;
  top: 160px;
  height: fit-content;
}

.wb-searchbar {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #0f0f0f;
  border: 1px solid #333;
  border-radius: 50px;
  padding: 12px 18px;
  width: 100%;
  flex: 1;
  box-sizing: border-box;
  height: 52px;
  max-width: 50%;
}

.wb-searchbar input,
.wb-searchbar input:focus {
  background: transparent;
  margin: 0;
  color: #fff;
  font-family: "Folio Std";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 20px */
}

.wb-search-icon {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.wb-search-icon img {
  width: 18px;
  height: 18px;
  opacity: 0.9;
}

.wb-search-input {
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-size: 16px;
  width: 100%;
}

.wb-search-input::placeholder {
  color: #777;
  font-weight: 300;
}

.ai-box {
  display: flex;
  padding: var(--Spacing-spacing---12px, 12px);
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--Spacing-spacing---16px, 16px);
  align-self: stretch;
  border-radius: var(--radius-r-12, 12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #53210a;
}

.ai-box .ai-box-img {
  width: 126px;
  height: 146px;
  aspect-ratio: 63/73;
}

.ai-box .ai-box-text {
  color: #fff;
  font-family: "Folio Std";
  font-size: var(--font-size-paragraph-small, 20px);
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 28px */
  max-width: 50%;
  flex: 1;
}

.ai-box-btn,
.ai-box-btn:active,
.ai-box-btn:hover,
.ai-box-btn:focus,
.ai-box-btn :visited {
  cursor: pointer;
  display: flex;
  padding: 16px 24px;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid #fff;
  color: #fff !important;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Folio Std";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
}

.whitepaper-box {
  display: flex;
  padding: var(--Spacing-spacing---24px, 24px)
    var(--Spacing-spacing---40px, 40px);
  justify-content: space-between;
  align-items: center;
  gap: var(--Spacing-spacing---24px, 24px);
  align-self: stretch;
  border-radius: var(--radius-r-20, 20px);
  border-bottom: 2px solid #fb6920;
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(251, 105, 32, 0.2) 100%
    ),
    #060606;
  box-shadow: 0 4px 0 20px rgba(0, 0, 0, 0.25),
    0 2px 2px 0 rgba(221, 221, 221, 0.25) inset,
    0 4px 11px 0 rgba(221, 221, 221, 0.25) inset;
  position: relative;
  overflow: hidden;
}

.whitepaper-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(255, 120, 40, 0.25),
    rgba(255, 120, 40, 0)
  );
  filter: blur(10px);
}

.whitepaper-box::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  width: 35%;
  height: 100%;
  background-image: url("http://productcrafters.io/blog/wp-content/uploads/2025/11/ai-shortcode-image.png");
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
}

.whitepaper-title {
  color: var(--Text-Primary, #fff);
  font-family: "Almarena Mono Display", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 38.4px */
  z-index: 2;
  margin-left: 7vw;
}

.whitepaper-btn,
.whitepaper-btn:hover {
  background: linear-gradient(90deg, #ff9c4a, #ff7733);
  padding: 12px 22px;
  color: #171717 !important;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Folio Std";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 20px */
  display: flex;
  align-items: center;
  gap: 6px;
  transition: 0.2s ease;
  z-index: 2;
  display: flex;
  height: 64px;
  padding: var(--Spacing-spacing---24px, 24px)
    var(--Spacing-spacing---24px, 24px) var(--Spacing-spacing---24px, 24px)
    var(--Spacing-spacing---32px, 32px);
  justify-content: center;
  align-items: center;
  gap: var(--Spacing-spacing---16px, 16px);
  border-radius: 8px;
  border: 1px solid #fb6920;
  background: linear-gradient(270deg, #fb5e20 0%, #ff9e3d 100%),
    linear-gradient(0deg, #fb5e20 0%, #953813 100%);
}

.whitepaper-btn:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

.whitepaper-btn .arrow {
  font-size: 18px;
  line-height: 1;
  position: relative;
  top: 1px;
}

.case-box-wrapper {
  display: flex;
  gap: 24px;
}

.case-box-left {
  flex: 1;
}
.case-box-right {
  width: 45%;
  border-radius: var(--radius-r-12, 12px);
  border: 1px solid #393939;
  background: #1c1c1c;
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-post .entry-content .case-box-wrapper ul li::before {
  display: none;
}

.case-box-wrapper .case-header {
  display: flex;
  align-items: center;
  gap: 24px;
}

.case-box-wrapper .case-title {
  color: #fff;
  font-family: "Almarena Mono Display", sans-serif;
  font-size: var(--font-size-h3, 32px);
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 38.4px */
}

.case-box-wrapper .case-btn,
.case-box-wrapper .case-btn:hover,
.case-box-wrapper .case-btn:active {
  display: flex;
  height: 48px;
  padding: var(--Spacing-spacing---24px, 24px)
    var(--Spacing-spacing---12px, 12px) var(--Spacing-spacing---24px, 24px)
    var(--Spacing-spacing---16px, 16px);
  justify-content: center;
  align-items: center;
  gap: var(--Spacing-spacing---8px, 8px);
  border-radius: 8px;
  border: 1px solid #fb5e20;
  color: #fb6920;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Almarena Mono Display", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 20px */
}

.case-box-wrapper .case-subtitle {
  margin: 32px 0;
  color: var(--Text-Secondary, rgba(255, 255, 255, 0.7));
  font-family: "Folio Std";
  font-size: var(--font-size-paragraph-small, 20px);
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 28px */
}

.case-box-wrapper .case-list {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.case-box-wrapper .case-list li {
  display: flex;
  padding-left: 0;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--Text-Secondary, rgba(255, 255, 255, 0.7));
  leading-trim: both;
  text-edge: cap;
  font-family: "Folio Std";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 16px */
}

.case-box-wrapper .numbers-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 24px 0;
}

.case-box-wrapper .numbers-list li {
  display: flex;
  flex-direction: column;
  color: var(--Text-Secondary, rgba(255, 255, 255, 0.7));
  font-family: "Folio Std";
  font-size: var(--font-size-paragraph-small, 16px);
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 28px */
  padding-left: 0 !important;
}

.case-box-wrapper .numbers-list li .number-name {
  color: #fb6920;
  font-family: "Almarena Mono Display", sans-serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.related-posts.blog main article {
  flex: 0 0 23%;
  max-width: 23%;
  margin-bottom: 20px;
}

.mobile-table-contents #ez-toc-container {
  padding: 0;
  border: none;
}

.mobile-table-contents .ez-toc-title {
  padding: 10px;
  border: none;
  display: flex;
  padding: 0;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.5) !important;
  font-family: "Folio Std";
  font-size: 12px !important;
  font-weight: 300 !important;
  line-height: 100% !important;
  text-transform: uppercase;
  letter-spacing: 0.36px;
}
.mobile-table-contents .ez-toc-list li {
  padding: 0 !important;
  list-style: none !important;
  border-left: none !important;
}

.mobile-table-contents .ez-toc-list li a {
  color: #fff !important;
  font-family: "Folio Std";
  font-size: 16px !important;
  font-weight: 300 !important;
  line-height: 100% !important;
  display: flex;
  padding: 12px;
  align-items: center;
  gap: 6px;
  transition: all 0.3s ease;
  text-decoration: none !important;
}

.mobile-table-contents .ez-toc-list li a:hover {
  color: #fb6920 !important;
}

.mobile-table-contents .ez-toc-list li.active > a,
.mobile-table-contents .ez-toc-list li a.ez-toc-active {
  border-radius: 12px;
  background: #160701;
  color: #fb6920 !important;
}

.mobile-table-contents .ez-toc-widget-container {
  margin-bottom: 0px !important;
}

.mobile-table-contents .ez-toc-list li {
  list-style: none;
}

.mobile-table-contents {
  display: none;
}

.read-also {
  border-radius: var(--radius-r-12, 12px);
  background: var(--surface-primary-low, rgba(251, 105, 32, 0.24));
  display: flex;
  padding: var(--Spacing-spacing---24px, 24px);
  align-items: center;
  gap: 8px;
  align-self: stretch;
  color: var(--Text-Primary, #fff);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
}

.read-also a {
  color: var(--Primary-Orange, #fb6920) !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
}

.single-post ul.flags-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
}

.single-post ul.flags-list li {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--Text-Secondary, rgba(255, 255, 255, 0.7));
  font-family: "Folio Std";
  font-size: var(--font-size-paragraph-small, 20px);
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 28px */
  padding-left: 0 !important;
}

.single-post ul.flags-list li img {
  width: 25px;
  height: auto;
}

.entry-header.post {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.ai-buttons {
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  flex-wrap: wrap;
  bottom: 20px;
  position: absolute;
}

.ai-buttons svg {
  height: 20px;
  width: auto;
}

.ai-buttons .text {
  color: #fff;
  font-family: "Almarena Mono Display", sans-serif;
  font-size: var(--font-size-h3, 16px);
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
}

a.ai-link {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.1);
  padding: 8px;
  border-radius: 8px;
  color: #fff;
  font-family: "Almarena Mono Display", sans-serif;
  font-size: var(--font-size-h3, 16px);
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  transition: all 0.3s ease;
}

a.ai-link:hover,
a.ai-link:focus,
a.ai-link:focus,
a.ai-link:active {
  background: rgba(251, 105, 32, 0.5);
}

@media screen and (max-width: 1640px) {
  .header-container {
    padding: 0 40px;
  }
  .navigation-wrapper + #page,
  #page,
  .single-post
    .navigation-wrapper
    + .start-container-head
    + .custom-post-header {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}

@media screen and (max-width: 1500px) {
  .entry-category a,
  .entry-top-meta .entry-meta-date.new,
  .entry-content .rt-reading-time {
    font-size: 13px;
  }
  .blog main article h2 a,
  main article h2 a {
    font-size: 20px;
  }
}

@media screen and (max-width: 1367px) {
  body.blog main article,
  body.search-results main article,
  body.archive main article {
    flex: 0 0 49.5% !important;
  }
}

@media screen and (max-width: 1024px) {
  .founder-form-title {
    font-size: 32px;
    position: relative;
  }
  .header-nav {
    display: none;
  }
  .navigation-wrapper + #page,
  #page,
  .single-post
    .navigation-wrapper
    + .start-container-head
    + .custom-post-header {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  #primary {
    width: 100% !important;
  }
  #secondary,
  #secondary-sidebar {
    display: none !important;
  }
  .single-post #secondary {
    display: flex !important;
    width: 100% !important;
    position: relative !important;
    padding: 0 !important;
    top: 0;
  }
  .single .site-content.grid-x {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 !important;
  }
  .form-box {
    padding-top: 0;
  }
  #load-more-container {
    margin: 0 auto;
  }
  .contacts-us-banner {
    display: none;
  }
  footer .footer-wrapper {
    display: flex !important;
    flex-direction: column-reverse;
  }
  .burger-button {
    display: block;
  }
  .site-header {
    margin-top: 10px;
  }
  .footer-bottom {
    padding: 22px 16px;
  }
  .author .author-header {
    flex-direction: column;
  }
  .author .author-header .avatar-block {
    width: 100%;
    max-width: unset;
    flex-direction: column;
  }
  .author .author-custom-description p {
    font-size: 16px;
  }
  .related-posts.blog main article {
    flex: 0 0 49%;
    max-width: 49%;
    margin-bottom: 20px;
  }
  .post-thumbnail.custom-post-header {
    flex-direction: column;
  }
  .single-post .custom-post-header .entry-title {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .related-posts.blog main article {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .header-container {
    padding: 0 16px;
  }
  .site-header {
    margin-bottom: 0;
  }
  .breadcrumps-custom {
    margin: 12px 0 24px 0;
  }
  .header-inner {
    gap: unset;
    padding: 8px;
  }
  .search-results h1.page-title,
  .search-results h1.page-title span,
  .blog-title-block h1 {
    font-size: var(--font-size-h2, 32px);
    font-style: normal;
    font-weight: 300;
    line-height: 120%; /* 38.4px */
  }
  .blog-title-block p {
    font-size: var(--font-size-paragraph-big, 20px);
    font-style: normal;
    font-weight: 300;
    line-height: 140%; /* 28px */
  }
  .categories-list-title {
    font-size: var(--font-size-h3, 24px);
    font-style: normal;
    font-weight: 300;
    line-height: 120%; /* 28.8px */
  }
  .main-page-categories .cat-item a {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
  }
  .post .article-contents,
  .article-contents {
    padding: 12px;
  }
  .entry-top-meta {
    margin-bottom: 8px;
  }
  .related-posts .post > a::before,
  body.archive .site-main .post > a::before,
  body.blog .site-main .post > a::before {
    display: none;
  }
  #load-more-posts {
    width: 100%;
    justify-content: center;
  }
  .footer-company-name p,
  .footer-container #page .footer-company-name p {
    color: transparent;
  }
  .footer-bottom-inner {
    flex-wrap: wrap;
  }
  .footer-bottom-inner span {
    width: 100%;
  }
  a.header-btn {
    color: #000;
    cursor: pointer;
    background: linear-gradient(270deg, #fb5e20 0%, #ff9e3d 100%);
    border: 1px solid #fb6920;
    border-radius: 8px;
    align-items: center;
    padding: 10px 24px;
    transition: all 0.2s;
    display: inline-flex;
  }
  .breadcrumps-custom {
    display: flex;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
  }

  .breadcrumps-custom::-webkit-scrollbar {
    display: none;
  }

  .breadcrumps-custom {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .single-post
    .navigation-wrapper
    + .start-container-head
    + .custom-post-header {
    flex-direction: column-reverse;
  }
  .custom-post-header .wp-post-image {
    width: 100%;
    width: 100% !important;
    max-width: unset;
  }
  .footer-container #page p {
    opacity: 0;
  }
  .entry-content .rt-reading-time {
    top: 16px;
  }
  .footer-for-company-right {
    column-gap: unset;
    justify-content: space-between;
    width: 100%;
  }
  .footer-container .footer-solutions li {
    margin-bottom: 12px;
  }
  .single-post main article h2,
  .single-post main article h3,
  .single-post main article h3 b {
    font-size: 32px;
  }
  .category-description__wrapper .page-title {
    font-size: var(--font-size-h2, 32px);
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
  }
  .archive-description p {
    font-size: var(--font-size-paragraph-big, 20px);
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
  }
  .rw-action-area {
    display: none;
  }
  .form-box {
    padding-top: 0px;
  }
  .single-post main article h2,
  .single-post main article h3,
  .single-post main article h4 {
    margin: 20px 0;
  }
  .main-page-categories ul {
    order: -2;
  }
  .wb-searchbar {
    order: -1;
    max-width: unset;
  }
  .main-page-categories {
    padding-bottom: 0 !important;
  }
  .category-description__wrapper form {
    order: unset;
  }
  .author .rt-reading-time {
    top: 18px;
  }
  #primary {
    width: 100% !important;
    padding: 0 !important;
  }
  .single-post .site-content.single-custom #secondary {
    top: 0;
  }
  .author .entry-header p,
  .archive main article p {
    font-size: 16px;
    line-height: 160%;
  }
  .archive main article h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 8px;
  }
  .breadcrumps-custom {
    padding-top: 0;
  }
  .whitepaper-box {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .whitepaper-title {
    margin: 0;
  }
  .whitepaper-box::after {
    background-position: center;
    object-fit: cover;
  }
  .ai-box {
    flex-direction: column;
  }
  .ai-box .ai-box-img {
    height: 200px;
    width: auto;
  }
  .ai-box .ai-box-text {
    max-width: 100%;
    text-align: center;
  }
  .ai-box-btn {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .case-box-wrapper {
    flex-direction: column;
  }

  .case-box-wrapper .numbers-list li .number-name {
    font-size: 3rem;
  }
  .case-box-wrapper {
    flex-direction: column;
  }
  .case-box-right,
  .case-box-left {
    width: 100%;
  }
  .case-box-right {
    max-height: 350px;
    overflow: hidden;
  }
  .case-box-wrapper .case-title {
    font-size: 1.3rem;
  }
  .case-box-wrapper .numbers-list li {
    font-size: 16px;
  }
  .case-box-wrapper .numbers-list {
    margin: 20px 0;
  }
  .case-box-wrapper .case-subtitle {
    margin: 12px 0;
  }
  .table-wrapper {
    width: 100%;
    overflow-x: scroll;
  }
  .table-wrapper table {
    min-width: 500px;
  }
  .single-post
    .navigation-wrapper
    + .start-container-head
    + .custom-post-header {
    flex-direction: column-reverse !important;
  }
  .mobile-table-contents {
    display: block;
  }
  .custom-post-header.post-thumbnail .post-thumbnail-wrapper {
    width: 100%;
    aspect-ratio: unset;
  }
  .ai-buttons {
    position: relative;
    bottom: auto;
  }
  .entry-header.post .header-top-row-custom {
    background: transparent;
  }
  /* .site-content  #page.grid-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  } */
}
