/*! 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;
}

:root{--col-light-blue: hsl(206deg 71% 55% / 100%);--col-light-blue-t15: hsl(205deg 71% 93% / 100%);--col-light-blue-t40: hsl(207deg 71% 82% / 100%);--col-light-blue-quote: #adceeb;--col-sea-blue: hsl(214deg 100% 41% / 100%);--col-sea-blue-t15: hsl(215deg 69% 91% / 100%);--col-sea-blue-t40: hsl(214deg 70% 76% / 100%);--col-sea-blue-quote: #fff;--col-ocean-green: hsl(177deg 55% 37% / 100%);--col-ocean-green-t15: hsl(176deg 33% 91% / 100%);--col-ocean-green-t40: hsl(177deg 32% 75% / 100%);--col-ocean-green-quote: #a0cfcc;--col-rose-pink: hsl(340deg 68% 79% / 100%);--col-rose-pink-t15: hsl(342deg 63% 97% / 100%);--col-rose-pink-t40: hsl(341deg 67% 92% / 100%);--col-rose-pink-quote: #f8d8e2;--col-sand-grey: hsl(32deg 13% 77% / 100%);--col-sand-grey-t15: hsl(30deg 11% 96% / 100%);--col-sand-grey-t40: hsl(30deg 13% 91% / 100%);--col-sand-grey-quote: #e8e4e1;--col-granite-grey: hsl(219deg 10% 62% / 100%);--col-granite-grey-t15: hsl(220deg 10% 94% / 100%);--col-granite-grey-t40: hsl(218deg 10% 85% / 100%);--col-granite-grey-quote: #cfd3d8}@font-face{font-family:Apis;src:url(../../../../etc.clientlibs/vagifem/clientlibs/clientlib-theme/clientlib-cs/resources/fonts/ApisWeb-Black.woff2);font-style:normal;font-weight:900}@font-face{font-family:Apis;src:url(../../../../etc.clientlibs/vagifem/clientlibs/clientlib-theme/clientlib-cs/resources/fonts/ApisWeb-ExtraBold.woff2);font-style:normal;font-weight:800}@font-face{font-family:Apis;src:url(../../../../etc.clientlibs/vagifem/clientlibs/clientlib-theme/clientlib-cs/resources/fonts/ApisWeb-ExtraBoldItalic.woff2);font-style:italic;font-weight:800}@font-face{font-family:Apis;src:url(../../../../etc.clientlibs/vagifem/clientlibs/clientlib-theme/clientlib-cs/resources/fonts/ApisWeb-Bold.woff2);font-style:normal;font-weight:700}@font-face{font-family:Apis;src:url(../../../../etc.clientlibs/vagifem/clientlibs/clientlib-theme/clientlib-cs/resources/fonts/ApisWeb-Light.woff2);font-style:normal;font-weight:500}@font-face{font-family:Apis;src:url(../../../../etc.clientlibs/vagifem/clientlibs/clientlib-theme/clientlib-cs/resources/fonts/ApisWeb-LightItalic.woff2);font-style:italic;font-weight:500}@font-face{font-family:Apis;src:url(../../../../etc.clientlibs/vagifem/clientlibs/clientlib-theme/clientlib-cs/resources/fonts/ApisWeb-Medium.woff2);font-style:normal;font-weight:400}@font-face{font-family:Apis;src:url(../../../../etc.clientlibs/vagifem/clientlibs/clientlib-theme/clientlib-cs/resources/fonts/ApisWeb-Regular.woff2);font-style:normal;font-weight:300}:root{--color-text: #001965;--text-font-size: inherit;--text-line-height: inherit;--text-font-weight: 300;--title-font-size: inherit;--title-line-height: inherit;--title-margin-bottom: inherit;--button-color--1: transparent;--button-color--2: transparent;--header-height: 5rem;--main-wide-area: calc(100% - 2 * 1.25rem);--margin-narrow: 2.125rem;--spacing: 2.25rem;--spacing--xs: calc(var(--spacing) / 2);--spacing--xxs: 0.625rem}@media(min-width: 576px){:root{--margin-narrow: calc((100vw - 576px) / 2 + 2.125rem)}}@media(min-width: 768px){:root{--margin-narrow: calc((100vw - 768px) / 2 + 2.125rem)}}@media(min-width: 992px){:root{--main-wide-area: 58rem;--margin-narrow: calc((100vw - 992px) / 2 + 2.125rem);--spacing: 4rem}}@media(min-width: 1200px){:root{--main-wide-area: 62rem;--margin-narrow: 3.625rem}}@media(min-width: 2000px){:root{--main-wide-area: 90rem;--margin-narrow: calc((100vw - 2000px) / 2 + 2.125rem)}}@keyframes multilinesLinkHover{0%{width:0}100%{width:100%}}@keyframes multilinesLinkHover{0%{width:0}100%{width:100%}}@keyframes multilinesLinkHover{0%{width:0}100%{width:100%}}@keyframes multilinesLinkHover{0%{width:0}100%{width:100%}}.media{border-radius:1.5625rem}.novo-search-results .search-block,.ctabutton--primary,.banner-overlay .ctabutton.ctabutton--primary,.search-dropdown-inner{--button-color--1: white;--button-color--2: #001965;--text-font-size: 1rem;--text-line-height: 1.3125rem;--text-margin-bottom: 0;font-size:var(--text-font-size);line-height:var(--text-line-height);margin-bottom:var(--text-margin-bottom);font-weight:300;color:var(--button-color--1)}@media(min-width: 992px){.novo-search-results .search-block,.ctabutton--primary,.banner-overlay .ctabutton.ctabutton--primary,.search-dropdown-inner{--text-font-size: 1.125rem;--text-line-height: 1.3125rem}}.novo-search-results .search-block a,.ctabutton--primary a,.banner-overlay .ctabutton.ctabutton--primary a,.search-dropdown-inner a,.novo-search-results .search-block button,.ctabutton--primary button,.banner-overlay .ctabutton.ctabutton--primary button,.search-dropdown-inner button{background:var(--button-color--2);border:.125rem solid var(--button-color--2);padding:var(--spacing--xxs) 2.25rem;border-radius:1.5625rem;cursor:pointer}.novo-search-results .search-block a:hover,.ctabutton--primary a:hover,.banner-overlay .ctabutton.ctabutton--primary a:hover,.search-dropdown-inner a:hover,.novo-search-results .search-block a:active,.ctabutton--primary a:active,.banner-overlay .ctabutton.ctabutton--primary a:active,.search-dropdown-inner a:active,.novo-search-results .search-block button:hover,.ctabutton--primary button:hover,.banner-overlay .ctabutton.ctabutton--primary button:hover,.search-dropdown-inner button:hover,.novo-search-results .search-block button:active,.ctabutton--primary button:active,.banner-overlay .ctabutton.ctabutton--primary button:active,.search-dropdown-inner button:active{background:var(--button-color--1);color:var(--button-color--2);border:.125rem solid var(--button-color--2);opacity:1}.search-block,.ctabutton--secondary,.banner-overlay .ctabutton{--button-color--1: white;--button-color--2: #2a928d;--text-font-size: 1rem;--text-line-height: 1.3125rem;--text-margin-bottom: 0;font-size:var(--text-font-size);line-height:var(--text-line-height);margin-bottom:var(--text-margin-bottom);font-weight:300;color:var(--button-color--1)}@media(min-width: 992px){.search-block,.ctabutton--secondary,.banner-overlay .ctabutton{--text-font-size: 1.125rem;--text-line-height: 1.3125rem}}.search-block a,.ctabutton--secondary a,.banner-overlay .ctabutton a,.search-block button,.ctabutton--secondary button,.banner-overlay .ctabutton button{background:var(--button-color--2);border:.125rem solid var(--button-color--2);padding:var(--spacing--xxs) 2.25rem;border-radius:1.5625rem;cursor:pointer}.search-block a:hover,.ctabutton--secondary a:hover,.banner-overlay .ctabutton a:hover,.search-block a:active,.ctabutton--secondary a:active,.banner-overlay .ctabutton a:active,.search-block button:hover,.ctabutton--secondary button:hover,.banner-overlay .ctabutton button:hover,.search-block button:active,.ctabutton--secondary button:active,.banner-overlay .ctabutton button:active{background:var(--button-color--1);color:var(--button-color--2);border:.125rem solid var(--button-color--2);opacity:1}.banner-overlay .title,.title--xl,.title--xl>*,.title--xl .title{--title-font-size: 2.875rem;--title-line-height: 3.5rem;--title-margin-bottom: 2.25rem;font-size:var(--title-font-size);line-height:var(--title-line-height);margin-bottom:var(--title-margin-bottom);font-weight:500}@media(min-width: 992px){.banner-overlay .title,.title--xl,.title--xl>*,.title--xl .title{--title-font-size: 5.25rem;--title-line-height: 5.25rem}}.banner-overlay .title b,.title--xl-bold,.title--xl-bold>*,.title--xl-bold .title{--title-font-size: 2.875rem;--title-line-height: 3.5rem;--title-margin-bottom: 2.25rem;font-size:var(--title-font-size);line-height:var(--title-line-height);margin-bottom:var(--title-margin-bottom);font-weight:800}@media(min-width: 992px){.banner-overlay .title b,.title--xl-bold,.title--xl-bold>*,.title--xl-bold .title{--title-font-size: 5.25rem;--title-line-height: 5.25rem}}.cmp-bmi-result-hero-banner__circles-results,.cmp-bmi-result-hero-banner__header,.title--lg,.title--lg>*,.title--lg .title{--title-font-size: 2.875rem;--title-line-height: 2.6875rem;--title-margin-bottom: 2.5rem;font-size:var(--title-font-size);line-height:var(--title-line-height);margin-bottom:var(--title-margin-bottom);font-weight:700}@media(min-width: 992px){.cmp-bmi-result-hero-banner__circles-results,.cmp-bmi-result-hero-banner__header,.title--lg,.title--lg>*,.title--lg .title{--title-font-size: 2.875rem;--title-line-height: 3.5rem}}.mediatext .title,.title--md,.title--md>*,.title--md .title,.section-container__article-hero .title{--title-font-size: 2.25rem;--title-line-height: 2.125rem;--title-margin-bottom: 1.25rem;font-size:var(--title-font-size);line-height:var(--title-line-height);margin-bottom:var(--title-margin-bottom);font-weight:700}@media(min-width: 992px){.mediatext .title,.title--md,.title--md>*,.title--md .title,.section-container__article-hero .title{--title-font-size: 2.875rem;--title-line-height: 2.75rem}}.title--default,.title--default>*,.title--default .title{--title-font-size: 1.75rem;--title-line-height: 1.9375rem;--title-margin-bottom: 2.5rem;font-size:var(--title-font-size);line-height:var(--title-line-height);margin-bottom:var(--title-margin-bottom);font-weight:800}@media(min-width: 992px){.title--default,.title--default>*,.title--default .title{--title-font-size: 2.875rem;--title-line-height: 2.6875rem}}.spotimagetext.locator-teaser-style .title,.spotimagetext.locator-style .title,.title--default-b,.title--default-b>*,.title--default-b .title{--title-font-size: 1.75rem;--title-line-height: 1.9375rem;--title-margin-bottom: 2.5rem;font-size:var(--title-font-size);line-height:var(--title-line-height);margin-bottom:var(--title-margin-bottom);font-weight:700}@media(min-width: 992px){.spotimagetext.locator-teaser-style .title,.spotimagetext.locator-style .title,.title--default-b,.title--default-b>*,.title--default-b .title{--title-font-size: 2.875rem;--title-line-height: 2.6875rem}}.title--sm,.title--sm>*,.title--sm .title{--title-font-size: 1.75rem;--title-line-height: 1.6875rem;--title-margin-bottom: 1.25rem;font-size:var(--title-font-size);line-height:var(--title-line-height);margin-bottom:var(--title-margin-bottom);font-weight:400}@media(min-width: 992px){.title--sm,.title--sm>*,.title--sm .title{--title-font-size: 2.25rem;--title-line-height: 1.6875rem}}.title--sm-b,.title--sm-b>*,.title--sm-b .title{--title-font-size: 1.75rem;--title-line-height: 1.6875rem;--title-margin-bottom: 1.25rem;font-size:var(--title-font-size);line-height:var(--title-line-height);margin-bottom:var(--title-margin-bottom);font-weight:800}@media(min-width: 992px){.title--sm-b,.title--sm-b>*,.title--sm-b .title{--title-font-size: 2.25rem;--title-line-height: 1.6875rem}}.title--xs,.title--xs>*,.title--xs .title{--title-font-size: 1.5rem;--title-line-height: 1.5rem;--title-margin-bottom: 0.625rem;font-size:var(--title-font-size);line-height:var(--title-line-height);margin-bottom:var(--title-margin-bottom);font-weight:800}@media(min-width: 992px){.title--xs,.title--xs>*,.title--xs .title{--title-font-size: 1.5rem;--title-line-height: 1.6875rem}}.quote--no-image blockquote,.quote__content blockquote{--title-font-size: 1.125rem;--title-line-height: ;--title-margin-bottom: 0.625rem;font-size:var(--title-font-size);line-height:var(--title-line-height);margin-bottom:var(--title-margin-bottom);font-weight:700}@media(min-width: 992px){.quote--no-image blockquote,.quote__content blockquote{--title-font-size: 1.375rem;--title-line-height: }}.quote__share-title,.title--xxs,.title--xxs>*,.title--xxs .title{--title-font-size: 1.25rem;--title-line-height: ;--title-margin-bottom: 0.625rem;font-size:var(--title-font-size);line-height:var(--title-line-height);margin-bottom:var(--title-margin-bottom);font-weight:700}@media(min-width: 992px){.quote__share-title,.title--xxs,.title--xxs>*,.title--xxs .title{--title-font-size: 1.25rem;--title-line-height: }}.cmp-accordion__title,.title--xxxs,.title--xxxs>*,.title--xxxs .title{--title-font-size: 1.125rem;--title-line-height: ;--title-margin-bottom: 0.625rem;font-size:var(--title-font-size);line-height:var(--title-line-height);margin-bottom:var(--title-margin-bottom);font-weight:700}@media(min-width: 992px){.cmp-accordion__title,.title--xxxs,.title--xxxs>*,.title--xxxs .title{--title-font-size: 1.25rem;--title-line-height: }}.accordion--small-text .cmp-accordion__title,.title--xxxxs,.title--xxxxs>*,.title--xxxxs .title{--title-font-size: 1rem;--title-line-height: ;--title-margin-bottom: 0.625rem;font-size:var(--title-font-size);line-height:var(--title-line-height);margin-bottom:var(--title-margin-bottom);font-weight:700}@media(min-width: 992px){.accordion--small-text .cmp-accordion__title,.title--xxxxs,.title--xxxxs>*,.title--xxxxs .title{--title-font-size: 1.125rem;--title-line-height: }}.title--xxxxxs,.title--xxxxxs>*,.title--xxxxxs .title{--title-font-size: 0.875rem;--title-line-height: ;--title-margin-bottom: 0.625rem;font-size:var(--title-font-size);line-height:var(--title-line-height);margin-bottom:var(--title-margin-bottom);font-weight:700}@media(min-width: 992px){.title--xxxxxs,.title--xxxxxs>*,.title--xxxxxs .title{--title-font-size: 0.875rem;--title-line-height: }}.cmp-bmi-result-hero-banner__circles-header,.contentpageteaser.contentpageteaser--img-bkg.contentpageteaser--carousel-manual .card-body h2,.title--xxxxxxs,.title--xxxxxxs>*,.title--xxxxxxs .title{--title-font-size: 0.75rem;--title-line-height: ;--title-margin-bottom: 0.625rem;font-size:var(--title-font-size);line-height:var(--title-line-height);margin-bottom:var(--title-margin-bottom);font-weight:700}@media(min-width: 992px){.cmp-bmi-result-hero-banner__circles-header,.contentpageteaser.contentpageteaser--img-bkg.contentpageteaser--carousel-manual .card-body h2,.title--xxxxxxs,.title--xxxxxxs>*,.title--xxxxxxs .title{--title-font-size: 0.75rem;--title-line-height: }}.text.text--md,.section-container__article-hero .text{--text-font-size: 1.25rem;--text-line-height: 1.875rem;--text-margin-bottom: 2.25rem;font-size:var(--text-font-size);line-height:var(--text-line-height);margin-bottom:var(--text-margin-bottom);font-weight:400}@media(min-width: 992px){.text.text--md,.section-container__article-hero .text{--text-font-size: 1.5rem;--text-line-height: 2.6875rem}}.text.text--default{--text-font-size: 1rem;--text-line-height: 1.5rem;--text-margin-bottom: 2.125rem;font-size:var(--text-font-size);line-height:var(--text-line-height);margin-bottom:var(--text-margin-bottom);font-weight:300}@media(min-width: 992px){.text.text--default{--text-font-size: 1.5rem;--text-line-height: 1.6875rem}}.contentcategoryfilter .card-body .new-article,table,.contentpageteaser--img-bkg .card-body p,.contentpageteaser .card-body p,.contentpageteaser .card-body .new-article,.text.text--sm{--text-font-size: 1rem;--text-line-height: 1.3125rem;--text-margin-bottom: 1.25rem;font-size:var(--text-font-size);line-height:var(--text-line-height);margin-bottom:var(--text-margin-bottom);font-weight:300}@media(min-width: 992px){.contentcategoryfilter .card-body .new-article,table,.contentpageteaser--img-bkg .card-body p,.contentpageteaser .card-body p,.contentpageteaser .card-body .new-article,.text.text--sm{--text-font-size: 1.125rem;--text-line-height: 1.3125rem}}.contentpageteaser .card-body .tag,.text.text--xs,.text small{--text-font-size: 0.75rem;--text-line-height: 1rem;--text-margin-bottom: 0.625rem;font-size:var(--text-font-size);line-height:var(--text-line-height);margin-bottom:var(--text-margin-bottom);font-weight:300}@media(min-width: 992px){.contentpageteaser .card-body .tag,.text.text--xs,.text small{--text-font-size: 0.75rem;--text-line-height: 1.125rem}}@font-face{font-family:"vgf__icons";src:url("../../../../etc.clientlibs/vagifem/clientlibs/clientlib-theme/clientlib-cs/resources/fonts/vgf__icons.woff?10a22cd8620317e67cb0ee3139a9c48f") format("woff"),url("../../../../etc.clientlibs/vagifem/clientlibs/clientlib-theme/clientlib-cs/resources/fonts/vgf__icons.woff2?10a22cd8620317e67cb0ee3139a9c48f") format("woff2")}i[class^=icon-]:before,i[class*=" icon-"]:before{font-family:vgf__icons !important;font-style:normal;font-weight:normal !important;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-anchor:before{content:""}.icon-arrow-down:before{content:""}.icon-arrow-left:before{content:""}.icon-arrow-right:before{content:""}.icon-chevron:before{content:""}.icon-clock:before{content:""}.icon-close-icon:before{content:""}.icon-close:before{content:""}.icon-envelope:before{content:""}.icon-facebook:before{content:""}.icon-instagram:before{content:""}.icon-linkedin:before{content:""}.icon-menu:before{content:""}.icon-messenger:before{content:""}.icon-play:before{content:""}.icon-search:before{content:""}.icon-twitter:before{content:""}.icon-vgfmenu:before{content:""}.icon-vgfminus:before{content:""}.icon-vgfplus:before{content:""}.icon-whatsapp:before{content:""}.icon-world:before{content:""}*,*::before,*::after{box-sizing:border-box;font-size:inherit}html{font-family:"scroll-behavior:smooth",sans-serif;scroll-behavior:smooth;--scroll-behavior: smooth;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:#000}body{color:var(--color-text);font-family:apis,verdana,geneva,tahoma,sans-serif;font-display:swap;line-height:normal;font-weight:300;overflow-x:hidden}#app{--text-font-size: 1rem;--text-line-height: 1.5rem;--text-margin-bottom: 2.125rem;font-size:var(--text-font-size);line-height:var(--text-line-height);margin-bottom:var(--text-margin-bottom);font-weight:300;font-size:var(--text-font-size);line-height:var(--text-line-height);margin-bottom:0}@media(min-width: 992px){#app{--text-font-size: 1.5rem;--text-line-height: 1.6875rem}}main{display:block;margin:0 auto;width:100%;padding-bottom:6rem;font-weight:300}main .container:first-of-type{margin-bottom:0}.h-i{display:none}main{max-width:80rem;padding:var(--spacing--xs) 1.25rem 0}main .aem-GridColumn:not(.hidden):not(.container):not(.aem-Grid>*:last-child):not(.separator):not(.title):not(.splitlayout){margin-bottom:var(--spacing)}main .aem-Grid>.aem-GridColumn--zero-bottom-margin{margin-bottom:0 !important}.container{padding-top:var(--spacing--xs);margin-bottom:var(--spacing)}.aem-GridColumn:not(.container)+div[class*=bg--]{margin-top:var(--spacing)}@media(max-width: 991px){main .aem-GridColumn:not(.aem-GridColumn--default--12){width:100% !important;margin-inline:0 !important}}img{display:block;object-fit:cover;width:100%}h1,h2,h3,h4,h5,h6{font-size:inherit;line-height:inherit;font-weight:inherit;margin-block:0}p{word-break:break-word;word-wrap:break-word;margin-block:0}p+p,p+ul,p+table{margin-top:2.25rem}small,.small{font-size:85%;line-height:.2rem;font-weight:300}b,strong{font-weight:700}em{font-style:italic}address{font-style:inherit}table{width:100%;border-collapse:collapse}td,th{border:1px solid #5b5b5b;padding:1.25rem}tr:nth-child(even){background-color:#e2f0fa}tr:hover{background-color:#5397d8}td p,td a{word-break:keep-all}th{text-align:left;background-color:#001965;color:#fff}a{word-break:break-word;word-wrap:break-word;transition-duration:300ms;transition-timing-function:cubic-bezier(0, 0, 0.2, 1);color:inherit;transition-property:background-color,border-color,color,fill,stroke;text-decoration:none}.text a{text-decoration:underline}main a:hover{opacity:.75}button{border:none;margin:0;padding:0;width:auto;overflow:visible;background:rgba(0,0,0,0);color:inherit;font:inherit;line-height:normal;-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;appearance:none;cursor:pointer}::-moz-focus-inner{border:0;padding:0}ul,ol{padding-left:2.125rem;margin:0 0 2.5rem}@media(min-width: 576px){ul,ol{padding-left:3.625rem}}li{margin-bottom:1.25rem}.columns{display:flex;flex-flow:row wrap;justify-content:center;width:100%;height:100%;gap:.625rem}@media(min-width: 768px){.columns{flex-wrap:nowrap;justify-content:space-between;width:calc(100% + var(--spacing--xs))}}.column{display:flex;flex-direction:column;justify-content:center}.column>*:not(.title):not(.social-share){margin-bottom:var(--spacing)}@media(max-width: 767px){.column>*:last-child{margin-bottom:0}}.splitlayout{height:100%}.splitlayout--align-top .column{justify-content:flex-start}.splitlayout--align-bottom .column{justify-content:flex-end}.w-20{width:100%}@media(max-width: 767px){.w-20{margin-bottom:var(--spacing--xs)}}@media(min-width: 768px){.w-20{width:20%;margin-right:var(--spacing--xs)}}.w-25{width:100%}@media(max-width: 767px){.w-25{margin-bottom:var(--spacing--xs)}}@media(min-width: 768px){.w-25{width:25%;margin-right:var(--spacing--xs)}}.w-33{width:100%}@media(max-width: 767px){.w-33{margin-bottom:var(--spacing--xs)}}@media(min-width: 768px){.w-33{width:33%;margin-right:var(--spacing--xs)}}.w-50{width:100%}@media(max-width: 767px){.w-50{margin-bottom:var(--spacing--xs)}}@media(min-width: 768px){.w-50{width:50%;margin-right:var(--spacing--xs)}}.w-66{width:100%}@media(max-width: 767px){.w-66{margin-bottom:var(--spacing--xs)}}@media(min-width: 768px){.w-66{width:66%;margin-right:var(--spacing--xs)}}.w-75{width:100%}@media(max-width: 767px){.w-75{margin-bottom:var(--spacing--xs)}}@media(min-width: 768px){.w-75{width:75%;margin-right:var(--spacing--xs)}}.w-100{width:100%}@media(max-width: 767px){.w-100{margin-bottom:var(--spacing--xs)}}@media(min-width: 768px){.w-100{width:100%;margin-right:var(--spacing--xs)}}input{border:1px solid #5b5b5b;padding:var(--spacing--xxs);margin-inline-end:var(--spacing--xxs);border-radius:.25rem;color:#5b5b5b}body.v2::after{left:0;width:100vw}.section-container{width:100%;margin:0 auto;z-index:1}.section-container--small{max-width:52.9375rem}.section-container--medium{max-width:55.3125rem}.section-container--large{max-width:66.25rem}.section-container--xlarge{max-width:80rem}.section-container--upward-pull-xsmall{margin-top:-6.125rem}.section-container--upward-pull-small{margin-top:-15.125rem}.section-container--upward-pull-large{margin-top:-7rem}.section-container--upward-push-large{margin-top:9.375rem}.section-container--dwsp-small{margin-bottom:2rem}.section-container--dwsp-medium{margin-bottom:4rem}.section-container--dwsp-large{margin-bottom:6rem}.section-container__article-hero{max-width:55.4375rem;margin-top:8.125rem;padding-left:1.25rem;padding-right:1.25rem}.section-container__article-hero .cmp-container{display:flex;flex-direction:column}.section-container__article-hero .tagline{order:1;margin-bottom:.9375rem}.section-container__article-hero .tagline strong{margin-right:.3125rem}.section-container__article-hero .sharing{order:2;margin:0 0 2rem}.section-container__article-hero .title{order:3;line-height:1.2;margin-bottom:1.1875rem}.section-container__article-hero .readtime{order:4;margin-bottom:1.25rem}.section-container__article-hero .text{order:5;line-height:1.5;margin-bottom:1.125rem}.section-container__article-hero .ctabutton{order:6}.section-container__article-hero.section-container--article-over-top{padding-bottom:5.5625rem}.section-container__article-hero.section-container--article-over-top-small{padding-bottom:13.75rem}@media(min-width: 768px){.section-container__article-hero--upward-pull-xsmall{margin-top:-8.375rem}.section-container__article-hero--upward-pull-small{margin-top:-11.375rem}.section-container__article-hero--upward-pull-large{margin-top:-17.625rem}.section-container__article-hero .cmp-container{display:grid;grid-template-columns:repeat(2, 1fr);grid-template-rows:repeat(5, auto);grid-gap:0}.section-container__article-hero .tagline{grid-area:1/1/2/2;margin-bottom:1.3125rem}.section-container__article-hero .sharing{grid-area:1/2/1/3;display:flex;justify-content:flex-end}.section-container__article-hero .title{grid-area:2/1/3/3}.section-container__article-hero .readtime{grid-area:3/1/4/3}.section-container__article-hero .text{grid-area:4/1/5/3}.section-container__article-hero .authorbyline{grid-area:5/1/6/3}.section-container__article-hero .ctabutton{grid-area:6/1/6/3}.section-container__article-hero.section-container--article-over-top{padding-bottom:16.1875rem}.section-container__article-hero.section-container--article-over-top-small{padding-bottom:8.125rem}}@media(min-width: 992px){.section-container__article-hero.section-container--article-over-top{padding-bottom:13.6875rem}}.title{word-break:break-word;word-wrap:break-word;font-size:var(--title-font-size);line-height:var(--title-line-height);margin-bottom:var(--title-margin-bottom);font-weight:700}.title sup,.title sub{font-size:75%}.title--sm-b,.title--sm-b>*,.title--sm-b .title{line-height:1.2}.text{--text-font-size: 1rem;--text-line-height: 1.5rem;--text-margin-bottom: 2.125rem;font-size:var(--text-font-size);line-height:var(--text-line-height);margin-bottom:var(--text-margin-bottom);font-weight:300;line-height:var(--text-line-height);font-weight:var(--text-font-weight);margin-bottom:var(--text-margin-bottom)}@media(min-width: 992px){.text{--text-font-size: 1.5rem;--text-line-height: 1.6875rem}}.text p:not(:last-child){margin-bottom:var(--text-margin-bottom)}.text.text--md{line-height:1.5}.text.text--default{line-height:1.5}.text.text--sm{line-height:1.5}.text.text--xs{line-height:1.5}.text.text--white-bg{padding:1.75rem;background-color:#fff}.text ul{padding-left:1.25rem}.carousel{margin-top:3.5625rem;--text-color: #001965;color:var(--text-color);position:relative}.hero .carousel{--text-color: white}@media(min-width: 992px){.carousel{margin-top:3.75rem}}.swiper-container{width:100%;height:100%;touch-action:pan-y;margin-left:auto;margin-right:auto;margin-bottom:var(--spacing--xs);position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-wrapper{transform:translate3d(0, 0, 0);position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-slide{display:flex;justify-content:center;align-items:center;flex-shrink:0;height:100%;position:relative;transition-property:transform}.swiper-slide>*{display:block;width:100%;height:100%}.swiper-slide .cmp-container>*{margin-bottom:1rem}[data-sliderscroll=enabled] .swiper-slide{zoom:1}.swiper-slide .mediatext--ratio-16-9 .media::before,.swiper-slide .mediatext--ratio-4-3 .media::before,.swiper-slide .mediatext--ratio-podcast .media::before{padding-top:0}.swiper-slide .mediatext--ratio-16-9 .media>div,.swiper-slide .mediatext--ratio-4-3 .media>div,.swiper-slide .mediatext--ratio-podcast .media>div{padding-bottom:23.75rem !important}@media(max-width: 575px){main .swiper-slide{width:66% !important}[data-sliderscroll=enabled] .swiper-slide{zoom:1}}.carousel .swiper-wrapper .swiper-slide{width:auto !important}@media(max-width: 767px){.carousel .swiper-wrapper .swiper-slide{width:17.5rem !important}}.carousel.contentpageteaser--img-bkg .swiper-wrapper .swiper-slide{width:auto !important}@media(max-width: 767px){.carousel.contentpageteaser--img-bkg .swiper-wrapper .swiper-slide{width:17.5rem !important}}.swiper-controls{display:flex;justify-content:center;text-align:center;width:100%}.swiper-controls .swiper-scrollbar{cursor:grab}.hero .swiper-controls{position:absolute;bottom:.625rem;z-index:1;width:100%}.swiper-bullets{margin-inline:1.25rem}.swiper-pagination-bullet{background:rgba(0,0,0,0);border:1px solid var(--text-color);margin:0 .375rem;cursor:pointer;width:1.25rem;height:1.25rem;display:inline-block;border-radius:50%}.swiper-pagination-bullet-active{background:var(--text-color)}.swiper-pagination-lock{display:none}.swiper-button-prev,.swiper-button-next{font-family:"vgf__icons","Noto Sans",verdana,geneva,tahoma,sans-serif;cursor:pointer}.swiper-button-prev::after{content:""}.swiper-button-next::after{content:""}.swiper-button-disabled{opacity:.5;cursor:none}.swiper-scrollbar{border-radius:.625rem;position:relative;touch-action:none;background:rgba(17,17,17,.1);height:.375rem;width:100%;margin-bottom:var(--spacing--xs)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:.1875rem;z-index:50;height:.375rem;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:.1875rem;top:1%;z-index:1;width:.375rem;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:#2a928d;border-radius:.625rem;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.logo{transition:transform 150ms ease;display:block;order:1;margin-right:auto}.logo svg,.logo img{width:10.25rem;height:auto;object-fit:contain}.header--scrolled .logo{transform-origin:center left}.homepage .header--scrolled .mobile-navigation,.sectionpage .header--scrolled .mobile-navigation{display:flex}.mobile-nav-toggle{display:flex;justify-content:center;align-items:center;right:2.25rem;top:.625rem;height:1.3125rem;width:1.3125rem;margin-top:-0.25rem;background:rgba(0,0,0,0);color:#fff;transform:scale(0.8) translateY(0.125rem);order:5;cursor:pointer}.mobile-nav-toggle::before{display:block;font-family:"vgf__icons","Noto Sans",verdana,geneva,tahoma,sans-serif;font-size:1.5625rem;content:""}@media(min-width: 992px){.homepage .mobile-nav-toggle{display:none}.homepage .header--scrolled .mobile-nav-toggle{display:flex}}.navigation{position:fixed;order:4;width:17rem;top:calc(1.75rem + var(--header-height));right:-16rem;padding-right:1.25rem;z-index:1;color:var(--text-color)}.header--scrolled .navigation[aria-hidden=false],.navigation[aria-hidden=false]{display:block;height:100vh;background:#001965;top:0;right:0;color:#fff;transition:right .3s}.header--scrolled .navigation[aria-hidden=true],.navigation[aria-hidden=true]{right:-16rem}@media(min-width: 992px){.homepage .navigation,.homepage .navigation[aria-hidden=false],.sectionpage .navigation,.sectionpage .navigation[aria-hidden=false]{top:calc(1.75rem + var(--header-height));right:0;background:none;color:var(--text-color)}}.homepage .header--scrolled .navigation,.sectionpage .header--scrolled .navigation{right:-16rem}.homepage .header--scrolled .navigation[aria-hidden=false],.sectionpage .header--scrolled .navigation[aria-hidden=false]{top:0;right:0;background:#001965;color:#fff}.navigation-menu{display:flex;flex-flow:column;align-items:flex-end;padding-left:.625rem}.nav-main-close-phone{display:none;align-items:center;margin:1.6875rem 1.25rem 2.125rem 2.125rem;cursor:pointer}.nav-main-close-phone::before{font-family:"vgf__icons","Noto Sans",verdana,geneva,tahoma,sans-serif;content:""}.navigation[aria-hidden=false] .nav-main-close-phone{display:flex;width:1.25rem;height:1.25rem;color:#fff;font-size:1.3125rem}@media(min-width: 992px){.homepage .navigation[aria-hidden=true] .nav-main-close-phone,.homepage .navigation[aria-hidden=false] .nav-main-close-phone,.sectionpage .navigation[aria-hidden=true] .nav-main-close-phone,.sectionpage .navigation[aria-hidden=false] .nav-main-close-phone{display:none}}@media(min-width: 992px){.homepage .header--scrolled [aria-hidden=false] .nav-main-close-phone,.sectionpage .header--scrolled [aria-hidden=false] .nav-main-close-phone{display:flex}}.navigation-items{display:none;margin:0;padding:0;right:0;list-style:none;font-weight:300;text-align:right;z-index:1}[aria-hidden=false] .navigation-items{display:block;position:relative}@media(min-width: 992px){.navigation-items{display:block}}.navigation-item{position:relative;margin-bottom:0;padding-right:1.5625rem;font-size:1.125rem}.navigation-item a{display:inline-block;align-items:center;position:relative;height:2.625rem;padding-top:.5rem;padding-bottom:.5rem;border-bottom:.25rem solid rgba(0,0,0,0);text-decoration:none}.navigation-item a span{position:relative}.navigation-item a span::after{content:"";display:block;position:absolute;width:0;height:.25rem;left:0;bottom:-0.375rem;background-color:#2a928d}.navigation-item a span:hover::after{animation:multilinesLinkHover .6s ease forwards}.navigation-item.is-active{font-weight:700}.navigation-item.is-active::before{content:"";display:block;position:absolute;width:.25rem;height:2.625rem;right:0;background-color:var(--text-color)}[aria-hidden=false] .navigation-item.is-active::before{background-color:#fff}.navigation-item.is-active a:hover::after{animation:none}.header-cmp .country-selector{display:flex;width:1.4375rem;order:2;margin-right:.9375rem;color:var(--text-color)}.header-cmp .country-selector .c-btn{width:100%}.header-cmp .country-selector .c-btn::before{font-family:"vgf__icons","Noto Sans",verdana,geneva,tahoma,sans-serif;content:""}@media(min-width: 768px){.header-cmp .country-selector{margin-right:1.6875rem}}.header-cmp .search{display:flex;order:3;width:1.5625rem;margin-right:.9375rem;color:var(--text-color)}.header-cmp .search .c-btn::before{font-family:"vgf__icons","Noto Sans",verdana,geneva,tahoma,sans-serif;content:""}@media(min-width: 768px){.header-cmp .search{margin-right:1.625rem}}.country-dropdown-inner,.search-dropdown-inner{border-radius:.25em;background:#fff;display:flex;justify-content:center;padding:1.5rem var(--spacing--xxs) 0;position:absolute;height:fit-content;bottom:calc(-2 * 2.125rem);left:0;top:calc(2.25rem + var(--header-height));width:100%;z-index:2}.country-dropdown-inner input,.country-dropdown-inner button,.search-dropdown-inner input,.search-dropdown-inner button{margin-bottom:1.25rem}.country-dropdown-inner[aria-hidden=false],.search-dropdown-inner[aria-hidden=false]{display:flex}@media(min-width: 768px){.country-dropdown-inner{max-height:30rem;overflow:hidden}}.country-dropdown-countries{width:60rem;display:flex;justify-content:flex-start;flex-wrap:wrap;overflow-y:auto;padding:0 1.25rem;max-height:70vh;color:#001965}.country-dropdown__item{font-size:1.125rem}.country-dropdown__item dt{font-weight:700}.country-dropdown__item dd{display:inline-block;margin:0 1.25rem 0 0;text-transform:capitalize}@media(min-width: 768px){.country-dropdown__item{width:33%}}.search-dropdown-inner{text-align:center}*[id]{scroll-margin-top:var(--header-height)}.header{--text-color: white;position:fixed;top:0;z-index:5;width:100%;min-width:20rem;max-width:100vw;padding:0 1.25rem;background-color:#001965;color:var(--text-color)}.homepage .header,.sectionpage .header{background-color:rgba(0,0,0,0)}.homepage .header--scrolled,.sectionpage .header--scrolled{--text-color: white;background-color:#001965}.header--scrolled,.homepage .header--scrolled{--text-color: white;background-color:#001965}.header .aem-Grid{position:relative}.header .container,.header .column{margin:0;padding:0}.header .columns{width:100%;align-items:center}.header .c-btn::before{font-size:1.5rem;margin-right:.625rem;vertical-align:middle}@media(min-width: 768px){.header .c-btn::before{margin-right:2.125rem}}.header-cmp{display:flex;align-items:center;min-height:5rem}.header-cmp .cmp-container{display:flex;align-items:center;width:100%}.header-cmp .cmp-container .image{order:1;margin-right:auto}.header-cmp .cmp-container .languagenavigation{order:2}.header-cmp .cmp-container .languagenavigation .country-selector,.header-cmp .cmp-container .languagenavigation button{display:flex}.header-cmp .cmp-container .search{order:3}.header-cmp .cmp-container .search button{display:flex}.header-cmp .cmp-container .mobile-navigation{order:4}.header-cmp .cmp-image__image{width:8.75rem;height:auto;margin-right:auto;padding-right:1.25rem}.header-cmp .navigation{display:flex;justify-content:flex-end}.header input[type=radio],.mobile-nav-overlay,.header .bg-overlay,.header .globe,.header .svg-menu,.nav-main-close-phone,.navigation-items-footer,.search-dropdown-inner,.country-dropdown-inner{display:none}.banner{display:grid;grid-template-columns:4rem auto 3rem;grid-template-rows:2.5rem auto auto 6.25rem;color:#fff;margin:0;min-height:95vh;position:relative;overflow:hidden}.banner.color--blue{color:#001965}.banner .cmp-image{grid-column:1/-1;grid-row:1/-1;position:relative;flex-basis:100%}.banner .cmp-image::before{content:"";display:block;padding-top:35%;width:100%}.banner .cmp-image iframe,.banner .cmp-image img{position:absolute;top:0;left:0;font-family:"object-fit:cover;object-position:center";object-fit:cover;object-position:center;width:100%;height:100%}.banner .cmp-image::before{display:none}@media(min-width: 992px){.banner{grid-template-columns:13vw auto 13vw;grid-template-rows:5vw auto 5vw;min-height:46.875rem}.banner .cmp-image{align-self:stretch}}.banner-overlay{grid-column:1/4;grid-row:3/4;align-self:end;width:100%;padding:5vh 1.25rem;text-align:center;z-index:1}.banner-overlay .title{margin-bottom:1.5rem}.banner-overlay .title h1{margin-bottom:0}.banner-overlay .text{margin-bottom:2.375rem}.banner-overlay .ctabutton{text-align:center}@media(min-width: 992px){.banner-overlay{grid-column:2/3;grid-row:2/3;width:75%;align-self:center;text-align:left}.banner-overlay .title{margin-bottom:2.25rem}.banner-overlay .title h1{font-size:clamp(4.0625rem,7vw,5.25rem);line-height:1}.banner-overlay .title h1 b{font-weight:800}.banner-overlay .text{margin-bottom:2.375rem}.banner-overlay .ctabutton{text-align:left}}.banner .banner-overlay--content-controlled{top:0;transform:none;padding-top:100px;bottom:auto}.container{position:relative}.container--upward-pull-to-banner{margin-top:calc(var(--spacing--xs)*-1);padding-top:0}.container.bg--green,.container.bg--grey{max-width:100%;position:relative;transform:none;overflow-x:initial}.container.bg--green::after,.container.bg--grey::after{content:"";height:100%;position:absolute;top:0;width:100vw;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}.container.bg--green{background:#e5e5e5}.container.bg--grey{background:#f6f5f4}.cmp-container{position:relative}footer{--text-color: white;--footer-content-max-width: 38.375rem;background-color:#001965;color:var(--text-color);padding:5.75rem var(--margin-narrow) 3.625rem;text-align:center}footer .aem-Grid{display:flex;flex-direction:column;align-items:center;max-width:var(--main-wide-area);margin:0 auto}footer .image{margin-bottom:4.5625rem}footer .list{width:100%;max-width:var(--footer-content-max-width);margin-bottom:1.375rem}footer .list .cmp-list{display:flex;flex-direction:column}footer .list .cmp-list__item-title{font-size:1rem}footer .text{max-width:var(--footer-content-max-width)}footer .text p{font-size:.75rem;line-height:1.5}footer .text p,footer .text p:not(:last-child){margin-bottom:0}footer .text p+p{margin-top:0}footer .cmp-image{width:5.9375rem;height:auto}@media(min-width: 768px){footer{padding:10.625rem var(--margin-narrow) 3.625rem}footer .list .cmp-list{flex-direction:row;justify-content:space-between}footer .text p{font-size:.875rem}}@media(min-width: 992px){footer .image{margin-bottom:6.4375rem}}.cmp-list{font-size:var(--text-font-size);line-height:var(--text-line-height);margin:0;padding:0;list-style:none}.cmp-list__item-link{position:relative}.cmp-list__item-link:hover{text-decoration:underline}.link-external .cmp-list__item-link{display:inline-flex;align-items:flex-end;line-height:1;margin-bottom:var(--sp10)}.link-external .cmp-list__item-link::after{content:"";background:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 2h5v5M21 13v6a2 2 0 01-2 2H5a2 2 0 01-2-2V5a2 2 0 012-2h6M13 11l8.5-8.5' stroke='%23001a66' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat;width:1.125rem;height:1.125rem;margin-left:var(--sp10);background-size:1.125rem}.quote{display:flex;position:relative;margin:0;border-radius:1.5625rem;text-align:left}.quote.author-ltr{direction:ltr}.quote.author-rtl{direction:rtl}.quote__quote-mark{display:flex;position:absolute;height:6rem;width:7rem;right:-0.25rem;bottom:-0.125rem;padding:0;border-bottom-right-radius:1.5625rem;overflow:hidden}.quote__quote-mark svg{width:100%;height:100%}.quote.bg-light-blue{background:var(--col-light-blue);color:#fff}.quote.bg-light-blue .share-link{border-color:#fff}.quote.bg-light-blue .svg-icon,.quote.bg-light-blue .quote-icon{fill:#fff}.quote.bg-light-blue.t-40{background:var(--col-light-blue-t40)}.quote.bg-light-blue.t-15{background:var(--col-light-blue-t15);color:#001965}.quote.bg-light-blue.t-15 .share-link{border-color:#001965}.quote.bg-light-blue.t-15 .svg-icon,.quote.bg-light-blue.t-15 .quote-icon{fill:#001965}.quote.bg-sea-blue{background:var(--col-sea-blue);color:#fff}.quote.bg-sea-blue .share-link{border-color:#fff}.quote.bg-sea-blue .svg-icon,.quote.bg-sea-blue .quote-icon{fill:#fff}.quote.bg-sea-blue.t-40{background:var(--col-sea-blue-t40)}.quote.bg-sea-blue.t-15{background:var(--col-sea-blue-t15);color:#001965}.quote.bg-sea-blue.t-15 .share-link{border-color:#001965}.quote.bg-sea-blue.t-15 .svg-icon,.quote.bg-sea-blue.t-15 .quote-icon{fill:#001965}.quote.bg-ocean-green{background:var(--col-ocean-green);color:#fff}.quote.bg-ocean-green .share-link{border-color:#fff}.quote.bg-ocean-green .svg-icon,.quote.bg-ocean-green .quote-icon{fill:#fff}.quote.bg-ocean-green.t-40{background:var(--col-ocean-green-t40);color:#001965}.quote.bg-ocean-green.t-40 .share-link{border-color:#001965}.quote.bg-ocean-green.t-40 .svg-icon,.quote.bg-ocean-green.t-40 .quote-icon{fill:#001965}.quote.bg-ocean-green.t-15{background:var(--col-ocean-green-t15);color:#001965}.quote.bg-ocean-green.t-15 .share-link{border-color:#001965}.quote.bg-ocean-green.t-15 .svg-icon,.quote.bg-ocean-green.t-15 .quote-icon{fill:#001965}.quote.bg-rose-pink{background:var(--col-rose-pink)}.quote.bg-rose-pink .share-link{border-color:#001965}.quote.bg-rose-pink .svg-icon,.quote.bg-rose-pink .quote-icon{fill:#001965}.quote.bg-rose-pink.t-40{background:var(--col-rose-pink-t40)}.quote.bg-rose-pink.t-15{background:var(--col-rose-pink-t15)}.quote.bg-sand-grey{background:var(--col-sand-grey)}.quote.bg-sand-grey .share-link{border-color:#001965}.quote.bg-sand-grey .svg-icon,.quote.bg-sand-grey .quote-icon{fill:#001965}.quote.bg-sand-grey.t-40{background:var(--col-sand-grey-t40)}.quote.bg-sand-grey.t-15{background:var(--col-sand-grey-t15)}.quote.bg-granite-grey{background:var(--col-granite-grey);color:#fff}.quote.bg-granite-grey .share-link{border-color:#fff}.quote.bg-granite-grey .svg-icon,.quote.bg-granite-grey .quote-icon{fill:#fff}.quote.bg-granite-grey.t-40{background:var(--col-granite-grey-t40);color:#001965}.quote.bg-granite-grey.t-40 .share-link{border-color:#001965}.quote.bg-granite-grey.t-40 .svg-icon,.quote.bg-granite-grey.t-40 .quote-icon{fill:#001965}.quote.bg-granite-grey.t-15{background:var(--col-granite-grey-t15);color:#001965}.quote.bg-granite-grey.t-15 .share-link{border-color:#001965}.quote.bg-granite-grey.t-15 .svg-icon,.quote.bg-granite-grey.t-15 .quote-icon{fill:#001965}.quote__share-title{grid-area:1/1/2/2;display:flex;align-items:center;margin:0 .3125rem 0 0}.quote__image{max-width:25rem;margin:-2.25rem 0 2.25rem 2.25rem;border-radius:1.5625rem}@media(max-width: 991px){.quote__image{display:none}}.quote__content{display:grid;grid-template-columns:auto auto auto 1fr;grid-template-rows:repeat(3, auto);grid-gap:0;height:100%;padding:3.625rem 2.25rem 6.625rem}.quote__content .share-link{display:flex;justify-content:center;align-items:center;position:relative;width:2rem;min-width:2rem;height:2rem;margin:0 .3125rem 0;border:1px solid #d7d7d7;border-radius:50%}.quote__content .share-link span{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.quote__content .share-link::after{display:block;position:absolute;content:"";background-position:center center;background-repeat:no-repeat}.quote__content .share-link[data-platform=twitter]{grid-area:1/2/2/3}.quote__content .share-link[data-platform=twitter] .svg-icon{width:1.0625rem;height:.875rem}.quote__content .share-link[data-platform=facebook]{grid-area:1/3/2/4}.quote__content .share-link[data-platform=facebook] .svg-icon{width:.625rem;height:1.125rem}.quote__content blockquote{grid-area:2/1/3/5;font-weight:300;margin:1.5625rem 0 1.25rem}.quote__content figcaption{grid-area:3/1/4/5;font-size:.75rem;line-height:1.125rem}.quote__content figcaption::before{font-family:"vgf__icons","Noto Sans",verdana,geneva,tahoma,sans-serif;color:rgba(0,0,0,0);vertical-align:middle;margin-inline-end:.625rem}.quote--no-image{display:grid;grid-template-columns:auto auto auto 1fr;grid-template-rows:repeat(3, auto);grid-gap:0;height:100%;padding:3.625rem 2.25rem 6.625rem}.quote--no-image .share-link{display:flex;justify-content:center;align-items:center;position:relative;width:2rem;min-width:2rem;height:2rem;margin:0 .3125rem 0;border:1px solid #d7d7d7;border-radius:50%}.quote--no-image .share-link span{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.quote--no-image .share-link[data-platform=twitter]{grid-area:1/2/2/3}.quote--no-image .share-link[data-platform=twitter] .svg-icon{width:1.0625rem;height:.875rem}.quote--no-image .share-link[data-platform=facebook]{grid-area:1/3/2/4}.quote--no-image .share-link[data-platform=facebook] .svg-icon{width:.625rem;height:1.125rem}.quote--no-image blockquote{grid-area:2/1/3/5;font-weight:300;margin:1.5625rem 0 1.25rem}.quote--no-image figcaption{grid-area:3/1/4/5;font-size:.75rem;line-height:1.125rem}.quote--no-image figcaption::before{font-family:"vgf__icons","Noto Sans",verdana,geneva,tahoma,sans-serif;color:rgba(0,0,0,0);vertical-align:middle;margin-inline-end:.625rem}.ctabutton a,.ctabutton button{display:inline-flex;flex-direction:row-reverse;font-size:inherit;line-height:inherit;text-decoration:none}.ctabutton.align--text-left .cta a,.ctabutton.align--text-center .cta a,.ctabutton.align--text-right .cta a{text-align:center}@media(max-width: 767px){.ctabutton.align--text-left .cta,.ctabutton.align--text-center .cta,.ctabutton.align--text-right .cta{text-align:center}}.ctabutton__icon{font-family:"vgf__icons","Noto Sans",verdana,geneva,tahoma,sans-serif;font-size:120%;padding-left:.625rem}.cmp-image--contain img{margin:auto;width:auto;max-width:100%}@media(min-width: 768px){.cmp-image--contain{overflow:hidden;position:relative;height:100%;min-height:100%}.cmp-image--contain img{position:absolute;height:100%;width:100%;object-fit:contain}}.cmp-image--auto img{height:auto;width:auto;margin:auto}.cmp-image--round{position:relative}.cmp-image--round.image{padding-top:100%}.cmp-image--round img{position:absolute;height:100%;width:100%;top:0;border-radius:50%}.image--rounded{border-radius:1.5625rem;overflow:hidden}.image--bottom-margin-medium{margin-bottom:1.5625rem}.image--article-over-top{margin-top:-7rem}@media(min-width: 768px){.image--article-over-top{margin-top:-17.625rem}}.accordion{margin:0}summary{display:flex;align-items:center;padding:1.25rem 2.1875rem 1.25rem 1.25rem;position:relative;min-height:4rem;border-radius:1.25rem;outline:none;cursor:pointer;background:#fff}summary img{display:block;width:2.5rem;height:2.5rem;margin-right:1.25rem}summary .icon,summary::-webkit-details-marker{display:none}.accordion--with-icon summary{height:5rem;padding:1.25rem 1.875rem}[open] summary{border-radius:1.25rem 1.25rem 0 0}.accordion--transparent summary{background:rgba(0,0,0,0);border:1px solid #d7d7d7;color:#737373}.accordion--transparent[open] summary{border-bottom-color:rgba(0,0,0,0)}@media(min-width: 768px){summary{height:4.1875rem}.accordion--with-icon summary{height:5.625rem}.accordion--with-icon summary img{width:3.125rem;height:3.125rem}}.cmp-accordion__title{display:flex;align-items:center;margin:0;width:100%;line-height:1.875rem}.accordion--small-text .cmp-accordion__title{margin:0}.cmp-accordion__title::after{display:block;width:1.25rem;height:1.3125rem;margin-left:auto;margin-right:0;transform:translate(0.25rem, 0);font-family:"vgf__icons","Noto Sans",verdana,geneva,tahoma,sans-serif;font-size:1.25rem;content:"";font-weight:normal;line-height:1}[open] .cmp-accordion__title::after{width:1rem;height:.1875rem;transform:translate(0.125rem, 0.0625rem);font-family:"vgf__icons","Noto Sans",verdana,geneva,tahoma,sans-serif;font-size:3px;content:""}.accordion-details{padding:1.25rem 1.875rem 1.25rem 1.25rem;border-radius:1.25rem;background:#fff}[open] .accordion-details{padding-top:.375rem;border-radius:0 0 1.25rem 1.25rem}.accordion--with-icon .accordion-details{padding:.5rem 1.875rem 3rem}.accordion--transparent .accordion-details{background:rgba(0,0,0,0);border:1px solid #d7d7d7;border-top:none;color:#737373}.accordion--small-text .accordion-details .text{font-size:.75rem}@media(min-width: 768px){.accordion--with-icon .accordion-details{padding:1.75rem 4.375rem 4.375rem}}.author{display:flex;justify-content:flex-end;align-items:center}.author.globe::before{margin-inline-end:1.25rem}.cmp-author{font-size:.75rem;line-height:1.125rem;display:flex;justify-content:flex-end;align-items:center;padding-block:var(--spacing--xxs)}.cmp-author__img{position:relative;margin-inline-end:1.25rem;width:6.25rem;height:6.25rem}.cmp-author__meta{max-width:10.9375rem}.cmp-author__title{font-weight:700;margin-bottom:var(--spacing--xxs)}.contentpageteaser{position:relative;width:17.5rem;height:100%}.contentpageteaser .card-image{width:auto;max-width:17.5rem;height:23.75rem;margin-bottom:1.5rem;border-radius:.625rem;overflow:hidden}.contentpageteaser .card-image img{width:auto;max-width:100%;height:100%}.contentpageteaser--contain-image .card-image img{object-fit:contain}.contentpageteaser .card-body h2{--title-font-size: 1.25rem;--title-line-height: ;--title-margin-bottom: 0.625rem;font-size:var(--title-font-size);line-height:var(--title-line-height);margin-bottom:var(--title-margin-bottom);font-weight:700;display:-webkit-box;height:152.578125px;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;color:#001965;height:auto}@media(min-width: 992px){.contentpageteaser .card-body h2{--title-font-size: 1.25rem;--title-line-height: }}.contentpageteaser .card-body .new-article{display:inline-block;position:relative;margin-bottom:.3125rem;color:#2a928d}.contentpageteaser .card-body .tag{display:inline-block;margin-bottom:.625rem;--text-color: transparent;color:var(--text-color)}.contentpageteaser .category{--text-color: #2a928d;color:var(--text-color);font-weight:300}.contentpageteaser .overlay-link{display:block;content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.contentpageteaser .title-arrow,.contentpageteaser .read-time,.contentpageteaser svg{display:none}.contentpageteaser--carousel-manual .card-body .tag{display:none}.contentpageteaser--carousel-manual .card-body h2{margin-top:1.4375rem;font-size:.75rem;color:#2a928d;font-weight:400}.contentpageteaser--carousel-manual .card-body p{display:inline-block;margin-bottom:1.5rem;font-size:1.25rem;display:-webkit-box;height:152.578125px;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-weight:700;height:auto;line-height:1.2}.contentpageteaser--img-round .card-image{position:relative;height:19.0625rem;border-radius:50%;box-shadow:.625rem .9375rem #dfefee;transform:scale(0.9)}.contentpageteaser--img-round .card-image::before{content:"";display:block;padding-top:100%;width:100%}.contentpageteaser--img-round .card-image iframe,.contentpageteaser--img-round .card-image img{position:absolute;top:0;left:0;font-family:"object-fit:cover;object-position:center";object-fit:cover;object-position:center;width:100%;height:100%}.contentpageteaser--img-bkg{width:18.75rem;border-radius:1.5625rem}.contentpageteaser--img-bkg .contentpageteaser{width:18.75rem}.contentpageteaser--img-bkg .card-image{position:relative;max-width:18.75rem;height:18.75rem;margin-bottom:0;border-radius:1.5625rem;filter:brightness(70%)}.contentpageteaser--img-bkg .card-image::before{content:"";display:block;padding-top:100%;width:100%}.contentpageteaser--img-bkg .card-image iframe,.contentpageteaser--img-bkg .card-image img{position:absolute;top:0;left:0;font-family:"object-fit:cover;object-position:center";object-fit:cover;object-position:center;width:100%;height:100%}.contentpageteaser--img-bkg .card-body{--text-color: white;position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem;display:flex;flex-direction:column}.contentpageteaser--img-bkg .card-body .new-article{color:#fff}.contentpageteaser--img-bkg .card-body .tag{font-size:.875rem;text-transform:uppercase;letter-spacing:.125rem;line-height:1.25rem;overflow:hidden}.contentpageteaser--img-bkg .card-body .category{--text-color: white;font-weight:700}.contentpageteaser--img-bkg .card-body h2{font-size:1.25rem;line-height:1.2;font-weight:400;display:-webkit-box;height:152.578125px;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;height:auto;margin-bottom:.9375rem;color:#fff}.contentpageteaser--img-bkg .card-body p{display:block;color:#fff}.contentpageteaser--img-bkg .card-body::after{display:block;position:absolute;content:attr(data-read-more);height:3.125rem;width:fit-content;top:auto;bottom:1.75rem;padding:.8125rem 1.25rem .0625rem;border:2px solid var(--text-color);border-radius:1.5625rem;font-size:.875rem;color:#fff;line-height:1.5;text-decoration:none}.contentpageteaser--img-bkg .swiper-controls{margin-top:3.375rem}.contentpageteaser--img-bkg .overlay-link{display:block;content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}@media(min-width: 992px){.contentpageteaser .card-image{max-width:19.0625rem;height:23.75rem}.contentpageteaser--img-bkg .card-body{width:29.0625rem}.contentpageteaser--img-bkg .card-body .contentpageteaser{width:29.0625rem}.contentpageteaser--img-bkg .card-body .card-body{top:0;right:0;bottom:0;left:0;padding:1.875rem}.contentpageteaser--img-bkg .card-body .card-body .new-article{font-size:1.5rem;font-weight:700}.contentpageteaser--img-bkg .card-body .card-body h2{font-size:2.25rem;line-height:1.3}.contentpageteaser--img-bkg .card-body .card-image{max-width:29.0625rem;height:29.0625rem}}.contentpageteaser.contentpageteaser--img-bkg.contentpageteaser--carousel-manual .card-body h2{margin-top:.1875rem;margin-bottom:1.125rem;text-transform:uppercase;line-height:1;overflow:hidden}.contentpageteaser.contentpageteaser--img-bkg.contentpageteaser--carousel-manual .card-body p{display:inline-block;--title-font-size: 1.5rem;--title-line-height: 1.5rem;--title-margin-bottom: 0.625rem;font-size:var(--title-font-size);line-height:var(--title-line-height);margin-bottom:var(--title-margin-bottom);font-weight:mobile;line-height:1.5;font-weight:400;display:-webkit-box;height:152.578125px;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;height:auto;color:#fff}@media(min-width: 992px){.contentpageteaser.contentpageteaser--img-bkg.contentpageteaser--carousel-manual .card-body p{--title-font-size: 1.5rem;--title-line-height: 1.6875rem}}@media(min-width: 992px){.contentpageteaser.contentpageteaser--img-bkg.contentpageteaser--carousel-manual p{--title-font-size: 1.75rem;--title-line-height: 1.6875rem;--title-margin-bottom: 0.625rem;font-size:var(--title-font-size);line-height:var(--title-line-height);margin-bottom:var(--title-margin-bottom);font-weight:desktop;line-height:1.2}}@media(min-width: 992px)and (min-width: 992px){.contentpageteaser.contentpageteaser--img-bkg.contentpageteaser--carousel-manual p{--title-font-size: 2.25rem;--title-line-height: 1.6875rem}}hr{height:1px;background-color:var(--color-text);border:none;margin:0}.search-results{padding:1.25rem;background:#e5e5e5;margin-top:0;margin-bottom:2.5rem}.search-block{display:flex}.search-block input{flex-grow:1}.results-time{color:#5b5b5b}.search-contents{border:none}.novo-search-results{width:100%}.novo-search-results form{padding-inline:0}.novo-search-results .search-results{background:none}.novo-search-results .search-block{display:flex}.novo-search-results .search-block input{flex-grow:1}.mediatext{text-align:center}.mediatext--contain-image .cmp-image img{object-fit:contain}@media(min-width: 768px){.mediatext--left,.mediatext--right{text-align:left}.mediatext--left .media-text,.mediatext--right .media-text{gap:2.5rem}.mediatext--left .media-text{flex-direction:row}.mediatext--right .media-text{flex-direction:row-reverse}}.media-text{display:flex;flex-direction:column}.media{position:relative;margin:0;overflow:hidden;flex-basis:50%;min-height:30vh}.media::before{content:"";display:block;padding-top:56.25%;width:100%}.media iframe,.media img{position:absolute;top:0;left:0;font-family:"object-fit:cover;object-position:center";object-fit:cover;object-position:center;width:100%;height:100%}.media>div{position:static !important;padding-bottom:0 !important}.mediatext--ratio-podcast .media{position:relative}.mediatext--ratio-podcast .media::before{content:"";display:block;padding-top:100px;width:100%}.mediatext--ratio-podcast .media iframe,.mediatext--ratio-podcast .media img{position:absolute;top:0;left:0;font-family:"object-fit:cover;object-position:center";object-fit:cover;object-position:center;width:100%;height:100%}.mediatext--ratio-4-3 .media{position:relative}.mediatext--ratio-4-3 .media::before{content:"";display:block;padding-top:75%;width:100%}.mediatext--ratio-4-3 .media iframe,.mediatext--ratio-4-3 .media img{position:absolute;top:0;left:0;font-family:"object-fit:cover;object-position:center";object-fit:cover;object-position:center;width:100%;height:100%}.mediatext--ratio-16-9 .media{position:relative}.mediatext--ratio-16-9 .media::before{content:"";display:block;padding-top:56.25%;width:100%}.mediatext--ratio-16-9 .media iframe,.mediatext--ratio-16-9 .media img{position:absolute;top:0;left:0;font-family:"object-fit:cover;object-position:center";object-fit:cover;object-position:center;width:100%;height:100%}.quote-area{flex-basis:50%;padding-block:1.25rem}.cmp-quiz,.cmp-quiz__card{border-radius:1.5625rem}.cmp-quiz__result-question{border:none}.cmp-quiz__answer,.cmp-quiz__answer-label,.cmp-quiz__result,.cmp-quiz__result-question{border-radius:.625rem}.cmp-quiz__answer,.cmp-quiz__result{overflow:hidden}.richmedia__video{border-radius:1.5625rem;overflow:hidden;position:relative}.richmedia__video::before{content:"";display:block;padding-top:135%;width:100%}.richmedia__video iframe,.richmedia__video img{position:absolute;top:0;left:0;object-fit:cover;object-position:center;width:100%;height:100%}.cmp-risk-calculator__section:first-child{border-radius:1.5625rem}.cmp-risk-calculator__title{margin-bottom:2.6875rem}.cmp-risk-calculator__title h1,.cmp-risk-calculator__title h4,.cmp-risk-calculator__sub-title,.cmp-risk-calculator__sub-title h3{text-transform:capitalize}.cmp-risk-calculator__section.active{position:relative;border-radius:0 0 1.5625rem 1.5625rem}.cmp-risk-calculator__section.active::before,.cmp-risk-calculator__section.active::after{content:"";width:1.5625rem;height:1.5625rem;position:absolute;top:-1.5625rem;left:0;background:#fff}.cmp-risk-calculator__section.active::after{right:0;left:auto}.cmp-risk-calculator__bmi{border-radius:1.5625rem}.cmp-risk-calculator__container--highlight{border-radius:1.5625rem}.cmp-risk.active{padding-bottom:3.375rem}.cmp-breadcrumb__list{display:flex;justify-content:flex-start;flex-wrap:wrap;padding:5.875rem .625rem .875rem;list-style-type:none}.cmp-breadcrumb__item{display:block;position:relative;margin-bottom:.625rem;padding-right:.875rem;padding-left:.625rem;font-size:.75rem;line-height:1rem;color:#d7d7d7}.cmp-breadcrumb__item::after{content:"/";position:absolute;top:.0625rem;right:0}.cmp-breadcrumb__item:last-child::after{display:none}.cmp-breadcrumb__item-link{position:relative;text-decoration:underline}.cmp-breadcrumb__item-link:hover{text-decoration:none}.share-panel{display:flex;flex-wrap:wrap}.share-panel .share-link{display:flex;justify-content:center;align-items:center;width:2rem;min-width:2rem;height:2rem;margin:0 .5625rem .5625rem 0;border:1px solid #d7d7d7;border-radius:50%}.share-panel .share-link .svg-icon{fill:#737373}.share-panel .share-link[data-platform=twitter] .svg-icon{width:1.0625rem;height:.875rem}.share-panel .share-link[data-platform=facebook] .svg-icon{width:.625rem;height:1.125rem}.share-panel .share-link .linkedin{transform:translateX(-0.0625rem)}.share-panel .share-link span{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.cmp-bmi{max-width:100%}.banner-overlay .cmp-bmi{max-width:55.3125rem}.cmp-bmi__section{color:#001965}.cmp-bmi__section-header{display:flex;flex-direction:column;align-items:center;margin-bottom:-0.0625rem;padding:1.875rem 1.25rem 1.875rem;background:#dfefee;border-radius:1.5625rem 1.5625rem 0 0;box-shadow:2px 20px 17px 1px rgba(0,0,0,.12)}.cmp-bmi__section-header .cmp-bmi__section-heading{align-self:flex-start;font-size:1.5rem;font-weight:700;line-height:1.875rem}@media(min-width: 1200px){.cmp-bmi__section-header{flex-direction:row;justify-content:space-between;padding-bottom:.8125rem}}.cmp-bmi__toggle{display:flex;flex-direction:row;align-items:center;margin-top:1.25rem;margin-left:auto}@media(min-width: 1200px){.cmp-bmi__toggle{flex-direction:column;align-items:flex-end;margin-top:.3125rem}}.cmp-bmi__toggle-switch{position:relative;display:inline-block;width:2.5rem;height:1.25rem}@media(min-width: 1200px){.cmp-bmi__toggle-switch{margin-bottom:.4375rem}}.cmp-bmi__toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#fff;transition:.4s}.cmp-bmi__toggle-slider::before{position:absolute;content:"";height:1rem;width:1rem;left:1.375rem;bottom:.125rem;background-color:#001965;transition:.4s}.cmp-bmi__toggle-slider--round{border-radius:34px}.cmp-bmi__toggle-slider--round::before{border-radius:50%}.cmp-bmi__toggle-checkbox{opacity:0;width:0;height:0}.cmp-bmi__toggle-checkbox:checked+.cmp-bmi__toggle-slider{background-color:#fff}.cmp-bmi__toggle-checkbox:checked+.cmp-bmi__toggle-slider::before{transform:translateX(-1.25rem)}.cmp-bmi__toogle-text-bottom{display:none}@media(min-width: 1200px){.cmp-bmi__toogle-text-bottom{display:flex}}.cmp-bmi__toogle-metric-text,.cmp-bmi__toogle-imperial-text{font-size:.5625rem;line-height:.8125;font-weight:300}.cmp-bmi__toogle-metric-text--top,.cmp-bmi__toogle-imperial-text--top{display:block;margin-right:.5rem}@media(min-width: 1200px){.cmp-bmi__toogle-metric-text--top,.cmp-bmi__toogle-imperial-text--top{display:none}}.cmp-bmi__toogle-imperial-text{margin-left:.1875rem}.cmp-bmi__toogle-imperial-text--top{margin-left:.5rem}.cmp-bmi__section-inputs{position:relative;display:flex;flex-direction:column;align-items:center;padding:0 1.25rem 1.875rem;margin:0 0 1.875rem;background:#dfefee;border-radius:0 0 0 1.5625rem;box-shadow:2px 20px 17px 1px rgba(0,0,0,.12)}.cmp-bmi__section-inputs::after{display:block;content:"";position:absolute;width:4.3125rem;height:1.875rem;top:auto;right:0;bottom:-1.8125rem;left:auto;background:url(../../../../etc.clientlibs/vagifem/clientlibs/clientlib-theme/clientlib-cs/resources/hcp-arrow-small.png);background-size:4.3125rem 1.875rem}@media(min-width: 992px){.cmp-bmi__section-inputs{flex-flow:row nowrap;justify-content:flex-start}.banner-overlay .cmp-bmi__section-inputs{flex-direction:column}}@media(min-width: 1200px){.cmp-bmi__section-inputs{margin:0 0 3rem}.banner-overlay .cmp-bmi__section-inputs{flex-flow:row nowrap;justify-content:flex-start}.cmp-bmi__section-inputs::after{width:6.5625rem;height:3rem;bottom:-2.9375rem;background:url(../../../../etc.clientlibs/vagifem/clientlibs/clientlib-theme/clientlib-cs/resources/hcp-arrow-large.png);background-size:6.5625rem 3rem}}.cmp-bmi__section-inputs .cmp-bmi__input-container:last-child .choices__list--single .choices__item--selectable{display:inline-block;width:90%;height:auto;font-size:.8125rem}.cmp-bmi__section-inputs .choices__list--dropdown .choices__item,.cmp-bmi__section-inputs .choices__list--dropdown .choices__list .choices__item--selectable{font-size:.8125rem;word-break:keep-all}.cmp-bmi__section-inputs .choices__list--dropdown .choices__list .choices__item--selectable:first-child{display:none}.cmp-bmi__input-container{width:100%;max-width:18.75rem;margin-right:0;margin-bottom:1.875rem}.cmp-bmi__input-container:last-child{margin-right:0;margin-bottom:1.125rem}@media(min-width: 992px){.cmp-bmi__input-container{max-width:100%;margin-right:1.25rem}.cmp-bmi__section-inputs--3 .cmp-bmi__input-container{max-width:16.75rem}.cmp-bmi__section-inputs--4 .cmp-bmi__input-container{max-width:12.25rem}.cmp-bmi__section-inputs--5 .cmp-bmi__input-container{max-width:9.5625rem}.cmp-bmi__input-container:last-child{margin-bottom:1.875rem}}.banner-overlay .cmp-bmi__input-container{max-width:18.75rem}@media(min-width: 1200px){.banner-overlay .cmp-bmi__input-container{width:100%;margin-right:1.25rem}.banner-overlay .cmp-bmi__input-container:last-child{margin-bottom:1.875rem}.banner-overlay .cmp-bmi__section-inputs--3 .cmp-bmi__input-container{max-width:16.75rem}.banner-overlay .cmp-bmi__section-inputs--4 .cmp-bmi__input-container{max-width:12.25rem}.banner-overlay .cmp-bmi__section-inputs--5 .cmp-bmi__input-container{max-width:9.5625rem}}.cmp-bmi__imperial-inputs-container{display:flex;border-radius:1.5625rem;background:#fff}.cmp-bmi__form-label{display:inline-block;width:100%;margin-bottom:.5rem;font-size:.875rem;line-height:1.3125rem;font-weight:700;text-align:left}.cmp-bmi__input-error-message{display:none}.validation-error .cmp-bmi__input-error-message{display:inline-block;font-size:.75rem;font-weight:300;line-height:1.5;color:#e6553f}.cmp-bmi__form-input{position:relative;display:flex;flex-direction:column;justify-content:center;width:100%;height:3.125rem;border-radius:1.5625rem;background:#fff}.validation-error .cmp-bmi__form-input{border:1px solid #e6553f}.validation-error .cmp-bmi__form-input--choices{border:none}.validation-error .cmp-bmi__form-input--choices .choices__inner{border:1px solid #e6553f}.cmp-bmi__form-input input{position:relative;width:100%;border:none;background:none;margin-right:0;padding-right:.1875rem;font-size:.875rem;text-align:right;color:#001965}.cmp-bmi__form-input input[type=number]::-webkit-inner-spin-button,.cmp-bmi__form-input input[type=number]::-webkit-outer-spin-button{appearance:none;margin:0}.cmp-bmi__form-input input[type=number]{appearance:textfield}.cmp-bmi__form-input span{position:absolute;right:2.625rem;left:auto;font-size:.8125rem;line-height:1.125rem}.cmp-bmi__form-input--imperial-first span{right:1.625rem}.cmp-bmi__form-input--height{padding-left:1.5625rem;padding-right:3.9375rem}.cmp-bmi__form-input--weight{padding-left:1.5625rem;padding-right:3.75rem}.cmp-bmi__form-input--years{padding-left:1.5625rem;padding-right:4.875rem}.cmp-bmi__form-input--imperial{padding-left:.25rem;padding-right:3.5625rem}.cmp-bmi__form-input--imperial-first{padding-right:2.4375rem;border-radius:1.5625rem 0 0 1.5625rem}.validation-error .cmp-bmi__form-input--imperial-first{border-right:none}.cmp-bmi__form-input--imperial-first .cmp-bmi__input-number--custom{padding-left:.5rem}.cmp-bmi__form-input--imperial-second{width:calc(100% - 25px);padding-left:0;padding-right:3.5rem;border-radius:0 1.5625rem 1.5625rem 0}.validation-error .cmp-bmi__form-input--imperial-second{border-left:none}.cmp-bmi__form-input--imperial-second .cmp-bmi__input-number--custom{padding-left:0;padding-right:0}.cmp-bmi__form-input--imperial-second span{right:2.5rem}.cmp-bmi__form-input .choices{width:100%;min-width:0}.cmp-bmi__form-input .choices__list--dropdown,.cmp-bmi__form-input .choices__list[aria-expanded]{z-index:4}.cmp-bmi__form-input .choices__list--single .choices__item--selectable{width:auto;line-height:1}.cmp-bmi__input-number-step-button{position:absolute;display:flex;justify-content:center;align-items:center;width:.9375rem;height:.9375rem;right:1.1875rem;z-index:1}.cmp-bmi__input-number-step-button svg{display:block;width:.75rem;transform-origin:center center}.cmp-bmi__input-number-step-button--up{top:.5625rem}.cmp-bmi__input-number-step-button--up svg{transform:rotate(180deg)}.cmp-bmi__input-number-step-button--down{bottom:.5625rem}.cmp-bmi__form-input--imperial-first .cmp-bmi__input-number-step-button{right:.1875rem}.cmp-bmi__section-cta{display:flex;flex-direction:column;justify-content:center}@media(min-width: 768px){.cmp-bmi__section-cta{flex-direction:row;justify-content:space-between;align-items:center}}.cmp-bmi__section-cta .cmp-bmi__form-error-message{display:none;margin:0 auto;font-size:.75rem;line-height:1.125rem;text-align:center;color:#e6553f}.cmp-bmi__section-cta .cmp-bmi__form-error-message.validation-error{order:2;display:block}@media(min-width: 768px){.cmp-bmi__section-cta .cmp-bmi__form-error-message{order:1;margin:0 auto 0 1.25rem;padding-right:1.875rem;text-align:left}}.cmp-bmi__section-cta .ctabutton{order:1;margin:0 0 1.25rem auto}@media(min-width: 768px){.cmp-bmi__section-cta .ctabutton{order:2;margin:0 0 0 auto}}.cmp-bmi-result-hero-banner{min-height:21.25rem;margin-top:5rem;padding-top:5rem;background-color:#001965}.cmp-bmi-result-hero-banner__container{display:flex;flex-direction:column;align-items:center;margin-bottom:5rem;padding-bottom:2rem}.cmp-bmi-result-hero-banner__header{margin:0 1.25rem 2rem 1.25rem;font-weight:400;line-height:1.2;color:#fff;text-align:center}.cmp-bmi-result-hero-banner__circles{display:flex;flex-direction:column;margin:0 1.25rem}.cmp-bmi-result-hero-banner__circles-obesity-level,.cmp-bmi-result-hero-banner__circles-bmi-results{display:flex;flex-direction:column;align-items:center;width:11.25rem;height:11.25rem;border-radius:50%;padding-top:2.6875rem;background:#fff}.cmp-bmi-result-hero-banner__circles-obesity-level{margin-bottom:.8125rem}.cmp-bmi-result-hero-banner__circles-header{display:inline-block;margin-bottom:-0.1875rem;font-weight:400}.cmp-bmi-result-hero-banner__circles-results{display:inline-block}@media(min-width: 1200px){.cmp-bmi-result-hero-banner__container{flex-direction:row;align-items:center;justify-content:space-between;padding-bottom:0}.cmp-bmi-result-hero-banner__header{margin:0 2.6875rem 0 0;text-align:left}.cmp-bmi-result-hero-banner__circles{margin:0;flex-direction:row}.cmp-bmi-result-hero-banner__circles-obesity-level{margin-bottom:0;margin-right:2rem}}.choices{position:relative;overflow:hidden;margin-bottom:1.5rem;font-size:1rem}.choices:focus{outline:0}.choices:last-child{margin-bottom:0}.choices.is-open{overflow:visible}.choices.is-disabled .choices__inner,.choices.is-disabled .choices__input{background-color:#fff;cursor:not-allowed;user-select:none}.choices__item{cursor:default}.choices__list--single .choices__item{width:100%}.choices__list--multiple{display:inline}.choices__list--multiple .choices__item{display:inline-block;vertical-align:middle;border-radius:1.25rem;padding:.25rem .625rem;font-size:.75rem;font-weight:500;margin-right:.234375rem;margin-bottom:.234375rem;color:#fff;word-break:break-all;box-sizing:border-box}.choices.is-disabled .choices__item{cursor:not-allowed}.choices__inner{display:inline-block;vertical-align:top;width:100%;background-color:#fff;padding:.46875rem .46875rem .234375rem;border:1px solid #fff;border-radius:.15625rem;font-size:.875rem;min-height:2.75rem;overflow:hidden}.is-open .choices__inner{border-radius:.15625rem .15625rem 0 0}.choices[data-type*=select-one]{cursor:pointer}.choices[data-type*=select-one] .choices__inner{padding-bottom:.46875rem}.choices__input{display:inline-block;vertical-align:baseline;background-color:#fff;font-size:.875rem;margin-bottom:.3125rem;border:0;border-radius:0;max-width:100%;padding:.25rem 0 .25rem .125rem}[dir=rtl] .choices__input{padding-right:.125rem;padding-left:0}.choices[data-type*=select-one] .choices__input{display:block;width:100%;padding:.625rem;border-bottom:1px solid #ddd;background-color:#fff;margin:0}.choices [hidden]{display:none !important}.choices__button{text-indent:-624.9375rem;appearance:none;border:0;background-color:rgba(0,0,0,0);background-repeat:no-repeat;background-position:center;cursor:pointer}.choices[data-type*=select-one] .choices__button{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);padding:0;background-size:.5rem;position:absolute;top:50%;right:0;margin-top:-0.625rem;margin-right:1.5625rem;height:1.25rem;width:1.25rem;border-radius:10em;opacity:.25}.choices[data-type*=select-one] .choices__button:focus,.choices[data-type*=select-one] .choices__button:hover{opacity:1}.choices[data-type*=select-one] .choices__button:focus{box-shadow:0 0 0 .125rem #00bcd4}.choices[data-type*=select-one][dir=rtl] .choices__button{right:auto;left:0;margin-left:1.5625rem;margin-right:0}.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button{display:none}.choices[data-type*=select-one]::after{content:"";height:0;width:0;border-style:solid;border-color:#333 rgba(0,0,0,0) rgba(0,0,0,0);border-width:.3125rem;position:absolute;right:.71875rem;top:50%;margin-top:-0.15625rem;pointer-events:none}.choices[data-type*=select-one].is-open::after{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #333;margin-top:-0.46875rem}.choices[data-type*=select-one][dir=rtl]::after{left:.71875rem;right:auto}.choices[data-type*=select-multiple] .choices__inner,.choices[data-type*=text] .choices__inner{cursor:text}.choices[data-type*=select-multiple] .choices__button,.choices[data-type*=text] .choices__button{position:relative;display:inline-block;margin:0 -0.25rem 0 .5rem;padding-left:1rem;border-left:1px solid #008fa1;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);background-size:.5rem;width:.5rem;line-height:1;opacity:.75;border-radius:0}.choices[data-type*=select-multiple] .choices__button:focus,.choices[data-type*=select-multiple] .choices__button:hover,.choices[data-type*=text] .choices__button:focus,.choices[data-type*=text] .choices__button:hover{opacity:1}.is-focused .choices__inner,.is-open .choices__inner{border-color:#b7b7b7}.is-flipped.is-open .choices__inner{border-radius:0 0 .15625rem .15625rem}.choices__list{margin:0;padding-left:0;list-style:none}.choices__list--single{display:inline-block;padding:.25rem 1rem .25rem .25rem;width:100%}[dir=rtl] .choices__list--single{padding-right:.25rem;padding-left:1rem}.choices__list--multiple .choices__item[data-deletable]{padding-right:.3125rem}[dir=rtl] .choices__list--multiple .choices__item{margin-right:0;margin-left:.234375rem}.choices__list--multiple .choices__item.is-highlighted{background-color:#00a5bb;border:1px solid #008fa1}.is-disabled .choices__list--multiple .choices__item{background-color:#aaa;border:1px solid #919191}.choices__list--dropdown,.choices__list[aria-expanded]{visibility:hidden;z-index:2;position:absolute;width:100%;background-color:#fff;border:1px solid #ddd;top:100%;margin-top:-1px;border-bottom-left-radius:.15625rem;border-bottom-right-radius:.15625rem;overflow:hidden;word-break:break-all;will-change:visibility}.is-active.choices__list--dropdown,.is-active.choices__list[aria-expanded]{visibility:visible}.is-open .choices__list--dropdown,.is-open .choices__list[aria-expanded]{border-color:#b7b7b7}.is-flipped .choices__list--dropdown,.is-flipped .choices__list[aria-expanded]{top:auto;bottom:100%;margin-top:0;margin-bottom:-1px;border-radius:.25rem .25rem 0 0}.choices__list--dropdown .choices__list,.choices__list[aria-expanded] .choices__list{position:relative;max-height:18.75rem;overflow:auto;-webkit-overflow-scrolling:touch;will-change:scroll-position}.choices__list--dropdown .choices__item,.choices__list[aria-expanded] .choices__item{position:relative;padding:.625rem;font-size:.875rem}[dir=rtl] .choices__list--dropdown .choices__item,[dir=rtl] .choices__list[aria-expanded] .choices__item{text-align:right}@media(min-width: 640px){.choices__list--dropdown .choices__item--selectable,.choices__list[aria-expanded] .choices__item--selectable{padding-right:6.25rem}.choices__list--dropdown .choices__item--selectable::after,.choices__list[aria-expanded] .choices__item--selectable::after{content:attr(data-select-text);font-size:.75rem;opacity:0;position:absolute;right:.625rem;top:50%;transform:translateY(-50%)}[dir=rtl] .choices__list--dropdown .choices__item--selectable,[dir=rtl] .choices__list[aria-expanded] .choices__item--selectable{text-align:right;padding-left:6.25rem;padding-right:.625rem}[dir=rtl] .choices__list--dropdown .choices__item--selectable::after,[dir=rtl] .choices__list[aria-expanded] .choices__item--selectable::after{right:auto;left:.625rem}}.choices__list--dropdown .choices__item--selectable.is-highlighted,.choices__list[aria-expanded] .choices__item--selectable.is-highlighted{background-color:#f2f2f2}.choices__list--dropdown .choices__item--selectable.is-highlighted::after,.choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after{opacity:.5}.choices__item--selectable{cursor:pointer}.choices__item--disabled{cursor:not-allowed;user-select:none;opacity:.5}.choices__heading{font-weight:600;font-size:.75rem;padding:.625rem;border-bottom:1px solid #f7f7f7;color:gray}.choices__button:focus,.choices__input:focus{outline:0}.choices__input::-webkit-search-cancel-button,.choices__input::-webkit-search-decoration,.choices__input::-webkit-search-results-button,.choices__input::-webkit-search-results-decoration{display:none}.choices__input::-ms-clear,.choices__input::-ms-reveal{display:none;width:0;height:0}.hcp-locator{display:flex;position:relative;padding:0 0 1.875rem}.hcp-locator::after{display:block;content:"";position:absolute;width:4.3125rem;height:1.875rem;top:auto;right:0;bottom:0;left:auto;background:url(../../../../etc.clientlibs/vagifem/clientlibs/clientlib-theme/clientlib-cs/resources/hcp-arrow-small.png);background-size:4.3125rem 1.875rem}@media(min-width: 1200px){.hcp-locator{padding:0 0 3rem}.hcp-locator::after{width:6.5625rem;height:3rem;background:url(../../../../etc.clientlibs/vagifem/clientlibs/clientlib-theme/clientlib-cs/resources/hcp-arrow-large.png);background-size:6.5625rem 3rem}}.cmp-hcp-locator{display:flex;flex-direction:column;justify-content:space-between;position:relative;width:100%;padding:1.875rem 1.6875rem 2.6875rem;background:#dfefee;border-radius:1.25rem 1.25rem 0 1.25rem}.cmp-hcp-locator .cmp-image__image{object-fit:contain;width:18.6875rem;max-width:100%;height:auto;margin:0 auto;padding-bottom:1.9375rem}@media(min-width: 1200px){.cmp-hcp-locator{flex-direction:row;padding:3.5625rem 3.75rem 0 7.0625rem}.cmp-hcp-locator .cmp-image__image{width:28.4375rem;max-width:28.4375rem;padding-bottom:0;margin:0}}.cmp-hcp-locator__info{order:2;text-align:center}.cmp-hcp-locator__info h1{padding-bottom:.8125rem;font-size:1.75rem;line-height:2.0625rem;font-weight:700}.cmp-hcp-locator__info p{padding-bottom:.9375rem;font-size:1rem;line-height:1.5rem}.cmp-hcp-locator__info-find-country{display:flex;flex-direction:column;align-items:center}@media(min-width: 1200px){.cmp-hcp-locator__info{order:1;margin-right:1.875rem;text-align:left}.cmp-hcp-locator__info h1{padding-bottom:1rem;font-size:2.25rem;line-height:2.6875rem;font-weight:700}.cmp-hcp-locator__info p{font-size:1.125rem;line-height:1.6875rem}.cmp-hcp-locator__info-find-country{flex-direction:row;align-items:flex-start;margin-bottom:3.125rem}}a.cmp-hcp-locator__info-find-country-cta{display:flex;align-items:center;height:3.125rem;font-size:.875rem}.cmp-hcp-locator__info+div{order:1;display:flex;flex-direction:column;justify-content:flex-end}.choices{width:12.5rem;min-width:12.5rem;margin-bottom:.875rem}.choices__inner{display:flex;align-items:center;height:3.125rem;padding:0 1.25rem;border-radius:1.5625rem;border:none}.is-open .choices__inner,.is-open.is-flipped .choices__inner{border-radius:1.5625rem}.choices[data-type*=select-one]::after{display:block;position:absolute;content:"";background:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.255418 2.30333L5.20542 7.25333C5.37103 7.41165 5.59131 7.5 5.82042 7.5C6.04953 7.5 6.26981 7.41165 6.43542 7.25333L11.3854 2.30333C11.4691 2.22346 11.5354 2.12717 11.5802 2.02048C11.6249 1.91379 11.6471 1.79901 11.6454 1.68333C11.6427 1.51196 11.5899 1.34512 11.4937 1.20331C11.3974 1.06149 11.2618 0.950869 11.1036 0.885024C10.9454 0.819179 10.7713 0.800976 10.6029 0.832652C10.4345 0.864327 10.2789 0.944502 10.1554 1.06333L5.82542 5.40333L1.48542 1.07333C1.40707 0.990395 1.31247 0.924502 1.20751 0.879767C1.10256 0.835033 0.989505 0.812416 0.875418 0.81333C0.760695 0.812062 0.646854 0.833497 0.540448 0.876403C0.434042 0.919308 0.337173 0.982837 0.255418 1.06333C0.0917608 1.22818 -8.14872e-05 1.45104 -8.15075e-05 1.68333C-8.15278e-05 1.91562 0.0917607 2.13849 0.255418 2.30333V2.30333Z'/%3E%3C/svg%3E%0A");width:.75rem;height:.5rem;top:50%;transform:translateY(-50%);margin-top:0;right:1.5rem;transform-origin:50% 50%;pointer-events:none;border:none;fill:#001965}.choices[data-type*=select-one].is-open::after{transform:rotate(180deg);margin-top:-0.125rem}.choices[data-type*=select-one] .choices__inner{padding-bottom:0}@media(min-width: 1200px){.choices{margin-right:1.0625rem}}.choices__list--single{padding:0 1rem 0 0;font-size:1.125rem;font-weight:700;line-height:1.3125rem}.choices__list--single .choices__item--selectable{width:8.75rem;display:flex;align-items:center;height:3.125rem;font-size:.875rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.is-open .choices__list--dropdown,.is-flipped.is-open .choices__list--dropdown{margin-top:.3125rem;border:none;border-radius:1.5625rem}.is-flipped.is-open .choices__list--dropdown{margin-top:0;margin-bottom:.3125rem}.choices__list--dropdown .choices__item--selectable,.choices__list[aria-expanded] .choices__item--selectable{padding:.625rem 1.5rem}.choices__list--dropdown .choices__item--selectable:last-child,.choices__list[aria-expanded] .choices__item--selectable:last-child{padding-bottom:.9375rem}.choices__list--dropdown .choices__item--selectable::after,.choices__list[aria-expanded] .choices__item--selectable::after{display:none}.cmp-stepdeck{display:flex;flex-wrap:wrap;position:relative;min-width:18.75rem;max-width:66.5rem;margin-bottom:3rem;padding:2rem .9375rem 0;border-bottom:1px solid #dfefee;border-radius:1.5625rem 1.5625rem 0 1.5625rem;background:#dfefee;box-shadow:8px 11px 20px 0 rgba(0,0,0,.18)}.cmp-stepdeck::after{display:block;content:"";position:absolute;width:3.6875rem;height:3rem;top:auto;right:0;bottom:-3rem;left:auto;background:url(../../../../etc.clientlibs/vagifem/clientlibs/clientlib-theme/clientlib-cs/resources/3step-arrow-small.png);background-size:3.6875rem 3rem;background-position:right top;background-repeat:no-repeat}@media(min-width: 992px){.cmp-stepdeck{padding:1.6875rem 3rem 1.25rem}.cmp-stepdeck>.columns .column{margin-right:2.1875rem}.cmp-stepdeck>.columns .column:last-child{margin-right:0}.cmp-stepdeck::after{width:4.25rem;background:url(../../../../etc.clientlibs/vagifem/clientlibs/clientlib-theme/clientlib-cs/resources/3step-arrow-large.png);background-size:4.25rem 3rem}}.cmp-stepdeck>.splitlayout{width:100%}.cmp-stepdeck>.splitlayout .columns{flex-flow:column;width:100%;align-items:center}@media(min-width: 992px){.cmp-stepdeck>.splitlayout .columns{flex-flow:row nowrap}}.cmp-stepdeck .column{min-width:16.875rem;max-width:36.25rem}@media(min-width: 992px){.cmp-stepdeck .column.threeCol{min-width:0;max-width:18.75rem}.cmp-stepdeck .column.fourCol{min-width:0;max-width:12.5rem}.cmp-stepdeck .column.fiveCol{min-width:0;max-width:10.3125rem}}.cmp-stepdeck .cmp-stepitem{margin-bottom:.5rem;padding-left:0}.cmp-stepdeck .cmp-stepitem:not(.title):not(.social-share){margin-bottom:0}.cmp-stepdeck__section-cta{display:flex;justify-content:flex-end;max-width:66.5rem}.stepitem:not(.title):not(.social-share){margin-bottom:.5rem}.stepitem:not(.title):not(.social-share):last-child{margin-bottom:1.625rem}.cmp-stepitem{display:flex;flex-direction:column;max-width:20.625rem;align-items:center;margin-left:.625rem;margin-right:.625rem;color:#001965}.cmp-stepitem__icon{display:flex;justify-content:center;align-items:center;width:4.75rem;height:4.75rem;margin-bottom:1.3125rem;padding:.625rem;border-radius:50%;background:#fff;font-size:2.875rem;font-weight:700}.cmp-stepitem__title{margin:0 0 .5625rem;text-align:center;font-weight:700;line-height:1.5}.cmp-stepitem__description{margin:0;text-align:center;font-size:1rem;font-weight:300;line-height:1.5}.geo-locator--green-theme .cmp-geo-locator{background-color:#2a928d}.tagline strong{display:inline-flex;justify-content:flex-start;align-items:center;flex:0 0 auto;height:2.375rem;padding:0 .9375rem;font-size:.75rem;color:#737373;border:1px solid #d7d7d7;border-radius:1.5625rem;font-weight:300}.readtime{position:relative;padding-left:1.875rem;font-size:.75rem;color:#737373}.readtime::after{display:block;position:absolute;width:1.25rem;height:1.25rem;top:0;left:0;font-family:vgf__icons,Noto Sans,verdana,geneva,tahoma,sans-serif;content:"";font-size:1.25rem;color:#737373}.authorbyline{padding:.625rem 0;border-top:1px solid #f4f4f4;border-bottom:1px solid #f4f4f4}.authorbyline .author-byline{display:flex;align-items:center}.authorbyline img{width:3.75rem;height:3.75rem;margin-right:1rem;border-radius:50%;border:.1875rem solid #d9d9d9}.authorbyline .author-details strong{display:flex;flex-direction:column;font-size:.8125rem;font-weight:300;color:#737373;line-height:1.6}.authorbyline .author-details span{color:#cbcbcb}.vgf-cta-styling .spot{display:flex;flex-direction:column;align-items:center;min-width:18.75rem;border-radius:1.5625rem;padding:1.25rem 1.25rem 3rem;background:#f2f0ef}.vgf-cta-styling .spot .image{max-width:12.6875rem;margin-bottom:1.5625rem;border-radius:50%}.vgf-cta-styling .spot .title{text-align:center}.vgf-cta-styling .spot .title :is(h1,h2,h3,h4,h5,h6){line-height:1.2}.vgf-cta-styling .spot .text{margin-bottom:4.25rem;text-align:center}.vgf-cta-styling .spot .cta{display:flex;justify-content:center}table{width:auto;margin-bottom:1.375rem;border:none}table tr,table tr:hover{padding-bottom:0;background:none}table tr:nth-child(even),table tr:hover:nth-child(even){background:none}table tr td:nth-child(1),table tr:hover td:nth-child(1){min-width:8.75rem}@media(min-width: 768px){table tr td:nth-child(1),table tr:hover td:nth-child(1){min-width:13.75rem}}table tr td,table tr:hover td{vertical-align:top;padding:1.1875rem 1.25rem 0 0;border:none}table tr td a,table tr:hover td a{text-decoration:underline}.cmp-sticky-anchor-menu{display:none;position:sticky;width:100vw;height:2.9375rem;bottom:0;z-index:2;padding:0 2.0625rem;overflow:hidden;background:#001965;color:#fff}.cmp-sticky-anchor-menu__scroll-container{display:flex;justify-content:center;align-items:center;width:100%;height:2.9375rem}@media(pointer: coarse){.cmp-sticky-anchor-menu__scroll-container{overflow-x:scroll}.cmp-sticky-anchor-menu__scroll-container::-webkit-scrollbar{display:none}}.mobile-on .cmp-sticky-anchor-menu__scroll-container{justify-content:flex-start}.cmp-sticky-anchor-menu.arrows-on .sticky-anchor-menu__button,.cmp-sticky-anchor-menu.arrows-on .sticky-anchor-menu__button:hover{display:block;position:absolute;content:"";width:4.1875rem;height:2.9375rem;z-index:4;opacity:1;background:url("data:image/svg+xml;charset=UTF-8,%3csvg width='13' height='23' viewBox='0 0 13 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.63846 11.9449C0.659817 11.971 0.682699 11.9964 0.707107 12.0208L10.6066 21.9203C10.9971 22.3108 11.6303 22.3108 12.0208 21.9203C12.4113 21.5298 12.4113 20.8966 12.0208 20.5061L2.82843 11.3137L12.0208 2.12132C12.4113 1.73079 12.4113 1.09763 12.0208 0.707102C11.6303 0.316578 10.9971 0.316577 10.6066 0.707102L0.707107 10.6066C0.34099 10.9727 0.318108 11.5521 0.63846 11.9449Z' fill='%23737373'/%3e%3c/svg%3e "),linear-gradient(90deg, rgb(0, 25, 101) 0%, rgb(0, 25, 101) 52%, rgba(0, 212, 255, 0) 100%);background-size:2.0625rem 1.4375rem,2.9375rem 4.1875rem;background-position:.25rem center,0 0;background-repeat:no-repeat,no-repeat;cursor:pointer}.cmp-sticky-anchor-menu.arrows-on .sticky-anchor-menu__button--left{top:50%;left:0;transform:translateY(-50%)}.cmp-sticky-anchor-menu.arrows-on .sticky-anchor-menu__button--right{top:50%;right:0;will-change:transform;transform:translateY(-50%) rotate(180deg)}.cmp-sticky-anchor-menu[data-scroll-direction=down]{display:none}.cmp-sticky-anchor-menu[data-scroll-direction=up]{display:flex}.cmp-sticky-anchor-menu .cmp-list{display:flex;position:relative;transition:all 250ms ease-out}.cmp-sticky-anchor-menu .cmp-list__item{margin-bottom:0;margin-right:1.25rem}.cmp-sticky-anchor-menu .cmp-list__item:last-child{margin-right:0}.cmp-sticky-anchor-menu .cmp-list__item-link:hover{opacity:1}.cmp-sticky-anchor-menu .cmp-list__item-title{display:block;position:relative;white-space:nowrap;font-size:.875rem;font-weight:700;line-height:1.5}.cmp-sticky-anchor-menu .cmp-list__item-title::after{content:"";display:block;position:absolute;width:0;height:.25rem;left:0;bottom:-0.8125rem;background-color:#2a928d}.cmp-sticky-anchor-menu .cmp-list__item-title:hover::after{animation:multilinesLinkHover .6s ease forwards}.contentcategoryfilter .mw-1280{margin:0 auto;max-width:80rem;width:100%}.contentcategoryfilter .isotope-grid .isotope-item{padding:10px}.contentcategoryfilter .mw-640{max-width:640px}.contentcategoryfilter .h-25{height:25%}.contentcategoryfilter .h-50{height:50%}.contentcategoryfilter .h-75{height:75%}.contentcategoryfilter .w-33{width:33.33333%}.contentcategoryfilter .w-67{width:66.66667%}.contentcategoryfilter .w-100{margin-right:0}@media(min-width: 576px){.contentcategoryfilter .w-sm-25{width:25%}.contentcategoryfilter .w-sm-33{width:33.33333%}.contentcategoryfilter .w-sm-50{width:50%}.contentcategoryfilter .w-sm-67{width:66.66667%}.contentcategoryfilter .w-sm-75{width:75%}.contentcategoryfilter .w-sm-100{width:100%}}@media(min-width: 768px){.contentcategoryfilter .w-md-25{width:25%}.contentcategoryfilter .w-md-33{width:33.33333%}.contentcategoryfilter .w-md-50{width:50%}.contentcategoryfilter .w-md-67{width:66.66667%}.contentcategoryfilter .w-md-75{width:75%}.contentcategoryfilter .w-md-100{width:100%}}@media(min-width: 992px){.contentcategoryfilter .w-lg-25{width:25%}.contentcategoryfilter .w-lg-33{width:33.33333%}.contentcategoryfilter .w-lg-50{width:50%}.contentcategoryfilter .w-lg-67{width:66.66667%}.contentcategoryfilter .w-lg-75{width:75%}.contentcategoryfilter .w-lg-100{width:100%}}@media(min-width: 1200px){.contentcategoryfilter .w-xl-25{width:25%}.contentcategoryfilter .w-xl-33{width:33.33333%}.contentcategoryfilter .w-xl-50{width:50%}.contentcategoryfilter .w-xl-67{width:66.66667%}.contentcategoryfilter .w-xl-75{width:75%}.contentcategoryfilter .w-xl-100{width:100%}}.hidden-filters .isotope-filter{display:none}.contentcategoryfilter nav.isotope-filter{text-align:center}.contentcategoryfilter nav.isotope-filter .btn-group-toggle{margin:2.5rem 0 1.25rem;display:flex;flex-wrap:wrap;text-align:center;justify-content:center}.contentcategoryfilter nav.isotope-filter .btn-group-toggle .btn{padding:.3125rem 1.25rem;border:1px solid #737373;border-radius:1.25rem;font-size:.8125rem;font-weight:700;text-transform:uppercase;margin:0 .3125rem;cursor:pointer}.contentcategoryfilter nav.isotope-filter .btn-group-toggle .btn input[type=checkbox]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.contentcategoryfilter nav.isotope-filter .btn-group-toggle .btn.mb-2{margin-bottom:.5rem}.contentcategoryfilter nav.isotope-filter .btn.active{background:#001965;color:#fff}.contentcategoryfilter .tag strong,.contentcategoryfilter .tag .icon-chevron,.contentcategoryfilter .tag .read-time,.contentcategoryfilter .tag span{display:none}.contentcategoryfilter .tag strong.category{display:block}.contentcategoryfilter .tag strong.category span{display:none}.contentcategoryfilter .title-arrow{display:none}.contentcategoryfilter .card .overlay-link{display:block;content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.contentcategoryfilter .card.bg-light-blue{background:var(--col-light-blue-t15);padding-top:1.875rem;padding-bottom:1.875rem}.contentcategoryfilter .card.bg-rose-pink{background:var(--col-rose-pink-t15);padding-top:1.875rem;padding-bottom:1.875rem}.contentcategoryfilter .card.bg-ocean-green{background:var(--col-ocean-green-t15);padding-top:1.875rem;padding-bottom:1.875rem}.contentcategoryfilter .card.bg-sand-grey{background:var(--col-sand-grey-t15);padding-top:1.875rem;padding-bottom:1.875rem}.contentcategoryfilter .card[class*=bg-] .btn-group-toggle{margin:-10px 0 20px}.contentcategoryfilter .card[class*=bg-] .btn-group-toggle .btn{background:var(--col-white);color:var(--col-true-blue)}.contentcategoryfilter .card[class*=bg-] .btn-group-toggle .btn.active{background:var(--col-true-blue);color:var(--col-white)}.contentcategoryfilter .card[class*=bg-] .card-body{background:var(--col-white);color:var(--col-true-blue)}.contentcategoryfilter .card-body strong{--title-font-size: 1.25rem;--title-line-height: ;--title-margin-bottom: 0.625rem;font-size:var(--title-font-size);line-height:var(--title-line-height);margin-bottom:var(--title-margin-bottom);font-weight:700;display:-webkit-box;height:152.578125px;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;color:#001965;height:auto}@media(min-width: 992px){.contentcategoryfilter .card-body strong{--title-font-size: 1.25rem;--title-line-height: }}.contentcategoryfilter .card-body .new-article{display:inline-block;position:relative;margin-bottom:.3125rem;color:#2a928d}.contentcategoryfilter .card-body .tag{display:flex;flex:0 0 auto;margin-bottom:0}.contentcategoryfilter .card-body .tag strong.category{font-size:.75rem;color:#2a928d;margin-right:.625rem;font-weight:300}.contentcategoryfilter .card-body p{font-size:1rem;font-weight:300}.contentcategoryfilter .card-image{height:23.75rem;margin-bottom:1.1875rem;border-radius:.625rem;overflow:hidden}.contentcategoryfilter .card-image img{height:100%}.spotimagetext{--spot-padding: 2%;--spot-padding-teaser: 7%;--spot-title-size: 1.5625rem;--spot-title-size-adjust: 1;--spot-height: 16.25rem}@media(min-width: 768px){.spotimagetext{--spot-padding: 3%;--spot-title-size: 3rem;--spot-title-size-adjust: 1.15;--spot-height: 20rem}}@media(min-width: 992px){.spotimagetext{--spot-padding: 5%;--spot-title-size: 3.75rem;--spot-title-size-adjust: 1.25;--spot-height: 30rem;--locator-bottom-spacing: 0}}.spotimagetext:not([class*=bg-]){background:inherit;color:inherit}.spotimagetext.locator-teaser-style,.spotimagetext.locator-style{border:var(--sp10) var(--col-ocean-green) solid;margin:0 auto;max-width:var(--content-width-large);width:100%;height:var(--spot-height);margin-bottom:3.125rem;position:relative}.spotimagetext.locator-teaser-style .spot,.spotimagetext.locator-style .spot{background:rgba(0,0,0,0);display:flex;flex-flow:column;position:relative;align-items:flex-start;height:100%}.spotimagetext.locator-teaser-style .spot-texts,.spotimagetext.locator-style .spot-texts{position:absolute;top:0;display:flex;flex-flow:column;height:100%;justify-content:center}.spotimagetext.locator-teaser-style .title,.spotimagetext.locator-style .title{color:var(--col-true-blue);line-height:1.1;margin-bottom:var(--sp20)}.spotimagetext.locator-teaser-style .text,.spotimagetext.locator-style .text{color:var(--col-true-blue)}.spotimagetext.locator-teaser-style .cmp-image,.spotimagetext.locator-style .cmp-image{height:100%;width:100%}.spotimagetext.locator-teaser-style .cmp-image img,.spotimagetext.locator-style .cmp-image img{width:100%;object-fit:cover;height:100%}.spotimagetext.locator-teaser-style .cta,.spotimagetext.locator-style .cta{background:var(--col-ocean-green)}.spotimagetext.locator-teaser-style .cta a,.spotimagetext.locator-style .cta a{padding:.9375rem var(--sp20);line-height:1;display:inline-flex}.spotimagetext.locator-teaser-style .cta a:before,.spotimagetext.locator-style .cta a:before{content:"";background:url("data:image/svg+xml,%3Csvg width='23' height='22' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='translate(0 1)' fill='none' fill-rule='evenodd'%3E%3Cellipse stroke='%23FFF' stroke-width='1.764' cx='11.466' cy='17.598' rx='10.584' ry='2.52'/%3E%3Cpath d='M19.42 7.653c0 1.758-.605 3.41-1.748 4.78-1.247 1.493-4.851 4.838-6.207 6.081-1.598-1.469-4.995-4.63-6.206-6.081a7.381 7.381 0 01-1.745-4.78C3.514 3.44 7.08.01 11.465.01c4.387 0 7.954 3.43 7.954 7.643' stroke='%2300938C' stroke-width='1.26' fill='%23FFF'/%3E%3Cpath d='M13.456 7.266a1.989 1.989 0 01-3.977 0 1.99 1.99 0 011.99-1.987 1.99 1.99 0 011.987 1.987m-1.988-3.402a3.407 3.407 0 00-3.403 3.402 3.406 3.406 0 003.403 3.402 3.404 3.404 0 003.401-3.402 3.405 3.405 0 00-3.4-3.402' fill='%2300938C'/%3E%3C/g%3E%3C/svg%3E") no-repeat;width:1.4375rem;height:1.4375rem;margin-right:.1875rem}.spotimagetext.locator-teaser-style .cta a span,.spotimagetext.locator-style .cta a span{font-size:inherit;text-transform:none}.spotimagetext.locator-teaser-style{min-width:20rem;max-width:var(--content-width-large)}.grid-cols-2 .spotimagetext.locator-teaser-style{height:90%}.spotimagetext.locator-teaser-style .title{margin-bottom:var(--sp10)}.spotimagetext.locator-teaser-style .spot-texts{padding:var(--spot-padding-teaser)}.spotimagetext.locator-teaser-style .spot-texts p{margin-bottom:var(--sp20)}.spotimagetext.locator-style{max-width:57.5rem}.spotimagetext.locator-style:not([class*=bg-]){background:inherit;color:inherit}.spotimagetext.locator-style .spot{height:100%}.spotimagetext.locator-style .spot>div{width:100%;height:100%}.spotimagetext.locator-style .spot .image{height:100%}.spotimagetext.locator-style .cmp-image{display:flex;justify-content:flex-end}.spotimagetext.locator-style .spot-texts{padding:1.25rem}.spotimagetext.locator-style .text{line-height:1.1}.spotimagetext.locator-style .cmp-list{font-size:1.25rem}@media(min-width: 992px){.spotimagetext.locator-style .spot-texts{padding:2.8125rem}}.spotimagetext.podcast-style .title{font-size:var(--spotheading-t-teaser);font-weight:700;line-height:1.1;margin-bottom:var(--sp10);text-align:left}.spotimagetext.podcast-style .spot-texts{display:flex;flex-flow:column}.spotimagetext.podcast-style .spot-texts p{font-size:1rem}.spotimagetext.podcast-style .spot-texts-extras{order:-1;margin-bottom:var(--sp20)}.spotimagetext.podcast-style[class*=bg-] .title,.spotimagetext.podcast-style[class*=bg-] p{padding:0 var(--sp20)}.spotimagetext.podcast-style .text{text-align:left}.contentcategoryfilter .card{display:flex;flex-direction:column}.contentcategoryfilter .card-media{position:relative;padding-bottom:50%;margin-bottom:.9375rem;border-radius:.625rem;overflow:hidden}.contentcategoryfilter .card-media iframe{position:absolute;width:100%;height:100%}#ot-sdk-cookie-policy{margin-top:6.875rem}#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-description,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group-desc,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-table-header,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy span,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td{font-size:14px !important}#ot-sdk-cookie-policy-v2 table th{border-top-width:0;border-left-width:0}.visibility--hidden-text{font-size:0;line-height:0}.visibility--hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.visibility--only-mobile{display:block}@media(min-width: 992px){.visibility--only-mobile{display:none}}.visibility--only-desktop{display:none}@media(min-width: 992px){.visibility--only-desktop{display:block}}.align--center{justify-content:center}.align--left{justify-content:start}.align--right{justify-content:flex-end}.align--text-center{text-align:center}.align--text-left{text-align:left}.align--text-right{text-align:right}.full-width{margin-inline:calc(-1*var(--margin-main))}.bg--green{position:relative}.bg--green::after{content:"";display:block;height:100%;position:absolute;top:0;z-index:-1;left:calc(-1 * calc(100vw - var(--main-wide-area)) / 2);width:calc(100% + 100vw - var(--main-wide-area));background-color:#dfefee}.bg--green.container{padding-block:var(--spacing);z-index:1}.block--green{background-color:#dfefee;padding:var(--spacing--xs);border-radius:.625rem}.bg--grey{position:relative}.bg--grey::after{content:"";display:block;height:100%;position:absolute;top:0;z-index:-1;left:calc(-1 * calc(100vw - var(--main-wide-area)) / 2);width:calc(100% + 100vw - var(--main-wide-area));background-color:#f6f5f4}.bg--grey.container{padding-block:var(--spacing);z-index:1}.block--grey{background-color:#f6f5f4;padding:var(--spacing--xs);border-radius:.625rem}.bg--lightgrey{position:relative}.bg--lightgrey::after{content:"";display:block;height:100%;position:absolute;top:0;z-index:-1;left:calc(-1 * calc(100vw - var(--main-wide-area)) / 2);width:calc(100% + 100vw - var(--main-wide-area));background-color:#f2f0ef}.bg--lightgrey.container{padding-block:var(--spacing);z-index:1}.block--lightgrey{background-color:#f2f0ef;padding:var(--spacing--xs);border-radius:.625rem}.color--blue{--color-text: #001965}.color--green{--color-text: #2a928d}.color--black{--color-text: black}.color--grey{--color-text: #d7d7d7}.color--sand{--color-text: #e5e5e5}.color--white{--color-text: white}.color--orange{--color-text: #e6553f}.color--pink{--color-text: #ed99b4}.font--uppercase{text-transform:uppercase}.ratio--16-9{position:relative}.ratio--16-9::before{content:"";display:block;padding-top:56.25%;width:100%}.ratio--16-9 iframe,.ratio--16-9 img{position:absolute;top:0;left:0;font-family:"object-fit:cover;object-position:center";object-fit:cover;object-position:center;width:100%;height:100%}.ratio--4-3{position:relative}.ratio--4-3::before{content:"";display:block;padding-top:75%;width:100%}.ratio--4-3 iframe,.ratio--4-3 img{position:absolute;top:0;left:0;font-family:"object-fit:cover;object-position:center";object-fit:cover;object-position:center;width:100%;height:100%}.ratio--1-1{position:relative}.ratio--1-1::before{content:"";display:block;padding-top:100%;width:100%}.ratio--1-1 iframe,.ratio--1-1 img{position:absolute;top:0;left:0;font-family:"object-fit:cover;object-position:center";object-fit:cover;object-position:center;width:100%;height:100%}
