@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/IBM/IBMPlexSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/IBM/IBMPlexSans-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/IBM/IBMPlexSans-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/IBM/IBMPlexSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../fonts/Work_Sans/WorkSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../fonts/Work_Sans/WorkSans-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../fonts/Work_Sans/WorkSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../fonts/Work_Sans/WorkSans-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Sans Extra Condensed";
  src: url("../fonts/Sofia_Sans/SofiaSansExtraCondensed-ExtraBold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: bold;
}

p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-box-trim: trim-both;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}

p:last-child {
  margin-bottom: 0;
}

.article_section {
  margin-bottom: 50px;
}

.article_content {
  padding: 0px 0 clamp(32px, 2.917vw, 56px) 0;
}
@media (max-width: 767px) {
  .article_content {
    padding: 0 16px 0 16px;
  }
  .article_content .container-flex {
    margin-top: 16px;
  }
}
.article_content h2,
.article_content h1 {
  margin: 24px 0 24px 0;
  font-weight: 600;
}
.article_content h1 {
  margin-top: 0px;
  color: #240036;
}
@media (max-width: 767px) {
  .article_content h1 {
    font-size: 28px;
    line-height: 130%;
    font-weight: 700;
    margin-bottom: 32px;
  }
}
.article_content h1 + p.details {
  margin-bottom: 32px;
}
.article_content h3 {
  margin-top: 16px;
  margin-bottom: 18px;
  font-weight: 600;
  font-size: 24px;
}
.article_content h4 {
  margin: 18px 0 16px 0;
}
.article_content h2,
.article_content h3,
.article_content h4,
.article_content h5,
.article_content h6,
.article_content p {
  color: #30505D;
}
.article_content h4,
.article_content h5 {
  font-size: 20px;
}
.article_content h1 strong,
.article_content h2 strong,
.article_content h3 strong,
.article_content h4 strong,
.article_content h5 strong,
.article_content h6 strong {
  font-weight: 600 !important;
}
.article_content ul {
  margin: 12px 0 12px 25px;
}
.article_content ul li {
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  margin-bottom: 12px;
  color: #30505D;
  font-weight: 400;
  line-height: 1.4;
  list-style: disc;
}
.article_content ul li a {
  font-weight: 600;
  color: #5C93A9;
  text-decoration: underline;
}
.article_content ul li br {
  display: none;
}
.article_content ul li strong {
  font-weight: 600;
}
.article_content ol {
  list-style: decimal;
}
.article_content ol li {
  list-style: decimal;
  margin-left: 24px;
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  margin-bottom: 12px;
  color: #30505D;
  font-weight: 400;
  line-height: 1.4;
}
.article_content ol li br {
  display: none;
}
.article_content ol li b,
.article_content ol li strong {
  font-weight: 600;
}
.article_content br {
  display: none;
}
.article_content table {
  margin: 24px 0;
}
.article_content table thead tr th {
  color: #30505D;
  font-weight: 600;
  padding: 12px;
  font-family: "IBM Plex Sans" !important;
  background-color: #5C93A9;
  color: #ffffff;
}
.article_content table th {
  color: #30505D;
  font-weight: 600;
  padding: 12px;
  font-family: "IBM Plex Sans" !important;
}
.article_content table tbody tr td {
  color: #30505D;
  font-weight: 400;
  padding: 12px;
  font-family: "IBM Plex Sans" !important;
}
.article_content table tbody tr th {
  background-color: #D7EBF6;
}
.article_content .dynamic_pic {
  width: 28%;
}
.article_content p:empty {
  display: none;
}
.article_content .details {
  color: #30505D;
}
.article_content .details a {
  font-weight: 600;
  color: #5C93A9;
  text-decoration: underline;
}
.article_content img,
.article_content picture img {
  max-width: 100%;
  width: 100%;
  display: block;
  margin: 24px auto;
  object-fit: contain;
}
@media (max-width: 575px) {
  .article_content img,
  .article_content picture img {
    max-width: 100%;
    height: auto;
    margin: 16px auto;
  }
}
.article_content .blog-title,
.article_content blockquote,
.article_content p {
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  color: #30505D;
  line-height: 150%;
  font-weight: 400;
  margin-bottom: 16px;
}
.article_content .blog-title strong,
.article_content blockquote strong,
.article_content p strong {
  font-weight: 500 !important;
}
.article_content .blog-title a,
.article_content blockquote a,
.article_content p a {
  color: #5C93A9;
  font-weight: 600;
  text-decoration: underline;
}
.article_content details {
  border: 1px solid #D7EBF6;
  margin-bottom: 12px;
  padding: 12px 14px;
}
.article_content details summary {
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  color: #30505D;
}
.article_content details p {
  font-size: 14px;
  padding: 8px 0 0;
}
.article_content #table-of-contents {
  padding: 18px 16px;
  background-color: #EBF5FB;
  border-radius: 12px;
  margin-top: 39px;
}
.article_content #table-of-contents[open] summary::after {
  transform: translateY(-50%) rotate(0deg);
}
.article_content #table-of-contents summary {
  text-transform: capitalize;
  margin-bottom: 32px;
  font-size: 28px;
  font-family: "IBM Plex Sans";
  line-height: 1.3;
  font-weight: 700;
  color: #0C191F;
  font-family: "IBM Plex sans";
  cursor: pointer;
  position: relative;
}
.article_content #table-of-contents summary::after {
  position: absolute;
  content: "";
  background-image: url("../img/chevron_icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  color: #30505D;
  width: 13px;
  height: 8px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}
.article_content #table-of-contents ul {
  height: max-content !important;
  display: block !important;
}
.article_content #table-of-contents ul li {
  list-style: disc;
  font-weight: 600 !important;
  text-decoration: underline;
  color: #30505D;
}
.article_content #table-of-contents ul li a {
  color: inherit;
  font-size: 21px;
}
.article_content .related-blogs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 820px) {
  .article_content .related-blogs {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 767px) {
  .article_content .related-blogs {
    grid-template-columns: repeat(1, 1fr);
  }
}
.article_content img.img_right {
  float: right;
  padding-left: 20px;
}
.article_content .faq-item {
  margin: 18px 0 20px;
  padding: 16px 18px;
  background-color: #f7f9fa;
  border-left: 4px solid #0f4761;
}
.article_content .faq-item .faq-question,
.article_content .faq-item h3 {
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  color: #0f4761;
  font-weight: 700 !important;
  margin: 0 0 8px !important;
  font-family: "Work Sans", sans-serif;
}
.article_content .faq-item .faq-answer,
.article_content .faq-item p {
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  color: #000000;
  line-height: 150%;
  font-weight: 400;
  margin: 0;
}

.author_profile_box {
  padding: 32px clamp(16px, 1.667vw, 32px);
  background-color: #f6f6f6;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .author_profile_box {
    border-radius: 0;
    margin-left: -16px;
    margin-right: -16px;
    margin-top: 20px;
    padding-top: 24px;
  }
}
.author_profile_box .author_title_box {
  margin-bottom: 32px;
}
.author_profile_box .author_title_box h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-family: "IBM Plex Sans";
  line-height: 1.3;
  font-weight: 700;
  color: #30505D;
  letter-spacing: -3%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 2px solid #30505D;
}
.author_profile_box .author_title_box h2 span {
  display: flex;
  align-items: center;
}
.author_profile_box .author_description {
  background-color: #ffffff;
  padding: 24px clamp(16px, 1.25vw, 24px);
  border-radius: 16px;
}
.author_profile_box .author_description .author_image {
  margin-bottom: 32px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: clamp(25px, 1.667vw, 32px);
  align-items: center;
}
.author_profile_box .author_description .author_image .image_box {
  flex-shrink: 0;
}
.author_profile_box .author_description .author_image .image_box img {
  margin: 0;
  width: 100%;
  max-width: 176px;
  height: 176px;
  object-fit: cover;
  border-radius: 100px;
}
.author_profile_box .author_description .author_image .designation h3 {
  font-size: 28px;
  font-family: "IBM Plex Sans";
  line-height: 1.3;
  font-weight: 700;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  color: #240036;
  margin-bottom: 16px;
  margin-top: 0;
  font-size: 24px;
}
.author_profile_box .author_description .author_image .designation p {
  font-size: 28px;
  font-family: "IBM Plex Sans";
  line-height: 1.3;
  font-weight: 700;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  color: #240036;
  font-size: 21px;
  font-weight: 500;
}

@media (max-width: 575px) {
  .references {
    padding: 0 16px;
  }
}
.references h4 {
  margin: 18px 0 16px 0;
  font-size: 20px;
}
.references a {
  color: #5C93A9;
}
.references p {
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  color: #30505D;
  line-height: 150%;
  font-weight: 400;
}
.references p a {
  color: #5C93A9;
}
.references ol {
  list-style: decimal;
}
@media (max-width: 575px) {
  .references ol {
    margin-left: 10px;
  }
}
.references ol li {
  list-style: decimal;
  margin-left: 24px;
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  margin-bottom: 12px;
  color: #30505D;
  font-weight: 400;
  line-height: 1.4;
}
.references ol li a {
  font-weight: 600;
  color: #5C93A9;
  text-decoration: underline;
}
.references ol li br {
  display: none;
}
.references ol li b,
.references ol li strong {
  font-weight: 600;
}

.related-blogs .blog-post img {
  margin: 0 0 12px 0;
}

/*# sourceMappingURL=article_detail.css.map */
