.article-container {
  display: flex;
  justify-content: center;
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .article-container {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}

.article-banner {
  min-height: 100vh !important;
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  .article-banner {
    min-height: unset !important;
  }
}
.article-banner h4 {
  color: #000;
  font-family: swister, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 20px;
  margin-top: 55px;
  margin-bottom: 24px;
}
.article-banner h1 {
  color: #000;
  font-variant-numeric: stacked-fractions;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "MMC Display Condensed";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 66px; /* 103.125% */
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 24px;
}
.article-banner .article-author {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.article-banner .article-author p {
  color: #000;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  max-width: 50%;
}
.article-banner .article-author .article-a-link {
  color: #000;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  transition: all 300ms ease;
}
.article-banner .article-author .article-a-link:hover {
  color: #2c6ef2;
}

.article-content .ow-list {
  padding-left: 20px;
}
.article-content .ow-list li {
  margin-bottom: 15px;
}
.article-content .ow-list li a {
  color: #2C6EF2;
  text-decoration: none;
}
.article-content h2 {
  color: #000000;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Noto Sans";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  margin-top: 56px;
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .article-content h2 {
    margin-top: 30px;
  }
}
.article-content h2.mt-18 {
  margin-top: 18px;
}
.article-content h3 {
  color: var(--OW-Primary-Black, #000);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Noto Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}
.article-content h4 {
  color: var(--OW-Primary-Black, #000);
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: -0.8em;
}
.article-content p {
  color: #000000;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 30px;
}
.article-content p.bolded, .article-content p b {
  font-weight: 700;
}
.article-content p.mb-0 {
  margin-bottom: 0;
}
.article-content p.mt-0 {
  margin-top: 0;
}
.article-content p a {
  color: #2C6EF2;
  text-decoration: none;
}
.article-content .exhibit-content.mb-50 {
  margin-bottom: 50px;
}
.article-content .exhibit-content .exhibit-flex {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  width: 100%;
}
@media (max-width: 768px) {
  .article-content .exhibit-content .exhibit-flex {
    flex-direction: column;
  }
}
.article-content .exhibit-content .exhibit-flex .exhibit-l {
  width: 40%;
}
@media (max-width: 768px) {
  .article-content .exhibit-content .exhibit-flex .exhibit-l {
    width: 100%;
  }
}
.article-content .exhibit-content .exhibit-flex .exhibit-r {
  width: 60%;
}
@media (max-width: 768px) {
  .article-content .exhibit-content .exhibit-flex .exhibit-r {
    width: 100%;
  }
}
.article-content .exhibit-content .exhibit-flex img {
  width: 200px;
}
.article-content .exhibit-content .exhibit-flex p {
  margin-top: 0;
}
@media (max-width: 600px) {
  .article-content .exhibit-content .exhibit-flex {
    flex-direction: column;
  }
}
.article-content .exhibit-content .exhibit-title {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: "Noto Sans";
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}
.article-content .exhibit-content .exhibit-title.mb-0 {
  margin-bottom: 0;
}
.article-content .exhibit-content .exhibit-subtitle {
  font-family: "Noto Sans";
  color: #000;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 30px;
}
.article-content .exhibit-content .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: 56px;
}
.article-content .exhibit-content .exhibit-image {
  width: 100%;
}
@media (max-width: 600px) {
  .article-content .exhibit-content .exhibit-image.w-65-mobile {
    width: 65%;
  }
}

.container-vol8-small {
  width: 100%;
  max-width: 840px;
}
@media (max-width: 1024px) {
  .container-vol8-small {
    max-width: calc(100% - 60px);
  }
}

.modal-block {
  width: 83%;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 40px;
}
@media (max-width: 1390px) {
  .modal-block {
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
    flex-direction: column-reverse;
  }
}
@media (max-width: 1024px) {
  .modal-block {
    margin: initial;
    padding: 0 30px;
    max-width: calc(100% - 60px);
  }
}

.modal-block .left-block {
  position: relative;
  width: 400px;
  height: 180px;
  cursor: pointer;
}
@media (max-width: 1390px) {
  .modal-block .left-block {
    width: 59%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.modal-block .left-block.modal-black {
  background-color: #f0f0f0;
}

.modal-block .left-block .color-block-modal {
  width: 0px;
  height: 0px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 200ms ease;
}

.modal-block .left-block:hover .color-block-modal {
  width: 100%;
  height: 100%;
}

.modal-block .left-block .color-block-modal.black {
  background: #000000;
}

.modal-block .left-block .left-block-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 280px;
}

.modal-block .left-block .left-block-content .left-block-heading {
  font-family: "MMC Display Condensed";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.14px;
  text-transform: uppercase;
  color: #000000;
}

.modal-block .left-block .left-block-content .left-block-title {
  font-family: "MMC Display Condensed";
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 28px;
  letter-spacing: -0.26px;
  text-transform: uppercase;
  color: #000000;
}

.modal-block .left-block:hover .left-block-heading {
  color: #ffffff;
}

.modal-block .left-block:hover .left-block-title {
  color: #ffffff;
}

.modal-block .left-block .read-more {
  position: absolute;
  bottom: 15px;
  right: 40px;
}

.modal-block .left-block .read-more p {
  font-family: "Noto Sans";
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.14px;
  color: #000000;
}

.modal-block .left-block:hover .read-more p {
  color: #ffffff;
}

.modal-block .right-block {
  width: 70%;
}
@media (max-width: 1390px) {
  .modal-block .right-block {
    width: 100%;
  }
}

.modal-block .right-block .right-block-content {
  padding-left: 30px;
}
.modal-block .right-block .right-block-content p {
  margin: 0;
}
@media (max-width: 1390px) {
  .modal-block .right-block .right-block-content {
    padding-left: 0px;
  }
}

.modal-pop-up {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 300ms ease;
}

.modal-pop-up .quote-block .quote {
  min-width: 100% !important;
}

.modal-pop-up .black-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
}

.modal-pop-up .pop-up-content {
  background: #ffffff;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 0%;
  z-index: 2;
  transition: all 300ms ease;
}

.modal-pop-up .pop-up-content.modal-grey {
  background-color: #f0f0f0;
}

.modal-pop-up .pop-up-content .close-btn {
  visibility: hidden;
  display: flex;
  justify-content: right;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 25px;
  z-index: 1;
}

.modal-pop-up .pop-up-content .content {
  padding: 10px 40px;
  padding-bottom: 40px;
  position: absolute;
  top: 0;
}

.modal-pop-up .pop-up-content .content .popup-mini-title {
  font-family: "MMC Display Condensed";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.14px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #000000;
}

.modal-pop-up .pop-up-content .content .popup-title {
  font-family: "MMC Display Condensed";
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: -0.3px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #000000;
}
.modal-pop-up .pop-up-content .content .popup-title.w-50 {
  width: 50%;
}
@media (max-width: 1024px) {
  .modal-pop-up .pop-up-content .content .popup-title.w-50 {
    width: 30%;
  }
}
@media (max-width: 768px) {
  .modal-pop-up .pop-up-content .content .popup-title.w-50 {
    width: unset;
  }
}
.modal-pop-up .pop-up-content .content .popup-title.w-60 {
  width: 60%;
}
@media (max-width: 600px) {
  .modal-pop-up .pop-up-content .content .popup-title.w-60 {
    width: unset;
  }
}

.modal-pop-up .pop-up-content .content .popup-subtitle {
  font-family: "Noto Sans";
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  margin: 0;
}

.modal-pop-up .pop-up-content .content .title-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
}
.modal-pop-up .pop-up-content .content .title-container .left-side {
  width: 60%;
}

.modal-pop-up .pop-up-content .content .paragraph p {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.18px;
  color: #000000;
  margin-top: 0;
  margin-bottom: 20px;
}
.modal-pop-up .pop-up-content .content .paragraph p a {
  color: #2C6EF2;
  text-decoration: none;
}

.modal-pop-up .pop-up-content .content .heading h3 {
  color: #000000;
  font-family: "Noto Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.28px;
  margin: 40px 0;
}

.modal-pop-up.active {
  z-index: 10000;
}

.modal-pop-up.active .black-overlay {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.modal-pop-up.active .pop-up-content {
  width: 50%;
  overflow-y: scroll;
}
@media (max-width: 1024px) {
  .modal-pop-up.active .pop-up-content {
    width: 100%;
  }
}

.modal-pop-up.active .pop-up-content .close-btn {
  visibility: visible;
}

.desktop-hide {
  display: none;
}

.mobile-hide {
  display: block;
}

@media (max-width: 1390px) {
  .desktop-hide {
    display: block;
  }
  .mobile-hide {
    display: none;
  }
}
@media (max-width: 768px) {
  .modal-pop-up.active .pop-up-content {
    width: 100%;
  }
  .modal-pop-up.active .pop-up-content .content {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
  }
  .modal-pop-up.active .pop-up-content .content .wrap {
    padding: 30px 20px;
  }
}
@media (max-width: 576px) {
  .modal-pop-up.active .pop-up-content .content .wrap {
    padding: 0px 20px 30px 20px;
  }
}
@media (max-width: 600px) {
  .container-vol8-small {
    max-width: calc(100% - 40px);
  }
  .article-banner h4 {
    font-size: 20px;
    text-align: center;
    margin-top: 40px;
  }
  .article-banner h1 {
    font-size: 36px;
    text-align: center;
    line-height: 38px; /* 105.556% */
    margin-bottom: 18px;
  }
  .article-banner .article-author {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }
  .article-content p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .article-content h2 {
    font-size: 24px;
    font-style: normal;
    line-height: 32px;
  }
  .article-content h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .article-container {
    padding-bottom: 30px;
  }
  .article-banner .article-author p {
    max-width: unset;
    text-align: center;
  }
  .modal-block .left-block {
    width: 100%;
  }
  .modal-pop-up .pop-up-content .content .title-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
  .modal-pop-up .pop-up-content .close-btn {
    top: 15px;
  }
  .modal-block {
    padding: 0 20px;
    max-width: calc(100% - 40px);
  }
  .modal-block .left-block .left-block-content .left-block-title {
    margin-top: 0;
  }
  .modal-block .left-block .left-block-content {
    position: absolute;
    top: 20px;
    left: 20px;
    transform: unset;
  }
  .modal-block .left-block .read-more {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
  .modal-block .left-block .read-more p {
    margin: 0;
  }
}/*# sourceMappingURL=article.css.map */