@charset "UTF-8";
.cat-label {
  font-family: "League Spartan";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #1A1A1D;
  text-transform: uppercase;
  padding: 5px;
  padding-bottom: 0;
  display: block;
}
.cat-label.label-eassays, .cat-label.personal-essays {
  background: #FFE7CC;
}
.cat-label.label-lss, .cat-label.long-story-short {
  background: #DEEDFF;
}
.cat-label.label-dispatch, .cat-label.dispatch-from-1-finance {
  background: #C6B9FF;
}
.cat-label.label-money, .cat-label.the-thing-about-money {
  background: #DEF7F1;
}
.cat-label.label-advisor, .cat-label.ask-a-qfa {
  background: #FFE6A8;
}

.categories {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px 0px;
}
.categories .category {
  font-family: "League Spartan";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  color: #4B4C51;
  padding: 5px 10px 2px 10px;
  cursor: pointer;
}
.categories .cat-yellow,
.categories .ask-a-qfa {
  border-left: 2px solid #FFE6A8;
  box-shadow: inset 0 0 0 0 #FFF3DB;
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.8s;
}
.categories .cat-yellow:hover,
.categories .ask-a-qfa:hover {
  cursor: pointer;
  color: #1A1A1D;
  border-color: #FFF3DB;
  box-shadow: inset 250px 0 0 0 #FFF3DB;
}
.categories .cat-green,
.categories .the-thing-about-money {
  border-left: 2px solid #DEF7F1;
  box-shadow: inset 0 0 0 0 #DEF7F1;
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.8s;
}
.categories .cat-green:hover,
.categories .the-thing-about-money:hover {
  cursor: pointer;
  color: #1A1A1D;
  box-shadow: inset 250px 0 0 0 #DEF7F1;
}
.categories .cat-orange,
.categories .personal-essays {
  border-left: 2px solid #FFE7CC;
  box-shadow: inset 0 0 0 0 #FFE7CC;
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.8s;
}
.categories .cat-orange:hover,
.categories .personal-essays:hover {
  cursor: pointer;
  color: #1A1A1D;
  box-shadow: inset 250px 0 0 0 #FFE7CC;
}
.categories .cat-blue,
.categories .long-story-short {
  border-left: 2px solid #ADD0FB;
  box-shadow: inset 0 0 0 0 #DEEDFF;
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.8s;
}
.categories .cat-blue:hover,
.categories .long-story-short:hover {
  cursor: pointer;
  color: #1A1A1D;
  border-left: 2px solid #DEEDFF;
  box-shadow: inset 250px 0 0 0 #DEEDFF;
}
.categories .cat-purple,
.categories .dispatch-from-1-finance {
  border-left: 2px solid #C6B9FF;
  box-shadow: inset 0 0 0 0 #E6E0FF;
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.8s;
}
.categories .cat-purple:hover,
.categories .dispatch-from-1-finance:hover {
  cursor: pointer;
  color: #1A1A1D;
  border-color: #E6E0FF;
  box-shadow: inset 250px 0 0 0 #E6E0FF;
}

.gradient-separator {
  display: block;
  height: 1px;
  width: 100%;
  background: linear-gradient(to right, rgba(137, 139, 144, 0), rgba(137, 139, 144, 0.75), rgba(137, 139, 144, 0));
}

#magazine-wrapper .banner {
  position: relative;
}
#magazine-wrapper .banner::after {
  content: "";
  position: absolute;
  display: block;
  width: 413px;
  height: 413px;
  border-radius: 50%;
  background: #FFE6A8;
  mix-blend-mode: normal;
  opacity: 0.4;
  filter: blur(124.148px);
  left: -120px;
  top: -120px;
}
#magazine-wrapper .banner .padding-box {
  padding: 82px 140px 0px 140px;
}
#magazine-wrapper .banner .banner-content .banner-text {
  font-family: "League Spartan";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  color: #313236;
  margin-top: 20px;
}
#magazine-wrapper .banner .banner-grid {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
  gap: 32px;
}
#magazine-wrapper .banner .banner-grid .featured {
  width: 50%;
  max-width: 564px;
  box-sizing: border-box;
}
#magazine-wrapper .banner .banner-grid .featured h3 {
  margin-bottom: 10px;
}
#magazine-wrapper .banner .banner-grid .featured .featured-card {
  width: 100%;
  padding: 20px;
  background: #FFFFFF;
  border-bottom: 5px solid #FFE7CC;
  box-shadow: 0px 36px 112px rgba(0, 0, 0, 0.04), 0px 15.0399px 46.7909px rgba(0, 0, 0, 0.0287542), 0px 8.04107px 25.0167px rgba(0, 0, 0, 0.0238443), 0px 4.50776px 14.0241px rgba(0, 0, 0, 0.02), 0px 2.39404px 7.44811px rgba(0, 0, 0, 0.0161557), 0px 0.996212px 3.09933px rgba(0, 0, 0, 0.0112458);
}
#magazine-wrapper .banner .banner-grid .featured .featured-card .thumbnail img {
  width: 100%;
  height: 403px;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: -moz-max-content;
  max-width: max-content;
}
#magazine-wrapper .banner .banner-grid .featured .featured-card .card-playbtn img {
  height: 25px;
  width: 25px;
}
#magazine-wrapper .banner .banner-grid .featured .featured-card .card-title {
  font-family: "Prata";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  margin: 20px 0px;
  display: block;
}
#magazine-wrapper .banner .banner-grid .featured .featured-card .flex-sb {
  margin-top: 20px;
}
#magazine-wrapper .banner .banner-grid .featured .featured-card .read-time {
  font-family: "League Spartan";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #65676D;
}
#magazine-wrapper .banner .banner-grid .most-read {
  width: 50%;
  max-width: 564px;
}
#magazine-wrapper .banner .banner-grid .most-read .section-text {
  margin: 10px 0px;
}
#magazine-wrapper .banner .banner-grid .most-read .card-column {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}
#magazine-wrapper .banner .banner-grid .most-read .card-column .card-layout-row {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
  flex-shrink: 0;
  min-height: 160px;
}
#magazine-wrapper .banner .banner-grid .most-read .card-column .card-layout-row .story-title {
  margin-top: 10px;
  margin-bottom: 10px;
}
#magazine-wrapper .banner .banner-grid .most-read .card-column .card-layout-row .story-thumbnail img {
  height: 114px;
  width: 134px;
  -o-object-fit: cover;
     object-fit: cover;
}
#magazine-wrapper .banner .banner-grid .most-read .card-column .card-layout-row .story-details {
  width: 100%;
}
#magazine-wrapper .banner .banner-grid .most-read .card-column .card-layout-row .flex-sb {
  align-items: centers;
  position: absolute;
  bottom: 15px;
  width: calc(100% - 194px);
}
#magazine-wrapper .story-section {
  padding-top: 120px;
}
#magazine-wrapper .story-section .flex-sb {
  padding-right: 140px;
  padding-left: 140px;
  align-items: flex-start;
}
#magazine-wrapper .story-section .flex-sb .cat-info .section-heading {
  font-family: "Prata";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #000000;
}
#magazine-wrapper .story-section .flex-sb .cat-info .section-subheading {
  font-family: "League Spartan";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  color: #313236;
}
#magazine-wrapper .story-section .flex-sb .viewall-cta span {
  font-family: "League Spartan";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  margin-right: 14px;
}
#magazine-wrapper .story-card {
  padding: 20px;
  box-shadow: 0px 36px 112px rgba(0, 0, 0, 0.04), 0px 15.0399px 46.7909px rgba(0, 0, 0, 0.0287542), 0px 8.04107px 25.0167px rgba(0, 0, 0, 0.0238443), 0px 4.50776px 14.0241px rgba(0, 0, 0, 0.02), 0px 2.39404px 7.44811px rgba(0, 0, 0, 0.0161557), 0px 0.996212px 3.09933px rgba(0, 0, 0, 0.0112458);
}
#magazine-wrapper .story-card .story-title {
  display: block;
  font-family: "Prata";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  min-height: 50px;
}
#magazine-wrapper .story-card .card-playbtn img {
  height: 25px;
  width: 25px;
}
#magazine-wrapper .story-card .read-time {
  font-family: "League Spartan";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #65676D;
}
#magazine-wrapper .stories-slider {
  padding-top: 20px;
  padding-left: 140px;
  margin-right: -140px;
}
#magazine-wrapper .stories-slider .swiper-wrapper {
  margin-bottom: 120px;
}
#magazine-wrapper .stories-slider .story-card {
  max-width: 365px;
  width: 365px;
  padding: 20px;
  box-sizing: border-box;
  background: #FFFFFF;
  backface-visibility: hidden !important;
  transform: translate3d(0, 0, 0) !important;
  box-shadow: 0px 36px 112px rgba(0, 0, 0, 0.04), 0px 15.0399px 46.7909px rgba(0, 0, 0, 0.0287542), 0px 8.04107px 25.0167px rgba(0, 0, 0, 0.0238443), 0px 4.50776px 14.0241px rgba(0, 0, 0, 0.02), 0px 2.39404px 7.44811px rgba(0, 0, 0, 0.0161557), 0px 0.996212px 3.09933px rgba(0, 0, 0, 0.0112458);
  margin-right: 32px;
  transition-timing-function: ease-in-out !important;
  transform: translateZ(0) !important;
}
#magazine-wrapper .stories-slider .story-card .story-title {
  margin-bottom: 20px;
  text-align: left;
  text-transform: capitalize;
  min-height: 50px;
  display: block;
}
#magazine-wrapper .stories-slider .story-card .story-thumbnail {
  width: 100%;
  height: 244px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}
#magazine-wrapper .stories-slider .story-card .action-area {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 28px !important;
}
#magazine-wrapper .stories-slider .swiper-button-next,
#magazine-wrapper .stories-slider .swiper-button-prev {
  height: 83px !important;
  width: 81px !important;
  top: 200px;
  opacity: 0;
}
#magazine-wrapper .stories-slider .swiper-button-next.visible,
#magazine-wrapper .stories-slider .swiper-button-prev.visible {
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#magazine-wrapper .stories-slider .swiper-button-next {
  right: 140px !important;
}
#magazine-wrapper .stories-slider .swiper-button-prev {
  left: 0 !important;
}
#magazine-wrapper .stories-slider .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
#magazine-wrapper .stories-slider .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
#magazine-wrapper .stories-slider .swiper-button-next::after,
#magazine-wrapper .stories-slider .swiper-button-prev::after {
  content: "";
}
#magazine-wrapper .stories-slider#advisor .story-card {
  border-bottom: 5px solid #fff3db;
}
#magazine-wrapper .stories-slider#aboutMoney .story-card {
  border-bottom: 5px solid #DEF7F1;
}
#magazine-wrapper .stories-slider#essays .story-card {
  border-bottom: 5px solid #FFE7CC;
}
#magazine-wrapper .stories-slider#lss .story-card {
  border-bottom: 5px solid #DEEDFF;
}
#magazine-wrapper .stories-slider#dispatch .story-card {
  border-bottom: 5px solid #E6E0FF;
}
#magazine-wrapper .stories-slider.ask-an-advisor .story-card {
  border-bottom: 5px solid #fff3db;
}
#magazine-wrapper .stories-slider.the-thing-about-money .story-card {
  border-bottom: 5px solid #DEF7F1;
}
#magazine-wrapper .stories-slider.personal-essays .story-card {
  border-bottom: 5px solid #FFE7CC;
}
#magazine-wrapper .stories-slider.long-story-short .story-card {
  border-bottom: 5px solid #DEEDFF;
}
#magazine-wrapper .stories-slider.dispatch-from-1-finance .story-card {
  border-bottom: 5px solid #E6E0FF;
}
#magazine-wrapper .section-msYellow .story-section {
  padding-top: 80px;
}
#magazine-wrapper .section-msYellow .stories-slider .swiper-wrapper {
  margin-bottom: 80px;
}
#magazine-wrapper .section-msYellow .stories-slider .story-card .story-thumbnail {
  width: 100%;
  height: 244px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}
#magazine-wrapper .subscribe-email-box {
  padding: 80px 0px 80px 0px;
  background: #000000;
}
#magazine-wrapper .subscribe-email-box .email-section p {
  color: #E9EAEE;
  margin: 0px;
}
#magazine-wrapper .subscribe-email-box p.section-description {
  width: 762px;
  font-weight: 400 !important;
}
#magazine-wrapper .subscribe-email-box h1 {
  color: #fff;
  font-size: 32px;
  line-height: 42px;
  margin: 10px auto 40px auto;
}
#magazine-wrapper .subscribe-email-box p.text-strong {
  margin: 20px auto 40px auto;
}
#magazine-wrapper .subscribe-email-box p.heading-normal {
  font-family: "League Spartan";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #E9EAEE;
}
#magazine-wrapper .subscribe-email-box .styled-input {
  margin-top: 0;
}
#magazine-wrapper .subscribe-email-box .news-letter-success img {
  filter: invert(1);
}
#magazine-wrapper .appcta-section {
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-direction: column;
  padding: 80px 0px;
}
#magazine-wrapper .appcta-section h1 {
  font-family: "Prata";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  color: #FFFFFF;
}
#magazine-wrapper .appcta-section p {
  font-family: "League Spartan";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #E9EAEE;
}
#magazine-wrapper .appcta-section .downloadbtn {
  margin-top: 20px;
}
#magazine-wrapper .appcta-section .downloadbtn img {
  height: 52px;
}
#magazine-wrapper #topScrollIcon {
  display: flex;
  align-items: center;
}
#magazine-wrapper #topScrollIcon span {
  font-family: "League Spartan";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 42px;
  text-align: center;
  color: #000000;
  margin-right: 10px;
}
#magazine-wrapper .gjs-row.styled-input .es-email input[type=email]::-moz-placeholder {
  font-size: 18px;
  line-height: 25px;
  color: #1A1A1D;
}
#magazine-wrapper .gjs-row.styled-input .es-email input[type=email]::placeholder {
  font-size: 18px;
  line-height: 25px;
  color: #1A1A1D;
}

#category-page .page-content {
  padding: 0px 140px;
}
#category-page .page-content.title-area {
  padding-top: 142px;
  position: relative;
  margin-bottom: 40px;
}
#category-page .page-content.title-area::after {
  content: "";
  position: absolute;
  display: block;
  width: 413px;
  height: 413px;
  border-radius: 50%;
  background: #FFE6A8;
  mix-blend-mode: normal;
  opacity: 0.4;
  filter: blur(124.148px);
  left: -120px;
  top: -120px;
}
#category-page .page-content .cat-title {
  font-family: "Prata";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 42px;
  color: #000000;
  margin-bottom: 20px;
}
#category-page .page-content .cat-desc,
#category-page .page-content .pagecount {
  font-family: "League Spartan";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  color: #313236;
}
#category-page .page-content.pagination {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
#category-page .page-content.pagination .page-numbers {
  font-family: "League Spartan";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #000000;
  padding-top: 4px;
}
#category-page .page-content.pagination .page-numbers.current {
  padding: 4px 10px 0px 9px;
  background: #000;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  font-family: "League Spartan";
  display: flex;
  align-items: center;
  justify-content: center;
}
#category-page .page-content.category-area {
  margin-top: 80px;
  margin-bottom: 120px;
}
#category-page .page-content h2 {
  font-family: "Prata";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #000000;
}
#category-page .page-content .categories {
  margin-top: 20px;
  overflow-x: scroll;
}
#category-page .page-content .categories .category {
  flex-shrink: 0;
}
#category-page .stories-grid {
  padding: 0px 140px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 32px;
}
#category-page .stories-grid .story-card {
  max-width: 365px;
  width: 365px;
  width: calc((100% - 64px) / 3);
  padding: 20px;
  box-sizing: border-box;
  background: #FFFFFF;
  backface-visibility: hidden !important;
  transform: translate3d(0, 0, 0) !important;
  box-shadow: 0px 36px 112px rgba(0, 0, 0, 0.04), 0px 15.0399px 46.7909px rgba(0, 0, 0, 0.0287542), 0px 8.04107px 25.0167px rgba(0, 0, 0, 0.0238443), 0px 4.50776px 14.0241px rgba(0, 0, 0, 0.02), 0px 2.39404px 7.44811px rgba(0, 0, 0, 0.0161557), 0px 0.996212px 3.09933px rgba(0, 0, 0, 0.0112458);
  transition-timing-function: ease-in-out !important;
  transform: translateZ(0) !important;
}
#category-page .stories-grid .story-card.ask-an-advisor, #category-page .stories-grid .story-card.ask-a-qfa {
  border-bottom: 5px solid #fff3db;
}
#category-page .stories-grid .story-card.the-thing-about-money {
  border-bottom: 5px solid #DEF7F1;
}
#category-page .stories-grid .story-card.personal-essays {
  border-bottom: 5px solid #FFE7CC;
}
#category-page .stories-grid .story-card.long-story-short {
  border-bottom: 5px solid #DEEDFF;
}
#category-page .stories-grid .story-card.dispatch-from-1-finance {
  border-bottom: 5px solid #E6E0FF;
}
#category-page .stories-grid .story-card .story-title {
  display: block;
  margin-bottom: 20px;
  text-align: left;
  text-transform: capitalize;
  min-height: 50px;
  font-family: "Prata";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
}
#category-page .stories-grid .story-card .card-playbtn img {
  height: 25px;
  width: 25px;
}
#category-page .stories-grid .story-card .read-time {
  font-family: "League Spartan";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #65676D;
}
#category-page .stories-grid .story-card .story-thumbnail img {
  width: 100%;
  height: 244px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}
#category-page .stories-grid .story-card .action-area {
  width: 100%;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#category-page .stories-grid .story-card .action-area .card-playbtn {
  height: 25px;
}
#category-page .stories-grid .story-card .shortdesc {
  font-family: "League Spartan";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  color: #313236;
  height: 75px;
  max-height: 75px;
  overflow: hidden;
  margin-top: 10px;
}

/* :::::::::::::: 06 - Blog page Styles :::::::::::::: */
#article {
  margin: 0;
  background: var(--bg-creme);
  padding-top: 120px;
}
#article .article-area {
  padding: 40px 140px;
}
#article .article-area .gradient-separator {
  margin-top: 120px;
  margin-bottom: 60px;
}
#article .article-section {
  display: flex;
  align-items: flex-start;
}
#article .section-sidebar {
  width: 30%;
  min-width: 397px;
}
#article #blogSidebar.sticky-sidebar {
  position: fixed;
  top: 0px;
  /* right: 140px; */
  max-width: 365px;
  transition: opacity 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#article .article-header {
  width: 70%;
  max-width: 820px;
}
#article .article-header p.caps {
  padding: 5px 5px 0px 5px;
  font-family: "League Spartan";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #1A1A1D;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
  display: block;
}
#article .article-header p.caps.ask-an-advisor {
  background: #fff3db;
}
#article .article-header p.caps.the-thing-about-money {
  background: #DEF7F1;
}
#article .article-header p.caps.personal-essays {
  background: #FFE7CC;
}
#article .article-header p.caps.long-story-short {
  background: #DEEDFF;
}
#article .article-header p.caps.dispatch-from-1-finance {
  background: #E6E0FF;
}
#article .article-header .post-meta {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
}
#article .article-header .post-meta .article-date {
  margin-right: 10px;
}
#article .article-header .article-desc {
  font-size: 16px;
  line-height: 22px;
}
#article .article-header .author_description {
  margin-top: 10px;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  color: #313236;
}
#article .article-title {
  margin-top: 10px;
  font-weight: 400;
  font-size: 32px;
  line-height: 42px;
  text-transform: capitalize;
}
#article .article-desc {
  margin-top: 10px;
}
#article .article-meta {
  align-items: center;
  margin-top: 20px;
}
#article .article-meta .author {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
#article .article-meta .author .linkedin {
  margin-left: 10px;
}
#article .article-meta .author .linkedin img {
  height: 24px !important;
  width: 24px !important;
}
#article .separator-dot {
  height: 4px;
  width: 4px;
  background: var(--black);
  margin-right: 10px;
}
#article .article-body {
  width: 70%;
  max-width: 763px;
  margin-top: 40px;
}
#article .article-body p {
  padding: 12px 0px !important;
  text-align: justify !important;
  -moz-text-align-last: left !important;
       text-align-last: left !important;
}
#article .article-banner {
  width: 100%;
}
#article .illustration {
  display: flex;
  justify-content: right;
  font-family: "League Spartan";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  color: #65676D;
  margin-top: 10px;
  margin-bottom: 18px;
}
#article .article-content {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 30px;
}
#article .newsletter {
  width: calc(100% - 80px);
  background: url("https://imaages-hosting-1fin.s3.ap-south-1.amazonaws.com/assets/magazine-v2/newsletterbg-magazine.png");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding: 40px;
  position: relative;
  margin-bottom: 40px;
  margin-top: 20px;
}
#article .newsletter .subscribe-section .emaillist .es_subscription_message.error {
  text-align: left;
  max-width: 318px !important;
  margin: 0px auto;
}
#article .newsletter .success {
  margin-top: 0 !important;
}
#article .newsletter .news-letter-success {
  max-width: 375px;
}
#article .newsletter .news-letter-success img {
  filter: invert(1);
}
#article .newsletter-icon {
  position: absolute;
  right: 30px;
  top: 0px;
  height: 62px;
}
#article .caption a {
  color: #90BEF8 !important;
  text-decoration: underline;
}
#article .center-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#article .newsletter h2 {
  margin-bottom: 10px;
}
#article .newsletter .caption {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: var(--white);
  font-weight: 400;
  margin: 0px !important;
  padding: 0px !important;
}
#article .newsletter .styled-input {
  max-width: 320px;
  margin: 0px auto;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#article .section-separator {
  width: 100%;
  height: 3px;
  border-top: 1px solid var(--brown);
  border-bottom: 1px solid var(--brown);
  margin: 60px 0px;
}
#article .related-posts {
  margin-bottom: 60px;
}
#article .related-posts .relatedHeading {
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  width: 100%;
}
#article .post-container {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-top: 20px;
}
#article .post-container.mobile-visible, #article .post-container.mobile-only-block {
  display: none !important;
  visibility: hidden !important;
}
#article .post-container .post-card {
  max-width: 365px;
  width: 365px;
  width: calc((100% - 64px) / 3);
  padding: 20px;
  box-sizing: border-box;
  background: #FFFFFF;
  backface-visibility: hidden !important;
  transform: translate3d(0, 0, 0) !important;
  box-shadow: 0px 36px 112px rgba(0, 0, 0, 0.04), 0px 15.0399px 46.7909px rgba(0, 0, 0, 0.0287542), 0px 8.04107px 25.0167px rgba(0, 0, 0, 0.0238443), 0px 4.50776px 14.0241px rgba(0, 0, 0, 0.02), 0px 2.39404px 7.44811px rgba(0, 0, 0, 0.0161557), 0px 0.996212px 3.09933px rgba(0, 0, 0, 0.0112458);
  transition-timing-function: ease-in-out !important;
  transform: translateZ(0) !important;
}
#article .post-container .post-card .post-title {
  font-size: 18px;
  line-height: 25px;
  font-family: "Prata";
  min-height: 50px;
  display: block;
}
#article .post-container .post-card .post-title sup {
  font-size: 10px;
}
#article .post-container .post-card .post-thumbnail {
  width: 100%;
  height: 244px;
  margin: 20px 0px;
}
#article .post-container .post-card .action-area {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 25px !important;
}
#article .post-container .post-card .action-area .card-playbtn img {
  height: 25px;
  width: 25px;
}
#article .post-container .post-card .action-area .read-time {
  font-family: "League Spartan";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #65676D;
}
#article .related-posts h3 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  text-align: left;
}
#article .related-posts .post-left {
  display: block;
  width: 30%;
  max-width: 380px;
  margin-right: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#article .related-posts .post-left:last-child {
  margin-right: 0px;
}
#article .post-image {
  width: 100%;
  margin-bottom: 20px;
  max-height: 411px;
  -o-object-fit: cover;
     object-fit: cover;
}
#article .section-sidebar .column {
  margin: 40px 30px;
  margin-right: 0px;
}
#article .section-sidebar .column .assignment-banner {
  margin-top: 40px;
}
#article .column .card {
  margin-top: 20px;
  padding: 20px;
  background: var(--white);
  max-width: 365px;
}
#article .card p {
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
}
#article .assignment-banner {
  background: url("https://imaages-hosting-1fin.s3.ap-south-1.amazonaws.com/assets/magazine-v2/discover-moneysignblock.png");
  background-position: top right;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 25px;
  width: calc(100% - 80px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#article .assignment-banner p.text-center {
  color: #898B90;
}
#article .assignment-banner .ms-animation {
  height: 80px;
  width: 80px;
}
#article .assignment-banner .downloadbtn img {
  width: 100%;
  max-width: 261px;
}
#article .assignment-banner .icon {
  margin-bottom: 25px;
}
#article .assignment-banner h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px 0px;
  width: -moz-max-content;
  width: max-content;
  margin: 10px 0px;
  text-align: center;
}
#article #moneysign-container {
  height: 80px;
  width: 80px;
}
#article #showless {
  display: block;
  padding-top: 40px;
  margin: auto;
  font-family: var(--sans-serif);
  text-decoration: underline;
}

.subscribe-section .name-field input {
  color: #000;
}
.subscribe-section .name-field input::-moz-placeholder {
  color: #000;
}
.subscribe-section .name-field input::placeholder {
  color: #000;
}
.subscribe-section .email-field {
  margin-top: 30px !important;
  visibility: hidden;
  display: none;
}
.subscribe-section .email-field.showfield {
  display: flex !important;
  visibility: visible;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  animation-duration: 3s;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.subscribe-section .email-field input {
  color: #000;
}
.subscribe-section .email-field input::-moz-placeholder {
  color: #000;
}
.subscribe-section .email-field input::placeholder {
  color: #000;
}

#article .newsletter .email-field {
  display: none;
}
.news-letter-email-exists {
  color: #DEA81F;
}
.es_subscription_message.error{
  font-size: 14px !important;
  font-weight: 400;
  line-height: 20px;
}

@media screen and (min-width: 1450px) {
  #magazine-wrapper .section-msYellow .story-section,
  #magazine-wrapper .stories-slider,
  #magazine-wrapper .stories-slider .swiper-wrapper {
    max-width: 1440px !important;
  }
  #magazine-wrapper .stories-slider {
    margin-right: 0 !important;
  }
  #magazine-wrapper .stories-slider .swiper-button-next {
    right: 0px !important;
  }
}
@media screen and (max-width: 1400px) {
  .categories {
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
  .categories::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari and Opera */
  }
  .categories .category {
    flex-shrink: 0;
  }
  #magazine-wrapper .banner .padding-box {
    padding: 82px 8% 0px 8%;
  }
  #magazine-wrapper .story-section .flex-sb {
    padding-right: 8%;
    padding-left: 8%;
    align-items: flex-start;
  }
  #magazine-wrapper .stories-slider {
    padding-left: 8%;
  }
  #category-page .page-content {
    padding: 0% 5%;
  }
  #category-page .stories-grid {
    padding: 0% 5%;
  }
  #category-page .stories-grid .story-card {
    width: calc((100% - 64px) / 3);
  }
  #article .article-area {
    padding: 40px 5%;
  }
  #article #blogSidebar.sticky-sidebar {
    /* right: 3%; */
  }
}
@media screen and (max-width: 1024px) {
  #magazine-wrapper .banner .padding-box {
    padding: 82px 8% 0px 8%;
  }
  #magazine-wrapper .story-section .flex-sb {
    padding-right: 8%;
    padding-left: 8%;
    align-items: flex-start;
  }
  #magazine-wrapper .stories-slider {
    padding-left: 8%;
  }
  #category-page .page-content {
    padding: 0% 5%;
  }
  #category-page .stories-grid {
    padding: 0% 5%;
  }
  #category-page .stories-grid .story-card {
    width: calc((100% - 64px) / 2);
    justify-content: center;
  }
  #article {
    margin: 0;
    background: var(--bg-creme);
  }
  #article .article-area {
    padding: 2% 3%;
  }
  #article .article-section {
    display: flex;
    align-items: flex-start;
  }
  #article .article-header {
    width: 100%;
    max-width: 1200px;
  }
  #article .featured-text {
    margin-left: -15px;
  }
  #article .post-slide.slick-slide.slick-cloned:nth-child(3) {
    margin-left: 120px;
  }
}
/* for all the devices lower than iPad Pro 9.7″ or iPad Mini */
@media screen and (max-width: 768px) {
  #article .article-section {
    flex-direction: column;
  }
  #article .article-body {
    width: 100%;
    max-width: 820px;
    margin-top: 40px;
  }
  #article .section-sidebar {
    width: 100%;
    min-width: 300px;
  }
  #article .section-sidebar .column {
    margin: 40px 0px;
  }
  #article .column .card {
    max-width: 100%;
  }
  #article .post-slide.slick-current.slick-active {
    margin-left: 20px;
  }
}
@media screen and (max-width: 540px) {
  .categories {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .categories .category {
    flex-shrink: 0;
    font-size: 16px;
    line-height: 22px;
  }
  .cat-label {
    font-size: 14px;
  }
  #magazine-wrapper .banner .padding-box {
    padding: 82px 25px 0px 25px;
  }
  #magazine-wrapper .banner .padding-box .gradient-separator {
    margin-top: 0px;
  }
  #magazine-wrapper .banner .banner-content .banner-heading {
    font-size: 24px;
    line-height: 36px;
    margin-top: 40px !important;
  }
  #magazine-wrapper .banner .banner-content .banner-text {
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
  }
  #magazine-wrapper .banner .banner-grid {
    margin-top: 25px;
    flex-direction: column;
  }
  #magazine-wrapper .banner .banner-grid .featured {
    width: 100%;
  }
  #magazine-wrapper .banner .banner-grid .featured h3 {
    margin-bottom: 20px;
  }
  #magazine-wrapper .banner .banner-grid .featured .featured-card .thumbnail {
    width: 100%;
    display: block;
  }
  #magazine-wrapper .banner .banner-grid .featured .featured-card .thumbnail img {
    height: 320px;
  }
  #magazine-wrapper .banner .banner-grid .featured .featured-card .card-title {
    font-size: 16px;
    line-height: 22px;
  }
  #magazine-wrapper .banner .banner-grid .featured .featured-card .read-time {
    font-size: 14px;
    line-height: 20px;
  }
  #magazine-wrapper .banner .most-read {
    width: 100%;
    margin-top: 40px;
  }
  #magazine-wrapper .banner .most-read h3 {
    margin-left: 25px;
  }
  #magazine-wrapper .banner .most-read .swiper-wrapper {
    padding-bottom: 80px;
    padding-top: 20px;
    margin-left: 25px;
  }
  #magazine-wrapper .banner .most-read .section-text {
    font-size: 16px;
    line-height: 22px;
    margin-left: 25px;
  }
  #magazine-wrapper .banner .most-read .card-column {
    width: 100%;
    padding-right: 50px;
  }
  #magazine-wrapper .banner .most-read .card-column .card-layout-row {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    box-shadow: 0px 36px 112px rgba(0, 0, 0, 0.04), 0px 15.0399px 46.7909px rgba(0, 0, 0, 0.0287542), 0px 8.04107px 25.0167px rgba(0, 0, 0, 0.0238443), 0px 4.50776px 14.0241px rgba(0, 0, 0, 0.02), 0px 2.39404px 7.44811px rgba(0, 0, 0, 0.0161557), 0px 0.996212px 3.09933px rgba(0, 0, 0, 0.0112458);
  }
  #magazine-wrapper .banner .most-read .card-column .card-layout-row .story-title {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 22px;
  }
  #magazine-wrapper .banner .most-read .card-column .card-layout-row .story-thumbnail {
    width: 100%;
    height: 195px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #magazine-wrapper .banner .most-read .card-column .card-layout-row .story-thumbnail img {
    height: 195px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #magazine-wrapper .banner .most-read .card-column .card-layout-row .story-details {
    width: 100%;
  }
  #magazine-wrapper .banner .most-read .card-column .card-layout-row .flex-sb {
    align-items: centers;
    position: static;
    bottom: 15px;
    width: 100%;
  }
  #magazine-wrapper .story-section {
    padding-top: 40px;
  }
  #magazine-wrapper .story-section .flex-sb {
    padding: 0px 25px;
    position: relative;
  }
  #magazine-wrapper .story-section .flex-sb .cat-info .section-heading {
    font-size: 18px;
    line-height: 25px;
  }
  #magazine-wrapper .story-section .flex-sb .cat-info .section-subheading {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
    color: #313236;
  }
  #magazine-wrapper .story-section .flex-sb .viewall-cta {
    position: absolute;
    top: 0px;
    right: 25px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  #magazine-wrapper .story-section .flex-sb .viewall-cta span {
    font-size: 14px;
    line-height: 20px;
  }
  #magazine-wrapper .story-section .flex-sb .viewall-cta svg {
    transform: scale(0.9);
  }
  #magazine-wrapper #advisor .story-section {
    padding-top: 0px !important;
  }
  #magazine-wrapper .stories-slider {
    padding-left: 25px;
    padding-right: 25px;
    margin-right: 0;
  }
  #magazine-wrapper .stories-slider .swiper-wrapper {
    margin-bottom: 40px;
  }
  #magazine-wrapper .stories-slider#advisor .swiper-wrapper {
    margin-bottom: 80px;
  }
  #magazine-wrapper .stories-slider .story-card {
    margin-right: 20px;
    box-shadow: 0px 36px 112px rgba(0, 0, 0, 0.04), 0px 15.0399px 46.7909px rgba(0, 0, 0, 0.0287542), 0px 8.04107px 25.0167px rgba(0, 0, 0, 0.0238443), 0px 4.50776px 14.0241px rgba(0, 0, 0, 0.02), 0px 2.39404px 7.44811px rgba(0, 0, 0, 0.0161557), 0px 0.996212px 3.09933px rgba(0, 0, 0, 0.0112458);
  }
  #magazine-wrapper .stories-slider .story-card .story-thumbnail {
    max-height: 195px;
  }
  #magazine-wrapper .stories-slider .story-card .story-title {
    font-size: 16px;
    line-height: 22px;
  }
  #magazine-wrapper .stories-slider .swiper-button-next,
  #magazine-wrapper .stories-slider .swiper-button-prev {
    display: none;
    visibility: hidden;
  }
  #magazine-wrapper .section-msYellow .story-section {
    padding-top: 40px;
  }
  #magazine-wrapper .section-msYellow .stories-slider {
    padding-left: 25px;
  }
  #magazine-wrapper .section-msYellow .stories-slider .swiper-wrapper {
    margin-bottom: 40px;
  }
  #magazine-wrapper .subscribe-email-box {
    margin-bottom: 40px;
    padding: 40px 25px;
  }
  #magazine-wrapper .subscribe-email-box p.heading-normal {
    font-size: 18px;
    line-height: 25px;
  }
  #magazine-wrapper .subscribe-email-box h1 {
    font-size: 24px;
    line-height: 36px;
    margin: 20px auto 40px auto;
  }
  #magazine-wrapper .subscribe-email-box .email-section p {
    font-size: 16px;
    line-height: 22px;
  }
  #magazine-wrapper .subscribe-email-box p.section-description {
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 400 !important;
  }
  #magazine-wrapper .subscribe-email-box p.text-strong {
    font-weight: 700;
  }
  #magazine-wrapper .subscribe-email-box .es_subscription_message.success {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  #magazine-wrapper .subscribe-email-box .es_subscription_message.success .news-letter-success {
    margin-top: 0 !important;
  }
  #magazine-wrapper .appcta-section {
    padding: 40px 25px;
  }
  #magazine-wrapper .appcta-section h1 {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
  }
  #magazine-wrapper .appcta-section p {
    font-size: 16px;
    line-height: 22px;
  }
  #magazine-wrapper #topScrollIcon {
    margin: 40px auto;
  }
  #magazine-wrapper #topScrollIcon span {
    font-size: 18px;
    line-height: 25px;
  }
  #magazine-wrapper #topScrollIcon svg {
    transform: scale(0.8);
  }
  #magazine-wrapper .aboutbox {
    margin-top: 0;
    padding: 80px 25px;
  }
  #magazine-wrapper .aboutbox .flex-sb {
    padding: 0px;
  }
  #magazine-wrapper .aboutbox .flex-sb .cta-section h3 {
    margin: 0px;
  }
  #category-page .page-content {
    padding: 0px 25px;
  }
  #category-page .page-content.title-area {
    padding-top: 120px;
  }
  #category-page .page-content .cat-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  #category-page .page-content .flex-sb {
    flex-direction: column;
    align-items: flex-start;
  }
  #category-page .page-content .cat-desc,
  #category-page .page-content .pagecount {
    font-size: 16px;
    line-height: 22px;
    color: #313236;
  }
  #category-page .page-content .pagecount {
    margin-top: 40px;
  }
  #category-page .page-content.category-area {
    margin-top: 60px;
    margin-bottom: 80px;
  }
  #category-page .page-content h2 {
    font-size: 18px;
    line-height: 25px;
  }
  #category-page .page-content .categories {
    margin-top: 10px;
  }
  #category-page .stories-grid {
    padding: 0px 25px;
    gap: 30px;
  }
  #category-page .stories-grid .story-card {
    width: 100%;
    max-width: 100%;
  }
  #category-page .stories-grid .story-card.ask-an-advisor {
    border-bottom: 5px solid #fff3db;
  }
  #category-page .stories-grid .story-card.the-thing-about-money {
    border-bottom: 5px solid #DEF7F1;
  }
  #category-page .stories-grid .story-card.personal-essays {
    border-bottom: 5px solid #FFE7CC;
  }
  #category-page .stories-grid .story-card.long-story-short {
    border-bottom: 5px solid #DEEDFF;
  }
  #category-page .stories-grid .story-card.dispatch-from-1-finance {
    border-bottom: 5px solid #E6E0FF;
  }
  #category-page .stories-grid .story-card .story-title {
    font-size: 16px;
    line-height: 22px;
    min-height: auto;
  }
  #category-page .stories-grid .story-card .card-playbtn img {
    height: 25px;
    width: 25px;
  }
  #category-page .stories-grid .story-card .read-time {
    font-size: 14px;
    line-height: 20px;
  }
  #category-page .stories-grid .story-card .story-thumbnail img {
    width: 100%;
    height: 214px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 20px;
  }
  #category-page .stories-grid .story-card .shortdesc {
    font-size: 16px;
    line-height: 22px;
  }
  #article .post-container.related-posts-mobile {
    padding: 20px 0px 80px 25px !important;
    margin: 0px;
  }
  #article .post-container.related-posts-mobile.mobile-visible, #article .post-container.related-posts-mobile.mobile-only-block {
    display: block !important;
    visibility: visible !important;
  }
  #article .post-container.mobile-visible, #article .post-container.mobile-only-block {
    display: flex !important;
    visibility: visible !important;
  }
  #article .post-container.mobile-invisible {
    display: none !important;
    visibility: hidden !important;
  }
  #article .article-area {
    padding: 0%;
  }
  #article .article-area .gradient-separator {
    margin-top: 60px;
    margin-bottom: 40px;
  }
  #article .article-banner {
    margin-bottom: 0px;
  }
  #article .illustration {
    padding-right: 25px;
  }
  #article .article-header,
  #article .article-content,
  #article .section-sidebar .column h4 {
    margin: 0px 25px;
  }
  #article .article-header.ks-heading,
  #article .article-content.ks-heading,
  #article .section-sidebar .column h4.ks-heading {
    font-weight: 600 !important;
    font-size: 18px;
    line-height: 25px;
    margin-top: 40px;
  }
  #article .related-posts h3.heading-normal {
    margin: 10px 25px;
  }
  #article .heading-normal.relatedHeading {
    font-size: 18px;
    line-height: 25px;
  }
  #article .article-header {
    width: calc(100% - 50px);
  }
  #article .article-header .article-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
  }
  #article .article-header .article-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #article .article-desc {
    width: 90%;
    overflow-wrap: break-word;
  }
  #article .article-body {
    margin-top: 40px;
  }
  #article .article-body p {
    padding: 12px 25px !important;
    text-align: justify !important;
    -moz-text-align-last: left !important;
         text-align-last: left !important;
  }
  #article .section-sidebar .column {
    margin: 0px;
  }
  #article .section-sidebar .column .insights-mobile .card p {
    padding: 0px !important;
  }
  #article .section-separator {
    width: 90%;
    height: 3px;
    border-top: 1px solid var(--brown);
    border-bottom: 1px solid var(--brown);
    margin: 5%;
  }
  #article .section-separator.blog-ss {
    margin: 70px 5% 80px;
  }
  #article .cardwrapper {
    overflow: scroll;
  }
  #article .cardwrapper .card {
    margin: 20px 25px 0px 25px;
  }
  #article .cardwrapper .card p {
    overflow-wrap: break-word;
  }
  #article .post-container {
    margin: 20px 0px 20px 25px;
  }
  #article .related-posts .post-left {
    width: 50%;
    max-width: 220px;
    flex-wrap: wrap;
    margin-right: 25px;
    margin-top: 0;
  }
  #article .content-wrapper .content {
    text-align: left;
    margin: 0px;
  }
  #article .assessment-banner {
    width: 90%;
  }
  #article .cta-content {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  #article .person-card {
    height: 780px;
  }
  #article .person-image {
    height: 45%;
  }
  #article .person-content {
    top: 40px;
    left: 40px;
    max-width: 80%;
  }
  #article .person-content p.text-center {
    text-align: left;
    margin-top: 40px;
  }
  #article .content-wrapper .content {
    padding: 0px;
    margin: 20px;
  }
  #article .related-posts {
    margin-bottom: 60px;
  }
  #article .related-posts .relatedHeading {
    margin-left: 25px;
    font-size: 18px;
    line-height: 25px;
  }
  #article .post-container {
    display: flex;
    align-items: flex-start;
    gap: 20px;
  }
  #article .post-container.mobile-visible, #article .post-container.mobile-only-block {
    display: none !important;
    visibility: hidden !important;
  }
  #article .post-container .post-card {
    background: #FFFFFF;
    box-shadow: 0px 36px 112px rgba(0, 0, 0, 0.04), 0px 15.0399px 46.7909px rgba(0, 0, 0, 0.0287542), 0px 8.04107px 25.0167px rgba(0, 0, 0, 0.0238443), 0px 4.50776px 14.0241px rgba(0, 0, 0, 0.02), 0px 2.39404px 7.44811px rgba(0, 0, 0, 0.0161557), 0px 0.996212px 3.09933px rgba(0, 0, 0, 0.0112458);
    padding: 20px;
    max-width: 325px;
    width: 325px;
    margin-right: 20px !important;
  }
  #article .post-container .post-card .post-title h3 {
    min-height: 50px;
    font-size: 16px;
    line-height: 22px;
    font-family: "Prata";
    width: 100%;
  }
  #article .post-container .post-card .post-title sup {
    font-size: 10px;
  }
  #article .post-container .post-card .post-thumbnail {
    width: 100%;
    height: 195px;
    margin: 20px 0px;
  }
  #article .assignment-banner {
    background: url("https://imaages-hosting-1fin.s3.ap-south-1.amazonaws.com/assets/magazine-v2/discover-moneysignblock.png");
    background-size: cover;
    background-position: top right;
    padding: 40px 25px;
    width: calc(100% - 50px);
    background-repeat: no-repeat;
  }
  #article .assignment-banner .icon {
    margin-bottom: 25px;
  }
  #article .assignment-banner h2 {
    margin-bottom: 10px;
  }
  #article .assignment-banner p {
    font-size: 16px;
    line-height: 22px;
    color: #898B90;
    text-align: center !important;
    -moz-text-align-last: center !important;
         text-align-last: center !important;
  }
  #article #moneysign-container {
    height: 60px;
    width: 60px;
  }
  #article #ms-animation {
    height: 60px;
    width: 60px;
  }
  #article .flex-start {
    margin-left: 0;
  }
  #article .downloadbtn-mobile-gtm img {
    margin-right: auto;
    display: block;
    margin-left: 0;
    width: 100%;
    max-width: 261px;
  }
  #article .newsletter .styled-input {
    max-width: 100%;
  }
}
@media screen and (max-width: 490px) {
  #magazine-wrapper .banner .banner-grid .featured .featured-card .thumbnail img {
    height: 261px;
  }
  #magazine-wrapper .banner .most-read .swiper-wrapper {
    margin-left: 25px;
  }
}
@media screen and (max-width: 400px) {
  #magazine-wrapper .banner .banner-grid .featured .featured-card .thumbnail img {
    height: 220px;
  }
  /* #magazine-wrapper .banner .most-read .swiper-wrapper {
    margin-left: -25px;
  } */
}
@media screen and (max-width: 380px) {
  #magazine-wrapper .banner .banner-grid .featured .featured-card .thumbnail img {
    height: 215px;
  }
  #magazine-wrapper .banner .most-read .swiper-wrapper {
    margin-left: 25px;
  }
}
@media screen and (max-width: 320px) {
  #magazine-wrapper .banner .most-read .swiper-wrapper {
    margin-left: 0px;
  }
}
#player-container #play-pause {
  cursor: pointer;
  text-indent: -999999px;
  height: 40px;
  width: 40px;
  padding: 12px 18px;
  z-index: 2;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABKSURBVHgBlZDRCQAgCAWlCRqh0WqTNq0NGsGeUR9hCh3c3yEqEWDmSB4SwAEbzFaU+EbHj0jHTrSQJjjrdli+djrXidWcu0PzVxOFsJDWRUQ02AAAAABJRU5ErkJggg==) !important;
  background-repeat: no-repeat !important;
  background-position: center;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  background-color: gainsboro;
}

.play {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABKSURBVHgBlZDRCQAgCAWlCRqh0WqTNq0NGsGeUR9hCh3c3yEqEWDmSB4SwAEbzFaU+EbHj0jHTrSQJjjrdli+djrXidWcu0PzVxOFsJDWRUQ02AAAAABJRU5ErkJggg==) !important;
}

.pause {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTAgMjRoLTZ2LTI0aDZ2MjR6bTEwLTI0aC02djI0aDZ2LTI0eiIvPjwvc3ZnPg==) !important;
}

@keyframes fadeInUp {
  from {
    transform: translate3d(0, 20px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}/*# sourceMappingURL=magazine-reboot.css.map */
span.registred-mark {
  font-size: 70%;
  vertical-align: super;
}