html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.hidden {
  display: none !important;
}

textarea,
input,
button,
select {
  font-family: inherit;
  font-size: inherit;
  text-align: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}

input,
textarea,
input::placeholder,
textarea::placeholder {
  background: inherit;
  color: inherit;
  border: none;
  padding: 0;
  outline: inherit;
  opacity: 1;
}

textarea {
  resize: none;
}

input:not([type=submit]),
textarea {
  display: block;
  width: 100%;
  border-radius: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

select {
  background: none;
  width: 100%;
  cursor: pointer;
  border: none;
  outline: none;
  border-radius: 0;
  color: var(--fg);
  margin: 0;
  padding: 0;
}

select option {
  color: var(--fg);
  margin: 0;
  padding: 0;
  background: var(--bg);
}

select:focus {
  outline: none;
}

ul,
li {
  text-decoration: none;
  list-style: none;
}

/* Input Elements */
button,
input[type=submit],
input[type=reset],
div[role=button] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  -webkit-appearance: none;
  border-radius: 0;
}

input[type=button],
input[type=button]:focus {
  outline: none;
}

a:link,
a:visited,
a:link span,
a:visited span {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

@font-face {
  font-family: "Roobert";
  src: url("../fonts/Roobert-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sohne";
  src: url("../fonts/TestSohneMono-Buch.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Root Elements */
:root {
  --black: 0, 0, 0;
  --white: 255, 255, 255;
  --offblack: 26, 26, 26;
  --offwhite: 238, 231, 218;
  --red: 234, 12, 12;
  --deepred: 93, 0, 0;
  --black50: rgba(var(--black), 0.5);
  --black100: rgba(var(--black), 1);
  --white10: rgba(var(--white), 0.1);
  --white30: rgba(var(--white), 0.3);
  --white80: rgba(var(--white), 0.8);
  --white100: rgba(var(--white), 1);
  --offblack5: rgba(var(--offblack), 0.05);
  --offblack10: rgba(var(--offblack), 0.1);
  --offblack50: rgba(var(--offblack), 0.6);
  --offblack100: rgba(var(--offblack), 1);
  --offwhite100: rgba(var(--offwhite), 1);
  --red50: rgba(var(--red), 0.5);
  --red100: rgba(var(--red), 1);
  --deepred100: rgba(var(--deepred), 1);
  --Pg: 10px;
  --negPg: -10px;
  --Gap: 16px;
  --fxs: 13px;
  --fs: 15px;
  --fl: 30px;
  --fxl: 55px;
  --size: var(--fs);
  --timing: cubic-bezier(1, 0, 0.29, 1) ;
}
@media screen and (max-width: 960px) {
  :root {
    --fxs: 13px;
    --fs: 15px;
    --fl: 24px;
    --fxl: 44px;
    --size: var(--fs);
  }
}

html {
  background-color: var(--white);
  color: var(--black);
  font-family: "Roobert";
  font-size: var(--size);
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  height: auto;
}

body {
  font-size: var(--size);
}

body.no-scroll {
  height: 100vh;
  overflow: hidden;
}

.visually-hidden {
  visibility: hidden;
  position: absolute;
  z-index: -10;
  display: none;
}

h1 {
  font-family: "Roobert";
  font-size: var(--fxl);
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  h1 {
    line-height: 52px;
  }
}

h2 {
  font-family: "Roobert";
  font-size: var(--fl);
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  h2 {
    line-height: 30px;
  }
}

h3 {
  font-family: "Sohne";
  font-size: var(--fxs);
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0;
  text-transform: uppercase;
}
h3.white30 {
  color: var(--white30);
}
h3.white80 {
  color: var(--white80);
}
h3.offblack50 {
  color: var(--offblack50);
}

p {
  font-family: "Roobert";
  font-size: var(--size);
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
}

.white {
  color: var(--white100);
}

strong,
b {
  font-weight: 600;
}

.enter {
  opacity: 0;
  transform: translateY(0px);
  transition: opacity 1s ease 0.2s, transform 1s ease 0.2s;
}

.enter.entered {
  transform: translateY(0px);
  opacity: 1;
}

/* Details Elements */
summary,
summary:focus {
  outline: none;
  list-style-type: none;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}

details summary::marker,
details summary::-webkit-details-marker {
  content: "";
  visibility: hidden;
  position: absolute;
  z-index: -10;
  list-style-type: none;
  display: none;
}

summary > * {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

summary > *::after {
  content: "+";
  margin-left: var(--Pg);
}

@media (hover: hover) and (pointer: fine) {
  details summary:hover {
    opacity: 0.5;
  }
}
details[open] summary > *::after {
  content: "-";
}

details[open] summary ~ * {
  animation: appear 0.4s ease-in;
  -webkit-animation: appear 0.4s ease-in;
}

details.closing summary ~ * {
  animation: close 0.4s ease-out;
}

@keyframes appear {
  0% {
    opacity: 0;
    max-height: 0;
  }
  100% {
    opacity: 1;
    max-height: calc(var(--vh, 1vh) * 100);
  }
}
@keyframes close {
  0% {
    opacity: 1;
    max-height: calc(var(--vh, 1vh) * 100);
  }
  100% {
    opacity: 0;
    max-height: 0;
  }
}
/* Image/Video Elements */
.aspectholder > * {
  display: block;
}

.vsc-controller {
  height: 0 !important;
  width: 0 !important;
  object-fit: unset !important;
}

svg path, svg polygon, svg polyline, svg rect, svg {
  fill: var(--black);
}

/* 5 */
.pxs {
  padding-left: calc(var(--Pg) / 2);
  padding-right: calc(var(--Pg) / 2);
}

.pys {
  padding-top: calc(var(--Pg) / 2);
  padding-bottom: calc(var(--Pg) / 2);
}

.prs {
  padding-right: calc(var(--Pg) / 2);
}

.pls {
  padding-left: calc(var(--Pg) / 2);
}

.pts {
  padding-top: calc(var(--Pg) / 2);
}

.pbs {
  padding-bottom: calc(var(--Pg) / 2);
}

/* 10 */
.px {
  padding-left: var(--Pg);
  padding-right: var(--Pg);
}

.py {
  padding-top: var(--Pg);
  padding-bottom: var(--Pg);
}

.pr {
  padding-right: var(--Pg);
}

.pl {
  padding-left: var(--Pg);
}

.pt {
  padding-top: var(--Pg);
}

.pb {
  padding-bottom: var(--Pg);
}

.pb3 {
  padding-bottom: calc(var(--Pg) * 3);
}

/* 20 */
.pxm {
  padding-left: calc(var(--Pg) * 2);
  padding-right: calc(var(--Pg) * 2);
}

.pym {
  padding-top: calc(var(--Pg) * 2);
  padding-bottom: calc(var(--Pg) * 2);
}

.prm {
  padding-right: calc(var(--Pg) * 2);
}

.plm {
  padding-left: calc(var(--Pg) * 2);
}

.ptm {
  padding-top: calc(var(--Pg) * 2);
}

.pbm {
  padding-bottom: calc(var(--Pg) * 2);
}

/* 50 */
.pxl {
  padding-left: calc(var(--Pg) * 5);
  padding-right: calc(var(--Pg) * 5);
}

.pyl {
  padding-top: calc(var(--Pg) * 5);
  padding-bottom: calc(var(--Pg) * 5);
}

.prl {
  padding-right: calc(var(--Pg) * 5);
}

.pll {
  padding-left: calc(var(--Pg) * 5);
}

.ptl {
  padding-top: calc(var(--Pg) * 5);
}

.pbl {
  padding-bottom: calc(var(--Pg) * 5);
}

/* 100 */
.pxxl {
  padding-left: calc(var(--Pg) * 10);
  padding-right: calc(var(--Pg) * 10);
}

.pyxl {
  padding-top: calc(var(--Pg) * 10);
  padding-bottom: calc(var(--Pg) * 10);
}

.plxl {
  padding-left: calc(var(--Pg) * 10);
}

.prxl {
  padding-right: calc(var(--Pg) * 10);
}

.ptxl {
  padding-top: calc(var(--Pg) * 10);
}

.pbxl {
  padding-bottom: calc(var(--Pg) * 10);
}

.phh {
  padding-top: 90px;
}

section {
  display: flex;
  align-items: center;
  justify-content: center;
  height: fit-content;
  width: 100%;
}

.grid-12 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: minmax(min-content, max-content);
  column-gap: var(--Gap);
  row-gap: var(--Gap);
  width: 100%;
  padding-left: 160px;
  padding-right: 160px;
}
@media screen and (max-width: 960px) {
  .grid-12 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

header {
  position: fixed;
  z-index: 1000;
  top: calc(var(--Pg) / 2 * 3);
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--black50);
  width: 60%;
  grid-column: 3/11;
  display: flex;
  justify-content: space-between;
  gap: var(--Pg);
  padding: calc(var(--Pg) / 2 * 3);
  align-items: center;
  border-radius: 5px;
  backdrop-filter: blur(15px);
}
@media screen and (max-width: 960px) {
  header {
    top: 30px;
    left: 30px;
    right: 30px;
    max-height: 56px;
    overflow: hidden;
    flex-direction: column;
    align-items: start;
    gap: 30px;
    transition: max-height 0.3s ease-in-out;
  }
  header.active {
    max-height: 100vh;
  }
}

nav {
  display: flex;
  flex-wrap: wrap;
  gap: var(--Pg);
}
@media screen and (max-width: 960px) {
  nav {
    flex-direction: column;
    border-top: solid 1px var(--white30);
    gap: 0px;
    width: 100%;
  }
}

header a.nav-link {
  color: var(--white100);
  transition: color 0.5s ease;
  padding: calc(var(--Pg) / 2);
}
@media screen and (max-width: 960px) {
  header a.nav-link {
    border-bottom: solid 1px var(--white30);
    padding: unset;
    padding-block: 15px;
  }
}
header a.nav-link.current {
  color: var(--white30);
}

.hamburger {
  display: none;
}

@media screen and (max-width: 960px) {
  .hamburger {
    position: absolute;
    right: 15px;
    top: 15px;
    display: flex;
    flex-direction: column;
    margin: calc(var(--Pg) / 2);
    gap: 4px;
    z-index: 11;
    height: 12.5px;
    width: 20px;
    pointer-events: all;
  }
  .hamburger .hamburger-line {
    display: block;
    width: 20px;
    height: 1.5px;
    background-color: var(--white100);
    border-radius: 1px;
    transition: all 0.3s ease-in-out;
  }
  .hamburger.active .hamburger-line:nth-child(1) {
    transform: translateY(5.5px) rotate(45deg);
    background-color: var(--white100);
  }
  .hamburger.active .hamburger-line:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active .hamburger-line:nth-child(3) {
    transform: translateY(-5.5px) rotate(-45deg);
    background-color: var(--white100);
  }
}
footer {
  background-color: var(--offblack100);
  gap: var(--Pg);
  padding: 50px 0px 50px 0px;
  align-items: start;
}
footer.grid-12 {
  row-gap: 100px;
}
@media screen and (max-width: 960px) {
  footer.grid-12 {
    row-gap: 15px;
  }
}
@media screen and (max-width: 960px) {
  footer {
    padding: 50px 0px 100px 0px;
  }
}
footer .logo {
  grid-column: 1/2;
}
footer .company {
  grid-column: 4/7;
}
footer .learn {
  grid-column: 7/10;
}
footer .follow-us {
  grid-column: 10/-1;
}
footer .new-season {
  grid-column: 4/7;
}
footer .privacy-policy {
  grid-column: 7/10;
}
footer .credit {
  grid-column: 10/-1;
}
@media screen and (max-width: 960px) {
  footer .logo {
    grid-column: 1/5;
    grid-row: 1;
    margin-bottom: 35px;
  }
  footer .company {
    grid-column: 6/9;
    grid-row: 1;
    margin-bottom: 35px;
  }
  footer .learn {
    grid-column: 10/13;
    grid-row: 1;
    margin-bottom: 35px;
  }
  footer .follow-us {
    grid-column: 1/-1;
    grid-row: 2;
    margin-bottom: 85px;
  }
  footer .new-season {
    grid-column: 1/6;
    grid-row: 4;
  }
  footer .privacy-policy {
    grid-column: 1/-1;
    text-align: end;
    grid-row: 3;
  }
  footer .credit {
    grid-column: 6/-1;
    grid-row: 4;
    text-align: end;
  }
}

footer a.nav-link {
  color: var(--white100);
  transition: color 0.5s ease;
}
footer a.nav-link h3 {
  padding-bottom: calc(var(--Pg) / 2);
  padding-top: calc(var(--Pg) / 2);
}

@media (hover: hover) and (pointer: fine) {
  a.nav-link:hover {
    color: var(--white80);
  }
}
a.logo-link {
  color: var(--white100);
  transition: color 0.5s ease;
  padding: unset;
}

a.logo-link svg {
  fill: var(--white100);
  transition: fill 0.5s ease;
}

a.logo-link:hover svg {
  fill: var(--white80);
}

footer svg {
  width: 100%;
  height: auto;
}

.footer-socials {
  display: flex;
  gap: 8px;
  padding-top: 5px;
}

.footer-socials svg {
  height: 19px;
  width: auto;
}

[data-supascribe-embed-id="695655170533"] .csw-theme-custom {
  border: unset !important;
}

.custom-substack-widget {
  border: unset !important;
  border-radius: unset !important;
}

.custom-substack-widget.csw-layout-row .csw-container > :first-child {
  flex: unset !important;
  flex: 4 !important;
  border-bottom: solid 1px var(--white30) !important;
}

.custom-substack-widget.csw-layout-row .csw-container > :last-child {
  flex: unset !important;
  display: flex !important;
  align-items: center !important;
}

.custom-substack-widget input {
  flex: unset !important;
  flex: 1 !important;
}

.custom-substack-widget input {
  font-family: "Sohne" !important;
  font-size: var(--fxs) !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 15px !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  padding: unset !important;
  padding-block: 4px !important;
}

.custom-substack-widget.csw-layout-row .csw-container {
  padding-top: calc(var(--Pg) * 2) !important;
  flex-wrap: none !important;
  gap: 5px !important;
}

.custom-substack-widget button[type=submit] {
  width: 18px !important;
  height: 18px !important;
  font-size: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
}

.custom-substack-widget button[type=submit]::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2"><path d="M5 12H19M19 12L12 5M19 12L12 19"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
}

a.link, button.link {
  display: block;
  padding: 12.5px 16px;
  border-radius: 4px;
  border: 1px solid var(--offblack100);
  width: fit-content;
  position: relative;
  background-color: transparent;
  z-index: 1;
  transition: all 0.3s var(--timing);
}

a.link p, button.link p {
  font-family: "Sohne";
  font-size: var(--fxs);
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--offblack100);
  transition: all 0.3s var(--timing);
}

a.link::after, button.link::after {
  content: "";
  position: absolute;
  background-color: var(--offblack100);
  height: 100%;
  top: 0;
  left: 0;
  width: 0;
  transition: all 0.3s var(--timing);
  z-index: -5;
  border-radius: 3px;
}

@media (hover: hover) and (pointer: fine) {
  a.link:hover::after, button.link:hover::after {
    width: 100%;
  }
}
@media (hover: hover) and (pointer: fine) {
  a.link:hover p, button.link:hover p {
    color: var(--white100);
  }
}
a.link.reversed, button.link.reversed {
  border: 1px solid var(--white100);
}

a.link.reversed p, button.link.reversed p {
  color: var(--white100);
}

a.link.reversed::after, button.link.reversed::after {
  background-color: var(--white100);
}

@media (hover: hover) and (pointer: fine) {
  a.link.reversed:hover p, button.link.reversed:hover p {
    color: var(--offblack100);
  }
}
section[data-type=headerblock] {
  position: relative;
}
section[data-type=headerblock].section-large {
  height: 100vh;
}
section[data-type=headerblock].section-medium {
  height: 700px;
}
section[data-type=headerblock].section-small {
  height: 500px;
}
section[data-type=headerblock].align-bottom {
  align-items: end;
  padding-bottom: 100px;
}
@media screen and (max-width: 960px) {
  section[data-type=headerblock].align-bottom {
    padding-bottom: 50px;
  }
}
section[data-type=headerblock].align-center {
  align-items: center;
  padding-bottom: unset;
}
section[data-type=headerblock] .container {
  grid-column: 1/10;
}
@media screen and (max-width: 960px) {
  section[data-type=headerblock] .container {
    grid-column: 1/-1;
  }
}
section[data-type=headerblock] .background-image figure {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -5;
  width: 100%;
  height: 100%;
}
section[data-type=headerblock] .background-image img {
  aspect-ratio: 1.6;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

section[data-type=clients-featureblock] {
  height: fit-content;
  padding-block: 100px;
  overflow: hidden;
}
section[data-type=clients-featureblock] .grid-12 {
  row-gap: unset;
}
@media screen and (max-width: 960px) {
  section[data-type=clients-featureblock] {
    padding-block: 50px;
  }
}
section[data-type=clients-featureblock] h3 {
  grid-column: 1/-1;
}
section[data-type=clients-featureblock] h2 {
  grid-column: 1/-1;
}
section[data-type=clients-featureblock] .clients-feature-container {
  grid-column: 1/-1;
}
section[data-type=clients-featureblock] a {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  z-index: 0;
  grid-column: span 4;
}
@media screen and (max-width: 960px) {
  section[data-type=clients-featureblock] a {
    grid-column: span 12;
  }
}
@media (hover: hover) and (pointer: fine) {
  section[data-type=clients-featureblock] a:hover figure {
    opacity: 0.8;
  }
}
section[data-type=clients-featureblock] .service {
  opacity: 0;
  transition: all 0.3s ease;
  position: absolute;
  right: 10px;
  top: 10px;
  border-radius: 9999px;
  overflow: hidden;
  padding: 6px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--red100);
  color: var(--white100);
  z-index: 5;
}
@media (hover: hover) and (pointer: fine) {
  section[data-type=clients-featureblock] a:hover .service {
    opacity: 1;
  }
}
section[data-type=clients-featureblock] a figure {
  transition: all 0.3s ease;
  aspect-ratio: 0.75;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
}
section[data-type=clients-featureblock] a figure > * {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

section[data-type=values-accordionblock] {
  background-color: var(--offwhite100);
}
section[data-type=values-accordionblock] .grid-12 {
  padding-block: 50px;
  position: relative;
  opacity: 0.5;
  transition: color 0.5s ease;
}
@media screen and (max-width: 960px) {
  section[data-type=values-accordionblock] .grid-12 {
    padding-block: 50px;
    max-height: 117px;
    max-height: 175px;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
  }
  section[data-type=values-accordionblock] .grid-12.active {
    max-height: 100vh;
    transition: max-height 0.3s ease-in-out;
  }
}
@media (hover: hover) and (pointer: fine) {
  section[data-type=values-accordionblock] .grid-12:hover {
    opacity: 1;
  }
}
section[data-type=values-accordionblock] .grid-12:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 160px;
  right: 160px;
  height: 1px;
  background-color: var(--offblack5);
}
section[data-type=values-accordionblock] .number {
  grid-column: 1/3;
  display: flex;
  align-items: start;
}
@media screen and (max-width: 960px) {
  section[data-type=values-accordionblock] .number {
    grid-column: 1/-1;
    grid-row: 1;
  }
}
section[data-type=values-accordionblock] .heading {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 960px) {
  section[data-type=values-accordionblock] .heading {
    grid-column: 1/12;
    grid-row: 2;
  }
}
section[data-type=values-accordionblock] .body {
  grid-column: 6/11;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s ease;
}
@media screen and (max-width: 960px) {
  section[data-type=values-accordionblock] .body {
    grid-column: span 12;
    grid-row: 3;
  }
}
section[data-type=values-accordionblock] .body.active {
  opacity: 1;
}
section[data-type=values-accordionblock] .body a {
  color: var(--offblack50);
}
section[data-type=values-accordionblock] .open-close {
  grid-column: 12/-1;
  display: flex;
  align-items: center;
  text-align: end;
}

section[data-type=headlineblock] {
  position: relative;
  height: 500px;
  align-items: center;
}
@media screen and (max-width: 960px) {
  section[data-type=headlineblock] {
    align-items: end;
    padding-bottom: 60px;
  }
}
section[data-type=headlineblock] .container {
  grid-column: 1/10;
}
@media screen and (max-width: 960px) {
  section[data-type=headlineblock] .container {
    grid-column: 1/-1;
  }
}
section[data-type=headlineblock] .background-image figure {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -5;
  width: 100%;
  height: 100%;
}
section[data-type=headlineblock] .background-image img {
  aspect-ratio: 1.6;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

section[data-type=article-featureblock] {
  position: relative;
  height: 700px;
  padding: 50px 0px 50px 0px;
  align-items: center;
  background-color: var(--deepred100);
}
section[data-type=article-featureblock] .tag-container {
  display: flex;
  gap: 10px;
}
section[data-type=article-featureblock] .tag {
  border-radius: 9999px;
  width: fit-content;
  overflow: hidden;
  padding: 6px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--red100);
  color: var(--white100);
  backdrop-filter: blur(15px);
  z-index: 5;
}
@media screen and (max-width: 900px) {
  section[data-type=article-featureblock] .grid-12 {
    row-gap: 50px;
  }
}
section[data-type=article-featureblock] .grid-12 .text {
  grid-column: 1/6;
  height: fit-content;
  align-self: center;
}
@media screen and (max-width: 900px) {
  section[data-type=article-featureblock] .grid-12 .text {
    grid-column: 1/-1;
    grid-row: 1;
  }
}
section[data-type=article-featureblock] .grid-12 .image {
  grid-column: 9/-1;
  justify-self: end;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 900px) {
  section[data-type=article-featureblock] .grid-12 .image {
    grid-column: 1/-1;
    grid-row: 2;
  }
}
section[data-type=article-featureblock] .grid-12 .image figure {
  overflow: hidden;
  border-radius: 4px;
  width: 100%;
  height: 100%;
}
section[data-type=article-featureblock] .grid-12 .image figure img {
  height: 100%;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

section[data-type=testimonial-sliderblock] {
  height: auto;
  padding: 100px 0px 160px 0px;
}
@media screen and (max-width: 960px) {
  section[data-type=testimonial-sliderblock] {
    padding: 50px 0px 50px 0px;
  }
}
section[data-type=testimonial-sliderblock] .swiper-container {
  grid-column: 1/-1;
  display: flex;
}
@media screen and (max-width: 960px) {
  section[data-type=testimonial-sliderblock] .swiper-container {
    flex-direction: column-reverse;
    gap: 50px;
  }
}
section[data-type=testimonial-sliderblock] .image-container {
  height: 100%;
  width: 50%;
}
@media screen and (max-width: 960px) {
  section[data-type=testimonial-sliderblock] .image-container {
    height: auto;
    width: 100%;
  }
}
section[data-type=testimonial-sliderblock] .testimonial-container {
  height: 100%;
  width: 50%;
  padding-left: 65px;
}
@media screen and (max-width: 960px) {
  section[data-type=testimonial-sliderblock] .testimonial-container {
    height: auto;
    width: 100%;
    padding-left: unset;
  }
}
section[data-type=testimonial-sliderblock] .image-slide figure {
  position: static;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
}
section[data-type=testimonial-sliderblock] .image-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 0.75;
}
section[data-type=testimonial-sliderblock] .testimonial-buttons-container {
  position: static;
  width: fit-content;
  height: fit-content;
  display: flex;
  gap: 10px;
}
section[data-type=testimonial-sliderblock] .testimonial-button {
  width: 40px;
  height: 40px;
  padding-block: 8px;
  padding-inline: 8px;
  border: solid 1px var(--offblack100);
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  background-color: var(--lightgrey);
  position: relative;
}
section[data-type=testimonial-sliderblock] .testimonial-button::after {
  content: "";
  position: absolute;
  background-color: var(--offblack100);
  height: 100%;
  top: 0;
  left: 0;
  width: 0;
  transition: all 0.3s var(--timing);
  z-index: -5;
  border-radius: 3px;
}
section[data-type=testimonial-sliderblock] .testimonial-button:hover::after {
  width: 100%;
}
section[data-type=testimonial-sliderblock] .testimonial-button svg {
  fill: var(--offblack100);
  transition: all 0.3s var(--timing);
}
section[data-type=testimonial-sliderblock] .testimonial-button:hover svg {
  fill: var(--white100);
}

section[data-type=services-swiperblock] {
  padding: 100px 0px 160px 0px;
}
@media screen and (max-width: 960px) {
  section[data-type=services-swiperblock] {
    padding: 50px 0px 50px 0px;
  }
}
section[data-type=services-swiperblock] h3 {
  grid-column: 1/-1;
}
section[data-type=services-swiperblock] .services-container {
  grid-column: 1/-1;
  width: 100%;
  min-height: 400px;
  overflow: hidden;
}
section[data-type=services-swiperblock] .swiper-slide {
  border-radius: 5px;
  overflow: hidden;
  background-color: var(--deepred100);
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
section[data-type=services-swiperblock] p {
  color: var(--white100);
}
section[data-type=services-swiperblock] h2 {
  margin-top: auto;
  color: var(--red100) !important;
}
section[data-type=services-swiperblock] a {
  color: var(--white30);
}

main section:first-child[data-type=textblock], section[data-type=text-paragraphblock] {
  margin-top: 200px;
}
@media screen and (max-width: 960px) {
  main section:first-child[data-type=textblock], section[data-type=text-paragraphblock] {
    margin-top: 100px;
  }
}

section[data-type=textblock], section[data-type=text-paragraphblock] {
  margin: 100px 0px 100px 0px;
}
@media screen and (max-width: 960px) {
  section[data-type=textblock], section[data-type=text-paragraphblock] {
    margin: 50px 0px 50px 0px;
  }
}
section[data-type=textblock] .grid-12, section[data-type=text-paragraphblock] .grid-12 {
  row-gap: 10px;
}
section[data-type=textblock] .grid-12 .paragraph, section[data-type=text-paragraphblock] .grid-12 .paragraph {
  padding-bottom: 20px;
  grid-column: 1/-1;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
section[data-type=textblock] .grid-12 h3, section[data-type=text-paragraphblock] .grid-12 h3 {
  grid-column: 1/-1;
}
section[data-type=textblock] .grid-12 h2, section[data-type=text-paragraphblock] .grid-12 h2 {
  grid-column: 1/-1;
}
section[data-type=textblock] .grid-12 h1, section[data-type=text-paragraphblock] .grid-12 h1 {
  grid-column: 1/-1;
}
section[data-type=textblock] .grid-12 p, section[data-type=text-paragraphblock] .grid-12 p {
  grid-column: 1/-1;
}
section[data-type=textblock] .grid-12 .button, section[data-type=text-paragraphblock] .grid-12 .button {
  grid-column: 1/-1;
}
section[data-type=textblock] a, section[data-type=text-paragraphblock] a {
  color: var(--offblack50);
}

section[data-type=quoteblock] {
  margin: 100px 0px 100px 0px;
}
@media screen and (max-width: 960px) {
  section[data-type=quoteblock] {
    margin: 50px 0px 50px 0px;
  }
}
section[data-type=quoteblock] .grid-12 {
  row-gap: 30px;
}
section[data-type=quoteblock] .grid-12 h2 {
  grid-column: 1/-1;
}
section[data-type=quoteblock] .grid-12 h3 {
  grid-column: 1/-1;
}
section[data-type=quoteblock] .grid-12 .button {
  grid-column: 1/-1;
}
section[data-type=quoteblock] .grid-12 a {
  color: var(--offblack50);
}

section[data-type=mediablock] {
  margin: 100px 0px 100px 0px;
}
@media screen and (max-width: 960px) {
  section[data-type=mediablock] {
    margin: 50px 0px 50px 0px;
  }
}
section[data-type=mediablock] .grid-12 .media-one {
  grid-column: 1/-1;
}
section[data-type=mediablock] .grid-12 .media-one figure {
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
}
section[data-type=mediablock] .grid-12 .media-one figure img, section[data-type=mediablock] .grid-12 .media-one figure video {
  aspect-ratio: 1.4;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: center;
}
section[data-type=mediablock] .grid-12 .media-two {
  grid-column: 1/-1;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 960px) {
  section[data-type=mediablock] .grid-12 .media-two {
    flex-direction: column;
    gap: 50px;
  }
}
section[data-type=mediablock] .grid-12 .media-two > div {
  width: 50%;
}
@media screen and (max-width: 960px) {
  section[data-type=mediablock] .grid-12 .media-two > div {
    width: 100%;
  }
}
section[data-type=mediablock] .grid-12 .media-two > div figure {
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
}
section[data-type=mediablock] .grid-12 .media-two > div figure img, section[data-type=mediablock] .grid-12 .media-two > div figure video {
  aspect-ratio: 0.8;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section[data-type=services-stackerblock] {
  min-height: 100vh;
  padding: 100px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section[data-type=services-stackerblock] .stack {
  position: sticky;
  background-color: var(--white100);
  width: 100%;
  padding: 0px 160px 100px 160px;
}
section[data-type=services-stackerblock] .stack h3 {
  border-top: solid 1px var(--offblack10);
  padding-block: 30px;
  width: 100%;
}
section[data-type=services-stackerblock] .stack a {
  color: var(--offblack50);
}
section[data-type=services-stackerblock] .stack .flex {
  display: flex;
  flex-direction: row;
  column-gap: 16px;
}
section[data-type=services-stackerblock] .stack .left {
  width: 50%;
}
section[data-type=services-stackerblock] .stack .right {
  width: 50%;
}
section[data-type=services-stackerblock] .stack .right figure {
  width: 100%;
}
section[data-type=services-stackerblock] .stack .right figure img, section[data-type=services-stackerblock] .stack .right figure video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1.25;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  section[data-type=services-stackerblock] .stack {
    padding: 0px 30px 100px 30px;
  }
  section[data-type=services-stackerblock] .stack .flex {
    display: flex;
    flex-direction: column;
    row-gap: 50px;
  }
  section[data-type=services-stackerblock] .stack .left {
    width: 100%;
  }
  section[data-type=services-stackerblock] .stack .right {
    width: 100%;
  }
}
section[data-type=services-stackerblock] .stack:nth-child(1) {
  top: 100px;
}
section[data-type=services-stackerblock] .stack:nth-child(2) {
  top: 175px;
}
section[data-type=services-stackerblock] .stack:nth-child(3) {
  top: 250px;
}

section[data-type=contact-formblock] {
  margin: 50px 0px 50px 0px;
}
@media screen and (max-width: 960px) {
  section[data-type=contact-formblock] .grid-12 {
    row-gap: 50px;
  }
}
section[data-type=contact-formblock] .grid-12 .contact-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  grid-column: 1/5;
}
@media screen and (max-width: 960px) {
  section[data-type=contact-formblock] .grid-12 .contact-info {
    grid-column: 1/-1;
  }
}
section[data-type=contact-formblock] .grid-12 .contact-info h3 {
  width: fit-content;
}
section[data-type=contact-formblock] .grid-12 .contact-info p {
  width: fit-content;
}
section[data-type=contact-formblock] .grid-12 .contact-info .button {
  width: fit-content;
}
section[data-type=contact-formblock] .grid-12 .contact-info a {
  color: var(--offblack50);
}
section[data-type=contact-formblock] .grid-12 form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  grid-column: 6/-1;
}
@media screen and (max-width: 960px) {
  section[data-type=contact-formblock] .grid-12 form {
    grid-column: 1/-1;
  }
}
section[data-type=contact-formblock] .grid-12 form div.half {
  grid-column: span 1;
}
section[data-type=contact-formblock] .grid-12 form div.full {
  grid-column: span 2;
}
section[data-type=contact-formblock] .grid-12 form .form-field {
  padding: 16px;
  display: flex;
  align-items: center;
  background-color: var(--offblack5);
  background-clip: padding-box;
  border-radius: 4px;
}
section[data-type=contact-formblock] .grid-12 form .form-field::placeholder {
  background-color: transparent;
  color: var(--black50);
  transition: color 1s ease;
}
@media (hover: hover) and (pointer: fine) {
  section[data-type=contact-formblock] .grid-12 form .form-field:hover::placeholder {
    background-color: transparent;
    color: var(--black100);
  }
}

section[data-type=spacerblock] {
  padding-inline: 160px;
}
@media screen and (max-width: 960px) {
  section[data-type=spacerblock] {
    padding-inline: 30px;
  }
}
section[data-type=spacerblock] div {
  width: 100%;
}
section[data-type=spacerblock] div.active {
  border-bottom: solid 1px var(--offblack10);
}

section[data-type=statsblock] {
  margin: 100px 0px 100px 0px;
  padding: 100px 0px 100px 0px;
  background-color: var(--deepred100);
}
@media screen and (max-width: 960px) {
  section[data-type=statsblock] {
    margin: 50px 0px 50px 0px;
  }
}
section[data-type=statsblock] .grid-12 {
  row-gap: 30px;
}
section[data-type=statsblock] .grid-12 h1 {
  grid-column: 1/-1;
  color: var(--red100);
}
section[data-type=statsblock] .grid-12 h2 {
  grid-column: 1/-1;
  color: var(--red100);
}

body[data-template=clients] .clients-container {
  display: flex;
  width: 100vw;
  height: 100vh;
  align-items: center;
}
body[data-template=clients] .clients-container .titles-container {
  background-color: var(--offblack100);
  width: 50vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 960px) {
  body[data-template=clients] .clients-container .titles-container {
    position: absolute;
    width: 100vw;
    background-color: var(--offblack50);
    z-index: 5;
    align-items: start;
    padding-inline: 30px;
    pointer-events: none;
  }
}
body[data-template=clients] .clients-container .title {
  color: var(--white30);
}
body[data-template=clients] .clients-container .title.active {
  color: var(--white100);
}
@media screen and (max-width: 960px) {
  body[data-template=clients] .clients-container .title {
    user-select: none;
    -webkit-user-drag: none;
    pointer-events: all;
  }
}
body[data-template=clients] .clients-container .images-container {
  width: 50vw;
  height: 100vh;
}
@media screen and (max-width: 960px) {
  body[data-template=clients] .clients-container .images-container {
    width: 100vw;
  }
}
body[data-template=clients] .clients-container .images-container .images-slide {
  width: 100% !important;
  height: 100%;
}
body[data-template=clients] .clients-container .images-container .images-slide figure {
  width: 100%;
  height: 100%;
}
body[data-template=clients] .clients-container .images-container .images-slide figure img, body[data-template=clients] .clients-container .images-container .images-slide figure video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body[data-template=case-study] section[data-type=textblock] .grid-12, body[data-template=case-study] section[data-type=text-paragraphblock] .grid-12 {
  max-width: 742px;
  padding: unset;
}
@media screen and (max-width: 960px) {
  body[data-template=case-study] section[data-type=textblock] .grid-12, body[data-template=case-study] section[data-type=text-paragraphblock] .grid-12 {
    padding: 0px 30px 0px 30px;
  }
}
body[data-template=case-study] section[data-type=quoteblock] .grid-12 {
  max-width: 742px;
  padding: unset;
}
@media screen and (max-width: 960px) {
  body[data-template=case-study] section[data-type=quoteblock] .grid-12 {
    padding: 0px 30px 0px 30px;
  }
}
body[data-template=case-study] section[data-type=statsblock] .grid-12 {
  max-width: 742px;
  padding: unset;
}
@media screen and (max-width: 960px) {
  body[data-template=case-study] section[data-type=statsblock] .grid-12 {
    padding: 0px 30px 0px 30px;
  }
}

body[data-template=journal] section[data-type=journal-header] {
  margin: 200px 0px 50px 0px;
}
@media screen and (max-width: 960px) {
  body[data-template=journal] section[data-type=journal-header] {
    margin: 180px 0px 50px 0px;
  }
}
body[data-template=journal] section[data-type=journal-header] .grid-12 {
  row-gap: 100px;
}
@media screen and (max-width: 960px) {
  body[data-template=journal] section[data-type=journal-header] .grid-12 {
    row-gap: 50px;
  }
}
body[data-template=journal] section[data-type=journal-header] .grid-12 .header-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  grid-column: 1/-1;
}
body[data-template=journal] section[data-type=journal-header] .grid-12 .filters {
  grid-column: 1/-1;
  display: flex;
  gap: 10px;
  padding-bottom: 50px;
  border-bottom: solid 1px var(--offblack10);
}
body[data-template=journal] section[data-type=journal-header] .grid-12 .filter {
  transition: all 0.3s ease;
  border-radius: 9999px;
  overflow: hidden;
  padding: 6px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--red100);
  color: var(--white100);
  z-index: 5;
}
body[data-template=journal] section[data-type=journal-header] .grid-12 .filter.active {
  background-color: var(--red50);
}
body[data-template=journal] section[data-type=journal-articles] .grid-12 {
  grid-template-columns: repeat(3, 1fr);
  row-gap: 50px;
  padding-bottom: 100px;
}
@media screen and (max-width: 960px) {
  body[data-template=journal] section[data-type=journal-articles] .grid-12 {
    grid-template-columns: repeat(1, 1fr);
    padding-bottom: 50px;
  }
}
body[data-template=journal] section[data-type=journal-articles] .grid-12 .journal-card {
  position: relative;
}
body[data-template=journal] section[data-type=journal-articles] .grid-12 .journal-card .tags {
  opacity: 0;
  transition: all 0.3s ease;
  display: flex;
  gap: 5px;
  width: fit-content;
  height: fit-content;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 5;
}
body[data-template=journal] section[data-type=journal-articles] .grid-12 .journal-card .tags .tag {
  border-radius: 9999px;
  overflow: hidden;
  padding: 6px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--red100);
  color: var(--white100);
  z-index: 5;
}
@media (hover: hover) and (pointer: fine) {
  body[data-template=journal] section[data-type=journal-articles] .grid-12 .journal-card:hover figure {
    opacity: 0.8;
  }
  body[data-template=journal] section[data-type=journal-articles] .grid-12 .journal-card:hover .tags {
    opacity: 1;
  }
}
body[data-template=journal] section[data-type=journal-articles] .grid-12 .journal-card img, body[data-template=journal] section[data-type=journal-articles] .grid-12 .journal-card video {
  aspect-ratio: 0.8;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  overflow: hidden;
}

body[data-template=article] section[data-type=textblock] .grid-12, body[data-template=article] section[data-type=text-paragraphblock] .grid-12 {
  max-width: 742px;
  padding: unset;
}
@media screen and (max-width: 960px) {
  body[data-template=article] section[data-type=textblock] .grid-12, body[data-template=article] section[data-type=text-paragraphblock] .grid-12 {
    padding: 0px 30px 0px 30px;
  }
}
body[data-template=article] section[data-type=quoteblock] .grid-12 {
  max-width: 742px;
  padding: unset;
}
@media screen and (max-width: 960px) {
  body[data-template=article] section[data-type=quoteblock] .grid-12 {
    padding: 0px 30px 0px 30px;
  }
}
body[data-template=article] section[data-type=article-header] {
  height: 700px;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 960px) {
  body[data-template=article] section[data-type=article-header] {
    height: 100%;
    flex-direction: column;
  }
}
body[data-template=article] section[data-type=article-header] .header-text {
  width: 50vw;
  height: 100%;
  padding: 70px 120px 40px 160px;
  background-color: var(--deepred100);
  color: var(--white100);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  body[data-template=article] section[data-type=article-header] .header-text {
    width: 100vw;
    padding: 180px 30px 50px 30px;
  }
}
body[data-template=article] section[data-type=article-header] .header-text .text-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
body[data-template=article] section[data-type=article-header] .header-text .tags {
  display: flex;
  gap: 10px;
}
body[data-template=article] section[data-type=article-header] .header-text .tags .tag {
  border-radius: 9999px;
  overflow: hidden;
  padding: 6px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--red100);
  color: var(--white100);
  z-index: 5;
}
body[data-template=article] section[data-type=article-header] .header-image {
  width: 50vw;
  height: 100%;
}
body[data-template=article] section[data-type=article-header] .header-image figure {
  height: 100%;
  width: 100%;
}
body[data-template=article] section[data-type=article-header] .header-image figure img, body[data-template=article] section[data-type=article-header] .header-image figure video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 960px) {
  body[data-template=article] section[data-type=article-header] .header-image {
    width: 100vw;
  }
}
body[data-template=article] section[data-type=article-header] .grid-12 {
  row-gap: 100px;
}
body[data-template=article] section[data-type=article-header] .grid-12 .filters {
  grid-column: 1/-1;
  display: flex;
  gap: 10px;
  padding-bottom: 50px;
  border-bottom: solid 1px var(--offblack10);
}
body[data-template=article] section[data-type=article-header] .grid-12 .filter {
  transition: all 0.3s ease;
  border-radius: 9999px;
  overflow: hidden;
  padding: 6px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--red100);
  color: var(--white100);
  z-index: 5;
}
body[data-template=article] section[data-type=read-next] .grid-12 {
  padding-block: 100px;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 30px;
}
@media screen and (max-width: 960px) {
  body[data-template=article] section[data-type=read-next] .grid-12 {
    grid-template-columns: repeat(1, 1fr);
    padding-block: 50px;
  }
}
body[data-template=article] section[data-type=read-next] .grid-12 h3 {
  grid-column: 1/-1;
}
body[data-template=article] section[data-type=read-next] .grid-12 .journal-card {
  position: relative;
}
body[data-template=article] section[data-type=read-next] .grid-12 .journal-card .tags {
  opacity: 0;
  transition: all 0.3s ease;
  display: flex;
  gap: 5px;
  width: fit-content;
  height: fit-content;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 5;
}
body[data-template=article] section[data-type=read-next] .grid-12 .journal-card .tags .tag {
  border-radius: 9999px;
  overflow: hidden;
  padding: 6px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--red100);
  color: var(--white100);
  z-index: 5;
}
@media (hover: hover) and (pointer: fine) {
  body[data-template=article] section[data-type=read-next] .grid-12 .journal-card:hover figure {
    opacity: 0.8;
  }
  body[data-template=article] section[data-type=read-next] .grid-12 .journal-card:hover .tags {
    opacity: 1;
  }
}
body[data-template=article] section[data-type=read-next] .grid-12 .journal-card img, body[data-template=article] section[data-type=read-next] .grid-12 .journal-card video {
  aspect-ratio: 0.8;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  overflow: hidden;
}

body[data-template=privacy-policy] section[data-type=textblock], body[data-template=privacy-policy] section[data-type=text-paragraphblock] {
  margin: 50px 0px 50px 0px;
}
body[data-template=privacy-policy] section:first-child[data-type=textblock], body[data-template=privacy-policy] section[data-type=text-paragraphblock] {
  margin-top: 200px;
}
@media screen and (max-width: 960px) {
  body[data-template=privacy-policy] section:first-child[data-type=textblock], body[data-template=privacy-policy] section[data-type=text-paragraphblock] {
    margin-top: 180px;
  }
}
body[data-template=privacy-policy] section:last-child[data-type=textblock], body[data-template=privacy-policy] section[data-type=text-paragraphblock] {
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  body[data-template=privacy-policy] section:last-child[data-type=textblock], body[data-template=privacy-policy] section[data-type=text-paragraphblock] {
    margin-bottom: 50px;
  }
}
