.dnb-title-page { font-family: var(--title-font); font-size: var(--text-3xl); font-weight: 400; line-height: 1.1; letter-spacing: -0.04em;}.dnb-title-xl { font-family: var(--title-font); font-size: var(--text-2xl); font-weight: 400; line-height: 1.2; letter-spacing: -0.04em;}.dnb-title-l { font-family: var(--title-font); font-size: var(--text-l); font-weight: 400; line-height: 1.2; letter-spacing: -0.04em;}.dnb-title-s { font-family: var(--title-font); font-size: var(--text-m); font-weight: 500; line-height: 1.2; letter-spacing: -0.04em;}.link-underline {text-decoration-line: underline;}.link-navigation { position: relative; display: inline-flex;  color: currentcolor; text-decoration: none; font-weight: 500; transition: opacity 0.3s ease; cursor: pointer;}.link-navigation::after { content: ''; position: absolute; bottom: calc(-1 * var(--space-3xs)); left: 50%; transform: translateX(-50%); width: 0; height: 0.1em; background-color: currentColor; border-radius: 4px; transition: width 0.3s cubic-bezier(0.25, 1, 0.5, 1);}@media (hover: hover) { .link-navigation:hover::after { width: 1.25em; }}.link-navigation.is-active::after,.link-navigation.current-menu-item::after,.current-menu-item > .link-navigation::after { width: 1.25em;}.link-navigation._left::after { left: 0; transform: none;}.dot-text { display: flex;}.dot-text::before { content: ''; display: inline-block; flex-shrink: 0; width: 0.6em; height: 0.6em; margin-right: 0.5em; margin-top: 0.3em; background-color: currentColor; -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M19.7411 11.6347C19.2647 14.7646 18.9603 16.7793 16.7735 18.017C15.6303 18.6629 13.9291 19.1235 12.6723 19.4624C11.0715 19.8931 10.3003 19.9564 10.0369 19.9748C9.6148 20.0044 8.07388 20.0861 6.26456 19.6073C6.26456 19.6073 5.46695 19.3959 4.77032 19.0899C1.99138 17.8707 0.823895 14.382 0.510333 13.2879C0.183578 12.1457 -0.453187 9.79413 0.510333 6.81277C0.863471 5.72103 1.57127 3.53553 3.17358 1.92532L3.17916 1.92162C3.63124 1.56757 4.08332 1.21621 4.53692 0.863507L4.53895 0.862162C5.09352 0.535346 5.72115 0.279138 6.4325 0.125817C7.36608 -0.0745763 8.25705 -0.00800264 10.0369 0.125817C11.998 0.273086 15.1189 0.507102 16.7735 2.08503C16.949 2.25079 17.1992 2.64553 17.6999 3.43399C18.1764 4.18513 19.112 5.65815 19.5636 6.81277C20.2191 8.48114 20.0116 9.84725 19.7411 11.6347Z'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M19.7411 11.6347C19.2647 14.7646 18.9603 16.7793 16.7735 18.017C15.6303 18.6629 13.9291 19.1235 12.6723 19.4624C11.0715 19.8931 10.3003 19.9564 10.0369 19.9748C9.6148 20.0044 8.07388 20.0861 6.26456 19.6073C6.26456 19.6073 5.46695 19.3959 4.77032 19.0899C1.99138 17.8707 0.823895 14.382 0.510333 13.2879C0.183578 12.1457 -0.453187 9.79413 0.510333 6.81277C0.863471 5.72103 1.57127 3.53553 3.17358 1.92532L3.17916 1.92162C3.63124 1.56757 4.08332 1.21621 4.53692 0.863507L4.53895 0.862162C5.09352 0.535346 5.72115 0.279138 6.4325 0.125817C7.36608 -0.0745763 8.25705 -0.00800264 10.0369 0.125817C11.998 0.273086 15.1189 0.507102 16.7735 2.08503C16.949 2.25079 17.1992 2.64553 17.6999 3.43399C18.1764 4.18513 19.112 5.65815 19.5636 6.81277C20.2191 8.48114 20.0116 9.84725 19.7411 11.6347Z'/%3E%3C/svg%3E"); -webkit-mask-size: contain; mask-size: contain; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: center; mask-position: center;}.dot-hide--on-l.dot-text::before { display: none;}.tag { display: inline-flex; padding: var(--space-3xs) var(--space-m); justify-content: center; align-items: center; border: 1.5px dashed currentcolor; border-radius: 100px; font-size: var(--text-s); font-weight: 500; line-height: 1; color: currentcolor; white-space: nowrap;}.footer-content { font-size: 100px;}