.form-wrapper {
  width: 100%;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(50vh - 150px);
}
:root {
  --wide-min-breakpoint: 75em;
  --large-max-breakpoint: 74.9375em;
  --large-min-breakpoint: 64em;
  --medium-max-breakpoint: 63.9375em;
  --medium-min-breakpoint: 40em;
  --small-max-breakpoint: 39.9375em;
}

@font-face {
  font-family: "rte-icons";
  src: url("/fonts/rte-icons.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="dotie-icon_"],
[class*=" dotie-icon_"] {
  font-family: "rte-icons", sans-serif !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dotie-icon_logo_rte:before {
  content: "\e90e";
}

.dotie-icon_facebook:before {
  content: "\e906";
}

.dotie-icon_x:before {
  content: "\e930";
}

.dotie-icon_youtube:before {
  content: "\e904";
}

.dotie-icon_linkedin:before {
  content: "\e928";
}

.dotie-icon_instagram:before {
  content: "\e927";
}

body {
  font-family: "IBM Plex Sans", sans-serif;
  background-color: #eeecec;
}

.row {
  max-width: 1160px;
}

.columns:last-child:not(:first-child) {
  float: left;
}

a {
  color: #8f897c;
  text-decoration: none;
}

button {
  display: block;
  text-align: center;
  background: #8f897c;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  padding: 1rem;
  font-size: 1.2em;
  margin-bottom: 1rem;
}

ul {
  list-style: none;
  padding: 0;
}

@-webkit-keyframes blinker {
  50% {
    opacity: 0;
  }
}
@-moz-keyframes blinker {
  50% {
    opacity: 0;
  }
}
@-o-keyframes blinker {
  50% {
    opacity: 0;
  }
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
@media screen and (min-width: 64em) {
  .icon-link:has(.whatsapp2) {
    display: none;
  }
}

.btn-group {
  display: inline-block;
}
@media screen and (min-width: 64em) {
  .btn-group a:has(.icon.whatsapp2) {
    display: none;
  }
}

:root {
  --blink-animation: blinker 1.5s linear infinite alternate;
  --blink-cursor: pointer;
}

.btn-group {
  display: inline-block;
}
.btn-group span {
  color: #fff;
  display: inline-block;
  cursor: pointer;
  text-align: left;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  float: left;
  background: #6b728c;
  margin-left: 0.5rem;
  line-height: 30px;
  font-size: 2.3rem;
  position: relative;
}
@media screen and (min-width: 64em) {
  .btn-group span {
    line-height: 30px;
    font-size: 2.5rem;
  }
}
.btn-group span.facebook {
  margin-left: 0;
  background: #3b5997;
}
.btn-group span.facebook:before {
  margin-left: -3px;
}
@media screen and (min-width: 64em) {
  .btn-group span.facebook:before {
    margin-left: -5px;
  }
}
.btn-group span.twitter {
  font-size: 30px;
  background: black;
}
.btn-group span.linkedin {
  background: #007cbb;
}
@media screen and (min-width: 64em) {
  .btn-group span.linkedin {
    line-height: 38px;
  }
}
.btn-group span.linkedin:before {
  margin-left: -3px;
}

@media screen and (max-width: 39.9375em) {
  .hide-for-mobile {
    display: none !important;
  }
}

:root {
  --primary-bar-height: 40px;
}

@media screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em) {
  .hide-for-mobile {
    display: none !important;
  }
}

/* Change the following values if you change Foundation's version */
@keyframes blinker {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}

article.rte-article
  .columns.social-btn-container
  .btn-group
  .icon-link:has(.icon.dotie-icon_print) {
  display: none;
}
@media screen and (min-width: 64em) {
  article.rte-article
    .columns.social-btn-container
    .btn-group
    .icon-link:has(.icon.dotie-icon_print) {
    display: revert;
  }
}

.panel-top-stories
  .top-story-wrapper:has(.related_article)
  .article-parent
  .leadin,
.panel.panel-top-stories-news
  .top-story-wrapper:has(.related_article)
  .article-parent
  .leadin {
  margin-bottom: 10px;
}

.panel-special-event
  .panel-body
  .cover-image-container:has(~ .blur-container .main-article-container:hover) {
  transform: scale(1.018);
}

:root {
  --blink-animation: blinker 1.5s linear 0s infinite alternate forwards;
  --blink-cursor: pointer;
}

.panel-author .byline:not(:has(.byline-image-container)) .meta {
  padding: 0;
}

footer.rte-global-footer {
  background-color: #ffffff;
  height: auto;
  width: 100%;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
footer.rte-global-footer *,
footer.rte-global-footer *::after,
footer.rte-global-footer *::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
footer.rte-global-footer .row {
  position: relative;
  max-width: 1160px;
}
@media screen and (min-width: 40em) {
  footer.rte-global-footer .more-links {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 39.9375em) {
  footer.rte-global-footer .more-links > .columns {
    padding: 0;
  }
}
footer.rte-global-footer .more-links .social-btn-container {
  margin: 23px 0;
}
footer.rte-global-footer p:not(.cookie-text) {
  font-size: 0.75rem;
  font-family: "IBM Plex Sans", sans-serif;
  color: #24221f;
  font-weight: normal;
}
@media screen and (min-width: 40em) {
  footer.rte-global-footer p:not(.cookie-text) {
    font-size: 0.875rem;
  }
}
footer.rte-global-footer .footer-logo {
  display: block;
  font-size: 3.8em;
  color: #24221f;
  text-decoration: none;
  float: left;
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 39.9375em) {
  footer.rte-global-footer .footer-logo {
    float: none;
    height: 47px;
  }
}
footer.rte-global-footer .menu-heading {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 600;
  color: #292724;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  padding: 8px 10px;
  margin: 0px 0px;
  text-transform: uppercase;
}
footer.rte-global-footer .menu-heading.youth {
  margin-top: 13px;
}
@media screen and (max-width: 39.9375em) {
  footer.rte-global-footer .menu-heading.youth {
    margin-top: 0;
  }
}
footer.rte-global-footer .menu-heading .sub-nav-menu-label-btn {
  display: none;
}
@media screen and (max-width: 39.9375em) {
  footer.rte-global-footer .menu-heading .sub-nav-menu-label-btn {
    display: inline-block;
    all: unset;
  }
  footer.rte-global-footer .menu-heading .sub-nav-menu-label-btn:focus {
    outline: revert;
  }
}
@media screen and (max-width: 39.9375em) {
  footer.rte-global-footer .menu-heading:hover {
    cursor: pointer;
  }
  footer.rte-global-footer .menu-heading .arrow_ {
    float: right;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #292724;
    margin-top: 3px;
  }
}
@media screen and (min-width: 40em) {
  footer.rte-global-footer .menu-heading {
    padding: 6px 10px;
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}
footer.rte-global-footer .show-for-medium {
  display: none;
  clear: both;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  footer.rte-global-footer .show-for-medium {
    display: block;
  }
  footer.rte-global-footer .show-for-medium.blank {
    height: 25px;
  }
}
footer.rte-global-footer .nav-list {
  list-style: none;
  overflow: hidden;
  padding: 0 10px;
  margin: 0;
  max-height: 0;
}
@media screen and (max-width: 39.9375em) {
  footer.rte-global-footer .nav-list {
    background-color: #dbd9d5;
  }
}
@media screen and (min-width: 40em) {
  footer.rte-global-footer .nav-list {
    max-height: 2000px;
    padding: 0 10px 4px;
  }
}
footer.rte-global-footer .nav-list:first-of-type {
  margin-bottom: 0;
}
footer.rte-global-footer .nav-list:last-child {
  margin: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 39.9375em) {
  footer.rte-global-footer .nav-list:last-child {
    display: none;
  }
}
footer.rte-global-footer .nav-list li {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.6875rem;
}
@media screen and (max-width: 39.9375em) {
  footer.rte-global-footer .nav-list li {
    float: left;
    width: 50%;
  }
}
@media screen and (min-width: 40em) {
  footer.rte-global-footer .nav-list li {
    font-size: 0.875rem;
    line-height: 1.125rem;
    padding: 6px 0;
  }
}
footer.rte-global-footer .nav-list li a {
  color: #24221f;
  text-decoration: none;
  font-weight: inherit;
}
footer.rte-global-footer .nav-list li a:hover {
  text-decoration: underline;
}
footer.rte-global-footer .social-btn-container {
  float: left !important;
}
footer.rte-global-footer .disclaimer {
  background: #eeecec;
  text-align: left;
  padding: 0.625rem 0 0.625rem 0;
}
@media screen and (min-width: 40em) {
  footer.rte-global-footer .disclaimer .columns {
    padding-left: 20px;
    padding-right: 20px;
  }
}
footer.rte-global-footer .copyright {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 60px;
}
@media screen and (max-width: 39.9375em) {
  footer.rte-global-footer .copyright {
    margin: 15px 0;
  }
}
footer.rte-global-footer .copyright__message {
  margin: 0;
  padding-left: 16px;
}
@media screen and (max-width: 39.9375em) {
  footer.rte-global-footer .copyright__message {
    padding: 0;
  }
}

footer.rte-global-footer .btn-group {
  display: inline-block;
  margin-top: 0;
  padding: 0 10px;
}
@media screen and (min-width: 40em) {
  footer.rte-global-footer .btn-group {
    padding: 12px 10px 12px 10px;
  }
}
footer.rte-global-footer .btn-group li {
  display: inline-block;
}
footer.rte-global-footer .btn-group span {
  color: #ffffff;
  margin: 0 0.4rem !important;
  display: inline-block;
  cursor: pointer;
  text-align: left;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  float: left;
  background: #6f6f6f;
  font-style: normal;
  line-height: 2rem;
  font-size: 1.8rem;
  position: relative;
}
@media screen and (min-width: 40em) {
  footer.rte-global-footer .btn-group span {
    margin: 0 1rem;
  }
}
footer.rte-global-footer .btn-group span.facebook {
  font-size: 41px;
  line-height: 33px;
}
footer.rte-global-footer .btn-group span.facebook:before {
  margin-left: -6px;
}
footer.rte-global-footer .btn-group span.twitter {
  line-height: 33px;
  margin-left: 0 !important;
}
footer.rte-global-footer .btn-group span.twitter:before {
  margin-top: 6px;
}
footer.rte-global-footer .btn-group span.linkedin {
  line-height: 27px;
  font-size: 37px;
}
footer.rte-global-footer .btn-group span.linkedin:before {
  margin-left: -3px;
}
footer.rte-global-footer .btn-group span.youtube {
  font-size: 46px;
  line-height: 31px;
}
footer.rte-global-footer .btn-group span.youtube:before {
  margin-left: -9px;
}

@media screen and (max-width: 39.9375em) {
  body:not(.rte) .rte-global-footer .nav-list .sub-nav-link {
    color: #000000;
  }
}

@media screen and (max-width: 39.9375em) {
  .hide-for-mobile {
    display: none !important;
  }
}

html {
  line-height: 1.15;

  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  background-color: transparent;
}

img {
  border-style: none;
}

button {
  font-family: inherit;

  font-size: 100%;

  line-height: 1.15;

  margin: 0;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

button {
  -webkit-appearance: button;
}

button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

html {
  font-size: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 3px;
  line-height: 1;
}
@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}
@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

.row {
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
}
.row:after,
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.columns {
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 40em) {
  .columns {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.columns:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 40em) {
  .medium-4 {
    width: 33.33333%;
  }
}
@media screen and (min-width: 64em) {
  .large-2 {
    width: 16.66667%;
  }

  .large-12 {
    width: 100%;
  }
}
/* footer */

html {
  line-height: 1.15;

  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  background-color: transparent;
}

img {
  border-style: none;
}

button,
input {
  font-family: inherit;

  font-size: 100%;

  line-height: 1.15;

  margin: 0;
}

button,
input {
  overflow: visible;
}

button {
  text-transform: none;
}

button {
  -webkit-appearance: button;
}

button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;

  font: inherit;
}

html {
  font-size: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 3px;
  line-height: 1;
}
@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}
@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

.row {
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
}
.row:after,
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.columns {
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 40em) {
  .columns {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.columns:last-child:not(:first-child) {
  float: right;
}

.small-12 {
  width: 100%;
}

@media screen and (min-width: 40em) {
  .medium-4 {
    width: 33.33333%;
  }
}
@media screen and (min-width: 64em) {
  .large-2 {
    width: 16.66667%;
  }
}

:root {
  --wide-min-breakpoint: 75em;
  --large-max-breakpoint: 74.9375em;
  --large-min-breakpoint: 64em;
  --medium-max-breakpoint: 63.9375em;
  --medium-min-breakpoint: 40em;
  --small-max-breakpoint: 39.9375em;
}

@font-face {
  font-family: "rte-icons";
  src: url("/fonts/rte-icons.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class*=" dotie-icon_"] {
  font-family: "rte-icons", sans-serif !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@supports (grid-gap: 0.625rem) {
}
@media screen and (min-width: 40em) {
  @supports (grid-gap: 1.25rem) {
  }
}

body {
  font-family: "IBM Plex Sans", sans-serif;
  background-color: #eeecec;
}

.row {
  max-width: 1160px;
}

.columns:last-child:not(:first-child) {
  float: left;
}

a {
  color: #8f897c;
  text-decoration: none;
}

button {
  display: block;
  text-align: center;
  background: #8f897c;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  padding: 1rem;
  font-size: 1.2em;
  margin-bottom: 1rem;
}

ul {
  list-style: none;
  padding: 0;
}

@-webkit-keyframes blinker {
  50% {
    opacity: 0;
  }
}
@-moz-keyframes blinker {
  50% {
    opacity: 0;
  }
}
@-o-keyframes blinker {
  50% {
    opacity: 0;
  }
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
@media screen and (min-width: 64em) {
  .icon-link:has(.whatsapp2) {
    display: none;
  }
}
@media screen and (min-width: 64em) {
  .btn-group a:has(.icon.whatsapp2) {
    display: none;
  }
}

:root {
  --blink-animation: blinker 1.5s linear infinite alternate;
  --blink-cursor: pointer;
}

@media screen and (max-width: 39.9375em) {
  .hide-for-mobile {
    display: none !important;
  }
}

:root {
  --primary-bar-height: 40px;
}

.primary-bar {
  --background-color: #ffffff;
  --heading-color: #1a1e24;
  --text-color: #333c47;
  --filter: none;
  --weather-filter: brightness(0);
  background-color: var(--background-color);
  color: var(--text-color);
  padding: 8px 8px 8px 12px;
  height: var(--primary-bar-height);
  border-bottom: 1px solid #f8f6f5;
  width: 100%;
}

.primary-bar__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.primary-bar__button {
  flex: 1;
}

.primary-bar__rte-logo {
  max-width: 100%;
  min-width: 46px;
  width: 46px;
}

.primary-bar__rte-logo-container--history-highlights .primary-bar__rte-logo {
  min-width: 100px;
  width: 100px;
}

.primary-bar__rte-logo-container {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.primary-bar__nav {
  display: none;
}

.primary-bar__search-profile {
  flex: 1;
  display: flex;
  justify-content: right;
}

@media screen and (min-width: 40em) {
  .primary-bar {
    padding: 8px 28px 8px 20px;
  }
  .primary-bar__inner {
    justify-content: initial;
    gap: 12px;
  }
  .primary-bar {
    --hamburger-button-order: 9999;
  }
  .primary-bar__button {
    flex: initial;
  }
  .primary-bar__search-profile {
    flex: initial;
  }
  .primary-bar__rte-logo-container {
    flex: initial;
  }
  .primary-bar__nav {
    display: block;
    margin-left: 8px;
  }
  .primary-bar__nav-list {
    display: flex;
    align-items: center;
    gap: 16px;
    list-style-type: none;
    margin: 0;
  }
  .primary-bar__nav-list-item--separator {
    background-color: #bcb8b0;
    min-width: 1px;
    height: 16px;
  }
  .primary-bar__nav-link {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 126%;
    color: inherit;
    position: relative;
    display: inline-block;
    height: 20px;
    text-decoration: none;
    transition: transform 200ms ease-out;
  }
  .primary-bar__nav-link:active {
    transform: translateY(2px);
  }
  .primary-bar__nav-link:hover,
  .primary-bar__nav-link:focus {
    color: inherit;
  }
  .primary-bar__nav-link::after {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.25s ease-out;
    background-color: #459fab;
  }
  .primary-bar__nav-link:hover::after {
    transform: scaleX(1);
    transform-origin: left;
  }
  .primary-bar__nav-link--selected::after {
    transform: scaleX(1);
    transform-origin: left;
  }
  .primary-bar__nav-link--tv {
    text-transform: uppercase;
  }
  .primary-bar__nav-link--news::after {
    background-color: #235bae;
  }
  .primary-bar__nav-link--sport::after {
    background-color: #509ecf;
  }
  .primary-bar__nav-link--entertainment::after {
    background-color: #d45a7d;
  }
  .primary-bar__nav-link--lifestyle::after {
    background-color: #da9335;
  }
  .primary-bar__nav-link--culture::after {
    background-color: #5338a2;
  }
  .primary-bar__nav-link--player::after {
    background-color: #ff0035;
  }
  .primary-bar__nav-link--tv::after {
    background-color: #459fab;
  }
  .primary-bar__nav-link--radio::after {
    background-color: #ff0135;
  }
  .primary-bar__nav-link--gaeilge::after {
    background-color: #459fab;
  }
  .primary-bar__search-profile {
    margin-left: auto;
  }
}
@media screen and (min-width: 64em) {
  .primary-bar {
    --primary-bar-height: 48px;
    padding: 4px 0;
  }
  .primary-bar__inner {
    margin: auto;
    gap: 8px;
    max-width: 1160px;
    padding: 0 20px;
  }
  .primary-bar__rte-logo-container {
    min-width: 50px;
    width: 50px;
  }
  .primary-bar__rte-logo-container--history-highlights {
    min-width: 100px;
    width: 100px;
  }
  .primary-bar__nav {
    display: block;
    margin-left: 68px;
  }
  .primary-bar__nav-link {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 125%;
    height: 21px;
  }
  .primary-bar__search-profile {
    margin-left: 0;
  }
}

.search_profile {
  display: flex;
  gap: 12px;
  margin-left: 20px;
}

.search_profile__button {
  all: unset;
  cursor: pointer;
}

.search_profile__button:focus {
  outline: revert;
  color: inherit;
  background-color: transparent;
}

.search_profile__button:hover {
  background-color: transparent;
}

.search_profile__button {
  display: flex;
  height: 24px;
  width: 24px;
  justify-content: center;
  align-items: center;
}

.search_profile__button--login {
  width: fit-content;
}

.search_profile__button--login .search_profile__icon--profile {
  width: 24px;
}

.search_profile__button--login .search_profile__icon--login {
  width: fit-content;
}

.search_profile__icon {
  filter: var(--filter);
}

.search_profile__icon.search_profile__icon--login {
  visibility: visible;
  display: inline-block;
}

.search_profile__icon.search_profile__icon--profile {
  visibility: hidden;
  display: none;
}

.search_profile__icon--close-search {
  display: none;
}

.search_profile__icon:hover {
  filter: invert(55%) sepia(61%) saturate(352%) hue-rotate(139deg)
    brightness(89%) contrast(94%);
}

@media screen and (min-width: 40em) {
  .search_profile {
    gap: 12px;
  }
}
@media screen and (min-width: 64em) {
  .search_profile {
    gap: 20px;
  }
  .search_profile__button {
    height: 28px;
    width: 28px;
  }
  .search_profile .search_profile__icon--profile {
    height: 28px;
    width: 28px;
  }
}
.hamburger-button {
  order: var(--hamburger-button-order, initial);
}

.hamburger-button__button {
  all: unset;
  cursor: pointer;
}

.hamburger-button__button:focus {
  outline: revert;
  color: inherit;
  background-color: transparent;
}

.hamburger-button__button:hover {
  background-color: transparent;
}

.hamburger-button__button {
  display: flex;
  height: 24px;
  width: 24px;
  min-width: 24px;
  justify-content: center;
  align-items: center;
}

.hamburger-button__icon {
  filter: var(--filter);
}

.hamburger-button__icon:hover {
  filter: invert(55%) sepia(61%) saturate(352%) hue-rotate(139deg)
    brightness(89%) contrast(94%);
}

@media screen and (min-width: 64em) {
  .hamburger-button__button {
    height: 28px;
    width: 28px;
  }
}
.topic-bar {
  --background-color: #ffffff;
  --heading-color: #1a1e24;
  --text-color: #333c47;
  --filter: none;
  border-bottom: 3px solid #459fab;
  background-color: var(--background-color);
  padding: 8px 0 4px;
}

.topic-bar__link {
  color: inherit;
}

.topic-bar__link::after {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.25s ease-out;
  background-color: #459fab;
}

.topic-bar__link:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.topic-bar--news {
  border-color: #235bae;
}

.topic-bar--news .topic-bar__link::after {
  background-color: #235bae;
}

.topic-bar__list {
  padding: 0 10px;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 4px;
}

.topic-bar__item {
  display: flex;
  gap: 4px;
  position: relative;
  height: 25px;
  text-transform: capitalize;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 144%;
  transition: transform 200ms ease-out;
}

.topic-bar__item:active {
  transform: translateY(2px);
}

.topic-bar__item--index {
  font-weight: 600;
  color: var(--heading-color);
}

.topic-bar__item--topic {
  font-weight: 500;
  color: var(--text-color);
}

.topic-bar__arrow {
  height: 8px;
  width: 8px;
}

@media screen and (min-width: 40em) {
  .topic-bar__list {
    padding: 8px 20px;
  }
  .topic-bar__item {
    height: 23px;
  }
}
@media screen and (min-width: 64em) {
  .topic-bar {
    border-bottom-width: 4px;
    padding: 8px 0;
  }
  .topic-bar__list {
    padding: 0 20px;
    max-width: 1160px;
    margin: auto;
    column-gap: 20px;
    row-gap: 8px;
  }
  .topic-bar__item {
    gap: 8px;
    height: 25px;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 125%;
  }
  .topic-bar__item--topic {
    font-weight: 500;
  }
  .topic-bar__arrow {
    height: 12px;
    width: 12px;
  }
}
@supports (grid-gap: 0.625rem) {
}
@media screen and (min-width: 40em) {
  @supports (grid-gap: 1.25rem) {
  }
}

@media screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}
.masthead *,
.masthead *::after,
.masthead *::before {
  box-sizing: border-box;
}
.masthead {
  font-family: "IBM Plex Sans", sans-serif;
  margin: 0 auto;
  background: #eeecec;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  z-index: 99994;
}
.masthead .row {
  max-width: 1160px;
}
.masthead .row {
  padding-left: -1.25rem;
  padding-right: -1.25rem;
}
.masthead .col {
  position: relative;
  vertical-align: bottom;
  display: inline-block;
}

.masthead .nav-header {
  position: relative;
  display: table;
  max-width: 100%;
  padding: 0.375rem 0;
}
@media screen and (min-width: 40em) {
  .masthead .nav-header {
    background: #eeecec;
    padding: 1.125rem 0;
  }
}
.masthead .nav-header > div {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 0;
}
@supports (position: unset) {
}
.masthead .primary-nav-primary {
  max-width: 1160px;
  margin: 0 auto;
  text-align: center;
}
.masthead .primary-nav-primary ul {
  border-top: 1px solid #dbd9d4;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 40em) {
  .masthead .primary-nav-primary ul {
    display: inline-block;
  }
}
.masthead .primary-nav-primary ul li {
  padding: 0.5rem 0.5rem;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .masthead .primary-nav-primary ul li.business-nav-item {
    display: none;
  }
}
@media screen and (max-width: 39.9375em) {
  .masthead .primary-nav-primary ul li {
    border-bottom: #dbd9d4 1px solid;
  }
}
@media screen and (max-width: 63.9375em) {
  .masthead .primary-nav-primary ul li {
    padding: 0.4375rem 0.4375rem;
  }
}
@media screen and (min-width: 40em) {
  .masthead .primary-nav-primary ul {
    border-top: none;
    padding: 0.375rem 0.625rem;
  }
}
@media screen and (min-width: 64em) {
  .masthead .primary-nav-primary ul {
    padding: 0;
  }
  .masthead .primary-nav-primary ul li {
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
  }
}
@media screen and (min-width: 64em) {
  .masthead .primary-nav-primary {
    height: 42px;
  }
}
.masthead .compact-nav-compact {
  background-color: #ffffff;
  position: initial;
  top: -50px;
  width: 100%;
  transition:
    top 0.3s,
    visibility 0.3s;
  z-index: 99998;
  height: 0;
}
@media screen and (min-width: 40em) {
  .masthead .compact-nav-compact {
    height: 40px;
    padding: 0;
  }
}
.masthead .compact-nav-compact .col:first-child {
  display: flex;
}
.masthead .compact-nav-compact nav {
  overflow: hidden;
}
.masthead .compact-nav-compact .nav-header {
  padding: 0;
  background: #ffffff;
  display: block;
}
.masthead .compact-nav-compact .nav-header .col {
  padding: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 40em) {
  .masthead .compact-nav-compact .nav-header {
    height: 40px;
  }
  .masthead .compact-nav-compact .nav-header ul {
    height: 42px;
  }
}
.masthead .compact-nav-compact .search_profile {
  gap: 12px;
}
@media screen and (min-width: 64em) {
  .masthead .compact-nav-compact .search_profile {
    gap: 20px;
  }
}
.masthead .compact-nav-compact .hamburger-button {
  padding-left: 0;
}
@media screen and (min-width: 64em) {
  .masthead .compact-nav-compact .hamburger-button {
    padding-left: 12px;
  }
}
.masthead .secondary-nav-container {
  background: #ffffff;
  overflow: hidden;
  max-height: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition:
    max-height 0.5s,
    opacity 0.5s,
    visibility 0.5s;
}
.masthead .secondary-nav-container .nav-header-more {
  --weather-filter: brightness(0);
}
@media screen and (min-width: 40em) {
  .masthead .secondary-nav-container .nav-header-more:before,
  .masthead .secondary-nav-container .nav-header-more:after {
    content: "";
    display: block;
    height: 26px;
  }
}
@media screen and (max-width: 39.9375em) and (min-width: 40em) {
  .masthead .secondary-nav-container .nav-header-more {
    height: 0;
    display: none;
    visibility: hidden;
  }
}

.masthead .primary-nav {
  margin: auto;
  position: relative;
}
.masthead .primary-nav .primary-nav__list {
  margin: 0;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 63.9375em) {
  .masthead .primary-nav .primary-nav__list {
    width: 100%;
  }
}
.masthead .primary-nav .primary-nav__list .primary-nav__item {
  float: left;
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 40em) {
  .masthead .primary-nav .primary-nav__list .primary-nav__item {
    width: auto;
  }
}
.masthead
  .primary-nav
  .primary-nav__list
  .primary-nav__item
  .primary-nav__link {
  color: #24221f;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.875rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 63.9375em) {
  .masthead
    .primary-nav
    .primary-nav__list
    .primary-nav__item
    .primary-nav__link {
    text-align: left;
    display: block;
    font-size: 0.75rem;
    line-height: 0.9375rem;
  }
}
@media screen and (min-width: 64em) {
  .masthead
    .primary-nav
    .primary-nav__list
    .primary-nav__item
    .primary-nav__link {
    line-height: 1.875rem;
  }
}
.masthead
  .primary-nav
  .primary-nav__list
  .primary-nav__item
  .primary-nav__link.first {
  padding-left: 0;
}
.masthead
  .primary-nav
  .primary-nav__list
  .primary-nav__item
  .primary-nav__link {
  /* Hover colors */
}
.masthead
  .primary-nav
  .primary-nav__list
  .primary-nav__item
  .primary-nav__link:hover {
  color: #8f897c;
}
.masthead
  .primary-nav
  .primary-nav__list
  .primary-nav__item
  .primary-nav__link.news-nav-item:hover {
  color: #005ab4;
}
.masthead
  .primary-nav
  .primary-nav__list
  .primary-nav__item
  .primary-nav__link.sport-nav-item:hover {
  color: #2e9fd4;
}
.masthead
  .primary-nav
  .primary-nav__list
  .primary-nav__item
  .primary-nav__link.entertainment-nav-item:hover {
  color: #e44f7d;
}
.masthead
  .primary-nav
  .primary-nav__list
  .primary-nav__item
  .primary-nav__link.lifestyle-nav-item:hover {
  color: #e68313;
}
.masthead
  .primary-nav
  .primary-nav__list
  .primary-nav__item
  .primary-nav__link.culture-nav-item:hover {
  color: #5832a8;
}
.masthead
  .primary-nav
  .primary-nav__list
  .primary-nav__item
  .primary-nav__link.business-nav-item:hover {
  color: #005ab4;
}
.masthead
  .primary-nav
  .primary-nav__list
  .primary-nav__item
  .primary-nav__link.tv-nav-item:hover {
  color: #00a1ad;
}
.masthead
  .primary-nav
  .primary-nav__list
  .primary-nav__item
  .primary-nav__link.player-nav-item:hover,
.masthead
  .primary-nav
  .primary-nav__list
  .primary-nav__item
  .primary-nav__link.radio-nav-item:hover {
  color: #ff0135;
}
.masthead
  .primary-nav
  .primary-nav__list
  .primary-nav__item
  .primary-nav__link.radio-nav-item:hover {
  color: #ff0135;
}
.masthead
  .primary-nav
  .primary-nav__list
  .primary-nav__item
  .primary-nav__link.gaeilge-nav-item:hover {
  color: #00a1ad;
}

body:not(.rte):not(.rte-radio) .masthead .compact-nav-compact,
body:not(.rte):not(.rte-radio) .masthead .compact-nav-compact .nav-header {
  background-color: #1a1e24;
}
body:not(.rte):not(.rte-radio) .masthead nav.nav ul li a {
  color: #ffffff;
  filter: none !important;
}
body:not(.rte):not(.rte-radio) .masthead nav.nav ul li a {
  color: #ffffff;
  filter: none !important;
}

@media screen and (max-width: 39.9375em) {
  .hide-for-mobile {
    display: none !important;
  }
}

@keyframes blinker {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}

article.rte-article
  .columns.social-btn-container
  .btn-group
  .icon-link:has(.icon.dotie-icon_print) {
  display: none;
}
@media screen and (min-width: 64em) {
  article.rte-article
    .columns.social-btn-container
    .btn-group
    .icon-link:has(.icon.dotie-icon_print) {
    display: revert;
  }
}

.panel-top-stories
  .top-story-wrapper:has(.related_article)
  .article-parent
  .leadin,
.panel.panel-top-stories-news
  .top-story-wrapper:has(.related_article)
  .article-parent
  .leadin {
  margin-bottom: 10px;
}

html {
  line-height: 1.15;

  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  background-color: transparent;
}

img {
  border-style: none;
}

button,
input {
  font-family: inherit;

  font-size: 100%;

  line-height: 1.15;

  margin: 0;
}

button,
input {
  overflow: visible;
}

button {
  text-transform: none;
}

button {
  -webkit-appearance: button;
}

button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;

  font: inherit;
}

html {
  font-size: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 3px;
  line-height: 1;
}
@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}
@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

.row {
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
}
.row:after,
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.columns {
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 40em) {
  .columns {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.columns:last-child:not(:first-child) {
  float: right;
}

.small-12 {
  width: 100%;
}

@media screen and (min-width: 40em) {
  .medium-4 {
    width: 33.33333%;
  }
}
@media screen and (min-width: 64em) {
  .large-2 {
    width: 16.66667%;
  }
}
:root {
  --primary-color: #005ab4;
  --primary-color-hover: #003e7d;
}
.sticky-clone {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 3px solid #235bae;
  z-index: 1000;

  opacity: 0;
  transform: translateY(-100%);

  transition:
    opacity 0.4s ease-in-out,
    transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.sticky-clone.visible {
  opacity: 1;
  transform: translateY(0);
}
body {
  margin: 0;
  line-height: normal;
}

:root {
  /* fonts */
  --font-ibm-plex-sans: "IBM Plex Sans";
  --font-helvetica-neue: "Helvetica Neue";
  --font-helvetica: Helvetica;

  /* font sizes */
  --font-size-base: 16px;
  --font-size-sm: 14px;
  --font-size-lg: 18px;
  --font-size-mid-6: 17.6px;
  --font-size-xs: 12px;
  --font-size-3xs: 10px;
  --font-size-mid: 17px;

  /* Colors */
  --color-white: #fff;
  --color-whitesmoke-100: #eeecec;
  --color-whitesmoke-200: #eae9e6;
  --color-gainsboro: #dbd9d4;
  --color-gray-100: #8f897c;
  --color-gray-200: #0a0a0a;
  --color-black: #000;
  --color-darkslateblue-100: #3b5998;
  --color-darkslateblue-200: #005ab4;
  --color-silver: #c9c9c9;
  --color-darkgray-100: #989898;
  --color-steelblue-100: #358dae;
  --color-steelblue-200: #2b5585;
  --color-azure: #ecf7f7;
  --color-lightgray: #cecece;
  --color-dimgray-100: #707070;
  --color-dimgray-200: #626262;

  /* Gaps */
  --gap-11xl: 30px;
  --gap-xl: 20px;
  --gap-5xs: 8px;
  --gap-base: 16px;
  --gap-9xs: 4px;
  --gap-11xs: 2px;
  --gap-12xs: 1px;
  --gap-8xs: 5px;
  --gap-7xs: 6px;
  --gap-3xs: 10px;
  --gap-6xs: 7px;
  --gap-mini: 15px;
  --gap-9xl: 28px;

  /* Paddings */
  --padding-base: 16px;
  --padding-51xl: 70px;
  --padding-xl: 20px;
  --padding-3xs: 10px;
  --padding-11xl: 30px;
  --padding-21xl: 40px;
  --padding-7xs: 6px;
  --padding-11xs: 2px;
  --padding-smi: 13px;
  --padding-lgi: 19px;
  --padding-4xs: 9px;
  --padding-5xs: 8px;
  --padding-6xs: 7px;
  --padding-12xs: 1px;
  --padding-31xl: 50px;
  --padding-9xs: 4px;
}
.text {
  flex-direction: row;
  align-items: center;
}
.text {
  display: flex;
  justify-content: center;
}
.header {
  align-self: stretch;
  display: flex;
}
.header {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.title {
  flex: 1;
  position: relative;
  line-height: 39px;
  font-weight: 500;
}
.text19 {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.text-1610 {
  position: relative;
}
.date {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--gap-7xs);
}
.facebook-icon {
  width: 27px;
  position: relative;
  height: 27px;
  overflow: hidden;
  flex-shrink: 0;
}
.share {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: var(--gap-6xs);
}
.info,
.main1,
.title-block {
  align-self: stretch;
  display: flex;
}
.info {
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: var(--gap-3xs);
  font-size: var(--font-size-sm);
  color: var(--color-dimgray-200);
}
.main1,
.title-block {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.title-block {
  gap: var(--gap-base);
}
.main1 {
  font-size: 36px;
  color: var(--color-gray-200);
}
.img01-icon {
  align-self: stretch;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
  object-fit: cover;
}
.avatar000-icon {
  width: 60px;
  position: relative;
  border-radius: 50%;
  height: 60px;
  object-fit: cover;
}
.text-181 {
  position: relative;
  font-weight: 500;
}
.info1,
.name,
.published {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.name {
  flex-direction: row;
  gap: 3px;
}
.info1,
.published {
  flex-direction: column;
  gap: var(--gap-11xs);
}
.published {
  align-self: stretch;
  border-top: 1px solid var(--color-whitesmoke-200);
  border-bottom: 1px solid var(--color-whitesmoke-200);
  flex-direction: row;
  align-items: center;
  padding: var(--padding-3xs) 0;
  gap: var(--gap-3xs);
  font-size: var(--font-size-mid);
}
.the-shocking-truth {
  margin-block-start: 0;
  margin-block-end: 16px;
}
.text-183 {
  flex: 1;
  position: relative;
  line-height: 26px;
}
.jack-whitehall {
  font-weight: 600;
}
.jack-whitehall6 {
  font-weight: 600;
}
.jack-whitehall6,
.yes-its-beyond {
  font-family: var(--font-ibm-plex-sans);
}
.this-link1 {
  text-decoration: underline;
  font-weight: 500;
}
.this-link {
  color: inherit;
}
.block,
.calculator-script {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.block {
  flex-direction: column;
  justify-content: flex-start;
  padding: 0 var(--padding-51xl);
  gap: var(--gap-base);
}
.text-24 {
  flex: 1;
  position: relative;
}
.text-24 {
  line-height: 29px;
  font-weight: 600;
}
.first {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.first {
  gap: var(--gap-3xs);
}
.text-1837 {
  /*height: 52px;*/
  flex: 1;
  position: relative;
  line-height: 26px;
  display: inline-block;
}
.one-1-icon {
  width: 30px;
  position: relative;
  height: 30px;
  overflow: hidden;
  flex-shrink: 0;
}
.link1 {
  text-decoration: underline;
  font-weight: 600;
}
.one,
.text95 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.text95 {
  flex: 1;
}
.one {
  align-self: stretch;
  gap: var(--gap-xl);
}
.block3 {
  align-self: stretch;
  display: flex;
  align-items: center;
}
.block3 {
  flex-direction: column;
  justify-content: flex-start;
}
.block3 {
  padding: var(--padding-3xs) 100px 0;
  gap: var(--gap-base);
  font-size: var(--font-size-mid-6);
}
.text-244 {
  position: relative;
  line-height: 29px;
  font-weight: 600;
}
.text-1613 {
  position: relative;
  text-decoration: underline;
  font-weight: 500;
  color: inherit;
}
.tag,
.tags,
.text107 {
  display: flex;
  flex-direction: row;
}
.text107 {
  align-items: center;
  justify-content: center;
  color: var(--color-gray-200);
}
.tag,
.tags {
  align-items: flex-start;
  justify-content: flex-start;
}
.tag {
  flex: 1;
  flex-wrap: wrap;
  gap: var(--gap-8xs);
  font-size: var(--font-size-base);
  color: var(--color-darkslateblue-200);
}
.tags {
  padding: 0 var(--padding-51xl);
  gap: var(--gap-5xs);
  color: var(--color-gray-200);
  align-items: center;
  pointer-events: none;
}
.tags {
  align-self: stretch;
}
.text-245 {
  flex: 1;
  position: relative;
  line-height: 29px;
}
.title1 {
  align-self: stretch;
  border-bottom: 1px solid var(--color-black);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 0 var(--padding-4xs);
  font-size: 20px;
}
.avatar0-icon {
  width: 50px;
  position: relative;
  height: 50px;
  object-fit: cover;
}
.leave-comment {
  border: 1px solid var(--color-silver);
  outline: 0;
  font-family: var(--font-ibm-plex-sans);
  font-size: 13px;
  background-color: transparent;
  align-self: stretch;
  flex: 1;
  border-radius: 1px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: var(--padding-5xs) var(--padding-base) var(--padding-5xs)
    var(--padding-5xs);
  color: #969696;
}
.send-1-icon {
  width: 6px;
  position: relative;
  height: 12px;
  overflow: hidden;
  flex-shrink: 0;
}
.button-send,
.leave-comment-parent,
.new-comment {
  align-self: stretch;
  display: flex;
  flex-direction: row;
}
.button-send {
  width: 29px;
  border-radius: 6px;
  background-color: var(--color-gray-100);
  align-items: center;
  justify-content: center;
  padding: 0 0 0 var(--padding-12xs);
  box-sizing: border-box;
}
.leave-comment-parent,
.new-comment {
  align-items: flex-start;
  justify-content: flex-start;
}
.leave-comment-parent {
  flex: 1;
}
.new-comment {
  height: 60px;
  gap: var(--gap-base);
}
.text-1616,
.text-1617 {
  flex: 1;
  position: relative;
}
.text-1616 {
  font-weight: 700;
  color: inherit;
  text-decoration: none;
}
.text-1617 {
  line-height: 22px;
}
.text111 {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: var(--color-gray-200);
}
.text-1618 {
  position: relative;
  color: inherit;
  text-decoration: none;
}
.thumbs-up-regular-1-icon {
  width: 16px;
  position: relative;
  height: 16px;
  overflow: hidden;
  flex-shrink: 0;
}
.like,
.text-parent2,
.text115 {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.like {
  justify-content: flex-start;
  gap: var(--gap-11xs);
}
.text-parent2,
.text115 {
  justify-content: center;
  color: var(--color-darkgray-100);
}
.text-parent2 {
  justify-content: flex-start;
  gap: var(--gap-base);
  color: var(--color-darkslateblue-200);
}
.comment,
.text-parent1 {
  display: flex;
  align-items: flex-start;
}
.text-parent1 {
  flex: 1;
  flex-direction: column;
  justify-content: center;
}
.comment {
  align-self: stretch;
  border-bottom: 1px solid var(--color-silver);
  flex-direction: row;
  justify-content: flex-start;
  padding: 0 0 var(--padding-smi);
  gap: var(--gap-base);
}
.text-1634 {
  flex: 1;
  position: relative;
}
.text141 {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0 0 var(--padding-6xs);
  color: var(--color-gray-200);
}
.img08-icon {
  width: 196px;
  position: relative;
  height: 348.4px;
  object-fit: cover;
}
.text-parent12 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: var(--padding-5xs) 0 0;
  gap: var(--gap-base);
  color: var(--color-darkslateblue-200);
}
.comment5,
.text-parent9 {
  display: flex;
  align-items: flex-start;
}
.comment5 {
  align-self: stretch;
  flex-direction: row;
  justify-content: flex-start;
  padding: var(--padding-lgi) 0 var(--padding-4xs);
  gap: var(--gap-base);
}
.text-parent9 {
  flex: 1;
  flex-direction: column;
  justify-content: center;
  gap: var(--gap-12xs);
}
.img09-icon {
  width: 199px;
  position: relative;
  height: 98px;
  object-fit: cover;
}
.comments {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--gap-base);
  color: var(--color-darkslateblue-100);
}
.text-16166 {
  position: relative;
  font-weight: 500;
  color: inherit;
  text-decoration: none;
}
.text260 {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: var(--color-darkslateblue-200);
}
.comment-block {
  align-self: stretch;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0 var(--padding-51xl);
  gap: 26px;
  font-size: var(--font-size-base);
  pointer-events: none;
}
.comment-block,
.content,
.text261 {
  display: flex;
  align-items: center;
}
.content {
  flex: 1;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-start;
  gap: var(--gap-base);
  max-width: 700px;
  background-color: #fff;
  padding: 20px;
}
.text261 {
  align-self: stretch;
  flex-direction: row;
  justify-content: center;
  padding: var(--padding-xl);
}
.text-16167 {
  position: relative;
  font-weight: 600;
}
.text262 {
  background-color: var(--color-black);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0 var(--padding-3xs) var(--padding-11xs);
}
.popular-img01 {
  align-self: stretch;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  background-image: url("/img/popular-img01_3x_13_11zon.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
.text-16168 {
  flex: 1;
  position: relative;
  line-height: 21px;
  font-weight: 500;
}
.text264 {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-sm);
  color: var(--color-gray-100);
}
.popular-title,
.popular1 {
  align-items: flex-start;
  justify-content: flex-start;
}
.popular-title {
  flex: 1;
  height: 100px;
  display: flex;
  flex-direction: column;
  padding: var(--padding-7xs) var(--padding-3xs);
  box-sizing: border-box;
  gap: var(--gap-9xs);
  color: var(--color-black);
}
.popular1 {
  background-color: var(--color-white);
  box-shadow: 0 2px 2.4px rgba(0, 0, 0, 0.21);
  flex-direction: row;
}
.popular-img02,
.popular1,
.text267 {
  align-self: stretch;
  display: flex;
}
.popular-img02 {
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  background-image: url("/img/popular-img02_3x_12_11zon.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
.text267 {
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: var(--color-gray-100);
}
.popular-img03 {
  flex: 1;
  background-image: url("/img/popular-img03_3x_11_11zon.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
.popular-img03,
.popular-img031,
.popular-news {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.popular-img031 {
  flex: 1;
  background-image: url("/img/popular-img031_3x_10_11zon.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
.popular-news {
  padding: 0 var(--padding-xl) 0 0;
  gap: var(--gap-base);
  font-size: var(--font-size-base);
  color: var(--color-white);
  img {
    width: 100%;
  }
}
.content-block,
.popular {
  overflow: hidden;
  display: flex;
}
.popular {
  width: 400px;
  background-color: #fff;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: var(--padding-xl) 0 var(--padding-21xl);
  box-sizing: border-box;
  gap: var(--gap-5xs);
  font-size: 28px;
  color: var(--color-gray-200);
}
.content-block {
  align-self: stretch;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  padding: 50px var(--padding-11xl);
  gap: var(--gap-xl);
  font-size: var(--font-size-lg);
  color: var(--color-black);
  background-color: #eeecec;
}
.index-claudiawinkleman {
  width: 100%;
  position: relative;
  background-color: var(--color-white);
  overflow: hidden;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--gap-11xl);
  text-align: left;
  font-size: var(--font-size-sm);
  color: var(--color-gray-200);
  font-family: var(--font-ibm-plex-sans);
}
@media screen and (max-width: 1122px) {
  .block {
    padding-left: var(--padding-21xl);
    padding-right: var(--padding-21xl);
    box-sizing: border-box;
  }
  .block3,
  .comment-block {
    padding-left: var(--padding-31xl);
    padding-right: var(--padding-31xl);
    box-sizing: border-box;
  }
  .comment-block {
    padding-left: var(--padding-21xl);
    padding-right: var(--padding-21xl);
  }
}
@media screen and (max-width: 960px) {
  .popular {
    display: none;
  }
  .popular {
    width: 200px;
  }
}
@media screen and (max-width: 792px) {
  .block {
    align-items: center;
    justify-content: flex-start;
    padding-left: var(--padding-xl);
    padding-right: var(--padding-xl);
    box-sizing: border-box;
  }
  .block3 {
    padding-right: var(--padding-xl);
  }
  .block3,
  .comment-block,
  .tags {
    padding-left: var(--padding-xl);
    box-sizing: border-box;
  }
  .comment-block {
    padding-right: var(--padding-xl);
  }
  .popular,
  .popular-news,
  .text261 {
    display: none;
  }
  .popular {
    width: 250px;
  }
  .content-block {
    display: flex;
  }
}
@media screen and (max-width: 630px) {
  .block {
    padding-left: var(--padding-xl);
    padding-right: var(--padding-xl);
    box-sizing: border-box;
  }
  .block3 {
    padding-left: var(--padding-xl);
    padding-right: var(--padding-xl);
    box-sizing: border-box;
  }
  .comment-block,
  .content-block {
    padding-left: var(--padding-3xs);
    padding-right: var(--padding-3xs);
    box-sizing: border-box;
  }
}
@media screen and (max-width: 450px) {
  .date {
    flex: unset;
    align-self: stretch;
  }
  .info,
  .share {
    justify-content: flex-start;
  }
  .share {
    gap: var(--gap-6xs);
    align-items: center;
    flex: unset;
    align-self: stretch;
  }
  .info {
    flex-direction: column;
    align-items: flex-start;
  }
  .block {
    padding-left: var(--padding-3xs);
    padding-right: var(--padding-3xs);
    box-sizing: border-box;
  }
  .block3,
  .comment-block,
  .tags {
    padding-left: var(--padding-3xs);
    padding-right: var(--padding-3xs);
    box-sizing: border-box;
  }
  .title {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}
:root {
  --mainColor: #152b0c;
  --text: #fff;
  --input-color: #000;
  --valid-input-color: #000;
}

#form_block {
  border: 2px solid var(--mainColor);
  border-radius: 16px;
  max-width: 560px;
  margin: 0 auto;
  font-family: Arial;
  box-shadow: 3px 3px 6px #00000030;
}

.form_block_reg_form {
  max-width: 400px;
  margin: 0 auto;
  padding: 0 40px 40px;
  box-sizing: border-box;
}

.form_block_title {
  text-align: center;
  padding: 30px 15px;
  font-size: 30px;
  background: var(--mainColor);
  color: var(--text);
  text-transform: uppercase;
  margin: 30px 0;
  line-height: 1.2;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .form_block_title {
    font-size: 24px;
  }
}
.parent-dotie,
.topic-bar {
  pointer-events: none;
}
