@charset "UTF-8";

#page-title-block + .wrapper {
	padding-bottom: var(--space8);
}

:not(#Top) .wrapper {
	padding-bottom: var(--space8);
}

.paragraph-text-group {
    text-align: justify;
}

.video-item__iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
}

.paragraph-img-content img {
    border-radius: revert;
}