
.privacy-temp-hide-banner #ensNotifyBanner {
  display: none !important;
}
#tcf2__ensModalWrapper,
#tcf2__ensAdvancedModalWrapper {
  display: none !important;
}

footer .fil-cookie-policy,
#cookie-consent,
footer .cookiePolicy,
#cookieMgn,
.confirmation-container.cookie-agreement {
  display: none !important;
}
/*ScrollStop */
body.scrollStop {
  overflow-y: hidden;
}
/*End ScrollStop*/

#ensNotifyBanner,
#ensModalWrapper {
  box-sizing: border-box;
  display: none;
  font-family: neuzeit_grotesk, Neuzeit Grotesk, NeuzeitGro, Helvetica,
    Arial, sans-serif;
  font-size: 16px;
}
#ensNotifyBanner *,
#ensModalWrapper * {
  box-sizing: inherit;
}
#ensNotifyBanner .button,
#ensModalWrapper .button {
  background: transparent;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid transparent;
  border-radius: 0;
  color: #20242b;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  height: auto;
  width: auto;
  font-size: 1rem;
  line-height: 1;
  margin: 0 0 0 20px;
  padding: 16px 24px;
  text-align: center;
  transition: background-color 0.15s ease-out, color 0.15s ease-out,
    border-color 0.15s ease-out;
  white-space: nowrap;
}
#ensNotifyBanner .button:hover,
#ensModalWrapper .button:hover {
  background-color: rgba(255, 255, 255, 1);
  text-decoration: none;
}
/*#ensNotifyBanner .button.blue,*/
#ensModalWrapper .button.blue {
  background-color: #82c823;
}
/*#ensNotifyBanner .button.blue:hover,*/
#ensModalWrapper .button.blue:hover {
  background-color: #a2d830;
}
/*.theme-blue-ffb #ensNotifyBanner .button.blue,*/
.theme-blue-ffb #ensModalWrapper .button.blue,
#ensModalWrapper .theme-blue-ffb .button.blue {
  /*#ensNotifyBanner.theme-blue-ffb .button.blue {*/
  background-color: #002e85;
  color: #fefefe;
}
/*.theme-blue-ffb #ensNotifyBanner .button.blue:hover,*/
.theme-blue-ffb #ensModalWrapper .button.blue:hover,
#ensModalWrapper .theme-blue-ffb .button.blue:hover {
  /*#ensNotifyBanner.theme-blue-ffb .button.blue:hover {*/
  background-color: #6682b6;
}
#ensNotifyBanner .button:disabled,
#ensModalWrapper .button:disabled,
#ensModalWrapper .button:disabled:hover,
#ensModalWrapper .button:disabled:hover {
  background-color: #b9bdc4 !important;
  color: #fff !important;
}
#ensNotifyBanner .ensButtons .button:first-child {
  margin-left: 0;
}
/*Remove default link icon*/
#ensNotifyBanner a[target="_blank"]:after,
#ensModalWrapper a[target="_blank"]:after {
  content: "";
  margin-left: 0;
}

/* BANNER */
#ensNotifyBanner {
  background-color: rgba(0, 0, 0, 0.85);
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0 !important;
  z-index: 9999999;
}
#ensNotifyBanner .ens-privacy-banner-inner,
#ensNotifyBanner #ensBannerDescription,
#ensNotifyBanner .ensButtons {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
#ensNotifyBanner .ens-privacy-banner-inner {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 1.125rem;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 75rem;
}
#ensNotifyBanner a {
  color: #fff;
  text-decoration: underline;
}
#ensNotifyBanner .ensClear {
  display: none;
}
#ensNotifyBanner .ensButtons {
  white-space: nowrap;
}

/* Default Opt Out */
.ensModalBackdrop {
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999998;
}

.privacy-defaultOptOut
  body
  #ensNotifyBanner[style*="display: block"]
  ~ .ensModalBackdrop {
  display: block !important;
}

.privacy-defaultOptOut body #ensNotifyBanner {
  max-width: 1170px;
  width: 100%;
  top: 50%;
  left: 50% !important;
  transform: translate(-50%, -50%);
  bottom: auto;
  border: 1px solid #000;
}

/* Default Opt Out End */

/* MODAL */
#ensModalWrapper {
  background-color: rgba(0, 0, 0, 0.4);
  display: none !important;
  position: fixed;
  top: 0 !important;
  right: 0;
  bottom: 0;
  left: 0 !important;
  z-index: 9999998;
}
#ensModalWrapper[style*="display: block"] {
  display: block !important;
}
#ensModalWrapper a:hover {
  text-decoration: underline !important;
}
#ensModalWrapper hr {
  display: none;
}
#ensModalWrapper .ensModal {
  background-color: #fff;
  max-height: 85%;
  margin-left: -375px;
  overflow: auto;
  overflow-x: hidden;
  padding-top: 65px;
  padding-bottom: 65px;
  position: fixed;
  left: 50% !important;
  top: 100px !important;
  /* bottom: 50px; */
  z-index: 9999999;
  max-width: 750px;
}
#ensModalWrapper .ensTitle {
  display: block;
  font-size: 1.625rem;
  font-weight: 700;
  text-align: center;
  border-bottom: None;
  margin-bottom: 1.25rem;
}
#ensModalWrapper .ensToggleRowWrapper hr:not(:last-child) {
  background-color: #d8d8d8;
  border: 0;
  display: block;
  height: 1px;
  margin: 1.25rem auto;
}
#ensModalWrapper .ensToggleRow {
  opacity: 1 !important;
  padding-top: 14px;
  padding-bottom: 14px;
}
#ensModalWrapper .ensToggleRow:last-child {
  border-bottom: 0;
}
#ensModalWrapper .ensToggleRow:first-child .card {
  display: none;
}
#ensModalWrapper .ensToggleLabel,
#ensModalWrapper .description {
  padding-left: 90px;
  padding-right: 190px;
}
#ensModalWrapper .description {
  line-height: 1.45;
}
#ensModalWrapper .ensToggleRow:first-child .ensToggleLabel,
#ensModalWrapper .ensToggleRow:first-child .description {
  padding-right: 90px;
}
#ensModalWrapper .ensToggleLabel {
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0;
  position: relative;
}
#ensModalWrapper .card {
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  float: right;
  height: 32px;
  outline: none !important;
  margin: 0;
  padding: 0;
  position: relative;
  left: 100px;
  text-align: center;
  width: 56px;
  min-width: 0;
}
#ensModalWrapper .ensCheckbox {
  display: none;
}
#ensModalWrapper .switch {
  background-color: #fff;
  border: 2px solid #dbdcde;
  border-radius: 28px;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  transition: 0.5s;
  width: 100%;
}
#ensModalWrapper .toggle {
  background-color: #fff;
  border: 2px solid #dbdcde;
  border-radius: 50%;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
  width: 32px;
}
#ensModalWrapper .ensCheckbox:checked ~ .switch {
  background-color: #016fae;
  border-color: #016fae;
}
#ensModalWrapper .ensCheckbox:checked ~ .toggle {
  border-color: transparent;
  height: 28px;
  width: 28px;
  top: 2px;
  left: 26px;
}
#ensModalWrapper .ensButtons {
  margin-top: 1.25rem;
  text-align: center;
}
#ensModalWrapper .button {
  margin: 0 10px;
}
#ensModalWrapper a {
  color: #1175a9;
  text-decoration: none;
}
#ensModalWrapper #ensCancel {
  color: #1175a9;
  background: #eeeff0;
}
#ensModalWrapper #ensCancel:hover {
  background: #f7f7f8;
}
#ensModalWrapper .footer {
  margin-top: 30px;
  text-align: center !important;
  width: auto !important;
  background: none !important;
  border: none !important;
  position: relative;
  display: block;
}

/*xIcon*/
#ensModalWrapper .ensModal .xIcon {
  float: right;
  display: block;
  color: black;
  height: 16px;
  width: 16px;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
}

@media print, screen and (min-width: 40em) {
  #ensNotifyBanner .ens-privacy-banner-inner,
  #ensNotifyBanner #ensBannerDescription,
  #ensNotifyBanner .ensButtons {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media screen and (max-width: 39.99875em) {
  #ensModalWrapper .ensModal {
    top: 0px !important;
    max-height: 98%;
    padding-top: 45px;
    padding-bottom: 45px;
  }
  #ensNotifyBanner .ens-privacy-banner-inner {
    display: block;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  #ensNotifyBanner #ensBannerDescription,
  #ensNotifyBanner .ensButtons {
    text-align: center;
  }
  #ensNotifyBanner #ensBannerDescription {
    margin-bottom: 20px;
  }
}

/*Logic to handle 3rd button*/
@media screen and (max-width: 450px) {
  #ensNotifyBanner .ensButtons {
    display: grid;
  }
  #ensNotifyBanner .ensButtons #ensCloseBanner,
  #ensNotifyBanner .ensButtons #ensRejectAll,
  #ensNotifyBanner .ensButtons #ens-privacy-customise,
  #ensNotifyBanner .ensButtons #ensAcceptAll,
  #ensNotifyBanner .ensButtons #ensOpenModal {
    margin: 10px;
  }
}
@media screen and (max-width: 825px) {
  #ensNotifyBanner #ensBannerDescription,
  #ensNotifyBanner .ensButtons {
    text-align: center !important;
    margin-top: 10px;
  }

  #ensNotifyBanner .ens-privacy-banner-inner {
    display: block !important;
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
}
/*end logic to handle 3rd button*/

@media screen and (max-width: 749px) {
  #ensModalWrapper .ensModal {
    left: 0 !important;
    margin: 0.5em;
  }
  #ensModalWrapper .ensToggleRow {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #ensModalWrapper .ensToggleLabel,
  #ensModalWrapper .description {
    padding-left: 30px;
    padding-right: 130px;
  }
  #ensModalWrapper .ensToggleRow:first-child .ensToggleLabel,
  #ensModalWrapper .ensToggleRow:first-child .description {
    padding-right: 30px;
  }
  /*xIcon*/
  #ensModalWrapper .ensModal .xIcon {
    float: right;
    display: block;
    color: black;
    height: 16px;
    width: 16px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
  }
}
/* HIDE BANNER/MODAL FOR PRINT */
@media print {
  #ensNotifyBanner,
  #ensModalWrapper,
  #ensighten-privacy-modal,
  #cookie-disclaimer-region {
    display: none !important;
  }
}

/*Hide Banner and remove scrollStop on Cookie Policy Pages*/
.privacy-cookiePolicyPage #ensBannerWrapper,
.privacy-cookiePolicyPage #ensNotifyBanner,
.privacy-cookiePolicyPage
  .scrollStop
  #ensNotifyBanner[style*="display: block"]
  ~ .ensModalBackdrop {
  display: none !important;
}

.privacy-cookiePolicyPage body.scrollStop {
  overflow-y: auto;
}
/*End Cookie Policy Pages*/


#header-region .logo-container.delta {
  width: 445px;
  height: 49px;
  background: url("/static/france/images/delta/Combined-logo@1x.png")
    no-repeat;
  background-size: 445px 49px;
}
@media print, screen and (min-width: 32em) {
  .reveal.large,
  .reveal.small,
  .reveal.tiny,
  .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
} /*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: rgba(0, 0, 0, 0);
}
abbr[title] {
  border-bottom: 0;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
[data-whatintent="mouse"] *,
[data-whatintent="mouse"] *:focus,
[data-whatintent="touch"] *,
[data-whatintent="touch"] *:focus,
[data-whatinput="mouse"] *,
[data-whatinput="mouse"] *:focus,
[data-whatinput="touch"] *,
[data-whatinput="touch"] *:focus {
  outline: none;
}
[draggable="false"] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
.foundation-mq {
  font-family: "small=0em&medium=32em&large=50.625em&xlarge=78.0625em&xxlarge=120em";
}
html {
  box-sizing: border-box;
  font-size: 16px;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Neuzeit Grotesk", "NeuzeitGro", "Arial", "Helvetica",
    sans-serif;
  font-weight: normal;
  line-height: 1.47;
  color: #20242b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}
select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}
button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: rgba(0, 0, 0, 0);
  line-height: 1;
  cursor: auto;
}
[data-whatinput="mouse"] button {
  outline: 0;
}
pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}
.is-visible {
  display: block !important;
}
.is-hidden {
  display: none !important;
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
p {
  margin-bottom: 14px;
  font-size: inherit;
  line-height: 1.47;
  text-rendering: optimizeLegibility;
}
em,
i {
  font-style: italic;
  line-height: inherit;
}
strong,
b {
  font-weight: bold;
  line-height: inherit;
}
small {
  font-size: 13px;
  line-height: inherit;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Neuzeit Grotesk", "NeuzeitGro", "Arial", "Helvetica",
    sans-serif;
  font-style: normal;
  font-weight: bold;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small {
  line-height: 0;
  color: #515b6b;
}
h1,
.h1 {
  font-size: 2.25rem;
  line-height: 1.08;
  margin-top: 0;
  margin-bottom: 1.5625rem;
}
h2,
.h2 {
  font-size: 1.6875rem;
  line-height: 1.15;
  margin-top: 0;
  margin-bottom: 1.3125rem;
}
h3,
.h3 {
  font-size: 1.25rem;
  line-height: 1.15;
  margin-top: 0;
  margin-bottom: 0.4375rem;
}
h4,
.h4 {
  font-size: 1rem;
  line-height: 1.47;
  margin-top: 0;
  margin-bottom: 0;
}
a {
  line-height: inherit;
  color: #016fad;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
a:focus {
  color: #00527c;
  text-decoration: underline;
}
a img {
  border: 0;
}
hr {
  clear: both;
  max-width: 1200px;
  height: 0;
  margin: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #dcdee1;
  border-left: 0;
}
ul,
ol,
dl {
  margin-bottom: 0;
  list-style-position: outside;
  line-height: 1.6;
}
li {
  font-size: inherit;
}
ul {
  margin-left: 0;
  list-style-type: none;
}
ol {
  margin-left: 0;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}
dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}
blockquote {
  margin: 0 0 14px;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}
blockquote,
blockquote p {
  line-height: 1.47;
  color: #8a8a8a;
}
abbr,
abbr[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
  text-decoration: none;
}
figure {
  margin: 0;
}
kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: "Consolas", "Liberation Mono", "Courier", monospace;
  color: #000;
}
.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}
.lead {
  font-size: 20px;
  line-height: 1.6;
}
.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}
ul.no-bullet,
ol.no-bullet {
  margin-left: 0;
  list-style: none;
}
.cite-block,
cite {
  display: block;
  color: #8a8a8a;
  font-size: 0.8125rem;
}
.cite-block:before,
cite:before {
  content: "— ";
}
.code-inline,
code {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: "Consolas", "Liberation Mono", "Courier", monospace;
  font-weight: normal;
  color: #000;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}
.code-block {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: "Consolas", "Liberation Mono", "Courier", monospace;
  font-weight: normal;
  color: #000;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
@media print, screen and (min-width: 32em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 50.625em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 78.0625em) {
  .xlarge-text-left {
    text-align: left;
  }
  .xlarge-text-right {
    text-align: right;
  }
  .xlarge-text-center {
    text-align: center;
  }
  .xlarge-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 120em) {
  .xxlarge-text-left {
    text-align: left;
  }
  .xxlarge-text-right {
    text-align: right;
  }
  .xxlarge-text-center {
    text-align: center;
  }
  .xxlarge-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}
@media print {
  * {
    print-color-adjust: exact;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 9px 18px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 16px;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
[data-whatinput="mouse"] .button {
  outline: 0;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 13px;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button,
.button.disabled,
.button[disabled],
.button.disabled:hover,
.button[disabled]:hover,
.button.disabled:focus,
.button[disabled]:focus {
  background-color: #016fad;
  color: #fff;
}
.button:hover,
.button:focus {
  background-color: #015e93;
  color: #fff;
}
.button.hollow,
.button.hollow:hover,
.button.hollow:focus,
.button.hollow.disabled,
.button.hollow.disabled:hover,
.button.hollow.disabled:focus,
.button.hollow[disabled],
.button.hollow[disabled]:hover,
.button.hollow[disabled]:focus {
  background-color: rgba(0, 0, 0, 0);
}
.button.hollow,
.button.hollow.disabled,
.button.hollow[disabled],
.button.hollow.disabled:hover,
.button.hollow[disabled]:hover,
.button.hollow.disabled:focus,
.button.hollow[disabled]:focus {
  border: 2px solid #016fad;
  color: #016fad;
}
.button.hollow:hover,
.button.hollow:focus {
  border-color: #013857;
  color: #013857;
}
.button.clear,
.button.clear:hover,
.button.clear:focus,
.button.clear.disabled,
.button.clear.disabled:hover,
.button.clear.disabled:focus,
.button.clear[disabled],
.button.clear[disabled]:hover,
.button.clear[disabled]:focus {
  border-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}
.button.clear,
.button.clear.disabled,
.button.clear[disabled],
.button.clear.disabled:hover,
.button.clear[disabled]:hover,
.button.clear.disabled:focus,
.button.clear[disabled]:focus {
  color: #016fad;
}
.button.clear:hover,
.button.clear:focus {
  color: #013857;
}
.button.disabled,
.button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em;
  content: "";
  border-bottom-width: 0;
  border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 18px;
}
.button.dropdown.hollow::after,
.button.dropdown.clear::after {
  border-top-color: #016fad;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}
a.button:hover,
a.button:focus {
  text-decoration: none;
}
[type="text"],
[type="password"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="month"],
[type="week"],
[type="email"],
[type="number"],
[type="search"],
[type="tel"],
[type="time"],
[type="url"],
[type="color"],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.3875rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.45;
  color: #000;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none;
}
[type="text"]:focus,
[type="password"]:focus,
[type="date"]:focus,
[type="datetime"]:focus,
[type="datetime-local"]:focus,
[type="month"]:focus,
[type="week"]:focus,
[type="email"]:focus,
[type="number"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="color"]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}
input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
[type="submit"],
[type="button"] {
  appearance: none;
  border-radius: 0;
}
input[type="search"] {
  box-sizing: border-box;
}
::placeholder {
  color: #888;
}
[type="file"],
[type="checkbox"],
[type="radio"] {
  margin: 0 0 1rem;
}
[type="checkbox"] + label,
#recover-credentials-form-container .error [type="checkbox"] + input,
#forgot-form-container .error [type="checkbox"] + input,
[type="radio"] + label,
#recover-credentials-form-container .error [type="radio"] + input,
#forgot-form-container .error [type="radio"] + input {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
[type="checkbox"] + label[for],
#recover-credentials-form-container .error [type="checkbox"] + input[for],
#forgot-form-container .error [type="checkbox"] + input[for],
[type="radio"] + label[for],
#recover-credentials-form-container .error [type="radio"] + input[for],
#forgot-form-container .error [type="radio"] + input[for] {
  cursor: pointer;
}
label > [type="checkbox"],
#recover-credentials-form-container .error input > [type="checkbox"],
#forgot-form-container .error input > [type="checkbox"],
label > [type="radio"],
#recover-credentials-form-container .error input > [type="radio"],
#forgot-form-container .error input > [type="radio"] {
  margin-right: 0.5rem;
}
[type="file"] {
  width: 100%;
}
label,
#recover-credentials-form-container .error input,
#forgot-form-container .error input {
  display: block;
  margin: 0;
  font-size: 0.9375rem;
  font-weight: normal;
  line-height: 1.8;
  color: #20242b;
}
label.middle,
#recover-credentials-form-container .error input.middle,
#forgot-form-container .error input.middle {
  margin: 0 0 1rem;
  line-height: 1.47;
  padding: 0.5625rem 0;
}
.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: normal;
  color: #20242b;
}
.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
}
.input-group > :first-child,
.input-group > :first-child.input-group-button > * {
  border-radius: 0 0 0 0;
}
.input-group > :last-child,
.input-group > :last-child.input-group-button > * {
  border-radius: 0 0 0 0;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label,
.input-group-button #recover-credentials-form-container .error input,
#recover-credentials-form-container .error .input-group-button input,
.input-group-button #forgot-form-container .error input,
#forgot-form-container .error .input-group-button input,
.input-group-button,
.input-group-field,
.input-group-label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
}
.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #000;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}
.input-group-field {
  border-radius: 0;
}
.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label,
.input-group-button #recover-credentials-form-container .error input,
#recover-credentials-form-container .error .input-group-button input,
.input-group-button #forgot-form-container .error input,
#forgot-form-container .error .input-group-button input {
  height: 2.3875rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}
.input-group .input-group-button {
  display: table-cell;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}
.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}
select {
  height: 2.3875rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.45;
  color: #000;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28138, 138, 138%29"></polygon></svg>');
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
@media screen and (min-width: 0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}
.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #faedeb;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}
.is-invalid-label {
  color: #cc4b37;
}
.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37;
}
.form-error.is-visible {
  display: block;
}
.hide {
  display: none !important;
}
.invisible {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
@media print, screen and (max-width: 31.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}
@media screen and (max-width: 0em), screen and (min-width: 32em) {
  .show-for-small-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 32em) {
  .hide-for-medium {
    display: none !important;
  }
}
@media screen and (max-width: 31.99875em) {
  .show-for-medium {
    display: none !important;
  }
}
@media print, screen and (min-width: 32em) and (max-width: 50.62375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}
@media screen and (max-width: 31.99875em),
  screen and (min-width: 50.625em) {
  .show-for-medium-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 50.625em) {
  .hide-for-large {
    display: none !important;
  }
}
@media screen and (max-width: 50.62375em) {
  .show-for-large {
    display: none !important;
  }
}
@media print,
  screen and (min-width: 50.625em) and (max-width: 78.06125em) {
  .hide-for-large-only {
    display: none !important;
  }
}
@media screen and (max-width: 50.62375em),
  screen and (min-width: 78.0625em) {
  .show-for-large-only {
    display: none !important;
  }
}
@media screen and (min-width: 78.0625em) {
  .hide-for-xlarge {
    display: none !important;
  }
}
@media screen and (max-width: 78.06125em) {
  .show-for-xlarge {
    display: none !important;
  }
}
@media screen and (min-width: 78.0625em) and (max-width: 119.99875em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}
@media screen and (max-width: 78.06125em), screen and (min-width: 120em) {
  .show-for-xlarge-only {
    display: none !important;
  }
}
@media screen and (min-width: 120em) {
  .hide-for-xxlarge {
    display: none !important;
  }
}
@media screen and (max-width: 119.99875em) {
  .show-for-xxlarge {
    display: none !important;
  }
}
@media screen and (min-width: 120em) {
  .hide-for-xxlarge-only {
    display: none !important;
  }
}
@media screen and (max-width: 119.99875em) {
  .show-for-xxlarge-only {
    display: none !important;
  }
}
.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}
.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}
.show-for-dark-mode {
  display: none;
}
.hide-for-dark-mode {
  display: block;
}
@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }
  .hide-for-dark-mode {
    display: none !important;
  }
}
.show-for-ie {
  display: none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }
  .hide-for-ie {
    display: none !important;
  }
}
.show-for-sticky {
  display: none;
}
.is-stuck .show-for-sticky {
  display: block;
}
.is-stuck .hide-for-sticky {
  display: none;
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.clearfix::before,
.clearfix::after {
  display: table;
  content: " ";
}
.clearfix::after {
  clear: both;
}
.grid-container {
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 50.625em) {
  .grid-container {
    padding-right: 3.125rem;
    padding-left: 3.125rem;
  }
}
.grid-container.fluid {
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 50.625em) {
  .grid-container.fluid {
    padding-right: 3.125rem;
    padding-left: 3.125rem;
  }
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.grid-x {
  display: flex;
  flex-flow: row wrap;
}
.cell {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}
.cell.auto {
  flex: 1 1 0;
}
.cell.shrink {
  flex: 0 0 auto;
}
.grid-x > .auto {
  width: auto;
}
.grid-x > .shrink {
  width: auto;
}
.grid-x > .small-shrink,
.grid-x > .small-full,
.grid-x > .small-1,
.grid-x > .small-2,
.grid-x > .small-3,
.grid-x > .small-4,
.grid-x > .small-5,
.grid-x > .small-6,
.grid-x > .small-7,
.grid-x > .small-8,
.grid-x > .small-9,
.grid-x > .small-10,
.grid-x > .small-11,
.grid-x > .small-12,
.grid-x > .small-13,
.grid-x > .small-14,
.grid-x > .small-15,
.grid-x > .small-16,
.grid-x > .small-17,
.grid-x > .small-18,
.grid-x > .small-19,
.grid-x > .small-20,
.grid-x > .small-21,
.grid-x > .small-22,
.grid-x > .small-23,
.grid-x > .small-24 {
  flex-basis: auto;
}
@media print, screen and (min-width: 32em) {
  .grid-x > .medium-shrink,
  .grid-x > .medium-full,
  .grid-x > .medium-1,
  .grid-x > .medium-2,
  .grid-x > .medium-3,
  .grid-x > .medium-4,
  .grid-x > .medium-5,
  .grid-x > .medium-6,
  .grid-x > .medium-7,
  .grid-x > .medium-8,
  .grid-x > .medium-9,
  .grid-x > .medium-10,
  .grid-x > .medium-11,
  .grid-x > .medium-12,
  .grid-x > .medium-13,
  .grid-x > .medium-14,
  .grid-x > .medium-15,
  .grid-x > .medium-16,
  .grid-x > .medium-17,
  .grid-x > .medium-18,
  .grid-x > .medium-19,
  .grid-x > .medium-20,
  .grid-x > .medium-21,
  .grid-x > .medium-22,
  .grid-x > .medium-23,
  .grid-x > .medium-24 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 50.625em) {
  .grid-x > .large-shrink,
  .grid-x > .large-full,
  .grid-x > .large-1,
  .grid-x > .large-2,
  .grid-x > .large-3,
  .grid-x > .large-4,
  .grid-x > .large-5,
  .grid-x > .large-6,
  .grid-x > .large-7,
  .grid-x > .large-8,
  .grid-x > .large-9,
  .grid-x > .large-10,
  .grid-x > .large-11,
  .grid-x > .large-12,
  .grid-x > .large-13,
  .grid-x > .large-14,
  .grid-x > .large-15,
  .grid-x > .large-16,
  .grid-x > .large-17,
  .grid-x > .large-18,
  .grid-x > .large-19,
  .grid-x > .large-20,
  .grid-x > .large-21,
  .grid-x > .large-22,
  .grid-x > .large-23,
  .grid-x > .large-24 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 78.0625em) {
  .grid-x > .xlarge-shrink,
  .grid-x > .xlarge-full,
  .grid-x > .xlarge-1,
  .grid-x > .xlarge-2,
  .grid-x > .xlarge-3,
  .grid-x > .xlarge-4,
  .grid-x > .xlarge-5,
  .grid-x > .xlarge-6,
  .grid-x > .xlarge-7,
  .grid-x > .xlarge-8,
  .grid-x > .xlarge-9,
  .grid-x > .xlarge-10,
  .grid-x > .xlarge-11,
  .grid-x > .xlarge-12,
  .grid-x > .xlarge-13,
  .grid-x > .xlarge-14,
  .grid-x > .xlarge-15,
  .grid-x > .xlarge-16,
  .grid-x > .xlarge-17,
  .grid-x > .xlarge-18,
  .grid-x > .xlarge-19,
  .grid-x > .xlarge-20,
  .grid-x > .xlarge-21,
  .grid-x > .xlarge-22,
  .grid-x > .xlarge-23,
  .grid-x > .xlarge-24 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 120em) {
  .grid-x > .xxlarge-shrink,
  .grid-x > .xxlarge-full,
  .grid-x > .xxlarge-1,
  .grid-x > .xxlarge-2,
  .grid-x > .xxlarge-3,
  .grid-x > .xxlarge-4,
  .grid-x > .xxlarge-5,
  .grid-x > .xxlarge-6,
  .grid-x > .xxlarge-7,
  .grid-x > .xxlarge-8,
  .grid-x > .xxlarge-9,
  .grid-x > .xxlarge-10,
  .grid-x > .xxlarge-11,
  .grid-x > .xxlarge-12,
  .grid-x > .xxlarge-13,
  .grid-x > .xxlarge-14,
  .grid-x > .xxlarge-15,
  .grid-x > .xxlarge-16,
  .grid-x > .xxlarge-17,
  .grid-x > .xxlarge-18,
  .grid-x > .xxlarge-19,
  .grid-x > .xxlarge-20,
  .grid-x > .xxlarge-21,
  .grid-x > .xxlarge-22,
  .grid-x > .xxlarge-23,
  .grid-x > .xxlarge-24 {
    flex-basis: auto;
  }
}
.grid-x > .small-24,
.grid-x > .small-23,
.grid-x > .small-22,
.grid-x > .small-21,
.grid-x > .small-20,
.grid-x > .small-19,
.grid-x > .small-18,
.grid-x > .small-17,
.grid-x > .small-16,
.grid-x > .small-15,
.grid-x > .small-14,
.grid-x > .small-13,
.grid-x > .small-12,
.grid-x > .small-11,
.grid-x > .small-10,
.grid-x > .small-9,
.grid-x > .small-8,
.grid-x > .small-7,
.grid-x > .small-6,
.grid-x > .small-5,
.grid-x > .small-4,
.grid-x > .small-3,
.grid-x > .small-2,
.grid-x > .small-1 {
  flex: 0 0 auto;
}
.grid-x > .small-1 {
  width: 4.1666666667%;
}
.grid-x > .small-2 {
  width: 8.3333333333%;
}
.grid-x > .small-3 {
  width: 12.5%;
}
.grid-x > .small-4 {
  width: 16.6666666667%;
}
.grid-x > .small-5 {
  width: 20.8333333333%;
}
.grid-x > .small-6 {
  width: 25%;
}
.grid-x > .small-7 {
  width: 29.1666666667%;
}
.grid-x > .small-8 {
  width: 33.3333333333%;
}
.grid-x > .small-9 {
  width: 37.5%;
}
.grid-x > .small-10 {
  width: 41.6666666667%;
}
.grid-x > .small-11 {
  width: 45.8333333333%;
}
.grid-x > .small-12 {
  width: 50%;
}
.grid-x > .small-13 {
  width: 54.1666666667%;
}
.grid-x > .small-14 {
  width: 58.3333333333%;
}
.grid-x > .small-15 {
  width: 62.5%;
}
.grid-x > .small-16 {
  width: 66.6666666667%;
}
.grid-x > .small-17 {
  width: 70.8333333333%;
}
.grid-x > .small-18 {
  width: 75%;
}
.grid-x > .small-19 {
  width: 79.1666666667%;
}
.grid-x > .small-20 {
  width: 83.3333333333%;
}
.grid-x > .small-21 {
  width: 87.5%;
}
.grid-x > .small-22 {
  width: 91.6666666667%;
}
.grid-x > .small-23 {
  width: 95.8333333333%;
}
.grid-x > .small-24 {
  width: 100%;
}
@media print, screen and (min-width: 32em) {
  .grid-x > .medium-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .medium-24,
  .grid-x > .medium-23,
  .grid-x > .medium-22,
  .grid-x > .medium-21,
  .grid-x > .medium-20,
  .grid-x > .medium-19,
  .grid-x > .medium-18,
  .grid-x > .medium-17,
  .grid-x > .medium-16,
  .grid-x > .medium-15,
  .grid-x > .medium-14,
  .grid-x > .medium-13,
  .grid-x > .medium-12,
  .grid-x > .medium-11,
  .grid-x > .medium-10,
  .grid-x > .medium-9,
  .grid-x > .medium-8,
  .grid-x > .medium-7,
  .grid-x > .medium-6,
  .grid-x > .medium-5,
  .grid-x > .medium-4,
  .grid-x > .medium-3,
  .grid-x > .medium-2,
  .grid-x > .medium-1,
  .grid-x > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 4.1666666667%;
  }
  .grid-x > .medium-2 {
    width: 8.3333333333%;
  }
  .grid-x > .medium-3 {
    width: 12.5%;
  }
  .grid-x > .medium-4 {
    width: 16.6666666667%;
  }
  .grid-x > .medium-5 {
    width: 20.8333333333%;
  }
  .grid-x > .medium-6 {
    width: 25%;
  }
  .grid-x > .medium-7 {
    width: 29.1666666667%;
  }
  .grid-x > .medium-8 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-9 {
    width: 37.5%;
  }
  .grid-x > .medium-10 {
    width: 41.6666666667%;
  }
  .grid-x > .medium-11 {
    width: 45.8333333333%;
  }
  .grid-x > .medium-12 {
    width: 50%;
  }
  .grid-x > .medium-13 {
    width: 54.1666666667%;
  }
  .grid-x > .medium-14 {
    width: 58.3333333333%;
  }
  .grid-x > .medium-15 {
    width: 62.5%;
  }
  .grid-x > .medium-16 {
    width: 66.6666666667%;
  }
  .grid-x > .medium-17 {
    width: 70.8333333333%;
  }
  .grid-x > .medium-18 {
    width: 75%;
  }
  .grid-x > .medium-19 {
    width: 79.1666666667%;
  }
  .grid-x > .medium-20 {
    width: 83.3333333333%;
  }
  .grid-x > .medium-21 {
    width: 87.5%;
  }
  .grid-x > .medium-22 {
    width: 91.6666666667%;
  }
  .grid-x > .medium-23 {
    width: 95.8333333333%;
  }
  .grid-x > .medium-24 {
    width: 100%;
  }
}
@media print, screen and (min-width: 50.625em) {
  .grid-x > .large-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .large-24,
  .grid-x > .large-23,
  .grid-x > .large-22,
  .grid-x > .large-21,
  .grid-x > .large-20,
  .grid-x > .large-19,
  .grid-x > .large-18,
  .grid-x > .large-17,
  .grid-x > .large-16,
  .grid-x > .large-15,
  .grid-x > .large-14,
  .grid-x > .large-13,
  .grid-x > .large-12,
  .grid-x > .large-11,
  .grid-x > .large-10,
  .grid-x > .large-9,
  .grid-x > .large-8,
  .grid-x > .large-7,
  .grid-x > .large-6,
  .grid-x > .large-5,
  .grid-x > .large-4,
  .grid-x > .large-3,
  .grid-x > .large-2,
  .grid-x > .large-1,
  .grid-x > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 4.1666666667%;
  }
  .grid-x > .large-2 {
    width: 8.3333333333%;
  }
  .grid-x > .large-3 {
    width: 12.5%;
  }
  .grid-x > .large-4 {
    width: 16.6666666667%;
  }
  .grid-x > .large-5 {
    width: 20.8333333333%;
  }
  .grid-x > .large-6 {
    width: 25%;
  }
  .grid-x > .large-7 {
    width: 29.1666666667%;
  }
  .grid-x > .large-8 {
    width: 33.3333333333%;
  }
  .grid-x > .large-9 {
    width: 37.5%;
  }
  .grid-x > .large-10 {
    width: 41.6666666667%;
  }
  .grid-x > .large-11 {
    width: 45.8333333333%;
  }
  .grid-x > .large-12 {
    width: 50%;
  }
  .grid-x > .large-13 {
    width: 54.1666666667%;
  }
  .grid-x > .large-14 {
    width: 58.3333333333%;
  }
  .grid-x > .large-15 {
    width: 62.5%;
  }
  .grid-x > .large-16 {
    width: 66.6666666667%;
  }
  .grid-x > .large-17 {
    width: 70.8333333333%;
  }
  .grid-x > .large-18 {
    width: 75%;
  }
  .grid-x > .large-19 {
    width: 79.1666666667%;
  }
  .grid-x > .large-20 {
    width: 83.3333333333%;
  }
  .grid-x > .large-21 {
    width: 87.5%;
  }
  .grid-x > .large-22 {
    width: 91.6666666667%;
  }
  .grid-x > .large-23 {
    width: 95.8333333333%;
  }
  .grid-x > .large-24 {
    width: 100%;
  }
}
@media screen and (min-width: 78.0625em) {
  .grid-x > .xlarge-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .xlarge-24,
  .grid-x > .xlarge-23,
  .grid-x > .xlarge-22,
  .grid-x > .xlarge-21,
  .grid-x > .xlarge-20,
  .grid-x > .xlarge-19,
  .grid-x > .xlarge-18,
  .grid-x > .xlarge-17,
  .grid-x > .xlarge-16,
  .grid-x > .xlarge-15,
  .grid-x > .xlarge-14,
  .grid-x > .xlarge-13,
  .grid-x > .xlarge-12,
  .grid-x > .xlarge-11,
  .grid-x > .xlarge-10,
  .grid-x > .xlarge-9,
  .grid-x > .xlarge-8,
  .grid-x > .xlarge-7,
  .grid-x > .xlarge-6,
  .grid-x > .xlarge-5,
  .grid-x > .xlarge-4,
  .grid-x > .xlarge-3,
  .grid-x > .xlarge-2,
  .grid-x > .xlarge-1,
  .grid-x > .xlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .xlarge-shrink {
    width: auto;
  }
  .grid-x > .xlarge-1 {
    width: 4.1666666667%;
  }
  .grid-x > .xlarge-2 {
    width: 8.3333333333%;
  }
  .grid-x > .xlarge-3 {
    width: 12.5%;
  }
  .grid-x > .xlarge-4 {
    width: 16.6666666667%;
  }
  .grid-x > .xlarge-5 {
    width: 20.8333333333%;
  }
  .grid-x > .xlarge-6 {
    width: 25%;
  }
  .grid-x > .xlarge-7 {
    width: 29.1666666667%;
  }
  .grid-x > .xlarge-8 {
    width: 33.3333333333%;
  }
  .grid-x > .xlarge-9 {
    width: 37.5%;
  }
  .grid-x > .xlarge-10 {
    width: 41.6666666667%;
  }
  .grid-x > .xlarge-11 {
    width: 45.8333333333%;
  }
  .grid-x > .xlarge-12 {
    width: 50%;
  }
  .grid-x > .xlarge-13 {
    width: 54.1666666667%;
  }
  .grid-x > .xlarge-14 {
    width: 58.3333333333%;
  }
  .grid-x > .xlarge-15 {
    width: 62.5%;
  }
  .grid-x > .xlarge-16 {
    width: 66.6666666667%;
  }
  .grid-x > .xlarge-17 {
    width: 70.8333333333%;
  }
  .grid-x > .xlarge-18 {
    width: 75%;
  }
  .grid-x > .xlarge-19 {
    width: 79.1666666667%;
  }
  .grid-x > .xlarge-20 {
    width: 83.3333333333%;
  }
  .grid-x > .xlarge-21 {
    width: 87.5%;
  }
  .grid-x > .xlarge-22 {
    width: 91.6666666667%;
  }
  .grid-x > .xlarge-23 {
    width: 95.8333333333%;
  }
  .grid-x > .xlarge-24 {
    width: 100%;
  }
}
@media screen and (min-width: 120em) {
  .grid-x > .xxlarge-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .xxlarge-24,
  .grid-x > .xxlarge-23,
  .grid-x > .xxlarge-22,
  .grid-x > .xxlarge-21,
  .grid-x > .xxlarge-20,
  .grid-x > .xxlarge-19,
  .grid-x > .xxlarge-18,
  .grid-x > .xxlarge-17,
  .grid-x > .xxlarge-16,
  .grid-x > .xxlarge-15,
  .grid-x > .xxlarge-14,
  .grid-x > .xxlarge-13,
  .grid-x > .xxlarge-12,
  .grid-x > .xxlarge-11,
  .grid-x > .xxlarge-10,
  .grid-x > .xxlarge-9,
  .grid-x > .xxlarge-8,
  .grid-x > .xxlarge-7,
  .grid-x > .xxlarge-6,
  .grid-x > .xxlarge-5,
  .grid-x > .xxlarge-4,
  .grid-x > .xxlarge-3,
  .grid-x > .xxlarge-2,
  .grid-x > .xxlarge-1,
  .grid-x > .xxlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .xxlarge-shrink {
    width: auto;
  }
  .grid-x > .xxlarge-1 {
    width: 4.1666666667%;
  }
  .grid-x > .xxlarge-2 {
    width: 8.3333333333%;
  }
  .grid-x > .xxlarge-3 {
    width: 12.5%;
  }
  .grid-x > .xxlarge-4 {
    width: 16.6666666667%;
  }
  .grid-x > .xxlarge-5 {
    width: 20.8333333333%;
  }
  .grid-x > .xxlarge-6 {
    width: 25%;
  }
  .grid-x > .xxlarge-7 {
    width: 29.1666666667%;
  }
  .grid-x > .xxlarge-8 {
    width: 33.3333333333%;
  }
  .grid-x > .xxlarge-9 {
    width: 37.5%;
  }
  .grid-x > .xxlarge-10 {
    width: 41.6666666667%;
  }
  .grid-x > .xxlarge-11 {
    width: 45.8333333333%;
  }
  .grid-x > .xxlarge-12 {
    width: 50%;
  }
  .grid-x > .xxlarge-13 {
    width: 54.1666666667%;
  }
  .grid-x > .xxlarge-14 {
    width: 58.3333333333%;
  }
  .grid-x > .xxlarge-15 {
    width: 62.5%;
  }
  .grid-x > .xxlarge-16 {
    width: 66.6666666667%;
  }
  .grid-x > .xxlarge-17 {
    width: 70.8333333333%;
  }
  .grid-x > .xxlarge-18 {
    width: 75%;
  }
  .grid-x > .xxlarge-19 {
    width: 79.1666666667%;
  }
  .grid-x > .xxlarge-20 {
    width: 83.3333333333%;
  }
  .grid-x > .xxlarge-21 {
    width: 87.5%;
  }
  .grid-x > .xxlarge-22 {
    width: 91.6666666667%;
  }
  .grid-x > .xxlarge-23 {
    width: 95.8333333333%;
  }
  .grid-x > .xxlarge-24 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}
.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}
.grid-margin-x {
  margin-left: -0.78125rem;
  margin-right: -0.78125rem;
}
.grid-margin-x > .cell {
  width: calc(100% - 1.5625rem);
  margin-left: 0.78125rem;
  margin-right: 0.78125rem;
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(4.1666666667% - 1.5625rem);
}
.grid-margin-x > .small-2 {
  width: calc(8.3333333333% - 1.5625rem);
}
.grid-margin-x > .small-3 {
  width: calc(12.5% - 1.5625rem);
}
.grid-margin-x > .small-4 {
  width: calc(16.6666666667% - 1.5625rem);
}
.grid-margin-x > .small-5 {
  width: calc(20.8333333333% - 1.5625rem);
}
.grid-margin-x > .small-6 {
  width: calc(25% - 1.5625rem);
}
.grid-margin-x > .small-7 {
  width: calc(29.1666666667% - 1.5625rem);
}
.grid-margin-x > .small-8 {
  width: calc(33.3333333333% - 1.5625rem);
}
.grid-margin-x > .small-9 {
  width: calc(37.5% - 1.5625rem);
}
.grid-margin-x > .small-10 {
  width: calc(41.6666666667% - 1.5625rem);
}
.grid-margin-x > .small-11 {
  width: calc(45.8333333333% - 1.5625rem);
}
.grid-margin-x > .small-12 {
  width: calc(50% - 1.5625rem);
}
.grid-margin-x > .small-13 {
  width: calc(54.1666666667% - 1.5625rem);
}
.grid-margin-x > .small-14 {
  width: calc(58.3333333333% - 1.5625rem);
}
.grid-margin-x > .small-15 {
  width: calc(62.5% - 1.5625rem);
}
.grid-margin-x > .small-16 {
  width: calc(66.6666666667% - 1.5625rem);
}
.grid-margin-x > .small-17 {
  width: calc(70.8333333333% - 1.5625rem);
}
.grid-margin-x > .small-18 {
  width: calc(75% - 1.5625rem);
}
.grid-margin-x > .small-19 {
  width: calc(79.1666666667% - 1.5625rem);
}
.grid-margin-x > .small-20 {
  width: calc(83.3333333333% - 1.5625rem);
}
.grid-margin-x > .small-21 {
  width: calc(87.5% - 1.5625rem);
}
.grid-margin-x > .small-22 {
  width: calc(91.6666666667% - 1.5625rem);
}
.grid-margin-x > .small-23 {
  width: calc(95.8333333333% - 1.5625rem);
}
.grid-margin-x > .small-24 {
  width: calc(100% - 1.5625rem);
}
@media print, screen and (min-width: 32em) {
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(4.1666666667% - 1.5625rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(8.3333333333% - 1.5625rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(12.5% - 1.5625rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(16.6666666667% - 1.5625rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(20.8333333333% - 1.5625rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(25% - 1.5625rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(29.1666666667% - 1.5625rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(33.3333333333% - 1.5625rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(37.5% - 1.5625rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(41.6666666667% - 1.5625rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(45.8333333333% - 1.5625rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(50% - 1.5625rem);
  }
  .grid-margin-x > .medium-13 {
    width: calc(54.1666666667% - 1.5625rem);
  }
  .grid-margin-x > .medium-14 {
    width: calc(58.3333333333% - 1.5625rem);
  }
  .grid-margin-x > .medium-15 {
    width: calc(62.5% - 1.5625rem);
  }
  .grid-margin-x > .medium-16 {
    width: calc(66.6666666667% - 1.5625rem);
  }
  .grid-margin-x > .medium-17 {
    width: calc(70.8333333333% - 1.5625rem);
  }
  .grid-margin-x > .medium-18 {
    width: calc(75% - 1.5625rem);
  }
  .grid-margin-x > .medium-19 {
    width: calc(79.1666666667% - 1.5625rem);
  }
  .grid-margin-x > .medium-20 {
    width: calc(83.3333333333% - 1.5625rem);
  }
  .grid-margin-x > .medium-21 {
    width: calc(87.5% - 1.5625rem);
  }
  .grid-margin-x > .medium-22 {
    width: calc(91.6666666667% - 1.5625rem);
  }
  .grid-margin-x > .medium-23 {
    width: calc(95.8333333333% - 1.5625rem);
  }
  .grid-margin-x > .medium-24 {
    width: calc(100% - 1.5625rem);
  }
}
@media print, screen and (min-width: 50.625em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(4.1666666667% - 1.5625rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(8.3333333333% - 1.5625rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(12.5% - 1.5625rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(16.6666666667% - 1.5625rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(20.8333333333% - 1.5625rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(25% - 1.5625rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(29.1666666667% - 1.5625rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(33.3333333333% - 1.5625rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(37.5% - 1.5625rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(41.6666666667% - 1.5625rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(45.8333333333% - 1.5625rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(50% - 1.5625rem);
  }
  .grid-margin-x > .large-13 {
    width: calc(54.1666666667% - 1.5625rem);
  }
  .grid-margin-x > .large-14 {
    width: calc(58.3333333333% - 1.5625rem);
  }
  .grid-margin-x > .large-15 {
    width: calc(62.5% - 1.5625rem);
  }
  .grid-margin-x > .large-16 {
    width: calc(66.6666666667% - 1.5625rem);
  }
  .grid-margin-x > .large-17 {
    width: calc(70.8333333333% - 1.5625rem);
  }
  .grid-margin-x > .large-18 {
    width: calc(75% - 1.5625rem);
  }
  .grid-margin-x > .large-19 {
    width: calc(79.1666666667% - 1.5625rem);
  }
  .grid-margin-x > .large-20 {
    width: calc(83.3333333333% - 1.5625rem);
  }
  .grid-margin-x > .large-21 {
    width: calc(87.5% - 1.5625rem);
  }
  .grid-margin-x > .large-22 {
    width: calc(91.6666666667% - 1.5625rem);
  }
  .grid-margin-x > .large-23 {
    width: calc(95.8333333333% - 1.5625rem);
  }
  .grid-margin-x > .large-24 {
    width: calc(100% - 1.5625rem);
  }
}
@media screen and (min-width: 78.0625em) {
  .grid-margin-x > .xlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xlarge-1 {
    width: calc(4.1666666667% - 1.5625rem);
  }
  .grid-margin-x > .xlarge-2 {
    width: calc(8.3333333333% - 1.5625rem);
  }
  .grid-margin-x > .xlarge-3 {
    width: calc(12.5% - 1.5625rem);
  }
  .grid-margin-x > .xlarge-4 {
    width: calc(16.6666666667% - 1.5625rem);
  }
  .grid-margin-x > .xlarge-5 {
    width: calc(20.8333333333% - 1.5625rem);
  }
  .grid-margin-x > .xlarge-6 {
    width: calc(25% - 1.5625rem);
  }
  .grid-margin-x > .xlarge-7 {
    width: calc(29.1666666667% - 1.5625rem);
  }
  .grid-margin-x > .xlarge-8 {
    width: calc(33.3333333333% - 1.5625rem);
  }
  .grid-margin-x > .xlarge-9 {
    width: calc(37.5% - 1.5625rem);
  }
  .grid-margin-x > .xlarge-10 {
    width: calc(41.6666666667% - 1.5625rem);
  }
  .grid-margin-x > .xlarge-11 {
    width: calc(45.8333333333% - 1.5625rem);
  }
  .grid-margin-x > .xlarge-12 {
    width: calc(50% - 1.5625rem);
  }
  .grid-margin-x > .xlarge-13 {
    width: calc(54.1666666667% - 1.5625rem);
  }
  .grid-margin-x > .xlarge-14 {
    width: calc(58.3333333333% - 1.5625rem);
  }
  .grid-margin-x > .xlarge-15 {
    width: calc(62.5% - 1.5625rem);
  }
  .grid-margin-x > .xlarge-16 {
    width: calc(66.6666666667% - 1.5625rem);
  }
  .grid-margin-x > .xlarge-17 {
    width: calc(70.8333333333% - 1.5625rem);
  }
  .grid-margin-x > .xlarge-18 {
    width: calc(75% - 1.5625rem);
  }
  .grid-margin-x > .xlarge-19 {
    width: calc(79.1666666667% - 1.5625rem);
  }
  .grid-margin-x > .xlarge-20 {
    width: calc(83.3333333333% - 1.5625rem);
  }
  .grid-margin-x > .xlarge-21 {
    width: calc(87.5% - 1.5625rem);
  }
  .grid-margin-x > .xlarge-22 {
    width: calc(91.6666666667% - 1.5625rem);
  }
  .grid-margin-x > .xlarge-23 {
    width: calc(95.8333333333% - 1.5625rem);
  }
  .grid-margin-x > .xlarge-24 {
    width: calc(100% - 1.5625rem);
  }
}
@media screen and (min-width: 120em) {
  .grid-margin-x > .xxlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xxlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xxlarge-1 {
    width: calc(4.1666666667% - 1.5625rem);
  }
  .grid-margin-x > .xxlarge-2 {
    width: calc(8.3333333333% - 1.5625rem);
  }
  .grid-margin-x > .xxlarge-3 {
    width: calc(12.5% - 1.5625rem);
  }
  .grid-margin-x > .xxlarge-4 {
    width: calc(16.6666666667% - 1.5625rem);
  }
  .grid-margin-x > .xxlarge-5 {
    width: calc(20.8333333333% - 1.5625rem);
  }
  .grid-margin-x > .xxlarge-6 {
    width: calc(25% - 1.5625rem);
  }
  .grid-margin-x > .xxlarge-7 {
    width: calc(29.1666666667% - 1.5625rem);
  }
  .grid-margin-x > .xxlarge-8 {
    width: calc(33.3333333333% - 1.5625rem);
  }
  .grid-margin-x > .xxlarge-9 {
    width: calc(37.5% - 1.5625rem);
  }
  .grid-margin-x > .xxlarge-10 {
    width: calc(41.6666666667% - 1.5625rem);
  }
  .grid-margin-x > .xxlarge-11 {
    width: calc(45.8333333333% - 1.5625rem);
  }
  .grid-margin-x > .xxlarge-12 {
    width: calc(50% - 1.5625rem);
  }
  .grid-margin-x > .xxlarge-13 {
    width: calc(54.1666666667% - 1.5625rem);
  }
  .grid-margin-x > .xxlarge-14 {
    width: calc(58.3333333333% - 1.5625rem);
  }
  .grid-margin-x > .xxlarge-15 {
    width: calc(62.5% - 1.5625rem);
  }
  .grid-margin-x > .xxlarge-16 {
    width: calc(66.6666666667% - 1.5625rem);
  }
  .grid-margin-x > .xxlarge-17 {
    width: calc(70.8333333333% - 1.5625rem);
  }
  .grid-margin-x > .xxlarge-18 {
    width: calc(75% - 1.5625rem);
  }
  .grid-margin-x > .xxlarge-19 {
    width: calc(79.1666666667% - 1.5625rem);
  }
  .grid-margin-x > .xxlarge-20 {
    width: calc(83.3333333333% - 1.5625rem);
  }
  .grid-margin-x > .xxlarge-21 {
    width: calc(87.5% - 1.5625rem);
  }
  .grid-margin-x > .xxlarge-22 {
    width: calc(91.6666666667% - 1.5625rem);
  }
  .grid-margin-x > .xxlarge-23 {
    width: calc(95.8333333333% - 1.5625rem);
  }
  .grid-margin-x > .xxlarge-24 {
    width: calc(100% - 1.5625rem);
  }
}
.grid-padding-x .grid-padding-x {
  margin-right: -0.78125rem;
  margin-left: -0.78125rem;
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.78125rem;
  margin-left: -0.78125rem;
}
.grid-padding-x > .cell {
  padding-right: 0.78125rem;
  padding-left: 0.78125rem;
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 4.1666666667%;
}
.small-margin-collapse > .small-2 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-3 {
  width: 12.5%;
}
.small-margin-collapse > .small-4 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-5 {
  width: 20.8333333333%;
}
.small-margin-collapse > .small-6 {
  width: 25%;
}
.small-margin-collapse > .small-7 {
  width: 29.1666666667%;
}
.small-margin-collapse > .small-8 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-9 {
  width: 37.5%;
}
.small-margin-collapse > .small-10 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-11 {
  width: 45.8333333333%;
}
.small-margin-collapse > .small-12 {
  width: 50%;
}
.small-margin-collapse > .small-13 {
  width: 54.1666666667%;
}
.small-margin-collapse > .small-14 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-15 {
  width: 62.5%;
}
.small-margin-collapse > .small-16 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-17 {
  width: 70.8333333333%;
}
.small-margin-collapse > .small-18 {
  width: 75%;
}
.small-margin-collapse > .small-19 {
  width: 79.1666666667%;
}
.small-margin-collapse > .small-20 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-21 {
  width: 87.5%;
}
.small-margin-collapse > .small-22 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-23 {
  width: 95.8333333333%;
}
.small-margin-collapse > .small-24 {
  width: 100%;
}
@media print, screen and (min-width: 32em) {
  .small-margin-collapse > .medium-1 {
    width: 4.1666666667%;
  }
  .small-margin-collapse > .medium-2 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-3 {
    width: 12.5%;
  }
  .small-margin-collapse > .medium-4 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-5 {
    width: 20.8333333333%;
  }
  .small-margin-collapse > .medium-6 {
    width: 25%;
  }
  .small-margin-collapse > .medium-7 {
    width: 29.1666666667%;
  }
  .small-margin-collapse > .medium-8 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-9 {
    width: 37.5%;
  }
  .small-margin-collapse > .medium-10 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-11 {
    width: 45.8333333333%;
  }
  .small-margin-collapse > .medium-12 {
    width: 50%;
  }
  .small-margin-collapse > .medium-13 {
    width: 54.1666666667%;
  }
  .small-margin-collapse > .medium-14 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-15 {
    width: 62.5%;
  }
  .small-margin-collapse > .medium-16 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-17 {
    width: 70.8333333333%;
  }
  .small-margin-collapse > .medium-18 {
    width: 75%;
  }
  .small-margin-collapse > .medium-19 {
    width: 79.1666666667%;
  }
  .small-margin-collapse > .medium-20 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-21 {
    width: 87.5%;
  }
  .small-margin-collapse > .medium-22 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-23 {
    width: 95.8333333333%;
  }
  .small-margin-collapse > .medium-24 {
    width: 100%;
  }
}
@media print, screen and (min-width: 50.625em) {
  .small-margin-collapse > .large-1 {
    width: 4.1666666667%;
  }
  .small-margin-collapse > .large-2 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-3 {
    width: 12.5%;
  }
  .small-margin-collapse > .large-4 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-5 {
    width: 20.8333333333%;
  }
  .small-margin-collapse > .large-6 {
    width: 25%;
  }
  .small-margin-collapse > .large-7 {
    width: 29.1666666667%;
  }
  .small-margin-collapse > .large-8 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-9 {
    width: 37.5%;
  }
  .small-margin-collapse > .large-10 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-11 {
    width: 45.8333333333%;
  }
  .small-margin-collapse > .large-12 {
    width: 50%;
  }
  .small-margin-collapse > .large-13 {
    width: 54.1666666667%;
  }
  .small-margin-collapse > .large-14 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-15 {
    width: 62.5%;
  }
  .small-margin-collapse > .large-16 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-17 {
    width: 70.8333333333%;
  }
  .small-margin-collapse > .large-18 {
    width: 75%;
  }
  .small-margin-collapse > .large-19 {
    width: 79.1666666667%;
  }
  .small-margin-collapse > .large-20 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-21 {
    width: 87.5%;
  }
  .small-margin-collapse > .large-22 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-23 {
    width: 95.8333333333%;
  }
  .small-margin-collapse > .large-24 {
    width: 100%;
  }
}
@media screen and (min-width: 78.0625em) {
  .small-margin-collapse > .xlarge-1 {
    width: 4.1666666667%;
  }
  .small-margin-collapse > .xlarge-2 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .xlarge-3 {
    width: 12.5%;
  }
  .small-margin-collapse > .xlarge-4 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .xlarge-5 {
    width: 20.8333333333%;
  }
  .small-margin-collapse > .xlarge-6 {
    width: 25%;
  }
  .small-margin-collapse > .xlarge-7 {
    width: 29.1666666667%;
  }
  .small-margin-collapse > .xlarge-8 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .xlarge-9 {
    width: 37.5%;
  }
  .small-margin-collapse > .xlarge-10 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .xlarge-11 {
    width: 45.8333333333%;
  }
  .small-margin-collapse > .xlarge-12 {
    width: 50%;
  }
  .small-margin-collapse > .xlarge-13 {
    width: 54.1666666667%;
  }
  .small-margin-collapse > .xlarge-14 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .xlarge-15 {
    width: 62.5%;
  }
  .small-margin-collapse > .xlarge-16 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .xlarge-17 {
    width: 70.8333333333%;
  }
  .small-margin-collapse > .xlarge-18 {
    width: 75%;
  }
  .small-margin-collapse > .xlarge-19 {
    width: 79.1666666667%;
  }
  .small-margin-collapse > .xlarge-20 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .xlarge-21 {
    width: 87.5%;
  }
  .small-margin-collapse > .xlarge-22 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .xlarge-23 {
    width: 95.8333333333%;
  }
  .small-margin-collapse > .xlarge-24 {
    width: 100%;
  }
}
@media screen and (min-width: 120em) {
  .small-margin-collapse > .xxlarge-1 {
    width: 4.1666666667%;
  }
  .small-margin-collapse > .xxlarge-2 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .xxlarge-3 {
    width: 12.5%;
  }
  .small-margin-collapse > .xxlarge-4 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .xxlarge-5 {
    width: 20.8333333333%;
  }
  .small-margin-collapse > .xxlarge-6 {
    width: 25%;
  }
  .small-margin-collapse > .xxlarge-7 {
    width: 29.1666666667%;
  }
  .small-margin-collapse > .xxlarge-8 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .xxlarge-9 {
    width: 37.5%;
  }
  .small-margin-collapse > .xxlarge-10 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .xxlarge-11 {
    width: 45.8333333333%;
  }
  .small-margin-collapse > .xxlarge-12 {
    width: 50%;
  }
  .small-margin-collapse > .xxlarge-13 {
    width: 54.1666666667%;
  }
  .small-margin-collapse > .xxlarge-14 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .xxlarge-15 {
    width: 62.5%;
  }
  .small-margin-collapse > .xxlarge-16 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .xxlarge-17 {
    width: 70.8333333333%;
  }
  .small-margin-collapse > .xxlarge-18 {
    width: 75%;
  }
  .small-margin-collapse > .xxlarge-19 {
    width: 79.1666666667%;
  }
  .small-margin-collapse > .xxlarge-20 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .xxlarge-21 {
    width: 87.5%;
  }
  .small-margin-collapse > .xxlarge-22 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .xxlarge-23 {
    width: 95.8333333333%;
  }
  .small-margin-collapse > .xxlarge-24 {
    width: 100%;
  }
}
.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}
@media print, screen and (min-width: 32em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 32em) {
  .medium-margin-collapse > .small-1 {
    width: 4.1666666667%;
  }
  .medium-margin-collapse > .small-2 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-3 {
    width: 12.5%;
  }
  .medium-margin-collapse > .small-4 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-5 {
    width: 20.8333333333%;
  }
  .medium-margin-collapse > .small-6 {
    width: 25%;
  }
  .medium-margin-collapse > .small-7 {
    width: 29.1666666667%;
  }
  .medium-margin-collapse > .small-8 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-9 {
    width: 37.5%;
  }
  .medium-margin-collapse > .small-10 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-11 {
    width: 45.8333333333%;
  }
  .medium-margin-collapse > .small-12 {
    width: 50%;
  }
  .medium-margin-collapse > .small-13 {
    width: 54.1666666667%;
  }
  .medium-margin-collapse > .small-14 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-15 {
    width: 62.5%;
  }
  .medium-margin-collapse > .small-16 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-17 {
    width: 70.8333333333%;
  }
  .medium-margin-collapse > .small-18 {
    width: 75%;
  }
  .medium-margin-collapse > .small-19 {
    width: 79.1666666667%;
  }
  .medium-margin-collapse > .small-20 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-21 {
    width: 87.5%;
  }
  .medium-margin-collapse > .small-22 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-23 {
    width: 95.8333333333%;
  }
  .medium-margin-collapse > .small-24 {
    width: 100%;
  }
}
@media print, screen and (min-width: 32em) {
  .medium-margin-collapse > .medium-1 {
    width: 4.1666666667%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 12.5%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 20.8333333333%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 29.1666666667%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 37.5%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 45.8333333333%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-13 {
    width: 54.1666666667%;
  }
  .medium-margin-collapse > .medium-14 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-15 {
    width: 62.5%;
  }
  .medium-margin-collapse > .medium-16 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-17 {
    width: 70.8333333333%;
  }
  .medium-margin-collapse > .medium-18 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-19 {
    width: 79.1666666667%;
  }
  .medium-margin-collapse > .medium-20 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-21 {
    width: 87.5%;
  }
  .medium-margin-collapse > .medium-22 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-23 {
    width: 95.8333333333%;
  }
  .medium-margin-collapse > .medium-24 {
    width: 100%;
  }
}
@media print, screen and (min-width: 50.625em) {
  .medium-margin-collapse > .large-1 {
    width: 4.1666666667%;
  }
  .medium-margin-collapse > .large-2 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-3 {
    width: 12.5%;
  }
  .medium-margin-collapse > .large-4 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-5 {
    width: 20.8333333333%;
  }
  .medium-margin-collapse > .large-6 {
    width: 25%;
  }
  .medium-margin-collapse > .large-7 {
    width: 29.1666666667%;
  }
  .medium-margin-collapse > .large-8 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-9 {
    width: 37.5%;
  }
  .medium-margin-collapse > .large-10 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-11 {
    width: 45.8333333333%;
  }
  .medium-margin-collapse > .large-12 {
    width: 50%;
  }
  .medium-margin-collapse > .large-13 {
    width: 54.1666666667%;
  }
  .medium-margin-collapse > .large-14 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-15 {
    width: 62.5%;
  }
  .medium-margin-collapse > .large-16 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-17 {
    width: 70.8333333333%;
  }
  .medium-margin-collapse > .large-18 {
    width: 75%;
  }
  .medium-margin-collapse > .large-19 {
    width: 79.1666666667%;
  }
  .medium-margin-collapse > .large-20 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-21 {
    width: 87.5%;
  }
  .medium-margin-collapse > .large-22 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-23 {
    width: 95.8333333333%;
  }
  .medium-margin-collapse > .large-24 {
    width: 100%;
  }
}
@media screen and (min-width: 78.0625em) {
  .medium-margin-collapse > .xlarge-1 {
    width: 4.1666666667%;
  }
  .medium-margin-collapse > .xlarge-2 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .xlarge-3 {
    width: 12.5%;
  }
  .medium-margin-collapse > .xlarge-4 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .xlarge-5 {
    width: 20.8333333333%;
  }
  .medium-margin-collapse > .xlarge-6 {
    width: 25%;
  }
  .medium-margin-collapse > .xlarge-7 {
    width: 29.1666666667%;
  }
  .medium-margin-collapse > .xlarge-8 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .xlarge-9 {
    width: 37.5%;
  }
  .medium-margin-collapse > .xlarge-10 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .xlarge-11 {
    width: 45.8333333333%;
  }
  .medium-margin-collapse > .xlarge-12 {
    width: 50%;
  }
  .medium-margin-collapse > .xlarge-13 {
    width: 54.1666666667%;
  }
  .medium-margin-collapse > .xlarge-14 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .xlarge-15 {
    width: 62.5%;
  }
  .medium-margin-collapse > .xlarge-16 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .xlarge-17 {
    width: 70.8333333333%;
  }
  .medium-margin-collapse > .xlarge-18 {
    width: 75%;
  }
  .medium-margin-collapse > .xlarge-19 {
    width: 79.1666666667%;
  }
  .medium-margin-collapse > .xlarge-20 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .xlarge-21 {
    width: 87.5%;
  }
  .medium-margin-collapse > .xlarge-22 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .xlarge-23 {
    width: 95.8333333333%;
  }
  .medium-margin-collapse > .xlarge-24 {
    width: 100%;
  }
}
@media screen and (min-width: 120em) {
  .medium-margin-collapse > .xxlarge-1 {
    width: 4.1666666667%;
  }
  .medium-margin-collapse > .xxlarge-2 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-3 {
    width: 12.5%;
  }
  .medium-margin-collapse > .xxlarge-4 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-5 {
    width: 20.8333333333%;
  }
  .medium-margin-collapse > .xxlarge-6 {
    width: 25%;
  }
  .medium-margin-collapse > .xxlarge-7 {
    width: 29.1666666667%;
  }
  .medium-margin-collapse > .xxlarge-8 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-9 {
    width: 37.5%;
  }
  .medium-margin-collapse > .xxlarge-10 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-11 {
    width: 45.8333333333%;
  }
  .medium-margin-collapse > .xxlarge-12 {
    width: 50%;
  }
  .medium-margin-collapse > .xxlarge-13 {
    width: 54.1666666667%;
  }
  .medium-margin-collapse > .xxlarge-14 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-15 {
    width: 62.5%;
  }
  .medium-margin-collapse > .xxlarge-16 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-17 {
    width: 70.8333333333%;
  }
  .medium-margin-collapse > .xxlarge-18 {
    width: 75%;
  }
  .medium-margin-collapse > .xxlarge-19 {
    width: 79.1666666667%;
  }
  .medium-margin-collapse > .xxlarge-20 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-21 {
    width: 87.5%;
  }
  .medium-margin-collapse > .xxlarge-22 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-23 {
    width: 95.8333333333%;
  }
  .medium-margin-collapse > .xxlarge-24 {
    width: 100%;
  }
}
@media print, screen and (min-width: 32em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 50.625em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 50.625em) {
  .large-margin-collapse > .small-1 {
    width: 4.1666666667%;
  }
  .large-margin-collapse > .small-2 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-3 {
    width: 12.5%;
  }
  .large-margin-collapse > .small-4 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-5 {
    width: 20.8333333333%;
  }
  .large-margin-collapse > .small-6 {
    width: 25%;
  }
  .large-margin-collapse > .small-7 {
    width: 29.1666666667%;
  }
  .large-margin-collapse > .small-8 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-9 {
    width: 37.5%;
  }
  .large-margin-collapse > .small-10 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-11 {
    width: 45.8333333333%;
  }
  .large-margin-collapse > .small-12 {
    width: 50%;
  }
  .large-margin-collapse > .small-13 {
    width: 54.1666666667%;
  }
  .large-margin-collapse > .small-14 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-15 {
    width: 62.5%;
  }
  .large-margin-collapse > .small-16 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-17 {
    width: 70.8333333333%;
  }
  .large-margin-collapse > .small-18 {
    width: 75%;
  }
  .large-margin-collapse > .small-19 {
    width: 79.1666666667%;
  }
  .large-margin-collapse > .small-20 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-21 {
    width: 87.5%;
  }
  .large-margin-collapse > .small-22 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-23 {
    width: 95.8333333333%;
  }
  .large-margin-collapse > .small-24 {
    width: 100%;
  }
}
@media print, screen and (min-width: 50.625em) {
  .large-margin-collapse > .medium-1 {
    width: 4.1666666667%;
  }
  .large-margin-collapse > .medium-2 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-3 {
    width: 12.5%;
  }
  .large-margin-collapse > .medium-4 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-5 {
    width: 20.8333333333%;
  }
  .large-margin-collapse > .medium-6 {
    width: 25%;
  }
  .large-margin-collapse > .medium-7 {
    width: 29.1666666667%;
  }
  .large-margin-collapse > .medium-8 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-9 {
    width: 37.5%;
  }
  .large-margin-collapse > .medium-10 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-11 {
    width: 45.8333333333%;
  }
  .large-margin-collapse > .medium-12 {
    width: 50%;
  }
  .large-margin-collapse > .medium-13 {
    width: 54.1666666667%;
  }
  .large-margin-collapse > .medium-14 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-15 {
    width: 62.5%;
  }
  .large-margin-collapse > .medium-16 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-17 {
    width: 70.8333333333%;
  }
  .large-margin-collapse > .medium-18 {
    width: 75%;
  }
  .large-margin-collapse > .medium-19 {
    width: 79.1666666667%;
  }
  .large-margin-collapse > .medium-20 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-21 {
    width: 87.5%;
  }
  .large-margin-collapse > .medium-22 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-23 {
    width: 95.8333333333%;
  }
  .large-margin-collapse > .medium-24 {
    width: 100%;
  }
}
@media print, screen and (min-width: 50.625em) {
  .large-margin-collapse > .large-1 {
    width: 4.1666666667%;
  }
  .large-margin-collapse > .large-2 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-3 {
    width: 12.5%;
  }
  .large-margin-collapse > .large-4 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-5 {
    width: 20.8333333333%;
  }
  .large-margin-collapse > .large-6 {
    width: 25%;
  }
  .large-margin-collapse > .large-7 {
    width: 29.1666666667%;
  }
  .large-margin-collapse > .large-8 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-9 {
    width: 37.5%;
  }
  .large-margin-collapse > .large-10 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-11 {
    width: 45.8333333333%;
  }
  .large-margin-collapse > .large-12 {
    width: 50%;
  }
  .large-margin-collapse > .large-13 {
    width: 54.1666666667%;
  }
  .large-margin-collapse > .large-14 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-15 {
    width: 62.5%;
  }
  .large-margin-collapse > .large-16 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-17 {
    width: 70.8333333333%;
  }
  .large-margin-collapse > .large-18 {
    width: 75%;
  }
  .large-margin-collapse > .large-19 {
    width: 79.1666666667%;
  }
  .large-margin-collapse > .large-20 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-21 {
    width: 87.5%;
  }
  .large-margin-collapse > .large-22 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-23 {
    width: 95.8333333333%;
  }
  .large-margin-collapse > .large-24 {
    width: 100%;
  }
}
@media screen and (min-width: 78.0625em) {
  .large-margin-collapse > .xlarge-1 {
    width: 4.1666666667%;
  }
  .large-margin-collapse > .xlarge-2 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .xlarge-3 {
    width: 12.5%;
  }
  .large-margin-collapse > .xlarge-4 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .xlarge-5 {
    width: 20.8333333333%;
  }
  .large-margin-collapse > .xlarge-6 {
    width: 25%;
  }
  .large-margin-collapse > .xlarge-7 {
    width: 29.1666666667%;
  }
  .large-margin-collapse > .xlarge-8 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .xlarge-9 {
    width: 37.5%;
  }
  .large-margin-collapse > .xlarge-10 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .xlarge-11 {
    width: 45.8333333333%;
  }
  .large-margin-collapse > .xlarge-12 {
    width: 50%;
  }
  .large-margin-collapse > .xlarge-13 {
    width: 54.1666666667%;
  }
  .large-margin-collapse > .xlarge-14 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .xlarge-15 {
    width: 62.5%;
  }
  .large-margin-collapse > .xlarge-16 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .xlarge-17 {
    width: 70.8333333333%;
  }
  .large-margin-collapse > .xlarge-18 {
    width: 75%;
  }
  .large-margin-collapse > .xlarge-19 {
    width: 79.1666666667%;
  }
  .large-margin-collapse > .xlarge-20 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .xlarge-21 {
    width: 87.5%;
  }
  .large-margin-collapse > .xlarge-22 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .xlarge-23 {
    width: 95.8333333333%;
  }
  .large-margin-collapse > .xlarge-24 {
    width: 100%;
  }
}
@media screen and (min-width: 120em) {
  .large-margin-collapse > .xxlarge-1 {
    width: 4.1666666667%;
  }
  .large-margin-collapse > .xxlarge-2 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .xxlarge-3 {
    width: 12.5%;
  }
  .large-margin-collapse > .xxlarge-4 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .xxlarge-5 {
    width: 20.8333333333%;
  }
  .large-margin-collapse > .xxlarge-6 {
    width: 25%;
  }
  .large-margin-collapse > .xxlarge-7 {
    width: 29.1666666667%;
  }
  .large-margin-collapse > .xxlarge-8 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .xxlarge-9 {
    width: 37.5%;
  }
  .large-margin-collapse > .xxlarge-10 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .xxlarge-11 {
    width: 45.8333333333%;
  }
  .large-margin-collapse > .xxlarge-12 {
    width: 50%;
  }
  .large-margin-collapse > .xxlarge-13 {
    width: 54.1666666667%;
  }
  .large-margin-collapse > .xxlarge-14 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .xxlarge-15 {
    width: 62.5%;
  }
  .large-margin-collapse > .xxlarge-16 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .xxlarge-17 {
    width: 70.8333333333%;
  }
  .large-margin-collapse > .xxlarge-18 {
    width: 75%;
  }
  .large-margin-collapse > .xxlarge-19 {
    width: 79.1666666667%;
  }
  .large-margin-collapse > .xxlarge-20 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .xxlarge-21 {
    width: 87.5%;
  }
  .large-margin-collapse > .xxlarge-22 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .xxlarge-23 {
    width: 95.8333333333%;
  }
  .large-margin-collapse > .xxlarge-24 {
    width: 100%;
  }
}
@media print, screen and (min-width: 50.625em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 78.0625em) {
  .xlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 78.0625em) {
  .xlarge-margin-collapse > .small-1 {
    width: 4.1666666667%;
  }
  .xlarge-margin-collapse > .small-2 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .small-3 {
    width: 12.5%;
  }
  .xlarge-margin-collapse > .small-4 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .small-5 {
    width: 20.8333333333%;
  }
  .xlarge-margin-collapse > .small-6 {
    width: 25%;
  }
  .xlarge-margin-collapse > .small-7 {
    width: 29.1666666667%;
  }
  .xlarge-margin-collapse > .small-8 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .small-9 {
    width: 37.5%;
  }
  .xlarge-margin-collapse > .small-10 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .small-11 {
    width: 45.8333333333%;
  }
  .xlarge-margin-collapse > .small-12 {
    width: 50%;
  }
  .xlarge-margin-collapse > .small-13 {
    width: 54.1666666667%;
  }
  .xlarge-margin-collapse > .small-14 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .small-15 {
    width: 62.5%;
  }
  .xlarge-margin-collapse > .small-16 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .small-17 {
    width: 70.8333333333%;
  }
  .xlarge-margin-collapse > .small-18 {
    width: 75%;
  }
  .xlarge-margin-collapse > .small-19 {
    width: 79.1666666667%;
  }
  .xlarge-margin-collapse > .small-20 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .small-21 {
    width: 87.5%;
  }
  .xlarge-margin-collapse > .small-22 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .small-23 {
    width: 95.8333333333%;
  }
  .xlarge-margin-collapse > .small-24 {
    width: 100%;
  }
}
@media screen and (min-width: 78.0625em) {
  .xlarge-margin-collapse > .medium-1 {
    width: 4.1666666667%;
  }
  .xlarge-margin-collapse > .medium-2 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .medium-3 {
    width: 12.5%;
  }
  .xlarge-margin-collapse > .medium-4 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .medium-5 {
    width: 20.8333333333%;
  }
  .xlarge-margin-collapse > .medium-6 {
    width: 25%;
  }
  .xlarge-margin-collapse > .medium-7 {
    width: 29.1666666667%;
  }
  .xlarge-margin-collapse > .medium-8 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .medium-9 {
    width: 37.5%;
  }
  .xlarge-margin-collapse > .medium-10 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .medium-11 {
    width: 45.8333333333%;
  }
  .xlarge-margin-collapse > .medium-12 {
    width: 50%;
  }
  .xlarge-margin-collapse > .medium-13 {
    width: 54.1666666667%;
  }
  .xlarge-margin-collapse > .medium-14 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .medium-15 {
    width: 62.5%;
  }
  .xlarge-margin-collapse > .medium-16 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .medium-17 {
    width: 70.8333333333%;
  }
  .xlarge-margin-collapse > .medium-18 {
    width: 75%;
  }
  .xlarge-margin-collapse > .medium-19 {
    width: 79.1666666667%;
  }
  .xlarge-margin-collapse > .medium-20 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .medium-21 {
    width: 87.5%;
  }
  .xlarge-margin-collapse > .medium-22 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .medium-23 {
    width: 95.8333333333%;
  }
  .xlarge-margin-collapse > .medium-24 {
    width: 100%;
  }
}
@media screen and (min-width: 78.0625em) {
  .xlarge-margin-collapse > .large-1 {
    width: 4.1666666667%;
  }
  .xlarge-margin-collapse > .large-2 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .large-3 {
    width: 12.5%;
  }
  .xlarge-margin-collapse > .large-4 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .large-5 {
    width: 20.8333333333%;
  }
  .xlarge-margin-collapse > .large-6 {
    width: 25%;
  }
  .xlarge-margin-collapse > .large-7 {
    width: 29.1666666667%;
  }
  .xlarge-margin-collapse > .large-8 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .large-9 {
    width: 37.5%;
  }
  .xlarge-margin-collapse > .large-10 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .large-11 {
    width: 45.8333333333%;
  }
  .xlarge-margin-collapse > .large-12 {
    width: 50%;
  }
  .xlarge-margin-collapse > .large-13 {
    width: 54.1666666667%;
  }
  .xlarge-margin-collapse > .large-14 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .large-15 {
    width: 62.5%;
  }
  .xlarge-margin-collapse > .large-16 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .large-17 {
    width: 70.8333333333%;
  }
  .xlarge-margin-collapse > .large-18 {
    width: 75%;
  }
  .xlarge-margin-collapse > .large-19 {
    width: 79.1666666667%;
  }
  .xlarge-margin-collapse > .large-20 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .large-21 {
    width: 87.5%;
  }
  .xlarge-margin-collapse > .large-22 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .large-23 {
    width: 95.8333333333%;
  }
  .xlarge-margin-collapse > .large-24 {
    width: 100%;
  }
}
@media screen and (min-width: 78.0625em) {
  .xlarge-margin-collapse > .xlarge-1 {
    width: 4.1666666667%;
  }
  .xlarge-margin-collapse > .xlarge-2 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-3 {
    width: 12.5%;
  }
  .xlarge-margin-collapse > .xlarge-4 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-5 {
    width: 20.8333333333%;
  }
  .xlarge-margin-collapse > .xlarge-6 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xlarge-7 {
    width: 29.1666666667%;
  }
  .xlarge-margin-collapse > .xlarge-8 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-9 {
    width: 37.5%;
  }
  .xlarge-margin-collapse > .xlarge-10 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-11 {
    width: 45.8333333333%;
  }
  .xlarge-margin-collapse > .xlarge-12 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xlarge-13 {
    width: 54.1666666667%;
  }
  .xlarge-margin-collapse > .xlarge-14 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-15 {
    width: 62.5%;
  }
  .xlarge-margin-collapse > .xlarge-16 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-17 {
    width: 70.8333333333%;
  }
  .xlarge-margin-collapse > .xlarge-18 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xlarge-19 {
    width: 79.1666666667%;
  }
  .xlarge-margin-collapse > .xlarge-20 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-21 {
    width: 87.5%;
  }
  .xlarge-margin-collapse > .xlarge-22 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-23 {
    width: 95.8333333333%;
  }
  .xlarge-margin-collapse > .xlarge-24 {
    width: 100%;
  }
}
@media screen and (min-width: 120em) {
  .xlarge-margin-collapse > .xxlarge-1 {
    width: 4.1666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-2 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-3 {
    width: 12.5%;
  }
  .xlarge-margin-collapse > .xxlarge-4 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-5 {
    width: 20.8333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-6 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xxlarge-7 {
    width: 29.1666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-8 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-9 {
    width: 37.5%;
  }
  .xlarge-margin-collapse > .xxlarge-10 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-11 {
    width: 45.8333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-12 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xxlarge-13 {
    width: 54.1666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-14 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-15 {
    width: 62.5%;
  }
  .xlarge-margin-collapse > .xxlarge-16 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-17 {
    width: 70.8333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-18 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xxlarge-19 {
    width: 79.1666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-20 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-21 {
    width: 87.5%;
  }
  .xlarge-margin-collapse > .xxlarge-22 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-23 {
    width: 95.8333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-24 {
    width: 100%;
  }
}
@media screen and (min-width: 78.0625em) {
  .xlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 120em) {
  .xxlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 120em) {
  .xxlarge-margin-collapse > .small-1 {
    width: 4.1666666667%;
  }
  .xxlarge-margin-collapse > .small-2 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .small-3 {
    width: 12.5%;
  }
  .xxlarge-margin-collapse > .small-4 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .small-5 {
    width: 20.8333333333%;
  }
  .xxlarge-margin-collapse > .small-6 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .small-7 {
    width: 29.1666666667%;
  }
  .xxlarge-margin-collapse > .small-8 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .small-9 {
    width: 37.5%;
  }
  .xxlarge-margin-collapse > .small-10 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .small-11 {
    width: 45.8333333333%;
  }
  .xxlarge-margin-collapse > .small-12 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .small-13 {
    width: 54.1666666667%;
  }
  .xxlarge-margin-collapse > .small-14 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .small-15 {
    width: 62.5%;
  }
  .xxlarge-margin-collapse > .small-16 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .small-17 {
    width: 70.8333333333%;
  }
  .xxlarge-margin-collapse > .small-18 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .small-19 {
    width: 79.1666666667%;
  }
  .xxlarge-margin-collapse > .small-20 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .small-21 {
    width: 87.5%;
  }
  .xxlarge-margin-collapse > .small-22 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .small-23 {
    width: 95.8333333333%;
  }
  .xxlarge-margin-collapse > .small-24 {
    width: 100%;
  }
}
@media screen and (min-width: 120em) {
  .xxlarge-margin-collapse > .medium-1 {
    width: 4.1666666667%;
  }
  .xxlarge-margin-collapse > .medium-2 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-3 {
    width: 12.5%;
  }
  .xxlarge-margin-collapse > .medium-4 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-5 {
    width: 20.8333333333%;
  }
  .xxlarge-margin-collapse > .medium-6 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .medium-7 {
    width: 29.1666666667%;
  }
  .xxlarge-margin-collapse > .medium-8 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-9 {
    width: 37.5%;
  }
  .xxlarge-margin-collapse > .medium-10 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-11 {
    width: 45.8333333333%;
  }
  .xxlarge-margin-collapse > .medium-12 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .medium-13 {
    width: 54.1666666667%;
  }
  .xxlarge-margin-collapse > .medium-14 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-15 {
    width: 62.5%;
  }
  .xxlarge-margin-collapse > .medium-16 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-17 {
    width: 70.8333333333%;
  }
  .xxlarge-margin-collapse > .medium-18 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .medium-19 {
    width: 79.1666666667%;
  }
  .xxlarge-margin-collapse > .medium-20 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-21 {
    width: 87.5%;
  }
  .xxlarge-margin-collapse > .medium-22 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-23 {
    width: 95.8333333333%;
  }
  .xxlarge-margin-collapse > .medium-24 {
    width: 100%;
  }
}
@media screen and (min-width: 120em) {
  .xxlarge-margin-collapse > .large-1 {
    width: 4.1666666667%;
  }
  .xxlarge-margin-collapse > .large-2 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .large-3 {
    width: 12.5%;
  }
  .xxlarge-margin-collapse > .large-4 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .large-5 {
    width: 20.8333333333%;
  }
  .xxlarge-margin-collapse > .large-6 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .large-7 {
    width: 29.1666666667%;
  }
  .xxlarge-margin-collapse > .large-8 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .large-9 {
    width: 37.5%;
  }
  .xxlarge-margin-collapse > .large-10 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .large-11 {
    width: 45.8333333333%;
  }
  .xxlarge-margin-collapse > .large-12 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .large-13 {
    width: 54.1666666667%;
  }
  .xxlarge-margin-collapse > .large-14 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .large-15 {
    width: 62.5%;
  }
  .xxlarge-margin-collapse > .large-16 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .large-17 {
    width: 70.8333333333%;
  }
  .xxlarge-margin-collapse > .large-18 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .large-19 {
    width: 79.1666666667%;
  }
  .xxlarge-margin-collapse > .large-20 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .large-21 {
    width: 87.5%;
  }
  .xxlarge-margin-collapse > .large-22 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .large-23 {
    width: 95.8333333333%;
  }
  .xxlarge-margin-collapse > .large-24 {
    width: 100%;
  }
}
@media screen and (min-width: 120em) {
  .xxlarge-margin-collapse > .xlarge-1 {
    width: 4.1666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-2 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-3 {
    width: 12.5%;
  }
  .xxlarge-margin-collapse > .xlarge-4 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-5 {
    width: 20.8333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-6 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xlarge-7 {
    width: 29.1666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-8 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-9 {
    width: 37.5%;
  }
  .xxlarge-margin-collapse > .xlarge-10 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-11 {
    width: 45.8333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-12 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xlarge-13 {
    width: 54.1666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-14 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-15 {
    width: 62.5%;
  }
  .xxlarge-margin-collapse > .xlarge-16 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-17 {
    width: 70.8333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-18 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xlarge-19 {
    width: 79.1666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-20 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-21 {
    width: 87.5%;
  }
  .xxlarge-margin-collapse > .xlarge-22 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-23 {
    width: 95.8333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-24 {
    width: 100%;
  }
}
@media screen and (min-width: 120em) {
  .xxlarge-margin-collapse > .xxlarge-1 {
    width: 4.1666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-2 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-3 {
    width: 12.5%;
  }
  .xxlarge-margin-collapse > .xxlarge-4 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-5 {
    width: 20.8333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-6 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xxlarge-7 {
    width: 29.1666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-8 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-9 {
    width: 37.5%;
  }
  .xxlarge-margin-collapse > .xxlarge-10 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-11 {
    width: 45.8333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-12 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xxlarge-13 {
    width: 54.1666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-14 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-15 {
    width: 62.5%;
  }
  .xxlarge-margin-collapse > .xxlarge-16 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-17 {
    width: 70.8333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-18 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xxlarge-19 {
    width: 79.1666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-20 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-21 {
    width: 87.5%;
  }
  .xxlarge-margin-collapse > .xxlarge-22 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-23 {
    width: 95.8333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-24 {
    width: 100%;
  }
}
@media screen and (min-width: 120em) {
  .xxlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}
.small-offset-0 {
  margin-left: 0%;
}
.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 1.5625rem / 2);
}
.small-offset-1 {
  margin-left: 4.1666666667%;
}
.grid-margin-x > .small-offset-1 {
  margin-left: calc(4.1666666667% + 1.5625rem / 2);
}
.small-offset-2 {
  margin-left: 8.3333333333%;
}
.grid-margin-x > .small-offset-2 {
  margin-left: calc(8.3333333333% + 1.5625rem / 2);
}
.small-offset-3 {
  margin-left: 12.5%;
}
.grid-margin-x > .small-offset-3 {
  margin-left: calc(12.5% + 1.5625rem / 2);
}
.small-offset-4 {
  margin-left: 16.6666666667%;
}
.grid-margin-x > .small-offset-4 {
  margin-left: calc(16.6666666667% + 1.5625rem / 2);
}
.small-offset-5 {
  margin-left: 20.8333333333%;
}
.grid-margin-x > .small-offset-5 {
  margin-left: calc(20.8333333333% + 1.5625rem / 2);
}
.small-offset-6 {
  margin-left: 25%;
}
.grid-margin-x > .small-offset-6 {
  margin-left: calc(25% + 1.5625rem / 2);
}
.small-offset-7 {
  margin-left: 29.1666666667%;
}
.grid-margin-x > .small-offset-7 {
  margin-left: calc(29.1666666667% + 1.5625rem / 2);
}
.small-offset-8 {
  margin-left: 33.3333333333%;
}
.grid-margin-x > .small-offset-8 {
  margin-left: calc(33.3333333333% + 1.5625rem / 2);
}
.small-offset-9 {
  margin-left: 37.5%;
}
.grid-margin-x > .small-offset-9 {
  margin-left: calc(37.5% + 1.5625rem / 2);
}
.small-offset-10 {
  margin-left: 41.6666666667%;
}
.grid-margin-x > .small-offset-10 {
  margin-left: calc(41.6666666667% + 1.5625rem / 2);
}
.small-offset-11 {
  margin-left: 45.8333333333%;
}
.grid-margin-x > .small-offset-11 {
  margin-left: calc(45.8333333333% + 1.5625rem / 2);
}
.small-offset-12 {
  margin-left: 50%;
}
.grid-margin-x > .small-offset-12 {
  margin-left: calc(50% + 1.5625rem / 2);
}
.small-offset-13 {
  margin-left: 54.1666666667%;
}
.grid-margin-x > .small-offset-13 {
  margin-left: calc(54.1666666667% + 1.5625rem / 2);
}
.small-offset-14 {
  margin-left: 58.3333333333%;
}
.grid-margin-x > .small-offset-14 {
  margin-left: calc(58.3333333333% + 1.5625rem / 2);
}
.small-offset-15 {
  margin-left: 62.5%;
}
.grid-margin-x > .small-offset-15 {
  margin-left: calc(62.5% + 1.5625rem / 2);
}
.small-offset-16 {
  margin-left: 66.6666666667%;
}
.grid-margin-x > .small-offset-16 {
  margin-left: calc(66.6666666667% + 1.5625rem / 2);
}
.small-offset-17 {
  margin-left: 70.8333333333%;
}
.grid-margin-x > .small-offset-17 {
  margin-left: calc(70.8333333333% + 1.5625rem / 2);
}
.small-offset-18 {
  margin-left: 75%;
}
.grid-margin-x > .small-offset-18 {
  margin-left: calc(75% + 1.5625rem / 2);
}
.small-offset-19 {
  margin-left: 79.1666666667%;
}
.grid-margin-x > .small-offset-19 {
  margin-left: calc(79.1666666667% + 1.5625rem / 2);
}
.small-offset-20 {
  margin-left: 83.3333333333%;
}
.grid-margin-x > .small-offset-20 {
  margin-left: calc(83.3333333333% + 1.5625rem / 2);
}
.small-offset-21 {
  margin-left: 87.5%;
}
.grid-margin-x > .small-offset-21 {
  margin-left: calc(87.5% + 1.5625rem / 2);
}
.small-offset-22 {
  margin-left: 91.6666666667%;
}
.grid-margin-x > .small-offset-22 {
  margin-left: calc(91.6666666667% + 1.5625rem / 2);
}
.small-offset-23 {
  margin-left: 95.8333333333%;
}
.grid-margin-x > .small-offset-23 {
  margin-left: calc(95.8333333333% + 1.5625rem / 2);
}
@media print, screen and (min-width: 32em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 1.5625rem / 2);
  }
  .medium-offset-1 {
    margin-left: 4.1666666667%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(4.1666666667% + 1.5625rem / 2);
  }
  .medium-offset-2 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(8.3333333333% + 1.5625rem / 2);
  }
  .medium-offset-3 {
    margin-left: 12.5%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(12.5% + 1.5625rem / 2);
  }
  .medium-offset-4 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(16.6666666667% + 1.5625rem / 2);
  }
  .medium-offset-5 {
    margin-left: 20.8333333333%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(20.8333333333% + 1.5625rem / 2);
  }
  .medium-offset-6 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(25% + 1.5625rem / 2);
  }
  .medium-offset-7 {
    margin-left: 29.1666666667%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(29.1666666667% + 1.5625rem / 2);
  }
  .medium-offset-8 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(33.3333333333% + 1.5625rem / 2);
  }
  .medium-offset-9 {
    margin-left: 37.5%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(37.5% + 1.5625rem / 2);
  }
  .medium-offset-10 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(41.6666666667% + 1.5625rem / 2);
  }
  .medium-offset-11 {
    margin-left: 45.8333333333%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(45.8333333333% + 1.5625rem / 2);
  }
  .medium-offset-12 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-12 {
    margin-left: calc(50% + 1.5625rem / 2);
  }
  .medium-offset-13 {
    margin-left: 54.1666666667%;
  }
  .grid-margin-x > .medium-offset-13 {
    margin-left: calc(54.1666666667% + 1.5625rem / 2);
  }
  .medium-offset-14 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-14 {
    margin-left: calc(58.3333333333% + 1.5625rem / 2);
  }
  .medium-offset-15 {
    margin-left: 62.5%;
  }
  .grid-margin-x > .medium-offset-15 {
    margin-left: calc(62.5% + 1.5625rem / 2);
  }
  .medium-offset-16 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-16 {
    margin-left: calc(66.6666666667% + 1.5625rem / 2);
  }
  .medium-offset-17 {
    margin-left: 70.8333333333%;
  }
  .grid-margin-x > .medium-offset-17 {
    margin-left: calc(70.8333333333% + 1.5625rem / 2);
  }
  .medium-offset-18 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-18 {
    margin-left: calc(75% + 1.5625rem / 2);
  }
  .medium-offset-19 {
    margin-left: 79.1666666667%;
  }
  .grid-margin-x > .medium-offset-19 {
    margin-left: calc(79.1666666667% + 1.5625rem / 2);
  }
  .medium-offset-20 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-20 {
    margin-left: calc(83.3333333333% + 1.5625rem / 2);
  }
  .medium-offset-21 {
    margin-left: 87.5%;
  }
  .grid-margin-x > .medium-offset-21 {
    margin-left: calc(87.5% + 1.5625rem / 2);
  }
  .medium-offset-22 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-22 {
    margin-left: calc(91.6666666667% + 1.5625rem / 2);
  }
  .medium-offset-23 {
    margin-left: 95.8333333333%;
  }
  .grid-margin-x > .medium-offset-23 {
    margin-left: calc(95.8333333333% + 1.5625rem / 2);
  }
}
@media print, screen and (min-width: 50.625em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 1.5625rem / 2);
  }
  .large-offset-1 {
    margin-left: 4.1666666667%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(4.1666666667% + 1.5625rem / 2);
  }
  .large-offset-2 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(8.3333333333% + 1.5625rem / 2);
  }
  .large-offset-3 {
    margin-left: 12.5%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(12.5% + 1.5625rem / 2);
  }
  .large-offset-4 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(16.6666666667% + 1.5625rem / 2);
  }
  .large-offset-5 {
    margin-left: 20.8333333333%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(20.8333333333% + 1.5625rem / 2);
  }
  .large-offset-6 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(25% + 1.5625rem / 2);
  }
  .large-offset-7 {
    margin-left: 29.1666666667%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(29.1666666667% + 1.5625rem / 2);
  }
  .large-offset-8 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(33.3333333333% + 1.5625rem / 2);
  }
  .large-offset-9 {
    margin-left: 37.5%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(37.5% + 1.5625rem / 2);
  }
  .large-offset-10 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(41.6666666667% + 1.5625rem / 2);
  }
  .large-offset-11 {
    margin-left: 45.8333333333%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(45.8333333333% + 1.5625rem / 2);
  }
  .large-offset-12 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-12 {
    margin-left: calc(50% + 1.5625rem / 2);
  }
  .large-offset-13 {
    margin-left: 54.1666666667%;
  }
  .grid-margin-x > .large-offset-13 {
    margin-left: calc(54.1666666667% + 1.5625rem / 2);
  }
  .large-offset-14 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-14 {
    margin-left: calc(58.3333333333% + 1.5625rem / 2);
  }
  .large-offset-15 {
    margin-left: 62.5%;
  }
  .grid-margin-x > .large-offset-15 {
    margin-left: calc(62.5% + 1.5625rem / 2);
  }
  .large-offset-16 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-16 {
    margin-left: calc(66.6666666667% + 1.5625rem / 2);
  }
  .large-offset-17 {
    margin-left: 70.8333333333%;
  }
  .grid-margin-x > .large-offset-17 {
    margin-left: calc(70.8333333333% + 1.5625rem / 2);
  }
  .large-offset-18 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-18 {
    margin-left: calc(75% + 1.5625rem / 2);
  }
  .large-offset-19 {
    margin-left: 79.1666666667%;
  }
  .grid-margin-x > .large-offset-19 {
    margin-left: calc(79.1666666667% + 1.5625rem / 2);
  }
  .large-offset-20 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-20 {
    margin-left: calc(83.3333333333% + 1.5625rem / 2);
  }
  .large-offset-21 {
    margin-left: 87.5%;
  }
  .grid-margin-x > .large-offset-21 {
    margin-left: calc(87.5% + 1.5625rem / 2);
  }
  .large-offset-22 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-22 {
    margin-left: calc(91.6666666667% + 1.5625rem / 2);
  }
  .large-offset-23 {
    margin-left: 95.8333333333%;
  }
  .grid-margin-x > .large-offset-23 {
    margin-left: calc(95.8333333333% + 1.5625rem / 2);
  }
}
@media screen and (min-width: 78.0625em) {
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xlarge-offset-0 {
    margin-left: calc(0% + 1.5625rem / 2);
  }
  .xlarge-offset-1 {
    margin-left: 4.1666666667%;
  }
  .grid-margin-x > .xlarge-offset-1 {
    margin-left: calc(4.1666666667% + 1.5625rem / 2);
  }
  .xlarge-offset-2 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-2 {
    margin-left: calc(8.3333333333% + 1.5625rem / 2);
  }
  .xlarge-offset-3 {
    margin-left: 12.5%;
  }
  .grid-margin-x > .xlarge-offset-3 {
    margin-left: calc(12.5% + 1.5625rem / 2);
  }
  .xlarge-offset-4 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-4 {
    margin-left: calc(16.6666666667% + 1.5625rem / 2);
  }
  .xlarge-offset-5 {
    margin-left: 20.8333333333%;
  }
  .grid-margin-x > .xlarge-offset-5 {
    margin-left: calc(20.8333333333% + 1.5625rem / 2);
  }
  .xlarge-offset-6 {
    margin-left: 25%;
  }
  .grid-margin-x > .xlarge-offset-6 {
    margin-left: calc(25% + 1.5625rem / 2);
  }
  .xlarge-offset-7 {
    margin-left: 29.1666666667%;
  }
  .grid-margin-x > .xlarge-offset-7 {
    margin-left: calc(29.1666666667% + 1.5625rem / 2);
  }
  .xlarge-offset-8 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-8 {
    margin-left: calc(33.3333333333% + 1.5625rem / 2);
  }
  .xlarge-offset-9 {
    margin-left: 37.5%;
  }
  .grid-margin-x > .xlarge-offset-9 {
    margin-left: calc(37.5% + 1.5625rem / 2);
  }
  .xlarge-offset-10 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-10 {
    margin-left: calc(41.6666666667% + 1.5625rem / 2);
  }
  .xlarge-offset-11 {
    margin-left: 45.8333333333%;
  }
  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(45.8333333333% + 1.5625rem / 2);
  }
  .xlarge-offset-12 {
    margin-left: 50%;
  }
  .grid-margin-x > .xlarge-offset-12 {
    margin-left: calc(50% + 1.5625rem / 2);
  }
  .xlarge-offset-13 {
    margin-left: 54.1666666667%;
  }
  .grid-margin-x > .xlarge-offset-13 {
    margin-left: calc(54.1666666667% + 1.5625rem / 2);
  }
  .xlarge-offset-14 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-14 {
    margin-left: calc(58.3333333333% + 1.5625rem / 2);
  }
  .xlarge-offset-15 {
    margin-left: 62.5%;
  }
  .grid-margin-x > .xlarge-offset-15 {
    margin-left: calc(62.5% + 1.5625rem / 2);
  }
  .xlarge-offset-16 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-16 {
    margin-left: calc(66.6666666667% + 1.5625rem / 2);
  }
  .xlarge-offset-17 {
    margin-left: 70.8333333333%;
  }
  .grid-margin-x > .xlarge-offset-17 {
    margin-left: calc(70.8333333333% + 1.5625rem / 2);
  }
  .xlarge-offset-18 {
    margin-left: 75%;
  }
  .grid-margin-x > .xlarge-offset-18 {
    margin-left: calc(75% + 1.5625rem / 2);
  }
  .xlarge-offset-19 {
    margin-left: 79.1666666667%;
  }
  .grid-margin-x > .xlarge-offset-19 {
    margin-left: calc(79.1666666667% + 1.5625rem / 2);
  }
  .xlarge-offset-20 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-20 {
    margin-left: calc(83.3333333333% + 1.5625rem / 2);
  }
  .xlarge-offset-21 {
    margin-left: 87.5%;
  }
  .grid-margin-x > .xlarge-offset-21 {
    margin-left: calc(87.5% + 1.5625rem / 2);
  }
  .xlarge-offset-22 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-22 {
    margin-left: calc(91.6666666667% + 1.5625rem / 2);
  }
  .xlarge-offset-23 {
    margin-left: 95.8333333333%;
  }
  .grid-margin-x > .xlarge-offset-23 {
    margin-left: calc(95.8333333333% + 1.5625rem / 2);
  }
}
@media screen and (min-width: 120em) {
  .xxlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xxlarge-offset-0 {
    margin-left: calc(0% + 1.5625rem / 2);
  }
  .xxlarge-offset-1 {
    margin-left: 4.1666666667%;
  }
  .grid-margin-x > .xxlarge-offset-1 {
    margin-left: calc(4.1666666667% + 1.5625rem / 2);
  }
  .xxlarge-offset-2 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-2 {
    margin-left: calc(8.3333333333% + 1.5625rem / 2);
  }
  .xxlarge-offset-3 {
    margin-left: 12.5%;
  }
  .grid-margin-x > .xxlarge-offset-3 {
    margin-left: calc(12.5% + 1.5625rem / 2);
  }
  .xxlarge-offset-4 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-4 {
    margin-left: calc(16.6666666667% + 1.5625rem / 2);
  }
  .xxlarge-offset-5 {
    margin-left: 20.8333333333%;
  }
  .grid-margin-x > .xxlarge-offset-5 {
    margin-left: calc(20.8333333333% + 1.5625rem / 2);
  }
  .xxlarge-offset-6 {
    margin-left: 25%;
  }
  .grid-margin-x > .xxlarge-offset-6 {
    margin-left: calc(25% + 1.5625rem / 2);
  }
  .xxlarge-offset-7 {
    margin-left: 29.1666666667%;
  }
  .grid-margin-x > .xxlarge-offset-7 {
    margin-left: calc(29.1666666667% + 1.5625rem / 2);
  }
  .xxlarge-offset-8 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-8 {
    margin-left: calc(33.3333333333% + 1.5625rem / 2);
  }
  .xxlarge-offset-9 {
    margin-left: 37.5%;
  }
  .grid-margin-x > .xxlarge-offset-9 {
    margin-left: calc(37.5% + 1.5625rem / 2);
  }
  .xxlarge-offset-10 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-10 {
    margin-left: calc(41.6666666667% + 1.5625rem / 2);
  }
  .xxlarge-offset-11 {
    margin-left: 45.8333333333%;
  }
  .grid-margin-x > .xxlarge-offset-11 {
    margin-left: calc(45.8333333333% + 1.5625rem / 2);
  }
  .xxlarge-offset-12 {
    margin-left: 50%;
  }
  .grid-margin-x > .xxlarge-offset-12 {
    margin-left: calc(50% + 1.5625rem / 2);
  }
  .xxlarge-offset-13 {
    margin-left: 54.1666666667%;
  }
  .grid-margin-x > .xxlarge-offset-13 {
    margin-left: calc(54.1666666667% + 1.5625rem / 2);
  }
  .xxlarge-offset-14 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-14 {
    margin-left: calc(58.3333333333% + 1.5625rem / 2);
  }
  .xxlarge-offset-15 {
    margin-left: 62.5%;
  }
  .grid-margin-x > .xxlarge-offset-15 {
    margin-left: calc(62.5% + 1.5625rem / 2);
  }
  .xxlarge-offset-16 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-16 {
    margin-left: calc(66.6666666667% + 1.5625rem / 2);
  }
  .xxlarge-offset-17 {
    margin-left: 70.8333333333%;
  }
  .grid-margin-x > .xxlarge-offset-17 {
    margin-left: calc(70.8333333333% + 1.5625rem / 2);
  }
  .xxlarge-offset-18 {
    margin-left: 75%;
  }
  .grid-margin-x > .xxlarge-offset-18 {
    margin-left: calc(75% + 1.5625rem / 2);
  }
  .xxlarge-offset-19 {
    margin-left: 79.1666666667%;
  }
  .grid-margin-x > .xxlarge-offset-19 {
    margin-left: calc(79.1666666667% + 1.5625rem / 2);
  }
  .xxlarge-offset-20 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-20 {
    margin-left: calc(83.3333333333% + 1.5625rem / 2);
  }
  .xxlarge-offset-21 {
    margin-left: 87.5%;
  }
  .grid-margin-x > .xxlarge-offset-21 {
    margin-left: calc(87.5% + 1.5625rem / 2);
  }
  .xxlarge-offset-22 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-22 {
    margin-left: calc(91.6666666667% + 1.5625rem / 2);
  }
  .xxlarge-offset-23 {
    margin-left: 95.8333333333%;
  }
  .grid-margin-x > .xxlarge-offset-23 {
    margin-left: calc(95.8333333333% + 1.5625rem / 2);
  }
}
.grid-y {
  display: flex;
  flex-flow: column nowrap;
}
.grid-y > .cell {
  height: auto;
  max-height: none;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-shrink,
.grid-y > .small-full,
.grid-y > .small-1,
.grid-y > .small-2,
.grid-y > .small-3,
.grid-y > .small-4,
.grid-y > .small-5,
.grid-y > .small-6,
.grid-y > .small-7,
.grid-y > .small-8,
.grid-y > .small-9,
.grid-y > .small-10,
.grid-y > .small-11,
.grid-y > .small-12,
.grid-y > .small-13,
.grid-y > .small-14,
.grid-y > .small-15,
.grid-y > .small-16,
.grid-y > .small-17,
.grid-y > .small-18,
.grid-y > .small-19,
.grid-y > .small-20,
.grid-y > .small-21,
.grid-y > .small-22,
.grid-y > .small-23,
.grid-y > .small-24 {
  flex-basis: auto;
}
@media print, screen and (min-width: 32em) {
  .grid-y > .medium-shrink,
  .grid-y > .medium-full,
  .grid-y > .medium-1,
  .grid-y > .medium-2,
  .grid-y > .medium-3,
  .grid-y > .medium-4,
  .grid-y > .medium-5,
  .grid-y > .medium-6,
  .grid-y > .medium-7,
  .grid-y > .medium-8,
  .grid-y > .medium-9,
  .grid-y > .medium-10,
  .grid-y > .medium-11,
  .grid-y > .medium-12,
  .grid-y > .medium-13,
  .grid-y > .medium-14,
  .grid-y > .medium-15,
  .grid-y > .medium-16,
  .grid-y > .medium-17,
  .grid-y > .medium-18,
  .grid-y > .medium-19,
  .grid-y > .medium-20,
  .grid-y > .medium-21,
  .grid-y > .medium-22,
  .grid-y > .medium-23,
  .grid-y > .medium-24 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 50.625em) {
  .grid-y > .large-shrink,
  .grid-y > .large-full,
  .grid-y > .large-1,
  .grid-y > .large-2,
  .grid-y > .large-3,
  .grid-y > .large-4,
  .grid-y > .large-5,
  .grid-y > .large-6,
  .grid-y > .large-7,
  .grid-y > .large-8,
  .grid-y > .large-9,
  .grid-y > .large-10,
  .grid-y > .large-11,
  .grid-y > .large-12,
  .grid-y > .large-13,
  .grid-y > .large-14,
  .grid-y > .large-15,
  .grid-y > .large-16,
  .grid-y > .large-17,
  .grid-y > .large-18,
  .grid-y > .large-19,
  .grid-y > .large-20,
  .grid-y > .large-21,
  .grid-y > .large-22,
  .grid-y > .large-23,
  .grid-y > .large-24 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 78.0625em) {
  .grid-y > .xlarge-shrink,
  .grid-y > .xlarge-full,
  .grid-y > .xlarge-1,
  .grid-y > .xlarge-2,
  .grid-y > .xlarge-3,
  .grid-y > .xlarge-4,
  .grid-y > .xlarge-5,
  .grid-y > .xlarge-6,
  .grid-y > .xlarge-7,
  .grid-y > .xlarge-8,
  .grid-y > .xlarge-9,
  .grid-y > .xlarge-10,
  .grid-y > .xlarge-11,
  .grid-y > .xlarge-12,
  .grid-y > .xlarge-13,
  .grid-y > .xlarge-14,
  .grid-y > .xlarge-15,
  .grid-y > .xlarge-16,
  .grid-y > .xlarge-17,
  .grid-y > .xlarge-18,
  .grid-y > .xlarge-19,
  .grid-y > .xlarge-20,
  .grid-y > .xlarge-21,
  .grid-y > .xlarge-22,
  .grid-y > .xlarge-23,
  .grid-y > .xlarge-24 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 120em) {
  .grid-y > .xxlarge-shrink,
  .grid-y > .xxlarge-full,
  .grid-y > .xxlarge-1,
  .grid-y > .xxlarge-2,
  .grid-y > .xxlarge-3,
  .grid-y > .xxlarge-4,
  .grid-y > .xxlarge-5,
  .grid-y > .xxlarge-6,
  .grid-y > .xxlarge-7,
  .grid-y > .xxlarge-8,
  .grid-y > .xxlarge-9,
  .grid-y > .xxlarge-10,
  .grid-y > .xxlarge-11,
  .grid-y > .xxlarge-12,
  .grid-y > .xxlarge-13,
  .grid-y > .xxlarge-14,
  .grid-y > .xxlarge-15,
  .grid-y > .xxlarge-16,
  .grid-y > .xxlarge-17,
  .grid-y > .xxlarge-18,
  .grid-y > .xxlarge-19,
  .grid-y > .xxlarge-20,
  .grid-y > .xxlarge-21,
  .grid-y > .xxlarge-22,
  .grid-y > .xxlarge-23,
  .grid-y > .xxlarge-24 {
    flex-basis: auto;
  }
}
.grid-y > .small-24,
.grid-y > .small-23,
.grid-y > .small-22,
.grid-y > .small-21,
.grid-y > .small-20,
.grid-y > .small-19,
.grid-y > .small-18,
.grid-y > .small-17,
.grid-y > .small-16,
.grid-y > .small-15,
.grid-y > .small-14,
.grid-y > .small-13,
.grid-y > .small-12,
.grid-y > .small-11,
.grid-y > .small-10,
.grid-y > .small-9,
.grid-y > .small-8,
.grid-y > .small-7,
.grid-y > .small-6,
.grid-y > .small-5,
.grid-y > .small-4,
.grid-y > .small-3,
.grid-y > .small-2,
.grid-y > .small-1 {
  flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 4.1666666667%;
}
.grid-y > .small-2 {
  height: 8.3333333333%;
}
.grid-y > .small-3 {
  height: 12.5%;
}
.grid-y > .small-4 {
  height: 16.6666666667%;
}
.grid-y > .small-5 {
  height: 20.8333333333%;
}
.grid-y > .small-6 {
  height: 25%;
}
.grid-y > .small-7 {
  height: 29.1666666667%;
}
.grid-y > .small-8 {
  height: 33.3333333333%;
}
.grid-y > .small-9 {
  height: 37.5%;
}
.grid-y > .small-10 {
  height: 41.6666666667%;
}
.grid-y > .small-11 {
  height: 45.8333333333%;
}
.grid-y > .small-12 {
  height: 50%;
}
.grid-y > .small-13 {
  height: 54.1666666667%;
}
.grid-y > .small-14 {
  height: 58.3333333333%;
}
.grid-y > .small-15 {
  height: 62.5%;
}
.grid-y > .small-16 {
  height: 66.6666666667%;
}
.grid-y > .small-17 {
  height: 70.8333333333%;
}
.grid-y > .small-18 {
  height: 75%;
}
.grid-y > .small-19 {
  height: 79.1666666667%;
}
.grid-y > .small-20 {
  height: 83.3333333333%;
}
.grid-y > .small-21 {
  height: 87.5%;
}
.grid-y > .small-22 {
  height: 91.6666666667%;
}
.grid-y > .small-23 {
  height: 95.8333333333%;
}
.grid-y > .small-24 {
  height: 100%;
}
@media print, screen and (min-width: 32em) {
  .grid-y > .medium-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .medium-24,
  .grid-y > .medium-23,
  .grid-y > .medium-22,
  .grid-y > .medium-21,
  .grid-y > .medium-20,
  .grid-y > .medium-19,
  .grid-y > .medium-18,
  .grid-y > .medium-17,
  .grid-y > .medium-16,
  .grid-y > .medium-15,
  .grid-y > .medium-14,
  .grid-y > .medium-13,
  .grid-y > .medium-12,
  .grid-y > .medium-11,
  .grid-y > .medium-10,
  .grid-y > .medium-9,
  .grid-y > .medium-8,
  .grid-y > .medium-7,
  .grid-y > .medium-6,
  .grid-y > .medium-5,
  .grid-y > .medium-4,
  .grid-y > .medium-3,
  .grid-y > .medium-2,
  .grid-y > .medium-1,
  .grid-y > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 4.1666666667%;
  }
  .grid-y > .medium-2 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-3 {
    height: 12.5%;
  }
  .grid-y > .medium-4 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-5 {
    height: 20.8333333333%;
  }
  .grid-y > .medium-6 {
    height: 25%;
  }
  .grid-y > .medium-7 {
    height: 29.1666666667%;
  }
  .grid-y > .medium-8 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-9 {
    height: 37.5%;
  }
  .grid-y > .medium-10 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-11 {
    height: 45.8333333333%;
  }
  .grid-y > .medium-12 {
    height: 50%;
  }
  .grid-y > .medium-13 {
    height: 54.1666666667%;
  }
  .grid-y > .medium-14 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-15 {
    height: 62.5%;
  }
  .grid-y > .medium-16 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-17 {
    height: 70.8333333333%;
  }
  .grid-y > .medium-18 {
    height: 75%;
  }
  .grid-y > .medium-19 {
    height: 79.1666666667%;
  }
  .grid-y > .medium-20 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-21 {
    height: 87.5%;
  }
  .grid-y > .medium-22 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-23 {
    height: 95.8333333333%;
  }
  .grid-y > .medium-24 {
    height: 100%;
  }
}
@media print, screen and (min-width: 50.625em) {
  .grid-y > .large-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .large-24,
  .grid-y > .large-23,
  .grid-y > .large-22,
  .grid-y > .large-21,
  .grid-y > .large-20,
  .grid-y > .large-19,
  .grid-y > .large-18,
  .grid-y > .large-17,
  .grid-y > .large-16,
  .grid-y > .large-15,
  .grid-y > .large-14,
  .grid-y > .large-13,
  .grid-y > .large-12,
  .grid-y > .large-11,
  .grid-y > .large-10,
  .grid-y > .large-9,
  .grid-y > .large-8,
  .grid-y > .large-7,
  .grid-y > .large-6,
  .grid-y > .large-5,
  .grid-y > .large-4,
  .grid-y > .large-3,
  .grid-y > .large-2,
  .grid-y > .large-1,
  .grid-y > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 4.1666666667%;
  }
  .grid-y > .large-2 {
    height: 8.3333333333%;
  }
  .grid-y > .large-3 {
    height: 12.5%;
  }
  .grid-y > .large-4 {
    height: 16.6666666667%;
  }
  .grid-y > .large-5 {
    height: 20.8333333333%;
  }
  .grid-y > .large-6 {
    height: 25%;
  }
  .grid-y > .large-7 {
    height: 29.1666666667%;
  }
  .grid-y > .large-8 {
    height: 33.3333333333%;
  }
  .grid-y > .large-9 {
    height: 37.5%;
  }
  .grid-y > .large-10 {
    height: 41.6666666667%;
  }
  .grid-y > .large-11 {
    height: 45.8333333333%;
  }
  .grid-y > .large-12 {
    height: 50%;
  }
  .grid-y > .large-13 {
    height: 54.1666666667%;
  }
  .grid-y > .large-14 {
    height: 58.3333333333%;
  }
  .grid-y > .large-15 {
    height: 62.5%;
  }
  .grid-y > .large-16 {
    height: 66.6666666667%;
  }
  .grid-y > .large-17 {
    height: 70.8333333333%;
  }
  .grid-y > .large-18 {
    height: 75%;
  }
  .grid-y > .large-19 {
    height: 79.1666666667%;
  }
  .grid-y > .large-20 {
    height: 83.3333333333%;
  }
  .grid-y > .large-21 {
    height: 87.5%;
  }
  .grid-y > .large-22 {
    height: 91.6666666667%;
  }
  .grid-y > .large-23 {
    height: 95.8333333333%;
  }
  .grid-y > .large-24 {
    height: 100%;
  }
}
@media screen and (min-width: 78.0625em) {
  .grid-y > .xlarge-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .xlarge-24,
  .grid-y > .xlarge-23,
  .grid-y > .xlarge-22,
  .grid-y > .xlarge-21,
  .grid-y > .xlarge-20,
  .grid-y > .xlarge-19,
  .grid-y > .xlarge-18,
  .grid-y > .xlarge-17,
  .grid-y > .xlarge-16,
  .grid-y > .xlarge-15,
  .grid-y > .xlarge-14,
  .grid-y > .xlarge-13,
  .grid-y > .xlarge-12,
  .grid-y > .xlarge-11,
  .grid-y > .xlarge-10,
  .grid-y > .xlarge-9,
  .grid-y > .xlarge-8,
  .grid-y > .xlarge-7,
  .grid-y > .xlarge-6,
  .grid-y > .xlarge-5,
  .grid-y > .xlarge-4,
  .grid-y > .xlarge-3,
  .grid-y > .xlarge-2,
  .grid-y > .xlarge-1,
  .grid-y > .xlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .xlarge-shrink {
    height: auto;
  }
  .grid-y > .xlarge-1 {
    height: 4.1666666667%;
  }
  .grid-y > .xlarge-2 {
    height: 8.3333333333%;
  }
  .grid-y > .xlarge-3 {
    height: 12.5%;
  }
  .grid-y > .xlarge-4 {
    height: 16.6666666667%;
  }
  .grid-y > .xlarge-5 {
    height: 20.8333333333%;
  }
  .grid-y > .xlarge-6 {
    height: 25%;
  }
  .grid-y > .xlarge-7 {
    height: 29.1666666667%;
  }
  .grid-y > .xlarge-8 {
    height: 33.3333333333%;
  }
  .grid-y > .xlarge-9 {
    height: 37.5%;
  }
  .grid-y > .xlarge-10 {
    height: 41.6666666667%;
  }
  .grid-y > .xlarge-11 {
    height: 45.8333333333%;
  }
  .grid-y > .xlarge-12 {
    height: 50%;
  }
  .grid-y > .xlarge-13 {
    height: 54.1666666667%;
  }
  .grid-y > .xlarge-14 {
    height: 58.3333333333%;
  }
  .grid-y > .xlarge-15 {
    height: 62.5%;
  }
  .grid-y > .xlarge-16 {
    height: 66.6666666667%;
  }
  .grid-y > .xlarge-17 {
    height: 70.8333333333%;
  }
  .grid-y > .xlarge-18 {
    height: 75%;
  }
  .grid-y > .xlarge-19 {
    height: 79.1666666667%;
  }
  .grid-y > .xlarge-20 {
    height: 83.3333333333%;
  }
  .grid-y > .xlarge-21 {
    height: 87.5%;
  }
  .grid-y > .xlarge-22 {
    height: 91.6666666667%;
  }
  .grid-y > .xlarge-23 {
    height: 95.8333333333%;
  }
  .grid-y > .xlarge-24 {
    height: 100%;
  }
}
@media screen and (min-width: 120em) {
  .grid-y > .xxlarge-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .xxlarge-24,
  .grid-y > .xxlarge-23,
  .grid-y > .xxlarge-22,
  .grid-y > .xxlarge-21,
  .grid-y > .xxlarge-20,
  .grid-y > .xxlarge-19,
  .grid-y > .xxlarge-18,
  .grid-y > .xxlarge-17,
  .grid-y > .xxlarge-16,
  .grid-y > .xxlarge-15,
  .grid-y > .xxlarge-14,
  .grid-y > .xxlarge-13,
  .grid-y > .xxlarge-12,
  .grid-y > .xxlarge-11,
  .grid-y > .xxlarge-10,
  .grid-y > .xxlarge-9,
  .grid-y > .xxlarge-8,
  .grid-y > .xxlarge-7,
  .grid-y > .xxlarge-6,
  .grid-y > .xxlarge-5,
  .grid-y > .xxlarge-4,
  .grid-y > .xxlarge-3,
  .grid-y > .xxlarge-2,
  .grid-y > .xxlarge-1,
  .grid-y > .xxlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-y > .xxlarge-1 {
    height: 4.1666666667%;
  }
  .grid-y > .xxlarge-2 {
    height: 8.3333333333%;
  }
  .grid-y > .xxlarge-3 {
    height: 12.5%;
  }
  .grid-y > .xxlarge-4 {
    height: 16.6666666667%;
  }
  .grid-y > .xxlarge-5 {
    height: 20.8333333333%;
  }
  .grid-y > .xxlarge-6 {
    height: 25%;
  }
  .grid-y > .xxlarge-7 {
    height: 29.1666666667%;
  }
  .grid-y > .xxlarge-8 {
    height: 33.3333333333%;
  }
  .grid-y > .xxlarge-9 {
    height: 37.5%;
  }
  .grid-y > .xxlarge-10 {
    height: 41.6666666667%;
  }
  .grid-y > .xxlarge-11 {
    height: 45.8333333333%;
  }
  .grid-y > .xxlarge-12 {
    height: 50%;
  }
  .grid-y > .xxlarge-13 {
    height: 54.1666666667%;
  }
  .grid-y > .xxlarge-14 {
    height: 58.3333333333%;
  }
  .grid-y > .xxlarge-15 {
    height: 62.5%;
  }
  .grid-y > .xxlarge-16 {
    height: 66.6666666667%;
  }
  .grid-y > .xxlarge-17 {
    height: 70.8333333333%;
  }
  .grid-y > .xxlarge-18 {
    height: 75%;
  }
  .grid-y > .xxlarge-19 {
    height: 79.1666666667%;
  }
  .grid-y > .xxlarge-20 {
    height: 83.3333333333%;
  }
  .grid-y > .xxlarge-21 {
    height: 87.5%;
  }
  .grid-y > .xxlarge-22 {
    height: 91.6666666667%;
  }
  .grid-y > .xxlarge-23 {
    height: 95.8333333333%;
  }
  .grid-y > .xxlarge-24 {
    height: 100%;
  }
}
.grid-padding-y .grid-padding-y {
  margin-top: -0.78125rem;
  margin-bottom: -0.78125rem;
}
.grid-padding-y > .cell {
  padding-top: 0.78125rem;
  padding-bottom: 0.78125rem;
}
.grid-margin-y {
  margin-top: -0.78125rem;
  margin-bottom: -0.78125rem;
}
.grid-margin-y > .cell {
  height: calc(100% - 1.5625rem);
  margin-top: 0.78125rem;
  margin-bottom: 0.78125rem;
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(4.1666666667% - 1.5625rem);
}
.grid-margin-y > .small-2 {
  height: calc(8.3333333333% - 1.5625rem);
}
.grid-margin-y > .small-3 {
  height: calc(12.5% - 1.5625rem);
}
.grid-margin-y > .small-4 {
  height: calc(16.6666666667% - 1.5625rem);
}
.grid-margin-y > .small-5 {
  height: calc(20.8333333333% - 1.5625rem);
}
.grid-margin-y > .small-6 {
  height: calc(25% - 1.5625rem);
}
.grid-margin-y > .small-7 {
  height: calc(29.1666666667% - 1.5625rem);
}
.grid-margin-y > .small-8 {
  height: calc(33.3333333333% - 1.5625rem);
}
.grid-margin-y > .small-9 {
  height: calc(37.5% - 1.5625rem);
}
.grid-margin-y > .small-10 {
  height: calc(41.6666666667% - 1.5625rem);
}
.grid-margin-y > .small-11 {
  height: calc(45.8333333333% - 1.5625rem);
}
.grid-margin-y > .small-12 {
  height: calc(50% - 1.5625rem);
}
.grid-margin-y > .small-13 {
  height: calc(54.1666666667% - 1.5625rem);
}
.grid-margin-y > .small-14 {
  height: calc(58.3333333333% - 1.5625rem);
}
.grid-margin-y > .small-15 {
  height: calc(62.5% - 1.5625rem);
}
.grid-margin-y > .small-16 {
  height: calc(66.6666666667% - 1.5625rem);
}
.grid-margin-y > .small-17 {
  height: calc(70.8333333333% - 1.5625rem);
}
.grid-margin-y > .small-18 {
  height: calc(75% - 1.5625rem);
}
.grid-margin-y > .small-19 {
  height: calc(79.1666666667% - 1.5625rem);
}
.grid-margin-y > .small-20 {
  height: calc(83.3333333333% - 1.5625rem);
}
.grid-margin-y > .small-21 {
  height: calc(87.5% - 1.5625rem);
}
.grid-margin-y > .small-22 {
  height: calc(91.6666666667% - 1.5625rem);
}
.grid-margin-y > .small-23 {
  height: calc(95.8333333333% - 1.5625rem);
}
.grid-margin-y > .small-24 {
  height: calc(100% - 1.5625rem);
}
@media print, screen and (min-width: 32em) {
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(4.1666666667% - 1.5625rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(8.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(12.5% - 1.5625rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(16.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(20.8333333333% - 1.5625rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(25% - 1.5625rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(29.1666666667% - 1.5625rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(33.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(37.5% - 1.5625rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(41.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(45.8333333333% - 1.5625rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(50% - 1.5625rem);
  }
  .grid-margin-y > .medium-13 {
    height: calc(54.1666666667% - 1.5625rem);
  }
  .grid-margin-y > .medium-14 {
    height: calc(58.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .medium-15 {
    height: calc(62.5% - 1.5625rem);
  }
  .grid-margin-y > .medium-16 {
    height: calc(66.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .medium-17 {
    height: calc(70.8333333333% - 1.5625rem);
  }
  .grid-margin-y > .medium-18 {
    height: calc(75% - 1.5625rem);
  }
  .grid-margin-y > .medium-19 {
    height: calc(79.1666666667% - 1.5625rem);
  }
  .grid-margin-y > .medium-20 {
    height: calc(83.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .medium-21 {
    height: calc(87.5% - 1.5625rem);
  }
  .grid-margin-y > .medium-22 {
    height: calc(91.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .medium-23 {
    height: calc(95.8333333333% - 1.5625rem);
  }
  .grid-margin-y > .medium-24 {
    height: calc(100% - 1.5625rem);
  }
}
@media print, screen and (min-width: 50.625em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(4.1666666667% - 1.5625rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(8.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(12.5% - 1.5625rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(16.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(20.8333333333% - 1.5625rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(25% - 1.5625rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(29.1666666667% - 1.5625rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(33.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(37.5% - 1.5625rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(41.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(45.8333333333% - 1.5625rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(50% - 1.5625rem);
  }
  .grid-margin-y > .large-13 {
    height: calc(54.1666666667% - 1.5625rem);
  }
  .grid-margin-y > .large-14 {
    height: calc(58.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .large-15 {
    height: calc(62.5% - 1.5625rem);
  }
  .grid-margin-y > .large-16 {
    height: calc(66.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .large-17 {
    height: calc(70.8333333333% - 1.5625rem);
  }
  .grid-margin-y > .large-18 {
    height: calc(75% - 1.5625rem);
  }
  .grid-margin-y > .large-19 {
    height: calc(79.1666666667% - 1.5625rem);
  }
  .grid-margin-y > .large-20 {
    height: calc(83.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .large-21 {
    height: calc(87.5% - 1.5625rem);
  }
  .grid-margin-y > .large-22 {
    height: calc(91.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .large-23 {
    height: calc(95.8333333333% - 1.5625rem);
  }
  .grid-margin-y > .large-24 {
    height: calc(100% - 1.5625rem);
  }
}
@media screen and (min-width: 78.0625em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(4.1666666667% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(8.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(12.5% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(16.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(20.8333333333% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(25% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(29.1666666667% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(33.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(37.5% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(41.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(45.8333333333% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(50% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-13 {
    height: calc(54.1666666667% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-14 {
    height: calc(58.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-15 {
    height: calc(62.5% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-16 {
    height: calc(66.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-17 {
    height: calc(70.8333333333% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-18 {
    height: calc(75% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-19 {
    height: calc(79.1666666667% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-20 {
    height: calc(83.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-21 {
    height: calc(87.5% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-22 {
    height: calc(91.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-23 {
    height: calc(95.8333333333% - 1.5625rem);
  }
  .grid-margin-y > .xlarge-24 {
    height: calc(100% - 1.5625rem);
  }
}
@media screen and (min-width: 120em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxlarge-1 {
    height: calc(4.1666666667% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: calc(8.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: calc(12.5% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: calc(16.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: calc(20.8333333333% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: calc(25% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: calc(29.1666666667% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: calc(33.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: calc(37.5% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: calc(41.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: calc(45.8333333333% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-12 {
    height: calc(50% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-13 {
    height: calc(54.1666666667% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-14 {
    height: calc(58.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-15 {
    height: calc(62.5% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-16 {
    height: calc(66.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-17 {
    height: calc(70.8333333333% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-18 {
    height: calc(75% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-19 {
    height: calc(79.1666666667% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-20 {
    height: calc(83.3333333333% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-21 {
    height: calc(87.5% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-22 {
    height: calc(91.6666666667% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-23 {
    height: calc(95.8333333333% - 1.5625rem);
  }
  .grid-margin-y > .xxlarge-24 {
    height: calc(100% - 1.5625rem);
  }
}
.align-left {
  justify-content: flex-start;
}
.align-right {
  justify-content: flex-end;
}
.align-center {
  justify-content: center;
}
.align-justify {
  justify-content: space-between;
}
.align-spaced {
  justify-content: space-around;
}
.align-left.vertical.menu > li > a {
  justify-content: flex-start;
}
.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}
.align-center.vertical.menu > li > a {
  justify-content: center;
}
.align-top {
  align-items: flex-start;
}
.align-self-top {
  align-self: flex-start;
}
.align-bottom {
  align-items: flex-end;
}
.align-self-bottom {
  align-self: flex-end;
}
.align-middle {
  align-items: center;
}
.align-self-middle {
  align-self: center;
}
.align-stretch {
  align-items: stretch;
}
.align-self-stretch {
  align-self: stretch;
}
.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}
.small-order-1 {
  order: 1;
}
.small-order-2 {
  order: 2;
}
.small-order-3 {
  order: 3;
}
.small-order-4 {
  order: 4;
}
.small-order-5 {
  order: 5;
}
.small-order-6 {
  order: 6;
}
@media print, screen and (min-width: 32em) {
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 50.625em) {
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
}
@media screen and (min-width: 78.0625em) {
  .xlarge-order-1 {
    order: 1;
  }
  .xlarge-order-2 {
    order: 2;
  }
  .xlarge-order-3 {
    order: 3;
  }
  .xlarge-order-4 {
    order: 4;
  }
  .xlarge-order-5 {
    order: 5;
  }
  .xlarge-order-6 {
    order: 6;
  }
}
@media screen and (min-width: 120em) {
  .xxlarge-order-1 {
    order: 1;
  }
  .xxlarge-order-2 {
    order: 2;
  }
  .xxlarge-order-3 {
    order: 3;
  }
  .xxlarge-order-4 {
    order: 4;
  }
  .xxlarge-order-5 {
    order: 5;
  }
  .xxlarge-order-6 {
    order: 6;
  }
}
.flex-container {
  display: flex;
}
.flex-child-auto {
  flex: 1 1 auto;
}
.flex-child-grow {
  flex: 1 0 auto;
}
.flex-child-shrink {
  flex: 0 1 auto;
}
.flex-dir-row {
  flex-direction: row;
}
.flex-dir-row-reverse {
  flex-direction: row-reverse;
}
.flex-dir-column {
  flex-direction: column;
}
.flex-dir-column-reverse {
  flex-direction: column-reverse;
}
@media print, screen and (min-width: 32em) {
  .medium-flex-container {
    display: flex;
  }
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 50.625em) {
  .large-flex-container {
    display: flex;
  }
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 78.0625em) {
  .xlarge-flex-container {
    display: flex;
  }
  .xlarge-flex-child-auto {
    flex: 1 1 auto;
  }
  .xlarge-flex-child-grow {
    flex: 1 0 auto;
  }
  .xlarge-flex-child-shrink {
    flex: 0 1 auto;
  }
  .xlarge-flex-dir-row {
    flex-direction: row;
  }
  .xlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .xlarge-flex-dir-column {
    flex-direction: column;
  }
  .xlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 120em) {
  .xxlarge-flex-container {
    display: flex;
  }
  .xxlarge-flex-child-auto {
    flex: 1 1 auto;
  }
  .xxlarge-flex-child-grow {
    flex: 1 0 auto;
  }
  .xxlarge-flex-child-shrink {
    flex: 0 1 auto;
  }
  .xxlarge-flex-dir-row {
    flex-direction: row;
  }
  .xxlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .xxlarge-flex-dir-column {
    flex-direction: column;
  }
  .xxlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
.accordion {
  margin-left: 0;
  background: rgba(0, 0, 0, 0);
  list-style-type: none;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}
.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}
.accordion-title {
  position: relative;
  display: block;
  padding: 15px 0 12px 30px;
  border: none;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #016fad;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: none;
  border-radius: 0 0 0 0;
}
.accordion-title:hover,
.accordion-title:focus {
  background-color: #fff;
}
.accordion-content {
  display: none;
  padding: 0 0 14px 30px;
  border: none;
  border-bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  color: #20242b;
}
:last-child > .accordion-content:last-child {
  border-bottom: none;
}
.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 0;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fff;
  font-size: 1rem;
}
.dropdown-pane.is-opening {
  display: block;
}
.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}
.dropdown-pane.tiny {
  width: 100px;
}
.dropdown-pane.small {
  width: 200px;
}
.dropdown-pane.large {
  width: 400px;
}
.dropdown-pane.xlarge {
  width: 600px;
}
.dropdown-pane.login-dropdown {
  width: 650px;
}
.progress {
  height: 11px;
  margin-bottom: 0;
  border-radius: 0;
  background-color: #dcdee1;
}
.progress.primary .progress-meter {
  background-color: #016fad;
}
.progress.secondary .progress-meter {
  background-color: #82c823;
}
.progress.success .progress-meter {
  background-color: #3adb76;
}
.progress.warning .progress-meter {
  background-color: #ffae00;
}
.progress.alert .progress-meter {
  background-color: #cc4b37;
}
.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #006193;
}
.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
}
html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
html.is-reveal-open body {
  overflow-y: hidden;
}
.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(0, 0, 0, 0.45);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: #fff;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
[data-whatinput="mouse"] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 32em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 32em) {
  .reveal {
    width: 80%;
    max-width: 800px;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 32em) {
  .reveal.tiny {
    width: 30%;
    max-width: 800px;
  }
}
@media print, screen and (min-width: 32em) {
  .reveal.small {
    width: 50%;
    max-width: 800px;
  }
}
@media print, screen and (min-width: 32em) {
  .reveal.large {
    width: 90%;
    max-width: 800px;
  }
}
.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media print, screen and (max-width: 31.99875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}
.switch {
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fff;
  user-select: none;
  height: 2rem;
}
.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}
.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}
input + .switch-paddle {
  margin: 0;
}
.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate3d(0, 0, 0);
  border-radius: 0;
  background: #fff;
  transition: all 0.25s ease-out;
  content: "";
}
input:checked ~ .switch-paddle {
  background: #016fad;
}
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
input:disabled ~ .switch-paddle {
  cursor: not-allowed;
  opacity: 0.5;
}
[data-whatinput="mouse"] input:focus ~ .switch-paddle {
  outline: 0;
}
.switch-inactive,
.switch-active {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.switch-active {
  left: 8%;
  display: none;
}
input:checked + label > .switch-active,
#recover-credentials-form-container
  .error
  input:checked
  + input
  > .switch-active,
#forgot-form-container .error input:checked + input > .switch-active {
  display: block;
}
.switch-inactive {
  right: 15%;
}
input:checked + label > .switch-inactive,
#recover-credentials-form-container
  .error
  input:checked
  + input
  > .switch-inactive,
#forgot-form-container .error input:checked + input > .switch-inactive {
  display: none;
}
.switch.tiny {
  height: 1.5rem;
}
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}
.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}
.switch.small {
  height: 1.75rem;
}
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}
.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}
.switch.large {
  height: 2.5rem;
}
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}
.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}
.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: rgba(0, 0, 0, 0);
  list-style-type: none;
}
.tabs::before,
.tabs::after {
  display: table;
  content: " ";
}
.tabs::after {
  clear: both;
}
.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}
.tabs.simple > li > a {
  padding: 0;
}
.tabs.simple > li > a:hover {
  background: rgba(0, 0, 0, 0);
}
.tabs.primary {
  background: #016fad;
}
.tabs.primary > li > a {
  color: #fff;
}
.tabs.primary > li > a:hover,
.tabs.primary > li > a:focus {
  background: #017abe;
}
.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 10px 18px;
  font-size: 16px;
  line-height: 1;
  color: #016fad;
}
[data-whatinput="mouse"] .tabs-title > a {
  outline: 0;
}
.tabs-title > a:hover {
  background: #aaa;
  color: #015f95;
}
.tabs-title > a:focus,
.tabs-title > a[aria-selected="true"] {
  background: #fff;
  color: #20242b;
}
.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fff;
  color: #20242b;
  transition: all 0.5s ease;
}
.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}
.tabs-panel {
  display: none;
  padding: 25px;
}
.tabs-panel.is-active {
  display: block;
}
.mejs__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.mejs__container {
  background: #000;
  font-family: Helvetica, Arial, serif;
  position: relative;
  text-align: left;
  text-indent: 0;
  vertical-align: top;
}
.mejs__container,
.mejs__container * {
  box-sizing: border-box;
}
.mejs__container video::-webkit-media-controls,
.mejs__container video::-webkit-media-controls-panel,
.mejs__container video::-webkit-media-controls-panel-container,
.mejs__container video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}
.mejs__fill-container,
.mejs__fill-container .mejs__container {
  height: 100%;
  width: 100%;
}
.mejs__fill-container {
  background: transparent;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.mejs__container:focus {
  outline: none;
}
.mejs__iframe-overlay {
  height: 100%;
  position: absolute;
  width: 100%;
}
.mejs__embed,
.mejs__embed body {
  background: #000;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.mejs__fullscreen {
  overflow: hidden !important;
}
.mejs__container-fullscreen {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}
.mejs__container-fullscreen .mejs__mediaelement,
.mejs__container-fullscreen video {
  height: 100% !important;
  width: 100% !important;
}
.mejs__background,
.mejs__mediaelement {
  left: 0;
  position: absolute;
  top: 0;
}
.mejs__mediaelement {
  height: 100%;
  width: 100%;
  z-index: 0;
}
.mejs__poster {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}
:root .mejs__poster-img {
  display: none;
}
.mejs__poster-img {
  border: 0;
  padding: 0;
}
.mejs__overlay {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
}
.mejs__layer {
  z-index: 1;
}
.mejs__overlay-play {
  cursor: pointer;
}
.mejs__overlay-button {
  background: url(mejs-controls.svg) no-repeat;
  background-position: 0 -39px;
  height: 80px;
  width: 80px;
}
.mejs__overlay:hover > .mejs__overlay-button {
  background-position: -80px -39px;
}
.mejs__overlay-loading {
  height: 80px;
  width: 80px;
}
.mejs__overlay-loading-bg-img {
  -webkit-animation: a 1s linear infinite;
  animation: a 1s linear infinite;
  background: transparent url(mejs-controls.svg) -160px -40px no-repeat;
  display: block;
  height: 80px;
  width: 80px;
  z-index: 1;
}
@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.mejs__controls {
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  left: 0;
  list-style-type: none;
  margin: 0;
  padding: 0 10px;
  position: absolute;
  width: 100%;
  z-index: 3;
}
.mejs__controls:not([style*="display: none"]) {
  background: rgba(255, 0, 0, 0.7);
  background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.35));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.35));
}
.mejs__button,
.mejs__time,
.mejs__time-rail {
  font-size: 10px;
  height: 40px;
  line-height: 10px;
  margin: 0;
  width: 32px;
}
.mejs__button > button {
  background: transparent url(mejs-controls.svg);
  border: 0;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  margin: 10px 6px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-decoration: none;
  width: 20px;
}
.mejs__button > button:focus {
  outline: 1px dotted #999;
}
.mejs__container-keyboard-inactive [role="slider"],
.mejs__container-keyboard-inactive [role="slider"]:focus,
.mejs__container-keyboard-inactive a,
.mejs__container-keyboard-inactive a:focus,
.mejs__container-keyboard-inactive button,
.mejs__container-keyboard-inactive button:focus {
  outline: 0;
}
.mejs__time {
  box-sizing: content-box;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  height: 24px;
  overflow: hidden;
  padding: 16px 6px 0;
  text-align: center;
  width: auto;
}
.mejs__play > button {
  background-position: 0 0;
}
.mejs__pause > button {
  background-position: -20px 0;
}
.mejs__replay > button {
  background-position: -160px 0;
}
.mejs__time-rail {
  direction: ltr;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 40px;
  margin: 0 10px;
  padding-top: 10px;
  position: relative;
}
.mejs__time-buffering,
.mejs__time-current,
.mejs__time-float,
.mejs__time-float-corner,
.mejs__time-float-current,
.mejs__time-hovered,
.mejs__time-loaded,
.mejs__time-marker,
.mejs__time-total {
  border-radius: 2px;
  cursor: pointer;
  display: block;
  height: 10px;
  position: absolute;
}
.mejs__time-total {
  background: hsla(0, 0%, 100%, 0.3);
  margin: 5px 0 0;
  width: 100%;
}
.mejs__time-buffering {
  -webkit-animation: b 2s linear infinite;
  animation: b 2s linear infinite;
  background: -webkit-linear-gradient(
    135deg,
    hsla(0, 0%, 100%, 0.4) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.4) 0,
    hsla(0, 0%, 100%, 0.4) 75%,
    transparent 0,
    transparent
  );
  background: linear-gradient(
    -45deg,
    hsla(0, 0%, 100%, 0.4) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.4) 0,
    hsla(0, 0%, 100%, 0.4) 75%,
    transparent 0,
    transparent
  );
  background-size: 15px 15px;
  width: 100%;
}
@-webkit-keyframes b {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@keyframes b {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
.mejs__time-loaded {
  background: hsla(0, 0%, 100%, 0.3);
}
.mejs__time-current,
.mejs__time-handle-content {
  background: hsla(0, 0%, 100%, 0.9);
}
.mejs__time-hovered {
  background: hsla(0, 0%, 100%, 0.5);
  z-index: 10;
}
.mejs__time-hovered.negative {
  background: rgba(0, 0, 0, 0.2);
}
.mejs__time-buffering,
.mejs__time-current,
.mejs__time-hovered,
.mejs__time-loaded {
  left: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  width: 100%;
}
.mejs__time-buffering {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.mejs__time-hovered {
  -webkit-transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
  transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
}
.mejs__time-hovered.no-hover {
  -webkit-transform: scaleX(0) !important;
  -ms-transform: scaleX(0) !important;
  transform: scaleX(0) !important;
}
.mejs__time-handle,
.mejs__time-handle-content {
  border: 4px solid transparent;
  cursor: pointer;
  left: 0;
  position: absolute;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  z-index: 11;
}
.mejs__time-handle-content {
  border: 4px solid hsla(0, 0%, 100%, 0.9);
  border-radius: 50%;
  height: 10px;
  left: -7px;
  top: -4px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  width: 10px;
}
.mejs__time-rail .mejs__time-handle-content:active,
.mejs__time-rail .mejs__time-handle-content:focus,
.mejs__time-rail:hover .mejs__time-handle-content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.mejs__time-float {
  background: #eee;
  border: 1px solid #333;
  bottom: 100%;
  color: #111;
  display: none;
  height: 17px;
  margin-bottom: 9px;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 36px;
}
.mejs__time-float-current {
  display: block;
  left: 0;
  margin: 2px;
  text-align: center;
  width: 30px;
}
.mejs__time-float-corner {
  border: 5px solid #eee;
  border-color: #eee transparent transparent;
  border-radius: 0;
  display: block;
  height: 0;
  left: 50%;
  line-height: 0;
  position: absolute;
  top: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
}
.mejs__long-video .mejs__time-float {
  margin-left: -23px;
  width: 64px;
}
.mejs__long-video .mejs__time-float-current {
  width: 60px;
}
.mejs__broadcast {
  color: #fff;
  height: 10px;
  position: absolute;
  top: 15px;
  width: 100%;
}
.mejs__fullscreen-button > button {
  background-position: -80px 0;
}
.mejs__unfullscreen > button {
  background-position: -100px 0;
}
.mejs__mute > button {
  background-position: -60px 0;
}
.mejs__unmute > button {
  background-position: -40px 0;
}
.mejs__volume-button {
  position: relative;
}
.mejs__volume-button > .mejs__volume-slider {
  -webkit-backface-visibility: hidden;
  background: rgba(50, 50, 50, 0.7);
  border-radius: 0;
  bottom: 100%;
  display: none;
  height: 115px;
  left: 50%;
  margin: 0;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 25px;
  z-index: 1;
}
.mejs__volume-button:hover {
  border-radius: 0 0 4px 4px;
}
.mejs__volume-total {
  background: hsla(0, 0%, 100%, 0.5);
  height: 100px;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 8px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2px;
}
.mejs__volume-current {
  left: 0;
  margin: 0;
  width: 100%;
}
.mejs__volume-current,
.mejs__volume-handle {
  background: hsla(0, 0%, 100%, 0.9);
  position: absolute;
}
.mejs__volume-handle {
  border-radius: 1px;
  cursor: ns-resize;
  height: 6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 16px;
}
.mejs__horizontal-volume-slider {
  display: block;
  height: 36px;
  position: relative;
  vertical-align: middle;
  width: 56px;
}
.mejs__horizontal-volume-total {
  background: rgba(50, 50, 50, 0.8);
  height: 8px;
  top: 16px;
  width: 50px;
}
.mejs__horizontal-volume-current,
.mejs__horizontal-volume-total {
  border-radius: 2px;
  font-size: 1px;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
}
.mejs__horizontal-volume-current {
  background: hsla(0, 0%, 100%, 0.8);
  height: 100%;
  top: 0;
  width: 100%;
}
.mejs__horizontal-volume-handle {
  display: none;
}
.mejs__captions-button,
.mejs__chapters-button {
  position: relative;
}
.mejs__captions-button > button {
  background-position: -140px 0;
}
.mejs__chapters-button > button {
  background-position: -180px 0;
}
.mejs__captions-button > .mejs__captions-selector,
.mejs__chapters-button > .mejs__chapters-selector {
  background: rgba(50, 50, 50, 0.7);
  border: 1px solid transparent;
  border-radius: 0;
  bottom: 100%;
  margin-right: -43px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 50%;
  visibility: visible;
  width: 86px;
}
.mejs__chapters-button > .mejs__chapters-selector {
  margin-right: -55px;
  width: 110px;
}
.mejs__captions-selector-list,
.mejs__chapters-selector-list {
  list-style-type: none !important;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.mejs__captions-selector-list-item,
.mejs__chapters-selector-list-item {
  color: #fff;
  cursor: pointer;
  display: block;
  list-style-type: none !important;
  margin: 0 0 6px;
  overflow: hidden;
  padding: 0;
}
.mejs__captions-selector-list-item:hover,
.mejs__chapters-selector-list-item:hover {
  background-color: #c8c8c8 !important;
  background-color: hsla(0, 0%, 100%, 0.4) !important;
}
.mejs__captions-selector-input,
.mejs__chapters-selector-input {
  clear: both;
  float: left;
  left: -1000px;
  margin: 3px 3px 0 5px;
  position: absolute;
}
.mejs__captions-selector-label,
.mejs__chapters-selector-label {
  cursor: pointer;
  float: left;
  font-size: 10px;
  line-height: 15px;
  padding: 4px 10px 0;
  width: 100%;
}
.mejs__captions-selected,
.mejs__chapters-selected {
  color: #21f8f8;
}
.mejs__captions-translations {
  font-size: 10px;
  margin: 0 0 5px;
}
.mejs__captions-layer {
  bottom: 0;
  color: #fff;
  font-size: 16px;
  left: 0;
  line-height: 20px;
  position: absolute;
  text-align: center;
}
.mejs__captions-layer a {
  color: #fff;
  text-decoration: underline;
}
.mejs__captions-layer[lang="ar"] {
  font-size: 20px;
  font-weight: 400;
}
.mejs__captions-position {
  bottom: 15px;
  left: 0;
  position: absolute;
  width: 100%;
}
.mejs__captions-position-hover {
  bottom: 35px;
}
.mejs__captions-text,
.mejs__captions-text * {
  background: hsla(0, 0%, 8%, 0.5);
  box-shadow: 5px 0 0 hsla(0, 0%, 8%, 0.5), -5px 0 0 hsla(0, 0%, 8%, 0.5);
  padding: 0;
  white-space: pre-wrap;
}
.mejs__container.mejs__hide-cues
  video::-webkit-media-text-track-container {
  display: none;
}
.mejs__overlay-error {
  position: relative;
}
.mejs__overlay-error > img {
  left: 0;
  max-width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
.mejs__cannotplay,
.mejs__cannotplay a {
  color: #fff;
  font-size: 0.8em;
}
.mejs__cannotplay {
  position: relative;
}
.mejs__cannotplay a,
.mejs__cannotplay p {
  display: inline-block;
  padding: 0 15px;
  width: 100%;
}
.mejs__overlay-button {
  background-image: url("/static/master/images/css/mejs-controls.svg");
}
.mejs__button > button {
  background-image: url("/static/master/images/css/mejs-controls.svg");
}
.mejs__overlay-loading-bg-img {
  background-image: url("/static/master/images/css/mejs-controls.svg");
}
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.tippy-box[data-animation="fade"][data-state="hidden"] {
  opacity: 0;
}
[data-tippy-root] {
  max-width: calc(100vw - 10px);
}
.tippy-box {
  position: relative;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  white-space: normal;
  outline: 0;
  transition-property: transform, visibility, opacity;
}
.tippy-box[data-placement^="top"] > .tippy-arrow {
  bottom: 0;
}
.tippy-box[data-placement^="top"] > .tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: initial;
  transform-origin: center top;
}
.tippy-box[data-placement^="bottom"] > .tippy-arrow {
  top: 0;
}
.tippy-box[data-placement^="bottom"] > .tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  transform-origin: center bottom;
}
.tippy-box[data-placement^="left"] > .tippy-arrow {
  right: 0;
}
.tippy-box[data-placement^="left"] > .tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  right: -7px;
  transform-origin: center left;
}
.tippy-box[data-placement^="right"] > .tippy-arrow {
  left: 0;
}
.tippy-box[data-placement^="right"] > .tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  transform-origin: center right;
}
.tippy-box[data-inertia][data-state="visible"] {
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}
.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #333;
}
.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
}
.tippy-content {
  position: relative;
  padding: 5px 9px;
  z-index: 1;
}
.tippy-box[data-theme~="light-border"] {
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 8, 16, 0.15);
  color: #333;
  box-shadow: 0 4px 14px -2px rgba(0, 8, 16, 0.08);
}
.tippy-box[data-theme~="light-border"] > .tippy-backdrop {
  background-color: #fff;
}
.tippy-box[data-theme~="light-border"] > .tippy-arrow:after,
.tippy-box[data-theme~="light-border"] > .tippy-svg-arrow:after {
  content: "";
  position: absolute;
  z-index: -1;
}
.tippy-box[data-theme~="light-border"] > .tippy-arrow:after {
  border-color: transparent;
  border-style: solid;
}
.tippy-box[data-theme~="light-border"][data-placement^="top"]
  > .tippy-arrow:before {
  border-top-color: #fff;
}
.tippy-box[data-theme~="light-border"][data-placement^="top"]
  > .tippy-arrow:after {
  border-top-color: rgba(0, 8, 16, 0.2);
  border-width: 7px 7px 0;
  top: 17px;
  left: 1px;
}
.tippy-box[data-theme~="light-border"][data-placement^="top"]
  > .tippy-svg-arrow
  > svg {
  top: 16px;
}
.tippy-box[data-theme~="light-border"][data-placement^="top"]
  > .tippy-svg-arrow:after {
  top: 17px;
}
.tippy-box[data-theme~="light-border"][data-placement^="bottom"]
  > .tippy-arrow:before {
  border-bottom-color: #fff;
  bottom: 16px;
}
.tippy-box[data-theme~="light-border"][data-placement^="bottom"]
  > .tippy-arrow:after {
  border-bottom-color: rgba(0, 8, 16, 0.2);
  border-width: 0 7px 7px;
  bottom: 17px;
  left: 1px;
}
.tippy-box[data-theme~="light-border"][data-placement^="bottom"]
  > .tippy-svg-arrow
  > svg {
  bottom: 16px;
}
.tippy-box[data-theme~="light-border"][data-placement^="bottom"]
  > .tippy-svg-arrow:after {
  bottom: 17px;
}
.tippy-box[data-theme~="light-border"][data-placement^="left"]
  > .tippy-arrow:before {
  border-left-color: #fff;
}
.tippy-box[data-theme~="light-border"][data-placement^="left"]
  > .tippy-arrow:after {
  border-left-color: rgba(0, 8, 16, 0.2);
  border-width: 7px 0 7px 7px;
  left: 17px;
  top: 1px;
}
.tippy-box[data-theme~="light-border"][data-placement^="left"]
  > .tippy-svg-arrow
  > svg {
  left: 11px;
}
.tippy-box[data-theme~="light-border"][data-placement^="left"]
  > .tippy-svg-arrow:after {
  left: 12px;
}
.tippy-box[data-theme~="light-border"][data-placement^="right"]
  > .tippy-arrow:before {
  border-right-color: #fff;
  right: 16px;
}
.tippy-box[data-theme~="light-border"][data-placement^="right"]
  > .tippy-arrow:after {
  border-width: 7px 7px 7px 0;
  right: 17px;
  top: 1px;
  border-right-color: rgba(0, 8, 16, 0.2);
}
.tippy-box[data-theme~="light-border"][data-placement^="right"]
  > .tippy-svg-arrow
  > svg {
  right: 11px;
}
.tippy-box[data-theme~="light-border"][data-placement^="right"]
  > .tippy-svg-arrow:after {
  right: 12px;
}
.tippy-box[data-theme~="light-border"] > .tippy-svg-arrow {
  fill: #fff;
}
.tippy-box[data-theme~="light-border"] > .tippy-svg-arrow:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMCA2czEuNzk2LS4wMTMgNC42Ny0zLjYxNUM1Ljg1MS45IDYuOTMuMDA2IDggMGMxLjA3LS4wMDYgMi4xNDguODg3IDMuMzQzIDIuMzg1QzE0LjIzMyA2LjAwNSAxNiA2IDE2IDZIMHoiIGZpbGw9InJnYmEoMCwgOCwgMTYsIDAuMikiLz48L3N2Zz4=);
  background-size: 16px 6px;
  width: 16px;
  height: 6px;
}
h1 {
  font-weight: 300;
}
h2 {
  font-weight: 300;
}
h3 {
  font-weight: normal;
}
h4 {
  font-weight: bold;
}
h5 {
  font-weight: normal;
}
.heading-xxl {
  font-size: 2.25rem;
  line-height: 1.08;
  margin-bottom: 1.5625rem;
}
.heading-xl {
  font-size: 2.25rem;
  line-height: 1.08;
  margin-bottom: 1.5625rem;
}
.heading-l {
  font-size: 1.6875rem;
  line-height: 1.15;
  margin-bottom: 1.3125rem;
}
.heading-m {
  font-size: 1.25rem;
  line-height: 1.15;
  margin-bottom: 0.4375rem;
}
.heading-s {
  font-size: 1rem;
  line-height: 1.47;
  margin-bottom: 0;
}
.heading-xs {
  font-size: 1rem;
  line-height: 1.47;
  margin-bottom: 0;
}
.body-l {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 300;
}
.body-m {
  font-size: 1.125rem;
  line-height: 1.5555555556;
}
.body-s {
  font-size: 1rem;
  line-height: 1.5;
}
.body-xs {
  font-size: 0.875rem;
  line-height: 1.4285714286;
}
p.body-l {
  margin-bottom: 1.25rem;
}
p.body-m {
  margin-bottom: 1rem;
}
p.body-s {
  margin-bottom: 0.75rem;
}
p.body-xs {
  margin-bottom: 0.5rem;
}
h1 {
  font-weight: 300;
}
h2 {
  font-weight: 300;
}
h3 {
  font-weight: normal;
}
h4 {
  font-weight: bold;
}
h5 {
  font-weight: normal;
}
.heading-xxl {
  font-size: 2.25rem;
  line-height: 1.08;
  margin-bottom: 1.5625rem;
}
.heading-xl {
  font-size: 2.25rem;
  line-height: 1.08;
  margin-bottom: 1.5625rem;
}
.heading-l {
  font-size: 1.6875rem;
  line-height: 1.15;
  margin-bottom: 1.3125rem;
}
.heading-m {
  font-size: 1.25rem;
  line-height: 1.15;
  margin-bottom: 0.4375rem;
}
.heading-s {
  font-size: 1rem;
  line-height: 1.47;
  margin-bottom: 0;
}
.heading-xs {
  font-size: 1rem;
  line-height: 1.47;
  margin-bottom: 0;
}
.body-l {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 300;
}
.body-m {
  font-size: 1.125rem;
  line-height: 1.5555555556;
}
.body-s {
  font-size: 1rem;
  line-height: 1.5;
}
.body-xs {
  font-size: 0.875rem;
  line-height: 1.4285714286;
}
p.body-l {
  margin-bottom: 1.25rem;
}
p.body-m {
  margin-bottom: 1rem;
}
p.body-s {
  margin-bottom: 0.75rem;
}
p.body-xs {
  margin-bottom: 0.5rem;
}
@media print, screen and (max-width: 31.99875em) {
  .expanded-for-small {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 32em) and (max-width: 50.62375em) {
  .expanded-for-medium {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
@media print,
  screen and (min-width: 50.625em) and (max-width: 78.06125em) {
  .expanded-for-large {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 78.0625em) and (max-width: 119.99875em) {
  .expanded-for-xlarge {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 120em) {
  .expanded-for-xxlarge {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.grid-margin-x-large {
  margin-right: -1.5625rem;
  margin-left: -1.5625rem;
}
.grid-margin-x-large > .cell {
  width: calc(100% - 3.125rem);
  margin-left: 1.5625rem;
  margin-right: 1.5625rem;
}
.grid-margin-x-large > .small-1 {
  width: calc(4.1666666667% - 3.125rem);
}
.grid-margin-x-large .small-offset-0 {
  margin-left: calc(0% + 3.125rem / 2);
}
.grid-margin-x-large .grid-margin-x-large > .small-offset-0 {
  margin-left: calc(0% + 1.5625rem / 2);
}
.grid-margin-x-large > .small-2 {
  width: calc(8.3333333333% - 3.125rem);
}
.grid-margin-x-large .small-offset-1 {
  margin-left: calc(4.1666666667% + 3.125rem / 2);
}
.grid-margin-x-large .grid-margin-x-large > .small-offset-1 {
  margin-left: calc(4.1666666667% + 1.5625rem / 2);
}
.grid-margin-x-large > .small-3 {
  width: calc(12.5% - 3.125rem);
}
.grid-margin-x-large .small-offset-2 {
  margin-left: calc(8.3333333333% + 3.125rem / 2);
}
.grid-margin-x-large .grid-margin-x-large > .small-offset-2 {
  margin-left: calc(8.3333333333% + 1.5625rem / 2);
}
.grid-margin-x-large > .small-4 {
  width: calc(16.6666666667% - 3.125rem);
}
.grid-margin-x-large .small-offset-3 {
  margin-left: calc(12.5% + 3.125rem / 2);
}
.grid-margin-x-large .grid-margin-x-large > .small-offset-3 {
  margin-left: calc(12.5% + 1.5625rem / 2);
}
.grid-margin-x-large > .small-5 {
  width: calc(20.8333333333% - 3.125rem);
}
.grid-margin-x-large .small-offset-4 {
  margin-left: calc(16.6666666667% + 3.125rem / 2);
}
.grid-margin-x-large .grid-margin-x-large > .small-offset-4 {
  margin-left: calc(16.6666666667% + 1.5625rem / 2);
}
.grid-margin-x-large > .small-6 {
  width: calc(25% - 3.125rem);
}
.grid-margin-x-large .small-offset-5 {
  margin-left: calc(20.8333333333% + 3.125rem / 2);
}
.grid-margin-x-large .grid-margin-x-large > .small-offset-5 {
  margin-left: calc(20.8333333333% + 1.5625rem / 2);
}
.grid-margin-x-large > .small-7 {
  width: calc(29.1666666667% - 3.125rem);
}
.grid-margin-x-large .small-offset-6 {
  margin-left: calc(25% + 3.125rem / 2);
}
.grid-margin-x-large .grid-margin-x-large > .small-offset-6 {
  margin-left: calc(25% + 1.5625rem / 2);
}
.grid-margin-x-large > .small-8 {
  width: calc(33.3333333333% - 3.125rem);
}
.grid-margin-x-large .small-offset-7 {
  margin-left: calc(29.1666666667% + 3.125rem / 2);
}
.grid-margin-x-large .grid-margin-x-large > .small-offset-7 {
  margin-left: calc(29.1666666667% + 1.5625rem / 2);
}
.grid-margin-x-large > .small-9 {
  width: calc(37.5% - 3.125rem);
}
.grid-margin-x-large .small-offset-8 {
  margin-left: calc(33.3333333333% + 3.125rem / 2);
}
.grid-margin-x-large .grid-margin-x-large > .small-offset-8 {
  margin-left: calc(33.3333333333% + 1.5625rem / 2);
}
.grid-margin-x-large > .small-10 {
  width: calc(41.6666666667% - 3.125rem);
}
.grid-margin-x-large .small-offset-9 {
  margin-left: calc(37.5% + 3.125rem / 2);
}
.grid-margin-x-large .grid-margin-x-large > .small-offset-9 {
  margin-left: calc(37.5% + 1.5625rem / 2);
}
.grid-margin-x-large > .small-11 {
  width: calc(45.8333333333% - 3.125rem);
}
.grid-margin-x-large .small-offset-10 {
  margin-left: calc(41.6666666667% + 3.125rem / 2);
}
.grid-margin-x-large .grid-margin-x-large > .small-offset-10 {
  margin-left: calc(41.6666666667% + 1.5625rem / 2);
}
.grid-margin-x-large > .small-12 {
  width: calc(50% - 3.125rem);
}
.grid-margin-x-large .small-offset-11 {
  margin-left: calc(45.8333333333% + 3.125rem / 2);
}
.grid-margin-x-large .grid-margin-x-large > .small-offset-11 {
  margin-left: calc(45.8333333333% + 1.5625rem / 2);
}
.grid-margin-x-large > .small-13 {
  width: calc(54.1666666667% - 3.125rem);
}
.grid-margin-x-large .small-offset-12 {
  margin-left: calc(50% + 3.125rem / 2);
}
.grid-margin-x-large .grid-margin-x-large > .small-offset-12 {
  margin-left: calc(50% + 1.5625rem / 2);
}
.grid-margin-x-large > .small-14 {
  width: calc(58.3333333333% - 3.125rem);
}
.grid-margin-x-large .small-offset-13 {
  margin-left: calc(54.1666666667% + 3.125rem / 2);
}
.grid-margin-x-large .grid-margin-x-large > .small-offset-13 {
  margin-left: calc(54.1666666667% + 1.5625rem / 2);
}
.grid-margin-x-large > .small-15 {
  width: calc(62.5% - 3.125rem);
}
.grid-margin-x-large .small-offset-14 {
  margin-left: calc(58.3333333333% + 3.125rem / 2);
}
.grid-margin-x-large .grid-margin-x-large > .small-offset-14 {
  margin-left: calc(58.3333333333% + 1.5625rem / 2);
}
.grid-margin-x-large > .small-16 {
  width: calc(66.6666666667% - 3.125rem);
}
.grid-margin-x-large .small-offset-15 {
  margin-left: calc(62.5% + 3.125rem / 2);
}
.grid-margin-x-large .grid-margin-x-large > .small-offset-15 {
  margin-left: calc(62.5% + 1.5625rem / 2);
}
.grid-margin-x-large > .small-17 {
  width: calc(70.8333333333% - 3.125rem);
}
.grid-margin-x-large .small-offset-16 {
  margin-left: calc(66.6666666667% + 3.125rem / 2);
}
.grid-margin-x-large .grid-margin-x-large > .small-offset-16 {
  margin-left: calc(66.6666666667% + 1.5625rem / 2);
}
.grid-margin-x-large > .small-18 {
  width: calc(75% - 3.125rem);
}
.grid-margin-x-large .small-offset-17 {
  margin-left: calc(70.8333333333% + 3.125rem / 2);
}
.grid-margin-x-large .grid-margin-x-large > .small-offset-17 {
  margin-left: calc(70.8333333333% + 1.5625rem / 2);
}
.grid-margin-x-large > .small-19 {
  width: calc(79.1666666667% - 3.125rem);
}
.grid-margin-x-large .small-offset-18 {
  margin-left: calc(75% + 3.125rem / 2);
}
.grid-margin-x-large .grid-margin-x-large > .small-offset-18 {
  margin-left: calc(75% + 1.5625rem / 2);
}
.grid-margin-x-large > .small-20 {
  width: calc(83.3333333333% - 3.125rem);
}
.grid-margin-x-large .small-offset-19 {
  margin-left: calc(79.1666666667% + 3.125rem / 2);
}
.grid-margin-x-large .grid-margin-x-large > .small-offset-19 {
  margin-left: calc(79.1666666667% + 1.5625rem / 2);
}
.grid-margin-x-large > .small-21 {
  width: calc(87.5% - 3.125rem);
}
.grid-margin-x-large .small-offset-20 {
  margin-left: calc(83.3333333333% + 3.125rem / 2);
}
.grid-margin-x-large .grid-margin-x-large > .small-offset-20 {
  margin-left: calc(83.3333333333% + 1.5625rem / 2);
}
.grid-margin-x-large > .small-22 {
  width: calc(91.6666666667% - 3.125rem);
}
.grid-margin-x-large .small-offset-21 {
  margin-left: calc(87.5% + 3.125rem / 2);
}
.grid-margin-x-large .grid-margin-x-large > .small-offset-21 {
  margin-left: calc(87.5% + 1.5625rem / 2);
}
.grid-margin-x-large > .small-23 {
  width: calc(95.8333333333% - 3.125rem);
}
.grid-margin-x-large .small-offset-22 {
  margin-left: calc(91.6666666667% + 3.125rem / 2);
}
.grid-margin-x-large .grid-margin-x-large > .small-offset-22 {
  margin-left: calc(91.6666666667% + 1.5625rem / 2);
}
.grid-margin-x-large > .small-24 {
  width: calc(100% - 3.125rem);
}
.grid-margin-x-large .small-offset-23 {
  margin-left: calc(95.8333333333% + 3.125rem / 2);
}
.grid-margin-x-large .grid-margin-x-large > .small-offset-23 {
  margin-left: calc(95.8333333333% + 1.5625rem / 2);
}
@media print, screen and (min-width: 32em) {
  .grid-margin-x-large > .medium-1 {
    width: calc(4.1666666667% - 3.125rem);
  }
  .grid-margin-x-large .medium-offset-0 {
    margin-left: calc(0% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .medium-offset-0 {
    margin-left: calc(0% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .medium-2 {
    width: calc(8.3333333333% - 3.125rem);
  }
  .grid-margin-x-large .medium-offset-1 {
    margin-left: calc(4.1666666667% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .medium-offset-1 {
    margin-left: calc(4.1666666667% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .medium-3 {
    width: calc(12.5% - 3.125rem);
  }
  .grid-margin-x-large .medium-offset-2 {
    margin-left: calc(8.3333333333% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .medium-offset-2 {
    margin-left: calc(8.3333333333% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .medium-4 {
    width: calc(16.6666666667% - 3.125rem);
  }
  .grid-margin-x-large .medium-offset-3 {
    margin-left: calc(12.5% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .medium-offset-3 {
    margin-left: calc(12.5% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .medium-5 {
    width: calc(20.8333333333% - 3.125rem);
  }
  .grid-margin-x-large .medium-offset-4 {
    margin-left: calc(16.6666666667% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .medium-offset-4 {
    margin-left: calc(16.6666666667% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .medium-6 {
    width: calc(25% - 3.125rem);
  }
  .grid-margin-x-large .medium-offset-5 {
    margin-left: calc(20.8333333333% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .medium-offset-5 {
    margin-left: calc(20.8333333333% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .medium-7 {
    width: calc(29.1666666667% - 3.125rem);
  }
  .grid-margin-x-large .medium-offset-6 {
    margin-left: calc(25% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .medium-offset-6 {
    margin-left: calc(25% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .medium-8 {
    width: calc(33.3333333333% - 3.125rem);
  }
  .grid-margin-x-large .medium-offset-7 {
    margin-left: calc(29.1666666667% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .medium-offset-7 {
    margin-left: calc(29.1666666667% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .medium-9 {
    width: calc(37.5% - 3.125rem);
  }
  .grid-margin-x-large .medium-offset-8 {
    margin-left: calc(33.3333333333% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .medium-offset-8 {
    margin-left: calc(33.3333333333% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .medium-10 {
    width: calc(41.6666666667% - 3.125rem);
  }
  .grid-margin-x-large .medium-offset-9 {
    margin-left: calc(37.5% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .medium-offset-9 {
    margin-left: calc(37.5% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .medium-11 {
    width: calc(45.8333333333% - 3.125rem);
  }
  .grid-margin-x-large .medium-offset-10 {
    margin-left: calc(41.6666666667% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .medium-offset-10 {
    margin-left: calc(41.6666666667% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .medium-12 {
    width: calc(50% - 3.125rem);
  }
  .grid-margin-x-large .medium-offset-11 {
    margin-left: calc(45.8333333333% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .medium-offset-11 {
    margin-left: calc(45.8333333333% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .medium-13 {
    width: calc(54.1666666667% - 3.125rem);
  }
  .grid-margin-x-large .medium-offset-12 {
    margin-left: calc(50% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .medium-offset-12 {
    margin-left: calc(50% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .medium-14 {
    width: calc(58.3333333333% - 3.125rem);
  }
  .grid-margin-x-large .medium-offset-13 {
    margin-left: calc(54.1666666667% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .medium-offset-13 {
    margin-left: calc(54.1666666667% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .medium-15 {
    width: calc(62.5% - 3.125rem);
  }
  .grid-margin-x-large .medium-offset-14 {
    margin-left: calc(58.3333333333% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .medium-offset-14 {
    margin-left: calc(58.3333333333% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .medium-16 {
    width: calc(66.6666666667% - 3.125rem);
  }
  .grid-margin-x-large .medium-offset-15 {
    margin-left: calc(62.5% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .medium-offset-15 {
    margin-left: calc(62.5% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .medium-17 {
    width: calc(70.8333333333% - 3.125rem);
  }
  .grid-margin-x-large .medium-offset-16 {
    margin-left: calc(66.6666666667% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .medium-offset-16 {
    margin-left: calc(66.6666666667% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .medium-18 {
    width: calc(75% - 3.125rem);
  }
  .grid-margin-x-large .medium-offset-17 {
    margin-left: calc(70.8333333333% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .medium-offset-17 {
    margin-left: calc(70.8333333333% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .medium-19 {
    width: calc(79.1666666667% - 3.125rem);
  }
  .grid-margin-x-large .medium-offset-18 {
    margin-left: calc(75% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .medium-offset-18 {
    margin-left: calc(75% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .medium-20 {
    width: calc(83.3333333333% - 3.125rem);
  }
  .grid-margin-x-large .medium-offset-19 {
    margin-left: calc(79.1666666667% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .medium-offset-19 {
    margin-left: calc(79.1666666667% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .medium-21 {
    width: calc(87.5% - 3.125rem);
  }
  .grid-margin-x-large .medium-offset-20 {
    margin-left: calc(83.3333333333% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .medium-offset-20 {
    margin-left: calc(83.3333333333% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .medium-22 {
    width: calc(91.6666666667% - 3.125rem);
  }
  .grid-margin-x-large .medium-offset-21 {
    margin-left: calc(87.5% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .medium-offset-21 {
    margin-left: calc(87.5% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .medium-23 {
    width: calc(95.8333333333% - 3.125rem);
  }
  .grid-margin-x-large .medium-offset-22 {
    margin-left: calc(91.6666666667% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .medium-offset-22 {
    margin-left: calc(91.6666666667% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .medium-24 {
    width: calc(100% - 3.125rem);
  }
  .grid-margin-x-large .medium-offset-23 {
    margin-left: calc(95.8333333333% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .medium-offset-23 {
    margin-left: calc(95.8333333333% + 1.5625rem / 2);
  }
}
@media print, screen and (min-width: 50.625em) {
  .grid-margin-x-large > .large-1 {
    width: calc(4.1666666667% - 3.125rem);
  }
  .grid-margin-x-large .large-offset-0 {
    margin-left: calc(0% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .large-offset-0 {
    margin-left: calc(0% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .large-2 {
    width: calc(8.3333333333% - 3.125rem);
  }
  .grid-margin-x-large .large-offset-1 {
    margin-left: calc(4.1666666667% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .large-offset-1 {
    margin-left: calc(4.1666666667% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .large-3 {
    width: calc(12.5% - 3.125rem);
  }
  .grid-margin-x-large .large-offset-2 {
    margin-left: calc(8.3333333333% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .large-offset-2 {
    margin-left: calc(8.3333333333% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .large-4 {
    width: calc(16.6666666667% - 3.125rem);
  }
  .grid-margin-x-large .large-offset-3 {
    margin-left: calc(12.5% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .large-offset-3 {
    margin-left: calc(12.5% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .large-5 {
    width: calc(20.8333333333% - 3.125rem);
  }
  .grid-margin-x-large .large-offset-4 {
    margin-left: calc(16.6666666667% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .large-offset-4 {
    margin-left: calc(16.6666666667% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .large-6 {
    width: calc(25% - 3.125rem);
  }
  .grid-margin-x-large .large-offset-5 {
    margin-left: calc(20.8333333333% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .large-offset-5 {
    margin-left: calc(20.8333333333% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .large-7 {
    width: calc(29.1666666667% - 3.125rem);
  }
  .grid-margin-x-large .large-offset-6 {
    margin-left: calc(25% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .large-offset-6 {
    margin-left: calc(25% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .large-8 {
    width: calc(33.3333333333% - 3.125rem);
  }
  .grid-margin-x-large .large-offset-7 {
    margin-left: calc(29.1666666667% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .large-offset-7 {
    margin-left: calc(29.1666666667% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .large-9 {
    width: calc(37.5% - 3.125rem);
  }
  .grid-margin-x-large .large-offset-8 {
    margin-left: calc(33.3333333333% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .large-offset-8 {
    margin-left: calc(33.3333333333% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .large-10 {
    width: calc(41.6666666667% - 3.125rem);
  }
  .grid-margin-x-large .large-offset-9 {
    margin-left: calc(37.5% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .large-offset-9 {
    margin-left: calc(37.5% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .large-11 {
    width: calc(45.8333333333% - 3.125rem);
  }
  .grid-margin-x-large .large-offset-10 {
    margin-left: calc(41.6666666667% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .large-offset-10 {
    margin-left: calc(41.6666666667% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .large-12 {
    width: calc(50% - 3.125rem);
  }
  .grid-margin-x-large .large-offset-11 {
    margin-left: calc(45.8333333333% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .large-offset-11 {
    margin-left: calc(45.8333333333% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .large-13 {
    width: calc(54.1666666667% - 3.125rem);
  }
  .grid-margin-x-large .large-offset-12 {
    margin-left: calc(50% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .large-offset-12 {
    margin-left: calc(50% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .large-14 {
    width: calc(58.3333333333% - 3.125rem);
  }
  .grid-margin-x-large .large-offset-13 {
    margin-left: calc(54.1666666667% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .large-offset-13 {
    margin-left: calc(54.1666666667% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .large-15 {
    width: calc(62.5% - 3.125rem);
  }
  .grid-margin-x-large .large-offset-14 {
    margin-left: calc(58.3333333333% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .large-offset-14 {
    margin-left: calc(58.3333333333% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .large-16 {
    width: calc(66.6666666667% - 3.125rem);
  }
  .grid-margin-x-large .large-offset-15 {
    margin-left: calc(62.5% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .large-offset-15 {
    margin-left: calc(62.5% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .large-17 {
    width: calc(70.8333333333% - 3.125rem);
  }
  .grid-margin-x-large .large-offset-16 {
    margin-left: calc(66.6666666667% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .large-offset-16 {
    margin-left: calc(66.6666666667% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .large-18 {
    width: calc(75% - 3.125rem);
  }
  .grid-margin-x-large .large-offset-17 {
    margin-left: calc(70.8333333333% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .large-offset-17 {
    margin-left: calc(70.8333333333% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .large-19 {
    width: calc(79.1666666667% - 3.125rem);
  }
  .grid-margin-x-large .large-offset-18 {
    margin-left: calc(75% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .large-offset-18 {
    margin-left: calc(75% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .large-20 {
    width: calc(83.3333333333% - 3.125rem);
  }
  .grid-margin-x-large .large-offset-19 {
    margin-left: calc(79.1666666667% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .large-offset-19 {
    margin-left: calc(79.1666666667% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .large-21 {
    width: calc(87.5% - 3.125rem);
  }
  .grid-margin-x-large .large-offset-20 {
    margin-left: calc(83.3333333333% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .large-offset-20 {
    margin-left: calc(83.3333333333% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .large-22 {
    width: calc(91.6666666667% - 3.125rem);
  }
  .grid-margin-x-large .large-offset-21 {
    margin-left: calc(87.5% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .large-offset-21 {
    margin-left: calc(87.5% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .large-23 {
    width: calc(95.8333333333% - 3.125rem);
  }
  .grid-margin-x-large .large-offset-22 {
    margin-left: calc(91.6666666667% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .large-offset-22 {
    margin-left: calc(91.6666666667% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .large-24 {
    width: calc(100% - 3.125rem);
  }
  .grid-margin-x-large .large-offset-23 {
    margin-left: calc(95.8333333333% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .large-offset-23 {
    margin-left: calc(95.8333333333% + 1.5625rem / 2);
  }
}
@media screen and (min-width: 78.0625em) {
  .grid-margin-x-large > .xlarge-1 {
    width: calc(4.1666666667% - 3.125rem);
  }
  .grid-margin-x-large .xlarge-offset-0 {
    margin-left: calc(0% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .xlarge-offset-0 {
    margin-left: calc(0% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .xlarge-2 {
    width: calc(8.3333333333% - 3.125rem);
  }
  .grid-margin-x-large .xlarge-offset-1 {
    margin-left: calc(4.1666666667% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .xlarge-offset-1 {
    margin-left: calc(4.1666666667% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .xlarge-3 {
    width: calc(12.5% - 3.125rem);
  }
  .grid-margin-x-large .xlarge-offset-2 {
    margin-left: calc(8.3333333333% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .xlarge-offset-2 {
    margin-left: calc(8.3333333333% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .xlarge-4 {
    width: calc(16.6666666667% - 3.125rem);
  }
  .grid-margin-x-large .xlarge-offset-3 {
    margin-left: calc(12.5% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .xlarge-offset-3 {
    margin-left: calc(12.5% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .xlarge-5 {
    width: calc(20.8333333333% - 3.125rem);
  }
  .grid-margin-x-large .xlarge-offset-4 {
    margin-left: calc(16.6666666667% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .xlarge-offset-4 {
    margin-left: calc(16.6666666667% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .xlarge-6 {
    width: calc(25% - 3.125rem);
  }
  .grid-margin-x-large .xlarge-offset-5 {
    margin-left: calc(20.8333333333% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .xlarge-offset-5 {
    margin-left: calc(20.8333333333% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .xlarge-7 {
    width: calc(29.1666666667% - 3.125rem);
  }
  .grid-margin-x-large .xlarge-offset-6 {
    margin-left: calc(25% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .xlarge-offset-6 {
    margin-left: calc(25% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .xlarge-8 {
    width: calc(33.3333333333% - 3.125rem);
  }
  .grid-margin-x-large .xlarge-offset-7 {
    margin-left: calc(29.1666666667% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .xlarge-offset-7 {
    margin-left: calc(29.1666666667% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .xlarge-9 {
    width: calc(37.5% - 3.125rem);
  }
  .grid-margin-x-large .xlarge-offset-8 {
    margin-left: calc(33.3333333333% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .xlarge-offset-8 {
    margin-left: calc(33.3333333333% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .xlarge-10 {
    width: calc(41.6666666667% - 3.125rem);
  }
  .grid-margin-x-large .xlarge-offset-9 {
    margin-left: calc(37.5% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .xlarge-offset-9 {
    margin-left: calc(37.5% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .xlarge-11 {
    width: calc(45.8333333333% - 3.125rem);
  }
  .grid-margin-x-large .xlarge-offset-10 {
    margin-left: calc(41.6666666667% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .xlarge-offset-10 {
    margin-left: calc(41.6666666667% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .xlarge-12 {
    width: calc(50% - 3.125rem);
  }
  .grid-margin-x-large .xlarge-offset-11 {
    margin-left: calc(45.8333333333% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .xlarge-offset-11 {
    margin-left: calc(45.8333333333% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .xlarge-13 {
    width: calc(54.1666666667% - 3.125rem);
  }
  .grid-margin-x-large .xlarge-offset-12 {
    margin-left: calc(50% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .xlarge-offset-12 {
    margin-left: calc(50% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .xlarge-14 {
    width: calc(58.3333333333% - 3.125rem);
  }
  .grid-margin-x-large .xlarge-offset-13 {
    margin-left: calc(54.1666666667% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .xlarge-offset-13 {
    margin-left: calc(54.1666666667% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .xlarge-15 {
    width: calc(62.5% - 3.125rem);
  }
  .grid-margin-x-large .xlarge-offset-14 {
    margin-left: calc(58.3333333333% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .xlarge-offset-14 {
    margin-left: calc(58.3333333333% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .xlarge-16 {
    width: calc(66.6666666667% - 3.125rem);
  }
  .grid-margin-x-large .xlarge-offset-15 {
    margin-left: calc(62.5% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .xlarge-offset-15 {
    margin-left: calc(62.5% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .xlarge-17 {
    width: calc(70.8333333333% - 3.125rem);
  }
  .grid-margin-x-large .xlarge-offset-16 {
    margin-left: calc(66.6666666667% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .xlarge-offset-16 {
    margin-left: calc(66.6666666667% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .xlarge-18 {
    width: calc(75% - 3.125rem);
  }
  .grid-margin-x-large .xlarge-offset-17 {
    margin-left: calc(70.8333333333% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .xlarge-offset-17 {
    margin-left: calc(70.8333333333% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .xlarge-19 {
    width: calc(79.1666666667% - 3.125rem);
  }
  .grid-margin-x-large .xlarge-offset-18 {
    margin-left: calc(75% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .xlarge-offset-18 {
    margin-left: calc(75% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .xlarge-20 {
    width: calc(83.3333333333% - 3.125rem);
  }
  .grid-margin-x-large .xlarge-offset-19 {
    margin-left: calc(79.1666666667% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .xlarge-offset-19 {
    margin-left: calc(79.1666666667% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .xlarge-21 {
    width: calc(87.5% - 3.125rem);
  }
  .grid-margin-x-large .xlarge-offset-20 {
    margin-left: calc(83.3333333333% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .xlarge-offset-20 {
    margin-left: calc(83.3333333333% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .xlarge-22 {
    width: calc(91.6666666667% - 3.125rem);
  }
  .grid-margin-x-large .xlarge-offset-21 {
    margin-left: calc(87.5% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .xlarge-offset-21 {
    margin-left: calc(87.5% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .xlarge-23 {
    width: calc(95.8333333333% - 3.125rem);
  }
  .grid-margin-x-large .xlarge-offset-22 {
    margin-left: calc(91.6666666667% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .xlarge-offset-22 {
    margin-left: calc(91.6666666667% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .xlarge-24 {
    width: calc(100% - 3.125rem);
  }
  .grid-margin-x-large .xlarge-offset-23 {
    margin-left: calc(95.8333333333% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .xlarge-offset-23 {
    margin-left: calc(95.8333333333% + 1.5625rem / 2);
  }
}
@media screen and (min-width: 120em) {
  .grid-margin-x-large > .xxlarge-1 {
    width: calc(4.1666666667% - 3.125rem);
  }
  .grid-margin-x-large .xxlarge-offset-0 {
    margin-left: calc(0% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .xxlarge-offset-0 {
    margin-left: calc(0% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .xxlarge-2 {
    width: calc(8.3333333333% - 3.125rem);
  }
  .grid-margin-x-large .xxlarge-offset-1 {
    margin-left: calc(4.1666666667% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .xxlarge-offset-1 {
    margin-left: calc(4.1666666667% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .xxlarge-3 {
    width: calc(12.5% - 3.125rem);
  }
  .grid-margin-x-large .xxlarge-offset-2 {
    margin-left: calc(8.3333333333% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .xxlarge-offset-2 {
    margin-left: calc(8.3333333333% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .xxlarge-4 {
    width: calc(16.6666666667% - 3.125rem);
  }
  .grid-margin-x-large .xxlarge-offset-3 {
    margin-left: calc(12.5% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .xxlarge-offset-3 {
    margin-left: calc(12.5% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .xxlarge-5 {
    width: calc(20.8333333333% - 3.125rem);
  }
  .grid-margin-x-large .xxlarge-offset-4 {
    margin-left: calc(16.6666666667% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .xxlarge-offset-4 {
    margin-left: calc(16.6666666667% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .xxlarge-6 {
    width: calc(25% - 3.125rem);
  }
  .grid-margin-x-large .xxlarge-offset-5 {
    margin-left: calc(20.8333333333% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .xxlarge-offset-5 {
    margin-left: calc(20.8333333333% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .xxlarge-7 {
    width: calc(29.1666666667% - 3.125rem);
  }
  .grid-margin-x-large .xxlarge-offset-6 {
    margin-left: calc(25% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .xxlarge-offset-6 {
    margin-left: calc(25% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .xxlarge-8 {
    width: calc(33.3333333333% - 3.125rem);
  }
  .grid-margin-x-large .xxlarge-offset-7 {
    margin-left: calc(29.1666666667% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .xxlarge-offset-7 {
    margin-left: calc(29.1666666667% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .xxlarge-9 {
    width: calc(37.5% - 3.125rem);
  }
  .grid-margin-x-large .xxlarge-offset-8 {
    margin-left: calc(33.3333333333% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .xxlarge-offset-8 {
    margin-left: calc(33.3333333333% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .xxlarge-10 {
    width: calc(41.6666666667% - 3.125rem);
  }
  .grid-margin-x-large .xxlarge-offset-9 {
    margin-left: calc(37.5% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .xxlarge-offset-9 {
    margin-left: calc(37.5% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .xxlarge-11 {
    width: calc(45.8333333333% - 3.125rem);
  }
  .grid-margin-x-large .xxlarge-offset-10 {
    margin-left: calc(41.6666666667% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .xxlarge-offset-10 {
    margin-left: calc(41.6666666667% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .xxlarge-12 {
    width: calc(50% - 3.125rem);
  }
  .grid-margin-x-large .xxlarge-offset-11 {
    margin-left: calc(45.8333333333% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .xxlarge-offset-11 {
    margin-left: calc(45.8333333333% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .xxlarge-13 {
    width: calc(54.1666666667% - 3.125rem);
  }
  .grid-margin-x-large .xxlarge-offset-12 {
    margin-left: calc(50% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .xxlarge-offset-12 {
    margin-left: calc(50% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .xxlarge-14 {
    width: calc(58.3333333333% - 3.125rem);
  }
  .grid-margin-x-large .xxlarge-offset-13 {
    margin-left: calc(54.1666666667% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .xxlarge-offset-13 {
    margin-left: calc(54.1666666667% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .xxlarge-15 {
    width: calc(62.5% - 3.125rem);
  }
  .grid-margin-x-large .xxlarge-offset-14 {
    margin-left: calc(58.3333333333% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .xxlarge-offset-14 {
    margin-left: calc(58.3333333333% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .xxlarge-16 {
    width: calc(66.6666666667% - 3.125rem);
  }
  .grid-margin-x-large .xxlarge-offset-15 {
    margin-left: calc(62.5% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .xxlarge-offset-15 {
    margin-left: calc(62.5% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .xxlarge-17 {
    width: calc(70.8333333333% - 3.125rem);
  }
  .grid-margin-x-large .xxlarge-offset-16 {
    margin-left: calc(66.6666666667% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .xxlarge-offset-16 {
    margin-left: calc(66.6666666667% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .xxlarge-18 {
    width: calc(75% - 3.125rem);
  }
  .grid-margin-x-large .xxlarge-offset-17 {
    margin-left: calc(70.8333333333% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .xxlarge-offset-17 {
    margin-left: calc(70.8333333333% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .xxlarge-19 {
    width: calc(79.1666666667% - 3.125rem);
  }
  .grid-margin-x-large .xxlarge-offset-18 {
    margin-left: calc(75% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .xxlarge-offset-18 {
    margin-left: calc(75% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .xxlarge-20 {
    width: calc(83.3333333333% - 3.125rem);
  }
  .grid-margin-x-large .xxlarge-offset-19 {
    margin-left: calc(79.1666666667% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .xxlarge-offset-19 {
    margin-left: calc(79.1666666667% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .xxlarge-21 {
    width: calc(87.5% - 3.125rem);
  }
  .grid-margin-x-large .xxlarge-offset-20 {
    margin-left: calc(83.3333333333% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .xxlarge-offset-20 {
    margin-left: calc(83.3333333333% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .xxlarge-22 {
    width: calc(91.6666666667% - 3.125rem);
  }
  .grid-margin-x-large .xxlarge-offset-21 {
    margin-left: calc(87.5% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .xxlarge-offset-21 {
    margin-left: calc(87.5% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .xxlarge-23 {
    width: calc(95.8333333333% - 3.125rem);
  }
  .grid-margin-x-large .xxlarge-offset-22 {
    margin-left: calc(91.6666666667% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .xxlarge-offset-22 {
    margin-left: calc(91.6666666667% + 1.5625rem / 2);
  }
  .grid-margin-x-large > .xxlarge-24 {
    width: calc(100% - 3.125rem);
  }
  .grid-margin-x-large .xxlarge-offset-23 {
    margin-left: calc(95.8333333333% + 3.125rem / 2);
  }
  .grid-margin-x-large .grid-margin-x-large > .xxlarge-offset-23 {
    margin-left: calc(95.8333333333% + 1.5625rem / 2);
  }
}
@media print, screen and (min-width: 50.625em) {
  .large-grid-margin-x-large {
    margin-right: -1.5625rem;
    margin-left: -1.5625rem;
  }
  .large-grid-margin-x-large > .cell {
    width: calc(100% - 3.125rem);
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
  }
  .large-grid-margin-x-large > .large-1 {
    width: calc(4.1666666667% - 3.125rem);
  }
  .large-grid-margin-x-large .large-offset-0 {
    margin-left: calc(0% + 3.125rem / 2);
  }
  .large-grid-margin-x-large
    .large-grid-margin-x-large
    > .large-offset-0 {
    margin-left: calc(0% + 1.5625rem / 2);
  }
  .large-grid-margin-x-large > .large-2 {
    width: calc(8.3333333333% - 3.125rem);
  }
  .large-grid-margin-x-large .large-offset-1 {
    margin-left: calc(4.1666666667% + 3.125rem / 2);
  }
  .large-grid-margin-x-large
    .large-grid-margin-x-large
    > .large-offset-1 {
    margin-left: calc(4.1666666667% + 1.5625rem / 2);
  }
  .large-grid-margin-x-large > .large-3 {
    width: calc(12.5% - 3.125rem);
  }
  .large-grid-margin-x-large .large-offset-2 {
    margin-left: calc(8.3333333333% + 3.125rem / 2);
  }
  .large-grid-margin-x-large
    .large-grid-margin-x-large
    > .large-offset-2 {
    margin-left: calc(8.3333333333% + 1.5625rem / 2);
  }
  .large-grid-margin-x-large > .large-4 {
    width: calc(16.6666666667% - 3.125rem);
  }
  .large-grid-margin-x-large .large-offset-3 {
    margin-left: calc(12.5% + 3.125rem / 2);
  }
  .large-grid-margin-x-large
    .large-grid-margin-x-large
    > .large-offset-3 {
    margin-left: calc(12.5% + 1.5625rem / 2);
  }
  .large-grid-margin-x-large > .large-5 {
    width: calc(20.8333333333% - 3.125rem);
  }
  .large-grid-margin-x-large .large-offset-4 {
    margin-left: calc(16.6666666667% + 3.125rem / 2);
  }
  .large-grid-margin-x-large
    .large-grid-margin-x-large
    > .large-offset-4 {
    margin-left: calc(16.6666666667% + 1.5625rem / 2);
  }
  .large-grid-margin-x-large > .large-6 {
    width: calc(25% - 3.125rem);
  }
  .large-grid-margin-x-large .large-offset-5 {
    margin-left: calc(20.8333333333% + 3.125rem / 2);
  }
  .large-grid-margin-x-large
    .large-grid-margin-x-large
    > .large-offset-5 {
    margin-left: calc(20.8333333333% + 1.5625rem / 2);
  }
  .large-grid-margin-x-large > .large-7 {
    width: calc(29.1666666667% - 3.125rem);
  }
  .large-grid-margin-x-large .large-offset-6 {
    margin-left: calc(25% + 3.125rem / 2);
  }
  .large-grid-margin-x-large
    .large-grid-margin-x-large
    > .large-offset-6 {
    margin-left: calc(25% + 1.5625rem / 2);
  }
  .large-grid-margin-x-large > .large-8 {
    width: calc(33.3333333333% - 3.125rem);
  }
  .large-grid-margin-x-large .large-offset-7 {
    margin-left: calc(29.1666666667% + 3.125rem / 2);
  }
  .large-grid-margin-x-large
    .large-grid-margin-x-large
    > .large-offset-7 {
    margin-left: calc(29.1666666667% + 1.5625rem / 2);
  }
  .large-grid-margin-x-large > .large-9 {
    width: calc(37.5% - 3.125rem);
  }
  .large-grid-margin-x-large .large-offset-8 {
    margin-left: calc(33.3333333333% + 3.125rem / 2);
  }
  .large-grid-margin-x-large
    .large-grid-margin-x-large
    > .large-offset-8 {
    margin-left: calc(33.3333333333% + 1.5625rem / 2);
  }
  .large-grid-margin-x-large > .large-10 {
    width: calc(41.6666666667% - 3.125rem);
  }
  .large-grid-margin-x-large .large-offset-9 {
    margin-left: calc(37.5% + 3.125rem / 2);
  }
  .large-grid-margin-x-large
    .large-grid-margin-x-large
    > .large-offset-9 {
    margin-left: calc(37.5% + 1.5625rem / 2);
  }
  .large-grid-margin-x-large > .large-11 {
    width: calc(45.8333333333% - 3.125rem);
  }
  .large-grid-margin-x-large .large-offset-10 {
    margin-left: calc(41.6666666667% + 3.125rem / 2);
  }
  .large-grid-margin-x-large
    .large-grid-margin-x-large
    > .large-offset-10 {
    margin-left: calc(41.6666666667% + 1.5625rem / 2);
  }
  .large-grid-margin-x-large > .large-12 {
    width: calc(50% - 3.125rem);
  }
  .large-grid-margin-x-large .large-offset-11 {
    margin-left: calc(45.8333333333% + 3.125rem / 2);
  }
  .large-grid-margin-x-large
    .large-grid-margin-x-large
    > .large-offset-11 {
    margin-left: calc(45.8333333333% + 1.5625rem / 2);
  }
  .large-grid-margin-x-large > .large-13 {
    width: calc(54.1666666667% - 3.125rem);
  }
  .large-grid-margin-x-large .large-offset-12 {
    margin-left: calc(50% + 3.125rem / 2);
  }
  .large-grid-margin-x-large
    .large-grid-margin-x-large
    > .large-offset-12 {
    margin-left: calc(50% + 1.5625rem / 2);
  }
  .large-grid-margin-x-large > .large-14 {
    width: calc(58.3333333333% - 3.125rem);
  }
  .large-grid-margin-x-large .large-offset-13 {
    margin-left: calc(54.1666666667% + 3.125rem / 2);
  }
  .large-grid-margin-x-large
    .large-grid-margin-x-large
    > .large-offset-13 {
    margin-left: calc(54.1666666667% + 1.5625rem / 2);
  }
  .large-grid-margin-x-large > .large-15 {
    width: calc(62.5% - 3.125rem);
  }
  .large-grid-margin-x-large .large-offset-14 {
    margin-left: calc(58.3333333333% + 3.125rem / 2);
  }
  .large-grid-margin-x-large
    .large-grid-margin-x-large
    > .large-offset-14 {
    margin-left: calc(58.3333333333% + 1.5625rem / 2);
  }
  .large-grid-margin-x-large > .large-16 {
    width: calc(66.6666666667% - 3.125rem);
  }
  .large-grid-margin-x-large .large-offset-15 {
    margin-left: calc(62.5% + 3.125rem / 2);
  }
  .large-grid-margin-x-large
    .large-grid-margin-x-large
    > .large-offset-15 {
    margin-left: calc(62.5% + 1.5625rem / 2);
  }
  .large-grid-margin-x-large > .large-17 {
    width: calc(70.8333333333% - 3.125rem);
  }
  .large-grid-margin-x-large .large-offset-16 {
    margin-left: calc(66.6666666667% + 3.125rem / 2);
  }
  .large-grid-margin-x-large
    .large-grid-margin-x-large
    > .large-offset-16 {
    margin-left: calc(66.6666666667% + 1.5625rem / 2);
  }
  .large-grid-margin-x-large > .large-18 {
    width: calc(75% - 3.125rem);
  }
  .large-grid-margin-x-large .large-offset-17 {
    margin-left: calc(70.8333333333% + 3.125rem / 2);
  }
  .large-grid-margin-x-large
    .large-grid-margin-x-large
    > .large-offset-17 {
    margin-left: calc(70.8333333333% + 1.5625rem / 2);
  }
  .large-grid-margin-x-large > .large-19 {
    width: calc(79.1666666667% - 3.125rem);
  }
  .large-grid-margin-x-large .large-offset-18 {
    margin-left: calc(75% + 3.125rem / 2);
  }
  .large-grid-margin-x-large
    .large-grid-margin-x-large
    > .large-offset-18 {
    margin-left: calc(75% + 1.5625rem / 2);
  }
  .large-grid-margin-x-large > .large-20 {
    width: calc(83.3333333333% - 3.125rem);
  }
  .large-grid-margin-x-large .large-offset-19 {
    margin-left: calc(79.1666666667% + 3.125rem / 2);
  }
  .large-grid-margin-x-large
    .large-grid-margin-x-large
    > .large-offset-19 {
    margin-left: calc(79.1666666667% + 1.5625rem / 2);
  }
  .large-grid-margin-x-large > .large-21 {
    width: calc(87.5% - 3.125rem);
  }
  .large-grid-margin-x-large .large-offset-20 {
    margin-left: calc(83.3333333333% + 3.125rem / 2);
  }
  .large-grid-margin-x-large
    .large-grid-margin-x-large
    > .large-offset-20 {
    margin-left: calc(83.3333333333% + 1.5625rem / 2);
  }
  .large-grid-margin-x-large > .large-22 {
    width: calc(91.6666666667% - 3.125rem);
  }
  .large-grid-margin-x-large .large-offset-21 {
    margin-left: calc(87.5% + 3.125rem / 2);
  }
  .large-grid-margin-x-large
    .large-grid-margin-x-large
    > .large-offset-21 {
    margin-left: calc(87.5% + 1.5625rem / 2);
  }
  .large-grid-margin-x-large > .large-23 {
    width: calc(95.8333333333% - 3.125rem);
  }
  .large-grid-margin-x-large .large-offset-22 {
    margin-left: calc(91.6666666667% + 3.125rem / 2);
  }
  .large-grid-margin-x-large
    .large-grid-margin-x-large
    > .large-offset-22 {
    margin-left: calc(91.6666666667% + 1.5625rem / 2);
  }
  .large-grid-margin-x-large > .large-24 {
    width: calc(100% - 3.125rem);
  }
  .large-grid-margin-x-large .large-offset-23 {
    margin-left: calc(95.8333333333% + 3.125rem / 2);
  }
  .large-grid-margin-x-large
    .large-grid-margin-x-large
    > .large-offset-23 {
    margin-left: calc(95.8333333333% + 1.5625rem / 2);
  }
}
.position-absolute {
  position: absolute;
}
.position-relative {
  position: relative;
}
.display-block {
  display: block;
}
.ma-0 {
  margin: 0px !important;
}
.ma-t-0 {
  margin-top: 0px !important;
}
.ma-b-0 {
  margin-bottom: 0px !important;
}
.ma-l-0 {
  margin-left: 0px !important;
}
.ma-r-0 {
  margin-right: 0px !important;
}
.ma-5 {
  margin: 5px !important;
}
.ma-t-5 {
  margin-top: 5px !important;
}
.ma-b-5 {
  margin-bottom: 5px !important;
}
.ma-l-5 {
  margin-left: 5px !important;
}
.ma-r-5 {
  margin-right: 5px !important;
}
.ma-10 {
  margin: 10px !important;
}
.ma-t-10 {
  margin-top: 10px !important;
}
.ma-b-10 {
  margin-bottom: 10px !important;
}
.ma-l-10 {
  margin-left: 10px !important;
}
.ma-r-10 {
  margin-right: 10px !important;
}
.ma-15 {
  margin: 15px !important;
}
.ma-t-15 {
  margin-top: 15px !important;
}
.ma-b-15 {
  margin-bottom: 15px !important;
}
.ma-l-15 {
  margin-left: 15px !important;
}
.ma-r-15 {
  margin-right: 15px !important;
}
.ma-20 {
  margin: 20px !important;
}
.ma-t-20 {
  margin-top: 20px !important;
}
.ma-b-20 {
  margin-bottom: 20px !important;
}
.ma-l-20 {
  margin-left: 20px !important;
}
.ma-r-20 {
  margin-right: 20px !important;
}
.ma-25 {
  margin: 25px !important;
}
.ma-t-25 {
  margin-top: 25px !important;
}
.ma-b-25 {
  margin-bottom: 25px !important;
}
.ma-l-25 {
  margin-left: 25px !important;
}
.ma-r-25 {
  margin-right: 25px !important;
}
.ma-30 {
  margin: 30px !important;
}
.ma-t-30 {
  margin-top: 30px !important;
}
.ma-b-30 {
  margin-bottom: 30px !important;
}
.ma-l-30 {
  margin-left: 30px !important;
}
.ma-r-30 {
  margin-right: 30px !important;
}
.ma-35 {
  margin: 35px !important;
}
.ma-t-35 {
  margin-top: 35px !important;
}
.ma-b-35 {
  margin-bottom: 35px !important;
}
.ma-l-35 {
  margin-left: 35px !important;
}
.ma-r-35 {
  margin-right: 35px !important;
}
.ma-40 {
  margin: 40px !important;
}
.ma-t-40 {
  margin-top: 40px !important;
}
.ma-b-40 {
  margin-bottom: 40px !important;
}
.ma-l-40 {
  margin-left: 40px !important;
}
.ma-r-40 {
  margin-right: 40px !important;
}
.ma-45 {
  margin: 45px !important;
}
.ma-t-45 {
  margin-top: 45px !important;
}
.ma-b-45 {
  margin-bottom: 45px !important;
}
.ma-l-45 {
  margin-left: 45px !important;
}
.ma-r-45 {
  margin-right: 45px !important;
}
.ma-50 {
  margin: 50px !important;
}
.ma-t-50 {
  margin-top: 50px !important;
}
.ma-b-50 {
  margin-bottom: 50px !important;
}
.ma-l-50 {
  margin-left: 50px !important;
}
.ma-r-50 {
  margin-right: 50px !important;
}
.pd-0 {
  padding: 0px !important;
}
.pd-t-0 {
  padding-top: 0px !important;
}
.pd-b-0 {
  padding-bottom: 0px !important;
}
.pd-l-0 {
  padding-left: 0px !important;
}
.pd-r-0 {
  padding-right: 0px !important;
}
.pd-5 {
  padding: 5px !important;
}
.pd-t-5 {
  padding-top: 5px !important;
}
.pd-b-5 {
  padding-bottom: 5px !important;
}
.pd-l-5 {
  padding-left: 5px !important;
}
.pd-r-5 {
  padding-right: 5px !important;
}
.pd-10 {
  padding: 10px !important;
}
.pd-t-10 {
  padding-top: 10px !important;
}
.pd-b-10 {
  padding-bottom: 10px !important;
}
.pd-l-10 {
  padding-left: 10px !important;
}
.pd-r-10 {
  padding-right: 10px !important;
}
.pd-15 {
  padding: 15px !important;
}
.pd-t-15 {
  padding-top: 15px !important;
}
.pd-b-15 {
  padding-bottom: 15px !important;
}
.pd-l-15 {
  padding-left: 15px !important;
}
.pd-r-15 {
  padding-right: 15px !important;
}
.pd-20 {
  padding: 20px !important;
}
.pd-t-20 {
  padding-top: 20px !important;
}
.pd-b-20 {
  padding-bottom: 20px !important;
}
.pd-l-20 {
  padding-left: 20px !important;
}
.pd-r-20 {
  padding-right: 20px !important;
}
.pd-25 {
  padding: 25px !important;
}
.pd-t-25 {
  padding-top: 25px !important;
}
.pd-b-25 {
  padding-bottom: 25px !important;
}
.pd-l-25 {
  padding-left: 25px !important;
}
.pd-r-25 {
  padding-right: 25px !important;
}
.pd-30 {
  padding: 30px !important;
}
.pd-t-30 {
  padding-top: 30px !important;
}
.pd-b-30 {
  padding-bottom: 30px !important;
}
.pd-l-30 {
  padding-left: 30px !important;
}
.pd-r-30 {
  padding-right: 30px !important;
}
.pd-35 {
  padding: 35px !important;
}
.pd-t-35 {
  padding-top: 35px !important;
}
.pd-b-35 {
  padding-bottom: 35px !important;
}
.pd-l-35 {
  padding-left: 35px !important;
}
.pd-r-35 {
  padding-right: 35px !important;
}
.pd-40 {
  padding: 40px !important;
}
.pd-t-40 {
  padding-top: 40px !important;
}
.pd-b-40 {
  padding-bottom: 40px !important;
}
.pd-l-40 {
  padding-left: 40px !important;
}
.pd-r-40 {
  padding-right: 40px !important;
}
.pd-45 {
  padding: 45px !important;
}
.pd-t-45 {
  padding-top: 45px !important;
}
.pd-b-45 {
  padding-bottom: 45px !important;
}
.pd-l-45 {
  padding-left: 45px !important;
}
.pd-r-45 {
  padding-right: 45px !important;
}
.pd-50 {
  padding: 50px !important;
}
.pd-t-50 {
  padding-top: 50px !important;
}
.pd-b-50 {
  padding-bottom: 50px !important;
}
.pd-l-50 {
  padding-left: 50px !important;
}
.pd-r-50 {
  padding-right: 50px !important;
}
@font-face {
  font-family: "NeuzeitGro";
  font-display: swap;
  font-style: normal;
  font-weight: 300;
  src: url("/static/master/fonts/NeuzeitGro-Lig.woff2") format("woff2"),
    url("/static/master/fonts/NeuzeitGro-Lig.woff") format("woff"),
    url("/static/master/fonts/NeuzeitGro-Lig.ttf") format("ttf");
}
@font-face {
  font-family: "NeuzeitGro";
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url("/static/master/fonts/NeuzeitGro-Reg.woff2") format("woff2"),
    url("/static/master/fonts/NeuzeitGro-Reg.woff") format("woff"),
    url("/static/master/fonts/NeuzeitGro-Reg") format("ttf");
}
@font-face {
  font-family: "NeuzeitGro";
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: url("/static/master/fonts/NeuzeitGro-Bol.woff2") format("woff2"),
    url("/static/master/fonts/NeuzeitGro-Bol.woff") format("woff"),
    url("/static/master/fonts/NeuzeitGro-Bol.ttf") format("ttf");
}
h1,
h2,
h3,
.hyphenate {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
a h1,
a h2,
a h3,
a h4 {
  color: inherit;
}
a:active {
  color: #00a6e3;
}
a:visited {
  color: #016fad;
}
p:last-child {
  margin-bottom: 0;
}
span.date,
span.length {
  white-space: nowrap;
}
.email {
  word-break: break-all;
}
.content-label {
  margin-bottom: 12px;
  color: #515b6b;
  line-height: 1;
}
.section-label {
  margin-bottom: 4px;
  color: #414956;
}
video {
  width: 100%;
  height: auto;
}
@media print, screen and (max-width: 31.99875em) {
  video {
    margin-bottom: 15px;
  }
}
figcaption {
  margin-top: 5px;
  font-size: 12px;
}
.positive {
  color: #338808 !important;
}
.negative {
  color: #e51e17 !important;
}
.nobr {
  white-space: nowrap;
}
@font-face {
  font-family: "Fidelity Icon Font";
  src: url("/static/master/fonts/fidelity-icon-font.woff2")
      format("woff2"),
    url("/static/master/fonts/fidelity-icon-font.woff") format("woff"),
    url("/static/master/fonts/fidelity-icon-font.ttf") format("ttf");
}
.button.clear {
  padding: 9px 0;
  color: #016fad;
}
.button.clear:hover {
  color: #00527c;
}
.button.clear:active {
  color: #00a6e3;
}
.button.small {
  padding: 6px 12px;
}
.button.icon {
  display: inline-flex;
  align-items: center;
}
.button.icon::before,
.button.icon::after,
.button.icon:hover::before,
.button.icon:hover::after {
  color: inherit;
}
.button.icon-pos-left {
  text-align: left;
}
.button.icon-pos-left.iconsize-huge::before {
  padding-right: 8px;
}
.button.icon-pos-right {
  padding-left: 5px;
}
.button.icon-pos-right.iconsize-huge::before {
  padding-left: 8px;
}
.button.disabled,
.button:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled:hover,
.button.disabled:focus,
.button.disabled:visited,
.button:disabled:hover,
.button:disabled:focus,
.button:disabled:visited {
  background-color: #b9bdc4;
  color: #20242b;
}
.icon-arrow-short-l-bold::before {
  content: "";
}
.icon-arrow-short-l-bold-after::after {
  content: "";
}
.icon-arrow-short-r-bold::before {
  content: "";
}
.icon-arrow-short-r-bold-after::after {
  content: "";
}

.icon-dropdown-after::after {
  content: "";
}
.icon-kakao-story::before {
  content: "";
}
.icon-kakao-story-after::after {
  content: "";
}
.icon-camera-2::before {
  content: "";
}
.icon-camera-2-after::after {
  content: "";
}
.icon-bell-bold::before {
  content: "";
}
.icon-bell-bold-after::after {
  content: "";
}
.icon-bell-gap-bold::before {
  content: "";
}
.icon-bell-gap-bold-after::after {
  content: "";
}
.icon-calendar-bold::before {
  content: "";
}
.icon-calendar-bold-after::after {
  content: "";
}
.icon-chat-bold::before {
  content: "";
}
.icon-chat-bold-after::after {
  content: "";
}
.icon-circle-plus-large-bold::before {
  content: "";
}
.icon-circle-plus-large-bold-after::after {
  content: "";
}
.icon-cogs-bold::before {
  content: "";
}
.icon-cogs-bold-after::after {
  content: "";
}
.icon-compass-bold::before {
  content: "";
}
.icon-compass-bold-after::after {
  content: "";
}
.icon-doc-bold::before {
  content: "";
}
.icon-doc-bold-after::after {
  content: "";
}
.icon-eye-bold::before {
  content: "";
}
.icon-eye-bold-after::after {
  content: "";
}
.icon-home-bold::before {
  content: "";
}
.icon-home-bold-after::after {
  content: "";
}
.icon-info-bold::before {
  content: "";
}
.icon-info-bold-after::after {
  content: "";
}
.icon-log-in-bold::before {
  content: "";
}
.icon-log-in-bold-after::after {
  content: "";
}
.icon-log-out-bold::before {
  content: "";
}
.icon-log-out-bold-after::after {
  content: "";
}
.icon-person-bold::before {
  content: "";
}
.icon-person-bold-after::after {
  content: "";
}
.icon-print-regular::before {
  content: "";
}
.icon-print-regular-after::after {
  content: "";
}
.icon-settings-bold::before {
  content: "";
}
.icon-settings-bold-after::after {
  content: "";
}
.icon-search-bold::before {
  content: "";
}
.icon-search-bold-after::after {
  content: "";
}
.icon-lightbulb::before {
  content: "";
}
.icon-lightbulb-after::after {
  content: "";
}
.icon-at-icon::before {
  content: "";
}
.icon-at-icon-after::after {
  content: "";
}
.icon-circle-chevron-down::before {
  content: "";
}
.icon-circle-chevron-down-after::after {
  content: "";
}
.icon-circle-chevron-up::before {
  content: "";
}
.icon-circle-chevron-up-after::after {
  content: "";
}
.icon-coinstack-filled::before {
  content: "";
}
.icon-coinstack-filled-after::after {
  content: "";
}
.icon-coinstack1::before {
  content: "";
}
.icon-coinstack1-after::after {
  content: "";
}
.icon-compare-file1::before {
  content: "";
}
.icon-compare-file1-after::after {
  content: "";
}
.icon-diamond-filled::before {
  content: "";
}
.icon-diamond-filled-after::after {
  content: "";
}
.icon-diamond::before {
  content: "";
}
.icon-diamond-after::after {
  content: "";
}
.icon-doc-chevron-r-filled::before {
  content: "";
}
.icon-doc-chevron-r-filled-after::after {
  content: "";
}
.icon-external-link-lrg::before {
  content: "";
}
.icon-external-link-lrg-after::after {
  content: "";
}
.icon-line-lg::before {
  content: "";
}
.icon-line-lg-after::after {
  content: "";
}
.icon-lock::before {
  content: "";
}
.icon-lock-after::after {
  content: "";
}
.icon-logo-ant-fortuna-filled::before {
  content: "";
}
.icon-logo-ant-fortuna-filled-after::after {
  content: "";
}
.icon-logo-fil::before {
  content: "";
}
.icon-logo-fil-after::after {
  content: "";
}
.icon-logo-wechat::before {
  content: "";
}
.icon-logo-wechat-after::after {
  content: "";
}
.icon-logo-whatsapp-filled::before {
  content: "";
}
.icon-logo-whatsapp-filled-after::after {
  content: "";
}
.icon-medal-filled::before {
  content: "";
}
.icon-medal-filled-after::after {
  content: "";
}
.icon-medal1::before {
  content: "";
}
.icon-medal1-after::after {
  content: "";
}
.icon-pause-filled::before {
  content: "";
}
.icon-pause-filled-after::after {
  content: "";
}
.icon-person-circle-filled::before {
  content: "";
}
.icon-person-circle-filled-after::after {
  content: "";
}
.icon-person-circle::before {
  content: "";
}
.icon-person-circle-after::after {
  content: "";
}
.icon-person-filled::before {
  content: "";
}
.icon-person-filled-after::after {
  content: "";
}
.icon-play-filled::before {
  content: "";
}
.icon-play-filled-after::after {
  content: "";
}
.icon-speaker::before {
  content: "";
}
.icon-speaker-after::after {
  content: "";
}
.icon-squares-overlap::before {
  content: "";
}
.icon-squares-overlap-after::after {
  content: "";
}
.icon-log-in::before {
  content: "";
}
.icon-log-in-after::after {
  content: "";
}
.icon-log-out::before {
  content: "";
}
.icon-log-out-after::after {
  content: "";
}
.icon-logo-line::before {
  content: "";
}
.icon-logo-line-after::after {
  content: "";
}
.icon-keyboard::before {
  content: "";
}
.icon-keyboard-after::after {
  content: "";
}
.icon-percent-sign-ticket::before {
  content: "";
}
.icon-percent-sign-ticket-after::after {
  content: "";
}
.icon-cursor-move-3::before {
  content: "";
}
.icon-cursor-move-3-after::after {
  content: "";
}
.icon-graph-bar-increase::before {
  content: "";
}
.icon-graph-bar-increase-after::after {
  content: "";
}
.icon-wealth-growth::before {
  content: "";
}
.icon-wealth-growth-after::after {
  content: "";
}
.icon-cog-double-2::before {
  content: "";
}
.icon-cog-double-2-after::after {
  content: "";
}
.icon-synchronize-time::before {
  content: "";
}
.icon-synchronize-time-after::after {
  content: "";
}
.icon-circle-arrow-left::before {
  content: "";
}
.icon-circle-arrow-left-after::after {
  content: "";
}
.icon-email-lock::before {
  content: "";
}
.icon-email-lock-after::after {
  content: "";
}
.icon-reset-password::before {
  content: "";
}
.icon-reset-password-after::after {
  content: "";
}
.icon-canada-leaf::before {
  content: "";
}
.icon-canada-leaf-after::after {
  content: "";
}
.icon-thumbs-down-2-filled::before {
  content: "";
}
.icon-thumbs-down-2-filled-after::after {
  content: "";
}
.icon-thumbs-up-2-filled::before {
  content: "";
}
.icon-thumbs-up-2-filled-after::after {
  content: "";
}
.icon-thumbs-down-2::before {
  content: "";
}
.icon-thumbs-down-2-after::after {
  content: "";
}
.icon-thumbs-up-2::before {
  content: "";
}
.icon-thumbs-up-2-after::after {
  content: "";
}
.icon-truck-2::before {
  content: "";
}
.icon-truck-2-after::after {
  content: "";
}
.icon-authenticate::before {
  content: "";
}
.icon-authenticate-after::after {
  content: "";
}
.icon-clipboard-2::before {
  content: "";
}
.icon-clipboard-2-after::after {
  content: "";
}
.icon-video-identification::before {
  content: "";
}
.icon-video-identification-after::after {
  content: "";
}
.icon-9-grid::before {
  content: "";
}
.icon-9-grid-after::after {
  content: "";
}
.icon-building-3::before {
  content: "";
}
.icon-building-3-after::after {
  content: "";
}
.icon-anaplan::before {
  content: "";
}
.icon-anaplan-after::after {
  content: "";
}
.icon-eight-roads::before {
  content: "";
}
.icon-eight-roads-after::after {
  content: "";
}
.icon-marketo::before {
  content: "";
}
.icon-marketo-after::after {
  content: "";
}
.icon-medallia::before {
  content: "";
}
.icon-medallia-after::after {
  content: "";
}
.icon-onedrive::before {
  content: "";
}
.icon-onedrive-after::after {
  content: "";
}
.icon-account-files::before {
  content: "";
}
.icon-account-files-after::after {
  content: "";
}
.icon-chart-perfomance::before {
  content: "";
}
.icon-chart-perfomance-after::after {
  content: "";
}
.icon-checklist::before {
  content: "";
}
.icon-checklist-after::after {
  content: "";
}
.icon-circle-cross::before {
  content: "";
}
.icon-circle-cross-after::after {
  content: "";
}
.icon-circle-ellipsis::before {
  content: "";
}
.icon-circle-ellipsis-after::after {
  content: "";
}
.icon-circle-tick-filled::before {
  content: "";
}
.icon-circle-tick-filled-after::after {
  content: "";
}
.icon-custom-goal::before {
  content: "";
}
.icon-custom-goal-after::after {
  content: "";
}
.icon-desktop-chart::before {
  content: "";
}
.icon-desktop-chart-after::after {
  content: "";
}
.icon-download-filled::before {
  content: "";
}
.icon-download-filled-after::after {
  content: "";
}
.icon-email-sent::before {
  content: "";
}
.icon-email-sent-after::after {
  content: "";
}
.icon-euro-search::before {
  content: "";
}
.icon-euro-search-after::after {
  content: "";
}
.icon-euro-sign-solid::before {
  content: "";
}
.icon-euro-sign-solid-after::after {
  content: "";
}
.icon-euro-sign::before {
  content: "";
}
.icon-euro-sign-after::after {
  content: "";
}
.icon-euro-topup-success::before {
  content: "";
}
.icon-euro-topup-success-after::after {
  content: "";
}
.icon-hour-glass::before {
  content: "";
}
.icon-hour-glass-after::after {
  content: "";
}
.icon-legal-document::before {
  content: "";
}
.icon-legal-document-after::after {
  content: "";
}
.icon-message-error::before {
  content: "";
}
.icon-message-error-after::after {
  content: "";
}
.icon-message-success::before {
  content: "";
}
.icon-message-success-after::after {
  content: "";
}
.icon-minus-sign::before {
  content: "";
}
.icon-minus-sign-after::after {
  content: "";
}
.icon-phone-lock::before {
  content: "";
}
.icon-phone-lock-after::after {
  content: "";
}
.icon-plus-sign::before {
  content: "";
}
.icon-plus-sign-after::after {
  content: "";
}
.icon-preference-01::before {
  content: "";
}
.icon-preference-01-after::after {
  content: "";
}
.icon-preference-02::before {
  content: "";
}
.icon-preference-02-after::after {
  content: "";
}
.icon-id-card::before {
  content: "";
}
.icon-id-card-after::after {
  content: "";
}
.icon-property::before {
  content: "";
}
.icon-property-after::after {
  content: "";
}
.icon-renovation::before {
  content: "";
}
.icon-renovation-after::after {
  content: "";
}
.icon-saving-for-retirement::before {
  content: "";
}
.icon-saving-for-retirement-after::after {
  content: "";
}
.icon-security::before {
  content: "";
}
.icon-security-after::after {
  content: "";
}
.icon-shield::before {
  content: "";
}
.icon-shield-after::after {
  content: "";
}
.icon-step-circle-1::before {
  content: "";
}
.icon-step-circle-1-after::after {
  content: "";
}
.icon-step-circle-2::before {
  content: "";
}
.icon-step-circle-2-after::after {
  content: "";
}
.icon-step-circle-3::before {
  content: "";
}
.icon-step-circle-3-after::after {
  content: "";
}
.icon-step-circle-4::before {
  content: "";
}
.icon-step-circle-4-after::after {
  content: "";
}
.icon-step-circle-5::before {
  content: "";
}
.icon-step-circle-5-after::after {
  content: "";
}
.icon-top-up::before {
  content: "";
}
.icon-top-up-after::after {
  content: "";
}
.icon-video-call::before {
  content: "";
}
.icon-video-call-after::after {
  content: "";
}
.icon-withdrawal::before {
  content: "";
}
.icon-withdrawal-after::after {
  content: "";
}
.icon-account-circle-1::before {
  content: "";
}
.icon-account-circle-1-after::after {
  content: "";
}
.icon-bank-2::before {
  content: "";
}
.icon-bank-2-after::after {
  content: "";
}
.icon-books-library::before {
  content: "";
}
.icon-books-library-after::after {
  content: "";
}
.icon-calendar-star-1::before {
  content: "";
}
.icon-calendar-star-1-after::after {
  content: "";
}
.icon-credit-card-hand::before {
  content: "";
}
.icon-credit-card-hand-after::after {
  content: "";
}
.icon-group-view::before {
  content: "";
}
.icon-group-view-after::after {
  content: "";
}
.icon-new-notepad-layer::before {
  content: "";
}
.icon-new-notepad-layer-after::after {
  content: "";
}
.icon-synchronize-6::before {
  content: "";
}
.icon-synchronize-6-after::after {
  content: "";
}
.icon-sort-asc::before {
  content: "";
}
.icon-sort-asc-after::after {
  content: "";
}
.icon-sort-dec::before {
  content: "";
}
.icon-sort-dec-after::after {
  content: "";
}
.icon-pencil-write-2::before {
  content: "";
}
.icon-pencil-write-2-after::after {
  content: "";
}
.icon-payslip::before {
  content: "";
}
.icon-payslip-after::after {
  content: "";
}
.icon-school-graduation::before {
  content: "";
}
.icon-school-graduation-after::after {
  content: "";
}
.icon-lightbulb-4::before {
  content: "";
}
.icon-lightbulb-4-after::after {
  content: "";
}
.icon-food-dome-serving-2::before {
  content: "";
}
.icon-food-dome-serving-2-after::after {
  content: "";
}
.icon-layout-11::before {
  content: "";
}
.icon-layout-11-after::after {
  content: "";
}
.icon-network-lock::before {
  content: "";
}
.icon-network-lock-after::after {
  content: "";
}
.icon-box-1::before {
  content: "";
}
.icon-box-1-after::after {
  content: "";
}
.icon-scale-1::before {
  content: "";
}
.icon-scale-1-after::after {
  content: "";
}
.icon-person-setting-2::before {
  content: "";
}
.icon-person-setting-2-after::after {
  content: "";
}
.icon-account-find-1::before {
  content: "";
}
.icon-account-find-1-after::after {
  content: "";
}
.icon-account-group-4::before {
  content: "";
}
.icon-account-group-4-after::after {
  content: "";
}
.icon-toolbox::before {
  content: "";
}
.icon-toolbox-after::after {
  content: "";
}
.icon-arrow-d-light::before {
  content: "";
}
.icon-arrow-d-light-after::after {
  content: "";
}
.icon-arrow-l-light::before {
  content: "";
}
.icon-arrow-l-light-after::after {
  content: "";
}
.icon-arrow-r-light::before {
  content: "";
}
.icon-arrow-r-light-after::after {
  content: "";
}
.icon-arrow-u-light::before {
  content: "";
}
.icon-arrow-u-light-after::after {
  content: "";
}
.icon-card-cvc::before {
  content: "";
}
.icon-card-cvc-after::after {
  content: "";
}
.icon-clipboard-tick::before {
  content: "";
}
.icon-clipboard-tick-after::after {
  content: "";
}
.icon-newspaper::before {
  content: "";
}
.icon-newspaper-after::after {
  content: "";
}
.icon-letter-open::before {
  content: "";
}
.icon-letter-open-after::after {
  content: "";
}
.icon-spyglass::before {
  content: "";
}
.icon-spyglass-after::after {
  content: "";
}
.icon-select::before {
  content: "";
}
.icon-select-after::after {
  content: "";
}
.icon-person::before {
  content: "";
}
.icon-person-after::after {
  content: "";
}
.icon-check-mail::before {
  content: "";
}
.icon-check-mail-after::after {
  content: "";
}
.icon-help-circle::before {
  content: "";
}
.icon-help-circle-after::after {
  content: "";
}
.icon-person-lock::before {
  content: "";
}
.icon-person-lock-after::after {
  content: "";
}
.icon-letter::before {
  content: "";
}
.icon-letter-after::after {
  content: "";
}
.icon-eye::before {
  content: "";
}
.icon-eye-after::after {
  content: "";
}
.icon-circle-tick::before {
  content: "";
}
.icon-circle-tick-after::after {
  content: "";
}
.icon-star::before {
  content: "";
}
.icon-star-after::after {
  content: "";
}
.icon-star-filled::before {
  content: "";
}
.icon-star-filled-after::after {
  content: "";
}
.icon-ellipsis::before {
  content: "";
}
.icon-ellipsis-after::after {
  content: "";
}
.icon-warning-circle-filled::before {
  content: "";
}
.icon-warning-circle-filled-after::after {
  content: "";
}
.icon-warning-triangle-filled::before {
  content: "";
}
.icon-warning-triangle-filled-after::after {
  content: "";
}
.icon-warning-square::before {
  content: "";
}
.icon-warning-square-after::after {
  content: "";
}
.icon-warning-square-filled::before {
  content: "";
}
.icon-warning-square-filled-after::after {
  content: "";
}
.icon-info-circle::before {
  content: "";
}
.icon-info-circle-after::after {
  content: "";
}
.icon-info-circle-filled::before {
  content: "";
}
.icon-info-circle-filled-after::after {
  content: "";
}
.icon-chart-plus::before {
  content: "";
}
.icon-chart-plus-after::after {
  content: "";
}
.icon-circle-minus::before {
  content: "";
}
.icon-circle-minus-after::after {
  content: "";
}
.icon-circle-plus::before {
  content: "";
}
.icon-circle-plus-after::after {
  content: "";
}
.icon-download::before {
  content: "";
}
.icon-download-after::after {
  content: "";
}
.icon-spyglass-chart::before {
  content: "";
}
.icon-spyglass-chart-after::after {
  content: "";
}
.icon-printer::before {
  content: "";
}
.icon-printer-after::after {
  content: "";
}
.icon-refresh::before {
  content: "";
}
.icon-refresh-after::after {
  content: "";
}
.icon-cog::before {
  content: "";
}
.icon-cog-after::after {
  content: "";
}
.icon-person-plus::before {
  content: "";
}
.icon-person-plus-after::after {
  content: "";
}
.icon-coins-sterling::before {
  content: "";
}
.icon-coins-sterling-after::after {
  content: "";
}
.icon-arrow-down::before {
  content: "";
}
.icon-arrow-down-after::after {
  content: "";
}
.icon-arrow-up::before {
  content: "";
}
.icon-arrow-up-after::after {
  content: "";
}
.icon-add::before {
  content: "";
}
.icon-add-after::after {
  content: "";
}
.icon-close::before {
  content: "";
}
.icon-close-after::after {
  content: "";
}
.icon-chart::before {
  content: "";
}
.icon-chart-after::after {
  content: "";
}
.icon-market::before {
  content: "";
}
.icon-market-after::after {
  content: "";
}
.icon-hand-coins::before {
  content: "";
}
.icon-hand-coins-after::after {
  content: "";
}
.icon-globe::before {
  content: "";
}
.icon-globe-after::after {
  content: "";
}
.icon-booklet-chart::before {
  content: "";
}
.icon-booklet-chart-after::after {
  content: "";
}
.icon-computer::before {
  content: "";
}
.icon-computer-after::after {
  content: "";
}
.icon-tick::before {
  content: "";
}
.icon-tick-after::after {
  content: "";
}
.icon-hand::before {
  content: "";
}
.icon-hand-after::after {
  content: "";
}
.icon-movie::before {
  content: "";
}
.icon-movie-after::after {
  content: "";
}
.icon-down-sort::before {
  content: "";
}
.icon-down-sort-after::after {
  content: "";
}
.icon-up-sort::before {
  content: "";
}
.icon-up-sort-after::after {
  content: "";
}
.icon-chevron-down-s::before {
  content: "";
}
.icon-chevron-down-s-after::after {
  content: "";
}
.icon-chevron-up-s::before {
  content: "";
}
.icon-chevron-up-s-after::after {
  content: "";
}
.icon-chevron-down-m::before {
  content: "";
}
.icon-chevron-down-m-after::after {
  content: "";
}
.icon-chevron-up-m::before {
  content: "";
}
.icon-chevron-up-m-after::after {
  content: "";
}
.icon-menu-burger::before {
  content: "";
}
.icon-menu-burger-after::after {
  content: "";
}
.icon-no-entry::before {
  content: "";
}
.icon-no-entry-after::after {
  content: "";
}
.icon-square::before {
  content: "";
}
.icon-square-after::after {
  content: "";
}
.icon-line::before {
  content: "";
}
.icon-line-after::after {
  content: "";
}
.icon-droplet::before {
  content: "";
}
.icon-droplet-after::after {
  content: "";
}
.icon-droplet-filled::before {
  content: "";
}
.icon-droplet-filled-after::after {
  content: "";
}
.icon-droplet-alt::before {
  content: "";
}
.icon-droplet-alt-after::after {
  content: "";
}
.icon-droplet-alt-filled::before {
  content: "";
}
.icon-droplet-alt-filled-after::after {
  content: "";
}
.icon-circle-right::before {
  content: "";
}
.icon-circle-right-after::after {
  content: "";
}
.icon-circle-wave::before {
  content: "";
}
.icon-circle-wave-after::after {
  content: "";
}
.icon-circle-zig::before {
  content: "";
}
.icon-circle-zig-after::after {
  content: "";
}
.icon-piggybank::before {
  content: "";
}
.icon-piggybank-after::after {
  content: "";
}
.icon-home::before {
  content: "";
}
.icon-home-after::after {
  content: "";
}
.icon-quantitative::before {
  content: "";
}
.icon-quantitative-after::after {
  content: "";
}
.icon-hand-point::before {
  content: "";
}
.icon-hand-point-after::after {
  content: "";
}
.icon-exit-right::before {
  content: "";
}
.icon-exit-right-after::after {
  content: "";
}
.icon-calendar::before {
  content: "";
}
.icon-calendar-after::after {
  content: "";
}
.icon-clock::before {
  content: "";
}
.icon-clock-after::after {
  content: "";
}
.icon-person-help::before {
  content: "";
}
.icon-person-help-after::after {
  content: "";
}
.icon-lock-tick::before {
  content: "";
}
.icon-lock-tick-after::after {
  content: "";
}
.icon-leaf::before {
  content: "";
}
.icon-leaf-after::after {
  content: "";
}
.icon-computer-tick::before {
  content: "";
}
.icon-computer-tick-after::after {
  content: "";
}
.icon-smartphone-chatbubble::before {
  content: "";
}
.icon-smartphone-chatbubble-after::after {
  content: "";
}
.icon-coinstack-cog::before {
  content: "";
}
.icon-coinstack-cog-after::after {
  content: "";
}
.icon-chevron-left-m::before {
  content: "";
}
.icon-chevron-left-m-after::after {
  content: "";
}
.icon-chevron-right-m::before {
  content: "";
}
.icon-chevron-right-m-after::after {
  content: "";
}
.icon-pencil::before {
  content: "";
}
.icon-pencil-after::after {
  content: "";
}
.icon-tag::before {
  content: "";
}
.icon-tag-after::after {
  content: "";
}
.icon-medal::before {
  content: "";
}
.icon-medal-after::after {
  content: "";
}
.icon-bookmark-star::before {
  content: "";
}
.icon-bookmark-star-after::after {
  content: "";
}
.icon-smartphone-flip::before {
  content: "";
}
.icon-smartphone-flip-after::after {
  content: "";
}
.icon-back::before {
  content: "";
}
.icon-back-after::after {
  content: "";
}
.icon-forward::before {
  content: "";
}
.icon-forward-after::after {
  content: "";
}
.icon-pause::before {
  content: "";
}
.icon-pause-after::after {
  content: "";
}
.icon-stop::before {
  content: "";
}
.icon-stop-after::after {
  content: "";
}
.icon-play::before {
  content: "";
}
.icon-play-after::after {
  content: "";
}
.icon-map-pin::before {
  content: "";
}
.icon-map-pin-after::after {
  content: "";
}
.icon-doc-spyglass::before {
  content: "";
}
.icon-doc-spyglass-after::after {
  content: "";
}
.icon-hand-docs::before {
  content: "";
}
.icon-hand-docs-after::after {
  content: "";
}
.icon-doc-stacked::before {
  content: "";
}
.icon-doc-stacked-after::after {
  content: "";
}
.icon-pencil-lock::before {
  content: "";
}
.icon-pencil-lock-after::after {
  content: "";
}
.icon-paperclip::before {
  content: "";
}
.icon-paperclip-after::after {
  content: "";
}
.icon-coinstack::before {
  content: "";
}
.icon-coinstack-after::after {
  content: "";
}
.icon-controlpanel::before {
  content: "";
}
.icon-controlpanel-after::after {
  content: "";
}
.icon-browser-plus::before {
  content: "";
}
.icon-browser-plus-after::after {
  content: "";
}
.icon-chevron-right-s::before {
  content: "";
}
.icon-chevron-right-s-after::after {
  content: "";
}
.icon-chevron-left-s::before {
  content: "";
}
.icon-chevron-left-s-after::after {
  content: "";
}
.icon-circle-filled::before {
  content: "";
}
.icon-circle-filled-after::after {
  content: "";
}
.icon-circle-dashed::before {
  content: "";
}
.icon-circle-dashed-after::after {
  content: "";
}
.icon-bookmark-star-filled::before {
  content: "";
}
.icon-bookmark-star-filled-after::after {
  content: "";
}
.icon-logo-linkedin::before {
  content: "";
}
.icon-logo-linkedin-after::after {
  content: "";
}
.icon-logo-facebook::before {
  content: "";
}
.icon-logo-facebook-after::after {
  content: "";
}
.icon-logo-twitter::before {
  content: "";
}
.icon-logo-twitter-after::after {
  content: "";
}
.icon-logo-xing::before {
  content: "";
}
.icon-logo-xing-after::after {
  content: "";
}
.icon-logo-googleplus::before {
  content: "";
}
.icon-logo-googleplus-after::after {
  content: "";
}
.icon-logo-youtube::before {
  content: "";
}
.icon-logo-youtube-after::after {
  content: "";
}
.icon-messages-filled::before {
  content: "";
}
.icon-messages-filled-after::after {
  content: "";
}
.icon-openbook::before {
  content: "";
}
.icon-openbook-after::after {
  content: "";
}
.icon-doc-chevron-r::before {
  content: "";
}
.icon-doc-chevron-r-after::after {
  content: "";
}
.icon-doc-arrow-d::before {
  content: "";
}
.icon-doc-arrow-d-after::after {
  content: "";
}
.icon-doc-arrow-u::before {
  content: "";
}
.icon-doc-arrow-u-after::after {
  content: "";
}
.icon-share::before {
  content: "";
}
.icon-share-after::after {
  content: "";
}
.icon-share-filled::before {
  content: "";
}
.icon-share-filled-after::after {
  content: "";
}
.icon-person-double::before {
  content: "";
}
.icon-person-double-after::after {
  content: "";
}
.icon-chatbubble::before {
  content: "";
}
.icon-chatbubble-after::after {
  content: "";
}
.icon-chatbubble-letter::before {
  content: "";
}
.icon-chatbubble-letter-after::after {
  content: "";
}
.icon-chatbubble-letter-filled::before {
  content: "";
}
.icon-chatbubble-letter-filled-after::after {
  content: "";
}
.icon-calendar-circle-plus::before {
  content: "";
}
.icon-calendar-circle-plus-after::after {
  content: "";
}
.icon-mappin-filled::before {
  content: "";
}
.icon-mappin-filled-after::after {
  content: "";
}
.icon-coins-plus::before {
  content: "";
}
.icon-coins-plus-after::after {
  content: "";
}
.icon-coins-minus::before {
  content: "";
}
.icon-coins-minus-after::after {
  content: "";
}
.icon-arrows-left-right::before {
  content: "";
}
.icon-arrows-left-right-after::after {
  content: "";
}
.icon-abc-blocks::before {
  content: "";
}
.icon-abc-blocks-after::after {
  content: "";
}
.icon-beach-umbrella::before {
  content: "";
}
.icon-beach-umbrella-after::after {
  content: "";
}
.icon-piggybank-alt::before {
  content: "";
}
.icon-piggybank-alt-after::after {
  content: "";
}
.icon-three-people::before {
  content: "";
}
.icon-three-people-after::after {
  content: "";
}
.icon-circle-arrow-back::before {
  content: "";
}
.icon-circle-arrow-back-after::after {
  content: "";
}
.icon-circle-minus-filled::before {
  content: "";
}
.icon-circle-minus-filled-after::after {
  content: "";
}
.icon-circle-plus-filled::before {
  content: "";
}
.icon-circle-plus-filled-after::after {
  content: "";
}
.icon-receipt::before {
  content: "";
}
.icon-receipt-after::after {
  content: "";
}
.icon-receipt-dollar::before {
  content: "";
}
.icon-receipt-dollar-after::after {
  content: "";
}
.icon-person-pencil::before {
  content: "";
}
.icon-person-pencil-after::after {
  content: "";
}
.icon-doc-file::before {
  content: "";
}
.icon-doc-file-after::after {
  content: "";
}
.icon-doc-csv::before {
  content: "";
}
.icon-doc-csv-after::after {
  content: "";
}
.icon-doc-pdf::before {
  content: "";
}
.icon-doc-pdf-after::after {
  content: "";
}
.icon-doc-tsv::before {
  content: "";
}
.icon-doc-tsv-after::after {
  content: "";
}
.icon-doc-xls::before {
  content: "";
}
.icon-doc-xls-after::after {
  content: "";
}
.icon-dov-csv-1::before {
  content: "";
}
.icon-dov-csv-1-after::after {
  content: "";
}
.icon-bin::before {
  content: "";
}
.icon-bin-after::after {
  content: "";
}
.icon-smartphone::before {
  content: "";
}
.icon-smartphone-after::after {
  content: "";
}
.icon-button-power::before {
  content: "";
}
.icon-button-power-after::after {
  content: "";
}
.icon-coin-invest::before {
  content: "";
}
.icon-coin-invest-after::after {
  content: "";
}
.icon-coin-transfer::before {
  content: "";
}
.icon-coin-transfer-after::after {
  content: "";
}
.icon-group-link::before {
  content: "";
}
.icon-group-link-after::after {
  content: "";
}
[class*="icon-"]::before,
[class*="icon-"]::after {
  display: inline-block;
  font-family: "Fidelity Icon Font";
  font-size: 1em;
  font-weight: normal;
  text-decoration: none !important;
}
[class*="icon-"].disabled::before,
[class*="icon-"].disabled::after {
  color: #dcdee1;
}
[class*="icon-"].link::before,
[class*="icon-"].link::after {
  color: #016fad;
}
[class*="icon-"].link:hover::before,
[class*="icon-"].link:hover::after {
  color: #016fad;
  cursor: pointer;
}
[class*="icon-"].iconsize-large::before {
  font-size: 24px;
}
[class*="icon-"].iconsize-large::after {
  font-size: 24px;
}
[class*="icon-"].iconsize-huge::before {
  font-size: 32px;
}
[class*="icon-"].iconsize-huge::after {
  font-size: 32px;
}
.icon::before {
  padding-right: 5px;
}
.icon::after {
  padding-left: 5px;
}
.icon.iconsize-large::before {
  padding-right: 9px;
}
.icon.iconsize-large::after {
  padding-left: 9px;
}
.icon.iconsize-huge::before {
  padding-right: 11px;
}
.icon.iconsize-huge::after {
  padding-left: 11px;
}
.label {
  display: inline-block;
  max-width: 100%;
  padding: 6px 11px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 2px;
  font-size: 14px;
  letter-spacing: 0.4px;
  line-height: 1;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  margin: 0 5px 5px 0;
  background-color: #eeeff0;
  color: #20242b;
}
.label a,
.label a:hover,
.label a:active,
.label a:visited {
  color: inherit;
}
.label.disabled {
  border: 1px solid #dcdee1;
  background-color: rgba(0, 0, 0, 0);
  color: #b9bdc4;
}
.label-group > div {
  margin: -4px -5px;
}
.label-group .label {
  margin: 4px 5px;
}
.metainfo {
  display: inline-block;
  color: #747c89;
  font-size: 14px;
  font-weight: normal;
  line-height: 17px;
}
.metainfo a,
.metainfo a:hover,
.metainfo a:active,
.metainfo a:visited {
  color: inherit;
}
.metainfo-group:not(:first-child) {
  margin-top: 5px;
}
.metainfo-group:not(:last-child) {
  margin-bottom: 5px;
}
.metainfo-group > div {
  margin: -3px -5px;
}
.metainfo-group .metainfo {
  margin: 3px 5px;
}
.metainfo-group .category-and-subcategory-jp {
  color: #018bc8;
}
.button.primary {
  background-color: #016fad;
  color: #fff;
}
.button.primary:hover {
  background-color: #00527c;
  color: #fff;
}
.button.primary:active,
.button.primary:focus {
  background-color: #00a6e3;
  color: #20242b;
}
.button.primary.hollow {
  border-color: #016fad;
  background-color: rgba(0, 0, 0, 0);
  color: #016fad;
}
.button.primary.hollow:hover {
  border-color: rgba(0, 0, 0, 0);
  background-color: #016fad;
  color: #fff;
}
.button.primary.hollow:active,
.button.primary.hollow:focus {
  border-color: #00a6e3;
  background-color: #00a6e3;
  color: #20242b;
}
.button.secondary {
  background-color: #82c823;
  color: #20242b;
}
.button.secondary:hover {
  background-color: #a2d830;
  color: #20242b;
}
.button.secondary:active,
.button.secondary:focus {
  background-color: #4aa00f;
  color: #20242b;
}
.button.secondary.hollow {
  border-color: #82c823;
  background-color: rgba(0, 0, 0, 0);
  color: #82c823;
}
.button.secondary.hollow:hover {
  border-color: rgba(0, 0, 0, 0);
  background-color: #82c823;
  color: #20242b;
}
.button.secondary.hollow:active,
.button.secondary.hollow:focus {
  border-color: #4aa00f;
  background-color: #4aa00f;
  color: #20242b;
}
.button.logout {
  background-color: #979da6;
  color: #20242b;
}
.button.logout:hover {
  background-color: #747c89;
  color: #fff;
}
.button.logout:active,
.button.logout:focus {
  background-color: #747c89;
  color: #fff;
}
.button.logout.hollow {
  border-color: #979da6;
  background-color: rgba(0, 0, 0, 0);
  color: #979da6;
}
.button.logout.hollow:hover {
  border-color: rgba(0, 0, 0, 0);
  background-color: #979da6;
  color: #20242b;
}
.button.logout.hollow:active,
.button.logout.hollow:focus {
  border-color: #747c89;
  background-color: #747c89;
  color: #fff;
}
.button-group {
  margin: -8px -10px;
}
@supports (display: flex) {
  .button-group {
    display: flex;
    flex-wrap: wrap;
  }
}
.button-group .button {
  margin: 8px 10px;
}
.button-group.center {
  justify-content: center;
}
.button-group.justified {
  justify-content: space-between;
}
.button-group.right {
  justify-content: flex-end;
}
.button-group:not(:first-child) {
  margin-top: 10px;
}
.button-group:not(:last-child) {
  margin-bottom: 10px;
}
.button-group.IEcenter {
  justify-content: center;
  text-align: center;
}
.button-group.JPIEcenter {
  justify-content: center;
  text-align: center;
}
.button-group.JPIEcenter .button {
  width: 40%;
  max-width: 280px;
}
@media print, screen and (max-width: 31.99875em) {
  .button-group.JPIEcenter .button {
    width: 100%;
  }
}
header {
  position: relative;
  z-index: 100;
  width: 100%;
  min-width: 320px;
  border-bottom: 1px solid #e4e1de;
  background: #fff;
}
#topbar-region {
  background-color: #eeeff0;
}
.top-bar {
  display: flex;
  height: 40px;
}
.top-bar .top-bar-left {
  flex: 1 1 auto;
  margin-right: auto;
}
.top-bar .top-bar-right {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-left: auto;
}
.top-bar-item {
  margin: 0 8px;
}
.top-bar-item:first-child {
  margin-left: 0;
}
.top-bar-item:last-child {
  margin-right: 0;
}
.top-bar-item > .button,
.top-bar-item > div > .button {
  display: inline-flex;
  align-items: center;
  height: 40px;
}
.top-bar-item .search-container input {
  position: relative;
  width: 225px;
  height: 32px;
  margin-bottom: 0;
  padding: 0 25px 0 8px;
}
.top-bar-item .fund-search-result {
  top: 34px;
  right: 14px;
  min-width: 450px;
  max-height: 450px;
  overflow: hidden;
  box-shadow: 2px 2px 4px 0 rgba(136, 136, 136, 0.4);
}
@media print, screen and (max-width: 50.62375em) {
  .top-bar-item .fund-search-result {
    right: -120px;
  }
}
.top-bar-item .search-result-container {
  max-height: 450px;
}
.new-channel-switcher-region {
  display: none;
}
@media only screen and (min-width: 996px) {
  .new-channel-switcher-region {
    display: block;
  }
}
.channel-switcher-region,
.language-switcher-region {
  display: inline-block;
  position: relative;
}
.channel-switcher-region ul,
.language-switcher-region ul {
  display: none;
  position: absolute;
  z-index: 150;
  top: 40px;
  border-top: 0;
  background-color: #f7f7f8;
  box-shadow: 1px 2px 4px 1px rgba(136, 136, 136, 0.4);
  list-style: none;
}
.channel-switcher-region ul li,
.language-switcher-region ul li {
  transition: all 0.15s ease-in;
}
.channel-switcher-region ul li:not(:last-child),
.language-switcher-region ul li:not(:last-child) {
  border-bottom: 1px solid #e4e1de;
}
.channel-switcher-region ul li.disabled,
.language-switcher-region ul li.disabled {
  color: #979da6;
}
.channel-switcher-region ul li:last-child,
.language-switcher-region ul li:last-child {
  border-bottom: 0;
}
.channel-switcher-region ul li:hover:not(.disabled),
.language-switcher-region ul li:hover:not(.disabled) {
  background-color: #eeeff0;
  cursor: pointer;
}
.channel-switcher-region ul li a,
.language-switcher-region ul li a {
  display: block;
  padding: 10px 25px;
  color: #414956;
  text-decoration: none;
}
.channel-switcher-region ul li a.active,
.language-switcher-region ul li a.active {
  color: #016fad;
}
.channel-switcher-region ul {
  width: 300px;
}
@media only screen and (max-width: 995px) {
  .language-switcher-region {
    display: none !important;
  }
}
.language-switcher-region ul {
  left: -10px;
  width: 200px;
}
.language-switcher-region li {
  width: 100%;
}
.channel-switcher,
.language-switcher {
  display: inline-block;
  position: relative;
  color: #414956;
  line-height: 40px;
}
.channel-switcher[class*="icon-"]::after,
.language-switcher[class*="icon-"]::after {
  position: absolute;
  top: 13px;
  font-size: 14px;
  line-height: 1;
}
.counries-switcher {
  margin-right: 20px;
  height: 200px;
  overflow: scroll;
  overflow-x: hidden;
}
.channel-switcher {
  margin-right: 20px;
}
.location-switcher a {
  color: #414956;
}
.location-switcher a:hover,
.location-switcher a:focus {
  text-decoration: underline;
}
#header-region {
  position: relative;
  height: calc(48px + 25px * 2);
}
@media print, screen and (min-width: 32em) {
  #header-region {
    height: calc(48px + 25px * 2);
  }
}
@media print, screen and (min-width: 50.625em) {
  #header-region {
    height: calc(48px + 30px * 2);
  }
}
#header-region .logo-container {
  width: 153px;
  height: 48px;
  margin: 25px 0;
  background: url(../assets/fidelity-international.png)
    no-repeat;
  background-size: 153px 48px;
}
@supports (display: flex) {
  #header-region .logo-container {
    background: url(../assets/fidelity-international.svg)
      no-repeat;
  }
}
@media print, screen and (min-width: 32em) {
  #header-region .logo-container {
    width: 153px;
    height: 48px;
    margin: 25px 0;
    background: url(../assets/fidelity-international.png)
      no-repeat;
    background-size: 153px 48px;
  }
  @supports (display: flex) {
    #header-region .logo-container {
      background: url(../assets/fidelity-international.svg)
        no-repeat;
    }
  }
}
@media print, screen and (min-width: 50.625em) {
  #header-region .logo-container {
    width: 153px;
    height: 48px;
    margin: 30px 0;
    background: url(../assets/fidelity-international.png)
      no-repeat;
    background-size: 153px 48px;
  }
  @supports (display: flex) {
    #header-region .logo-container {
      background: url(../assets/fidelity-international.svg)
        no-repeat;
    }
  }
}
#header-region .ce--main-bar--search-bar {
  display: none;
  position: absolute;
  top: calc((48px + 25px * 2 - 40px) / 2);
  right: 37px;
  width: 100%;
  padding-left: 37px;
}
@media print, screen and (min-width: 32em) {
  #header-region .ce--main-bar--search-bar {
    display: none !important;
  }
}
#header-region .ce--main-bar--search-bar .search-container input {
  height: 40px;
  margin-bottom: 0;
  padding: 10px 32px 10px 10px;
}
@media only screen and (min-width: 996px) and (max-width: 1075px) {
  #header-region .navigation-container .navigation {
    max-width: 685px;
  }
}
#header-region .navigation-container a:hover,
#header-region .navigation-container a:active {
  text-decoration: none;
}
#header-region .navigation-container ul {
  list-style: none;
}
@media only screen and (min-width: 996px) {
  #header-region .navigation li ul,
  #header-region .navigation-mobile li ul {
    visibility: hidden;
    height: 1px;
    transition: opacity 250ms linear;
    opacity: 0;
  }
}
@media only screen and (max-width: 995px) {
  #header-region .navigation li ul,
  #header-region .navigation-mobile li ul {
    display: none;
  }
}
#header-region .navigation ul,
#header-region .navigation-mobile ul {
  margin: 0;
  padding: 0;
}
#header-region .navigation .country_icon,
#header-region .navigation-mobile .country_icon {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
#header-region .navigation .menu-notice,
#header-region .navigation-mobile .menu-notice {
  padding-left: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e4e1de;
}
#header-region .navigation .has-dropdown > a,
#header-region .navigation .newChannel-dropdown > a,
#header-region .navigation-mobile .has-dropdown > a,
#header-region .navigation-mobile .newChannel-dropdown > a {
  display: block;
  width: 100%;
  padding: 0 16px 24px;
  color: #20242b;
  font-size: 18px;
}
#header-region .navigation .has-dropdown > a.active,
#header-region .navigation .newChannel-dropdown > a.active,
#header-region .navigation-mobile .has-dropdown > a.active,
#header-region .navigation-mobile .newChannel-dropdown > a.active {
  color: #016fad;
}
@media only screen and (max-width: 995px) {
  #header-region .navigation .has-dropdown > a,
  #header-region .navigation .newChannel-dropdown > a,
  #header-region .navigation-mobile .has-dropdown > a,
  #header-region .navigation-mobile .newChannel-dropdown > a {
    padding: 5px 20px 2px;
    line-height: 42px;
    text-transform: none;
  }
}
#header-region .navigation .has-dropdown:last-child ul,
#header-region .navigation .newChannel-dropdown:last-child ul,
#header-region .navigation-mobile .has-dropdown:last-child ul,
#header-region .navigation-mobile .newChannel-dropdown:last-child ul {
  right: 0;
}
#header-region .navigation .has-dropdown:last-child > a,
#header-region .navigation .newChannel-dropdown:last-child > a,
#header-region .navigation-mobile .has-dropdown:last-child > a,
#header-region .navigation-mobile .newChannel-dropdown:last-child > a {
  padding-right: 0;
}
#header-region .navigation .has-dropdown:hover > ul,
#header-region .navigation .newChannel-dropdown:hover > ul,
#header-region .navigation-mobile .has-dropdown:hover > ul,
#header-region .navigation-mobile .newChannel-dropdown:hover > ul {
  z-index: 100;
  background-color: #fff;
}
@media only screen and (min-width: 996px) {
  #header-region .navigation .has-dropdown:hover > ul,
  #header-region .navigation .newChannel-dropdown:hover > ul,
  #header-region .navigation-mobile .has-dropdown:hover > ul,
  #header-region .navigation-mobile .newChannel-dropdown:hover > ul {
    border-top: 1px solid #e4e1de;
    box-shadow: 1px 2px 4px 1px rgba(136, 136, 136, 0.4);
  }
  #header-region .navigation .has-dropdown:hover > ul::before,
  #header-region .navigation .newChannel-dropdown:hover > ul::before,
  #header-region .navigation-mobile .has-dropdown:hover > ul::before,
  #header-region
    .navigation-mobile
    .newChannel-dropdown:hover
    > ul::before {
    content: "";
    position: absolute;
    width: 100%;
    border-top: 4px solid #006193;
  }
  #header-region .navigation .has-dropdown:hover > ul li:first-child,
  #header-region
    .navigation
    .newChannel-dropdown:hover
    > ul
    li:first-child,
  #header-region
    .navigation-mobile
    .has-dropdown:hover
    > ul
    li:first-child,
  #header-region
    .navigation-mobile
    .newChannel-dropdown:hover
    > ul
    li:first-child {
    padding-top: 4px;
  }
}
@media only screen and (min-width: 996px) {
  #header-region .navigation .has-dropdown.no-border:hover > ul,
  #header-region .navigation .newChannel-dropdown.no-border:hover > ul,
  #header-region .navigation-mobile .has-dropdown.no-border:hover > ul,
  #header-region
    .navigation-mobile
    .newChannel-dropdown.no-border:hover
    > ul {
    border-top: 0 none;
  }
  #header-region .navigation .has-dropdown.no-border:hover > ul::before,
  #header-region
    .navigation
    .newChannel-dropdown.no-border:hover
    > ul::before,
  #header-region
    .navigation-mobile
    .has-dropdown.no-border:hover
    > ul::before,
  #header-region
    .navigation-mobile
    .newChannel-dropdown.no-border:hover
    > ul::before {
    border-top: 0 none;
  }
  #header-region
    .navigation
    .has-dropdown.no-border:hover
    > ul
    li:first-child,
  #header-region
    .navigation
    .newChannel-dropdown.no-border:hover
    > ul
    li:first-child,
  #header-region
    .navigation-mobile
    .has-dropdown.no-border:hover
    > ul
    li:first-child,
  #header-region
    .navigation-mobile
    .newChannel-dropdown.no-border:hover
    > ul
    li:first-child {
    padding-top: 0;
  }
}
#header-region .navigation .newChannel-dropdown,
#header-region .navigation-mobile .newChannel-dropdown {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#header-region .navigation .newChannel-dropdown .countries-region,
#header-region .navigation-mobile .newChannel-dropdown .countries-region {
  margin-left: 20px;
  font-size: 16px;
  font-weight: 600;
}
#header-region
  .navigation
  .newChannel-dropdown
  .channel-switcher-nav-country,
#header-region
  .navigation-mobile
  .newChannel-dropdown
  .channel-switcher-nav-country {
  display: inline-block;
  cursor: pointer;
}
#header-region
  .navigation
  .newChannel-dropdown
  .channel-switcher-nav-country-flag,
#header-region
  .navigation-mobile
  .newChannel-dropdown
  .channel-switcher-nav-country-flag {
  margin-right: 5px;
}
#header-region
  .navigation
  .newChannel-dropdown
  .channel-switcher-nav-country-flag
  img,
#header-region
  .navigation-mobile
  .newChannel-dropdown
  .channel-switcher-nav-country-flag
  img {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-bottom: 2px;
}
#header-region
  .navigation
  .newChannel-dropdown
  .channel-switcher-nav-country
  .channel-switcher-topbar-role-name,
#header-region
  .navigation-mobile
  .newChannel-dropdown
  .channel-switcher-nav-country
  .channel-switcher-topbar-role-name {
  border-left: 1px solid #979da6;
  padding-left: 10px;
  margin-left: 10px;
}
#header-region .navigation .newChannel-dropdown > a,
#header-region .navigation-mobile .newChannel-dropdown > a {
  display: inline;
  padding-left: 0;
  padding-right: 0;
}
#header-region
  .navigation
  .newChannel-dropdown
  > a.country-dropdown-title,
#header-region
  .navigation-mobile
  .newChannel-dropdown
  > a.country-dropdown-title {
  border-right: 1px solid #dcdee1;
  padding-right: 8px;
  padding-left: 20px;
}
#header-region
  .navigation
  .newChannel-dropdown
  > a.channel-dropdown-title,
#header-region
  .navigation-mobile
  .newChannel-dropdown
  > a.channel-dropdown-title {
  padding-left: 8px;
}
#header-region
  .navigation
  .newChannel-dropdown
  > a.channel-dropdown-title.icon-chevron-u-regular-after:after,
#header-region
  .navigation
  .newChannel-dropdown
  > a.channel-dropdown-title.icon-chevron-d-regular-after:after,
#header-region
  .navigation-mobile
  .newChannel-dropdown
  > a.channel-dropdown-title.icon-chevron-u-regular-after:after,
#header-region
  .navigation-mobile
  .newChannel-dropdown
  > a.channel-dropdown-title.icon-chevron-d-regular-after:after {
  font-size: 13px;
}
#header-region .navigation .newChannel-dropdown ul li a,
#header-region .navigation-mobile .newChannel-dropdown ul li a {
  white-space: normal;
}
#header-region .navigation .newChannel-dropdown ul li a.selected,
#header-region .navigation-mobile .newChannel-dropdown ul li a.selected {
  background-color: #dcdee1;
}
#header-region .navigation .newChannel-dropdown .country-dropdown,
#header-region .navigation-mobile .newChannel-dropdown .country-dropdown {
  max-height: 280px;
  overflow-y: scroll;
}
#header-region .navigation .newChannel-dropdown .icon-at,
#header-region .navigation-mobile .newChannel-dropdown .icon-at {
  background-image: url(/ui/images/spritesmith-generated/sprite.png);
  background-position: -40px -40px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
  border-radius: 50%;
  vertical-align: middle;
}
#header-region .navigation .newChannel-dropdown .icon-au,
#header-region .navigation-mobile .newChannel-dropdown .icon-au {
  background-image: url(/ui/images/spritesmith-generated/sprite.png);
  background-position: -54px -40px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
  border-radius: 50%;
  vertical-align: middle;
}
#header-region .navigation .newChannel-dropdown .icon-be,
#header-region .navigation-mobile .newChannel-dropdown .icon-be {
  background-image: url(/ui/images/spritesmith-generated/sprite.png);
  background-position: 0px -60px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
  border-radius: 50%;
  vertical-align: middle;
}
#header-region .navigation .newChannel-dropdown .icon-ch,
#header-region .navigation-mobile .newChannel-dropdown .icon-ch {
  background-image: url(/ui/images/spritesmith-generated/sprite.png);
  background-position: -14px -60px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
  border-radius: 50%;
  vertical-align: middle;
}
#header-region .navigation .newChannel-dropdown .icon-cz,
#header-region .navigation-mobile .newChannel-dropdown .icon-cz {
  background-image: url(/ui/images/spritesmith-generated/sprite.png);
  background-position: -28px -60px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
  border-radius: 50%;
  vertical-align: middle;
}
#header-region .navigation .newChannel-dropdown .icon-de,
#header-region .navigation-mobile .newChannel-dropdown .icon-de {
  background-image: url(/ui/images/spritesmith-generated/sprite.png);
  background-position: -42px -60px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
  border-radius: 50%;
  vertical-align: middle;
}
#header-region .navigation .newChannel-dropdown .icon-dk,
#header-region .navigation-mobile .newChannel-dropdown .icon-dk {
  background-image: url(/ui/images/spritesmith-generated/sprite.png);
  background-position: -56px -60px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
  border-radius: 50%;
  vertical-align: middle;
}
#header-region .navigation .newChannel-dropdown .icon-es,
#header-region .navigation-mobile .newChannel-dropdown .icon-es {
  background-image: url(/ui/images/spritesmith-generated/sprite.png);
  background-position: -80px 0px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
  border-radius: 50%;
  vertical-align: middle;
}
#header-region .navigation .newChannel-dropdown .icon-fi,
#header-region .navigation-mobile .newChannel-dropdown .icon-fi {
  background-image: url(/ui/images/spritesmith-generated/sprite.png);
  background-position: -80px -14px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
  border-radius: 50%;
  vertical-align: middle;
}
#header-region .navigation .newChannel-dropdown .icon-fr,
#header-region .navigation-mobile .newChannel-dropdown .icon-fr {
  background-image: url(/ui/images/spritesmith-generated/sprite.png);
  background-position: -80px -28px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
  border-radius: 50%;
  vertical-align: middle;
}
#header-region .navigation .newChannel-dropdown .icon-gb,
#header-region .navigation-mobile .newChannel-dropdown .icon-gb {
  background-image: url(/ui/images/spritesmith-generated/sprite.png);
  background-position: -80px -42px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
  border-radius: 50%;
  vertical-align: middle;
}
#header-region .navigation .newChannel-dropdown .icon-hk,
#header-region .navigation-mobile .newChannel-dropdown .icon-hk {
  background-image: url(/ui/images/spritesmith-generated/sprite.png);
  background-position: -80px -56px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
  border-radius: 50%;
  vertical-align: middle;
}
#header-region .navigation .newChannel-dropdown .icon-hr,
#header-region .navigation-mobile .newChannel-dropdown .icon-hr {
  background-image: url(/ui/images/spritesmith-generated/sprite.png);
  background-position: 0px -74px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
  border-radius: 50%;
  vertical-align: middle;
}
#header-region .navigation .newChannel-dropdown .icon-hu,
#header-region .navigation-mobile .newChannel-dropdown .icon-hu {
  background-image: url(/ui/images/spritesmith-generated/sprite.png);
  background-position: -14px -74px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
  border-radius: 50%;
  vertical-align: middle;
}
#header-region .navigation .newChannel-dropdown .icon-intesa-sanpaolo,
#header-region
  .navigation-mobile
  .newChannel-dropdown
  .icon-intesa-sanpaolo {
  background-image: url(/ui/images/spritesmith-generated/sprite.png);
  background-position: 0px 0px;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
  border-radius: 50%;
  vertical-align: middle;
}
#header-region .navigation .newChannel-dropdown .icon-it,
#header-region .navigation-mobile .newChannel-dropdown .icon-it {
  background-image: url(/ui/images/spritesmith-generated/sprite.png);
  background-position: -28px -74px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
  border-radius: 50%;
  vertical-align: middle;
}
#header-region .navigation .newChannel-dropdown .icon-jp,
#header-region .navigation-mobile .newChannel-dropdown .icon-jp {
  background-image: url(/ui/images/spritesmith-generated/sprite.png);
  background-position: -42px -74px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
  border-radius: 50%;
  vertical-align: middle;
}
#header-region .navigation .newChannel-dropdown .icon-kbc-belgium,
#header-region .navigation-mobile .newChannel-dropdown .icon-kbc-belgium {
  background-image: url(/ui/images/spritesmith-generated/sprite.png);
  background-position: -40px 0px;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
  border-radius: 50%;
  vertical-align: middle;
}
#header-region .navigation .newChannel-dropdown .icon-kr,
#header-region .navigation-mobile .newChannel-dropdown .icon-kr {
  background-image: url(/ui/images/spritesmith-generated/sprite.png);
  background-position: -56px -74px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
  border-radius: 50%;
  vertical-align: middle;
}
#header-region .navigation .newChannel-dropdown .icon-li,
#header-region .navigation-mobile .newChannel-dropdown .icon-li {
  background-image: url(/ui/images/spritesmith-generated/sprite.png);
  background-position: -70px -74px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
  border-radius: 50%;
  vertical-align: middle;
}
#header-region .navigation .newChannel-dropdown .icon-lu,
#header-region .navigation-mobile .newChannel-dropdown .icon-lu {
  background-image: url(/ui/images/spritesmith-generated/sprite.png);
  background-position: -94px 0px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
  border-radius: 50%;
  vertical-align: middle;
}
#header-region .navigation .newChannel-dropdown .icon-me,
#header-region .navigation-mobile .newChannel-dropdown .icon-me {
  background-image: url(/ui/images/spritesmith-generated/sprite.png);
  background-position: -20px -40px;
  width: 20px;
  height: 15px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
  border-radius: 50%;
  vertical-align: middle;
}
#header-region .navigation .newChannel-dropdown .icon-middle-east,
#header-region .navigation-mobile .newChannel-dropdown .icon-middle-east {
  background-image: url(/ui/images/spritesmith-generated/sprite.png);
  background-position: -94px -14px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
  border-radius: 50%;
  vertical-align: middle;
}
#header-region .navigation .newChannel-dropdown .icon-mt,
#header-region .navigation-mobile .newChannel-dropdown .icon-mt {
  background-image: url(/ui/images/spritesmith-generated/sprite.png);
  background-position: -94px -28px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
  border-radius: 50%;
  vertical-align: middle;
}
#header-region .navigation .newChannel-dropdown .icon-nl,
#header-region .navigation-mobile .newChannel-dropdown .icon-nl {
  background-image: url(/ui/images/spritesmith-generated/sprite.png);
  background-position: -94px -42px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
  border-radius: 50%;
  vertical-align: middle;
}
#header-region .navigation .newChannel-dropdown .icon-no,
#header-region .navigation-mobile .newChannel-dropdown .icon-no {
  background-image: url(/ui/images/spritesmith-generated/sprite.png);
  background-position: -94px -56px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
  border-radius: 50%;
  vertical-align: middle;
}
#header-region .navigation .newChannel-dropdown .icon-pl,
#header-region .navigation-mobile .newChannel-dropdown .icon-pl {
  background-image: url(/ui/images/spritesmith-generated/sprite.png);
  background-position: -94px -70px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
  border-radius: 50%;
  vertical-align: middle;
}
#header-region .navigation .newChannel-dropdown .icon-pt,
#header-region .navigation-mobile .newChannel-dropdown .icon-pt {
  background-image: url(/ui/images/spritesmith-generated/sprite.png);
  background-position: 0px -88px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
  border-radius: 50%;
  vertical-align: middle;
}
#header-region .navigation .newChannel-dropdown .icon-ro,
#header-region .navigation-mobile .newChannel-dropdown .icon-ro {
  background-image: url(/ui/images/spritesmith-generated/sprite.png);
  background-position: -14px -88px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
  border-radius: 50%;
  vertical-align: middle;
}
#header-region .navigation .newChannel-dropdown .icon-se,
#header-region .navigation-mobile .newChannel-dropdown .icon-se {
  background-image: url(/ui/images/spritesmith-generated/sprite.png);
  background-position: -28px -88px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
  border-radius: 50%;
  vertical-align: middle;
}
#header-region .navigation .newChannel-dropdown .icon-sg,
#header-region .navigation-mobile .newChannel-dropdown .icon-sg {
  background-image: url(/ui/images/spritesmith-generated/sprite.png);
  background-position: -42px -88px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
  border-radius: 50%;
  vertical-align: middle;
}
#header-region .navigation .newChannel-dropdown .icon-sk,
#header-region .navigation-mobile .newChannel-dropdown .icon-sk {
  background-image: url(/ui/images/spritesmith-generated/sprite.png);
  background-position: -56px -88px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
  border-radius: 50%;
  vertical-align: middle;
}
#header-region .navigation .newChannel-dropdown .icon-tw,
#header-region .navigation-mobile .newChannel-dropdown .icon-tw {
  background-image: url(/ui/images/spritesmith-generated/sprite.png);
  background-position: -70px -88px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
  border-radius: 50%;
  vertical-align: middle;
}
#header-region .navigation .newChannel-dropdown .icon-unicredit-italy,
#header-region
  .navigation-mobile
  .newChannel-dropdown
  .icon-unicredit-italy {
  background-image: url(/ui/images/spritesmith-generated/sprite.png);
  background-position: 0px -40px;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
  border-radius: 50%;
  vertical-align: middle;
}
#header-region .navigation li:hover a,
#header-region .navigation-mobile li:hover a {
  color: #00527c;
}
#header-region .navigation li:hover a[class*="button"],
#header-region .navigation-mobile li:hover a[class*="button"] {
  color: #fff;
}
#header-region .navigation .dropdown li,
#header-region .navigation-mobile .dropdown li {
  width: 220px;
}
#header-region .navigation .dropdown li:not(.active):hover,
#header-region .navigation-mobile .dropdown li:not(.active):hover {
  background-color: #eeeff0;
}
@media only screen and (max-width: 995px) {
  #header-region .navigation .dropdown li,
  #header-region .navigation-mobile .dropdown li {
    width: 100%;
    height: auto;
    background-color: #f7f7f8;
  }
  #header-region .navigation .dropdown li:not(:last-child),
  #header-region .navigation-mobile .dropdown li:not(:last-child) {
    border-bottom: 1px solid #fff;
  }
}
@media only screen and (min-width: 996px) {
  #header-region .navigation .dropdown li:not(:last-child),
  #header-region .navigation-mobile .dropdown li:not(:last-child) {
    border-bottom: 1px solid #eeeff0;
  }
}
#header-region .navigation .dropdown li a,
#header-region .navigation-mobile .dropdown li a {
  display: block;
  padding: 10px 20px;
  color: #20242b;
  line-height: 22px;
}
@media only screen and (max-width: 995px) {
  #header-region .navigation .dropdown li a,
  #header-region .navigation-mobile .dropdown li a {
    padding-left: 40px;
    line-height: 18px;
  }
}
#header-region .navigation .dropdown li a.active,
#header-region .navigation-mobile .dropdown li a.active {
  color: #016fad;
}
#header-region .navigation li ul li,
#header-region .navigation-mobile li ul li {
  display: block;
  float: none;
}
@media only screen and (max-width: 995px) {
  #header-region .navigation {
    display: none;
  }
}
#header-region .navigation {
  position: absolute;
  right: 0;
  bottom: 0;
}
#header-region .navigation ul {
  position: absolute;
}
#header-region .navigation li {
  display: table-cell;
  vertical-align: bottom;
}
#header-region .navigation .hide-me:hover,
#header-region .navigation li.has-dropdown a:hover + .hide-me {
  visibility: visible;
  height: auto;
  opacity: 1;
}
@media only screen and (min-width: 996px) {
  #header-region .navigation-mobile {
    display: none !important;
  }
}
@media only screen and (min-width: 996px) {
  #header-region .ce--main-bar--icons {
    display: none !important;
  }
}
@media only screen and (max-width: 995px) {
  #header-region .ce--main-bar--icons {
    display: block;
    margin-top: calc((48px + 25px * 2 - 40px) / 2);
    padding-left: 45px;
  }
}
@media only screen and (max-width: 995px) and (min-width: 32em) {
  #header-region .ce--main-bar--icons {
    margin-top: calc((48px + 25px * 2 - 40px) / 2);
  }
}
@media only screen and (max-width: 995px) and (min-width: 50.625em) {
  #header-region .ce--main-bar--icons {
    margin-top: calc((48px + 30px * 2 - 40px) / 2);
  }
}
@media only screen and (max-width: 995px) {
  #header-region .ce--main-bar--icons .icon-spyglass,
  #header-region .ce--main-bar--icons .icon-menu-container {
    outline: none;
    color: #016fad;
    cursor: pointer;
  }
  #header-region .ce--main-bar--icons .icon-spyglass.disabled {
    color: #515b6b;
    pointer-events: none;
  }
  #header-region .ce--main-bar--icons .icon-spyglass::before {
    position: absolute;
    z-index: 99;
    top: calc((48px + 25px * 2 - 40px) / 2 + 4px);
    right: 45px;
  }
  #header-region .ce--main-bar--icons .icon-menu-container {
    display: inline-block;
    margin-top: 9px;
  }
  #header-region .ce--main-bar--icons .icon-menu-container:focus {
    outline: none;
  }
  #header-region .ce--main-bar--icons .bar1,
  #header-region .ce--main-bar--icons .bar2,
  #header-region .ce--main-bar--icons .bar3 {
    width: 23px;
    height: 2px;
    margin: 4px 0;
    transition: 0.4s;
    background-color: #016fad;
  }
  #header-region .ce--main-bar--icons .icon-menu-change .bar1 {
    transform: rotate(-45deg) translate(-3px, 4px);
  }
  #header-region .ce--main-bar--icons .icon-menu-change .bar2 {
    opacity: 0;
  }
  #header-region .ce--main-bar--icons .icon-menu-change .bar3 {
    transform: rotate(45deg) translate(-4px, -6px);
  }
  #header-region .navigation-container > ul {
    display: none;
  }
  #header-region .navigation-container ul li,
  #header-region .navigation-container li a {
    width: 100%;
  }
  #header-region .navigation-mobile {
    position: relative;
    z-index: 10;
    margin-top: calc(48px + 25px * 2 + 1px);
  }
}
@media only screen and (max-width: 995px) and (min-width: 32em) {
  #header-region .navigation-mobile {
    margin-top: calc(48px + 25px * 2 + 1px);
  }
}
@media only screen and (max-width: 995px) and (min-width: 50.625em) {
  #header-region .navigation-mobile {
    margin-top: calc(48px + 30px * 2 + 1px);
  }
}
@media only screen and (max-width: 995px) {
  #header-region .navigation-mobile > li {
    background-color: #fff;
  }
  #header-region .navigation-mobile > li:not(.show-for-small-only) {
    border-bottom: 1px solid #e4e1de;
  }
  #header-region .navigation-mobile > li:last-child {
    margin-bottom: 50px;
  }
  #header-region .navigation-mobile .button.secondary,
  #header-region .navigation-mobile .button.logout {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 40px;
  }
  #header-region .navigation-mobile .button.secondary.button-myfidelity {
    width: 70%;
    float: left;
  }
  #header-region .navigation-mobile .button.logout {
    width: 30%;
    float: left;
  }
}
.menu-notice {
  padding-left: 20px;
}
.menu-notice > p {
  font-size: 12px;
  line-height: 0px;
}
.utility-navigation a {
  display: inline-block;
  margin-right: 8px;
  padding: 4px 8px 4px 0;
  border-right: 1px solid #414956;
  color: #414956;
}
.utility-navigation a:hover {
  color: #20242b;
  text-decoration: underline;
}
.utility-navigation a:active,
.utility-navigation a:focus {
  color: #20242b;
}
.utility-navigation a:visited {
  color: #414956;
}
.utility-navigation a:last-child {
  margin: 0;
  padding: 4px 0;
  border: none;
}
.utility-navigation a.link::after,
.utility-navigation a.link:hover::after {
  color: #414956;
}
@supports (display: flex) {
  html,
  body,
  #root {
    height: 100%;
  }
  #root > div:not(.spinner) {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
  .main {
    flex: 1;
  }
}
footer {
  background-color: #dcdee1;
  color: #414956;
  position: relative;
  z-index: 2;
}
footer a {
  color: #414956;
}
footer a:hover {
  color: #20242b;
}
footer a:active,
footer a:focus {
  color: #20242b;
}
footer a:visited {
  color: #414956;
}
footer .logo-container {
  width: 153px;
  height: 48px;
  margin: 25px 0;
}
.footer-container .content {
  padding: 24px 0 20px;
}
.footer-container .link-container a {
  margin-right: 8px;
  padding-right: 8px;
  float: left;
  border-right: 1px solid #414956;
}
.footer-container .link-container a:last-child,
.footer-container .link-container a.singleLine {
  margin: 0;
  padding: 0;
  border: none;
}
.footer-container .impress-social {
  margin-bottom: 14px;
  line-height: 1;
}
.footer-container .impress-social:not(:first-child) {
  margin-top: 14px;
}
.footer-container .impress-social a {
  margin-right: 10px;
}
.footer-container .impress-social a::before {
  font-size: 24px;
}
.footer-container .disclaimer-container {
  margin-bottom: 14px;
  line-height: 20px;
}
.footer-container .disclaimer-container:not(:first-child) {
  margin-top: 14px;
}
.footer-container .copyright {
  margin-top: 7px;
}
.footer-container .copyright .version {
  color: #dcdee1;
}
.hideAllFooter {
  display: none;
}
.accordion .accordion-item.is-active .accordion-title {
  padding-bottom: 10px;
  border-bottom: 0;
}
.accordion .accordion-item.is-active .accordion-title::before {
  content: "";
}
.accordion .accordion-title {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}
.accordion .accordion-title:hover,
.accordion .accordion-title:focus {
  text-decoration: none;
  cursor: pointer;
}
.accordion .accordion-title::before {
  display: inline-block;
  font-family: "Fidelity Icon Font";
  font-size: 1em;
  font-weight: normal;
  text-decoration: none !important;
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  color: #016fad;
  font-size: 18px;
}
.accordion .accordion-content {
  border: 0;
}
@media print, screen and (max-width: 31.99875em) {
  .accordion .accordion-content {
    padding-left: 0;
  }
}
@media print, screen and (max-width: 50.62375em) {
  .accordion .accordion-content .content {
    padding: 0;
  }
}
.cookie-disclaimer-container {
  display: none;
  padding: 20px 0;
  border-top: 5px solid #006193;
  border-bottom: 1px solid #f7f7f8;
  background: #eeeff0;
}
.dropdown-pane hr {
  margin: 10px 0;
}
.ce-registration--personal-information .dropdown-pane,
.cmp-factsheet .dropdown-pane,
.right-region .dropdown-pane,
#vola-tool .dropdown-pane {
  padding: 25px;
  border-top: 2px solid #a2d830;
  box-shadow: 0 2px 4px 0 rgba(136, 136, 136, 0.4);
}
@media print, screen and (max-width: 50.62375em) {
  .dropdown-pane {
    left: auto !important;
    width: 320px;
  }
  .dropdown-pane.large,
  .dropdown-pane.xlarge {
    width: 320px;
  }
}
@media print, screen and (max-width: 31.99875em) {
  .dropdown-pane {
    width: 300px;
  }
  .dropdown-pane.large,
  .dropdown-pane.xlarge {
    width: 280px;
  }
}
.label-pro {
  display: inline-block;
  max-width: 100%;
  padding: 3px 10px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 2px;
  font-size: 14px;
  letter-spacing: 0.4px;
  line-height: 1;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  margin: 0 5px 5px 0;
  background: #42bdea;
  color: #fff;
  font-weight: bold;
  vertical-align: top;
}
.label-lock {
  display: inline-block;
  max-width: 100%;
  padding: 3px 10px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 2px;
  font-size: 14px;
  letter-spacing: 0.4px;
  line-height: 1;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  margin: 0 5px 5px 0;
  background: #a2d830;
  color: #fff;
  font-weight: bold;
  vertical-align: top;
}
.label-pro-large {
  display: inline-block;
  max-width: 100%;
  padding: 6px 14px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 2px;
  font-size: 14px;
  letter-spacing: 0.4px;
  line-height: 1;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  margin: 0 5px 5px 0;
  background: #42bdea;
  color: #fff;
  font-weight: bold;
  vertical-align: top;
}
.label-pro-container span {
  margin-right: 10px;
}
@media print, screen and (min-width: 32em) {
  #root > div.spinner > div {
    margin-top: 25px;
  }
}
.spinner {
  width: 20px;
  height: 55px;
  margin: 0 auto;
  padding: 20px 0;
  line-height: 1;
}
@media print, screen and (min-width: 32em) {
  .spinner.large {
    width: 40px;
    padding: 5px 0;
  }
}
.spinner > div {
  display: inline-block;
  width: 2px;
  height: 100%;
  margin: 0 1px;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
  background-color: #b9bdc4;
}
@media print, screen and (min-width: 32em) {
  .spinner > div.large {
    width: 4px;
    margin: 0 2px;
  }
}
.spinner > div:nth-child(2) {
  animation-delay: -1.1s;
}
.spinner > div:nth-child(3) {
  animation-delay: -1s;
}
.spinner > div:nth-child(4) {
  animation-delay: -0.9s;
}
.spinner > div:nth-child(5) {
  animation-delay: -0.8s;
}
@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
.lozad-image,
.lozad-bg-image {
  opacity: 0;
}
.lozad-image[data-loaded="true"],
.lozad-bg-image[data-loaded="true"] {
  transition: opacity 400ms;
}
.img-placeholder {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.03);
  pointer-events: none;
}
ol.wide li:not(:last-child),
ul.wide li:not(:last-child) {
  margin-bottom: 14px;
}
ol > li.no-bullet,
ul > li.no-bullet {
  list-style-type: none;
}
ol {
  padding-left: 25px;
}
ul.accordion ul {
  margin-left: 0;
}
ul.list,
.dropdown-pane ul {
  margin-bottom: 14px;
}
ul.list:last-child,
.dropdown-pane ul:last-child {
  margin-bottom: 0;
}
ul.list li,
.dropdown-pane ul li {
  position: relative;
  padding-left: 20px;
  list-style-type: none;
}
ul.list li::before,
.dropdown-pane ul li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 6px;
  height: 6px;
  margin-top: 8px;
  background: #016fad;
}
#container-region section ol {
  margin-bottom: 14px;
}
.table-list {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border-top: 2px solid #a2d830;
}
.table-list a {
  word-break: break-all;
}
.table-list col:first-child {
  width: 50%;
}
.table-list col:first-child.small {
  width: 33%;
}
.table-list col:first-child.large {
  width: 66%;
}
.table-list tr {
  border-bottom: 1px solid #eeeff0;
}
.table-list td {
  padding: 8px 0 7px;
  vertical-align: top;
}
.table-list td:last-child {
  text-align: right;
}
.table-list td:not(.striped):first-child {
  padding-right: 10px;
}
.table-list td:not(.striped):last-child {
  padding-left: 10px;
}
.table-list.striped tr:nth-child(2n) {
  background: #f7f7f8;
}
.table-list.striped td {
  padding: 8px 10px 7px;
}
.table-regular,
.table-regular-with-row-title {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border-top: 2px solid #a2d830;
}
.table-regular a,
.table-regular-with-row-title a {
  word-break: break-word;
}
.table-regular tr,
.table-regular-with-row-title tr {
  vertical-align: top;
}
.table-regular.table-regular-without-border-top,
.table-regular-with-row-title.table-regular-without-border-top {
  border-top: 0;
}
.table-regular th,
.table-regular-with-row-title th {
  padding: 10px 10px 7px;
  color: #515b6b;
  font-weight: normal;
  line-height: 18px;
  vertical-align: bottom;
}
.table-regular tr,
.table-regular-with-row-title tr {
  border-bottom: 1px solid #eeeff0;
}
.table-regular td:not(.child),
.table-regular-with-row-title td:not(.child) {
  padding: 8px 10px 7px;
}
.table-regular:not(.striped) th:first-child,
.table-regular:not(.striped) td:not(.child):first-child,
.table-regular-with-row-title:not(.striped) th:first-child,
.table-regular-with-row-title:not(.striped) td:not(.child):first-child {
  padding-left: 0;
}
.table-regular:not(.striped) th:last-child,
.table-regular:not(.striped) td:not(.child):last-child,
.table-regular-with-row-title:not(.striped) th:last-child,
.table-regular-with-row-title:not(.striped) td:not(.child):last-child {
  padding-right: 0;
}
.table-regular.striped:not(.dt-child-table)
  tbody
  > tr:not(.child):nth-child(2n),
.table-regular-with-row-title.striped:not(.dt-child-table)
  tbody
  > tr:not(.child):nth-child(2n) {
  background: #f7f7f8;
}
.table-regular.sortable thead tr,
.table-regular-with-row-title.sortable thead tr {
  border-bottom: 2px solid #eeeff0;
}
.table-regular.sortable thead th:hover,
.table-regular-with-row-title.sortable thead th:hover {
  cursor: pointer;
}
.table-regular.sortable thead th.sorting,
.table-regular.sortable thead th.dt-ordering-asc,
.table-regular.sortable thead th.dt-ordering-desc,
.table-regular-with-row-title.sortable thead th.sorting,
.table-regular-with-row-title.sortable thead th.dt-ordering-asc,
.table-regular-with-row-title.sortable thead th.dt-ordering-desc {
  position: relative;
  padding-right: 14px;
  cursor: pointer;
}
.table-regular.sortable thead th.sorting::after,
.table-regular.sortable thead th.dt-ordering-asc::after,
.table-regular.sortable thead th.dt-ordering-desc::after,
.table-regular-with-row-title.sortable thead th.sorting::after,
.table-regular-with-row-title.sortable thead th.dt-ordering-asc::after,
.table-regular-with-row-title.sortable thead th.dt-ordering-desc::after {
  display: inline-block;
  font-family: "Fidelity Icon Font";
  font-size: 12px;
  font-weight: normal;
  text-decoration: none !important;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
}
.table-regular.sortable thead th.dt-ordering-asc,
.table-regular.sortable thead th.dt-ordering-desc,
.table-regular-with-row-title.sortable thead th.dt-ordering-asc,
.table-regular-with-row-title.sortable thead th.dt-ordering-desc {
  border-bottom: 2px solid #000;
}
.table-regular.sortable thead th.sorting::after,
.table-regular-with-row-title.sortable thead th.sorting::after {
  content: "";
}
.table-regular.sortable thead th.dt-ordering-asc::after,
.table-regular-with-row-title.sortable thead th.dt-ordering-asc::after {
  content: "";
}
.table-regular.sortable thead th.dt-ordering-desc::after,
.table-regular-with-row-title.sortable thead th.dt-ordering-desc::after {
  content: "󩡓";
}
.table-regular tr.child,
.table-regular-with-row-title tr.child {
  border-top: 1px solid #eeeff0;
  border-bottom: 1px solid #eeeff0;
}
.table-regular tr.child:first-child,
.table-regular-with-row-title tr.child:first-child {
  border-top: 2px solid #a2d830;
}
.table-regular tr.child:nth-child(2n),
.table-regular-with-row-title tr.child:nth-child(2n) {
  background: #fff;
}
.table-regular tr.child:nth-child(4n),
.table-regular-with-row-title tr.child:nth-child(4n) {
  background: #f7f7f8;
}
.table-regular .dt-child-table,
.table-regular-with-row-title .dt-child-table {
  padding: 10px;
  border-spacing: 0;
}
.table-regular .dt-child-table td,
.table-regular-with-row-title .dt-child-table td {
  padding: 5px 10px 2px;
}
.table-regular .dt-child-table td:first-child,
.table-regular-with-row-title .dt-child-table td:first-child {
  width: 30%;
  padding-left: 0;
  color: #515b6b;
}
.table-regular .dt-child-table td:last-child,
.table-regular-with-row-title .dt-child-table td:last-child {
  padding-right: 0;
}
.table-container:not(:first-child) {
  margin-top: 15px;
}
.table-container:not(:last-child) {
  margin-bottom: 15px;
}
#manage-webcasts-region table.table:not(.column-shaded) {
  border-top: 0;
}
#manage-webcasts-region table.table:not(.column-shaded) thead tr {
  border-bottom: 2px solid #a2d830;
}
.dashboard-bg {
  background-color: #eeeff0;
}
.dashboard-bg .main {
  background-color: #eeeff0;
}
.dashboard-item {
  min-height: 200px;
  background-color: #fff;
}
.dashboard.isotope .dashboard-item,
.dashboard.isotope .isotope-item,
.dashboard-container.isotope .dashboard-item,
.dashboard-container.isotope .isotope-item {
  float: left;
}
.dashboard-item-padding {
  padding: 25px;
}
.item-container:not(:last-child) {
  margin-bottom: 30px;
}
.dashboard-container .banner-image {
  background: #eeeff0 no-repeat;
  background-size: cover;
}
.dashboard-container .navigation {
  margin-top: 30px;
}
.dashboard-container .isotope-grid-sizer {
  width: 32%;
}
.dashboard-container .isotope-gutter-sizer {
  width: 2%;
}
.dashboard-container .isotope-item {
  width: 32%;
}
.dashboard-container .isotope-item.w50 {
  width: 49%;
}
.dashboard-container .isotope-item.w66 {
  width: 66%;
}
.dashboard-container .isotope-item.w100 {
  width: 100%;
}
@media print, screen and (min-width: 50.625em) {
  .dashboard-container.g50 .isotope-grid-sizer {
    width: 49%;
  }
  .dashboard-container.g50 .isotope-gutter-sizer {
    width: 2%;
  }
}
@media print, screen and (max-width: 50.62375em) {
  .dashboard-container .isotope-item,
  .dashboard-container .isotope-item.w50,
  .dashboard-container .isotope-item.w66 {
    width: 100%;
  }
}
@media print, screen and (min-width: 32em) and (max-width: 50.62375em) {
  .dashboard-container .isotope-grid-sizer {
    width: 49%;
  }
  .dashboard-container .isotope-gutter-sizer {
    width: 4%;
  }
}
@media print, screen and (max-width: 31.99875em) {
  .dashboard-container .isotope-grid-sizer {
    width: 100%;
  }
  .dashboard-container .isotope-gutter-sizer {
    width: 6%;
  }
}
[class*="bricklet-"] hr {
  margin: 17px 0;
}
.bricklet-dashboard-header {
  position: relative;
  margin-bottom: 25px;
  background-color: #fff;
}
@media print, screen and (min-width: 32em) {
  .bricklet-dashboard-header p {
    margin-bottom: 0;
  }
  .bricklet-dashboard-header .customise {
    position: absolute;
    right: 25px;
    bottom: 25px;
  }
  .bricklet-dashboard-header .customiseSG {
    text-align: end;
    padding-top: 15px;
  }
}
.bricklet-dashboard-success {
  display: block;
  margin-bottom: 25px;
}
.fundsearch-modul .search-container {
  margin-top: 15px;
  margin-bottom: 18px;
  padding: 10px;
  background: #eeeff0;
}
.fundsearch-modul .search-container .input-container {
  position: relative;
}
.fundsearch-modul .search-container .input-container input {
  height: 27px;
  margin-bottom: 0;
  padding: 4px 35px 4px 8px;
  font-size: 12px;
}
.fundsearch-modul .search-container .input-container .icon-spyglass {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -13.5px;
  color: #515b6b;
  line-height: 1.8;
}
.fundsearch-modul
  .search-container
  .input-container
  .icon-spyglass::before {
  font-size: 16px;
}
.fundsearch-modul .search-container .search-container-inner {
  width: 100%;
}
.fundsearch-modul .search-container .button-container-inner {
  vertical-align: bottom;
}
.fundsearch-modul .search-container .button.primary {
  margin-left: 10px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 25px;
  white-space: nowrap;
}
.fundsearch-modul .search-container .fund-search-result {
  left: 0;
  width: 100%;
  max-height: 350px;
  overflow: auto;
}
.sub-navigations {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 25px;
}
@media screen and (min-width: 78.0625em) {
  .sub-navigations {
    justify-content: space-between;
  }
}
.sub-navigations .link {
  margin-right: 25px;
}
.sub-navigations .link:last-child {
  margin-right: 0;
}
.sub-navigations .link a {
  color: #20242b;
  font-weight: bold;
}
.sub-navigations .link a:hover {
  color: #0083bb;
}
#dashboard-fusion-entry-region {
  margin-bottom: 25px;
}
.notifications-container {
  position: relative;
}
.notifications-container .info-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 100%;
}
.notifications-container .info-container.info {
  background-color: #016fad;
  color: #fff;
}
.notifications-container .info-container.success {
  background-color: #4aa00f;
  color: #20242b;
}
.notifications-container .info-container.failure {
  background-color: #e51e17;
  color: #fff;
}
.notifications-container .content-container {
  background-color: #eeeff0;
  color: #20242b;
  padding: 15px 15px 15px 63px;
}
.notifications-container .icon-info-circle-filled,
.notifications-container .icon-tick-regular,
.notifications-container .icon-warning-square,
.notifications-container .icon-circle-tick {
  padding-top: 14px;
  padding-left: 12px;
}
.notifications-container .icon-cross-regular {
  position: absolute;
  top: 9px;
  right: 0;
  width: 30px;
  height: 30px;
  color: #016fad;
  cursor: pointer;
}
.notifications-container .icon-circle-tick {
  font-weight: bold;
}
.persistent-notification {
  position: relative;
}
.persistent-notification .accordion-title-notification {
  font-weight: bold;
}
.persistent-notification .accordion-title-notification:hover,
.persistent-notification .accordion-title-notification:focus {
  text-decoration: none;
  cursor: pointer;
}
.persistent-notification
  .accordion-title-notification
  .accordion-icon::before {
  display: inline-block;
  font-family: "Fidelity Icon Font";
  font-size: 18px;
  font-weight: normal;
  text-decoration: none !important;
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
}
.persistent-notification
  .accordion-item.is-active
  .accordion-title-notification
  .accordion-icon::before {
  content: "";
}
.persistent-notification .header-container {
  background-color: #ffc24d;
  color: #20242b;
  font-weight: bold;
}
.persistent-notification .header-content {
  position: relative;
  padding: 15px 30px 12px;
}
.persistent-notification .accordion-content-notification {
  background-color: #fffae3;
  color: #20242b;
}
.persistent-notification
  .accordion-content-notification
  .content-container-height {
  height: 92px;
  overflow: hidden;
  transition: all 0.5s ease-out;
}
.persistent-notification .content-container {
  padding: 10px 0 14px 30px;
}
.persistent-notification .content-container > :last-child {
  margin-bottom: 0;
}
.persistent-notification .show-more-container {
  background-color: #fffae3;
  color: #20242b;
  position: relative;
  padding: 0 0 14px 30px;
}
.persistent-notification
  .show-more-container.show-more-container-padding {
  padding-top: 0;
}
.persistent-notification .show-more-container [class*="icon-"]::after {
  position: absolute;
  top: 5px;
  font-size: 14px;
  line-height: 1;
}
.persistent-notification button {
  display: block;
  position: absolute;
  top: 10px;
  right: -7px;
  width: 30px;
  height: 30px;
  color: #20242b;
  cursor: inherit;
}
.overlay-bg {
  background-color: #eeeff0;
}
.overlay-item-padding {
  padding: 25px;
}
.overlay-close-button {
  display: block;
  position: absolute;
  right: 0;
  padding: 10px;
  line-height: 1;
  cursor: pointer;
}
.overlay-close-button.icon-cross-regular::before {
  padding-right: 0;
  color: #016fad;
  font-size: 16px;
}
@media print, screen and (min-width: 50.625em) {
  .overlay .display-table-with-border > .cell:first-child {
    border-right: 1px solid #dcdee1;
  }
  .overlay .display-table-with-border .overlay-leftcolumn {
    padding-right: 25px;
  }
  .overlay .display-table-with-border .overlay-rightcolumn {
    padding-left: 25px;
  }
}
@media print, screen and (max-width: 50.62375em) {
  .overlay .display-table-with-border > .cell:not(:first-child) {
    border-top: 1px solid #dcdee1;
  }
  .overlay .display-table-with-border .overlay-leftcolumn {
    padding-bottom: 25px;
  }
  .overlay .display-table-with-border .overlay-rightcolumn {
    padding-top: 25px;
  }
}
.panels-container .banner-image {
  background: #eeeff0 no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 50.625em) {
  .panels-container .banner-image {
    background-position: 0 40%;
  }
}
@media print, screen and (max-width: 50.62375em) {
  .panels-container .banner-image {
    background-position: 80% 0;
  }
}
::placeholder {
  color: #515b6b;
}
@media print, screen and (min-width: 50.625em) {
  .cell > label:first-child:last-child,
  #recover-credentials-form-container
    .error
    .cell
    > input:first-child:last-child,
  #forgot-form-container .error .cell > input:first-child:last-child {
    line-height: 18px;
  }
}
input[type="checkbox"],
input[type="radio"] {
  position: absolute;
  left: -3000em;
}
.checkboxLabel,
input[type="checkbox"] + label,
#recover-credentials-form-container .error input[type="checkbox"] + input,
#forgot-form-container .error input[type="checkbox"] + input,
input[type="radio"] + label,
#recover-credentials-form-container .error input[type="radio"] + input,
#forgot-form-container .error input[type="radio"] + input {
  position: relative;
  margin: 2px 0 2px 28px;
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 20px;
  cursor: pointer;
}
.checkboxLabel.small,
input[type="checkbox"] + label.small,
#recover-credentials-form-container
  .error
  input[type="checkbox"]
  + input.small,
#forgot-form-container .error input[type="checkbox"] + input.small,
input[type="radio"] + label.small,
#recover-credentials-form-container
  .error
  input[type="radio"]
  + input.small,
#forgot-form-container .error input[type="radio"] + input.small {
  margin-left: 25px;
  font-size: 13px;
}
input[type="checkbox"] + label span.error,
#recover-credentials-form-container
  .error
  input[type="checkbox"]
  + input
  span.error,
#forgot-form-container .error input[type="checkbox"] + input span.error {
  border: 2px solid #e51e17;
}
input[type="checkbox"] + label span,
#recover-credentials-form-container
  .error
  input[type="checkbox"]
  + input
  span,
#forgot-form-container .error input[type="checkbox"] + input span,
input[type="radio"] + label span,
#recover-credentials-form-container
  .error
  input[type="radio"]
  + input
  span,
#forgot-form-container .error input[type="radio"] + input span {
  position: absolute;
  top: 2px;
  left: -28px;
  width: 20px;
  height: 20px;
  transition: background-color 0.25s ease-in-out;
  border: 2px solid #dcdee1;
  background-color: #fff;
}
input[type="checkbox"] + label.small span,
#recover-credentials-form-container
  .error
  input[type="checkbox"]
  + input.small
  span,
#forgot-form-container .error input[type="checkbox"] + input.small span,
input[type="radio"] + label.small span,
#recover-credentials-form-container
  .error
  input[type="radio"]
  + input.small
  span,
#forgot-form-container .error input[type="radio"] + input.small span {
  left: -25px;
  width: 16px;
  height: 16px;
  border-width: 1px;
}
input[type="checkbox"]:hover + label span,
#recover-credentials-form-container
  .error
  input[type="checkbox"]:hover
  + input
  span,
#forgot-form-container .error input[type="checkbox"]:hover + input span,
input[type="radio"]:hover + label span,
#recover-credentials-form-container
  .error
  input[type="radio"]:hover
  + input
  span,
#forgot-form-container .error input[type="radio"]:hover + input span {
  background-color: #eeeff0;
}
input[type="checkbox"]:checked + label span::before,
#recover-credentials-form-container
  .error
  input[type="checkbox"]:checked
  + input
  span::before,
#forgot-form-container
  .error
  input[type="checkbox"]:checked
  + input
  span::before {
  display: inline-block;
  font-family: "Fidelity Icon Font";
  font-size: 1em;
  font-weight: normal;
  text-decoration: none !important;
  content: "";
  position: absolute;
  top: -2px;
  left: 1px;
  color: #a2d830;
  font-size: 14px;
  font-weight: bold;
}
input[type="checkbox"]:checked + label.small span::before,
#recover-credentials-form-container
  .error
  input[type="checkbox"]:checked
  + input.small
  span::before,
#forgot-form-container
  .error
  input[type="checkbox"]:checked
  + input.small
  span::before {
  top: -2px;
  font-size: 11px;
}
input[type="radio"] + label span,
#recover-credentials-form-container
  .error
  input[type="radio"]
  + input
  span,
#forgot-form-container .error input[type="radio"] + input span {
  border-radius: 13px;
}
input[type="radio"]:checked + label span::before,
#recover-credentials-form-container
  .error
  input[type="radio"]:checked
  + input
  span::before,
#forgot-form-container
  .error
  input[type="radio"]:checked
  + input
  span::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  margin-top: 2px;
  margin-left: 2px;
  border-radius: 7px;
  background-color: #016fad;
}
input[type="radio"]:checked + label.small span::before,
#recover-credentials-form-container
  .error
  input[type="radio"]:checked
  + input.small
  span::before,
#forgot-form-container
  .error
  input[type="radio"]:checked
  + input.small
  span::before {
  width: 10px;
  height: 10px;
  border-radius: 6px;
}
select {
  -webkit-appearance: none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.checkbox-container {
  margin: -2px 0;
}
.mkto-fieldset > label,
#recover-credentials-form-container .error .mkto-fieldset > input,
#forgot-form-container .error .mkto-fieldset > input,
.mkto-item > label,
#recover-credentials-form-container .error .mkto-item > input,
#forgot-form-container .error .mkto-item > input {
  display: block;
}
.mkto-fieldset {
  margin-top: 10px;
  margin-bottom: 20px;
}
.checkboxLabel {
  top: -15px;
  color: #515b6b;
  cursor: default;
}
.checkboxLabel .link {
  color: #016fad;
  cursor: pointer;
}
#successMsg {
  display: none;
  margin-bottom: 15px;
}
#successMsg div {
  display: none;
}
.errorMsgGlobal {
  display: none;
  margin-bottom: 20px;
  color: #e51e17;
}
input.darkflat {
  border-color: #dcdee1;
  background-color: #dcdee1;
  box-shadow: none;
}
input.darkflat:focus {
  border-color: #dcdee1;
  background-color: #eeeff0;
}
.help-text {
  line-height: 16px;
}
.password-check-region {
  margin-top: -5px;
  margin-bottom: 30px;
  font-size: 0.8125rem;
  line-height: 1.2rem;
}
.password-check-region .message {
  margin-bottom: 5px;
}
.password-check-region .password-requirement-pass {
  color: #82c823;
}
.password-check-region .password-requirement-error {
  color: #e51e17;
}
.grid-x:not(:last-child) .help-text {
  margin-bottom: 14px;
}
input.error,
input.error:focus,
textarea.error,
select.error {
  margin-bottom: 16px;
  border: 1px solid #e51e17;
}
label.error,
#recover-credentials-form-container .error input.error,
#forgot-form-container .error input.error {
  margin-top: -12px;
  margin-bottom: 10px;
  color: #e51e17;
  line-height: 18px;
}
#pwold-error.error {
  color: #e51e17;
}
input[type="checkbox"] + label + label.error,
#recover-credentials-form-container
  .error
  input[type="checkbox"]
  + input
  + label.error,
#recover-credentials-form-container
  .error
  input[type="checkbox"]
  + label
  + input.error,
#recover-credentials-form-container
  .error
  input[type="checkbox"]
  + input
  + input.error,
#forgot-form-container
  .error
  input[type="checkbox"]
  + input
  + label.error,
#forgot-form-container
  .error
  input[type="checkbox"]
  + label
  + input.error,
#forgot-form-container
  .error
  input[type="checkbox"]
  + input
  + input.error,
input[type="radio"] + label + label.error,
#recover-credentials-form-container
  .error
  input[type="radio"]
  + input
  + label.error,
#recover-credentials-form-container
  .error
  input[type="radio"]
  + label
  + input.error,
#recover-credentials-form-container
  .error
  input[type="radio"]
  + input
  + input.error,
#forgot-form-container .error input[type="radio"] + input + label.error,
#forgot-form-container .error input[type="radio"] + label + input.error,
#forgot-form-container .error input[type="radio"] + input + input.error {
  padding-top: 12px;
}
.response-error {
  display: none;
  color: #e51e17;
}
.response-success {
  display: none;
  color: #4aa00f;
}
.country-select {
  display: table;
  width: 100%;
}
.country-select > div {
  display: table-cell;
}
.country-select > div:first-child {
  width: 45px;
}
@media print, screen and (max-width: 50.62375em) {
  label.middle,
  #recover-credentials-form-container .error input.middle,
  #forgot-form-container .error input.middle {
    margin-bottom: 0;
    padding: 0;
  }
}
form.mktoForm {
  font-family: "Neuzeit Grotesk", "NeuzeitGro", "Arial", "Helvetica",
    sans-serif !important;
  font-weight: normal !important;
}
form.mktoForm .mktoOffset {
  width: 0 !important;
}
form.mktoForm label.mktoLabel,
form.mktoForm #recover-credentials-form-container .error input.mktoLabel,
#recover-credentials-form-container .error form.mktoForm input.mktoLabel,
form.mktoForm #forgot-form-container .error input.mktoLabel,
#forgot-form-container .error form.mktoForm input.mktoLabel {
  max-width: 485px !important;
  font-weight: normal !important;
}
form.mktoForm input[type="checkbox"] {
  position: relative !important;
  left: 0 !important;
}
form.mktoForm input[type="text"],
form.mktoForm input[type="email"],
form.mktoForm textarea {
  max-width: 400px !important;
}
form.mktoForm .validationError {
  color: #e51e17;
}
form.mktoForm button[type="submit"].mktoButton {
  border: none !important;
  background-color: #016fad !important;
  background-image: none !important;
  font-size: 16px !important;
}
form.mktoForm button[type="submit"].mktoButton:hover {
  background-color: #00527c !important;
}
@media print, screen and (max-width: 50.62375em) {
  form.mktoForm input[type="text"],
  form.mktoForm input[type="email"],
  form.mktoForm textarea {
    width: 300px !important;
  }
  form.mktoForm label.mktoLabel,
  form.mktoForm
    #recover-credentials-form-container
    .error
    input.mktoLabel,
  #recover-credentials-form-container
    .error
    form.mktoForm
    input.mktoLabel,
  form.mktoForm #forgot-form-container .error input.mktoLabel,
  #forgot-form-container .error form.mktoForm input.mktoLabel {
    max-width: 385px !important;
  }
}
@media print, screen and (max-width: 31.99875em) {
  form.mktoForm input[type="text"],
  form.mktoForm input[type="email"],
  form.mktoForm textarea {
    width: 220px !important;
  }
  form.mktoForm label.mktoLabel,
  form.mktoForm
    #recover-credentials-form-container
    .error
    input.mktoLabel,
  #recover-credentials-form-container
    .error
    form.mktoForm
    input.mktoLabel,
  form.mktoForm #forgot-form-container .error input.mktoLabel,
  #forgot-form-container .error form.mktoForm input.mktoLabel {
    max-width: 300px !important;
  }
}
.reveal {
  border-top: solid 4px #006193;
}
.reveal.tiny {
  width: 100%;
}
@media print, screen and (min-width: 32em) {
  .reveal.tiny {
    width: 60%;
  }
}
@media print, screen and (min-width: 50.625em) {
  .reveal.tiny {
    width: 30%;
    max-width: 400px;
  }
}
.video-player-container {
  margin-bottom: 15px;
}
.video-player .mejs__controls {
  background: rgba(151, 157, 166, 0.7);
}
.video-player .mejs__time-total {
  background: #a2d830;
}
.video-player .mejs__time-current {
  background: #eeeff0;
}
.kv-loading {
  width: 86px !important;
}
.kv-playback-widget .kv-info-panel {
  display: none;
}
.kv-playback-widget button.kv-packshot-button {
  width: auto !important;
  height: auto !important;
}
.tooltip {
  padding: 15px;
  background-color: #fff !important;
  box-shadow: 0 2px 4px 0 rgba(136, 136, 136, 0.4);
  color: #515b6b;
  font-size: 12px;
  line-height: 20px;
}
.tooltip::before {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
}
.gdpp-react-tooltip {
  border: 1px solid #979da6;
  background-color: #fff !important;
  color: #20242b !important;
  z-index: 999;
}
.gdpp-react-tooltip .react-tooltip-arrow {
  border: 1px solid #979da6;
  border-top: none;
  border-left: none;
}
.modal-container {
  display: none;
}
.modal-container .fil-reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  background-color: rgba(16, 18, 21, 0.45);
  overflow-y: auto;
}
.modal-container .fil-reveal-overlay .fil-reveal {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
  outline: 0;
  z-index: 1006;
  backface-visibility: hidden;
  border: 1px solid #979da6;
  background-color: #fff;
}
@media print, screen and (min-width: 32em) {
  .modal-container .fil-reveal-overlay .fil-reveal {
    min-height: 0;
  }
}
.modal-container .fil-reveal-overlay .fil-reveal .column {
  min-width: 0;
}
.modal-container .fil-reveal-overlay .fil-reveal > :last-child {
  margin-bottom: 0;
}
.modal-container .fil-reveal-overlay .fil-reveal:focus {
  outline: none;
}
.modal-container .fil-reveal-overlay .fil-reveal.small {
  top: 50% !important;
  transform: translateY(-50%);
  max-width: 23.75rem;
  padding: 3.5rem 2rem 2rem 2rem;
}
@media print, screen and (min-width: 32em) {
  .modal-container .fil-reveal-overlay .fil-reveal.small {
    right: auto;
    left: auto;
    margin: 0 auto;
    max-width: 30rem;
    padding: 3.5rem 2.5rem 2.5rem 2.5rem;
  }
}
.modal-container .fil-reveal-overlay .fil-reveal.large {
  max-width: 46.9375rem;
  padding: 3.5rem 1.5rem 2rem 1.5rem;
  top: 0;
}
@media print, screen and (min-width: 32em) {
  .modal-container .fil-reveal-overlay .fil-reveal.large {
    top: 6.25rem;
    right: auto;
    left: auto;
    margin: 0 auto;
    padding: 4rem 6rem 5rem 6rem;
  }
}
.modal-container .fil-reveal-overlay .fil-reveal .dialog-heading {
  font-size: 1.75rem;
  line-height: 1.28571;
  margin-bottom: 1.5rem;
  font-weight: 700;
  text-align: center;
}
@media print, screen and (min-width: 32em) {
  .modal-container .fil-reveal-overlay .fil-reveal .dialog-heading {
    font-size: 2rem;
    line-height: 1.25;
    margin-bottom: 3.5rem;
  }
}
.modal-container .fil-reveal-overlay .fil-reveal .fil-dialog__content p {
  font-size: 1.125rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.modal-container .fil-reveal-overlay .fil-reveal .fil-dialog__content ul {
  margin-bottom: 14px;
}
.modal-container
  .fil-reveal-overlay
  .fil-reveal
  .fil-dialog__content
  ul
  li {
  position: relative;
  font-size: 1.125rem;
  line-height: 1.6;
  padding-left: 16px;
}
.modal-container
  .fil-reveal-overlay
  .fil-reveal
  .fil-dialog__content
  ul
  li:before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  left: 1px;
  top: 10px;
  background-color: #016fad;
}
.modal-container .fil-reveal-overlay .fil-reveal .close-button {
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
  font-size: 1rem;
}
.modal-container .fil-reveal-overlay .fil-reveal .close-button:hover {
  color: #016fad;
}
@media print, screen and (max-width: 50.62375em) {
  .modal-container
    .fil-reveal-overlay
    .fil-reveal
    .close-button.close-button--small {
    right: 1rem;
    top: 1rem;
  }
}
.modal-container .fil-reveal-overlay .fil-reveal .button-wrapper {
  text-align: center;
  margin-top: 1.625rem;
}
.tabs {
  margin: 0 0 0 12px;
  padding: 0;
  border: 0;
}
@media print, screen and (max-width: 50.62375em) {
  .tabs {
    margin: 0;
  }
}
.tabs .tabs-title {
  border-top: 2px solid rgba(0, 0, 0, 0);
  white-space: nowrap;
}
.tabs .tabs-title a {
  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis;
}
.tabs .tabs-title a:focus {
  outline: 0;
}
.tabs .tabs-title.is-active {
  border-top: 2px solid #a2d830;
}
@media print, screen and (min-width: 50.625em) {
  .tabs .tabs-title:not(.is-active):not(:last-child) {
    border-right: 1px solid #eeeff0;
  }
}
@media print, screen and (max-width: 50.62375em) {
  .tabs .tabs-title:not(.is-active):first-child {
    border-top: none;
  }
  .tabs .tabs-title:not(.is-active):not(:first-child) {
    border-top: 1px solid #eeeff0;
  }
}
.tabs .tabs-title:not(.is-active) a {
  background-color: #747c89;
  color: #fff;
}
.tabs .tabs-title:not(.is-active) a:hover {
  background-color: #515b6b;
  color: #fff;
}
@media print, screen and (max-width: 50.62375em) {
  .tabs .tabs-title {
    max-width: none;
    float: none;
    text-align: center;
  }
}
.tabs-content {
  border: 0;
}
.navigation-sidebar {
  width: 100%;
}
.navigation-sidebar h3 {
  margin-bottom: 25px;
  color: #747c89;
}
.navigation-sidebar li > div,
.navigation-sidebar a {
  color: #414956;
  line-height: 18px;
  text-decoration: none;
}
.navigation-sidebar a {
  display: block;
  cursor: pointer;
}
.navigation-sidebar ul {
  margin: 0;
  list-style-type: none;
}
.navigation-sidebar ul.level_1 li {
  position: relative;
  border-top: 1px solid #eeeff0;
}
.navigation-sidebar ul.level_1 li:last-child {
  border-bottom: 1px solid #eeeff0;
}
.navigation-sidebar ul.level_1 li > div {
  padding: 8px 35px 8px 0;
}
.navigation-sidebar ul.level_1 li .toggle-area {
  cursor: pointer;
}
.navigation-sidebar ul.level_1 li .toggle {
  position: absolute;
  top: 2px;
  right: 0;
  width: 30px;
  height: 30px;
}
.navigation-sidebar ul.level_1 li .icon-circle-plus::before,
.navigation-sidebar ul.level_1 li .icon-circle-minus::before {
  padding: 5px 0 0 8px;
  font-size: 16px;
}
.navigation-sidebar ul.level_1 li .icon-circle-plus::before {
  display: block;
}
.navigation-sidebar ul.level_1 li .icon-circle-minus::before {
  display: none;
}
.navigation-sidebar ul.level_1 li.expanded {
  border-top: 1px solid #a2d830;
}
.navigation-sidebar ul.level_1 li.expanded .icon-circle-plus::before {
  display: none;
}
.navigation-sidebar ul.level_1 li.expanded .icon-circle-minus::before {
  display: block;
}
.navigation-sidebar ul.level_1 > li:hover,
.navigation-sidebar ul.level_1 > li:hover + li,
.navigation-sidebar ul.level_1 li.expanded + li {
  border-top-color: #a2d830;
}
.navigation-sidebar ul.level_1 > li:hover:last-child,
.navigation-sidebar ul.level_1 > li.active:last-child {
  border-bottom-color: #a2d830;
}
.navigation-sidebar ul.level_2 {
  display: none;
}
.navigation-sidebar ul.level_2 li {
  padding-right: 0;
  background-color: #f7f7f8;
}
.navigation-sidebar ul.level_2 li.active,
.navigation-sidebar ul.level_2 li:hover {
  background-color: #eeeff0;
}
.navigation-sidebar ul.level_2 li:last-child {
  border-bottom: none;
}
.navigation-sidebar ul.level_2 li > div {
  margin-left: 20px;
}
@media print, screen and (max-width: 50.62375em) {
  .left-region {
    margin: 0 -25px 0;
  }
  .navigation-sidebar {
    margin-top: 50px;
  }
  .navigation-sidebar h3 {
    background-color: #414956;
    color: #fff;
    margin-bottom: 0;
    padding: 10px 25px;
  }
  .navigation-sidebar h3 a {
    color: inherit;
  }
  .navigation-sidebar ul.level_1 li > div {
    padding-left: 25px;
  }
  .navigation-jumper-container {
    background-color: #414956;
    color: #fff;
    padding: 10px 25px;
    cursor: pointer;
  }
  .navigation-jumper-container .icon-triangle-d::before {
    font-size: 13px;
  }
}
.article-sidebar {
  color: #515b6b;
  font-size: 14px;
  line-height: 1.2;
}
.article-sidebar .author-container:not(:first-child) {
  margin-top: 25px;
}
.article-sidebar .section-title {
  margin-bottom: 14px;
  font-weight: bold;
}
.article-sidebar .sidebar-item {
  padding: 25px 0;
}
@media print, screen and (min-width: 50.625em) {
  .article-sidebar .sidebar-item {
    padding: 25px;
  }
}
.article-sidebar .sidebar-item:not(:last-child) {
  border-bottom: 1px solid #dcdee1;
}
.article-sidebar .sidebar-item:last-child {
  padding-bottom: 0;
}
.article-sidebar .presscontact-container:not(:first-child),
.article-sidebar .related-funds-container:not(:first-child) {
  margin-top: 25px;
}
.article-sidebar .presscontact-container :last-child,
.article-sidebar .related-funds-container :last-child {
  margin-bottom: 0;
}
.article-sidebar .item-container-jump-to a.is-highlighted {
  font-weight: bold;
}
@media print, screen and (min-width: 50.625em) {
  .article-sidebar .author-content,
  .article-sidebar .presscontact-container,
  .article-sidebar .related-funds-container {
    padding: 25px;
    background-color: #eeeff0;
  }
}
@media print, screen and (max-width: 31.99875em) {
  .article-sidebar .author-content {
    padding-top: 15px;
  }
}
@media print, screen and (min-width: 50.625em) {
  .article-sidebar .related-content-container {
    padding: 25px;
    background-color: #fff;
  }
}
@media print, screen and (max-width: 50.62375em) {
  .article-sidebar .related-content-container {
    padding: 25px 0;
  }
}
@media print, screen and (min-width: 50.625em) {
  .article-sidebar .sidebar-container.sticky {
    position: fixed;
    top: 30px;
  }
}
@media print, screen and (min-width: 32em) {
  .registration .dropdown-pane {
    max-height: 400px;
    overflow-y: auto;
  }
}
.ce--funds-table-body--download-dropdown--pane {
  right: 80px;
  margin-top: -40px;
  text-align: left;
  cursor: default;
}
.overlay-etf .info-container {
  max-height: 250px;
  overflow-y: auto;
}
.overlay-fund-notifications hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
.overlay-login .overlay-info-container {
  background-color: #eeeff0;
  color: #20242b;
  padding: 10px;
}
.overlay-login .notifications-container {
  margin-bottom: 14px;
}
.overlay-register .overlay-info-container {
  padding: 25px 25px 0;
}
.overlay-terms-and-conditions .checkbox-container {
  margin-top: 14px;
}
.content-scrolling-behavior {
  position: relative;
  border: 1px solid #e4e1de;
}
@supports (display: flex) {
  .content-scrolling-behavior::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.6) 52%,
      rgb(255, 255, 255) 87%,
      rgb(255, 255, 255) 100%
    );
  }
}
.content-scrolling-behavior .container {
  width: 100%;
  max-height: 50vh;
  padding: 10px;
  overflow-y: scroll;
}
@media print, screen and (max-width: 50.62375em) {
  .content-scrolling-behavior .container {
    -webkit-overflow-scrolling: touch;
  }
  .content-scrolling-behavior::after {
    display: none;
    background: none;
  }
}
#video-player-disclaimer {
  margin-bottom: 15px;
}
html.is-reveal-open body {
  overflow-y: visible;
}
.feedback-form-container {
  background-color: #fff;
}
#forgot-form-container .margin-top-bottom {
  margin-top: 2em;
  margin-bottom: 2em;
}
#forgot-form-container .margin-top-bottom-small {
  margin-top: 1em;
  margin-bottom: 1em;
}
#forgot-form-container .margin-top {
  margin-top: 2em;
}
#forgot-form-container .margin-top-de {
  margin-top: 1.5em;
}
#forgot-form-container .radio-container {
  margin-bottom: 1.5em;
}
#forgot-form-container .border-bottom {
  padding-bottom: 2em;
  border-bottom: 1px solid #f1f0ef;
}
#forgot-form-container .error {
  color: #e51e17;
}
#forgot-form-container .error label,
#forgot-form-container .error input {
  color: #e51e17;
}
#forgot-form-container .error input {
  border: 1px solid #e51e17;
}
#forgot-form-container #step-depot-no-username ul li {
  list-style: none;
}
#forgot-result-container .margin-top {
  margin-top: 0.5em;
}
#forgot-result-container.margin-top {
  margin-top: 1em;
}
#forgot-result-container .icon-circle-tick::before {
  color: #a2d830;
  font-size: 3.5em;
}
#recover-credentials-form-container hr {
  margin-top: 20px;
  margin-bottom: 20px;
}
#recover-credentials-form-container .error {
  color: #e51e17;
}
#recover-credentials-form-container .error label,
#recover-credentials-form-container .error input {
  color: #e51e17;
}
#recover-credentials-form-container .error input {
  border: 1px solid #e51e17;
}
#recover-credentials-result-container .margin-top {
  margin-top: 0.5em;
}
#recover-credentials-result-container .icon-circle-tick::before {
  color: #a2d830;
  font-size: 38px;
}
#promotion-region {
  margin-bottom: 25px;
}
#promotion-region .promotion-container,
#promotion-summary-region .promotion-container {
  background-color: #414956;
}
#promotion-region .promotion-container .banner-image,
#promotion-summary-region .promotion-container .banner-image {
  width: 100%;
  min-height: 300px;
  background: #414956 no-repeat;
  background-size: cover;
}
#promotion-region .promotion-container.article,
#promotion-summary-region .promotion-container.article {
  color: #fff;
}
#promotion-region .promotion-container.article .section-label,
#promotion-summary-region .promotion-container.article .section-label {
  color: inherit;
}
@media print, screen and (min-width: 50.625em) {
  #promotion-region .promotion-container.article .grid-x,
  #promotion-summary-region .promotion-container.article .grid-x {
    width: 100%;
  }
  #promotion-region .promotion-container.article .grid-x .has-image-left,
  #promotion-region .promotion-container.article .grid-x .has-image-right,
  #promotion-summary-region
    .promotion-container.article
    .grid-x
    .has-image-left,
  #promotion-summary-region
    .promotion-container.article
    .grid-x
    .has-image-right {
    max-width: 489px;
  }
  #promotion-region .promotion-container.article .grid-x .has-image-right,
  #promotion-summary-region
    .promotion-container.article
    .grid-x
    .has-image-right {
    margin-right: 0;
    margin-left: auto;
  }
}
#promotion-region .promotion-container.video,
#promotion-summary-region .promotion-container.video {
  background-color: #eeeff0;
  color: #20242b;
}
#promotion-region .promotion-container.video .main-region,
#promotion-summary-region .promotion-container.video .main-region {
  padding: 25px 0;
}
@media print, screen and (min-width: 50.625em) {
  #promotion-region .promotion-container.video .main-region,
  #promotion-summary-region .promotion-container.video .main-region {
    padding: 50px 0 50px 50px;
  }
}
.page-padding-top {
  padding-top: 50px;
}
.page-padding-bottom {
  padding-bottom: 50px;
}
@media print, screen and (min-width: 50.625em) {
  .page-padding {
    padding: 50px;
  }
  .page-padding-left {
    padding-left: 50px;
  }
  .page-padding-right {
    padding-right: 50px;
  }
  .page-padding-left-large {
    padding-left: 50px;
  }
  .page-padding-right-large {
    padding-right: 50px;
  }
  .page-padding-top-large {
    padding-top: 50px;
  }
  .page-padding-bottom-large {
    padding-bottom: 50px;
  }
}
@media print, screen and (max-width: 50.62375em) {
  .page-padding,
  .page-padding-medium {
    padding: 50px 25px;
  }
  .page-padding-left {
    padding-left: 25px;
  }
  .page-padding-right {
    padding-right: 25px;
  }
}
@media print, screen and (min-width: 32em) and (max-width: 50.62375em) {
  .page-padding-left-medium {
    padding-left: 25px;
  }
  .page-padding-right-medium {
    padding-right: 25px;
  }
}
@media print, screen and (max-width: 31.99875em) {
  .page-padding-top {
    padding-top: 30px;
  }
  .page-padding-bottom {
    padding-bottom: 30px;
  }
  .page-padding,
  .page-padding-small {
    padding: 30px 25px;
  }
  .page-padding-left-small {
    padding-left: 25px;
  }
  .page-padding-right-small {
    padding-right: 25px;
  }
}
#notification-region.config-dashboard {
  background-color: #eeeff0;
}
#notification-region.config-dashboard > div > div:first-child {
  margin-bottom: -26px;
  padding-top: 25px;
}
@media print, screen and (max-width: 31.99875em) {
  #notification-region.config-dashboard > div > div:first-child {
    margin-bottom: -5px;
  }
}
#notification-region.config-dashboard .content-container {
  background-color: #fff;
}
#container-region {
  min-width: 320px;
}
@media print, screen and (max-width: 50.62375em) {
  .right-region {
    margin-top: 20px;
  }
}
.articles-overview .grid-x:not(:last-child) .item-container {
  margin-bottom: 30px;
}
@media print, screen and (max-width: 50.62375em) {
  .articles-overview
    .grid-x:last-child
    > .cell:not(:last-child)
    .item-container {
    margin-bottom: 30px;
  }
}
@media print, screen and (max-width: 50.62375em) {
  .events-overview .cmp-calendar {
    margin-top: 30px;
  }
}
.sitemap-overview .sitemap-item-container > div:nth-child(even) {
  background-color: #eeeff0;
}
@media print, screen and (max-width: 50.62375em) {
  .sitemap-overview .sitemap-item-container .articles-overview {
    margin-top: 30px;
  }
}
.overview-item {
  display: table;
}
.overview-item > div {
  display: table-cell;
  vertical-align: top;
}
.overview-item > div:first-child {
  padding-right: 12.5px;
}
.overview-item > div:last-child {
  padding-left: 12.5px;
}
.author-img {
  min-width: 60px;
  border: 1px solid #dcdee1;
  border-radius: 50%;
}
.article-header hr {
  margin: 30px 0 10px;
}
.article-content:not(:first-child),
.article-standard:not(:first-child) {
  margin-top: 25px;
}
@media print, screen and (min-width: 32em) and (max-width: 50.62375em) {
  .article-content:not(:first-child),
  .article-standard:not(:first-child) {
    margin-top: 25px;
  }
}
@media print, screen and (min-width: 50.625em) {
  .article-content:not(:first-child),
  .article-standard:not(:first-child) {
    margin-top: 25px;
  }
}
.article-content hr,
.article-standard hr {
  margin: 20px 0;
}
@media print, screen and (max-width: 31.99875em) {
  .article-content img,
  .article-standard img {
    margin-bottom: 15px;
  }
}
.article-content .jp-anchorLink-breakLine,
.article-standard .jp-anchorLink-breakLine {
  line-break: anywhere;
}
.article-disclaimer {
  padding-top: 0;
  border-top: none;
}
.article-disclaimer:not(:first-child) {
  margin-top: 20px;
}
.article-disclaimer h1,
.article-disclaimer h2,
.article-disclaimer h3,
.article-disclaimer h4,
.article-disclaimer p,
.article-disclaimer ul {
  color: #20242b;
  font-size: 16px;
}
.article-disclaimer h1,
.article-disclaimer h2,
.article-disclaimer h3 {
  font-weight: bold;
}
.superdesk-disclaimer {
  border-top: 1px solid #dcdee1;
  padding-top: 0.9375rem;
}
.article-details .registration-container {
  padding: 20px 0;
}
.article-details .registration-container .vertical-rule {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #dcdee1;
}
.article-details .registration-container .icon-circle-tick::before {
  color: #a2d830;
}
@media print, screen and (min-width: 32em) and (max-width: 50.62375em) {
  .article-details .imageWrapper.medium,
  .tabs-simple-region .imageWrapper.medium {
    max-width: 50%;
  }
}
.article-details .imageWrapper.left,
.tabs-simple-region .imageWrapper.left {
  margin: 0 20px 20px 0;
  float: left;
}
.article-details .imageWrapper.left img,
.tabs-simple-region .imageWrapper.left img {
  margin: 0;
}
.article-details .imageWrapper.left ~ ul,
.tabs-simple-region .imageWrapper.left ~ ul {
  display: table;
}
@media print, screen and (max-width: 50.62375em) {
  .article-details .imageWrapper.left,
  .tabs-simple-region .imageWrapper.left {
    margin: 0 15px 10px 0;
  }
}
.article-details .imageWrapper.right,
.tabs-simple-region .imageWrapper.right {
  margin: 0 0 20px 20px;
  float: right;
}
.article-details .imageWrapper.right img,
.tabs-simple-region .imageWrapper.right img {
  margin: 0;
}
@media print, screen and (max-width: 50.62375em) {
  .article-details .imageWrapper.right,
  .tabs-simple-region .imageWrapper.right {
    margin: 0 0 10px 15px;
  }
}
.meta-share-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.meta-share-container .share-item::before,
.share-buttons-container .share-item::before {
  color: #016fad;
  font-size: 1.5rem;
}
.meta-share-container .share-item:hover::before,
.share-buttons-container .share-item:hover::before {
  color: #016fad;
}
.share-buttons-container .share-item {
  display: inline-block;
  margin: 3px 5px;
  line-height: 17px;
}
.share-buttons-container a {
  text-decoration: none;
}
.plugin-inline {
  display: inline-block;
}
.hk-fund-documents-container .hk-fund-documents-section {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeff0;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}
.hk-fund-documents-container .hk-fund-documents-section > h2 {
  margin-bottom: 10px;
}
.hk-fund-documents-container
  .hk-fund-documents-section
  > div:not(:last-child) {
  margin-bottom: 15px;
}
.hk-fund-documents-container
  .hk-fund-documents-section
  .hk-fund-documents-list
  > :not(:last-child) {
  margin-right: 10px;
}
.hk-fund-documents-container
  .hk-fund-documents-section
  .hk-fund-documents-list
  > a {
  text-decoration: none;
}
.hk-fund-documents-container
  .hk-fund-documents-section
  .hk-fund-documents-list
  > a:active {
  color: #006193;
}
.hk-fund-documents-container
  .hk-fund-documents-section
  .hk-fund-documents-list
  .icon::before {
  padding-right: 10px;
}
.hk-fund-documents-container
  .hk-fund-documents-section
  .hk-fund-documents-list
  .list {
  font-size: 16px;
  font-weight: normal;
  padding: 10px 0;
}
@media print, screen and (min-width: 32em) {
  .hk-fund-documents-container
    .hk-fund-documents-section
    .hk-fund-documents-list
    .list {
    padding: 10px 0 10px 30px;
  }
}
.panel .sub-navigations-container {
  background-color: #eeeff0;
  position: absolute;
  left: 0;
  right: 0;
  margin-top: -74px;
}
@media print, screen and (max-width: 31.99875em) {
  .panel .sub-navigations-container {
    margin-top: -25px;
    position: static;
    min-height: 150px;
  }
}
.panel .sub-navigations-container .sub-navigations {
  padding-right: 3.125rem;
  padding-left: 3.125rem;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0;
}
@media print, screen and (max-width: 50.62375em) {
  .panel .sub-navigations-container .sub-navigations {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
    max-width: 1632px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 50.625em) {
  .panel .sub-navigations-container .sub-navigations {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
}
@media print, screen and (max-width: 78.06125em) {
  .panel .sub-navigations-container .sub-navigations {
    display: flex;
    justify-content: left;
  }
}
@media print, screen and (max-width: 31.99875em) {
  .panel .sub-navigations-container .sub-navigations {
    display: flex;
    justify-content: left;
    background-color: #eeeff0;
    position: absolute;
    left: 0;
    right: 0;
    min-height: 150px;
  }
}
.panel .sub-navigations-container .sub-navigations .link {
  margin-right: 25px;
}
.panel .sub-navigations-container .sub-navigations .link:last-child {
  margin-right: 0;
}
.panel .sub-navigations-container .sub-navigations .link a {
  color: #20242b;
  font-weight: bold;
}
.panel .sub-navigations-container .sub-navigations .link a:hover {
  color: #0083bb;
}
.hk-select-funds-top-disclaimer-container table {
  margin: 0 auto;
}
.dashboard-header-container.dashboard-header-region {
  border: 1px solid #eeeff0;
}
.account-deactivation-success .icon-circle-tick::before {
  color: #4aa00f;
  font-size: 64px;
}
.page-article-latest-thinking {
  padding: 30px 0;
}
@media print, screen and (min-width: 32em) and (max-width: 50.62375em) {
  .page-article-latest-thinking {
    padding: 50px 0;
  }
}
@media print, screen and (min-width: 50.625em) {
  .page-article-latest-thinking {
    padding: 50px 0;
  }
}
.page-article-fidelity-answers {
  padding: 30px 0;
}
@media print, screen and (min-width: 32em) and (max-width: 50.62375em) {
  .page-article-fidelity-answers {
    padding: 50px 0;
  }
}
@media print, screen and (min-width: 50.625em) {
  .page-article-fidelity-answers {
    padding: 50px 0;
  }
}
.download-fund-documents .icon-download {
  position: relative;
  width: 56px;
  height: 56px;
  margin: 0 auto 20px;
  border: 2px solid #414956;
  border-radius: 50%;
}
.download-fund-documents .icon-download::before {
  position: absolute;
  top: 25%;
  left: 11px;
  padding-right: 0;
  color: #414956;
}
.download-fund-documents .date {
  color: #515b6b;
}
.fil-ce--ipower-ipac-simulation
  .icon-alert-after.icon-alert-state-0::after {
  content: "";
  color: #dcdee1;
}
.fil-ce--ipower-ipac-simulation
  .icon-alert-after.icon-alert-state-1::after {
  content: "";
}
.fil-ce--ipower-ipac-simulation
  .icon-alert-after.icon-alert-state-2::after {
  content: "";
}
.fil-ce--ipower-ipac-simulation .input-container {
  position: relative;
}
.fil-ce--ipower-ipac-simulation .input-container input {
  margin: 0;
}
.fil-ce--ipower-ipac-simulation .input-container .icon-spyglass {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -11px;
  color: #515b6b;
}
.fil-ce--ipower-ipac-simulation .input-container .icon-spyglass::before {
  font-size: 16px;
}
.fil-ce--ipower-ipac-simulation .logo-ipower {
  width: 139px;
  height: 57px;
}
.fil-ce--ipower-ipac-simulation .logo-ipac {
  width: 102px;
  height: 54px;
}
.fil-ce--ipower-ipac-simulation .simulation-list {
  margin-top: 30px;
}
.fil-ce--ipower-ipac-simulation .edit-time {
  width: 150px;
}
.fil-ce--ipower-ipac-simulation .period {
  width: 200px;
}
@media print, screen and (max-width: 50.62375em) {
  .fil-ce--ipower-ipac-simulation .period {
    width: auto;
  }
}
.fil-ce--ipower-ipac-simulation .icon-holder {
  width: 200px;
  text-align: right;
}
@media print, screen and (max-width: 50.62375em) {
  .fil-ce--ipower-ipac-simulation .icon-holder {
    width: auto;
    text-align: left;
  }
}
.fil-ce--ipower-ipac-simulation .icon-holder a {
  margin: 0 5px;
  text-decoration: none;
  cursor: pointer;
}
.fil-ce--ipower-ipac-simulation .icon-holder a.disable {
  color: #dcdee1;
}
.fil-ce--ipower-ipac-simulation .icon-holder a::after {
  font-size: 1.2rem;
}
.marketing-consent-optout-success .icon-circle-tick::before {
  color: #4aa00f;
  font-size: 64px;
}
@media only screen and (max-width: 490px) {
  .pp-show-for-medium {
    display: none !important;
  }
}
@media only screen and (max-width: 938px) {
  .pp-show-for-large {
    display: none !important;
  }
}
.ce--funds--distributors {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 14px;
  padding-left: 15px;
}
@media only screen and (max-width: 938px) {
  .ce--funds--distributors {
    display: none;
  }
}
@media only screen and (max-width: 938px) {
  .ce--funds--subHeadline {
    display: none;
  }
}
.ce--funds--download--link {
  line-height: 41px;
}
.ce--funds--download--link:not(:last-child) {
  margin-right: 15px;
}
@media only screen and (max-width: 938px) {
  .ce--funds--download--link {
    display: none;
  }
}
.ce--funds--download--link-mobile-container {
  margin-bottom: 15px;
}
.ce--funds--download--link-mobile-container
  .ce--funds--download--link-mobile {
  line-height: 40px;
}
@media only screen and (min-width: 939px) {
  .ce--funds--download--link-mobile-container
    .ce--funds--download--link-mobile {
    display: none;
  }
}
.ce--funds--redemption--link {
  line-height: 41px;
}
.ce--funds--redemption--link:not(:last-child) {
  margin-right: 15px;
}
.ce--filter--expand {
  display: inline-block;
  font-family: "Fidelity Icon Font";
  font-size: 1em;
  font-weight: normal;
  text-decoration: none !important;
  display: none;
  margin: 0 10px;
  float: left;
  line-height: 30px;
}
.ce--filter--group-currency-container {
  margin-bottom: 8px;
  padding-left: 0;
  text-align: right;
}
.ce-funds-groupBy {
  margin-bottom: 23px;
}
.ce-funds-currency {
  margin-bottom: 16px;
}
.ce-funds-groupBy,
.ce-funds-currency {
  display: block;
  text-align: left;
  white-space: nowrap;
}
@media only screen and (min-width: 491px) {
  .ce-funds-groupBy,
  .ce-funds-currency {
    display: inline-block;
    margin: 8px 0 8px 50px;
    vertical-align: middle;
  }
}
.ce-funds-currency-label,
.ce-funds-group-label {
  display: block;
  position: relative;
  top: 2px;
  margin-right: 12px;
  margin-bottom: 8px;
  margin-left: 20px;
  color: #414956;
  font-size: 15px;
}
@media only screen and (min-width: 491px) {
  .ce-funds-currency-label,
  .ce-funds-group-label {
    display: inline-block;
    top: 0;
    margin-bottom: 0;
    margin-left: 0;
    vertical-align: middle;
  }
}
.ce-funds-currency-label::before,
.ce-funds-group-label::before {
  display: inline-block;
  font-family: "Fidelity Icon Font";
  font-size: 1em;
  font-weight: normal;
  text-decoration: none !important;
  position: absolute;
  left: -20px;
}
.ce-funds-group-label::before {
  content: "";
}
.ce-funds-currency-label::before {
  content: "";
}
.ce--funds--select-menu {
  display: block;
  position: relative;
  height: 32px;
  line-height: 32px;
}
@media only screen and (min-width: 491px) {
  .ce--funds--select-menu {
    display: inline-block;
    width: 160px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
  }
}
.ce--funds--select-menu .ce--funds-select {
  display: inline-block;
  height: 25px;
  margin-bottom: 0;
  padding: 0 20px 0 10px;
  color: #515b6b;
  font-size: 14px;
  line-height: 25px;
  vertical-align: middle;
}
.ce--funds--select-menu .ce--funds-select:hover {
  background-color: #f2f2f3;
}
.ce--funds--active-filter-region {
  clear: both;
  background-color: #747c89;
}
.ce--funds--active-filter-region .ce--funds--filters {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ce--funds--active-filter-region .ce--funds--active-filters,
.ce--funds--active-filter-region .ce--funds--active-filters--clear-all {
  margin: 10px 15px;
}
.ce--funds--active-filter-region .ce--funds--active-filters--clear-all {
  flex: none;
}
.ce--funds--active-filters--clear,
.ce--funds--active-filters--remove {
  background-color: #fff;
  color: #515b6b;
  font-size: 12px;
  line-height: 0.8;
}
.ce--funds--active-filters--clear:focus,
.ce--funds--active-filters--remove:focus {
  outline: none;
}
.ce--funds--active-filters--remove {
  margin: 5px 10px 5px 0;
  padding: 8px;
  border-radius: 5px;
  cursor: pointer;
}
.ce--funds--active-filters--remove::after {
  display: inline-block;
  font-family: "Fidelity Icon Font";
  font-size: 1em;
  font-weight: normal;
  text-decoration: none !important;
  content: "";
  margin-left: 20px;
}
.ce--funds--active-filters--clear {
  margin: 0;
  padding: 10px;
  border-radius: 0;
}
.ce--funds--available-filters {
  display: none;
  background-color: #dcdee1;
}
@media only screen and (min-width: 491px) {
  .ce--funds--available-filters {
    display: block;
    min-height: 42px;
  }
}
.ce--funds--filter-aspect {
  min-width: 20%;
  max-width: 20%;
  float: left;
  border-right: 1px solid #fff;
}
@media only screen and (max-width: 938px) {
  .ce--funds--filter-aspect {
    max-width: none;
    float: none;
    border-right: none;
    border-bottom: 1px solid #fff;
  }
}
.ce--funds--filter-aspect.ce--funds--filter-aspect-six-columns {
  min-width: 16.66%;
  max-width: 16.66%;
}
.ce--funds--filter-aspect.ce--funds--filter-aspect-six-columns:last-child {
  min-width: 16.7%;
  max-width: 16.7%;
}
@media only screen and (max-width: 938px) {
  .ce--funds--filter-aspect.ce--funds--filter-aspect-six-columns:nth-child(
      n
    ) {
    max-width: none;
    float: none;
    border-right: none;
    border-bottom: 1px solid #fff;
  }
}
.ce--funds--filter-aspect.ce--funds--filter-aspect-six-column-uk {
  min-width: 16%;
  max-width: 16%;
}
.ce--funds--filter-aspect.ce--funds--filter-aspect-six-column-uk:first-child {
  min-width: 17%;
  max-width: 17%;
}
.ce--funds--filter-aspect.ce--funds--filter-aspect-six-column-uk:last-child {
  min-width: 19%;
  max-width: 19%;
}
@media only screen and (max-width: 938px) {
  .ce--funds--filter-aspect.ce--funds--filter-aspect-six-column-uk:nth-child(
      n
    ) {
    max-width: none;
    float: none;
    border-right: none;
    border-bottom: 1px solid #fff;
  }
}
.ce--funds--filter-aspect.ce--funds--filter-aspect-more {
  min-width: 16%;
  max-width: 16%;
}
.ce--funds--filter-aspect.ce--funds--filter-aspect-more:nth-child(5) {
  min-width: 21%;
  max-width: 21%;
}
.ce--funds--filter-aspect.ce--funds--filter-aspect-more:last-child {
  min-width: 15%;
  max-width: 15%;
}
@media only screen and (max-width: 938px) {
  .ce--funds--filter-aspect.ce--funds--filter-aspect-more:nth-child(n) {
    max-width: none;
    float: none;
    border-right: none;
    border-bottom: 1px solid #fff;
  }
}
.ce--funds--filter-aspect ul {
  outline-width: 0;
}
.ce--funds--filter-aspect hr {
  margin: 5px -15px;
  border-color: #dcdee1;
}
.ce-funds-filter-aspect--checkbox + label.ce--funds--dropdown-label,
#forgot-form-container
  .error
  .ce-funds-filter-aspect--checkbox
  + input.ce--funds--dropdown-label,
#recover-credentials-form-container
  .error
  .ce-funds-filter-aspect--checkbox
  + input.ce--funds--dropdown-label {
  display: block;
  margin: 10px 0;
  padding: 0 0 0 30px;
  font-size: 13px;
}
.ce-funds-filter-aspect--checkbox
  + label.ce--funds--dropdown-label::before,
#forgot-form-container
  .error
  .ce-funds-filter-aspect--checkbox
  + input.ce--funds--dropdown-label::before,
#recover-credentials-form-container
  .error
  .ce-funds-filter-aspect--checkbox
  + input.ce--funds--dropdown-label::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #42bdea;
}
.ce-funds-filter-aspect--checkbox
  + label.ce--funds--dropdown-label::after,
#forgot-form-container
  .error
  .ce-funds-filter-aspect--checkbox
  + input.ce--funds--dropdown-label::after,
#recover-credentials-form-container
  .error
  .ce-funds-filter-aspect--checkbox
  + input.ce--funds--dropdown-label::after {
  display: inline-block;
  font-family: "Fidelity Icon Font";
  font-size: 1em;
  font-weight: normal;
  text-decoration: none !important;
  content: "";
  position: absolute;
  top: 3px;
  left: 1px;
  transition: all 0.2s;
  color: #fff;
  font-size: 18px;
  line-height: 0.8;
}
.ce-funds-filter-aspect--checkbox:not(:checked) + label::before,
#forgot-form-container
  .error
  .ce-funds-filter-aspect--checkbox:not(:checked)
  + input::before,
#recover-credentials-form-container
  .error
  .ce-funds-filter-aspect--checkbox:not(:checked)
  + input::before {
  background: #dcdee1;
}
.ce-funds-filter-aspect--checkbox:not(:checked) + label::after,
#forgot-form-container
  .error
  .ce-funds-filter-aspect--checkbox:not(:checked)
  + input::after,
#recover-credentials-form-container
  .error
  .ce-funds-filter-aspect--checkbox:not(:checked)
  + input::after {
  transform: scale(0);
  opacity: 0;
}
.ce-funds-filter-aspect--checkbox:checked + label::after,
#forgot-form-container
  .error
  .ce-funds-filter-aspect--checkbox:checked
  + input::after,
#recover-credentials-form-container
  .error
  .ce-funds-filter-aspect--checkbox:checked
  + input::after,
.ce-funds-filter-aspect--checkbox:hover + label::after,
#forgot-form-container
  .error
  .ce-funds-filter-aspect--checkbox:hover
  + input::after,
#recover-credentials-form-container
  .error
  .ce-funds-filter-aspect--checkbox:hover
  + input::after {
  transform: scale(1);
  opacity: 1;
}
.ce-funds-filter-aspect--checkbox:disabled + label::before,
#forgot-form-container
  .error
  .ce-funds-filter-aspect--checkbox:disabled
  + input::before,
#recover-credentials-form-container
  .error
  .ce-funds-filter-aspect--checkbox:disabled
  + input::before {
  background-color: #eeeff0;
  box-shadow: none;
}
.ce-funds-filter-aspect--checkbox:disabled + label,
#forgot-form-container
  .error
  .ce-funds-filter-aspect--checkbox:disabled
  + input,
#recover-credentials-form-container
  .error
  .ce-funds-filter-aspect--checkbox:disabled
  + input {
  color: #979da6;
}
.ce--funds--filter-button {
  position: relative;
  width: 100%;
  padding: 0 40px 0 16px;
  border: 1px solid rgba(0, 0, 0, 0);
  background-color: #979da6;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
  text-align: left;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
@media only screen and (max-width: 938px) {
  .ce--funds--filter-button {
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
  }
}
@media only screen and (min-width: 939px) {
  .ce--funds--filter-button span:first-child {
    text-overflow: ellipsis;
    overflow: hidden;
    width: calc(100% - 20px);
  }
}
.ce--funds--filter-button:focus {
  position: relative;
  z-index: 3;
  outline: none;
}
.ce--funds--filter-button::after {
  display: inline-block;
  font-family: "Fidelity Icon Font";
  font-size: 1em;
  font-weight: normal;
  text-decoration: none !important;
  content: "";
  position: absolute;
  right: 12px;
  font-size: 16px;
}
.ce--funds--filter-button[aria-expanded="true"]::after {
  content: "";
}
.ce--funds--filter-button .icon-info-circle-after::after {
  display: inline;
}
@media only screen and (min-width: 939px) {
  .ce-funds-filter-tooltip {
    right: 55px;
  }
}
.ce--headFunds--help,
.ce--funds--groupRow--help {
  padding: 25px;
  border-top: 2px solid #a2d830;
  box-shadow: 0 2px 4px 0 rgba(136, 136, 136, 0.4);
}
.ce--funds--dropdown {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 2px 15px 10px 15px;
  border: 1px solid #dcdee1;
  background-color: #fff;
  box-shadow: 2px 2px 4px 0 rgba(136, 136, 136, 0.4);
}
@media only screen and (min-width: 939px) {
  .ce--funds--dropdown {
    position: absolute;
    width: 20%;
  }
}
.ce--funds--dropdown.dropdown-pane {
  border: 1px solid #dcdee1;
}
.ce--funds--dropdown li {
  list-style-type: none;
}
.ce--funds--dropdown li:focus {
  outline: none;
}
@media only screen and (min-width: 939px) {
  .ce--funds--filter-aspect-six-columns .ce--funds--dropdown {
    position: absolute;
    width: 16.66%;
  }
}
@media only screen and (min-width: 939px) {
  .ce--funds--filter-aspect-six-columns:last-child .ce--funds--dropdown {
    position: absolute;
    width: 16.7%;
  }
}
@media only screen and (min-width: 939px) {
  .ce--funds--filter-aspect-six-column-uk .ce--funds--dropdown {
    position: absolute;
    width: 16%;
  }
}
@media only screen and (min-width: 939px) {
  .ce--funds--filter-aspect-six-column-uk:first-child
    .ce--funds--dropdown {
    position: absolute;
    width: 17%;
  }
}
@media only screen and (min-width: 939px) {
  .ce--funds--filter-aspect-six-column-uk:last-child
    .ce--funds--dropdown {
    position: absolute;
    width: 19%;
  }
}
@media only screen and (min-width: 939px) {
  .ce--funds--filter-aspect-more .ce--funds--dropdown {
    position: absolute;
    width: 16%;
  }
}
@media only screen and (min-width: 939px) {
  .ce--funds--filter-aspect-more:nth-child(5) .ce--funds--dropdown {
    position: absolute;
    width: 21%;
  }
}
@media only screen and (min-width: 939px) {
  .ce--funds--filter-aspect-more:last-child .ce--funds--dropdown {
    position: absolute;
    width: 15%;
  }
}
.ce--funds--favourite {
  vertical-align: middle;
}
.ce-pp--fav-btn {
  outline: 0;
  cursor: pointer;
}
.ce-pp--fav-btn.icon-bookmark-star::before,
.ce-pp--fav-btn.icon-bookmark-star-filled::before {
  font-size: 24px;
}
.ce-pp--fav-btn.icon-bookmark-star::before {
  color: #979da6;
}
.ce-pp--fav-btn.icon-bookmark-star:hover::before {
  color: #016fad;
}
.ce--funds--download-col {
  min-width: 6.25rem;
  vertical-align: middle;
}
.ce--funds--download-col .icon-doc-chevron-r {
  cursor: pointer;
}
.ce--funds--download-col .icon-doc-chevron-r.disabled.link::before {
  color: #979da6;
}
.ce--funds--download-col .icon-doc-chevron-r::before {
  font-size: 24px;
}
.ce--funds--download-col .icon-doc-chevron-r:focus {
  outline: none;
}
.ce--funds--table-head {
  display: table;
  width: 100%;
}
.ce--funds--table-head .ce--funds--table-head--row {
  display: table-row;
}
.ce--funds--table-head .ce--funds--table-head--col {
  display: table-cell;
  position: relative;
  min-width: 60px;
  height: 40px;
  min-height: 40px;
  padding: 10px 0;
  border-bottom: 1px solid #dcdee1;
  background-color: #fff;
  color: #515b6b;
  font-size: 14px;
  line-height: 1.2;
  vertical-align: middle;
}
@media only screen and (min-width: 939px) {
  .ce--funds--table-head .ce--funds--table-head--col {
    padding: 10px 12px;
  }
}
.ce--funds--table-head .ce--funds--table-head--col.sorting-asc,
.ce--funds--table-head .ce--funds--table-head--col.sorting-desc {
  border-bottom: 2px solid #000;
}
.ce--funds--table-head .ce--funds--table-head--col.sortable,
.ce--funds--table-head .ce--funds--table-head--col.sorting-asc,
.ce--funds--table-head .ce--funds--table-head--col.sorting-desc {
  position: relative;
  padding-right: 20px;
  padding-left: 4px;
  cursor: pointer;
}
.ce--funds--table-head
  .ce--funds--table-head--col.sortable
  .ce--funds--col-text,
.ce--funds--table-head
  .ce--funds--table-head--col.sorting-asc
  .ce--funds--col-text,
.ce--funds--table-head
  .ce--funds--table-head--col.sorting-desc
  .ce--funds--col-text {
  display: inline-block;
  position: relative;
}
.ce--funds--table-head
  .ce--funds--table-head--col.sortable
  .ce--funds--col-text::after,
.ce--funds--table-head
  .ce--funds--table-head--col.sorting-asc
  .ce--funds--col-text::after,
.ce--funds--table-head
  .ce--funds--table-head--col.sorting-desc
  .ce--funds--col-text::after {
  display: inline-block;
  font-family: "Fidelity Icon Font";
  font-size: 1em;
  font-weight: normal;
  text-decoration: none !important;
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  transform: scaleY(-1) translateY(50%);
  font-size: 12px;
}
.ce--funds--table-head
  .ce--funds--table-head--col.sorting-asc
  .ce--funds--col-text::after {
  content: "󩡓";
}
.ce--funds--table-head
  .ce--funds--table-head--col.sorting-desc
  .ce--funds--col-text::after {
  content: "";
}
.ce--funds--table-head .ce--funds--table-head--col:focus {
  outline: none;
}
.ce--funds--table-head .ce--funds--table-head--col:first-child {
  overflow: hidden;
}
.ce--funds--table-head .ce--funds--table-head--col:first-child.grouping {
  padding-left: 48px;
}
.ce--funds--table-head
  .ce--funds--table-head--col:first-child.no-grouping {
  padding-left: 0;
}
@media only screen and (min-width: 491px) {
  .ce--funds--table-head
    .ce--funds--table-head--col:first-child.no-grouping {
    padding-left: 10px;
  }
}
.ce--funds--table-head
  .ce--funds--table-head--col:first-child
  .ce--funds--group-meta {
  position: absolute;
  top: calc(50% - 15px);
  left: 10px;
  cursor: pointer;
}
.ce--funds--table-head
  .ce--funds--table-head--col:first-child
  .ce--funds--group-meta::before {
  display: inline-block;
  font-family: "Fidelity Icon Font";
  font-size: 1em;
  font-weight: normal;
  text-decoration: none !important;
  color: #016fad;
  font-size: 22px;
}
.ce--funds--table-head
  .ce--funds--table-head--col:first-child
  .ce--funds--group-meta.expanded::before {
  content: "";
}
.ce--funds--table-head
  .ce--funds--table-head--col:first-child
  .ce--funds--group-meta.collapsed::before {
  content: "";
}
.ce--funds--table-head
  .ce--funds--table-head--col:first-child
  .ce--funds--group-meta:focus {
  outline: none;
}
.ce--funds--table-head
  .ce--funds--table-head--col:first-child
  .ce--funds--group-meta
  + .ce--funds--col-text {
  display: table-cell;
}
.ce--funds--table-body,
.pp-funds-group-container {
  display: table;
  position: relative;
  width: 100%;
}
.ce--funds--table-body--row {
  display: table-row;
  vertical-align: top;
}
.ce--funds--table-body--cell {
  display: table-cell;
  min-width: 60px;
  padding-top: 8px;
  padding-bottom: 7px;
  border-bottom: 1px solid #eeeff0;
}
@media only screen and (min-width: 491px) {
  .ce--funds--table-body--cell {
    padding-right: 9px;
    padding-left: 9px;
  }
}
@media only screen and (min-width: 939px) {
  .ce--funds--table-body--cell {
    padding-right: 12px;
    padding-left: 12px;
  }
}
.ce--funds--table-body--cell:first-child {
  padding-left: 0;
}
@media only screen and (min-width: 491px) {
  .ce--funds--table-body--cell:first-child {
    padding-left: 10px;
  }
}
.ce--funds--table-body--cell .box-grey {
  margin: 12px 0;
  color: #515b6b;
}
.ce--funds--table-body--group {
  display: table-row;
  width: 100%;
  height: 40px;
  color: #515b6b;
  font-size: 15px;
  line-height: 40px;
  vertical-align: middle;
}
.ce--funds--table-body--group.collapsed {
  height: 44px;
}
.ce--funds--table-body--group--col {
  width: 100%;
  outline: 0;
  background-color: #eeeff0;
  cursor: pointer;
}
@media only screen and (min-width: 491px) {
  .ce--funds--table-body--group
    + .pp-funds-group-container
    .ce--funds--table-body--cell.colFundComparison {
    padding-left: 45px;
  }
}
.ce--funds--table-body--group
  + .pp-funds-group-container
  .ce--funds--table-body--cell
  .icon-chart-plus {
  padding-left: 0;
}
.ce--funds--table-body--cell .icon-chart-plus {
  font-size: 24px;
  cursor: pointer;
  position: relative;
  top: 8px;
}
@media only screen and (min-width: 491px) {
  .ce--funds--table-body--cell .icon-chart-plus {
    padding-left: 35px;
  }
}
.ce--funds--table-body--cell .icon-chart-plus.unselected {
  color: #016fad;
}
.ce--funds--table-body--cell .icon-chart-plus.unselected:hover {
  color: #515b6b;
}
.ce--funds--table-body--cell .icon-chart-plus.active {
  color: #101215;
}
.ce--funds--table-body--cell .icon-chart-plus.active:hover {
  color: #515b6b;
}
.ce--funds--table-body--cell .icon-chart-plus.disable {
  color: #979da6;
}
.ce-pp-row--eci {
  position: absolute;
  z-index: 1;
  left: 10px;
  color: #016fad;
}
.ce-pp-row--eci:focus {
  outline: none;
}
.ce-pp-row--eci.icon-circle-minus::before,
.ce-pp-row--eci.icon-circle-plus::before {
  font-size: 22px;
}
.ce--funds--table-body--group--col--text {
  display: inline-block;
  padding-right: 10px;
  padding-left: 48px;
  font-weight: bold;
  line-height: 16px;
  vertical-align: middle;
}
.ce--funds--table-body--group--col--text.icon-bookmark-star::before,
.ce--funds--table-body--group--col--text.icon-bookmark-star-filled::before {
  color: #016fad;
  font-size: 22px;
}
.ce--funds--no-results-p {
  margin-top: 28px;
}
.ce--funds--table {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  overflow-wrap: break-word;
}
.ce-pp-table .ce--funds--table-body--cell.colNav,
.ce-pp-table .ce--funds--table-body--cell.colYTD,
.ce-pp-table .ce--funds--table-body--cell.colOneYear,
.ce-pp-table .ce--funds--table-body--cell.colThreeYear,
.ce-pp-table .ce--funds--table-body--cell.colFiveYear {
  min-width: 102px;
  white-space: nowrap;
}
.ce-pp-table .ce--funds--table-body--cell.colDailyChange {
  min-width: 94px;
  white-space: nowrap;
}
.ce-pp-table .colFundInfo {
  width: 60%;
}
.ce-pp-table .colFundComparison {
  width: 7%;
  padding-left: 10px;
}
.ce-pp-table .colFundComparison input[type="checkbox"] + label span,
.ce-pp-table
  .colFundComparison
  #forgot-form-container
  .error
  input[type="checkbox"]
  + input
  span,
#forgot-form-container
  .error
  .ce-pp-table
  .colFundComparison
  input[type="checkbox"]
  + input
  span,
.ce-pp-table
  .colFundComparison
  #recover-credentials-form-container
  .error
  input[type="checkbox"]
  + input
  span,
#recover-credentials-form-container
  .error
  .ce-pp-table
  .colFundComparison
  input[type="checkbox"]
  + input
  span {
  top: -6px;
}
.ce-pp-table .colFundComparison input:disabled + label span,
.ce-pp-table
  .colFundComparison
  #forgot-form-container
  .error
  input:disabled
  + input
  span,
#forgot-form-container
  .error
  .ce-pp-table
  .colFundComparison
  input:disabled
  + input
  span,
.ce-pp-table
  .colFundComparison
  #recover-credentials-form-container
  .error
  input:disabled
  + input
  span,
#recover-credentials-form-container
  .error
  .ce-pp-table
  .colFundComparison
  input:disabled
  + input
  span {
  background-color: #eeeff0;
  cursor: auto;
}
.ce-pp-table .colNav,
.ce-pp-table .colCurrency {
  width: 20%;
}
@media only screen and (min-width: 491px) {
  .ce-pp-table.logged-in:not(.belgian-retail) .colFundInfo {
    width: 20%;
  }
  .ce-pp-table.logged-in:not(.belgian-retail) .colFav,
  .ce-pp-table.logged-in:not(.belgian-retail) .colNav,
  .ce-pp-table.logged-in:not(.belgian-retail) .colDailyChange,
  .ce-pp-table.logged-in:not(.belgian-retail) .colCurrency {
    width: 20%;
  }
}
@media only screen and (min-width: 939px) {
  .ce-pp-table.logged-in:not(.belgian-retail)
    .ce--funds--table-head--col:nth-child(n + 2),
  .ce-pp-table.logged-in:not(.belgian-retail)
    .ce--funds--table-body--cell:nth-child(n + 2) {
    width: 10%;
  }
}
@media only screen and (min-width: 491px) {
  .ce-pp-table.logged-in.belgian-retail .colFundInfo {
    width: 40%;
  }
  .ce-pp-table.logged-in.belgian-retail .colFav,
  .ce-pp-table.logged-in.belgian-retail .colNav,
  .ce-pp-table.logged-in.belgian-retail .colCurrency {
    width: 20%;
  }
}
@media only screen and (min-width: 939px) {
  .ce-pp-table.logged-in.belgian-retail .colFundInfo {
    width: 30%;
  }
  .ce-pp-table.logged-in.belgian-retail
    .ce--funds--table-head--col:nth-child(n + 2),
  .ce-pp-table.logged-in.belgian-retail
    .ce--funds--table-body--cell:nth-child(n + 2) {
    width: 14%;
  }
}
@media only screen and (min-width: 491px) {
  .ce-pp-table:not(.logged-in):not(.belgian-retail) .colFundInfo {
    width: 55%;
  }
  .ce-pp-table:not(.logged-in):not(.belgian-retail) .colNav,
  .ce-pp-table:not(.logged-in):not(.belgian-retail) .colDailyChange,
  .ce-pp-table:not(.logged-in):not(.belgian-retail) .colCurrency {
    width: 15%;
  }
}
@media only screen and (min-width: 939px) {
  .ce-pp-table:not(.logged-in):not(.belgian-retail) .colFundInfo {
    width: 23%;
  }
  .ce-pp-table:not(.logged-in):not(.belgian-retail)
    .ce--funds--table-head--col:nth-child(n + 2),
  .ce-pp-table:not(.logged-in):not(.belgian-retail)
    .ce--funds--table-body--cell:nth-child(n + 2) {
    width: 11%;
  }
}
@media only screen and (min-width: 939px) {
  .ce-pp-table:not(.logged-in).belgian-retail
    .ce--funds--table-head--col.colFundInfo,
  .ce-pp-table:not(.logged-in).belgian-retail
    .ce--funds--table-body--cell.colFundInfo {
    width: 36%;
  }
  .ce-pp-table:not(.logged-in).belgian-retail
    .ce--funds--table-head--col:nth-child(n + 2),
  .ce-pp-table:not(.logged-in).belgian-retail
    .ce--funds--table-body--cell:nth-child(n + 2) {
    width: 16%;
  }
}
@media only screen and (max-width: 490px) {
  .ce-pp-table:not(.logged-in):not(.belgian-retail) .colFundComparison {
    min-width: 30px;
  }
  .ce-pp-table:not(.logged-in):not(.belgian-retail)
    .colFundComparison
    + .colFundInfo {
    width: 57%;
  }
  .ce-pp-table:not(.logged-in):not(.belgian-retail)
    .colFundComparison
    ~ .colNav,
  .ce-pp-table:not(.logged-in):not(.belgian-retail)
    .colFundComparison
    ~ .colDailyChange,
  .ce-pp-table:not(.logged-in):not(.belgian-retail)
    .colFundComparison
    ~ .colCurrency {
    width: 18%;
  }
  .ce-pp-table:not(.logged-in):not(.belgian-retail)
    .colFundComparison
    ~ .colNav {
    min-width: 90px;
  }
  .ce-pp-table:not(.logged-in):not(.belgian-retail)
    .colFundComparison
    ~ .colCurrency {
    min-width: 30px;
  }
  .ce-pp-table:not(.logged-in):not(.belgian-retail) .colDDExDate {
    width: 30%;
  }
  .ce-pp-table:not(.logged-in):not(.belgian-retail)
    .colDDExDate
    + .colDDFundInfo {
    width: 45% !important;
    padding-left: 12px;
  }
  .ce-pp-table:not(.logged-in):not(.belgian-retail)
    .colDDExDate
    ~ .ce--funds--table-head--col:nth-child(n + 2),
  .ce-pp-table:not(.logged-in):not(.belgian-retail)
    .colDDExDate
    ~ .ce--funds--table-body--cell:nth-child(n + 2) {
    width: 20%;
    min-width: 30px;
  }
}
@media only screen and (min-width: 491px) {
  .ce-pp-table:not(.logged-in):not(.belgian-retail) .colFundComparison {
    min-width: 45px;
  }
  .ce-pp-table:not(.logged-in):not(.belgian-retail)
    .colFundComparison
    + .colFundInfo {
    width: 51%;
    padding-left: 9px;
  }
  .ce-pp-table:not(.logged-in):not(.belgian-retail)
    .colFundComparison
    ~ .colNav,
  .ce-pp-table:not(.logged-in):not(.belgian-retail)
    .colFundComparison
    ~ .colDailyChange,
  .ce-pp-table:not(.logged-in):not(.belgian-retail)
    .colFundComparison
    ~ .colCurrency {
    width: 14%;
  }
  .ce-pp-table:not(.logged-in):not(.belgian-retail)
    .colFundComparison
    ~ .colDailyChange {
    min-width: 70px;
  }
  .ce-pp-table:not(.logged-in):not(.belgian-retail)
    .colFundComparison
    ~ .colCurrency {
    min-width: 30px;
  }
  .ce-pp-table:not(.logged-in):not(.belgian-retail) .colDDExDate {
    width: 15%;
  }
  .ce-pp-table:not(.logged-in):not(.belgian-retail)
    .colDDExDate
    + .colDDFundInfo {
    width: 50% !important;
    padding-left: 32px;
  }
  .ce-pp-table:not(.logged-in):not(.belgian-retail)
    .colDDExDate
    ~ .ce--funds--table-head--col:nth-child(n + 2),
  .ce-pp-table:not(.logged-in):not(.belgian-retail)
    .colDDExDate
    ~ .ce--funds--table-body--cell:nth-child(n + 2) {
    width: 15%;
  }
}
@media only screen and (min-width: 939px) {
  .ce-pp-table:not(.logged-in):not(.belgian-retail)
    .colFundComparison
    + .colFundInfo {
    width: 23%;
    padding-left: 12px;
  }
  .ce-pp-table:not(.logged-in):not(.belgian-retail)
    .colFundComparison
    ~ .ce--funds--table-head--col:nth-child(n + 3),
  .ce-pp-table:not(.logged-in):not(.belgian-retail)
    .colFundComparison
    ~ .ce--funds--table-body--cell:nth-child(n + 3) {
    width: 10%;
  }
  .ce-pp-table:not(.logged-in):not(.belgian-retail) .colDDExDate {
    width: 10%;
  }
  .ce-pp-table:not(.logged-in):not(.belgian-retail)
    .colDDExDate
    + .colDDFundInfo {
    width: 63% !important;
    padding-left: 32px;
  }
  .ce-pp-table:not(.logged-in):not(.belgian-retail)
    .colDDExDate
    ~ .ce--funds--table-head--col:nth-child(n + 2),
  .ce-pp-table:not(.logged-in):not(.belgian-retail)
    .colDDExDate
    ~ .ce--funds--table-body--cell:nth-child(n + 2) {
    width: 13%;
  }
}
@media only screen and (min-width: 939px) {
  .ce-etf-table .ce--funds--table-body--cell {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.ce-etf-table .ce--funds--table-head--col,
.ce-etf-table .ce--funds--table-body--cell {
  min-width: 60px;
}
.ce-etf-table .ce--funds--table-head--col:nth-child(1),
.ce-etf-table .ce--funds--table-body--cell:nth-child(1) {
  width: 70%;
}
@media only screen and (min-width: 491px) {
  .ce-etf-table .ce--funds--table-head--col:nth-child(1),
  .ce-etf-table .ce--funds--table-body--cell:nth-child(1) {
    width: 63%;
  }
}
@media only screen and (min-width: 939px) {
  .ce-etf-table .ce--funds--table-head--col:nth-child(1),
  .ce-etf-table .ce--funds--table-body--cell:nth-child(1) {
    width: 37%;
  }
}
.ce-etf-table .ce--funds--table-head--col:nth-child(2),
.ce-etf-table .ce--funds--table-body--cell:nth-child(2) {
  display: none;
  min-width: 80px;
}
@media only screen and (min-width: 491px) {
  .ce-etf-table .ce--funds--table-head--col:nth-child(2),
  .ce-etf-table .ce--funds--table-body--cell:nth-child(2) {
    display: table-cell;
    width: 13%;
  }
}
@media only screen and (min-width: 939px) {
  .ce-etf-table .ce--funds--table-head--col:nth-child(2),
  .ce-etf-table .ce--funds--table-body--cell:nth-child(2) {
    width: 10%;
  }
}
.ce-etf-table .ce--funds--table-head--col:nth-child(3),
.ce-etf-table .ce--funds--table-body--cell:nth-child(3) {
  display: none;
  width: 8%;
}
@media only screen and (min-width: 939px) {
  .ce-etf-table .ce--funds--table-head--col:nth-child(3),
  .ce-etf-table .ce--funds--table-body--cell:nth-child(3) {
    display: table-cell;
  }
}
.ce-etf-table .ce--funds--table-head--col:nth-child(4),
.ce-etf-table .ce--funds--table-body--cell:nth-child(4) {
  width: 15%;
  min-width: 70px;
}
@media only screen and (min-width: 491px) {
  .ce-etf-table .ce--funds--table-head--col:nth-child(4),
  .ce-etf-table .ce--funds--table-body--cell:nth-child(4) {
    width: 12%;
  }
}
@media only screen and (min-width: 939px) {
  .ce-etf-table .ce--funds--table-head--col:nth-child(4),
  .ce-etf-table .ce--funds--table-body--cell:nth-child(4) {
    width: 8%;
  }
}
.ce-etf-table .ce--funds--table-head--col:nth-child(5),
.ce-etf-table .ce--funds--table-body--cell:nth-child(5) {
  width: 15%;
}
@media only screen and (min-width: 491px) {
  .ce-etf-table .ce--funds--table-head--col:nth-child(5),
  .ce-etf-table .ce--funds--table-body--cell:nth-child(5) {
    width: 12%;
  }
}
@media only screen and (min-width: 939px) {
  .ce-etf-table .ce--funds--table-head--col:nth-child(5),
  .ce-etf-table .ce--funds--table-body--cell:nth-child(5) {
    width: 9.5%;
  }
}
.ce-etf-table .ce--funds--table-head--col:nth-child(6),
.ce-etf-table .ce--funds--table-body--cell:nth-child(6) {
  display: none;
  width: 8.5%;
}
@media only screen and (min-width: 939px) {
  .ce-etf-table .ce--funds--table-head--col:nth-child(6),
  .ce-etf-table .ce--funds--table-body--cell:nth-child(6) {
    display: table-cell;
  }
}
.ce-etf-table .ce--funds--table-head--col:nth-child(7),
.ce-etf-table .ce--funds--table-body--cell:nth-child(7) {
  display: none;
  width: 10%;
}
@media only screen and (min-width: 939px) {
  .ce-etf-table .ce--funds--table-head--col:nth-child(7),
  .ce-etf-table .ce--funds--table-body--cell:nth-child(7) {
    display: table-cell;
  }
}
.ce-etf-table .ce--funds--table-head--col:nth-child(8),
.ce-etf-table .ce--funds--table-body--cell:nth-child(8) {
  display: none;
  width: 9%;
}
@media only screen and (min-width: 939px) {
  .ce-etf-table .ce--funds--table-head--col:nth-child(8),
  .ce-etf-table .ce--funds--table-body--cell:nth-child(8) {
    display: table-cell;
  }
}
.ce-etf-table .ce--funds--table-head--col.redemption-item,
.ce-etf-table .ce--funds--table-body--cell.redemption-item {
  display: table-cell;
  vertical-align: middle;
}
.ce-funds-download-link:not(:last-child)::after {
  content: "|";
  padding: 0 6px;
}
.funds-download-link {
  padding: 3px 0;
}
.funds-download-link span {
  margin-right: 10px;
}
.funds-download-link a {
  margin-right: 5px;
}
.funds-download-link:last-child {
  padding: 0 0 10px 0;
}
.ce-funds-downloads-popup-group {
  line-height: 22px;
}
.ce-fund-filters-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0 8px 0;
}
.ce-fund-filters-container > .grid-x {
  flex-grow: 1;
  flex-shrink: 1;
}
.ce-fund-new-search-container {
  display: block;
  text-align: left;
  white-space: nowrap;
  margin-top: 20px;
}
@media only screen and (max-width: 490px) {
  .ce-fund-new-search-container {
    margin-bottom: -15px;
  }
}
.ce-fund-new-search-container .ce-fund-new-search-label {
  display: block;
  position: relative;
  margin-right: 12px;
  margin-bottom: 8px;
  font-size: 16px;
}
@media only screen and (min-width: 491px) {
  .ce-fund-new-search-container .ce-fund-new-search-label {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
  }
}
.ce-fund-filter-head-container {
  width: 100%;
  margin-bottom: 10px;
}
@media only screen and (min-width: 491px) {
  .ce-fund-filter-head-container {
    margin-bottom: 2px;
  }
}
@media only screen and (min-width: 939px) {
  .ce-fund-filter-head-container {
    display: flex;
    flex-wrap: nowrap;
    width: auto;
  }
}
.ce-funds-search-container {
  position: relative;
  width: 100%;
  height: 40px;
  line-height: 40px;
}
.ce-funds-search-container .search-box {
  display: block;
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 5px 30px 5px 5px;
  box-shadow: none;
}
.ce-funds-search-container .icon-spyglass {
  position: absolute;
  top: 8px;
  right: 5px;
  color: #515b6b;
  line-height: 1;
  cursor: pointer;
}
@media only screen and (min-width: 491px) {
  .ce-funds-search-container {
    width: 240px;
    display: inline-block;
  }
}
@media only screen and (min-width: 939px) {
  .ce-funds-search-container {
    height: 40px;
    margin-right: 12px;
    padding-top: 7px;
    line-height: 40px;
  }
  .ce-funds-search-container .icon-spyglass {
    top: 15px;
  }
}
.ce-fund-filters-panel {
  position: relative;
}
.ce-pp-spinner {
  margin-top: 20px;
}
.ce-funds-pp {
  position: relative;
}
.ce-funds-pp .dropdown-pane {
  padding: 25px;
  border-top: 2px solid #a2d830;
  box-shadow: 0 2px 4px 0 rgba(136, 136, 136, 0.4);
  white-space: normal;
}
.ce-funds-pp .dropdown-pane p {
  color: #000;
  line-height: 1.47;
}
.ce-funds-pp .comparison-funds-list {
  position: fixed;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 50px 15px;
  border-top: 1px solid #b9bdc4;
  background-color: #fff;
}
@media only screen and (max-width: 938px) {
  .ce-funds-pp .comparison-funds-list {
    padding: 10px 25px 15px;
  }
}
.ce-funds-pp .comparison-funds-list > div {
  max-width: 75rem;
  margin: 0 auto;
}
.ce-funds-pp .comparison-funds-list .funds-list {
  margin-bottom: 10px;
}
.ce-funds-pp .comparison-funds-list .funds-list > div {
  display: inline-block;
  position: relative;
  margin: 5px 10px 5px 0;
  padding: 8px 30px 8px 8px;
  border-radius: 5px;
  background-color: #979da6;
  color: #fff;
  font-size: 12px;
}
@media only screen and (max-width: 490px) {
  .ce-funds-pp .comparison-funds-list .funds-list > div {
    margin: 5px 0;
  }
}
.ce-funds-pp
  .comparison-funds-list
  .funds-list
  > div
  button.invisible-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  color: #fff;
  font-size: 11px;
}
.ce-funds-pp
  .comparison-funds-list
  .funds-list
  > div
  button.invisible-button:hover {
  cursor: pointer;
}
.ce-funds-pp
  .comparison-funds-list
  .funds-list
  > div
  button.invisible-button:focus {
  outline: none;
}
.ce-funds-pp
  .comparison-funds-list
  .funds-list
  > div
  button.invisible-button::after {
  display: inline-block;
  font-family: "Fidelity Icon Font";
  font-size: 1em;
  font-weight: normal;
  text-decoration: none !important;
  content: "";
}
@media only screen and (max-width: 938px) {
  .ce-funds-pp .comparison-funds-list .funds-list {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
  }
  .ce-funds-pp .comparison-funds-list .funds-list.open {
    max-height: 500px;
    transition: max-height 0.5s ease-in;
  }
}
.ce-funds-pp
  .comparison-funds-list
  .funds-comparison-actions
  .comparison-copy {
  display: inline-block;
  margin: 0 30px;
  vertical-align: middle;
}
.ce-funds-pp
  .comparison-funds-list
  .funds-comparison-actions
  .comparison-copy
  > span {
  display: none;
}
@media only screen and (max-width: 938px) {
  .ce-funds-pp
    .comparison-funds-list
    .funds-comparison-actions
    .comparison-copy {
    order: -1;
    width: 100%;
    margin: 0;
  }
  .ce-funds-pp
    .comparison-funds-list
    .funds-comparison-actions
    .comparison-copy
    > span {
    display: inline;
  }
}
@media only screen and (max-width: 938px) {
  .ce-funds-pp
    .comparison-funds-list
    .funds-comparison-actions
    .selection-reset {
    margin-top: 14px;
  }
}
@media only screen and (max-width: 938px) {
  .ce-funds-pp
    .comparison-funds-list
    .funds-comparison-actions
    .compare-selected-funds {
    margin: 14px 30px 0 0;
  }
}
@media only screen and (max-width: 938px) {
  .ce-funds-pp .comparison-funds-list .funds-comparison-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.ce-fund-filters-headline {
  display: none;
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
}
@media only screen and (min-width: 491px) {
  .ce-fund-filters-headline {
    display: block;
  }
}
.ce-fund-filters-headline .ce-fund-filters-headline--title::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  width: 1px;
  height: 22px;
  margin: 0 10px;
  background-color: #dcdee1;
}
.ce-fund-filters-headline .ce-fund-filters-headline--count--result {
  color: #414956;
  font-size: 27px;
  font-weight: bold;
}
.ce-fund-filters-headline .ce--pricing-and-performance--help {
  display: inline-block;
  z-index: 4;
  top: 26px;
  left: 0;
  color: #000;
  line-height: 22px;
  white-space: normal;
}
.ce-funds--share-class-info {
  display: inline;
  position: relative;
  overflow: hidden;
  outline: none;
  line-height: 18px;
}
.ce-funds--share-class-info::after {
  cursor: pointer;
}
.ce-funds--share-class-info:hover,
.ce-funds--share-class-info:focus {
  overflow: visible;
}
.ce-funds--share-class-info:hover .ce--pricing-and-performance--help,
.ce-funds--share-class-info:focus .ce--pricing-and-performance--help {
  visibility: visible;
}
@media only screen and (max-width: 490px) {
  .ce-funds--share-class-info:hover .ce--pricing-and-performance--help,
  .ce-funds--share-class-info:focus .ce--pricing-and-performance--help {
    display: none;
  }
}
@media only screen and (max-width: 938px) {
  .ce-funds--share-class-info {
    display: inline-block;
    position: relative;
    vertical-align: middle;
  }
  .ce-funds--share-class-info:hover .ce--pricing-and-performance--help,
  .ce-funds--share-class-info:focus .ce--pricing-and-performance--help {
    visibility: visible;
    top: 37px;
    right: -100px;
    left: inherit;
  }
}
.ce-funds-table-cell--funds-link:focus {
  position: relative;
  z-index: 3;
  outline: 0;
  background-color: #fff;
}
.ce--funds--single-share-class {
  margin-right: 10px;
}
.ce--funds--table-body--cell .morningstarFill::after {
  display: inline-block;
  font-family: "Fidelity Icon Font";
  font-size: 1em;
  font-weight: normal;
  text-decoration: none !important;
  content: "";
  margin-right: 1px;
  font-size: 0.8em;
}
.ce--funds--table-body--cell .morningstar::after {
  display: inline-block;
  font-family: "Fidelity Icon Font";
  font-size: 1em;
  font-weight: normal;
  text-decoration: none !important;
  content: "";
  margin-right: 1px;
  font-size: 0.8em;
}
.ce--funds--table-body--cell .risk-ratings--row > span {
  display: inline-block;
}
.ce--funds--table-body--cell .risk-ratings--row .risk-level {
  display: inline-block;
  position: relative;
  width: 22px;
  height: 22px;
  margin: 0 12px;
  border-radius: 22px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 22px;
  text-align: center;
}
.ce--funds--table-body--cell .risk-ratings--row .risk-level.level1 {
  background-color: #c74bd5;
}
.ce--funds--table-body--cell
  .risk-ratings--row
  .risk-level.level1::before,
.ce--funds--table-body--cell
  .risk-ratings--row
  .risk-level.level1::after {
  background-color: #c74bd5;
}
.ce--funds--table-body--cell .risk-ratings--row .risk-level.level2 {
  background-color: #ae30bc;
}
.ce--funds--table-body--cell
  .risk-ratings--row
  .risk-level.level2::before,
.ce--funds--table-body--cell
  .risk-ratings--row
  .risk-level.level2::after {
  background-color: #ae30bc;
}
.ce--funds--table-body--cell .risk-ratings--row .risk-level.level3 {
  background-color: #9514a3;
}
.ce--funds--table-body--cell
  .risk-ratings--row
  .risk-level.level3::before,
.ce--funds--table-body--cell
  .risk-ratings--row
  .risk-level.level3::after {
  background-color: #9514a3;
}
.ce--funds--table-body--cell .risk-ratings--row .risk-level.level4 {
  background-color: #841b8f;
}
.ce--funds--table-body--cell
  .risk-ratings--row
  .risk-level.level4::before,
.ce--funds--table-body--cell
  .risk-ratings--row
  .risk-level.level4::after {
  background-color: #841b8f;
}
.ce--funds--table-body--cell .risk-ratings--row .risk-level.level5 {
  background-color: #72217b;
}
.ce--funds--table-body--cell
  .risk-ratings--row
  .risk-level.level5::before,
.ce--funds--table-body--cell
  .risk-ratings--row
  .risk-level.level5::after {
  background-color: #72217b;
}
.ce--funds--table-body--cell .risk-ratings--row .risk-level::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: calc(50% - 4px);
  left: -8px;
  width: 100%;
  height: 8px;
  border-radius: 16px;
}
.ce--funds--table-body--cell .risk-ratings--row .risk-level::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: calc(50% - 4px);
  left: 8px;
  width: 100%;
  height: 8px;
  border-radius: 16px;
}
.ce--funds--table-body--cell .risk-ratings--row .orso-risk-level {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 12px;
  padding-top: 1px;
  border-radius: 3px;
  color: #20242b;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
}
.ce--funds--table-body--cell
  .risk-ratings--row
  .orso-risk-level.orso-level1 {
  background-color: #feeab8;
}
.ce--funds--table-body--cell
  .risk-ratings--row
  .orso-risk-level.orso-level1::before,
.ce--funds--table-body--cell
  .risk-ratings--row
  .orso-risk-level.orso-level1::after {
  background-color: #feeab8;
}
.ce--funds--table-body--cell
  .risk-ratings--row
  .orso-risk-level.orso-level2 {
  background-color: #fedb84;
}
.ce--funds--table-body--cell
  .risk-ratings--row
  .orso-risk-level.orso-level2::before,
.ce--funds--table-body--cell
  .risk-ratings--row
  .orso-risk-level.orso-level2::after {
  background-color: #fedb84;
}
.ce--funds--table-body--cell
  .risk-ratings--row
  .orso-risk-level.orso-level3 {
  background-color: #fecc47;
}
.ce--funds--table-body--cell
  .risk-ratings--row
  .orso-risk-level.orso-level3::before,
.ce--funds--table-body--cell
  .risk-ratings--row
  .orso-risk-level.orso-level3::after {
  background-color: #fecc47;
}
.ce--funds--table-body--cell
  .risk-ratings--row
  .orso-risk-level.orso-level4 {
  background-color: #feb500;
}
.ce--funds--table-body--cell
  .risk-ratings--row
  .orso-risk-level.orso-level4::before,
.ce--funds--table-body--cell
  .risk-ratings--row
  .orso-risk-level.orso-level4::after {
  background-color: #feb500;
}
.ce--funds--table-body--cell
  .risk-ratings--row
  .orso-risk-level.orso-level5 {
  background-color: #fea900;
}
.ce--funds--table-body--cell
  .risk-ratings--row
  .orso-risk-level.orso-level5::before,
.ce--funds--table-body--cell
  .risk-ratings--row
  .orso-risk-level.orso-level5::after {
  background-color: #fea900;
}
.ce--funds--table-body--cell
  .risk-ratings--row
  .orso-risk-level.orso-level6 {
  background-color: #fd9c23;
}
.ce--funds--table-body--cell
  .risk-ratings--row
  .orso-risk-level.orso-level6::before,
.ce--funds--table-body--cell
  .risk-ratings--row
  .orso-risk-level.orso-level6::after {
  background-color: #fd9c23;
}
.ce--funds--table-body--cell
  .risk-ratings--row
  .orso-risk-level.orso-level7 {
  background-color: #eb7b00;
}
.ce--funds--table-body--cell
  .risk-ratings--row
  .orso-risk-level.orso-level7::before,
.ce--funds--table-body--cell
  .risk-ratings--row
  .orso-risk-level.orso-level7::after {
  background-color: #eb7b00;
}
.ce--funds--table-body--cell .risk-ratings--row .orso-levelna {
  width: auto;
}
.ce--funds--table-body--cell .risk-ratings--row small sup {
  font-size: 12px;
}
@media only screen and (max-width: 490px) {
  .ce--funds--table-body--cell .risk-ratings--row .body-xs {
    font-size: 12px;
  }
  .ce--funds--table-body--cell .risk-ratings--row .morningstarFill {
    font-size: 14px;
  }
  .ce--funds--table-body--cell .risk-ratings--row .morningstar {
    font-size: 14px;
  }
}
.riskClassDisclaimer {
  margin-top: 15px;
  margin-bottom: 15px;
  border-collapse: collapse;
  border: 1px solid #ccc;
  color: #20242b;
  font-size: 0.85em;
}
.riskClassDisclaimer .col1 {
  width: 250px;
}
.riskClassDisclaimer .col2,
.riskClassDisclaimer .col3 {
  width: 115px;
}
.riskClassDisclaimer th,
.riskClassDisclaimer td {
  padding: 5px 10px;
  border-collapse: collapse;
  border: 1px solid #ccc;
  text-align: center;
}
.riskClassDisclaimer thead tr:first-child th:first-child,
.riskClassDisclaimer td:first-child {
  font-weight: bold;
  text-align: left;
}
.riskClassDisclaimer thead tr:first-child th:first-child {
  vertical-align: top;
}
p.auto-margin {
  margin-bottom: auto;
}
.ce-fund-groupBy-tooltip {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
}
.ce-fund-groupBy-tooltip .ce--pricing-and-performance--help {
  display: inline-block;
  z-index: 4;
  top: 22px;
  left: 0;
  color: #000;
  line-height: 22px;
  white-space: normal;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
.ce-funds--groupBy-tooltip-info {
  display: inline;
  position: relative;
  overflow: hidden;
  outline: none;
  line-height: 18px;
}
.ce-funds--groupBy-tooltip-info::after {
  cursor: pointer;
}
.ce-funds--groupBy-tooltip-info:hover,
.ce-funds--groupBy-tooltip-info:focus {
  overflow: visible;
}
.ce-funds--groupBy-tooltip-info:hover .ce--pricing-and-performance--help,
.ce-funds--groupBy-tooltip-info:focus .ce--pricing-and-performance--help {
  visibility: visible;
}
@media only screen and (max-width: 490px) {
  .ce-funds--groupBy-tooltip-info:hover
    .ce--pricing-and-performance--help,
  .ce-funds--groupBy-tooltip-info:focus
    .ce--pricing-and-performance--help {
    right: -100px;
  }
}
#video-player-region {
  overflow: hidden;
}
#video-player-region {
  margin-bottom: 15px;
}
#editProfile hr,
#manage-dashboard hr,
#manage-notifications hr,
#manage-webcasts hr,
#preference-center hr,
#setPassword hr {
  margin: 20px 0;
}
#manage-dashboard .top-info {
  margin: 0 0 20px;
}
#manage-dashboard .dynamic-modules-container label,
#manage-dashboard
  .dynamic-modules-container
  #forgot-form-container
  .error
  input,
#forgot-form-container
  .error
  #manage-dashboard
  .dynamic-modules-container
  input,
#manage-dashboard
  .dynamic-modules-container
  #recover-credentials-form-container
  .error
  input,
#recover-credentials-form-container
  .error
  #manage-dashboard
  .dynamic-modules-container
  input {
  color: #000;
}
#manage-dashboard .dashboard-preview-container {
  padding: 10px;
}
#manage-dashboard .dashboard-container .dashboard-item {
  height: 250px;
  padding: 20px;
  overflow-y: auto;
  border: 1px solid #dcdee1;
}
#manage-dashboard .dashboard-container .dashboard-item h2 {
  -ms-word-break: break-all;
  word-break: break-all;
}
@media screen and (max-width: 810px) {
  #manage-dashboard .dashboard-preview-container {
    display: none;
  }
}
#manage-dashboard .dynamic-modules-container li,
#manage-dashboard .static-modules-container li {
  margin-bottom: 5px;
  background-color: #eeeff0;
}
#manage-dashboard .dynamic-modules-container li {
  padding: 2px 5px;
}
#manage-dashboard .static-modules-container li {
  padding: 5px 5px 5px 15px;
}
.manage-webcasts-noevents img {
  margin-bottom: 15px;
}
.manage-webcasts-noevents .panel-header {
  margin-bottom: 25px;
}
.manage-webcasts-noevents .panel-content > :last-child {
  margin-bottom: 0;
}
@media print, screen and (max-width: 50.62375em) {
  .manage-webcasts-noevents .panel-content:not(:first-child) img {
    margin-top: 35px;
  }
}
#preference-center .accordion-content {
  color: #515b6b;
}
#preference-center .header-container {
  margin-bottom: 5px;
  padding: 0 35px 0 0;
}
#preference-center .watchlist-item {
  position: relative;
}
#preference-center .fundinfo-container {
  padding: 10px 35px 10px 0;
  border-top: 1px #dcdee1 solid;
}
#preference-center .fund-remove {
  position: absolute;
  top: 5px;
  right: 0;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
#preference-center .fund-remove.icon-cross-regular::before {
  display: block;
  padding: 5px 0 0 7px;
  color: #016fad;
}
#login-dropdown {
  z-index: 110;
}
#notifications-region,
#save-data-region,
#user-credentials-region {
  margin-top: 40px;
}
.registration hr {
  margin-top: 20px;
  margin-bottom: 20px;
}
.registration .checkbox-container,
.registration .radiobutton-container {
  margin-bottom: 15px;
}
.registration button + p {
  margin-top: 14px;
}
.registration-success .panel-footer {
  margin-top: 50px;
}
#account-activation-region {
  margin-top: 30px;
}
.ce-registration--online-access {
  margin-top: 25px;
}
.hideme-container {
  line-height: normal;
}
.flex-container {
  display: flex;
}
.flex-container > .flex-item {
  flex: 1 1 auto;
}
@media print, screen and (min-width: 50.625em) {
  .large-flex-container {
    display: flex;
  }
  .large-flex-container > .flex-item {
    flex: 1 1 auto;
  }
}
@media print, screen and (min-width: 32em) and (max-width: 50.62375em) {
  .medium-flex-container {
    display: flex;
  }
  .medium-flex-container > .flex-item {
    flex: 1 1 auto;
  }
}
@media print, screen and (max-width: 31.99875em) {
  .small-flex-container {
    display: flex;
  }
  .small-flex-container > .flex-item {
    flex: 1 1 auto;
  }
}
.cursor-pointer {
  cursor: pointer;
}
.borderTopDivider {
  margin: 30px 0;
  border-top: 3px solid #a2d830;
}
.hide-pseudo::before {
  display: none;
}
.hide-pseudo::after {
  display: none;
}
input[type="text"]::-ms-clear {
  display: none !important;
}
.flex-container > .flex-item {
  min-width: 1px;
}
@media print, screen and (min-width: 50.625em) {
  .large-flex-container > .flex-item {
    min-width: 1px;
  }
}
@media print, screen and (min-width: 32em) and (max-width: 50.62375em) {
  .medium-flex-container > .flex-item {
    min-width: 1px;
  }
}
@media print, screen and (max-width: 31.99875em) {
  .small-flex-container > .flex-item {
    min-width: 1px;
  }
}
@keyframes downloadingPDF {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-359deg);
  }
}
.downloadingPDF {
  display: inline-block;
  height: 1rem;
  margin: 0.1875rem;
  animation: downloadingPDF 2s infinite linear;
  line-height: 1rem;
}
@media print {
  body {
    width: 100% !important;
  }
  li::before,
  .author-content,
  .presscontact-container,
  .related-funds-container,
  .label-pro,
  .label {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }
  .grid-container .large-grid-margin-x-large .large-16,
  .grid-container .large-grid-margin-x-large .large-18,
  .grid-container .page-article-latest-thinking-container .large-16,
  .grid-container .page-article-latest-thinking-container .large-18 {
    width: 100%;
  }
  .grid-container .large-grid-margin-x-large .large-6,
  .grid-container .large-grid-margin-x-large .large-8,
  .grid-container .page-article-latest-thinking-container .large-6,
  .grid-container .page-article-latest-thinking-container .large-8 {
    width: 100%;
  }
  .grid-container
    .large-grid-margin-x-large
    .large-6
    .article-sidebar
    .author-container
    .cell.medium-8.large-24,
  .grid-container
    .large-grid-margin-x-large
    .large-8
    .article-sidebar
    .author-container
    .cell.medium-8.large-24,
  .grid-container
    .page-article-latest-thinking-container
    .large-6
    .article-sidebar
    .author-container
    .cell.medium-8.large-24,
  .grid-container
    .page-article-latest-thinking-container
    .large-8
    .article-sidebar
    .author-container
    .cell.medium-8.large-24 {
    width: calc(33.33333% - 1.5625rem);
  }
  .grid-container
    .large-grid-margin-x-large
    .large-6
    .article-sidebar
    .author-container
    .cell.medium-16.large-24,
  .grid-container
    .large-grid-margin-x-large
    .large-8
    .article-sidebar
    .author-container
    .cell.medium-16.large-24,
  .grid-container
    .page-article-latest-thinking-container
    .large-6
    .article-sidebar
    .author-container
    .cell.medium-16.large-24,
  .grid-container
    .page-article-latest-thinking-container
    .large-8
    .article-sidebar
    .author-container
    .cell.medium-16.large-24 {
    width: calc(66.66667% - 1.5625rem);
  }
  .grid-container
    .large-grid-margin-x-large
    .large-6
    .article-sidebar
    .author-container:first-child,
  .grid-container
    .large-grid-margin-x-large
    .large-8
    .article-sidebar
    .author-container:first-child,
  .grid-container
    .page-article-latest-thinking-container
    .large-6
    .article-sidebar
    .author-container:first-child,
  .grid-container
    .page-article-latest-thinking-container
    .large-8
    .article-sidebar
    .author-container:first-child {
    border-top: 1px solid #e4e1de;
  }
  .grid-container
    .large-grid-margin-x-large
    .large-6
    .article-sidebar
    .author-container:not(:first-child),
  .grid-container
    .large-grid-margin-x-large
    .large-8
    .article-sidebar
    .author-container:not(:first-child),
  .grid-container
    .page-article-latest-thinking-container
    .large-6
    .article-sidebar
    .author-container:not(:first-child),
  .grid-container
    .page-article-latest-thinking-container
    .large-8
    .article-sidebar
    .author-container:not(:first-child) {
    border-top: none;
  }
  .grid-container
    .large-grid-margin-x-large
    .large-6
    .article-sidebar
    > div,
  .grid-container
    .large-grid-margin-x-large
    .large-6
    .article-sidebar
    .sidebar-item,
  .grid-container
    .large-grid-margin-x-large
    .large-8
    .article-sidebar
    > div,
  .grid-container
    .large-grid-margin-x-large
    .large-8
    .article-sidebar
    .sidebar-item,
  .grid-container
    .page-article-latest-thinking-container
    .large-6
    .article-sidebar
    > div,
  .grid-container
    .page-article-latest-thinking-container
    .large-6
    .article-sidebar
    .sidebar-item,
  .grid-container
    .page-article-latest-thinking-container
    .large-8
    .article-sidebar
    > div,
  .grid-container
    .page-article-latest-thinking-container
    .large-8
    .article-sidebar
    .sidebar-item {
    margin-top: 0.9375rem;
    padding-top: 0.9375rem;
    border-top: 1px solid #e4e1de;
  }
  .grid-container .large-grid-margin-x-large .cell,
  .grid-container .page-article-latest-thinking-container .cell {
    margin-left: 0;
    margin-right: 0;
  }
  .kv-widget {
    page-break-before: always;
  }
  .kv-widget .kv-play-icon {
    display: none;
  }
  .kv-widget .kv-thumbnail {
    width: 100% !important;
  }
  a[href]:after {
    content: "";
  }
  .show-for-medium-only {
    display: none !important;
  }
  .show-for-small-only {
    display: none !important;
  }
  .hide-for-xlarge {
    display: none !important;
  }
  #header {
    height: 70px;
  }
  #header-region {
    max-width: 1150px;
  }
  #header-region .logo-container {
    margin-top: 0;
    padding: 15px 0 0 0;
  }
  #header-region .logo {
    width: 132px;
    height: 40px;
  }
  .panels-region
    .cmp-container-panels
    .panels-container
    .panel
    .large-18 {
    width: 100%;
  }
  canvas {
    width: 100%;
    height: auto;
  }
  .sidebar-container.sticky {
    display: none !important;
  }
  .pacTool .pacToolWrapper {
    padding-top: 10px !important;
  }
  .pacTool .pacToolWrapper.ce * {
    box-sizing: inherit !important;
  }
  .pacTool .pacToolWrapper .leftCol {
    width: 100% !important;
    border-right: 0 !important;
  }
  .pacTool .pacToolWrapper .rightCol,
  .pacTool .pacToolWrapper .investmentPerformancePicChartCol,
  .pacTool .pacToolWrapper .investmentPerformancePacChartCol {
    width: 100% !important;
  }
  .pacTool .pacToolWrapper .box,
  .pacTool .pacToolWrapper .boxGrey {
    box-sizing: border-box;
    width: 100% !important;
    height: auto !important;
  }
  .pacTool .pacToolWrapper .box .elementWrapper,
  .pacTool .pacToolWrapper .boxGrey .elementWrapper {
    height: auto !important;
  }
  .pacTool .pacToolWrapper .box .lang_moltiplication_trigger,
  .pacTool .pacToolWrapper .boxGrey .lang_moltiplication_trigger {
    display: block;
  }
  .pacTool .pacToolWrapper .box .inputSwitchFundRow .chooseFundContent,
  .pacTool
    .pacToolWrapper
    .boxGrey
    .inputSwitchFundRow
    .chooseFundContent {
    width: auto !important;
  }
  .pacTool
    .pacToolWrapper
    .box
    .inputSwitchFundRow
    .chooseFundContent
    .chooseFund,
  .pacTool
    .pacToolWrapper
    .boxGrey
    .inputSwitchFundRow
    .chooseFundContent
    .chooseFund {
    width: 62% !important;
  }
  .pacTool .pacToolWrapper .box .colInput,
  .pacTool .pacToolWrapper .boxGrey .colInput {
    margin-top: 5px !important;
  }
  .pacTool .pacToolWrapper .initialSelection {
    border-right: 0 !important;
  }
  .pacTool .pacToolWrapper .furtherSelection.box {
    width: 49% !important;
    height: 158px !important;
    margin-bottom: 10px;
  }
  .pacTool .pacToolWrapper .objectivSelection.box {
    width: 49% !important;
    height: 158px !important;
  }
  .pacTool .pacToolWrapper .furtherSelection.boxGrey {
    width: 100% !important;
    height: 158px !important;
    margin-bottom: 10px;
  }
  .pacTool .pacToolWrapper .objectivSelection.boxGrey {
    width: 100% !important;
    height: 158px !important;
  }
  .pacTool .pacToolWrapper .table .tableHead > div,
  .pacTool .pacToolWrapper .table.resultsTable .tableBody > div > div,
  .pacTool
    .pacToolWrapper
    .table.paymentsTable
    .tableBody
    > div
    > div
    > div,
  .pacTool .pacToolWrapper .table .tableFoot > div {
    box-sizing: border-box;
    font-size: 12px !important;
  }
  .pacTool .pacToolWrapper .table .tableHead > div:nth-child(1),
  .pacTool
    .pacToolWrapper
    .table.resultsTable
    .tableBody
    > div
    > div:nth-child(1),
  .pacTool
    .pacToolWrapper
    .table.paymentsTable
    .tableBody
    > div
    > div
    > div:nth-child(1),
  .pacTool .pacToolWrapper .table .tableFoot > div:nth-child(1) {
    width: 45% !important;
  }
  .pacTool .pacToolWrapper .table .tableHead > div:nth-child(2),
  .pacTool
    .pacToolWrapper
    .table.resultsTable
    .tableBody
    > div
    > div:nth-child(2),
  .pacTool
    .pacToolWrapper
    .table.paymentsTable
    .tableBody
    > div
    > div
    > div:nth-child(2),
  .pacTool .pacToolWrapper .table .tableFoot > div:nth-child(2) {
    width: 20% !important;
  }
  .pacTool .pacToolWrapper .table .tableHead > div:nth-child(3),
  .pacTool
    .pacToolWrapper
    .table.resultsTable
    .tableBody
    > div
    > div:nth-child(3),
  .pacTool
    .pacToolWrapper
    .table.paymentsTable
    .tableBody
    > div
    > div
    > div:nth-child(3),
  .pacTool .pacToolWrapper .table .tableFoot > div:nth-child(3) {
    width: 20% !important;
  }
  .pacTool .pacToolWrapper .table .cellTitle {
    width: 68% !important;
    padding-left: 10px !important;
  }
  .pacTool .pacToolWrapper .table .amount {
    width: 25% !important;
  }
  .pacTool .pacToolWrapper .resultsTableWrap {
    width: 100% !important;
  }
  .pacTool .pacToolWrapper .incomeTableWrap .table.incomeTable {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .pacTool
    .pacToolWrapper
    .incomeTableWrap
    .table.incomeTable
    .tableHead
    .th.col1.lang_switch_to_income_characteristics {
    width: 100% !important;
  }
  .pacTool
    .pacToolWrapper
    .incomeTableWrap
    .table.incomeTable
    .tableBody {
    width: 100%;
  }
  .pacToolTemplate .periodAnalysisChart {
    height: 400px !important;
  }
  .pacToolTemplate .periodAnalysisChart .chartPlaceholder {
    background-position: center center !important;
  }
  .pacToolTemplate .periodAnalysisChart .chartPlaceholder span {
    padding-top: 266px !important;
  }
  .pacTool .boxSmartPac .titleRow .chooseContent {
    width: 100%;
    float: left;
  }
  .incomeToolContainer.ce .tabsContent {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .incomeToolContainer.ce .tabsContent .incomeTool {
    width: 100%;
    max-width: 100%;
  }
  .incomeToolContainer.ce .tabsContent .incomeTool .scroller {
    width: 100%;
    overflow: auto !important;
    overflow-y: hidden !important;
    margin-bottom: 10px;
  }
  .incomeToolContainer.ce
    .tabsContent
    .incomeTool
    .selectedFund
    .scroller
    .scroller-inner {
    min-width: 540px;
  }
  .incomeToolContainer.ce
    .tabsContent
    .incomeTool
    .tableFoot
    .scroller
    .scroller-inner {
    min-width: 540px;
  }
  .incomeToolContainer.ce .tabsContent .incomeTool .cMatrix {
    display: block !important;
    page-break-before: always;
  }
  .incomeToolContainer.ce
    .tabsContent
    .incomeTool
    .cMatrix
    .cMatrixSwitcher
    .custom-btn {
    background-position: 4px -222px;
  }
  .incomeToolContainer.ce .tabsContent .incomeTool .cMatrix .cMatrixCont {
    display: block !important;
    font-size: 0.75rem !important;
  }
  .incomeToolContainer.ce
    .tabsContent
    .incomeTool
    .cMatrix
    .cMatrixCont
    .scroller-inner {
    width: 100%;
    min-width: 100%;
  }
  .incomeToolContainer.ce
    .tabsContent
    .incomeTool
    .cMatrix
    .cMatrixCont
    .scroller-inner
    .matrixTable
    .funds
    .row
    .col {
    height: 30px;
  }
  .incomeToolContainer.ce
    .tabsContent
    .incomeTool
    .cMatrix
    .cMatrixCont
    .scroller-inner
    .matrixTable
    .row {
    height: 24px !important;
    border-bottom: none !important;
  }
  .incomeToolContainer.ce
    .tabsContent
    .incomeTool
    .cMatrix
    .cMatrixCont
    .scroller-inner
    .matrixTable
    .row
    .col {
    padding-top: 0;
  }
  .incomeToolContainer.ce
    .tabsContent
    .incomeTool
    .cMatrix
    .cMatrixCont
    .scroller-inner
    .matrixTable
    .row
    .col.name {
    width: 38%;
  }
  .incomeToolContainer.ce
    .tabsContent
    .incomeTool
    .cMatrix
    .cMatrixCont
    .scroller-inner
    .matrixTable
    .row
    .col:not(.name) {
    width: 6%;
  }
  .incomeToolContainer.ce
    .tabsContent
    .incomeTool
    .cMatrix
    .cMatrixCont
    .scroller-inner
    .matrixTable
    .row
    .col:not(.name)
    .inner {
    line-height: 29px;
  }
  .incomeToolContainer.ce
    .tabsContent
    .incomeTool
    .cMatrix
    .cMatrixCont
    .scroller-inner
    .matrixTable
    .row
    .col
    .inner {
    padding-left: 0;
    height: 29px;
  }
  .incomeToolContainer.ce
    .tabsContent
    .incomeTool
    .portfolio-breaktrough {
    display: block !important;
  }
  .incomeToolContainer.ce
    .tabsContent
    .incomeTool
    .portfolio-breaktrough
    .pbSwitcher
    .custom-btn {
    background-position: 4px -222px;
  }
  .incomeToolContainer.ce
    .tabsContent
    .incomeTool
    .portfolio-breaktrough
    .pb-content {
    display: block !important;
  }
  .incomeToolContainer.ce .tabsContent .incomeTool .center {
    text-align: center !important;
  }
  .incomeToolContainer.ce
    .tabsContent
    .incomeTool.ce
    .fundsTable
    .tableHead
    .th.col2,
  .incomeToolContainer.ce
    .tabsContent
    .incomeTool.ce
    .fundsTable
    .tableHead
    .th.col3,
  .incomeToolContainer.ce
    .tabsContent
    .incomeTool.ce
    .fundsTable
    .tableHead
    .th.col4,
  .incomeToolContainer.ce
    .tabsContent
    .incomeTool.ce
    .fundsTable
    .tableHead
    .th.col5,
  .incomeToolContainer.ce
    .tabsContent
    .incomeTool.ce
    .fundsTable
    .tableHead
    .th.col6,
  .incomeToolContainer.ce
    .tabsContent
    .incomeTool.ce
    .fundsTable
    .tableHead
    .th.col7 {
    display: none;
  }
  .incomeToolContainer.ce
    .tabsContent
    .incomeTool.ce
    .fundsTable
    .tableFoot
    .td.col1 {
    display: none;
  }
  .incomeToolContainer.ce
    .tabsContent
    .incomeTool.ce
    .fundsTable
    .tableFoot
    .td.col2,
  .incomeToolContainer.ce
    .tabsContent
    .incomeTool.ce
    .fundsTable
    .tableFoot
    .td.col3,
  .incomeToolContainer.ce
    .tabsContent
    .incomeTool.ce
    .fundsTable
    .tableFoot
    .td.col4,
  .incomeToolContainer.ce
    .tabsContent
    .incomeTool.ce
    .fundsTable
    .tableFoot
    .td.col5,
  .incomeToolContainer.ce
    .tabsContent
    .incomeTool.ce
    .fundsTable
    .tableFoot
    .td.col6,
  .incomeToolContainer.ce
    .tabsContent
    .incomeTool.ce
    .fundsTable
    .tableFoot
    .td.col7 {
    box-sizing: border-box;
    width: 16.6666%;
  }
  .incomeToolContainer.ce
    .tabsContent
    .incomeTool.ce
    .fundsTable
    .tableBody
    .selectedFund.empty
    .td {
    border: 0;
  }
  .incomeToolContainer.ce
    .tabsContent
    .incomeTool.ce
    .fundsTable
    .tableBody
    .selectedFund.empty
    .td.col2,
  .incomeToolContainer.ce
    .tabsContent
    .incomeTool.ce
    .fundsTable
    .tableBody
    .selectedFund.empty
    .td.col3,
  .incomeToolContainer.ce
    .tabsContent
    .incomeTool.ce
    .fundsTable
    .tableBody
    .selectedFund.empty
    .td.col4,
  .incomeToolContainer.ce
    .tabsContent
    .incomeTool.ce
    .fundsTable
    .tableBody
    .selectedFund.empty
    .td.col5,
  .incomeToolContainer.ce
    .tabsContent
    .incomeTool.ce
    .fundsTable
    .tableBody
    .selectedFund.empty
    .td.col6,
  .incomeToolContainer.ce
    .tabsContent
    .incomeTool.ce
    .fundsTable
    .tableBody
    .selectedFund.empty
    .td.col7 {
    display: none;
  }
  .incomeToolContainer.ce
    .tabsContent
    .incomeTool.ce
    .fundsTable
    .tableBody
    .selectedFund.empty
    .td.col1 {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    float: none;
    border-bottom: 0;
  }
  .incomeToolContainer.ce
    .tabsContent
    .incomeTool.ce
    .fundsTable
    .tableBody
    .selectedFund.empty
    .name {
    width: auto !important;
    margin-right: 30px;
  }
  .incomeToolContainer.ce
    .tabsContent
    .incomeTool.ce
    .fundsTable
    .tableBody
    .selectedFund
    .fundname
    .name {
    width: 70%;
  }
  .incomeToolContainer.ce
    .tabsContent
    .incomeTool.ce
    .fundsTable
    .tableBody
    .selectedFund
    div {
    display: block;
    overflow: hidden;
  }
  .incomeToolContainer.ce
    .tabsContent
    .incomeTool.ce
    .fundsTable
    .tableBody
    .selectedFund
    div
    .td {
    box-sizing: border-box;
    width: 16.6666%;
    height: 49px;
  }
  .incomeToolContainer.ce
    .tabsContent
    .incomeTool.ce
    .fundsTable
    .tableBody
    .selectedFund
    .inner-headline {
    display: block;
  }
  .incomeToolContainer.ce
    .tabsContent
    .incomeTool.ce
    .fundsTable
    .tableBody
    .selectedFund
    .inner-headline
    .td {
    height: auto;
    border: 0;
    color: #444;
    font-size: 11px;
    line-height: 100%;
    text-align: right;
    vertical-align: bottom;
  }
  .incomeToolContainer.ce
    .tabsContent
    .incomeTool.ce
    .fundsTable
    .tableBody
    .selectedFund
    .inner-headline
    .td:first-child {
    text-align: left;
  }
  .incomeToolContainer.ce .tabsContent .incomeTool .updatedDate {
    margin-top: 0;
  }
  .incomeToolContainer.ce .tabsContent .incomeTool .charts {
    width: 100%;
  }
  .incomeToolContainer.ce .tabsContent .incomeTool .charts .barChart {
    width: 100%;
    max-width: 100%;
    border-top: 1px solid #dfe2e6;
  }
  .incomeToolContainer.ce .tabsContent .incomeTool .charts.fallback {
    width: 100%;
  }
  .incomeToolContainer.ce
    .tabsContent
    .incomeTool
    .charts.fallback
    .fallbackText {
    width: auto;
  }
  .incomeToolContainer.ce
    .tabsContent
    .incomeTool
    .charts
    .allocationCharts {
    width: 100%;
    margin: 0 auto;
    border-bottom: 0;
  }
  .incomeToolContainer.ce .tabsContent .incomeTool .couponsAndNAVdata {
    width: 100% !important;
  }
  .incomeToolContainer.ce
    .tabsContent
    .incomeTool
    .couponsAndNAVdata
    .totalData
    .tableBody,
  .incomeToolContainer.ce
    .tabsContent
    .incomeTool
    .couponsAndNAVdata
    .totalData
    .tableHead {
    float: right;
  }
  .incomeToolContainer.ce
    .tabsContent
    .incomeTool
    .couponsAndNAVdata
    .navcoup
    .tableHead
    .title,
  .incomeToolContainer.ce
    .tabsContent
    .incomeTool
    .couponsAndNAVdata
    .navcoup
    .tableBody
    .couponsAndNAVdataTitel {
    width: 50%;
  }
  .incomeToolContainer.ce
    .tabsContent
    .incomeTool
    .couponsAndNAVdata
    .navcoup
    .tableHead
    .monthlyTitel,
  .incomeToolContainer.ce
    .tabsContent
    .incomeTool
    .couponsAndNAVdata
    .navcoup
    .tableHead
    .anualTitel,
  .incomeToolContainer.ce
    .tabsContent
    .incomeTool
    .couponsAndNAVdata
    .navcoup
    .tableBody
    .tr
    .value {
    width: 25%;
  }
  .incomeToolContainer.ce .tabsContent .incomeTool .scroll-fundtable {
    overflow: hidden;
  }
  .incomeToolContainer.ce .tabsContent .incomeTool .periodOptions {
    height: auto !important;
  }
  .incomeToolContainer.ce
    .tabsContent
    .incomeTool
    .periodOptions
    .periodPicker {
    float: none !important;
    height: auto !important;
  }
  .incomeToolContainer.ce
    .tabsContent
    .incomeTool
    .periodOptions
    .selectMonth {
    height: auto !important;
    margin: 20px 0 !important;
    float: none !important;
  }
  .incomeToolContainer.ce
    .tabsContent
    .incomeTool
    .periodOptions
    .selectMonth
    div {
    height: auto;
    margin: 0;
  }
}
.unsubscribe-container {
  max-width: 780px;
  margin: 0 auto;
}
.unsubscribe-container .unsub-bol {
  font-weight: bold;
}
.unsubscribe-container .unsub-verify-img {
  height: 50px;
}
.unsubscribe-container .input-text {
  display: inline-block;
  width: 150px;
  height: 30px;
  margin-bottom: 0;
}
.unsubscribe-container .unsub-verify-img em img {
  width: 100px;
  height: 30px;
  cursor: pointer;
}
.unsubscribe-container .unsub-verify {
  margin-bottom: 15px;
}
.unsubscribe-container .unsub-verify .error {
  color: #b22029;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
}
.unsubscribe-container ul.unsub-list > p {
  color: #b22029;
}
.unsubscribe-container .club-error input {
  border: 1px solid #b22029;
}
.unsubscribe-container .unsub-step2 ul.unsub-list {
  margin-bottom: 30px;
}
.unsubscribe-container .unsub-step2 ul.unsub-list li {
  margin-top: 13px;
  padding: 20px 30px 30px 18px;
  background: #e7f1fb;
  line-height: 22px;
  list-style: none;
}
.unsubscribe-container .unsub-step2 em.unsub-checkbox {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #bcbdc0;
  background: #fff;
  cursor: pointer;
}
.unsubscribe-container .unsub-step2 em.unsub-select {
  border: none;
  background: #006193;
}
.unsubscribe-container .unsub-step2 .unsub-box::before {
  width: 0px;
  height: 0px;
}
.unsubscribe-container .unsub-step2 .unsub-box h3,
.unsubscribe-container .unsub-step2 .unsub-box p {
  padding-left: 39px;
}
.unsubscribe-container .icon-check-mark::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 3px;
  transition: all 0.2s;
  color: #fff;
  font-family: Fidelity Icon Font;
  font-size: 1em;
  font-size: 12px;
  font-weight: 400;
  line-height: 0.8;
  text-decoration: none;
}
.unsubscribe-container .cal-btn .input-btn-1 {
  width: 100%;
}
@media print, screen and (min-width: 32em) {
  .unsubscribe-container .cal-btn .input-btn-1 {
    width: 150px;
  }
}
.overlaybox {
  position: fixed;
  z-index: 101;
  top: 0;
  width: 100%;
  height: 100%;
}
.overlaybox .overlay-bg {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  background-color: rgba(0, 0, 0, 0.8);
}
.overlaybox .lightbox {
  position: fixed;
  z-index: 102;
  top: 50%;
  left: 50%;
  min-width: 80%;
  max-width: 85%;
  max-height: 100%;
  padding: 6% 5% 10%;
  overflow: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.overlaybox .lightbox .overlayInner {
  position: relative;
}
.overlaybox .lightbox .varify-body p {
  text-align: center;
}
.overlaybox .lightbox .emailDownloadLinks.emailNAV p {
  margin-top: 6px;
}
.overlaybox .lightbox .club-btn .input-btn-1 {
  display: block;
  width: 176px;
  margin: 35px auto 0;
}
@media print, screen and (min-width: 32em) and (max-width: 50.62375em) {
  .overlaybox .lightbox {
    left: 5%;
    width: 90%;
    min-width: 80%;
    max-width: 90%;
    padding: 2% 4% 5%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@media print, screen and (min-width: 50.625em) {
  .overlaybox .lightbox {
    top: 50%;
    left: 50%;
    width: auto;
    min-width: 60%;
    max-width: 60%;
    padding: 2% 3% 4%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}



.cmp-container-list .cmp-container-list-header {
  border-bottom: solid 2px #a2d830;
}
.cmp-container-list .cmp-container-list-content .button-group {
  margin: -5px -6px;
}
.cmp-container-list .cmp-container-list-content .button-group .button {
  margin: 5px 6px;
}
.cmp-container-list .item {
  padding: 8px 0 7px;
}
.cmp-container-list .item.link {
  cursor: pointer;
}
.cmp-container-list .item:not(:first-child) {
  border-top: solid 1px #e4e1de;
}
.cmp-container-list .item:last-child {
  padding-bottom: 10px;
}
.cmp-container-list .item .date {
  font-weight: bold;
}
.cmp-container-list .name.link {
  color: #016fad;
}
.cmp-container-list .name.link:hover {
  color: #00527c;
  text-decoration: underline;
}


html.is-reveal-open #root.bg-blur {
  -webkit-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
}
.registration-ul {
  list-style-type: disc !important;
  list-style-position: inside;
}
.registration-ul > li::before {
  background: #000 !important;
  border-radius: 100%;
}
.cmp-common-overlay .text {
  margin-top: 6px;
  margin-bottom: 10px;
}
.cmp-common-overlay .overlay-bg {
  background-color: #eeeff0;
}
.cmp-common-overlay .overlay-item-padding {
  padding: 25px;
}
.cmp-common-overlay .overlay-close-button {
  display: block;
  position: absolute;
  right: 0;
  padding: 10px;
  line-height: 1;
  cursor: pointer;
}
.cmp-common-overlay .overlay-close-button.icon-cross-regular::before {
  padding-right: 0;
  color: #016fad;
  font-size: 16px;
}
.cmp-common-overlay .text-reminder-highlight {
  color: #e51e17;
}


.overlay-authentication .info-container {
  max-height: 250px;
  margin-bottom: 20px;
  overflow-y: auto;
}
.overlay-authentication .overlay-leftcolumn,
.overlay-authentication .overlay-rightcolumn {
  margin: 25px 0;
  padding: 0 25px;
}
@media print, screen and (min-width: 62.5em) {
  .overlay-authentication .overlay-leftcolumn {
    border-right: 1px solid #dcdee1;
  }
}
@media print, screen and (max-width: 62.49875em) {
  .overlay-authentication .overlay-rightcolumn {
    margin: 0 25px;
    padding: 25px 0;
    border-top: 1px solid #dcdee1;
  }
}


#header-region .logo-container.delta {
  width: 445px;
  height: 49px;
  background: url("/static/france/images/delta/Combined-logo@1x.png")
    no-repeat;
  background-size: 445px 49px;
}
.cmp-common-info .notifications-container {
  margin: -15px -15px 15px;
}


#header-region .logo-container.delta {
  width: 445px;
  height: 49px;
  background: url("/static/france/images/delta/Combined-logo@1x.png")
    no-repeat;
  background-size: 445px 49px;
}
.cmp-common-search-result:not(.page) {
  background-color: #fff;
  color: #20242b;
  position: absolute;
  z-index: 110;
  right: 0;
  width: 100%;
  max-height: 450px;
  padding: 15px;
  overflow: auto;
  border: solid 1px #979da6;
  box-shadow: 2px 2px 4px 0 rgba(136, 136, 136, 0.4);
}
@media print, screen and (min-width: 32em) and (max-width: 50.62375em) {
  .cmp-common-search-result:not(.page) {
    min-width: 450px;
  }
}
@media print, screen and (max-width: 31.99875em) {
  .cmp-common-search-result:not(.page) {
    right: 0;
  }
}
@media only screen and (min-width: 512px) and (max-width: 1000px) {
  .cmp-common-search-result:not(.page):not(.single) {
    right: -180px;
  }
}
@media print, screen and (min-width: 32em) and (max-width: 50.62375em) {
  .cmp-common-search-result.single {
    min-width: 350px;
  }
}
@media print, screen and (min-width: 50.625em) {
  .cmp-common-search-result.single {
    min-width: 450px;
  }
}
@media print, screen and (min-width: 32em) {
  .cmp-common-search-result.notification {
    left: 0;
    width: 100%;
    min-width: 100%;
  }
}
@media print, screen and (max-width: 31.99875em) {
  .cmp-common-search-result.notification {
    left: 0;
    min-width: 250px;
  }
}
.cmp-common-search-result.fund-watchlist {
  left: 0;
  min-width: 100%;
  max-height: 350px;
}
.cmp-common-search-result.watchlist {
  left: 36px;
  width: calc(100% - 70px);
  min-width: calc(100% - 70px);
}
@media print, screen and (min-width: 50.625em) {
  .cmp-common-search-result {
    min-width: 750px;
  }
}


#header-region .logo-container.delta {
  width: 445px;
  height: 49px;
  background: url("/static/france/images/delta/Combined-logo@1x.png")
    no-repeat;
  background-size: 445px 49px;
}
header .search-container,
.cmp-common-search-header .search-container {
  position: relative;
}
header .search-container .icon-spyglass,
.cmp-common-search-header .search-container .icon-spyglass {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -11px;
  color: #515b6b;
  cursor: pointer;
}
header .search-container .icon-spyglass::before,
.cmp-common-search-header .search-container .icon-spyglass::before {
  font-size: 16px;
}
header .search-container.search-standalone input,
.cmp-common-search-header .search-container.search-standalone input {
  margin: 0;
}
header .mobile-search-result-region .cmp-common-search-result.single,
.cmp-common-search-header
  .mobile-search-result-region
  .cmp-common-search-result.single {
  min-width: auto;
}



#header-region .logo-container.delta {
  width: 445px;
  height: 49px;
  background: url("/static/france/images/delta/Combined-logo@1x.png")
    no-repeat;
  background-size: 445px 49px;
}
@media print {
  .panels-container .dark,
  .panels-container .light {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }
}
.panels-container .has-left-navigation .dark {
  padding-right: 25px;
  padding-left: 25px;
}
.panels-container .has-left-navigation .article-collection-hero-panel {
  position: relative;
}
@media print, screen and (max-width: 50.62375em) {
  .panels-container .has-left-navigation .left-region {
    margin-top: -50px;
    margin-bottom: 30px;
  }
}


.sticky-footer-container {
  z-index: 999;
  width: 100%;
  left: 0;
}
.sticky-footer-container.sticky {
  position: fixed;
  bottom: 0px;
}
.sticky-footer-container .sticky-cta-icon {
  margin-right: 10px;
  width: 16px;
  height: 16px;
  margin-top: -3px;
}
.sticky-footer-container .sticky-redirect-button {
  font-weight: 300;
}
.sticky-footer-container .sticky-checkbox-container label {
  font-size: 1.1rem;
}
.sticky-footer-container
  .sticky-checkbox-container
  input[type="checkbox"]
  + label
  span,
.sticky-footer-container
  .sticky-checkbox-container
  #recover-credentials-form-container
  .error
  input[type="checkbox"]
  + input
  span,
.sticky-footer-container
  .sticky-checkbox-container
  #forgot-form-container
  .error
  input[type="checkbox"]
  + input
  span,
.sticky-footer-container
  .sticky-checkbox-container
  input[type="radio"]
  + label
  span,
.sticky-footer-container
  .sticky-checkbox-container
  #recover-credentials-form-container
  .error
  input[type="radio"]
  + input
  span,
.sticky-footer-container
  .sticky-checkbox-container
  #forgot-form-container
  .error
  input[type="radio"]
  + input
  span {
  border: 1px solid gray;
}
.sticky-footer-container
  .sticky-checkbox-container
  input[type="checkbox"]
  + label
  span,
.sticky-footer-container
  .sticky-checkbox-container
  #recover-credentials-form-container
  .error
  input[type="checkbox"]
  + input
  span,
.sticky-footer-container
  .sticky-checkbox-container
  #forgot-form-container
  .error
  input[type="checkbox"]
  + input
  span,
.sticky-footer-container
  .sticky-checkbox-container
  input[type="radio"]
  + label
  span,
.sticky-footer-container
  .sticky-checkbox-container
  #recover-credentials-form-container
  .error
  input[type="radio"]
  + input
  span,
.sticky-footer-container
  .sticky-checkbox-container
  #forgot-form-container
  .error
  input[type="radio"]
  + input
  span {
  border: 1px solid gray;
}
.sticky-footer-container
  .sticky-checkbox-container
  input[type="checkbox"]:checked
  + label
  span,
.sticky-footer-container
  .sticky-checkbox-container
  #recover-credentials-form-container
  .error
  input[type="checkbox"]:checked
  + input
  span,
.sticky-footer-container
  .sticky-checkbox-container
  #forgot-form-container
  .error
  input[type="checkbox"]:checked
  + input
  span,
.sticky-footer-container
  .sticky-checkbox-container
  input[type="radio"]
  + label
  span,
.sticky-footer-container
  .sticky-checkbox-container
  #recover-credentials-form-container
  .error
  input[type="radio"]
  + input
  span,
.sticky-footer-container
  .sticky-checkbox-container
  #forgot-form-container
  .error
  input[type="radio"]
  + input
  span {
  background-color: #006193;
  border-color: #006193;
}
.sticky-footer-container
  .sticky-checkbox-container
  input[type="checkbox"]:checked
  + label
  span::before,
.sticky-footer-container
  .sticky-checkbox-container
  #recover-credentials-form-container
  .error
  input[type="checkbox"]:checked
  + input
  span::before,
.sticky-footer-container
  .sticky-checkbox-container
  #forgot-form-container
  .error
  input[type="checkbox"]:checked
  + input
  span::before {
  color: #fff;
  font-size: 0.6rem;
  left: 4px;
  top: -1px;
}
.sticky-footer-container .sticky-container-mobile {
  position: relative;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}
.sticky-footer-container .sticky-container-mobile .sticky-title {
  font-size: 1.1rem;
}
.sticky-footer-container .sticky-container-mobile .sticky-footer-content {
  margin-top: 0.8rem;
}
.sticky-footer-container
  .sticky-container-mobile
  .sticky-footer-content
  p {
  margin-bottom: 0.8rem;
}
.sticky-footer-container
  .sticky-container-mobile
  .sticky-checkbox-container {
  margin-top: 0.8rem;
}
.sticky-footer-container .sticky-container-mobile .sticky-close-button {
  top: 5px;
}
.sticky-footer-container
  .sticky-container-mobile
  .sticky-close-button.overlay-close-button.icon-cross-regular::before {
  color: #000;
}
.sticky-footer-container .sticky-container-mobile .sticky-mobile-image {
  display: block;
  margin-top: 0.8rem;
  max-height: 15rem;
}
.sticky-footer-container .sticky-container-pc {
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.sticky-footer-container .sticky-container-pc .sticky-title {
  font-size: 1.1rem;
}
.sticky-footer-container .sticky-container-pc .sticky-checkbox-container {
  margin-top: 1rem;
}
.sticky-footer-container .sticky-container-pc .sticky-pc-image {
  margin-top: -0.8rem;
  padding-left: 1rem;
}
@media print, screen and (min-width: 62.5em) {
  .sticky-footer-container .sticky-container-pc .sticky-pc-image {
    max-width: 21rem;
    max-height: 21rem;
  }
}
@media print,
  screen and (min-width: 42.4375em) and (max-width: 62.49875em) {
  .sticky-footer-container .sticky-container-pc .sticky-pc-image {
    max-width: 19rem;
    max-height: 19rem;
  }
}
.sticky-footer-container .sticky-container-pc .sticky-footer-content {
  margin-top: 1rem;
}
.sticky-footer-container .sticky-container-pc .sticky-footer-content p {
  margin-bottom: 1rem;
}
.sticky-footer-container .sticky-container-pc .leftContent {
  padding-right: 0.2rem;
}
.sticky-footer-container .sticky-container-pc .sticky-close-button {
  top: 10px;
  right: 40px;
}
.sticky-footer-container
  .sticky-container-pc
  .sticky-close-button.overlay-close-button.icon-cross-regular::before {
  color: #000;
}


.channel-switcher-component-container {
  color: #515b6b;
  line-height: 40px;
}
.channel-switcher-component-container .channel-switcher-topbar-container {
  max-width: 500px;
  margin: 0;
  padding: 0;
}
.channel-switcher-component-container .channel-switcher-cell {
  margin: 0;
}
.channel-switcher-component-container .icon:after {
  font-size: 13px;
}
.channel-switcher-component-container .channel-switcher-topbar-country {
  display: inline-block;
  cursor: pointer;
}
.channel-switcher-component-container
  .channel-switcher-topbar-country-flag {
  margin-right: 5px;
}
.channel-switcher-component-container
  .channel-switcher-topbar-country-flag
  img {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-bottom: 2px;
}
.channel-switcher-component-container
  .channel-switcher-topbar-country
  .channel-switcher-topbar-role-name {
  border-left: 1px solid #979da6;
  padding-left: 10px;
  margin-left: 10px;
}
.channel-switcher-component-container .channel-switcher-topbar-language {
  display: inline-block;
  margin-left: 15px;
  cursor: pointer;
}
.channel-switcher-component-container .channel-switcher-dropdown {
  background-color: #f7f7f8;
  max-height: 590px;
  min-width: 860px;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s all linear;
}
.channel-switcher-component-container .channel-switcher-dropdown.close {
  max-height: 0;
}
.channel-switcher-component-container .channel-switcher-dropdown-country {
  margin: 15px 15px -15px 0px;
  border-right: 1px solid #dcdee1;
  display: flex;
  flex-wrap: wrap;
}
.channel-switcher-component-container
  .channel-switcher-dropdown-country-headerline {
  margin-left: 12px;
  font-weight: 600;
  line-height: 25px;
}
.channel-switcher-component-container
  .channel-switcher-dropdown-country
  .Asia {
  width: 33%;
  height: 0%;
}
.channel-switcher-component-container
  .channel-switcher-dropdown-country
  .Asia
  .channel-switcher-dropdown-country-selector-item {
  width: 100%;
}
.channel-switcher-component-container
  .channel-switcher-dropdown-country
  .ME {
  width: 33%;
  height: 0%;
  order: 1;
}
.channel-switcher-component-container
  .channel-switcher-dropdown-country
  .ME
  .channel-switcher-dropdown-country-selector-item {
  width: 100%;
}
.channel-switcher-component-container
  .channel-switcher-dropdown-country
  .EU {
  width: 66%;
  height: 0%;
}
.channel-switcher-component-container
  .channel-switcher-dropdown-country
  .EU
  .channel-switcher-dropdown-country-selector-item {
  width: 45%;
}
.channel-switcher-component-container
  .channel-switcher-dropdown-country-selector
  > .channel-switcher-dropdown-country-selector-item {
  display: inline-block;
  padding-left: 10px;
  text-decoration: none;
  color: #515b6b;
  margin: 2px 0;
}
.channel-switcher-component-container
  .channel-switcher-dropdown-country-selector
  > .channel-switcher-dropdown-country-selector-item.country-placeholder {
  cursor: default;
}
.channel-switcher-component-container
  .channel-switcher-dropdown-country-selector
  > .channel-switcher-dropdown-country-selector-item.selected {
  background-color: #dcdee1;
}
.channel-switcher-component-container
  .channel-switcher-dropdown-country-selector
  > .channel-switcher-dropdown-country-selector-item
  img {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  border-radius: 50%;
  margin-bottom: 2px;
}
.channel-switcher-component-container
  .channel-switcher-dropdown-country-selector
  > .channel-switcher-dropdown-country-selector-item:not(
    .country-placeholder
  ):hover {
  background-color: #dcdee1;
}
.channel-switcher-component-container .channel-switcher-dropdown-sites {
  margin: 15px 0 0 0;
}
.channel-switcher-component-container
  .channel-switcher-dropdown-sites-headerline {
  margin-left: 10px;
  font-weight: 600;
  line-height: 25px;
}
.channel-switcher-component-container
  .channel-switcher-dropdown-sites-selector-item {
  padding-bottom: 7px;
  line-height: 21px;
  padding-top: 7px;
  display: inline-block;
  padding-left: 10px;
  text-decoration: none;
  color: #515b6b;
}
.channel-switcher-component-container
  .channel-switcher-dropdown-sites-selector-item.selected {
  background-color: #dcdee1;
}
.channel-switcher-component-container
  .channel-switcher-dropdown-sites-selector-item:hover {
  background-color: #dcdee1;
}
.channel-switcher-component-container .language-switcher-dropdown {
  position: absolute;
  padding: 0 10px;
  z-index: 1;
  overflow: hidden;
  background-color: #f7f7f8;
  transition: 0.5s all linear;
}
.channel-switcher-component-container .language-switcher-dropdown-name {
  text-decoration: none;
  margin-bottom: 10px;
  padding: 0 5px;
  color: #515b6b;
}
.channel-switcher-component-container
  .language-switcher-dropdown-name:first-child {
  margin-top: 10px;
}
.channel-switcher-component-container
  .language-switcher-dropdown-name:hover {
  background-color: #dcdee1;
}
.channel-switcher-component-container
  .language-switcher-dropdown-name.selected {
  background-color: #dcdee1;
}
.channel-switcher-component-container .language-switcher-dropdown.close {
  max-height: 0;
}
.channel-switcher-component-container .icon-at {
  background-image: url(/ui/images/spritesmith-generated/sprite.png);
  background-position: -40px -40px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
  border-radius: 50%;
  vertical-align: middle;
}
.channel-switcher-component-container .icon-au {
  background-image: url(/ui/images/spritesmith-generated/sprite.png);
  background-position: -54px -40px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
  border-radius: 50%;
  vertical-align: middle;
}
.channel-switcher-component-container .icon-be {
  background-image: url(/ui/images/spritesmith-generated/sprite.png);
  background-position: 0px -60px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
  border-radius: 50%;
  vertical-align: middle;
}
.channel-switcher-component-container .icon-ch {
  background-image: url(/ui/images/spritesmith-generated/sprite.png);
  background-position: -14px -60px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
  border-radius: 50%;
  vertical-align: middle;
}
.channel-switcher-component-container .icon-cz {
  background-image: url(/ui/images/spritesmith-generated/sprite.png);
  background-position: -28px -60px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
  border-radius: 50%;
  vertical-align: middle;
}
.channel-switcher-component-container .icon-de {
  background-image: url(/ui/images/spritesmith-generated/sprite.png);
  background-position: -42px -60px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
  border-radius: 50%;
  vertical-align: middle;
}
.channel-switcher-component-container .icon-dk {
  background-image: url(/ui/images/spritesmith-generated/sprite.png);
  background-position: -56px -60px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
  border-radius: 50%;
  vertical-align: middle;
}
.channel-switcher-component-container .icon-es {
  background-image: url(/ui/images/spritesmith-generated/sprite.png);
  background-position: -80px 0px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
  border-radius: 50%;
  vertical-align: middle;
}
.channel-switcher-component-container .icon-fi {
  background-image: url(/ui/images/spritesmith-generated/sprite.png);
  background-position: -80px -14px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
  border-radius: 50%;
  vertical-align: middle;
}
.channel-switcher-component-container .icon-fr {
  background-image: url(/ui/images/spritesmith-generated/sprite.png);
  background-position: -80px -28px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
  border-radius: 50%;
  vertical-align: middle;
}
.channel-switcher-component-container .icon-gb {
  background-image: url(/ui/images/spritesmith-generated/sprite.png);
  background-position: -80px -42px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
  border-radius: 50%;
  vertical-align: middle;
}
.channel-switcher-component-container .icon-hk {
  background-image: url(/ui/images/spritesmith-generated/sprite.png);
  background-position: -80px -56px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
  border-radius: 50%;
  vertical-align: middle;
}
.channel-switcher-component-container .icon-hr {
  background-image: url(/ui/images/spritesmith-generated/sprite.png);
  background-position: 0px -74px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
  border-radius: 50%;
  vertical-align: middle;
}
.channel-switcher-component-container .icon-hu {
  background-image: url(/ui/images/spritesmith-generated/sprite.png);
  background-position: -14px -74px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
  border-radius: 50%;
  vertical-align: middle;
}
.channel-switcher-component-container .icon-intesa-sanpaolo {
  background-image: url(/ui/images/spritesmith-generated/sprite.png);
  background-position: 0px 0px;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
  border-radius: 50%;
  vertical-align: middle;
}
.channel-switcher-component-container .icon-it {
  background-image: url(/ui/images/spritesmith-generated/sprite.png);
  background-position: -28px -74px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
  border-radius: 50%;
  vertical-align: middle;
}
.channel-switcher-component-container .icon-jp {
  background-image: url(/ui/images/spritesmith-generated/sprite.png);
  background-position: -42px -74px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
  border-radius: 50%;
  vertical-align: middle;
}
.channel-switcher-component-container .icon-kbc-belgium {
  background-image: url(/ui/images/spritesmith-generated/sprite.png);
  background-position: -40px 0px;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
  border-radius: 50%;
  vertical-align: middle;
}
.channel-switcher-component-container .icon-kr {
  background-image: url(/ui/images/spritesmith-generated/sprite.png);
  background-position: -56px -74px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
  border-radius: 50%;
  vertical-align: middle;
}
.channel-switcher-component-container .icon-li {
  background-image: url(/ui/images/spritesmith-generated/sprite.png);
  background-position: -70px -74px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
  border-radius: 50%;
  vertical-align: middle;
}
.channel-switcher-component-container .icon-lu {
  background-image: url(/ui/images/spritesmith-generated/sprite.png);
  background-position: -94px 0px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
  border-radius: 50%;
  vertical-align: middle;
}
.channel-switcher-component-container .icon-me {
  background-image: url(/ui/images/spritesmith-generated/sprite.png);
  background-position: -20px -40px;
  width: 20px;
  height: 15px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
  border-radius: 50%;
  vertical-align: middle;
}
.channel-switcher-component-container .icon-middle-east {
  background-image: url(/ui/images/spritesmith-generated/sprite.png);
  background-position: -94px -14px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
  border-radius: 50%;
  vertical-align: middle;
}
.channel-switcher-component-container .icon-mt {
  background-image: url(/ui/images/spritesmith-generated/sprite.png);
  background-position: -94px -28px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
  border-radius: 50%;
  vertical-align: middle;
}
.channel-switcher-component-container .icon-nl {
  background-image: url(/ui/images/spritesmith-generated/sprite.png);
  background-position: -94px -42px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
  border-radius: 50%;
  vertical-align: middle;
}
.channel-switcher-component-container .icon-no {
  background-image: url(/ui/images/spritesmith-generated/sprite.png);
  background-position: -94px -56px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
  border-radius: 50%;
  vertical-align: middle;
}
.channel-switcher-component-container .icon-pl {
  background-image: url(/ui/images/spritesmith-generated/sprite.png);
  background-position: -94px -70px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
  border-radius: 50%;
  vertical-align: middle;
}
.channel-switcher-component-container .icon-pt {
  background-image: url(/ui/images/spritesmith-generated/sprite.png);
  background-position: 0px -88px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
  border-radius: 50%;
  vertical-align: middle;
}
.channel-switcher-component-container .icon-ro {
  background-image: url(/ui/images/spritesmith-generated/sprite.png);
  background-position: -14px -88px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
  border-radius: 50%;
  vertical-align: middle;
}
.channel-switcher-component-container .icon-se {
  background-image: url(/ui/images/spritesmith-generated/sprite.png);
  background-position: -28px -88px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
  border-radius: 50%;
  vertical-align: middle;
}
.channel-switcher-component-container .icon-sg {
  background-image: url(/ui/images/spritesmith-generated/sprite.png);
  background-position: -42px -88px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
  border-radius: 50%;
  vertical-align: middle;
}
.channel-switcher-component-container .icon-sk {
  background-image: url(/ui/images/spritesmith-generated/sprite.png);
  background-position: -56px -88px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
  border-radius: 50%;
  vertical-align: middle;
}
.channel-switcher-component-container .icon-tw {
  background-image: url(/ui/images/spritesmith-generated/sprite.png);
  background-position: -70px -88px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
  border-radius: 50%;
  vertical-align: middle;
}
.channel-switcher-component-container .icon-unicredit-italy {
  background-image: url(/ui/images/spritesmith-generated/sprite.png);
  background-position: 0px -40px;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
  border-radius: 50%;
  vertical-align: middle;
}



#header-region .logo-container.delta {
  width: 445px;
  height: 49px;
  background: url("/static/france/images/delta/Combined-logo@1x.png")
    no-repeat;
  background-size: 445px 49px;
}
.content-panel5 .bg-image {
  background: #eeeff0 no-repeat;
  background-size: cover;
}
.content-panel5 .content-container {
  padding: 25px 0;
}
@media print, screen and (min-width: 50.625em) {
  .content-panel5 .content-container {
    padding: 50px 0;
  }
}
.content-panel5 .banner-content {
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.75);
  color: #20242b;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.content-panel5 .banner-content > :last-child:not(.button-group) {
  margin-bottom: 0;
}
@media print, screen and (min-width: 50.625em) {
  .content-panel5 .bg-image {
    display: flex;
    align-items: center;
    min-height: 350px;
  }
  .content-panel5 .bg-image > div {
    width: 100%;
  }
}
@media print, screen and (max-width: 50.62375em) {
  .content-panel5 .content-container .grid-x > .cell:not(:first-child) {
    margin-top: 30px;
  }
}
.content-panel5 .custom--marketing-communication {
  margin-bottom: 25px;
}
.content-panel5 .custom--marketing-communication span {
  border: 1px solid #cacaca;
  padding: 2.5px 8px;
}


#header-region .logo-container.delta {
  width: 445px;
  height: 49px;
  background: url("../assets/Combined-logo@1x.png")
    no-repeat;
  background-size: 445px 49px;
}
.text-panel {
  padding: 25px 0;
}
@media print, screen and (min-width: 50.625em) {
  .text-panel {
    padding: 50px 0;
  }
}
.text-panel.dark {
  background-color: #eeeff0;
  color: #20242b;
}
.text-panel.light {
  background-color: #fff;
  color: #20242b;
}
.text-panel hr {
  margin-bottom: 10px;
  padding-bottom: 16px;
}
.text-panel h1:last-child,
.text-panel h2:last-child,
.text-panel h3:last-child,
.text-panel h4:last-child {
  margin-bottom: 0;
}
.text-panel .left-region + .share-buttons-container {
  margin-top: 15px;
}
@media print, screen and (min-width: 50.625em) {
  .text-panel .navigation-sidebar {
    margin-top: 0;
  }
}
@media print, screen and (max-width: 50.62375em) {
  .text-panel .navigation-sidebar {
    margin-top: 50px;
  }
}
@media print, screen and (max-width: 31.99875em) {
  .text-panel .navigation-sidebar {
    margin-top: 25px;
  }
}
.text-panel .custom--marketing-communication {
  margin-bottom: 25px;
}
.text-panel .custom--marketing-communication span {
  border: 1px solid #cacaca;
  padding: 2.5px 8px;
}


#header-region .logo-container.delta {
  width: 445px;
  height: 49px;
  background: url("/static/france/images/delta/Combined-logo@1x.png")
    no-repeat;
  background-size: 445px 49px;
}
.content-panel {
  padding: 25px 0;
}
@media print, screen and (min-width: 50.625em) {
  .content-panel {
    padding: 50px 0;
  }
}
.content-panel.dark {
  background-color: #eeeff0;
  color: #20242b;
}
.content-panel.light {
  background-color: #fff;
  color: #20242b;
}
.content-panel img {
  margin-bottom: 15px;
}
.content-panel .panel-header + div:not(.button-group) {
  margin-top: 25px;
}
.content-panel .panel-content > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 50.625em) {
  .content-panel .panel-header {
    padding-right: 70px;
    padding-left: 70px;
  }
}
@media print, screen and (max-width: 50.62375em) {
  .content-panel .panel-content:not(:first-child) img {
    margin-top: 35px;
  }
}



<style type="text/css" id="kampyleStyle">
.noOutline {
  outline: none !important;
}
.wcagOutline:focus {
  outline: 1px dashed #595959 !important;
  outline-offset: 2px !important;
  transition: none !important;
}


.bg-grey-200 {
  background-color: #b9bdc4;
  color: #20242b;
}

.fil-hero-component .title-keyline:after {
  width: 5rem;
}
.title-keyline.super:after {
  height: .25rem;
}
.title-keyline.keyline-left:after {
  left: 0;
  margin-left: 0;
}
.title-keyline:after {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -1.5625rem;
  bottom: 0;
  content: "";
  height: .1875rem;
  width: 3.125rem;
  background-color: #016fad;
}

.title-keyline {
  position: relative;
  color: #515b6b;
  margin-bottom: 2.5rem;
  padding-bottom: 1.875rem;
  font-weight: 400;
  padding-top: 40px;
}