<section class="supt-section-copyright">
    <div class="container">
        <div class="row">
            <div class="col-12">
                <div class="supt-section-copyright__content">
                    <p><sup>1</sup>Copyright © 2025 Sustainalytics, a Morningstar company. All rights reserved.</p>
                    <p>The information, data, analyses and opinions contained herein do not constitute investment advice nor an endorsement of any product, project, investment strategy or consideration of any particular environmental, social or governance related issues as part of any investment strategy. The use of the data is subject to conditions available at <a href="https://www.sustainalytics.com/legal-disclaimers" target="_blank" rel="noopener noreferrer">https://www.sustainalytics.com/legal-disclaimers</a>.</p>
                </div>
            </div>
        </div>
    </div>
</section>

No notes defined.

<section class="supt-section-copyright">
	<div class="container">
		<div class="row">
			<div class="col-12">
				<div class="supt-section-copyright__content">
					{{ text }}
				</div>
			</div>
		</div>
	</div>
</section>
{
  "text": "<p><sup>1</sup>Copyright © 2025 Sustainalytics, a Morningstar company. All rights reserved.</p><p>The information, data, analyses and opinions contained herein do not constitute investment advice nor an endorsement of any product, project, investment strategy or consideration of any particular environmental, social or governance related issues as part of any investment strategy. The use of the data is subject to conditions available at <a href=\"https://www.sustainalytics.com/legal-disclaimers\" target=\"_blank\" rel=\"noopener noreferrer\">https://www.sustainalytics.com/legal-disclaimers</a>.</p>"
}
  • Content:
    .supt-section-copyright {
    	@mixin clamp padding-block, $spacing-8, $spacing-16, $breakpoint-xs, $breakpoint-xl;
    	background-color: $color-grey-background;
    
    	&__content {
    		p {
    			@extend %t-body-xs;
    			color: $color-grey-5;
    			margin: 0;
    
    			&:not(:last-child) {
    				margin-bottom: $spacing-4;
    			}
    		}
    
    		a {
    			color: $color-black;
    			font-weight: 500;
    			@extend %link-underline-reversed;
    		}
    	}
    }
    
  • URL: /components/raw/section-copyright/section-copyright.css
  • Filesystem Path: src/components/organisms/01-esg/section-copyright/section-copyright.css
  • Size: 401 Bytes
  • Handle: @section-copyright
  • Preview:
  • Filesystem Path: src/components/organisms/01-esg/section-copyright/section-copyright.twig