/*********************Please use proper comments**************************
1. Ensure you name the classes with camelCase Naming Convention.
2. Ensure class names are relevant to the elements being used.
3. Do not specify fonts, font-sizes, line-heights unless necessary. Use the fonts used in the main.css
4. Explicitly use line-heights and font-sizes for the text contents.
5. Try to create classes that can be re-used throughout the slide in order to minimise the size of css
6. Use proper indentation
7. Try to arrange the classes used as per the HTML element arrangement
*********************Please use proper comments**************************/

.mainContent {
  width: 100%;
  height: 977px;
  display: flex;
}

.sideBarContent {
  width: 100%;
  background: rgb(255, 255, 255);
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-flow: column;
}

.dashboard {
  width: 960px;
  flex-shrink: 0;
}

.accordionGroup {
  margin: 31px 30px;
}

.accordionDrawer:last-child {
  border-bottom: 1px solid rgb(222, 222, 222);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  margin-bottom: 0px;
}
.accordionDrawer.mainGroup:first-child {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

.accordionDrawer.mainGroup {
  transition: all 0.3s ease 0s;
  background-color: rgb(255, 255, 255);
  width: 100%;
  border-top: 1px solid rgb(222, 222, 222);
  border-left: 1px solid rgb(222, 222, 222);
  border-right: 1px solid rgb(222, 222, 222);
  overflow: hidden;
}

.accordMenuTitle {
  cursor: pointer;
  padding: 20px 12px 20px 20px;
  background: rgb(255, 255, 255);
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  max-width: 100%;
  user-select: none;
  -webkit-box-align: center;
  align-items: center;
  transition: border-color 0.3s ease-in-out 0s;
}

.accordMenuTitle.active {
  cursor: pointer;
  padding: 20px 12px 20px 20px;
  background: rgb(231, 248, 224);
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  max-width: 100%;
  user-select: none;
  -webkit-box-align: center;
  align-items: center;
  transition: border-color 0.3s ease-in-out 0s;
}

.accordMenuTitle::after {
}

.accordMenuTitle::after {
  display: block;
  content: "";
  background-image: url(../img/carat-right-blue.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  transition: background-color 0.3s ease 0s;
  flex: 0 0 34px;
}

.dropOpen .accordMenuTitle::after {
  background-image: url(../img/carat-up.svg);
}

.accordMenuTitle.dropClose::after {
  background-image: url(../img/carat-right-blue.svg);
}
.accordMenuTitle .textButton {
  font-size: 18px;
  line-height: 24px;
  color: rgb(0, 113, 235);
}

.accordMenuTitle.active .textButton {
  font-size: 18px;
  line-height: 24px;
  color: rgb(44, 109, 60);
}

.textButton {
  font-family: "Helvetica Neue";
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: rgb(68, 68, 68);
}

.accordDropWrapper {
  overflow: hidden;
  transition: all 0.3s ease 0s;
  border-top: 0px solid transparent;
  background: rgb(243, 243, 243);
  color: rgb(0, 113, 235);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  font-family: "Helvetica Neue";
  height: 0px;
}

.accordDropDown:first-child {
  border-bottom: 1px solid rgb(222, 222, 222);
}
.accordDropDown {
  padding: 16px 40px;
  background: transparent;
}
.accordDropDown.active {
  padding: 16px 40px;
  background: rgb(231, 248, 224);
  color: rgb(44, 109, 60);
}

.dashboardHeader {
  width: 960px;
  height: 170px;
  color: rgb(255, 255, 255);
  background: linear-gradient(
    270deg,
    rgb(76, 164, 70) 0%,
    rgb(44, 109, 60) 100%
  );
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  justify-content: left;
}
.dashboardHeader span {
  color: rgb(255, 255, 255);
  font-weight: 400;
  padding-left: 40px;
  padding-right: 40px;
}

.dashboardHeader {
  font-size: 40px;
  line-height: 48px;
}

.dashBoardInnerContent {
  height: 807px;
  width: 100%;
  overflow: auto;
  margin-top: 1px;
}
.dashBoardInnerContent .title {
  color: rgb(68, 68, 68);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  display: block;
  margin: 23px 30px;
}

.dashAccordWrapper {
  width: 100%;
}

.presAccordGroup {
  margin: 31px 30px;
}

.presDrawer {
  border: 1px solid rgb(222, 222, 222);
  border-radius: 8px;
  transition: all 0.3s ease 0s;
  background-color: rgb(255, 255, 255);
  width: 100%;
  margin-bottom: 10px;
}
.presDrawerHeader {
  cursor: pointer;
  padding: calc(7.64px + 0.84%) calc(6.07px + 1.4%);
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 880px;
  user-select: none;
  -webkit-box-align: center;
  align-items: center;
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease-in-out 0s;
}

.presDrawerAccordHead {
  cursor: pointer;
  padding: calc(7.64px + 0.84%) calc(6.07px + 1.4%);
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 880px;
  user-select: none;
  -webkit-box-align: center;
  align-items: center;
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease-in-out 0s;
}

.presDrawerAccordHead .Heading {
  max-width: 454px;
  width: 100%;
  font-size: 24px;
  line-height: 30px;
  display: block;
  font-family: "Helvetica Neue";
  font-weight: 400;
  color: rgb(38, 38, 38);
}

.presAccButtonWrap {
  display: flex;
  align-self: center;
  flex-shrink: 0;
}

.startPres {
  padding: 0px;
  cursor: pointer;
  background-image: linear-gradient(
    to right,
    rgb(0, 113, 235) 0%,
    rgb(0, 113, 235) 50%,
    rgb(0, 110, 173) calc(50% + 0.1px),
    rgb(0, 110, 173) 100%
  );
  background-size: 201% 100%;
  background-origin: border-box;
  border: none;
  color: rgb(255, 255, 255);
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  align-items: stretch;
  transition: border-radius 0.2s ease-in-out 0s,
    background-position 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
  overflow: hidden;
  text-decoration: none;
  border-radius: 4px;
  text-align: center;
  margin: 0px;
  height: 40px;
}

.startPres::after {
  display: block;
  content: "";
  width: 44px;
  background-image: url(../img/presentation-icon.svg),
    url(../img/presentation-icon.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto;
  width: 36px;
  height: 40px;
}

.startPres span {
  padding: 10px 16px;
  font-family: "Helvetica Neue";
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

.viewSlides {
  padding: 0px;
  cursor: pointer;
  background-size: 201% 100%;
  background-origin: border-box;
  border: 1px solid rgb(0, 113, 235);
  color: rgb(0, 113, 235);
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  align-items: stretch;
  transition: border-radius 0.2s ease-in-out 0s,
    background-position 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
  overflow: hidden;
  text-decoration: none;
  border-radius: 4px;
  margin: 0px;
  height: 38px;
}

.viewSlides::after {
  display: block;
  content: "";
  width: 44px;
  background-image: url(../img/carat-down.svg), url(../img/carat-down.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto;
  width: 30px;
  height: 40px;
}

.viewSlides.open::after {
  display: block;
  content: "";
  width: 44px;
  background-image: url(../img/carat-up.svg), url(../img/carat-up.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto;
  width: 30px;
  height: 40px;
}

.viewSlides span {
  padding: 10px 16px;
  font-family: "Helvetica Neue";
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

.presAccButtonWrap a:last-of-type {
  margin: 0px 30px 0px 15px;
}

.accordPresDrawer {
  display: flex;
  flex-flow: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  transition: all 0.3s ease 0s;
  color: rgb(0, 113, 235);
  font-family: "Helvetica Neue";
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.accordPresGroup {
  border-top: 1px solid rgb(221, 221, 221);
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 23px 30px;
  margin: 0px;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.accordSlideName {
  width: 64px;
  height: 28px;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  align-self: flex-end;
  background: rgb(243, 243, 243);
  border-radius: 5px;
  color: rgb(105, 105, 105);
}

.accordionClosed {
  height: 0px;
}

.text_disclaimer {
  position: absolute;
  bottom: 30px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  width: 406px;
  padding-left: 12px;
  font-family: "Helvetica Neue";
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: rgb(68, 68, 68);
}

.dashboardFooter {
  display: flex;
  gap: 30px;
  -webkit-box-pack: start;
  justify-content: flex-start;
  width: 880px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 25px;
}
.dashboardButtonContainer {
  display: flex;
  flex-flow: wrap;
  max-width: 345px;
  -webkit-box-pack: start;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: flex-end;
}

.pi {
  flex: 1 1 150px;
  -webkit-box-pack: center;
  justify-content: center;
  background: transparent;
  color: rgb(0, 113, 235);
  border: 1px solid rgb(255, 255, 255);
  border-color: rgb(0, 113, 235);
  height: 38px;
  -webkit-box-align: stretch;
  align-items: stretch;
  transition: border-radius 0.2s ease-in-out 0s,
    background-position 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
  overflow: hidden;
  text-decoration: none;
  border-radius: 4px;
  margin: 0px;
  display: flex;
  padding: 0px;
  cursor: pointer;
}
.interactive {
  color: rgb(140, 140, 140);
  pointer-events: none;
  flex: 1 1 150px;
  -webkit-box-pack: center;
  justify-content: center;
  background: transparent;
  height: 38px;
  -webkit-box-align: stretch;
  align-items: stretch;
  transition: border-radius 0.2s ease-in-out 0s,
    background-position 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
  overflow: hidden;
  text-decoration: none;
  border-radius: 4px;
  margin: 0px;
  display: flex;
  padding: 0px;
  border: 1px solid rgb(255, 255, 255);
  border-color: rgb(140, 140, 140);
}

.dashboardButtonContainer > a > span {
  padding: 10px 16px;
}

:root {
  --table-header-bg-color: #000000;
  --table-header-text-color: #ffffff;
  --table-header-border-color: #8c8c8c;
  --table-footer-bg-color: #ebeaeb;
  --table-body-border-color: #bebebe;
  --table-body-alt-row-color: #ffffff;
  --table-border-radius: 8px;
  --scrollbar-size: 0px;
  --text-color: #000000;
  --sub-title: #262626;
  --white: #ffffff;
  --hyperlink: #006ead;
}

.xmlcontainer {
  margin: 0px auto;
  padding: 0px 20px;
  max-width: 992px;
}

table {
  width: 100%;
  border-top: solid 1px black;
  border-right: solid 1px black;
  border-left: solid 1px black;
  border-spacing: 0px;
  display: table;
  border-collapse: collapse;
  box-sizing: border-box;
  text-indent: initial;
  line-height: normal;
  font-weight: normal;
  font-size: medium;
  font-style: normal;
  color: -internal-quirk-inherit;
  text-align: start;
  border-spacing: 2px;
  border-color: gray;
  white-space: normal;
  font-variant: normal;
  font-family: Arial;
}
tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}

tr td {
  padding: 10px 25px;
}

tr td {
  padding: 16px 20px;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}

thead th {
  padding: 16px 20px;
  color: var(--table-header-text-color);
  background-color: var(--table-header-bg-color);
  border-right: 1px solid var(--table-header-border-color);
  border-bottom: 1px solid var(--table-header-border-color);
  vertical-align: middle;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
}
caption {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: 0.4px;
  color: rgb(38, 38, 38);
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
  margin: 40px -1em 21px;
}
.gXXUZ {
  display: block;
  font-family: proxima-nova, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  color: rgb(38, 38, 38);
}
.hyvorI {
  margin-top: calc(1.58% + 14.94px);
  /* margin-bottom: 30px; */
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  color: rgb(0, 0, 0);
}
code {
  font-family: Arial !important;
}
.dNone {
  display: none;
}
[stylecode="underline"] {
  text-decoration: underline;
}
:target {
  display: inline-block !important;
}

.accordion-header {
  appearance: none;
  border: 0px;
  padding: 0px;
  background: transparent;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  color: var(--text-color);
}
.accordion-header::before {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="22px" height="22px" viewBox="0 0 22 22" version="1.1"><title>Group</title><g id="Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="Group"><circle id="Oval" fill="%23006EAD" cx="11" cy="11" r="11"/><rect id="Rectangle" fill="%23FFFFFF" x="6" y="10" width="10" height="2"/><rect id="Rectangle" fill="%23FFFFFF" transform="translate(11.000000, 11.156952) rotate(-90.000000) translate(-11.000000, -11.156952) " x="6" y="10.1569519" width="10" height="2"/></g></g></svg>');
  background-repeat: no-repeat;
  background-position: center center;
  height: 22px;
  width: 22px;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 10px;
  flex: 0 0 22px;
}
.accordion-header.expand-accordion::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="22px" height="22px" viewBox="0 0 22 22" version="1.1"><title>Close Button</title><g id="Close-Button" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="Group"><circle id="Oval" fill="%23006EAD" cx="11" cy="11" r="11"/><rect id="Rectangle" fill="%23FFFFFF" x="6" y="10" width="10" height="2"/></g></g></svg>');
}
.subTitle {
  margin: 30px 0px 10px;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: var(--sub-title);
  display: block;
}
#landscape #DLDE {
  display: none !important;
}
.xmlfooter {
  position: fixed;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 64px;
  display: flex;
  -webkit-box-align: end;
  align-items: end;
  /*pointer-events: none;*/
  display: flex;
  justify-content: end;
}
.xmlfooter .scrollToTopButton {
  background-color: rgba(38, 38, 38, 0.8);
  height: 44px;
  width: 44px;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: all;
  color: var(--white);
  border: 0;
}
.xmlfooter .scrollToTopButton p {
  font-size: 10px;
  font-weight: 600;
  color: var(--white);
  margin: 4px 0px 0px;
  text-transform: uppercase;
  line-height: 14px;
}
.xmlfooter .scrollToTopButton::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  height: 15px;
  width: 13px;
  display: flex;
  margin: 2px auto auto;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="15" viewBox="0 0 13 15"><path d="M.318 5.683 5.735.315C5.945.104 6.222 0 6.5 0s.555.105.766.315l5.417 5.367c.423.42.423 1.1 0 1.519a1.09 1.09 0 0 1-1.532 0L7.583 3.664v10.293c0 .593-.485 1.043-1.052 1.043-.568 0-1.114-.45-1.114-1.043V3.664L1.848 7.2a1.09 1.09 0 0 1-1.531 0 1.064 1.064 0 0 1 .001-1.517z" fill="%23FFF" fill-rule="nonzero"/></svg>');
}
html,
body {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
}
#content {
  padding: 60px 84px 30px;
}


a {
  color: var(--hyperlink);
  transition: color 0.3s ease-in-out 0s;
}
a:hover,
a:active,
a:focus {
  color: rgb(0, 74, 133);
  cursor: pointer;
}
.accordionStatus {
  color: var(--hyperlink);
  background: transparent;
  border: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 0 0 0;
  cursor: pointer;
}
.list-style-none {
  list-style: none;
  line-height: 24px;
}
.innerList li {
  margin: 5px 0px;
  font-size: 16px;
  font-weight: normal;
}
.section-link {
  font-weight: 600;
}
.thickSeprator {
  height: 6px;
  margin: 30px 0px 40px;
  background-color: rgb(0, 0, 0);
}
.highlightSection {
  column-count: 2;
  column-gap: 60px;
}
/* .headerLinks:last-child,
.headerLinks:nth-last-child(2) {
  display: none !important;
} */

.highlightBold {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  font-family: Arial;
  color: rgb(0, 0, 0);
}
p.strong,
.tableTitle {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: 0.4px;
  color: rgb(38, 38, 38);
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
  margin: 40px -1em 21px;
}
p.strong::before,
.tableTitle::before,
p.strong::after,
.tableTitle::after {
  content: "";
  flex: 1 1 5%;
  height: 1px;
  margin: 0px 1em;
  background: #000000;
}
.tableTitle {
  margin: 40px 0 21px;
}
.italics {
  font-style: italic;
}
.bold {
  font-weight: 700;
}
.customTitle {
  font-family: Arial;
  font-size: 22px;
  font-weight: bold;
  color: rgb(0, 0, 0);
}
.inlineFlex {
  display: inline-flex;
  margin: 0;
}
.testFootnote {
  padding: 7px 0px;
  font-size: 12px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: rgb(0, 0, 0);
}

li,
p {
  line-height: 24px;
}
.footnotes {
  margin: 23px 0px 0px;
  font-size: 12px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: rgb(0, 0, 0);
}
.pifooter {
  position: fixed;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 64px;
  display: flex;
  align-items: end;
}

.pifooter .downloadButton {
  max-width: 992px;
  margin: 20px auto auto;
  padding: 0px;
  cursor: pointer;
  background-image: linear-gradient(
    to right,
    rgb(0, 110, 173) 0%,
    rgb(0, 110, 173) 50%,
    rgb(0, 74, 133) calc(50% + 0.1px),
    rgb(0, 74, 133) 100%
  );
  background-size: 201% 100%;
  background-origin: border-box;
  border: none;
  color: rgb(255, 255, 255);
  display: flex;
  align-items: stretch;
  transition: border-radius 0.2s ease-in-out 0s,
    background-position 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
  overflow: hidden;
  text-decoration: none;
  border-radius: 4px;
  text-align: center;
}

.pifooter .downloadButton span {
  padding: 0.8em 22px 0.7em;
  font-family: proxima-nova, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

.pifooter .downloadButton.downloadButton--icon::after {
  display: block;
  content: "";
  width: 44px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMy40NCIgaGVpZ2h0PSIxNy4yOCIgdmlld0JveD0iMCAwIDEwLjEzIDEzLjA0IiBmaWxsPSIjZmZmZmZmIj4KICAgIDxwYXRoIGQ9Ik0xMC4wNiAxMXYyaC0xMHYtMnoiIGZpbGw9IiNmZmZmZmYiIC8+Cjwvc3ZnPgo=),
    url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMy40NCIgaGVpZ2h0PSIxNy4yOCIgdmlld0JveD0iMCAwIDEwLjEzIDEzLjA0IiBmaWxsPSIjZmZmZmZmIj4KICAgIDxwYXRoIGQ9Ik02IDB2NS4yOWwyLjcxLTIuNzEgMS40MiAxLjQxLTUuMDcgNS4wNkw0LjAxIDhINHYtLjAxbC00LTQgMS40MS0xLjQxTDQgNS4xNlYwaDJ6IiBmaWxsPSIjZmZmZmZmIiAvPgo8L3N2Zz4K);
  background-color: rgb(0, 74, 133);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px 12px;
}

.piFootContainer {
  width: 100%;
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: end;
  font-family: proxima-nova;
  color: rgb(38, 38, 38);
  margin: 0px auto;
  padding: 0px 20px;
  max-width: 992px;
  margin-bottom: 20px;
}
@media (hover: hover) {
  .downloadButton:hover,
  .downloadButton:active,
  .downloadButton:focus {
    background-position: right center;
    color: rgb(255, 255, 255);
  }
}
.d-none {
  display: none;
}
.footnote-symbol {
  padding-right: 10px;
}
th > a:first-child {
  position: relative;
  top: -7px;
  font-size: 80%;
}
button:has(+ a[href="#contentTitleFootnote"]) {
  display: inline-flex;
}
#f1f1 {
  font-style: italics;
}
*[stylecode="bold"],
*[stylecode="Bold"],
*[StyleCode="bold"],
*[StyleCode="Bold"],
*[Stylecode="bold"],
*[Stylecode="Bold"],
*[styleCode="bold"],
*[styleCode="Bold"]{
  font-weight: 700;
}

#content {
  padding-bottom:100px;
}
@media (max-width:991px){
  #content {
    padding: 16px 16px 90px 16px;
  }
  #landscape {
    padding: 0;
  }
  .accordion-header {
    font-size: 14px;
    text-align: left;
  }
  .highlightSection{
    column-count: 1;
  }
  .highlightBold  {font-size: 14px;}
  .multimediaRender{width: 100%;}
  p.strong, .tableTitle {font-size: 16px;}
  .overflowX-auto {
    overflow-x: scroll;
  }
}
table:not(#content table) {
  display: none;
}
