/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

body {
	--wp--preset--spacing--16: calc(1rem * 0.5);
	--wp--preset--spacing--25: calc(1.5625rem * 0.5);
	--wp--preset--spacing--35: calc(2.1875rem * 0.5);
	--wp--preset--spacing--50: calc(3.125rem * 0.5);
	--wp--preset--spacing--75: calc(4.6875rem * 0.5);
	--wp--preset--spacing--100: calc(6.25rem * 0.5);
	--wp--preset--spacing--125: calc(7.8125rem * 0.5);
}

.is-root-container > .is-layout-constrained {
  padding: 0 25px !important;
}


@media (min-width: 782px) {
	body {
		--wp--preset--spacing--16: calc(1rem * 0.75);
		--wp--preset--spacing--25: calc(1.5625rem * 0.75);
		--wp--preset--spacing--35: calc(2.1875rem * 0.75);
		--wp--preset--spacing--50: calc(3.125rem * 0.75);
		--wp--preset--spacing--75: calc(4.6875rem * 0.75);
		--wp--preset--spacing--100: calc(6.25rem * 0.75);
		--wp--preset--spacing--125: calc(7.8125rem * 0.75);
	}

	.is-root-container > .is-layout-constrained {
		padding: 0 35px !important;
	}
}


@media (min-width: 1024px) {
	body {
		--wp--preset--spacing--16: 1rem;
    --wp--preset--spacing--25: 1.5625rem;
    --wp--preset--spacing--35: 2.1875rem;
		--wp--preset--spacing--50: 3.125rem;
    --wp--preset--spacing--75: 4.6875rem;
    --wp--preset--spacing--100: 6.25rem;
    --wp--preset--spacing--125: 7.8125rem;
	}

	.is-root-container > .is-layout-constrained {
		padding: 0 35px !important;
	}
}


.wp-block-button.is-style-green .wp-block-button__link {
	background-color: var(--wp--preset--color--tertiary) !important;
}

.wp-block-image.is-style-rounded_small img {
	border-radius: 15px;
}

.wp-block-columns.is-style-reverse_flow {
	flex-direction: row-reverse;
}




.wp-block-cover.is-style-rounded {
	border-radius: 15px;
	overflow: hidden;
}

.is-style-with_line {
	display: flex;
	align-items: center;
	column-gap: 2.1875rem;
}

.is-style-with_line::after {
	content: " ";
	height: 1px;
	width: 100%;
	background-color: #15173A17;
	display: block;
	flex: 1;
}

h4.is-style-with_line{
	font-size: 1.09375rem !important;
}

@media (min-width: 782px) {
	h4.is-style-with_line{
		font-size: 1.5625rem !important;
	}

}





.visually-hidden,.visually-hidden-focusable:not(:focus):not(:active){clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.overflow-hidden{overflow:hidden!important}body.need-policy{overflow:hidden}body.need-policy .site-policy.modal{display:flex}.lds-ring{display:inline-block;height:80px;position:relative;transform:scale(.25);width:80px}.lds-ring div{animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;border:8px solid transparent;border-radius:50%;border-top-color:#fff;box-sizing:border-box;display:block;height:64px;margin:8px;position:absolute;width:64px}.lds-ring div:first-child{animation-delay:-.45s}.lds-ring div:nth-child(2){animation-delay:-.3s}.lds-ring div:nth-child(3){animation-delay:-.15s}@keyframes lds-ring{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@custom-media --bp-tiny ( min-width: 400px );@custom-media --bp-small ( min-width: 480px );@custom-media --bp-medium ( min-width: 782px );@custom-media --bp-large ( min-width: 1024px );@custom-media --bp-xlarge ( min-width: 1280px );@custom-media --bp-xxlarge ( min-width: 1440px );@custom-media --wp-small ( min-width: 600px );@custom-media --wp-medium-max (max-width: 782px);.site-header{background-color:transparent;transition:all .3s ease-in-out;z-index:99}.site-header,.site-header.adjust-header{padding:15px 25px;position:fixed;width:calc(100% - 50px)}.site-header.adjust-header{background-color:var(--wp--preset--color--primary)}.site-header .site-header__container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:var(--wp--style--global--wide-size);width:100%}.site-header .site-header__container .site-header__logo{width:5.75rem}.site-header .site-header__container .site-header__logo img{display:block;width:100%}.site-header .site-header__container .site-header__menu{cursor:pointer}.site-header .site-header__container .site-header__menu svg{color:#fff;display:block;height:1.786em;position:relative;width:1.786em}.site-header .site-header__container .site-header__nav{display:none}.site-header .site-header__container .site-header__nav ul{-moz-column-gap:1.6rem;column-gap:1.6rem;display:flex;list-style:none;margin:0}.site-header .site-header__container .site-header__nav ul li a{color:#fff;text-decoration:none}@media(min-width:1024px){.site-header .site-header__container .site-header__nav{display:block}.site-header .site-header__container .site-header__menu{display:none}}@media(min-width:782px){.site-header{padding-bottom:25px;padding-top:25px}.site-header .site-header__container .site-header__logo{width:8.75rem}.site-header .site-header__container .site-header__menu svg{height:2.5rem;width:2.5rem}}#mobile-menu{background-color:rgba(5,6,24,.8);display:none;height:100%;left:0;position:fixed;top:0;width:100%;z-index:999}#mobile-menu.show{display:block}#mobile-menu .site-header__mobile-menu{background-color:var(--wp--preset--color--primary);border-radius:0 0 0 76px;box-shadow:2px 8px 23px 3px rgba(9,11,39,.09);color:hsla(0,0%,100%,.141);margin-left:auto;padding:25px 25px 40px 30px;position:relative;transform:translate(240px);transition:all .5s ease-in-out;width:180px}#mobile-menu .site-header__mobile-menu.show{transform:translate(0)}#mobile-menu .site-header__mobile-menu .site-header__logo{margin-bottom:35px;width:6.25rem}#mobile-menu .site-header__mobile-menu .site-header__logo img{display:block;width:100%}#mobile-menu .site-header__mobile-menu ul{display:flex;flex-direction:column;list-style:none;margin:0;padding:0}#mobile-menu .site-header__mobile-menu a{text-decoration:none}#mobile-menu .site-header__mobile-menu .site-header__mobile-close{color:#fff;height:30px;margin-bottom:20px;margin-left:auto;width:30px}#mobile-menu .site-header__mobile-menu .site-header__mobile-close svg{height:25px;width:25px}#mobile-menu .site-header__mobile-menu .site-header__moble-separator{background-color:hsla(0,0%,100%,.141);height:1px;margin:1.25rem 0;width:22%}#mobile-menu .site-header__mobile-menu .site-header__mobile-nav{font-size:1.09375rem}#mobile-menu .site-header__mobile-menu .site-header__mobile-nav ul{row-gap:1rem}#mobile-menu .site-header__mobile-menu .site-header__mobile-nav a{color:#fff}#mobile-menu .site-header__mobile-menu .site-header__mobile-bottom{font-size:.74375rem;margin-bottom:20px}#mobile-menu .site-header__mobile-menu .site-header__mobile-bottom a{color:var(--wp--preset--color--light-gray)}#mobile-menu .site-header__mobile-menu .site-header__copyright{font-size:.6125rem}@media(min-width:1024px){#mobile-menu{display:none!important}}.site-footer{background-color:var(--wp--preset--color--primary);color:var(--wp--preset--color--light-gray);overflow:hidden;padding:4.6875rem 1.5625rem 1.5625rem;transition:background .3s,border .3s,border-radius .3s,box-shadow .3s}.site-footer .site-footer__container{margin:0 auto;max-width:71.25rem;width:100%}.site-footer .site-footer__logo{width:6.25rem}.site-footer .site-footer__logo img{display:block;width:100%}.site-footer h5{color:#fff;font-weight:700;margin:0 0 1rem}.site-footer ul{list-style:none;margin:0;min-width:10.7rem;padding:0}.site-footer ul li{font-size:.875rem;line-height:1.4rem;padding-bottom:4px}.site-footer ul a{color:var(--wp--preset--color--light-gray);text-decoration:none}.site-footer .site-footer__top{display:flex;flex-direction:column}.site-footer .site-footer__top .site-footer__top-left{margin-bottom:2rem}.site-footer .site-footer__top .site-footer__top-left>div:first-child{align-items:center;display:flex}.site-footer .site-footer__top .site-footer__description{border-left:1px solid hsla(0,0%,100%,.102);font-size:.75rem;line-height:1rem;margin-left:2rem;padding-left:.9375rem}@media(min-width:782px){.site-footer .site-footer__top .site-footer__description{margin-left:.9375rem}}.site-footer .site-footer__top .site-footer__top-right{display:flex}.site-footer .site-footer__top .site-footer__top-right .site-header__nav.investors{display:flex;flex-direction:column}@media(min-width:782px){.site-footer .site-footer__top{flex-direction:row;justify-content:space-between}.site-footer .site-footer__top .site-footer__top-left{margin-bottom:0}.site-footer .site-footer__top .site-footer__top-right{-moz-column-gap:3rem;column-gap:3rem;flex-direction:row}.site-footer .site-footer__top .site-footer__top-right .site-header__nav.investors{flex-direction:row}}.site-footer .site-footer__bottom{align-items:center;border:solid rgba(48,51,104,.329);border-width:1px 0 0;display:flex;flex-direction:column;font-size:.6125rem;justify-content:space-between;margin-top:3.125rem;padding-top:1rem;row-gap:.5rem;transition:background .3s,border .3s,border-radius .3s,box-shadow .3s}.site-footer .site-footer__bottom ul li{font-size:.6125rem}.site-footer .site-footer__bottom .site-footer__bottom-left{-moz-column-gap:1rem;column-gap:1rem;display:flex;order:2}@media(min-width:782px){.site-footer .site-footer__bottom{align-items:center;flex-direction:row;justify-content:space-between}.site-footer .site-footer__bottom .site-footer__bottom-left{font-size:.8125rem;order:0}.site-footer .site-footer__bottom ul li{font-size:.875rem}}.site-footer .site-footer__bottom .site-footer__bottom-right ul{align-items:center;display:flex}.site-footer .site-footer__bottom .site-footer__bottom-right ul li{border-right:1px solid hsla(0,0%,100%,.102);line-height:1.2rem;padding:0 13px}.site-footer .site-footer__bottom .site-footer__bottom-right ul li:last-child{border-right:none;padding-right:0}.site-footer .site-footer__social-media{align-items:center;-moz-column-gap:.5rem;column-gap:.5rem;display:flex;padding-top:2rem}.site-footer .site-footer__social-media a{color:var(--wp--preset--color--light-gray);display:inline-block;text-decoration:none}.site-footer .site-footer__social-media a svg{height:1.2rem;width:1.2rem}body.error404 .site-main,body.inverted-background .site-main,body.single-mfn_news .site-main{background-color:var(--wp--preset--color--primary);color:var(--wp--preset--color--white);padding-top:5rem;position:relative}body.error404 .site-main a,body.inverted-background .site-main a,body.single-mfn_news .site-main a{color:var(--wp--preset--color--white)}body.error404 .site-main .wp-block-file__button,body.inverted-background .site-main .wp-block-file__button,body.single-mfn_news .site-main .wp-block-file__button{background-color:var(--wp--preset--color--secondary);border-radius:0}body.error404 .site-main:after,body.inverted-background .site-main:after,body.single-mfn_news .site-main:after{background-image:url(images/Ellipse-13.c00676f9.png);background-position:-450px -450px;background-repeat:no-repeat;background-size:900px;content:" ";height:100%;left:0;opacity:.4;pointer-events:none;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}body.error404 .site-main>.page-404,body.inverted-background .site-main>.page-404,body.single-mfn_news .site-main>.page-404{margin:0 auto;max-width:var(--wp--style--global--content-size);min-height:25rem}@media(min-width:782px){body.error404 .site-main,body.inverted-background .site-main,body.single-mfn_news .site-main{padding-top:9.375rem}}#disclaimer-content{background-color:#fff;height:100%;left:0;position:fixed;top:0;width:100%;z-index:100000}#disclaimer-content .disclaimer-content__inner{height:calc(100% - 200px);margin:50px auto;max-width:820px;overflow-y:auto;padding:50px;position:relative}#disclaimer-content .disclaimer-content__inner h1,#disclaimer-content .disclaimer-content__inner h2,#disclaimer-content .disclaimer-content__inner h3,#disclaimer-content .disclaimer-content__inner h4{margin-top:0}#disclaimer-content .disclaimer-content__buttons{-moz-column-gap:1rem;column-gap:1rem;display:flex;justify-content:center}#disclaimer-content .disclaimer-content__buttons a,#disclaimer-content .disclaimer-content__buttons button{background-color:transparent;border:1px solid #000;color:#000;cursor:pointer;font-size:1rem;font-weight:700;line-height:1;padding:1rem;text-decoration:none}@media(min-width:782px){#disclaimer-content .disclaimer-content__buttons a,#disclaimer-content .disclaimer-content__buttons button{border:2px solid #000;font-size:1.5rem;padding:1rem}}.widget.widget_mfn_subscription_widget,.widget.widget_mfn_subscription_widget a{color:var(--wp--preset--color--white)}.widget.widget_mfn_subscription_widget ul.mfn-list{list-style:none;margin:0;padding:0}.widget.widget_mfn_subscription_widget .mfn-fields{margin:.875rem 0}.widget.widget_mfn_subscription_widget .mfn-sub-approve-text{margin-bottom:.875rem}.widget.widget_mfn_subscription_widget .mfn-sub-approve-text span{display:block}.widget.widget_mfn_subscription_widget .mfn-info-languages,.widget.widget_mfn_subscription_widget .mfn-languages{display:none}.widget.widget_mfn_subscription_widget input[type=text]{background-color:hsla(0,0%,100%,.102);border:none;border-radius:0;color:var(--wp--preset--color--white);height:28px;outline:none;padding:6px;width:calc(100% - 12px)}.widget.widget_mfn_subscription_widget button{background-color:var(--wp--preset--color--secondary);border:none;color:var(--wp--preset--color--white);cursor:pointer;font-size:.9375rem;height:40px;width:100%}.widget.widget_mfn_subscription_widget .mfn-submit{display:flex;justify-content:end}@media(min-width:782px){.widget.widget_mfn_subscription_widget button{max-width:150px}.widget.widget_mfn_subscription_widget input[type=text]{max-width:300px}}.mfn-newsfeed .mfn-filter-container{-moz-column-gap:2rem;column-gap:2rem;flex-wrap:nowrap;justify-content:space-between}.mfn-newsfeed .mfn-filter-container>div{margin:0!important;width:50%}.mfn-newsfeed .mfn-filter-container>div label{display:block;margin-bottom:.5rem}.mfn-newsfeed .mfn-filter-container>div select{outline:none;width:100%}.mfn-newsfeed .mfn-list{display:flex;flex-direction:column;row-gap:1.25rem}.mfn-newsfeed .mfn-list .mfn-item{background-color:var(--wp--preset--color--secondary);border-radius:10px;-moz-column-gap:4rem;column-gap:4rem;display:flex;flex-direction:column;margin-bottom:0;padding:1.5625rem;position:relative}.mfn-newsfeed .mfn-list .mfn-item .mfn-date{color:var(--wp--preset--color--tertiary);font-size:.75rem;font-weight:600;line-height:.75rem;margin-bottom:.9375rem}.mfn-newsfeed .mfn-list .mfn-item .mfn-title{display:block;font-size:var(--wp--preset--font-size--small);font-weight:700;line-height:1;margin-bottom:.625rem}.mfn-newsfeed .mfn-list .mfn-item .mfn-title a{text-decoration:none}.mfn-newsfeed .mfn-list .mfn-item .mfn-tags{color:var(--wp--preset--color--off-white)}.mfn-newsfeed .mfn-list .mfn-item .mfn-item-body .mfn-preview{color:var(--wp--preset--color--off-white);font-size:var(--wp--preset--font-size--xsmall)!important;margin:0}.mfn-newsfeed .mfn-list h4.mfn-feed-year-header{align-items:center;display:flex;margin:1rem 0 1.5625rem;position:relative}.mfn-newsfeed .mfn-list h4.mfn-feed-year-header:after{background-color:hsla(0,0%,100%,.078);content:"";display:block;flex:1;height:1px;margin-left:2.1875rem;width:100%}.mfn-newsfeed .mfn-newsfeed-pagination a{align-items:center;background-color:var(--wp--preset--color--tertiary);color:var(--wp--preset--color--white);-moz-column-gap:.725rem;column-gap:.725rem;display:flex;font-size:var(--wp--preset--font-size--default);justify-content:center;padding:.9375rem 1.5625rem;text-decoration:none}
