html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden !important;
  font-family: "Noto Sans";
  margin: 0;
  background-color: #ffffff;
}

.container-vol8 {
  width: 100%;
  max-width: 1260px;
  position: relative;
}

.container-vol8-small {
  width: 100%;
  max-width: 840px;
}
.container-vol8-small .col2 {
  width: 50%;
}
@media (max-width: 768px) {
  .container-vol8-small .col2 {
    width: 100%;
  }
}

.container-vol8-medium {
  width: 100%;
  max-width: 1050px;
  display: flex;
  flex-wrap: wrap;
}
.container-vol8-medium .col2 {
  width: 40%;
}
@media (max-width: 768px) {
  .container-vol8-medium .col2 {
    width: 100%;
  }
}
.container-vol8-medium .col4 {
  width: 60%;
}
@media (max-width: 768px) {
  .container-vol8-medium .col4 {
    width: 100%;
  }
}

.flex-center {
  display: flex;
  justify-content: center;
}

.flex-start {
  display: flex;
  justify-content: start;
}

.flex-end {
  display: flex;
  justify-content: end;
}

@media (max-width: 576px) {
  .iframe-desktop {
    display: none;
  }
}

.iframe-mobile {
  display: none;
}
@media (max-width: 576px) {
  .iframe-mobile {
    display: inline;
  }
}

h1 {
  font-family: "MMC Display Condensed";
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 66px;
  letter-spacing: -0.64px;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  h1 {
    font-size: 42px;
    line-height: 44px;
    letter-spacing: -0.42px;
  }
}

h2 {
  font-family: "MMC Display Condensed";
  font-weight: 700;
  font-size: 42px;
  line-height: 44px;
  letter-spacing: -0.42px;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #000000;
}
@media (max-width: 576px) {
  h2 {
    font-size: 30px;
    line-height: 32px;
    letter-spacing: -0.3px;
  }
}

h3 {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.28px;
  margin-top: 0;
  margin-bottom: 20px;
  color: #000000;
}
@media (max-width: 576px) {
  h3 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.24px;
  }
}

h4 {
  font-family: "MMC Display Condensed";
  text-transform: uppercase;
  font-size: 26px;
  line-height: 28px;
  letter-spacing: -0.26px;
  margin: 0px;
  font-weight: 700;
  color: #000000;
}

h5 {
  font-family: "MMC Display Condensed";
  text-transform: uppercase;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: -0.22px;
  margin-top: 0px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #000000;
}
h5.text-green {
  color: #3DAD2C;
}
h5.text-blue {
  color: #009de0;
}

h6 {
  font-family: "MMC Display Condensed";
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.16px;
  text-transform: uppercase;
  margin-top: 100px;
  margin-bottom: 10px;
  color: #000000;
}
@media (max-width: 1024px) {
  h6 {
    margin-top: 50px;
  }
}
h6.minititle-popup-menu {
  font-family: "MMC Display Condensed";
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -0.12px;
  text-transform: uppercase;
  margin: 0px;
  padding-top: 65px;
  padding-bottom: 5px;
  color: #000000;
}

p {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.18px;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #000000;
}
p .bolded {
  font-weight: 700;
}
p.bolded {
  font-weight: 700;
}
@media (max-width: 576px) {
  p {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.16px;
  }
}

p.additional-text {
  color: #949494;
  font-size: 16px;
}
p.additional-text a {
  text-decoration: underline;
  color: #949494;
}
p.additional-text a:hover {
  color: #949494;
}

.big-number {
  font-family: "MMC Display Condensed";
  font-size: 72px;
  line-height: 74px;
  font-weight: 700;
  margin-bottom: 10px;
}
.big-number.left {
  padding-right: 30px;
}
.big-number.right {
  padding-left: 30px;
}
@media (max-width: 1024px) {
  .big-number {
    font-size: 60px;
    line-height: 64px;
  }
}
@media (max-width: 576px) {
  .big-number {
    font-size: 50px;
    line-height: 54px;
  }
}

.div-with-numbers {
  display: flex;
  flex-direction: row;
}
@media (max-width: 576px) {
  .div-with-numbers {
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .div-with-numbers.mobile-reverse {
    flex-direction: column-reverse;
  }
  .div-with-numbers.mobile-reverse .big-number {
    padding-left: 0px;
  }
}

.iframe-source {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.12px;
  margin-top: 20px;
  margin-bottom: 0px;
  color: #999;
}

.mt-0 {
  margin-top: 0px;
}

.mt-180 {
  margin-top: 180px;
}
@media (max-width: 768px) {
  .mt-180 {
    margin-top: 100px;
  }
}

.mt-100 {
  margin-top: 100px;
}
@media (max-width: 1024px) {
  .mt-100 {
    margin-top: 50px;
  }
}

.mt-40 {
  margin-top: 40px;
}

.mr-10 {
  margin-right: 10px;
}

.mb-100 {
  margin-bottom: 100px;
}
@media (max-width: 576px) {
  .mb-100 {
    margin-bottom: 80px;
  }
}

.mb-80 {
  margin-bottom: 80px;
}
@media (max-width: 576px) {
  .mb-80 {
    margin-bottom: 60px;
  }
}

.mb-60 {
  margin-bottom: 60px !important;
}
@media (max-width: 576px) {
  .mb-60 {
    margin-bottom: 40px !important;
  }
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb--100 {
  margin-bottom: -100px;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.bg-dark-green {
  background-color: #007934;
}

.text-white {
  color: #fff;
}

.full-width {
  width: 100%;
}

.header-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  z-index: 99;
  background: #ffffff;
  border-bottom: solid 1px #dadada;
  display: flex;
  align-items: center;
  padding: 0px 20px;
}
@media (max-width: 576px) {
  header {
    height: 51px;
    padding: 0px 10px;
  }
}
header .logo {
  display: flex;
  align-items: center;
}
header .logo a {
  display: flex;
  align-items: center;
}
header .logo .ow-logo {
  width: 200px;
}
@media (max-width: 576px) {
  header .logo .ow-logo {
    width: auto;
    height: 20px;
  }
}
header .logo .fmi-logo {
  height: 40px;
  padding-left: 40px;
}
@media (max-width: 576px) {
  header .logo .fmi-logo {
    height: 30px;
    padding-left: 20px;
  }
}

.progress-container {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9999999999;
}
.progress-container .progress-bar {
  height: 3px;
  background: #000000;
  width: 0%;
}

footer {
  margin-bottom: 60px;
  width: 100%;
  background: #000000;
  display: flex;
  justify-content: center;
  position: relative;
}
footer .footer-content {
  padding: 40px 20px;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
}
footer .footer-content .footer-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
footer .footer-content .footer-left .footer-logo {
  display: flex;
  flex-direction: row;
  align-items: center;
}
footer .footer-content .footer-left .footer-logo .footer-ow-logo img {
  height: 22px;
  margin-right: 20px;
}
footer .footer-content .footer-left .footer-logo .footer-fmi-logo img {
  height: 40px;
}
footer .footer-content .footer-left .footer-text p {
  margin: 0;
  color: #ffffff;
  padding-top: 30px;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.14px;
}
footer .footer-content .footer-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
footer .footer-content .footer-right .social-icons ul {
  text-align: right;
  margin: 0px;
}
footer .footer-content .footer-right .social-icons ul li {
  list-style-type: none;
  display: inline-block;
  padding-left: 10px;
}
footer .footer-content .footer-right .social-icons ul li a {
  display: block;
  cursor: pointer;
  outline: 0;
  background: #ffffff;
  color: #000000;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
  transition: all 300ms ease;
}
footer .footer-content .footer-right .social-icons ul li a:hover {
  background: #2c6ef2;
}
footer .footer-content .footer-right .social-icons ul li a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
footer .footer-content .footer-right .social-icons ul li .copy-notification-footer {
  position: absolute;
  background: #ffffff;
  color: #000000;
  font-family: "Noto Sans";
  padding: 3px 10px;
  border-radius: 10px;
  font-size: 10px;
  right: 5px;
  top: 7px;
  transform: translateY(7px);
  display: none;
}
@media (max-width: 768px) {
  footer .footer-content .footer-right .social-icons ul li .copy-notification-footer {
    right: 34%;
    top: 70px;
  }
}
@media (max-width: 576px) {
  footer .footer-content .footer-right .social-icons ul li .copy-notification-footer {
    right: 25%;
    top: 70px;
  }
}
footer .footer-content .footer-right .footer-links {
  padding-top: 13px;
  position: relative;
}
footer .footer-content .footer-right .footer-links ul {
  margin: 0px;
  padding: 0;
  text-align: end;
}
footer .footer-content .footer-right .footer-links ul li {
  list-style-type: none;
  display: inline-block;
  padding-left: 30px;
}
footer .footer-content .footer-right .footer-links ul li a {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.14px;
  color: #ffffff;
  outline: 0;
  text-decoration: none;
}
footer .footer-content .footer-right .footer-links ul li a:hover {
  color: #2c6ef2;
  text-decoration: none;
}
footer .footer-content .footer-right .footer-links .footer-text-mobile {
  display: none;
}
footer .footer-content .footer-right .footer-links .footer-text-mobile p {
  margin: 0;
  color: #ffffff;
  padding: 20px 0;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  text-align: center;
  line-height: 20px;
  letter-spacing: -0.14px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  footer {
    height: 100%;
  }
  footer .footer-content {
    display: block;
  }
  footer .footer-content .footer-left .footer-logo {
    text-align: center;
  }
  footer .footer-content .footer-left .footer-logo a {
    display: inline-block;
    margin: 0 auto;
  }
  footer .footer-content .footer-left .footer-logo a.footer-fmi-logo {
    position: relative;
  }
  footer .footer-content .footer-left .footer-logo a img {
    display: block;
    margin: 0 auto;
  }
  footer .footer-content .footer-left .footer-text {
    display: none;
  }
  footer .footer-content .footer-right .social-icons {
    padding-top: 20px;
  }
  footer .footer-content .footer-right .social-icons ul {
    padding: 0;
    text-align: center;
    width: auto;
  }
  footer .footer-content .footer-right .social-icons ul li {
    padding-left: 0;
    padding: 0 5px;
  }
  footer .footer-content .footer-right .footer-links {
    padding-top: 0;
  }
  footer .footer-content .footer-right .footer-links ul {
    margin-top: 10px;
    text-align: center;
    width: auto;
    margin-bottom: 0;
  }
  footer .footer-content .footer-right .footer-links ul li {
    padding-left: 0;
    padding: 0 5px;
  }
  footer .footer-content .footer-right .footer-links ul li a {
    font-size: 11px;
  }
  footer .footer-content .footer-right .footer-links .footer-text-mobile {
    display: block;
  }
}
@media (max-width: 768px) {
  footer {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 875px) {
  footer .footer-content .footer-right .footer-links ul li {
    padding-left: 15px;
  }
}
.bottom-menubar {
  position: fixed;
  bottom: 0;
  z-index: 2;
  left: 0;
  right: 0;
  height: 60px;
  width: 100%;
  background: #ffffff;
  border-top: solid 1px #dadada;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .bottom-menubar {
    height: 50px;
  }
}
.bottom-menubar .bottom-bar-content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.bottom-menubar .bottom-bar-content .book-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  cursor: pointer;
  border-right: 1px solid #F0F0F0;
  border-left: 1px solid #F0F0F0;
}
.bottom-menubar .bottom-bar-content .book-menu img {
  width: 20px;
  height: 20px;
  padding: 0px 20px;
}
@media (max-width: 576px) {
  .bottom-menubar .bottom-bar-content .book-menu {
    display: none;
  }
}
.bottom-menubar .bottom-bar-content .book-menu-mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  cursor: pointer;
  display: none;
}
.bottom-menubar .bottom-bar-content .book-menu-mobile img {
  width: 20px;
  height: 20px;
  padding: 0px 20px;
}
@media (max-width: 576px) {
  .bottom-menubar .bottom-bar-content .book-menu-mobile {
    display: flex;
  }
}
.bottom-menubar .bottom-bar-content .page-title {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}
.bottom-menubar .bottom-bar-content .page-title p {
  font-family: "Noto Sans";
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 576px) {
  .bottom-menubar .bottom-bar-content .page-title p {
    padding-left: 0px;
    font-size: 14px;
    line-height: 20px;
  }
}

.down-arrow {
  position: absolute;
  bottom: 12%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .down-arrow {
    display: none;
  }
}

.container-arrows {
  position: relative;
  padding: 0px 20px;
}

.container-baner-arrows {
  position: fixed;
  top: 40%;
  display: flex;
  justify-content: center;
  height: 0px;
  width: 100%;
  z-index: 2;
}
@media (max-width: 768px) {
  .container-baner-arrows {
    top: 10%;
  }
}

.page-arrows {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 0;
  z-index: 1;
  padding-right: 20px;
}
.page-arrows a {
  background: none !important;
  padding: 0px !important;
}
.page-arrows .arrows {
  height: 50px;
  width: 50px;
  position: relative;
  cursor: pointer;
  background-color: rgba(218, 218, 218, 0.4);
}
.page-arrows .arrows img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .page-arrows {
    top: 45%;
    flex-direction: row;
    padding-right: 20px;
  }
  .page-arrows .arrows {
    display: inline-block !important;
    margin-left: 5px;
  }
}
@media (max-width: 576px) {
  .page-arrows {
    padding-right: 10px;
    top: 75%;
  }
}
.page-arrows .non-active {
  opacity: 0.4;
  cursor: default;
}

.home-content {
  height: 100vh;
  background-image: url("/content/dam/oliver-wyman/v3/template-scripts/boardroom-vol8/images/boardroom-volume-8-cover-feature.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 20px;
}
@media (max-width: 576px) {
  .home-content {
    padding: 0px 10px;
    background-image: url("/content/dam/oliver-wyman/v3/template-scripts/boardroom-vol8/images/boardroom-volume-8-cover-feature-m.jpg");
    background-position: right;
  }
}
.home-content .welcome-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
}
.home-content .welcome-block p {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.24px;
  color: #ffffff;
  margin-top: 0px;
  margin-bottom: 40px;
}
.home-content .welcome-block a {
  background: #2c6ef2;
  outline: 0;
  padding: 12px 30px;
  color: #ffffff;
  margin: 0px;
  display: inline-block;
  text-decoration: none;
  transition: all 300ms ease;
}
.home-content .welcome-block a:hover {
  text-decoration: none;
}

.general-baner {
  min-height: 100vh;
  padding: 0px 20px;
}
@media (max-width: 1024px) {
  .general-baner {
    min-height: 100%;
  }
}
@media (max-width: 576px) {
  .general-baner {
    padding: 0px 10px;
  }
}

.general-title {
  max-width: 67%;
}
@media (max-width: 768px) {
  .general-title {
    max-width: 100%;
  }
}

.people {
  display: flex;
}
@media (max-width: 1024px) {
  .people {
    max-width: 100%;
    margin-left: 20px;
  }
}
@media (max-width: 576px) {
  .people {
    flex-wrap: wrap;
  }
}
.people .person-div {
  margin-right: 100px;
  position: relative;
}
@media (max-width: 1024px) {
  .people .person-div {
    margin-right: 35px;
  }
}
@media (max-width: 576px) {
  .people .person-div {
    padding-bottom: 50px;
  }
}
.people .person-div img {
  margin-bottom: 20px;
  height: 230px;
  width: auto;
}
.people .person-div .person-description {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.24px;
  color: #000000;
  margin-top: 0px;
  margin-bottom: 0px;
}
.people .person-div .color-block {
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  left: -20px;
}
.people .person-div .color-block.green-bg {
  background-color: #3DAD2C;
}
.people .person-div .color-block.blue-bg {
  background-color: #009de0;
}

.article-baner {
  position: relative;
}

.video-banner {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 768px) {
  .video-banner {
    height: 70vh;
  }
}
@media (max-width: 576px) {
  .video-banner {
    display: none;
  }
}

.center-top {
  -o-object-position: center top;
     object-position: center top;
}

.center-bottom {
  -o-object-position: center bottom;
     object-position: center bottom;
}

.center-center {
  -o-object-position: center center;
     object-position: center center;
}

.image-banner {
  display: none;
}
@media (max-width: 576px) {
  .image-banner {
    display: inline-block;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    margin-top: 50px;
  }
}
.image-banner .center-bottom {
  -o-object-position: top;
     object-position: top;
}

.article-details {
  background-color: #fff;
  padding: 40px 40px;
  margin-bottom: 30px;
  position: relative;
  margin-top: -180px;
}
@media (max-width: 768px) {
  .article-details {
    padding: 40px 0px;
    margin-bottom: 0px;
    margin-top: 0px;
  }
}

.grid-lines-popup {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  height: 100% !important;
}

.grid-lines {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 1310px) {
  .grid-lines {
    display: none;
  }
}

.grid-line {
  height: 100%;
  width: 1px;
  background-color: #F0F0F0;
}

.article-content {
  display: flex;
  justify-content: center;
}
@media (max-width: 1310px) {
  .article-content {
    padding: 0px 20px;
  }
}
@media (max-width: 576px) {
  .article-content {
    padding: 0px 10px;
  }
}

.article-author {
  font-family: "Noto Sans";
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.14px;
  margin-top: 0;
  margin-bottom: 0px;
}
@media (max-width: 1024px) {
  .article-author {
    margin-bottom: 0px;
  }
}

.author-name-link {
  text-decoration: underline;
  color: #000000;
}
.author-name-link:hover {
  color: #000000;
}

.authors-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.authors-container .item {
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .authors-container .item {
    width: 100%;
  }
}
.authors-container .item div {
  padding-right: 30px;
}
.authors-container .item div a {
  text-decoration: none;
  color: #000000;
}
.authors-container .item div .author-description {
  font-size: 16px;
  line-height: 24px;
}
.authors-container .item div .author-email {
  color: #000000;
  text-decoration: underline;
}
.authors-container .item div .author-email:hover {
  color: #000000;
}

.quote-right {
  padding-left: 50px;
  padding-right: 0px !important;
}
@media (max-width: 768px) {
  .quote-right {
    padding-left: 0px;
  }
}

.quote {
  padding-right: 50px;
}
@media (max-width: 768px) {
  .quote {
    padding-right: 0px;
  }
}
.quote .big-quote {
  font-family: "MMC Display Condensed";
  font-style: normal;
  font-weight: bold;
  font-size: 120px;
  line-height: 122px;
  letter-spacing: -0.72px;
  text-transform: uppercase;
  color: #000000;
  text-align: left;
}
.quote .quote-content {
  margin-top: -50px;
}
@media (max-width: 768px) {
  .quote .quote-content {
    margin-bottom: 30px;
  }
}
.quote .quote-content p {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 34px;
  letter-spacing: -0.26px;
  color: #000000;
}
@media (max-width: 576px) {
  .quote .quote-content p {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.22px;
  }
}

.article-image {
  width: 100%;
  height: 570px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1024px) {
  .article-image {
    height: 380px;
  }
}
@media (max-width: 576px) {
  .article-image {
    height: 250px;
  }
}

.styled-bullets {
  list-style: disc;
  margin-left: 2px;
  padding-left: 20px;
}

.styled-bullets li {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: normal;
  color: #000000;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.18px;
  margin: 0;
  padding-bottom: 10px;
}

.exhibit-scroll {
  position: relative;
}
@media (max-width: 576px) {
  .exhibit-scroll {
    overflow: scroll;
    overflow-y: hidden;
  }
}
.exhibit-scroll img {
  width: 100%;
}
@media (max-width: 576px) {
  .exhibit-scroll img {
    width: 130%;
  }
}

.exhibit-image {
  position: relative;
}
.exhibit-image .exhibit-desktop {
  width: 100%;
  display: inline;
}
@media (max-width: 576px) {
  .exhibit-image .exhibit-desktop {
    display: none;
  }
}
.exhibit-image .exhibit-mobile {
  display: none;
}
@media (max-width: 576px) {
  .exhibit-image .exhibit-mobile {
    width: 100%;
    display: inline;
  }
}

.exhibit-image .exhibit-desktop.light-mode {
  display: inline;
}
@media (max-width: 576px) {
  .exhibit-image .exhibit-desktop.light-mode {
    display: none;
  }
}
.exhibit-image .exhibit-desktop.dark-mode {
  display: none;
}
.exhibit-image .exhibit-mobile.light-mode {
  display: none;
}
@media (max-width: 576px) {
  .exhibit-image .exhibit-mobile.light-mode {
    display: inline;
  }
}
.exhibit-image .exhibit-mobile.dark-mode {
  display: none;
}

.article-exhibit-source {
  font-family: "Noto Sans";
  font-weight: 400;
  color: #999999;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.11px;
  margin-top: 10px;
  margin-bottom: 40px;
}

.container-with-icons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .container-with-icons {
    justify-content: flex-start;
  }
}
.container-with-icons .item {
  display: flex;
  flex-direction: column;
  width: 30%;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .container-with-icons .item {
    width: 50%;
  }
}
.container-with-icons .item p {
  padding-right: 30px;
}
@media (max-width: 576px) {
  .container-with-icons .item p {
    padding-right: 20px;
  }
}
.container-with-icons .item .article-icon {
  width: auto;
  height: 80px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .container-with-icons .item .article-icon {
    height: 60px;
  }
}
.container-with-icons .item-centered {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 20%;
}
@media (max-width: 768px) {
  .container-with-icons .item-centered {
    max-width: 100%;
    margin-bottom: 20px;
    flex-direction: row;
  }
}
@media (max-width: 576px) {
  .container-with-icons .item-centered {
    width: 100%;
    justify-content: center;
    margin-bottom: 10px;
  }
}
.container-with-icons .item-centered p {
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  padding: 0px 20px;
  margin-bottom: 0px;
}
@media (max-width: 576px) {
  .container-with-icons .item-centered p {
    padding: 0px;
  }
}
.container-with-icons .item-centered .article-icon {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 70px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .container-with-icons .item-centered .article-icon {
    height: 60px;
    margin-right: 10px;
  }
}
@media (max-width: 576px) {
  .container-with-icons .item-centered .article-icon {
    height: 50px;
    margin-right: 10px;
  }
}
.container-with-icons .item-centered .article-icon-arrow {
  height: 12px;
  padding: 0px;
}
@media (max-width: 768px) {
  .container-with-icons .item-centered .article-icon-arrow {
    margin: 0px 20px;
  }
}
.container-with-icons .item-centered-arrow {
  justify-content: center;
}
@media (max-width: 768px) {
  .container-with-icons .item-centered-arrow {
    margin-bottom: 10px;
    margin-right: 5px;
    margin-left: 5px;
  }
}
@media (max-width: 576px) {
  .container-with-icons .item-centered-arrow {
    transform: rotate(90deg);
  }
}

/* IE */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .podcast-player .togglePlay-style {
    font: 0/0 a;
    background: #2c6ef2;
    color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid #2c6ef2;
    padding-bottom: 20px !important;
    padding-top: 0px !important;
    padding-right: 30px !important;
    padding-left: 0px !important;
    border-radius: 50%;
    cursor: pointer;
    transition: transform 150ms ease-out;
    z-index: 2 !important;
  }
}
.block-numbers {
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .block-numbers {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .block-numbers.right-number {
    flex-wrap: wrap-reverse;
  }
}
.block-numbers .number {
  font-family: "MMC Display Condensed";
  font-size: 72px;
  line-height: 74px;
  letter-spacing: -0.72;
  font-weight: 700;
}
.block-numbers .number.left {
  margin-right: 30px;
}
.block-numbers .number.right {
  margin-left: 30px;
}
@media (max-width: 768px) {
  .block-numbers .number.right {
    margin-left: 0px;
  }
}

@media (max-width: 1024px) {
  .container-sharing-icons {
    display: none;
  }
}

.container-sharing-icons-mobile {
  display: none;
}
@media (max-width: 1024px) {
  .container-sharing-icons-mobile {
    display: inline;
  }
}

.social-bar {
  position: absolute;
  left: 0px;
  top: 90px;
  display: flex;
  flex-direction: column-reverse;
}
.social-bar ul {
  margin-bottom: 0;
  list-style-position: outside;
  padding: 0;
}
@media (max-width: 1024px) {
  .social-bar ul {
    display: flex;
  }
}
.social-bar ul li {
  list-style-type: none;
  padding: 5px 0;
  position: relative;
}
@media (max-width: 1024px) {
  .social-bar ul li {
    margin-right: 10px;
  }
}
.social-bar ul li a {
  display: block;
  cursor: pointer;
  outline: 0;
  background: #000000;
  color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  transition: all 300ms ease;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.social-bar ul li a:hover {
  background: #2c6ef2;
}
.social-bar ul li a img {
  width: auto;
  height: 16px;
}
@media (max-width: 1024px) {
  .social-bar ul li a {
    width: 40px;
    height: 40px;
    transform: scale(0.9);
  }
}
.social-bar ul li .copy-notification {
  position: absolute;
  background: #ffffff;
  color: #000000;
  font-family: "Noto Sans";
  padding: 3px 10px;
  border-radius: 10px;
  font-size: 10px;
  left: 45px;
  top: 15px;
  border: 1px solid #dadada;
  white-space: nowrap;
  display: none;
}
@media (max-width: 1024px) {
  .social-bar ul li .copy-notification {
    left: -15px;
    top: -20px;
  }
}
@media (max-width: 1024px) {
  .social-bar {
    position: inherit;
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .social-bar {
    margin-top: 0px;
  }
}

.intro-social-bar {
  top: 120px;
}

@media (max-width: 1024px) {
  .intro-content {
    padding-top: 100px;
  }
}

.close-audio {
  padding: 10px;
  display: none;
}

.audio-content {
  display: flex;
  align-items: center;
}

.audio-content-mobile {
  display: none;
}
@media (max-width: 768px) {
  .audio-content-mobile {
    display: inline;
    width: 100%;
    z-index: 1;
  }
}

@media (max-width: 768px) {
  .audio-content-menubar {
    display: none;
  }
}

.audio {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  border-radius: 10px;
  height: 40px;
}
@media (max-width: 768px) {
  .audio {
    margin-top: 0px;
    margin-bottom: 20px;
    border: 1px solid #dadada;
    padding: 5px 5px;
    background-color: #fff;
    z-index: 3;
  }
}
.audio audio, .audio audio::-webkit-media-controls-panel {
  background-color: #fff;
  width: 280px;
  border-radius: 30px;
  height: 40px;
}
@media (max-width: 768px) {
  .audio audio, .audio audio::-webkit-media-controls-panel {
    width: 100%;
  }
}
.audio audio::-webkit-media-controls-current-time-display,
.audio audio::-webkit-media-controls-time-remaining-display {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-shadow: none;
  color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 576px) {
  .audio audio::-webkit-media-controls-current-time-display,
.audio audio::-webkit-media-controls-time-remaining-display {
    font-size: 14px;
    line-height: 70%;
  }
}
.audio audio::-webkit-media-controls-play-button {
  background-color: #fff;
  border-radius: 50%;
  margin-right: 5px;
  filter: brightness(1) invert(1);
}
.audio audio::-webkit-media-controls-seek-back-button,
.audio audio::-webkit-media-controls-seek-forward-button,
.audio audio::-webkit-media-controls-fullscreen-button,
.audio audio::-webkit-media-controls-overflow-button,
.audio audio::-webkit-media-controls-rewind-button,
.audio audio::-webkit-media-controls-return-to-realtime-button,
.audio audio::-webkit-media-controls-toggle-closed-captions-button,
.audio audio::-webkit-media-controls-mute-button {
  display: none;
}
.audio audio::-webkit-media-controls-volume-slider,
.audio audio::-webkit-media-controls-volume-slider-container,
.audio audio::-webkit-media-controls-volume-slider-display,
.audio audio::-webkit-media-controls-volume-control-container {
  display: none;
}
.audio .play-btn {
  cursor: pointer;
  background-color: #000000;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  border-radius: 15px;
  text-align: center;
}
.audio .play-btn-txt {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: -0.16px;
  text-transform: capitalize;
  margin-right: 12px;
}
@media screen and (max-width: 576px) {
  .audio .play-btn-txt {
    font-size: 14px;
  }
}

@-moz-document url-prefix() {
  .audio audio, .audio audio::-webkit-media-controls-panel {
    background-color: #000;
  }
  .audio {
    background-color: #000;
    border: 1px solid #000;
    border-radius: 25px;
  }
  .close-audio { /* Safari/Chrome */
    filter: invert(100%);
  }
}
@supports (-webkit-touch-callout: none) {
  .audio audio, .audio audio::-webkit-media-controls-panel {
    background-color: transparent;
  }
  .audio {
    background-color: #fff;
    border: 0px solid #dadada;
    border-radius: 7px;
  }
  @media (max-width: 768px) {
    .audio {
      border: 1px solid #dadada;
      background-color: #000;
    }
  }
  .close-audio { /* Safari/Chrome */
    filter: invert(100%);
  }
  audio, audio::-webkit-media-controls-panel {
    background-color: transparent !important;
  }
}
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  .audio audio, .audio audio::-webkit-media-controls-panel {
    background-color: transparent;
  }
  .audio {
    background-color: #fff;
    border: 0px solid #dadada;
    border-radius: 7px;
  }
  @media (max-width: 768px) {
    .audio {
      border: 1px solid #dadada;
      background-color: #000;
    }
  }
  .close-audio { /* Safari/Chrome */
    filter: invert(100%);
  }
}
.safari-audio-desktop .audio audio {
  background-color: #000 !important;
  width: 280px;
  border-radius: 7px;
  padding: 0px 10px;
}

.safari-audio .audio {
  background-color: #000 !important;
  border: 0px solid rgba(255, 255, 255, 0.1);
  border-radius: 7px;
}
@media (max-width: 768px) {
  .safari-audio .audio {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: #000;
  }
}
.safari-audio .audio audio {
  background-color: #000 !important;
}
.safari-audio .close-audio { /* Safari/Chrome */
  filter: invert(100%);
}

.safari-audio #audio {
  background-color: #000 !important;
}

body.dark-mode .safari-audio-desktop #audio {
  background-color: #000 !important;
}

.safari-audio-desktop {
  margin-right: 20px;
}

.iframe-light-mode {
  display: block;
}

.iframe-dark-mode {
  display: none;
}

.box-color {
  height: 20px;
  width: 20px;
}
.box-color.dark-green {
  background-color: #007934;
}
.box-color.green {
  background-color: #3DAD2C;
}
.box-color.light-green {
  background-color: #86C300;
}
.box-color.navy {
  background-color: #002c77;
}
.box-color.blue {
  background-color: #009de0;
}
.box-color.light-blue {
  background-color: #76d3ff;
}

.box-color-article {
  position: absolute;
  right: 0px;
  top: 0px;
}
@media (max-width: 768px) {
  .box-color-article {
    right: -20px;
    top: -5px;
  }
}
@media (max-width: 576px) {
  .box-color-article {
    right: -10px;
  }
}

.popupmenu-tabs {
  padding-bottom: 60px;
}

.popup-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  overflow-y: scroll;
  background-color: #ffffff;
  z-index: 99;
  height: 0px;
}
@media (max-width: 576px) {
  .popup-menu {
    display: none;
  }
}
.popup-menu .navigation {
  border-bottom: 1px solid #dadada;
  background-color: #ffffff;
  z-index: 999999;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.popup-menu .navigation .navigation-div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.popup-menu .navigation .navigation-div .navigation-text {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.popup-menu .navigation .navigation-div .navigation-text a {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.16px;
  margin: 0px;
  color: #999999;
  padding: 10px 20px;
  text-decoration: none;
  border-bottom: 3px solid #ffffff;
}
.popup-menu .navigation .navigation-div .navigation-text a.active {
  color: #000000;
  border-bottom: 3px solid #000000;
}
.popup-menu .content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  min-height: 100vh;
}
.popup-menu .content .item {
  width: 25%;
  color: #000000;
  text-decoration: none;
  height: 300px;
  position: inherit;
}
@media (max-width: 1310px) {
  .popup-menu .content .item {
    width: 33.3%;
  }
}
@media (max-width: 768px) {
  .popup-menu .content .item {
    width: 50%;
  }
}
.popup-menu .content .item .popup-image {
  width: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 99999;
  position: absolute;
  bottom: -55px;
  right: 10px;
  height: 0;
  transition: 200ms ease;
}
.popup-menu .content .item .content-item {
  height: 300px;
  padding: 0px 30px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 300ms ease;
  z-index: 1;
}
.popup-menu .content .item .content-item.active .content-item-bg {
  width: 100%;
  height: 100%;
}
.popup-menu .content .item .content-item.active .minititle-popup-menu {
  color: #ffffff;
}
.popup-menu .content .item .content-item.active .title-popup-menu {
  color: #ffffff;
}
.popup-menu .content .item .content-item.active .minititle-popup-menu-light-bg {
  color: #000000 !important;
}
.popup-menu .content .item .content-item.active .title-popup-menu-light-bg {
  color: #000000 !important;
}
.popup-menu .content .item .content-item.active + .popup-image {
  height: 120px;
}
.popup-menu .content .item .content-item .content-item-bg {
  position: absolute;
  width: 0%;
  right: 0;
  top: 0;
  height: 0%;
  transition: all 200ms ease;
}
.popup-menu .content .item .content-item .content-item-bg.bg-dark-green {
  background-color: #007934;
}
.popup-menu .content .item .content-item .content-item-bg.bg-green {
  background-color: #3DAD2C;
}
.popup-menu .content .item .content-item .content-item-bg.bg-light-green {
  background-color: #86C300;
}
.popup-menu .content .item .content-item .content-item-bg.bg-navy {
  background-color: #002c77;
}
.popup-menu .content .item .content-item .content-item-bg.bg-blue {
  background-color: #009de0;
}
.popup-menu .content .item .content-item .content-item-bg.bg-light-blue {
  background-color: #76d3ff;
}
.popup-menu .content .item .content-item .additional-details {
  position: absolute;
  top: 0;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.popup-menu .content .item .content-item .minititle-popup-menu {
  z-index: 2;
}
.popup-menu .content .item .content-item .title-popup-menu {
  z-index: 2;
}
.popup-menu .content .item:hover .content-item-bg {
  width: 100%;
  height: 100%;
}
.popup-menu .content .item:hover .minititle-popup-menu {
  color: #ffffff;
}
.popup-menu .content .item:hover .title-popup-menu {
  color: #ffffff;
}
.popup-menu .content .item:hover .minititle-popup-menu-light-bg {
  color: #000000 !important;
}
.popup-menu .content .item:hover .title-popup-menu-light-bg {
  color: #000000 !important;
}
.popup-menu .content .item:hover .popup-image {
  height: 120px;
}
.popup-menu .content .grid-lines-popup {
  z-index: 1;
}
@media (max-width: 1310px) {
  .popup-menu .content .grid-lines-popup {
    display: flex;
  }
}
@media (max-width: 1310px) {
  .popup-menu .content .grid-lines-popup .grid-line-first-deleted {
    display: none;
  }
}
@media (max-width: 768px) {
  .popup-menu .content .grid-lines-popup .grid-line-second-deleted {
    display: none;
  }
}
.popup-menu .popup-menu-close-btn {
  border-right: 1px solid #F0F0F0;
  border-left: 1px solid #F0F0F0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup-menu .popup-menu-close-btn img {
  padding: 10px 20px;
}

#editions {
  display: none;
}

#editionsMobile {
  display: none;
}

.body-overflow-none {
  overflow: hidden;
}

@-webkit-keyframes overlayAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes overlayAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes contentMenuAnimation {
  from {
    height: 0px;
  }
  to {
    height: 70%;
  }
}
@keyframes contentMenuAnimation {
  from {
    height: 0px;
  }
  to {
    height: 70%;
  }
}
.popup-menu-mobile {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  z-index: 99;
  display: none;
}
.popup-menu-mobile .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -1;
  -webkit-animation-name: overlayAnimation;
          animation-name: overlayAnimation;
  -webkit-animation-duration: 200ms;
          animation-duration: 200ms;
}
.popup-menu-mobile .popup-menu-mobile-content {
  height: 70%;
  width: 100%;
  background-color: #ffffff;
  z-index: 1;
  position: fixed;
  bottom: 0px;
  left: 0px;
  border: 1px solid #dadada;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding-top: 30px;
  -webkit-animation-name: contentMenuAnimation;
          animation-name: contentMenuAnimation;
  -webkit-animation-duration: 200ms;
          animation-duration: 200ms;
}
.popup-menu-mobile .popup-menu-mobile-content .popup-menu-mobile-close-btn {
  padding: 5px;
  position: absolute;
  top: 25px;
  right: 20px;
}
.popup-menu-mobile .popup-menu-mobile-content .popup-menu-mobile-headings {
  width: 100%;
  border-bottom: 1px solid #dadada;
  padding: 10px 0px;
}
.popup-menu-mobile .popup-menu-mobile-content .popup-menu-mobile-items {
  height: 100%;
  overflow-y: scroll;
}
.popup-menu-mobile .popup-menu-mobile-content .popup-menu-mobile-items a {
  text-decoration: none;
}
.popup-menu-mobile .popup-menu-mobile-content .popup-menu-mobile-title {
  color: #999999;
  font-family: "Noto Sans";
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.16px;
  margin: 0px;
  padding: 8px 20px;
  text-decoration: none;
}
.popup-menu-mobile .popup-menu-mobile-content .popup-menu-mobile-title.active {
  color: #000000;
  border-bottom: 3px solid #000000;
}
.popup-menu-mobile .popup-menu-mobile-content .popup-menu-mobile-item {
  color: #000000;
  font-family: "Noto Sans";
  margin: 0px;
  border-bottom: 1px solid #dadada;
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
.popup-menu-mobile .popup-menu-mobile-content .popup-menu-mobile-item:last-child {
  margin-bottom: 60px;
}
.popup-menu-mobile .popup-menu-mobile-content .popup-menu-mobile-item.active {
  background-color: #f0f0f0;
}
.popup-menu-mobile .popup-menu-mobile-content .popup-menu-mobile-item .popup-menu-mobile-item-left {
  padding-right: 20px;
}
.popup-menu-mobile .popup-menu-mobile-content .popup-menu-mobile-item h4 {
  font-size: 18px;
  line-height: 22px;
}
.popup-menu-mobile .popup-menu-mobile-content .popup-menu-mobile-item .popup-menu-mobile-item-details {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: start;
  margin-top: 10px;
  margin-bottom: 5px;
}
.popup-menu-mobile .popup-menu-mobile-content .popup-menu-mobile-item .popup-menu-mobile-item-details h6 {
  margin: 0;
  padding: 0;
}
.popup-menu-mobile .popup-menu-mobile-content .popup-menu-mobile-item .popup-menu-mobile-item-details .box-section-color {
  height: 9px;
  width: 8px;
  margin-right: 5px;
  margin-top: 2px;
}
.popup-menu-mobile .popup-menu-mobile-content .popup-menu-mobile-item .popup-menu-mobile-item-details .box-section-color.dark-green {
  background-color: #007934;
}
.popup-menu-mobile .popup-menu-mobile-content .popup-menu-mobile-item .popup-menu-mobile-item-details .box-section-color.green {
  background-color: #3DAD2C;
}
.popup-menu-mobile .popup-menu-mobile-content .popup-menu-mobile-item .popup-menu-mobile-item-details .box-section-color.light-green {
  background-color: #86C300;
}
.popup-menu-mobile .popup-menu-mobile-content .popup-menu-mobile-item .popup-menu-mobile-item-details .box-section-color.navy {
  background-color: #002c77;
}
.popup-menu-mobile .popup-menu-mobile-content .popup-menu-mobile-item .popup-menu-mobile-item-details .box-section-color.blue {
  background-color: #009de0;
}
.popup-menu-mobile .popup-menu-mobile-content .popup-menu-mobile-item .popup-menu-mobile-item-details .box-section-color.light-blue {
  background-color: #76d3ff;
}
.popup-menu-mobile .popup-menu-mobile-content .popup-menu-mobile-item .popup-menu-mobile-img {
  height: 100px;
  width: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 576px) {
  .scroll-horizontally {
    width: 140vw;
  }
}

main#fl-layout-wrapper {
  margin: 0px !important;
}

.toggles {
  position: relative;
  background: #ffffff;
  border-radius: 30px;
  height: 22px;
  width: 45px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
  transition: all 300ms ease;
}
.toggles.turn-on-dm {
  background-color: #000000;
}
.toggles.turn-on-dm div i {
  color: #ffffff;
}
.toggles.turn-off-dm {
  background-color: #ffffff;
}
.toggles.turn-off-dm div {
  flex-direction: row-reverse;
}
.toggles.turn-off-dm div i {
  color: #000000;
}
.toggles div {
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 7px;
  width: 100%;
}
.toggles div .fa-circle {
  font-size: 16px;
}
.toggles div i {
  transition: all 1000ms ease;
  font-size: 13px;
}
.toggles div i.flip {
  transform: rotate(360deg);
}

/* Style the tab */
.tab-exhibit {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

/* Style the buttons inside the tab */
.tab-exhibit button {
  background-color: #949494;
  color: #ffffff;
  border: none;
  outline: none;
  padding: 3px 6px;
  transition: 0.3s;
  font-family: "Noto Sans";
  font-size: 14px;
  line-height: 16px;
  cursor: pointer;
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
}

/* Change background color of buttons on hover */
.tab-exhibit button:hover {
  color: #ffffff;
  background-color: #002c77;
}

/* Create an active/current tablink class */
.tab-exhibit button.active {
  color: #ffffff;
  background-color: #002c77;
}

/* Style the tab content */
.tabcontent-exhibit {
  display: none;
  border: none;
  margin-bottom: 0px;
}
.tabcontent-exhibit .title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin: 0px;
}
.tabcontent-exhibit .subtitle {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 20px;
}

.tabcontent-exhibit-first-child {
  display: block;
}

.tabcontent-exhibit-visible {
  display: block;
}

.description-for-exhibit {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
}

.span-for-tooltip {
  position: relative;
}

.tooltip {
  line-height: 16px;
}

.tooltip-1 {
  position: absolute;
  bottom: 30px;
  left: 0;
  background: #000000;
  color: #ffffff;
  padding: 10px 10px;
  border-radius: 10px;
  font-family: "Noto Sans";
  font-size: 14px;
  line-height: 18px;
  width: 300px;
  z-index: 9;
  transition: ease;
  display: none;
}
@media screen and (max-width: 835px) {
  .tooltip-1 {
    left: -250px;
  }
}

.span-for-tooltip-1:hover .tooltip-1 {
  display: inline;
}

.div-tooltips {
  display: flex;
}

.picture-for-print {
  display: none;
}

.just-for-print {
  display: none;
  position: relative;
}
.just-for-print p {
  margin: 0px;
}
.just-for-print img {
  width: 100%;
  margin-bottom: 30px;
}

.intro-first-p {
  margin-top: 130px;
}
@media (max-width: 1024px) {
  .intro-first-p {
    margin-top: 0px;
  }
}

img.dark-mode {
  display: none;
}

body.dark-mode {
  background-color: #0D0D0D;
}
body.dark-mode p {
  color: #ffffff;
}
body.dark-mode h1, body.dark-mode h2, body.dark-mode h3, body.dark-mode h4, body.dark-mode h5, body.dark-mode h6 {
  color: #ffffff;
}
body.dark-mode .grid-line {
  background-color: rgba(255, 255, 255, 0.1);
}
body.dark-mode .bottom-menubar {
  background: #000;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
}
body.dark-mode header {
  background-color: #000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
body.dark-mode .bottom-menubar .bottom-bar-content .book-menu {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
body.dark-mode .ow-logo {
  filter: brightness(0) invert(1);
}
body.dark-mode .fmi-logo {
  filter: brightness(0) invert(1);
}
body.dark-mode .logos-to-print .ow-logo {
  filter: none !important;
}
body.dark-mode .logos-to-print .fmi-logo {
  filter: none !important;
}
body.dark-mode .book-menu img {
  filter: brightness(0) invert(1);
}
body.dark-mode .book-menu-mobile img {
  filter: brightness(0) invert(1);
}
body.dark-mode .big-quote {
  color: #fff;
}
body.dark-mode .quote-content p {
  color: #fff;
}
body.dark-mode .author-name-link {
  color: #fff;
}
body.dark-mode .author-name-link:hover {
  color: #2c6ef2;
}
body.dark-mode button.btn-toggle-mode {
  background-color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #000;
}
body.dark-mode .progress-container {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9999999999;
}
body.dark-mode .progress-container .progress-bar {
  height: 3px;
  background: #fff;
  width: 0%;
}
body.dark-mode .styled-bullets {
  list-style: disc;
  margin-left: 2px;
  padding-left: 20px;
}
body.dark-mode .styled-bullets li {
  color: #ffffff;
}
body.dark-mode .iframe-light-mode {
  display: none;
}
body.dark-mode .iframe-dark-mode {
  display: block;
}
body.dark-mode .dark-mood-image {
  filter: brightness(1) invert(1);
}
body.dark-mode .social-bar ul li a {
  background: #ffffff;
  color: #000000;
}
body.dark-mode .social-bar ul li a:hover {
  background: #2c6ef2;
}
body.dark-mode .social-bar ul li a img {
  filter: brightness(1) invert(1);
}
body.dark-mode .article-details {
  background-color: #0D0D0D;
}
body.dark-mode .popup-menu {
  background-color: #000000;
}
body.dark-mode .popup-menu .navigation {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #000000;
}
body.dark-mode .popup-menu .navigation .navigation-div .navigation-text a {
  color: #999999;
  padding: 10px 20px;
  text-decoration: none;
  border-bottom: 3px solid #000000;
}
body.dark-mode .popup-menu .navigation .navigation-div .navigation-text a.active {
  color: #ffffff;
  border-bottom: 3px solid #ffffff;
}
body.dark-mode .popup-menu .navigation .navigation-div .popup-menu-close-btn {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
body.dark-mode .popup-menu .navigation .navigation-div .popup-menu-close-btn img {
  filter: brightness(1) invert(1);
}
body.dark-mode .person-description {
  color: #fff !important;
}
body.dark-mode img.light-mode {
  display: none;
}
body.dark-mode img.dark-mode {
  display: inline-block;
}
body.dark-mode .exhibit-image .exhibit-desktop.light-mode {
  display: none;
}
body.dark-mode .exhibit-image .exhibit-desktop.dark-mode {
  display: inline;
}
@media (max-width: 576px) {
  body.dark-mode .exhibit-image .exhibit-desktop.dark-mode {
    display: none;
  }
}
body.dark-mode .exhibit-image .exhibit-mobile.light-mode {
  display: none;
}
body.dark-mode .exhibit-image .exhibit-mobile.dark-mode {
  display: none;
}
@media (max-width: 576px) {
  body.dark-mode .exhibit-image .exhibit-mobile.dark-mode {
    display: inline;
  }
}
body.dark-mode p.additional-text {
  color: #949494;
  margin-bottom: 0px;
}
body.dark-mode .author-email {
  color: #ffffff !important;
  text-decoration: underline;
}
body.dark-mode .author-email:hover {
  color: #ffffff;
}
body.dark-mode .item-centered-arrow {
  filter: brightness(1) invert(1);
}
body.dark-mode .popup-menu-mobile .popup-menu-mobile-content {
  background-color: #000000;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
body.dark-mode .popup-menu-mobile .popup-menu-mobile-content .popup-menu-mobile-item.active {
  background-color: rgba(255, 255, 255, 0.2);
}
body.dark-mode .popup-menu-mobile .popup-menu-mobile-content .popup-menu-mobile-title.active {
  color: #ffffff;
  border-bottom: 3px solid #ffffff;
}
body.dark-mode .download-item {
  border: 1px solid #333333;
  background-color: #000;
}

.toc-menu-desktop-pages {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  align-content: flex-start;
}

.toc-menu-desktop-editions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  align-content: flex-start;
  width: 100%;
}

.new {
  display: none;
}

.flex {
  display: flex;
}

.download-item {
  max-width: 100%;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #ffffff;
}

.download-item a {
  text-decoration: none;
}

.download-item .download-pdf-icon {
  margin-right: 20px;
}

.download-pdf-icon {
  width: 60px;
}

.download-item .download-pdf-title {
  font-family: "Noto Sans";
  font-weight: 600;
  margin-bottom: 10px;
}

.download-item .download-pdf-size {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 0px;
}

.download-item .flex-vertical-space-between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 600px) {
  .download-pdf-description {
    width: 70%;
  }
}/*# sourceMappingURL=custom.css.map */