html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
a {
  background-color: rgba(0, 0, 0, 0);
}
b {
  font-weight: bolder;
}
img {
  border-style: none;
}
input {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}
input {
  overflow: visible;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
@font-face {
  font-family: "RO Icons";
  font-weight: normal;
  font-style: normal;
  src:
    url("/fonts/ro-icons-2.4.woff2") format("woff2"),
    url("/fonts/ro-icons-2.4.woff") format("opentype"),
    url("/fonts/ro-icons-2.4.ttf") format("truetype");
}
@font-face {
  font-family: "RO Sans";
  font-weight: normal;
  font-style: normal;
  src:
    url("/fonts/RO-SansWebText-Regular.woff2") format("woff2"),
    url("/fonts/RO-SansWebText-Regular.woff") format("woff");
}
@font-face {
  font-family: "RO Sans";
  font-weight: normal;
  font-style: italic;
  src:
    url("/fonts/RO-SansWebText-Italic.woff2") format("woff2"),
    url("/fonts/RO-SansWebText-Italic.woff") format("woff");
}
@font-face {
  font-family: "RO Sans";
  font-weight: bold;
  font-style: normal;
  src:
    url("/fonts/RO-SansWebText-Bold.woff2") format("woff2"),
    url("/fonts/RO-SansWebText-Bold.woff") format("woff");
}
@font-face {
  font-family: "RO Serif";
  font-weight: normal;
  font-style: normal;
  src:
    url("/fonts/RO-SerifWeb-Regular.woff2") format("woff2"),
    url("/fonts/RO-SerifWeb-Regular.woff") format("woff");
}
@font-face {
  font-family: "RO Serif";
  font-weight: normal;
  font-style: italic;
  src:
    url("/fonts/RO-SerifWeb-Italic.woff2") format("woff2"),
    url("/fonts/RO-SerifWeb-Italic.woff") format("woff");
}
@font-face {
  font-family: "RijksSans";
  font-weight: normal;
  font-style: normal;
  font-weight: 200 800;
  src: url("/fonts/rijks-sans-regular.woff2") format("woff2");
}
@font-face {
  font-family: "RijksSans";
  font-weight: normal;
  font-style: italic;
  font-weight: 200 800;
  src: url("/fonts/rijks-sans-italic.woff2") format("woff2");
}

:root {
  font-family: "RO Sans", Calibri, sans-serif;
  font-size: 80%;
}
@media (min-width: 768px) {
  :root {
    font-size: 90%;
  }
}
@media (min-width: 992px) {
  :root {
    font-size: 100%;
  }
}
body {
  font-size: 100%;
}
@media (min-width: 768px) {
  body {
    font-size: 110%;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 120%;
  }
}
h1 {
  font-size: 2.0272865295rem;
  line-height: 1.2331754607;
  display: block;
  font-weight: bold;
  margin-bottom: 1rem;
}
h2 {
  font-size: 1.8020324707rem;
  line-height: 1.3873223933;
  display: block;
  font-weight: bold;
  margin: 0rem 0rem 1rem 0rem;
}
:root {
  --font-family: RO Sans, Calibri, Arial, Verdana, sans-serif;
  --default-text-color: #333;
  --default-button-color: #01689b;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 200px;
}
body {
  overflow-x: hidden;
}
body:after {
  display: none;
  content: "mobile";
}
@media (min-width: 576px) {
  body:after {
    display: none;
    content: "phablet";
  }
}
@media (min-width: 768px) {
  body:after {
    display: none;
    content: "tablet";
  }
}
@media (min-width: 992px) {
  body:after {
    display: none;
    content: "desktop";
  }
}
#mainwrapper {
  position: relative;
  overflow: hidden;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #mainwrapper *::-ms-backdrop {
    display: inline;
  }
  #mainwrapper {
    display: inline;
  }
}
.assistive {
  position: absolute !important;
  display: inline-block !important;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
body {
  font-weight: normal;
  color: #000;
}
body,
p,
li {
  font-size: 1.265625rem;
  line-height: 1.3827160494;
}
a {
  color: #01689b;
}
a:hover {
  text-decoration: underline;
  color: rgb(0.7057692308, 73.4, 109.3942307692);
}
a:visited {
  color: #848;
}
a:visited:before,
a:visited:after {
  color: #848;
}
a:focus {
  outline: 2px dashed #000;
  z-index: 1010;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 2px #fff;
  box-shadow: 0 0 0 2px #fff;
}
p {
  margin-top: 0;
}
p:not(:last-child) {
  margin: 0 0 1rem 0;
}
li:not(:last-child) {
  margin: 0 0 0.5rem 0;
}
ul {
  padding: 0;
  list-style-type: none;
}
ul li {
  padding-right: 0;
  padding-left: 0;
}
.content {
  padding-top: 3rem;
}
.content > :last-child {
  margin-bottom: 3rem;
}
img {
  width: 100%;
  max-width: 100%;
}
input::-ms-clear {
  display: none;
}
main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding-bottom: 3rem;
}
main:focus {
  outline: none;
}
main > .wrapper:not(.is-full-width) {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  max-width: 1200px;
  align-items: flex-start;
  -webkit-margin-end: -16px;
  margin-inline-end: -16px;
  -webkit-margin-start: -16px;
  margin-inline-start: -16px;
}
.content {
  flex-grow: 0;
  flex-shrink: initial;
  flex-basis: 100%;
  max-width: 100%;
  -webkit-padding-end: 16px;
  padding-inline-end: 16px;
  -webkit-padding-start: 16px;
  padding-inline-start: 16px;
  max-width: 100vw;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .content.article {
    flex-grow: 0;
    flex-shrink: initial;
    flex-basis: 75%;
    max-width: 75%;
    -webkit-padding-end: 16px;
    padding-inline-end: 16px;
    -webkit-padding-start: 16px;
    padding-inline-start: 16px;
  }
}
@media (min-width: 992px) {
  .content.article {
    flex-grow: 0;
    flex-shrink: initial;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    -webkit-padding-end: 16px;
    padding-inline-end: 16px;
    -webkit-padding-start: 16px;
    padding-inline-start: 16px;
  }
}
aside {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  max-width: 1200px;
  flex-grow: 0;
  flex-shrink: initial;
  flex-basis: 100%;
  max-width: 100%;
  -webkit-padding-end: 0;
  padding-inline-end: 0;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
  margin: 0 auto;
}
@media (min-width: 768px) {
  aside {
    flex-grow: 0;
    flex-shrink: initial;
    flex-basis: 75%;
    max-width: 75%;
    -webkit-padding-end: 0;
    padding-inline-end: 0;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
  }
}
@media (min-width: 992px) {
  aside {
    flex-grow: 0;
    flex-shrink: initial;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    -webkit-padding-end: 0;
    padding-inline-end: 0;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
  }
}
#follow-up {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  max-width: 1200px;
  justify-content: center;
}
.fullWidthSection {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  max-width: 1200px;
  flex-grow: 0;
  flex-shrink: initial;
  flex-basis: 100%;
  max-width: 100%;
  -webkit-padding-end: 0;
  padding-inline-end: 0;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .fullWidthSection {
    flex-grow: 0;
    flex-shrink: initial;
    flex-basis: 75%;
    max-width: 75%;
    -webkit-padding-end: 0;
    padding-inline-end: 0;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
  }
}
@media (min-width: 992px) {
  .fullWidthSection {
    flex-grow: 0;
    flex-shrink: initial;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    -webkit-padding-end: 0;
    padding-inline-end: 0;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
  }
}
#navBar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  width: auto;
  min-height: 70px;
  background-color: #01689b;
}
#navBar .wrapper {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  max-width: 1200px;
  align-items: center;
  justify-content: flex-start;
  -webkit-margin-end: -16px;
  margin-inline-end: -16px;
  -webkit-margin-start: -16px;
  margin-inline-start: -16px;
  position: relative;
}
@media print {
  #navBar {
    display: none;
  }
}
.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  background-color: #01689b;
}
.site-footer > .wrapper {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  max-width: 1200px;
  align-items: flex-start;
  justify-content: flex-start;
  -webkit-margin-end: -16px;
  margin-inline-end: -16px;
  -webkit-margin-start: -16px;
  margin-inline-start: -16px;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.site-footer .column {
  flex-grow: 0;
  flex-shrink: initial;
  flex-basis: 50%;
  max-width: 50%;
  -webkit-padding-end: 16px;
  padding-inline-end: 16px;
  -webkit-padding-start: 16px;
  padding-inline-start: 16px;
}
@media (min-width: 768px) {
  .site-footer .column {
    flex-grow: 0;
    flex-shrink: initial;
    flex-basis: 25%;
    max-width: 25%;
    -webkit-padding-end: 16px;
    padding-inline-end: 16px;
    -webkit-padding-start: 16px;
    padding-inline-start: 16px;
  }
}
@media (min-width: 1200px) {
  .site-footer .column {
    flex-grow: 0;
    flex-shrink: initial;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    -webkit-padding-end: 16px;
    padding-inline-end: 16px;
    -webkit-padding-start: 16px;
    padding-inline-start: 16px;
  }
}
.site-footer .column h2,
.site-footer .column li,
.site-footer .column a,
.site-footer .column a:hover {
  color: #fff;
}
.site-footer .column h2 {
  font-size: 1.6018066406rem;
  line-height: 1.2485901539;
  font-weight: normal;
  margin-bottom: 1rem;
}
.site-footer .column ul {
  margin-bottom: 0;
  list-style: none !important;
  -webkit-margin-start: 0 !important;
  margin-inline-start: 0 !important;
}
.site-footer .column ul li {
  font-size: 1.125rem;
  line-height: 19.2px;
  font-weight: normal;
}
@media (min-width: 768px) {
  .site-footer .column ul li {
    line-height: 21.6px;
  }
}
@media (min-width: 992px) {
  .site-footer .column ul li {
    line-height: 24px;
  }
}
.site-footer .column ul li,
.site-footer .column ul a {
  -webkit-margin-after: 0.75rem;
  margin-block-end: 0.75rem;
}
.site-footer .column ul li > a {
  -webkit-margin-after: 0;
  margin-block-end: 0;
}
.site-footer .column ul a {
  -webkit-padding-start: calc((8.4px + 0.75rem) * 0.8);
  padding-inline-start: calc((8.4px + 0.75rem) * 0.8);
  position: relative;
  display: block;
  text-decoration: none;
  font-size: inherit;
  line-height: inherit;
  font-weight: normal;
  -webkit-padding-before: 6.4px;
  padding-block-start: 6.4px;
  -webkit-padding-after: 6.4px;
  padding-block-end: 6.4px;
}
@media (min-width: 768px) {
  .site-footer .column ul a {
    -webkit-padding-start: calc((8.4px + 0.75rem) * 0.9);
    padding-inline-start: calc((8.4px + 0.75rem) * 0.9);
  }
}
@media (min-width: 992px) {
  .site-footer .column ul a {
    -webkit-padding-start: calc((8.4px + 0.75rem) * 1);
    padding-inline-start: calc((8.4px + 0.75rem) * 1);
  }
}
@media (min-width: 768px) {
  .site-footer .column ul a {
    -webkit-padding-before: 7.2px;
    padding-block-start: 7.2px;
  }
}
@media (min-width: 992px) {
  .site-footer .column ul a {
    -webkit-padding-before: 8px;
    padding-block-start: 8px;
  }
}
@media (min-width: 768px) {
  .site-footer .column ul a {
    -webkit-padding-after: 7.2px;
    padding-block-end: 7.2px;
  }
}
@media (min-width: 992px) {
  .site-footer .column ul a {
    -webkit-padding-after: 8px;
    padding-block-end: 8px;
  }
}
.site-footer .column ul a:before {
  display: inline-flex;
  align-items: center;
  content: "";
  font-family: "RO Icons";
  font-size: 0.7rem;
  font-weight: normal;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 6.72px;
  -webkit-padding-before: 6.4px;
  padding-block-start: 6.4px;
  height: 25.6px;
  text-indent: -0.1em;
  position: absolute;
  inset-block-start: -1px;
  inset-inline-start: 0;
}
@media (min-width: 768px) {
  .site-footer .column ul a:before {
    width: 7.56px;
  }
}
@media (min-width: 992px) {
  .site-footer .column ul a:before {
    width: 8.4px;
  }
}
@media (min-width: 768px) {
  .site-footer .column ul a:before {
    -webkit-padding-before: 7.2px;
    padding-block-start: 7.2px;
  }
}
@media (min-width: 992px) {
  .site-footer .column ul a:before {
    -webkit-padding-before: 8px;
    padding-block-start: 8px;
  }
}
@media (min-width: 768px) {
  .site-footer .column ul a:before {
    height: 28.8px;
  }
}
@media (min-width: 992px) {
  .site-footer .column ul a:before {
    height: 32px;
  }
}
.site-footer .column ul a:hover {
  text-decoration: underline;
}
.site-footer .column ul a:hover:before {
  text-decoration: none;
}
.site-footer .column ul li {
  margin-bottom: 0;
}
.site-footer .column ul a:visited:before {
  color: #fff;
}
.site-footer .payoff {
  flex-grow: 0;
  flex-shrink: initial;
  flex-basis: 100%;
  max-width: 100%;
  -webkit-padding-end: 16px;
  padding-inline-end: 16px;
  -webkit-padding-start: 16px;
  padding-inline-start: 16px;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .site-footer .payoff {
    flex-grow: 0;
    flex-shrink: initial;
    flex-basis: 50%;
    max-width: 50%;
    -webkit-padding-end: 16px;
    padding-inline-end: 16px;
    -webkit-padding-start: 16px;
    padding-inline-start: 16px;
  }
}
@media (min-width: 1200px) {
  .site-footer .payoff {
    flex-grow: 0;
    flex-shrink: initial;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    -webkit-padding-end: 16px;
    padding-inline-end: 16px;
    -webkit-padding-start: 16px;
    padding-inline-start: 16px;
  }
}
.site-footer .payoff span {
  color: #fff;
  font-family: "RO Serif";
  font-size: 2.0272865295rem;
  line-height: 0.9865403685;
  font-weight: normal;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media print {
  .site-footer {
    display: none;
  }
}
.logo {
  --emblem-width: 40px;
  --logo-text-size: 12px;
  --logo-text-line-height: 14.08px;
  --padding-block-start: 41px;
  --padding-block-end: 20px;
  --padding-inline: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
@media (min-width: 576px) {
  .logo {
    --emblem-width: 45px;
    --logo-text-size: 13.5px;
    --logo-text-line-height: 15.85px;
    --padding-block-start: 48px;
    --padding-block-end: 22.5px;
  }
}
@media (min-width: 992px) {
  .logo {
    --emblem-width: 50px;
    --logo-text-size: 15px;
    --logo-text-line-height: 17.6px;
    --padding-block-start: 53px;
    --padding-block-end: 25px;
    --padding-inline: 12px;
  }
}
.logo .logo__wrapper {
  width: 100%;
  max-width: 1200px;
  -webkit-margin-start: calc(50% - 20px);
  margin-inline-start: calc(50% - 20px);
}
@media (min-width: 768px) {
  .logo .logo__wrapper {
    -webkit-margin-start: calc(50% - 25px);
    margin-inline-start: calc(50% - 25px);
  }
}
.logo .logo__link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.logo .logo__link:focus {
  outline: 2px dashed #000;
  z-index: 1010;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 2px #fff;
  box-shadow: 0 0 0 2px #fff;
}
.logo .logo__link,
.logo .logo__link:hover {
  text-decoration: none;
}
.logo .logo__figure {
  display: flex;
  align-items: flex-start;
  margin: 0;
}
.logo .logo__figure img {
  flex: 0;
  width: inherit;
}
.logo .logo__figure:has(.logo__text) img {
  width: var(--emblem-width);
}
.logo .logo__text {
  font-family: RijksSans, Calibri, sans-serif;
  font-size: var(--logo-text-size);
  line-height: var(--logo-text-line-height);
  width: 100%;
  max-width: 300px;
  padding-block: var(--padding-block-start) var(--padding-block-end);
  padding-inline: var(--padding-inline);
  color: #154273;
}
.logo .logo__sender {
  display: block;
}
.logo .logo__sender {
  font-weight: 625;
}
.breadCrumbNav {
  display: flex;
  align-items: center;
  align-self: center;
  flex-wrap: wrap;
  margin: 0 16px;
  padding: 1.5rem 0rem;
  padding-bottom: 0.75rem;
  font-size: 1.6018066406rem;
  line-height: 1.0925163847;
  color: #fff;
}
@media (min-width: 576px) {
  .breadCrumbNav {
    margin: 0 64px 0 16px;
  }
}
.breadCrumbNav > a,
.breadCrumbNav > span {
  padding-bottom: 0.75rem;
  display: initial;
  align-items: center;
  color: #fff;
}
@media (min-width: 576px) {
  .breadCrumbNav > a,
  .breadCrumbNav > span {
    display: flex;
  }
}
.breadCrumbNav > a {
  position: relative;
  margin-right: 1rem;
  text-decoration: none;
}
@media (min-width: 576px) {
  .breadCrumbNav > a {
    margin-right: 2rem;
  }
}
.breadCrumbNav > a:after {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  content: "";
  font-family: "RO Icons";
  font-size: 0.7em;
  font-weight: normal;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 12px;
  height: 28.8325195312px;
  position: relative;
  right: -8px;
  bottom: -1px;
}
@media (min-width: 576px) {
  .breadCrumbNav > a:after {
    position: absolute;
    right: -22px;
    bottom: initial;
  }
}
@media (min-width: 576px) and (-ms-high-contrast: none),
  (min-width: 576px) and (-ms-high-contrast: active) {
  .breadCrumbNav > a:after {
    bottom: 0.75rem;
  }
}
.breadCrumbNav > a:hover,
.breadCrumbNav > a:visited {
  color: #fff;
}
.breadCrumbNav > a:hover:after,
.breadCrumbNav > a:visited:after {
  color: #fff;
}
.breadCrumbNav > a:last-child:after {
  content: "";
  text-decoration: none;
}
.breadCrumbNav > a:hover {
  text-decoration: underline;
}
.breadCrumbNav > span {
  font-weight: bold;
}
.skiplinks {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 1200px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
header .skiplinks {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}
.skiplinks > a {
  font-size: 1.265625rem;
  line-height: 1.5802469136;
  width: auto;
  min-height: 44px;
  padding: 0.75rem 1rem;
  cursor: pointer;
  border: none;
  border-radius: 0;
  position: relative;
  color: #fff;
  background-color: #01689b;
  position: absolute;
  top: -100vh;
  left: -100vw;
  text-decoration: none;
}
.skiplinks > a:focus {
  outline: 2px solid #fff;
  outline-offset: 4px;
  z-index: 1010;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.skiplinks > a:focus::before {
  content: "";
  position: absolute;
  z-index: 99;
  inset: -6px;
  border: 2px dashed #000;
}
.skiplinks > a:hover {
  color: #fff;
  outline: none;
  background-color: rgb(0.7057692308, 73.4, 109.3942307692);
}
.skiplinks > a:hover::before {
  border: 2px dashed rgba(0, 0, 0, 0);
}
.skiplinks > a:focus {
  top: 15px;
  left: 15px;
}
.skiplinks > a:visited {
  color: #fff;
}
@media print {
  .skiplinks {
    display: none;
  }
}
input[type="text"] {
  min-height: 44px;
  padding-left: 1rem;
  border: 1px solid dimgray;
  border-radius: 0;
  background-color: #fff;
}
input[type="text"]:focus {
  outline: 2px dashed #000;
  z-index: 1010;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 2px #fff;
  box-shadow: 0 0 0 2px #fff;
}
input::-webkit-input-placeholder {
  opacity: 1;
  color: dimgray;
}
input::-moz-placeholder {
  opacity: 1;
  color: dimgray;
}
input:-ms-input-placeholder {
  opacity: 1;
  color: dimgray;
}
input::-ms-input-placeholder {
  opacity: 1;
  color: dimgray;
}
.form {
  margin-bottom: 2rem;
  clear: both;
}
.form:after {
  display: table;
  clear: both;
  content: "";
}
@media print {
  .form {
    display: none;
  }
}
.article-meta {
  font-size: 1.125rem;
  line-height: 1.3333333333;
  color: #535353;
  font-weight: normal;
}
h1 + .article-meta {
  margin-top: -0.5rem;
}
@media (min-width: 768px) {
  .brick ul {
    font-size: 1.125rem;
    line-height: 1.3333333333;
  }
}
.brick {
  flex-grow: 0;
  flex-shrink: initial;
  flex-basis: 100%;
  max-width: 100%;
  -webkit-padding-end: 16px;
  padding-inline-end: 16px;
  -webkit-padding-start: 16px;
  padding-inline-start: 16px;
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
}
.brick > * {
  min-height: 1px;
}
.brick:not(.activity) ul {
  order: 2;
}
.brick ul {
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
  color: #000;
}
@media (min-width: 576px) {
  .brick {
    flex-grow: 0;
    flex-shrink: initial;
    flex-basis: 50%;
    max-width: 50%;
    -webkit-padding-end: 16px;
    padding-inline-end: 16px;
    -webkit-padding-start: 16px;
    padding-inline-start: 16px;
  }
}
.brick h2 {
  padding-top: 0.5rem;
  border-top: 1px solid #e1e1e1;
}
.brick a {
  display: flex;
  flex-direction: column;
}
.brick a,
.brick a:hover {
  text-decoration: none;
}
.brick ul {
  list-style: none !important;
  -webkit-margin-start: 0 !important;
  margin-inline-start: 0 !important;
  order: 2;
}
.brick ul li {
  font-size: 1.265625rem;
  line-height: 22.4px;
  font-weight: normal;
}
@media (min-width: 768px) {
  .brick ul li {
    line-height: 25.2px;
  }
}
@media (min-width: 992px) {
  .brick ul li {
    line-height: 28px;
  }
}
.brick ul li,
.brick ul a {
  -webkit-margin-after: 0.75rem;
  margin-block-end: 0.75rem;
}
.brick ul li > a {
  -webkit-margin-after: 0;
  margin-block-end: 0;
}
.brick ul a {
  -webkit-padding-start: calc((8.4px + 0.75rem) * 0.8);
  padding-inline-start: calc((8.4px + 0.75rem) * 0.8);
  position: relative;
  display: block;
  text-decoration: none;
  font-size: inherit;
  line-height: inherit;
  font-weight: normal;
}
@media (min-width: 768px) {
  .brick ul a {
    -webkit-padding-start: calc((8.4px + 0.75rem) * 0.9);
    padding-inline-start: calc((8.4px + 0.75rem) * 0.9);
  }
}
@media (min-width: 992px) {
  .brick ul a {
    -webkit-padding-start: calc((8.4px + 0.75rem) * 1);
    padding-inline-start: calc((8.4px + 0.75rem) * 1);
  }
}
.brick ul a:before {
  display: inline-flex;
  align-items: center;
  content: "";
  font-family: "RO Icons";
  font-size: 0.7rem;
  font-weight: normal;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 6.72px;
  height: 22.4px;
  text-indent: -0.1em;
  position: absolute;
  inset-block-start: -1px;
  inset-inline-start: 0;
}
@media (min-width: 768px) {
  .brick ul a:before {
    width: 7.56px;
  }
}
@media (min-width: 992px) {
  .brick ul a:before {
    width: 8.4px;
  }
}
@media (min-width: 768px) {
  .brick ul a:before {
    height: 25.2px;
  }
}
@media (min-width: 992px) {
  .brick ul a:before {
    height: 28px;
  }
}
.brick ul a:hover {
  text-decoration: underline;
}
.brick ul a:hover:before {
  text-decoration: none;
}
.brick li .meta {
  font-size: 1.125rem;
  line-height: 1.3333333333;
  font-weight: normal;
  display: block;
  width: 100%;
  padding-left: 1.25rem;
}
@media print {
  .brick {
    flex-grow: 0;
    flex-shrink: initial;
    flex-basis: 50%;
    max-width: 50%;
    -webkit-padding-end: 16px;
    padding-inline-end: 16px;
    -webkit-padding-start: 16px;
    padding-inline-start: 16px;
  }
}
.site-footer .column {
  position: relative;
}
#follow-up {
  margin: 0 auto;
}
#follow-up .block {
  flex-grow: 0;
  flex-shrink: initial;
  flex-basis: 100%;
  max-width: 100%;
  -webkit-padding-end: 16px;
  padding-inline-end: 16px;
  -webkit-padding-start: 16px;
  padding-inline-start: 16px;
}
@media (min-width: 768px) {
  #follow-up .block {
    flex-grow: 0;
    flex-shrink: initial;
    flex-basis: 75%;
    max-width: 75%;
    -webkit-padding-end: 16px;
    padding-inline-end: 16px;
    -webkit-padding-start: 16px;
    padding-inline-start: 16px;
  }
}
@media (min-width: 992px) {
  #follow-up .block {
    flex-grow: 0;
    flex-shrink: initial;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    -webkit-padding-end: 16px;
    padding-inline-end: 16px;
    -webkit-padding-start: 16px;
    padding-inline-start: 16px;
  }
}
@media print {
  #follow-up {
    display: none;
  }
}
.languages {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  background-color: #fff;
}
.languages__wrapper {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  max-width: 1200px;
  align-items: center;
  justify-content: flex-start;
  -webkit-margin-end: -16px;
  margin-inline-end: -16px;
  -webkit-margin-start: -16px;
  margin-inline-start: -16px;
}
p.languages__label {
  padding-inline: 16px;
  -webkit-margin-before: 2rem;
  margin-block-start: 2rem;
  -webkit-margin-after: 0.5rem;
  margin-block-end: 0.5rem;
}
.languages__list {
  flex-grow: 0;
  flex-shrink: initial;
  flex-basis: 100%;
  max-width: 100%;
  -webkit-padding-end: 16px;
  padding-inline-end: 16px;
  -webkit-padding-start: 16px;
  padding-inline-start: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 1.5rem;
  margin-block-end: 1.5rem;
}
li.languages__list-item {
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
  margin-block: 0.5rem;
  padding: 0;
  list-style: none;
  color: #01689b;
  font-size: 1.265625rem;
  line-height: 1.5802469136;
}
li.languages__list-item.selected {
  font-weight: bold;
  background-color: rgb(216.9, 232.35, 240);
  color: #01689b;
}
.languages__list-item.selected,
a.languages__link {
  display: inline-block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  border: 1px solid #01689b;
  color: inherit;
}
.languages__list-item.selected:hover,
a.languages__link:hover {
  color: #000;
  background-color: rgb(77.2, 149.3, 185);
}
.languages__list-item.selected:focus,
a.languages__link:focus {
  outline-offset: 3px;
}
.article > h1:first-of-type {
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 1rem;
  margin-block-end: 1rem;
}
.article > h1 + .article-meta {
  -webkit-margin-before: -1rem;
  margin-block-start: -1rem;
}
.article .article-meta {
  -webkit-margin-before: 0.5rem;
  margin-block-start: 0.5rem;
}
.article h2 {
  -webkit-margin-after: 0.75rem;
  margin-block-end: 0.75rem;
}
.article h2:focus {
  outline: 2px dotted #01689b;
}
.article
  p:not(.article-meta):not(.meta):not(.superheading):not(.copyright):not(
    .timeline__subHeading
  ) {
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 1.25rem;
  margin-block-end: 1.25rem;
}
.article a:hover {
  text-decoration: none;
}
.brick.linkBlock li .meta {
  margin-top: 0.25rem;
}
.brick.linkBlock li .meta {
  font-size: 0.8888888889rem;
  line-height: 1.6875;
  font-weight: normal;
  color: #535353;
  margin: 0;
}
:is(.dp-scroll-wheel__label, #increase#specificity, .dp-scroll-wheel__item):not(
  svg *
) {
  margin: 0;
}
.dp-scroll-wheel__values:focus-visible {
  outline: none;
}
.dp-scroll-wheel__values:focus-visible .dp-scroll-wheel__item.focus-visible {
  position: relative;
  z-index: 1010;
}
.dp-scroll-wheel__values:focus-visible
  .dp-scroll-wheel__item.focus-visible:before,
.dp-scroll-wheel__values:focus-visible
  .dp-scroll-wheel__item.focus-visible:after,
.dp-scroll-wheel__values:focus-visible
  .dp-scroll-wheel__item.focus-visible
  *:not(svg *),
.dp-scroll-wheel__values:focus-visible
  .dp-scroll-wheel__item.focus-visible
  *:before,
.dp-scroll-wheel__values:focus-visible
  .dp-scroll-wheel__item.focus-visible
  *:after {
  all: revert;
}
:is(
  .dp-scroll-wheel__values:focus-visible .dp-scroll-wheel__item.focus-visible,
  #increase#specificity
):not(svg *) {
  outline: 2px dashed var(--default-text-color);
  outline-offset: -2px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
:is(.dp-scroll-wheel__item.focus-visible, #increase#specificity):not(svg *) {
  outline: 2px dashed var(--default-text-color);
  outline-offset: -2px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
:is(.ro-form__content input[type="submit"]:focus, #increase#specificity):not(
  svg *
) {
  outline: 2px dashed var(--default-text-color);
  outline-offset: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
:is(.formWrapper input[type="submit"]:focus, #increase#specificity):not(svg *) {
  outline: 2px dashed var(--default-text-color);
  outline-offset: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
:is(.ro-form__select select:focus, #increase#specificity):not(svg *) {
  outline: 2px dashed var(--default-text-color);
  outline-offset: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
:is(
  .text-input:focus,
  #increase#specificity,
  .text-input.is-focused,
  .text-input-with-icon:focus,
  .text-input-with-icon.is-focused
):not(svg *) {
  outline: 2px dashed var(--default-text-color);
  outline-offset: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
:is(
  .checkbox__input input[type="checkbox"]:focus + .checkbox__control,
  #increase#specificity
):not(svg *) {
  outline: 2px dashed var(--default-text-color);
  outline-offset: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
:is(
  .radio-button__input input[type="radio"]:focus + .radio-button__control,
  #increase#specificity
):not(svg *) {
  outline: 2px dashed var(--default-text-color);
  outline-offset: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
:where(.ro-form__field:not(:last-child)),
:where(.ro-form__date-picker-field:not(:last-child)),
:where(.ro-form__group-container:not(:last-child)) {
  -webkit-margin-after: 40px;
  margin-block-end: 40px;
}
:is(.text-area:focus, #increase#specificity, .text-area.is-focused):not(svg *) {
  outline: 2px dashed var(--default-text-color);
  outline-offset: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
:is(.notification__intro p, #increase#specificity) {
  -webkit-margin-after: 0;
  margin-block-end: 0;
}

#navBar {
  background-color: #154273;
}
.breadCrumbNav {
  color: #fff;
}
.breadCrumbNav a,
.breadCrumbNav a:hover,
.breadCrumbNav a:visited {
  color: #fff;
}
.breadCrumbNav a:after,
.breadCrumbNav a:hover:after,
.breadCrumbNav a:visited:after {
  color: #fff;
}
.breadCrumbNav span {
  color: #fff;
}
.site-footer {
  background-color: #154273;
}
.site-footer .payoff span {
  color: #fff;
}
.site-footer .column h2 {
  color: #fff;
}
.site-footer .column ul a {
  color: #fff;
}
.site-footer .column ul a:hover,
.site-footer .column ul a:focus,
.site-footer .column ul a:visited::before {
  color: #fff;
}

.sorser {
  margin: 3rem 0 1rem;
  text-align: center;
}
.form {
  float: none !important;
}
.sorser .form {
  max-width: 560px;
  margin: 0 auto;
}

.sorser .form-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #d5d5d5;
  border-radius: 0 0 34px 34px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.14);
}

.sorser .form-card__header {
  padding: 28px 24px;
  background: #2e618b;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-align: center;
  text-transform: uppercase;
}

/* intl-tel-input тільки в цій формі */

@media (max-width: 576px) {
  .sorser {
    margin-top: 2.5rem;
  }

  .sorser .form-card__header {
    padding: 24px 18px;
    font-size: 16px;
  }
}

#bottom-reg-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transform: translateY(100%);
  /* Изначально скрыта снизу */
  transition: transform 0.6s ease-out;
}

#bottom-reg-btn {
  display: block;
  width: 100%;
  padding: 18px 0;
  background-color: #1d70b8;
  /* Ярко-красный */
  color: #fff !important;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s;
}

#bottom-reg-btn:hover {
  background-color: #c00;
  /* Потемнее при ховере */
}

/* На мобилках чуть меньше текст */
@media (max-width: 768px) {
  #bottom-reg-btn {
    font-size: 20px;
    padding: 16px 0;
  }
}

/* Стиль заголовка H1 */

/* Липкий хедер */
.sticky-header {
  position: fixed;
  top: -100px;
  /* Скрыт по умолчанию */
  left: 0;
  width: 100%;
  background: #f6f6f8 !important;
  color: #000;
  padding: 2px 0;
  text-align: center;
  z-index: 100000;
  transition: top 0.5s ease-in-out;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-weight: bold;
  font-size: 1.2rem;
}

.sticky-header.visible {
  top: 0;
}

.header-counter {
  color: var(--accent-yellow);
  font-size: inherit !important;
}

/* Секция отзывов (заглушка для демонстрации прокрутки) */

/* Кнопка регистрации */
#registration-btn {
  display: none;
  /* Скрыта изначально */
  background: linear-gradient(135deg, #1d70b8 0%, #1d70b8 100%);
  color: white;
  border: none;
  padding: 4px 15px;
  font-size: 1.1rem;
  font-weight: 900;
  border-radius: 50px;
  cursor: pointer;
  text-transform: uppercase;
  box-shadow: 0 5px 15px rgb(0 174 255 / 40%);
  animation: pulse 1.5s infinite;
  text-decoration: none;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

@media (max-width: 768px) {
  .sticky-header {
    font-size: 1rem;
    flex-direction: column;
    gap: 10px;
  }
}

.sign {
  margin: 40px 0 !important;
  width: 100%;
  display: flex;
  background-color: #1d70b8;
  color: #fff !important;
  padding: 15px 0;
  justify-content: center;
  border-radius: 10px;
}

.question-block {
  background: #1d70b8;
  padding-block: 6px;
  padding-inline: 15px;
  border-radius: 10px 10px 0 0;
  color: #fff;
}

.question-block-wrapper {
  background: #e7edf1;
  border-radius: 10px;
}

.ask-question-block {
  padding-block: 6px;
  padding-inline: 15px;
}

.invest-calc-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

.invest-calc-bars {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-bottom: 50px;
  width: 100%;
}

.invest-calc-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100px;
  height: 300px;
  position: relative;
}

.invest-calc-bar-fill {
  width: 80%;
  background-color: #004b87;
  position: absolute;
  bottom: 60px;
  left: 10%;
  border-radius: 5px 5px 0 0;
}

.invest-calc-label {
  position: absolute;
  bottom: 30px;
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  color: #000;
  margin-top: 10px;
}

.invest-calc-title {
  position: absolute;
  bottom: 0;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

.invest-calc-slider-wrapper {
  width: 80%;
  text-align: center;
  position: relative;
}

.invest-calc-range-input {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 10px !important;
  background: #ccc;
  outline: none;
  border-radius: 5px;
}

.invest-calc-range-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 40px;
  height: 40px;
  background: #004b87;
  cursor: pointer;
  border-radius: 50%;
}

.invest-calc-range-input::-moz-range-thumb {
  width: 40px;
  height: 40px;
  background: #004b87;
  cursor: pointer;
  border-radius: 50%;
  border: none;
}

.invest-calc-slider-value {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  color: #004b87;
}

.invest-calc-slider-title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
  color: #000;
}

/* Mobile */
@media (max-width: 600px) {
  .invest-calc-container {
    padding: 10px;
    margin-top: 50px;
  }

  .invest-calc-bars {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .invest-calc-bar {
    width: 80px;
    height: 250px;
  }

  .invest-calc-bar-fill {
    width: 70%;
    left: 15%;
    max-height: 260px;
  }

  .invest-calc-label {
    font-size: 16px;
  }

  .invest-calc-title {
    font-size: 14px;
  }

  .invest-calc-slider-wrapper {
    width: 100%;
  }

  .invest-calc-range-input::-webkit-slider-thumb,
  .invest-calc-range-input::-moz-range-thumb {
    width: 30px;
    height: 30px;
  }

  .invest-calc-slider-value {
    font-size: 18px;
  }

  .invest-calc-slider-title {
    font-size: 14px;
  }
}

#form-title {
  margin: 30px 0 !important;
}

h2 {
  margin: 0 0 0 0 !important;
}

/* Контейнер комментариев */
.comments-container {
  width: 100%;
  max-width: 600px;
  /* Ширина, максимально соответствующая скриншоту */
  background-color: #ffffff;
  border-radius: 8px;
  font-family: math;
  padding: 20px 5px;
  /* Внутренние отступы контейнера */
  box-sizing: border-box;
  margin: 10px auto;
}

/* Заголовок "COMMENTS" */
.comments-title {
  font-size: 15px;
  /* Размер шрифта заголовка */
  font-weight: 700;
  /* Жирный */
  color: #222222;
  /* Цвет текста */
  margin-top: 0;
  /* Убираем верхний отступ по умолчанию */
  margin-bottom: 20px;
  /* Отступ до следующего блока */
  padding-bottom: 12px;
  /* Отступ до нижней границы */
  border-bottom: 1px solid #eeeeee;
  /* Тонкая серая линия */
  text-transform: uppercase;
  /* Все заглавные буквы */
  letter-spacing: 0.5px;
  /* Небольшой межбуквенный интервал */
}

/* Секция регистрации/ввода комментария */
.register-comment-section {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  /* Отступ до разделителя */
  border-bottom: 1px solid #eeeeee;
  /* Разделитель */
  margin-bottom: 20px;
  /* Отступ после разделителя */
}

.user-avatar-placeholder {
  width: 38px;
  /* Размер кружка аватара */
  height: 38px;
  background-color: #e0e0e0;
  /* Цвет серого плейсхолдера, если нет изображения */
  border-radius: 50%;
  margin-right: 12px;
  /* Отступ от инпута */
  flex-shrink: 0;
  /* Запрет на сжимание */
  overflow: hidden;
  /* Обрезает содержимое, которое выходит за границы круга */
  display: flex;
  /* Чтобы можно было центрировать изображение, если оно меньше */
  justify-content: center;
  align-items: center;
}

/* Добавляем стили для изображения внутри плейсхолдера */
.user-avatar-placeholder img {
  width: 100%;
  /* Изображение занимает всю ширину контейнера */
  height: 100%;
  /* Изображение занимает всю высоту контейнера */
  object-fit: cover;
  /* Обрезает изображение, чтобы оно заполняло контейнер, сохраняя пропорции */
  display: block;
  /* Убирает лишний отступ под изображением */
  border-radius: 50%;
  /* Важно, чтобы изображение тоже было круглым */
}

.comment-input-field {
  flex-grow: 1;
  /* Занимает все доступное пространство */
  border: none;
  /* Убираем стандартную границу */
  outline: none;
  /* Убираем обводку при фокусе */
  font-size: 14px;
  /* Размер текста */
  color: #333333;
  /* Цвет вводимого текста */
  padding: 8px 0;
  /* Вертикальный отступ внутри поля */
  line-height: 1.4;
  /* Межстрочный интервал */
}

/* Контролы комментариев (ALL COMMENTS, NEWEST, Bell) */
.comments-controls {
  display: flex;
  justify-content: space-between;
  /* Распределяем элементы по краям */
  align-items: center;
  margin-bottom: 25px;
  /* Отступ до первого комментария */
}

.all-comments-label {
  font-size: 13px;
  font-weight: 500;
  /* Средний вес */
  color: #333333;
  position: relative;
  padding-bottom: 6px;
  /* Отступ для синей линии */
  display: flex;
  /* Для выравнивания текста и счетчика */
  align-items: center;
}

.all-comments-label::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #1a73e8;
  /* Синяя линия под текстом */
}

.comment-count {
  background-color: #1a73e8;
  /* Синий фон */
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  padding: 2px 7px;
  /* Внутренние отступы */
  border-radius: 4px;
  /* Скругление углов */
  margin-left: 6px;
  /* Отступ от текста "ALL COMMENTS" */
  line-height: 1;
  /* Для лучшего вертикального центрирования текста */
  display: inline-flex;
  /* Для центрирования текста */
  align-items: center;
  justify-content: center;
}

.sort-by-dropdown {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #777777;
  /* Серый цвет */
  cursor: pointer;
  font-weight: 500;
}

.dropdown-arrow {
  margin-left: 6px;
  /* Отступ от текста "NEWEST" */
  fill: #777777;
  /* Цвет стрелки SVG */
  width: 10px;
  /* Ширина стрелки */
  height: 6px;
  /* Высота стрелки */
}

.notification-bell-icon {
  width: 20px;
  /* Размер иконки колокольчика */
  height: 20px;
  cursor: pointer;
}

.notification-bell-icon svg {
  width: 100%;
  height: 100%;
  stroke: #777777;
  /* Цвет обводки колокольчика SVG */
  stroke-width: 1.5;
  /* Толщина обводки */
  fill: none;
  /* Отсутствие заливки */
}

/* Отдельный комментарий */
.comment-wrapper {
  margin-bottom: 25px;
  /* Отступ между родительскими комментариями */
}

.comment-item {
  display: flex;
  position: relative;
  /* Для позиционирования линии ответа */
}

/* Аватар комментатора */
.commenter-avatar {
  width: 44px;
  /* Размер аватара */
  height: 44px;
  border-radius: 50%;
  background-color: #333333;
  /* Темно-серый фон для букв M и CB */
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  /* Средний вес букв */
  font-size: 17px;
  /* Размер букв */
  margin-right: 15px;
  /* Отступ от основного текста комментария */
  flex-shrink: 0;
  text-transform: uppercase;
}

/* Содержимое комментария */
.comment-body {
  flex-grow: 1;
  /* Занимает оставшееся место */
}

.comment-meta {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  /* Отступ до текста комментария */
}

.commenter-name {
  font-size: 14px;
  font-weight: 500;
  /* Средний вес */
  color: #222222;
  /* Цвет имени */
  margin-right: 8px;
  /* Отступ от времени */
}

.comment-time {
  font-size: 12px;
  color: #777777;
  /* Серый цвет времени */
  text-transform: uppercase;
}

.comment-text {
  font-size: 14px;
  line-height: 1.5;
  color: #333333;
  /* Цвет основного текста */
  margin-bottom: 12px;
  /* Отступ до лайков */
}

/* Секция действий (лайки) */
.comment-actions {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #777777;
}

.like-button {
  cursor: pointer;
  margin-right: 6px;
  /* Отступ от счетчика */
  font-size: 16px;
  /* Размер иконки пальца вверх */
  line-height: 1;
  /* Для лучшего выравнивания эмодзи */
}

.like-count {
  font-weight: 500;
  /* Средний вес для числа лайков */
}

/* Стиль для "1 REPLY" */
.reply-button {
  font-size: 13px;
  font-weight: 500;
  /* Средний вес */
  color: #1a73e8;
  /* Синий цвет */
  cursor: pointer;
  margin-left: 20px;
  /* Отступ от лайка */
}

/* Контейнер для вложенных ответов */
.replies-section {
  margin-top: 15px;
  /* Отступ сверху от родительского комментария */
  padding-left: 15px;
  /* Отступ, чтобы вложенный комментарий был правее */
  position: relative;
  /* Для позиционирования линии */
}

/* Вертикальная линия ответа */
.replies-section::before {
  content: "";
  position: absolute;
  left: 37px;
  /* Позиция линии: ширина аватара родителя (44px) / 2 + (margin-right 15px) = 22 + 15 = 37px */
  top: 0;
  bottom: 0;
  width: 1px;
  /* Толщина линии */
  background-color: #eeeeee;
  /* Цвет линии, как на скриншоте */
}

/* Для текста "Reply to GrizzlyThinker" */
.reply-to-info {
  font-size: 13px;
  color: #777777;
  /* Серый цвет */
  margin-bottom: 15px;
  /* Отступ до начала следующего комментария */
  margin-left: 32px;
}

.reply-to-info .replied-name {
  color: #1a73e8;
  /* Синий цвет для имени, на которое отвечают */
  font-weight: 500;
}
