@charset "UTF-8";
/*!
Theme Name: F.A.Z Kaufkompass Wordpress Theme
Theme URI: http://underscores.me/
Author: Marius Landscheid
Author URI: https://heu.land
Description: Ein Wordpress Theme für die AllesBeste GmbH / Frankfurter Allgemeine Zeitung
Version: 1.3.7
Tested up to: 6.2.2
Requires PHP: >= 8.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: allesbeste-2020
Tags: blog, affiliate, magazine, product tests, product reviews, best price

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

F.A.Z Kaufkompass Wordpress Theme Wordpress Theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
/* || Vendor styles */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}

/* HTML5 display-role reset for older browsers */
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;
}

/**
 * Variables
 */
/**
 * Modules
 */
/* || Sizes */
/* || Transitions */
/* || Shadows */
/* || Buttons */
/* || Fonts */
/**
 * 400 regular
 * 600 semibold
 * 700 bold
 */
/* inter-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/inter-v18-latin-regular.woff2") format("woff2"), url("./fonts/inter-v18-latin-regular.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* inter-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("./fonts/inter-v18-latin-600.woff2") format("woff2"), url("./fonts/inter-v18-latin-600.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* inter-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("./fonts/inter-v18-latin-700.woff2") format("woff2"), url("./fonts/inter-v18-latin-700.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
:root {
  font-size: 16px;
}

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

body {
  color: #006647;
  font-family: "Inter";
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.01875rem;
}

b, strong {
  font-weight: 600;
}

figure {
  max-width: 100%;
  margin-right: 0;
}
figure img {
  width: 100%;
}

figcaption {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.03125rem;
  padding-top: 0.75rem;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  display: block;
}

@media (min-width: 768px), print {
  figcaption {
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0.01875rem;
  }
}
a {
  color: #006647;
  text-decoration: none;
}

@media (hover: hover) {
  a:hover {
    color: rgb(51, 132.6, 107.8);
  }
}
@media (hover: hover) {
  [data-toggle-trigger]:hover {
    cursor: pointer;
  }
}
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overscroll-behavior-y: none;
}

body {
  background-color: #FFFFFF;
  overscroll-behavior: none;
  /* Verhindert jegliches Überscrollen */
}

.button {
  position: relative;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  padding: 0.875rem 1.5rem 0.875rem 3rem;
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.025rem;
  color: #FFFFFF;
  background-color: #006647;
}
.button:before {
  content: "";
  background: url("./img/icon-arrow-white.svg") center no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: translateX(-2rem);
  background-size: contain;
}
@media (hover: hover) {
  .button {
    transition: all 0.3s ease;
    transition-property: background-color;
  }
  .button:hover {
    color: #FFFFFF;
    cursor: pointer;
    background-color: rgb(51, 132.6, 107.8);
  }
}
.button:active {
  color: #FFFFFF;
  background-color: #006647;
}
.button:disabled {
  color: #FFFFFF;
  background-color: rgb(127.5, 178.5, 163);
}
@media (hover: hover) {
  .button {
    transition: all 0.3s ease;
    transition-property: background-color;
  }
  .button:hover {
    color: #006647;
    cursor: pointer;
    background-color: #FFFFFF;
    border-color: #006647;
  }
  .button:hover:before {
    background-image: url("./img/icon-arrow.svg");
  }
}
.button:active {
  color: #006647;
  background-color: #FFFFFF;
  border-color: #006647;
}
.button:active:before {
  background-image: url("./img/icon-arrow.svg");
}
.button:disabled {
  color: #FFFFFF;
  background-color: rgb(127.5, 178.5, 163);
}
.button--ghost {
  position: relative;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  border-color: #006647;
  padding: 0.875rem 1.5rem 0.875rem 3rem;
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.025rem;
  color: #006647;
  background-color: #FFFFFF;
}
.button--ghost:before {
  content: "";
  background: url("./img/icon-arrow-white.svg") center no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: translateX(-2rem);
  background-size: contain;
}
.button--ghost:before {
  background-image: url("./img/icon-arrow.svg");
}
@media (hover: hover) {
  .button--ghost {
    transition: all 0.3s ease;
    transition-property: background-color;
  }
  .button--ghost:hover {
    color: #006647;
    cursor: pointer;
    background-color: white;
  }
}
.button--ghost:active {
  color: #006647;
  background-color: #FFFFFF;
}
.button--ghost:disabled {
  color: #006647;
  background-color: white;
}
@media (hover: hover) {
  .button--ghost {
    transition: all 0.3s ease;
    transition-property: background-color;
  }
  .button--ghost:hover {
    color: #006647;
    cursor: pointer;
    background-color: #FFFFFF;
    border-color: #006647;
    background-color: #006647;
    color: #FFFFFF;
  }
  .button--ghost:hover:before {
    background-image: url("./img/icon-arrow.svg");
  }
  .button--ghost:hover:before {
    background-image: url("./img/icon-arrow-white.svg");
  }
}
.button--ghost:active {
  color: #006647;
  background-color: #FFFFFF;
  border-color: #006647;
}
.button--ghost:active:before {
  background-image: url("./img/icon-arrow.svg");
}
.button--ghost:disabled {
  color: #FFFFFF;
  background-color: rgb(127.5, 178.5, 163);
}
@media (min-width: 1024px) {
  .button {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: 0.01875rem;
    padding: 1.125rem 2rem 1.125rem 3.5rem;
  }
}

@media (min-width: 768px), print {
  .button {
    display: inline-block;
  }
}
.badge {
  width: 100%;
  margin: 0;
  padding: 0.5rem 0;
  border-top: 1px solid #006647;
  background-color: #FFFFFF;
  color: #006647;
  text-align: center;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.025rem;
}

.box {
  position: relative;
  margin-bottom: 1.5rem;
}
.box::after {
  content: "";
  display: block;
  height: 0;
  left: calc(-1.5rem - 2px);
  bottom: calc(-1.5rem - 2px);
  width: calc(100vw - 1.5rem);
  position: absolute;
  border-bottom: 1px solid #006647;
}
.box .cta {
  margin-bottom: calc(3.75rem - 1.5rem);
}
@media (min-width: 1024px) {
  .box .cta {
    margin-bottom: 0;
  }
}
.box--info {
  background-color: #E6F0ED;
  border: 1px solid #E6F0ED;
  border-radius: 0.5rem;
  padding: 1.5rem 1.5rem 2rem;
  margin-top: 0 !important;
  margin-bottom: 0;
  word-break: break-word;
}
.box--info:after {
  display: none;
}
@media (min-width: 1024px) {
  .box--info {
    margin-top: 1rem;
    padding: 2.5rem 2.5rem 2rem;
  }
}
.box--info .headline {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.75rem;
}
@media (min-width: 1024px) {
  .box--info .headline {
    font-weight: 600;
    font-size: 2rem;
    line-height: 2.25rem;
  }
}
.box--image img {
  border: 1px solid transparent;
  border-radius: 0.5rem;
}
.box--white .headline {
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.25rem;
}
@media (min-width: 1024px) {
  .box--white .headline {
    font-weight: 600;
    font-size: 3rem;
    line-height: 3.25rem;
    letter-spacing: 0.015625rem;
  }
}
.box--white:after {
  display: none;
}
@media (min-width: 1024px) {
  .box--white {
    align-self: center;
  }
}

.list li {
  margin-bottom: 1.5rem;
  padding-left: 2.75rem;
  position: relative;
}
.list li:last-child {
  margin-bottom: 0;
}
.list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.75rem;
  height: 1.75rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (min-width: 1024px) {
  .list li::before {
    width: 2.25rem;
    height: 2.25rem;
  }
}
@media (min-width: 1024px) {
  .list li {
    padding-left: 4rem;
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .list {
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
  }
}
.list--info li::before {
  background-image: url("./img/icon-info.svg");
}
.list--check li::before {
  background-image: url("./img/icon-check.svg");
}

/* || Layout styles */
.frame {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  /* Volle Höhe des Viewports */
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.frame-top {
  grid-template-columns: 3rem auto;
  display: grid;
  z-index: 100;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  align-items: center;
  height: 3rem;
  overflow: hidden;
  border-top: 1px solid #006647;
  border-bottom: 1px solid #006647;
  border-right: 1px solid #006647;
  background-color: #FFFFFF;
  margin-top: 0.75rem;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.frame-top:before {
  content: "";
  position: fixed;
  top: 0;
  width: calc(100vw - 0.75rem * 2);
  height: 0.75rem;
  background-color: #FFFFFF;
}
.frame-top .logo img {
  height: 3rem;
}
.frame-top .brandname {
  color: #2B2B2B;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.01875rem;
  padding-right: 1rem;
  padding-left: 1rem;
}

.frame-left {
  display: none;
  border-left: 1px solid #006647;
  border-right: 1px solid #006647;
  border-bottom: 1px solid #006647;
}

.frame-main {
  border-left: 1px solid #006647;
  border-right: 1px solid #006647;
  margin-top: 3.75rem;
}

.frame-bottom {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.025rem;
  grid-template-columns: 1fr;
  display: grid;
  background-color: #FFFFFF;
  margin-bottom: 0.75rem;
  background-color: #006647;
  position: relative;
}
.frame-bottom:before {
  content: "";
  position: fixed;
  bottom: 0;
  left: 0.75rem;
  width: calc(100vw - 0.75rem * 2);
  height: calc(0.75rem + 1px);
  border-top: 1px solid #006647;
  background-color: #FFFFFF;
}
.frame-bottom,
.frame-bottom a {
  color: #FFFFFF;
}
.frame-bottom a:hover {
  color: #B0D0C6;
}
.frame-bottom .copyright {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.03125rem;
  display: flex;
  align-items: center;
  min-height: 3rem;
  margin: 0;
  padding: 1.25rem 2.5rem;
  border-top: 1px solid #006647;
  border-color: #FFFFFF;
}
.frame-bottom ul {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.frame-bottom ul li a {
  display: block;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 3rem;
  padding: 0.75rem 2.5rem;
}

@media (max-width: 767px) {
  .frame-top .menu {
    display: none;
  }
}
/*
.########....###....########..##.......########.########
....##......##.##...##.....##.##.......##..........##...
....##.....##...##..##.....##.##.......##..........##...
....##....##.....##.########..##.......######......##...
....##....#########.##.....##.##.......##..........##...
....##....##.....##.##.....##.##.......##..........##...
....##....##.....##.########..########.########....##...
*/
/*
.########..########..######..##....##.########..#######..########.
.##.....##.##.......##....##.##...##.....##....##.....##.##.....##
.##.....##.##.......##.......##..##......##....##.....##.##.....##
.##.....##.######....######..#####.......##....##.....##.########.
.##.....##.##.............##.##..##......##....##.....##.##.......
.##.....##.##.......##....##.##...##.....##....##.....##.##.......
.########..########..######..##....##....##.....#######..##.......
*/
@media (min-width: 1024px) {
  .frame {
    display: grid;
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .frame-top {
    grid-template-columns: 4.5rem auto auto;
    height: 4.5rem;
    margin-top: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .frame-top:before {
    width: calc(100vw - 1rem * 2);
    height: 1rem;
  }
  .frame-top .brandname {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .frame-top .logo img {
    height: 4.5rem;
  }
  .frame-top .menu {
    height: 100%;
  }
  .frame-top .menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    height: 100%;
  }
  .frame-top .menu ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
  }
  .frame-top .menu a {
    background: url("./img/arrow-right-vh.svg") left 2.25rem top 1.5rem no-repeat;
    font-weight: 600;
    display: grid;
    align-items: center;
    padding: 0 2.5rem 0 4.25rem;
    border-left: 1px solid #006647;
    height: 100%;
  }
  .frame-left {
    z-index: 1;
    position: fixed;
    display: grid;
    align-items: center;
    left: 1rem;
    top: 5.5rem;
    bottom: 1rem;
    width: 4.5rem;
    background-color: #FFFFFF;
    height: calc(100vh - 4.5rem - 1rem * 2);
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    /* Optional: Korrigiert die Richtung */
    grid-template-columns: max-content max-content;
    align-items: stretch;
    margin: 0;
  }
  .frame-left > * {
    border-top: 1px solid #006647;
  }
  .frame-left > *:last-child {
    border-bottom: 1px solid #006647;
  }
  .frame-left .menu,
  .frame-left .label {
    display: grid;
    align-items: center;
  }
  .frame-left .menu a {
    display: grid;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 4.25rem 0 2.5rem;
    font-weight: 600;
    background: url("./img/icon-earth.svg") center top 1.5rem no-repeat;
  }
  .frame-left .label {
    padding: 2.5rem 0;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1rem;
    letter-spacing: 0.03125rem;
  }
  .frame-main {
    border-left: initial;
    margin-top: 5.5rem;
    margin-left: 4.5rem;
  }
  .frame-bottom {
    z-index: 100;
    display: grid;
    grid-template-columns: auto 1fr;
    margin-left: 4.5rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #006647;
    align-items: stretch;
  }
  .frame-bottom:before {
    left: 1rem;
    width: calc(100vw - 1rem * 2);
    height: calc(1rem + 1px);
  }
  .frame-bottom .copyright {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1rem;
    letter-spacing: 0.03125rem;
    border: initial;
    padding: 0 1.25rem;
    order: 0;
  }
  .frame-bottom .menu {
    order: 1;
    height: calc(100% + 2px);
    transform: translateY(-1px);
  }
  .frame-bottom .menu ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding: 0;
    height: 100%;
  }
  .frame-bottom .menu ul li a {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1rem;
    letter-spacing: 0.03125rem;
    border-left: initial;
    border-bottom: initial;
    min-height: initial;
    padding: 0 2rem;
    height: 100%;
    position: relative;
    border-left: 1px solid #FFFFFF;
  }
}
/**
module--hero
module--text
module--info
module--img
module--cta
 */
.module {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.01875rem;
  display: grid;
  grid-template-rows: 1fr;
  background-color: #FFFFFF;
  border-bottom: 1px solid #006647;
  padding-top: 2.5rem;
  padding-bottom: 3rem;
}
@media (min-width: 1024px) {
  .module {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 2rem;
    letter-spacing: 0.0125rem;
    padding-top: 4rem;
    padding-bottom: 4.5rem;
  }
}
.module > * {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 1024px) {
  .module > * {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
.module .overline {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.1875rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .module .overline {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0.25rem;
    text-transform: uppercase;
  }
}
.module--hero {
  min-height: calc(100svh - 3rem - 0.75rem * 2);
  align-items: end;
  color: #FFFFFF;
  padding-bottom: 5rem;
  background-color: transparent;
}
@media (min-width: 1024px) {
  .module--hero {
    min-height: calc(100svh - 4.5rem - 1rem * 2);
  }
}
.module--hero .headline {
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 2.75rem;
}
@media (min-width: 1024px) {
  .module--hero .headline {
    font-weight: 600;
    font-size: 3.5rem;
    line-height: 3.75rem;
    letter-spacing: 0.03125rem;
  }
}
.module--hero .badge {
  transform: translateY(5rem);
}
.module--text .headline {
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 2rem;
}
@media (min-width: 1024px) {
  .module--text .headline {
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
}
.module--hero-small {
  background-color: #E6F0ED;
}
.module--hero-small .overline {
  margin-bottom: 0.75rem;
}
.module--hero-small .headline {
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.25rem;
}
@media (min-width: 1024px) {
  .module--hero-small {
    text-align: center;
  }
  .module--hero-small .headline {
    font-weight: 600;
    font-size: 3rem;
    line-height: 3.25rem;
    letter-spacing: 0.015625rem;
  }
}
.module--duo {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .module--duo {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.module--cta {
  text-align: center;
}
.module--cta .headline {
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.25rem;
}
@media (min-width: 1024px) {
  .module--cta .headline {
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
}
@media (min-width: 1024px) {
  .module--cta {
    display: grid;
    grid-template-columns: auto auto;
    gap: 2.5rem;
    align-items: center;
    padding-top: 12.5rem;
    padding-bottom: 13rem;
  }
  .module--cta .headline {
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 2.75rem;
    padding-right: 0;
    text-align: right;
    max-width: 40rem;
    justify-self: end;
  }
  .module--cta .cta {
    padding-left: 0;
    margin-top: 0 !important;
    justify-self: start;
  }
}

.grid--2 > :first-child {
  position: relative;
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  .grid--2 > :first-child {
    margin-bottom: 0;
  }
}
.grid--2 > :first-child::after {
  content: "";
  display: block;
  height: 0;
  left: calc(-1.5rem - 2px);
  bottom: calc(-1.5rem - 2px);
  width: calc(100vw - 1.5rem);
  position: absolute;
  border-bottom: 1px solid #006647;
}
@media (min-width: 1024px) {
  .grid--2 > :first-child::after {
    display: none;
  }
}
.grid--2 > :last-child {
  margin-top: 4rem;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .grid--2 > :last-child {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .grid--2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    gap: 10rem;
    position: relative;
  }
  .grid--2::after {
    content: "";
    height: calc(100% + 5rem * 2);
    width: 1px;
    position: absolute;
    left: 50%;
    top: -5rem;
    border-right: 1px solid #006647;
  }
}

p {
  -webkit-hyphens: auto;
          hyphens: auto;
  margin-bottom: 1.25rem;
}
p:not(:has(+ p)), p:last-child,
p p:has(+ p[class]) {
  margin-bottom: 0;
}
p + .cta {
  margin-top: 3rem;
}

li {
  -webkit-hyphens: auto;
          hyphens: auto;
}

.headline {
  margin-bottom: 1.5rem;
}
.headline:has(+ .badge), .headline:has(+ .cta), .headline:last-child {
  margin-bottom: 0;
}
.headline + .cta {
  margin-top: 3rem;
}

/* || Pages styles */