:root{--group-hint-content-background: var(--group-color-base-core-white)}.group-hint{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:inline-block}.group-hint__icon{user-select:none;cursor:pointer}.group-hint__icon svg,.group-hint__icon g,.group-hint__icon path,.group-hint__icon circle{fill:var(--group-color-base-neutral-5)}@media(hover: hover)and (pointer: fine){.group-hint__icon:hover svg,.group-hint__icon:hover g,.group-hint__icon:hover path,.group-hint__icon:hover circle,.group-hint__icon:focus svg,.group-hint__icon:focus g,.group-hint__icon:focus path,.group-hint__icon:focus circle{fill:var(--group-color-base-neutral-4)}}.group-hint__content{background:var(--group-hint-content-background);display:flex;gap:1.5rem;flex-direction:column}@media screen and (max-width: 768px){.group-hint__content{padding:1.25rem;min-height:100%}.group-hint__content>div{flex:1}}.group-hint__content__title{display:block;margin-bottom:1rem}.group-hint__content__title__heading{font-family:var(--group-title-font-family),sans-serif;font-weight:var(--group-title-font-weight);font-size:var(--group-text-size-5);line-height:var(--group-line-height-size-6)}@media screen and (min-width: 769px),print{.group-hint__content__title__heading{font-size:var(--group-text-size-4-tablet);line-height:var(--group-line-height-size-6-tablet)}}@media screen and (min-width: 1024px){.group-hint__content__title__heading{font-size:var(--group-text-size-4-desktop);line-height:var(--group-line-height-size-6-desktop)}}@media screen and (min-width: 769px),print{.group-hint__content__buttons--is-hidden-desktop{display:none !important}}.group-hint__overlay__content{position:fixed;display:none;overflow:auto;top:0;left:0;right:0;bottom:0;z-index:var(--group-z-index-popup)}.group-hint__overlay__content--active{display:block}