.blog-grid .grid-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.blog-grid .grid-flex.infographic .grid-left {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
}
.blog-grid .grid-flex.infographic .grid-right {
    display: none;
}
.blog-grid .grid-flex.infographic .blog-cont-wrap {
    -ms-flex-pack: end;
    justify-content: end;
}
.icon-share:before {
    content: "";
}
.blog-grid .grid-flex .grid-left {
    width: 100%;
    max-width: 50.875rem;
    margin-right: 2rem;
}
.blog-grid .grid-flex .grid-right {
    width: 100%;
    max-width: 20.25rem;
    position: -webkit-sticky;
    position: sticky;
    -ms-flex-item-align: start;
    align-self: flex-start;
    top: 80px;
}
.article-tags {
    position: relative;
}
.article-tags.sticky {
    width: 20.25rem;
    position: fixed;
    top: 2rem;
}
.article-tags .title {
    font-family: Lato-Bold;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: 0.01rem;
    color: #000;
    margin-bottom: 1rem;
}
.article-tags .article {
    margin-bottom: 2rem;
}
.article-tags .article .article-item {
    margin-bottom: 0.1875rem;
    border-bottom: 1px solid #e2e2e2;
}
.article-tags .article .article-item:last-child {
    margin-bottom: 0;
    border: none;
}
.article-tags .article .article-item.active {
    border: none;
    border-left: 0.25rem solid #ed1164;
}
.article-tags .article .article-item.active .article-link {
    font-family: Lato-Bold;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0.24px;
    background-color: #f9f9f9;
    color: #282828;
    width: 100%;
}
.article-tags .article .article-item .article-link {
    font-family: Lato-Regular;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0.24px;
    color: #6e6e6e;
    padding: 0.75rem 2rem 0.75rem 1rem;
}
.related-tags .tags-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.related-tags .tags-list .tags-item {
    margin-right: 0.5rem;
    margin-bottom: 0.75rem;
}
.related-tags .tags-list .tags-item:last-child {
    margin-right: 0;
    margin-bottom: 0;
}
.related-tags .tags-list .tags-item .tags-link {
    font-family: Lato-Regular;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #282828;
    letter-spacing: 0.24px;
    text-align: center;
    padding: 0.375rem 0.75rem;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    cursor: pointer;
    border-radius: 1.0625rem;
}
.mobile-component {
    display: none;
    margin-bottom: 1rem;
}
.mobile-component .dropdown-wrapper {
    position: relative;
    width: 100%;
}
.mobile-component .dropdown-wrapper .dropdown-toggle {
    width: 100%;
    background: #f1f4f7;
    border: none;
    padding: 0.875rem 0.875rem;
    font-size: 16px;
    text-align: left;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}
.mobile-component .dropdown-wrapper .dropdown-toggle .dropdown-label {
    -ms-flex: 1;
    flex: 1;
    font-family: Lato-Bold;
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0.24px;
    color: #282828;
}
.mobile-component .dropdown-wrapper .dropdown-toggle .dropdown-icon {
    width: 1.5rem;
    height: 1.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.mobile-component .dropdown-wrapper .dropdown-toggle .dropdown-icon::before {
    font-size: 0.625rem;
    transition: transform 0.3s ease;
    display: inline-block;
}
.mobile-component .dropdown-wrapper .dropdown-toggle[aria-expanded="true"] .dropdown-icon::before {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.mobile-component .dropdown-wrapper .dropdown-content {
    display: none;
    background: #fff;
    list-style: none;
    padding: 0;
}
.mobile-component .dropdown-wrapper .dropdown-content .article-item .article-link {
    display: block;
    padding: 10px 12px;
    text-decoration: none;
    color: #000;
    font-family: Lato-Bold;
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0.24px;
}
.mobile-component .dropdown-wrapper .dropdown-content .article-item .article-link:hover {
    background: #f1f4f7;
}
.mobile-component .dropdown-wrapper.open .dropdown-content {
    display: block;
    position: absolute;
    top: 99%;
    left: 0;
    right: 0;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.08);
    border-radius: 0 0 0.3125rem 0.3125rem;
}
.blog-content .heading-wrap {
    display: block;
    margin-bottom: 1.5rem;
}
.blog-content .heading-wrap .blog-text {
    font-family: Lato-BoldItalic;
    font-size: 0.75rem;
    font-style: italic;
    font-weight: 700;
    line-height: 0.75rem;
    letter-spacing: 0.16px;
    margin-bottom: 1rem;
    text-transform: uppercase;
    color: #ed1164;
}
.blog-content .heading-wrap .section-heading {
    font-size: 2.5rem;
    line-height: 2.75rem;
    margin-bottom: 1rem;
    color: #282828;
}
.blog-content .heading-wrap .section-desc {
    margin-bottom: 1.5rem;
    color: #6e6e6e;
}
.blog-content .blog-cont-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.blog-content .blog-cont-container .blog-img {
    width: 100%;
    border-radius: 1rem;
}
.blog-content .blog-cont-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}
.blog-content .blog-cont-wrap .date-wrap .date {
    position: relative;
    margin-right: 1.125rem;
}
.blog-content .blog-cont-wrap .date-wrap .date:after {
    position: absolute;
    content: "";
    top: 50%;
    right: -0.625rem;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 0.25rem;
    height: 0.25rem;
    background-color: #71716e;
    border-radius: 0.625rem;
}
.blog-content .blog-cont-wrap .date-wrap .date.NoReadtimeDot::after {
    content: none;
}
.blog-content .blog-cont-wrap .date-wrap .date,
.blog-content .blog-cont-wrap .date-wrap .read {
    font-family: Lato-Regular;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0.16px;
    color: #6e6e6e;
}
.blog-content .blog-cont-wrap .share-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.blog-content .blog-cont-wrap .share-wrap .view {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 1.5rem;
}
.blog-content .blog-cont-wrap .share-wrap .view .view-icon {
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #404040;
    margin-right: 0.5rem;
}
.blog-content .blog-cont-wrap .share-wrap .view .view-text {
    font-family: Lato-Regular;
    color: #282828;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0.01rem;
}
.blog-content .blog-cont-wrap .share-wrap .share-icon {
    cursor: pointer;
}
.share {
    position: relative;
}
.share .share-icon-link {
    font-size: 1.5rem;
    line-height: 1.5rem;
}
.share .share-icon-link .share-icon-link {
    color: #000;
}
.share .share-drop {
    display: none;
    position: absolute;
    right: 0;
    bottom: 2.25rem;
    width: 14.5625rem;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 0.5rem;
    padding: 1.3125rem 1.625rem 1.1875rem 1rem;
    z-index: 5;
    transition: all 0.3s ease-in-out;
}
.share .share-drop.blog-share-drop {
    z-index: 8;
}
.share .share-list .share-item {
    margin-bottom: 1.25rem;
}
.share .share-list .share-item:last-child {
    margin-bottom: 0;
}
.share .share-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.share .icon {
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #000;
}
.share .twitter {
    color: #000;
}
.share .facebook {
    color: #3d5a98;
}
.share .linkedin {
    color: #0076b2;
}
.share .whatsapp {
    color: #1faf38;
}
.share .share-text {
    font-family: Lato-Regular;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0.24px;
    color: #6e6e6e;
    white-space: nowrap;
    margin-left: 0.75rem;
}
.text-component {
    margin: 0 0 1.5rem;
    padding: 0 0 1rem;
    border-bottom: 1px solid #e2e2e2;
}
.text-component:last-child {
    border-bottom: none;
    padding: 0;
    margin-bottom: 3.5rem;
}
.text-component .section-desc {
    font-family: Lato-Regular;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0.16px;
    color: #6e6e6e;
}
.text-component .section-heading {
    margin-bottom: 1rem;
}
.text-component.fixed-components .fc-img,
.text-component.fixed-components .section-desc {
    margin-bottom: 1rem;
}
.text-component.fixed-components .section-desc:last-child {
    margin-bottom: 0;
}
.blog-detail-grid {
    padding-bottom: 2.5rem;
}
.blog-detail-grid .section-padding {
    padding-bottom: 3rem;
}
.blog-detail-grid .text-component {
    margin: 1.5rem 0 0 0;
    padding: 0 0 1rem 0;
}
.summary.fun-money-facts .money-fact-card {
    padding: 1.5rem 1rem 3.0625rem 1rem;
}
.summary.fun-money-facts .money-fact-card .fact-content .title {
    font-family: Lato-Bold;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.625rem;
    letter-spacing: 0.16px;
    color: #282828;
}
.your-first-pay {
    margin-bottom: 2.5rem;
}
.your-first-pay .btn-desktop {
    display: block;
}
.your-first-pay .btn-mobile {
    display: none;
    text-align: center;
}
.your-first-pay .your-first-pay-wrapper {
    display: -ms-flexbox;
    display: flex;
}
.your-first-pay .your-first-pay-wrapper .your-first-pay-card {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 1rem;
    margin-right: 1.5rem;
    margin-bottom: 1rem;
}
.your-first-pay .your-first-pay-wrapper .your-first-pay-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    box-shadow: -0.94px 0.94px 18.81px 0 rgba(0, 0, 0, 0.01);
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}
.your-first-pay .your-first-pay-wrapper .your-first-pay-card:last-child {
    margin-right: 0;
}
.your-first-pay .your-first-pay-wrapper .your-first-pay-card .fp-card-img {
    border-radius: 10px;
}
.your-first-pay .your-first-pay-wrapper .content-box {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 1rem 1.5rem;
    z-index: 1;
}
.your-first-pay .your-first-pay-wrapper .content-box .content {
    font-family: Lato-Bold;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.625rem;
    letter-spacing: 0.16px;
    color: #fff;
}
.fun-money-facts {
    padding-top: 2.5rem;
    padding-bottom: 3.875rem;
}
.fun-money-facts.common-padding {
    padding: 2.5rem 0;
}
.fun-money-facts .money-fact-wrapper.no-carousel {
    -ms-flex-pack: center;
    justify-content: center;
}
.fun-money-facts .money-fact-wrapper.no-carousel .money-fact-card {
    -ms-flex: 1;
    flex: 1;
    margin-right: 1.5rem;
}
.fun-money-facts .money-fact-wrapper.no-carousel .money-fact-card:last-child {
    margin-right: 0;
}
.fun-money-facts .money-fact-card {
    border-radius: 16px;
    padding: 1.5rem 1rem 5.625rem 1rem;
}
.fun-money-facts .money-fact-card .fact-icon-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.875rem;
}
.fun-money-facts .money-fact-card .fact-icon {
    width: 3rem;
    height: 3rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2.25rem;
    padding: 0.25rem 0.8125rem 0.5rem 0.5rem;
}
.fun-money-facts .money-fact-card .fact-icon.clr-green {
    color: #29a597;
}
.fun-money-facts .money-fact-card .fact-icon.clr-purple {
    color: #c578d3;
}
.fun-money-facts .money-fact-card .fact-icon.clr-orange {
    color: #d87d23;
}
.fun-money-facts .money-fact-card .fact-text {
    color: #282828;
    font-family: Lato-Bold;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.5rem;
    letter-spacing: 0.01rem;
}
.fun-money-facts .money-fact-card .fact-content .title {
    color: #282828;
    font-family: Lato-Bold;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: 0.01rem;
    margin-bottom: 1rem;
}
.fun-money-facts .owl-stage-outer {
    margin-bottom: 1rem;
}
@media screen and (min-width: 769px) {
    .related-tags .tags-list .tags-item .tags-link {
        transition: all 0.3s ease-in-out;
    }
    .related-tags .tags-list .tags-item .tags-link:hover {
        background-color: #ed1164;
        color: #fff;
        border-color: #f14687;
    }
}
@media screen and (min-width: 992px) {
    .your-first-pay .your-first-pay-wrapper .your-first-pay-card:hover::after {
        background: rgba(0, 0, 0, 0.5);
    }
}
@media only screen and (max-width: 1280px) {
    .blog-grid .grid-flex .grid-left {
        width: 70%;
    }
    .blog-grid .grid-flex .grid-right {
        width: 30%;
    }
}
@media only screen and (max-width: 991px) {
    .blog-grid .grid-flex {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .blog-grid .grid-flex .grid-left {
        width: 100%;
    }
    .blog-grid .grid-flex .grid-right {
        width: 100%;
        max-width: 100%;
        top: 2.75rem;
    }
    .desktop-component {
        display: none;
    }
    .mobile-component {
        display: block;
    }
    .text-component {
        margin: 0 0 1rem;
        padding: 0 0 0.75rem;
    }
    .text-component:last-child {
        margin-bottom: 1.25rem;
    }
    .blog-detail-grid .text-component {
        margin: 1rem 0 0 0;
        padding: 0 0 0.75rem;
    }
    .summary {
        position: relative;
        z-index: 0;
    }
    .your-first-pay {
        margin-bottom: 0;
    }
    .fun-money-facts {
        padding-bottom: 2.5rem;
    }
}
@media only screen and (max-width: 767px) {
    .blog-grid .grid-flex .grid-left .heading-wrap {
        margin-bottom: 0.75rem;
    }
    .blog-grid .grid-flex .grid-left .blog-cont-container {
        margin-top: 1rem;
    }
    .article-tags {
        padding-top: 1.25rem;
    }
    .article-tags .title {
        font-size: 1rem;
        line-height: 1rem;
        margin-bottom: 1.5rem;
    }
    .related-tags .tags-list .tags-item {
        margin-bottom: 0.9375rem;
    }
    .blog-content .heading-wrap {
        margin-bottom: 1rem;
        padding-right: 0;
    }
    .blog-content .heading-wrap .section-heading {
        font-size: 1.5rem;
        line-height: 2rem;
        letter-spacing: 0.01rem;
    }
    .blog-content .heading-wrap .section-desc {
        margin-bottom: 0;
    }
    .blog-content .blog-cont-container .blog-cont-img {
        margin-bottom: 1rem;
    }
    .blog-content .blog-cont-container .blog-img {
        border-radius: 0.75rem;
    }
    .blog-content .blog-cont-wrap {
        margin-bottom: 1.25rem;
    }
    .blog-content .blog-cont-wrap .date-wrap .date:after {
        right: -0.725rem;
    }
    .blog-content .blog-cont-wrap .date-wrap .date,
    .blog-content .blog-cont-wrap .date-wrap .read {
        font-size: 0.75rem;
        line-height: 1.125rem;
        letter-spacing: 0.02rem;
    }
    .blog-content .blog-cont-wrap .share-wrap .view {
        margin-right: 0.75rem;
    }
    .blog-content .blog-cont-wrap .share-wrap .view .view-icon {
        margin-right: 0.25rem;
    }
    .blog-content .blog-cont-wrap .share-wrap .view .view-text {
        font-size: 0.75rem;
        line-height: 1.125rem;
        letter-spacing: 0.02rem;
    }
    .share .icon {
        font-size: 1.25rem;
        line-height: 1.25rem;
    }
    .text-component .text-bold-italic {
        font-size: 1.25rem;
        line-height: 1.625rem;
        letter-spacing: 0.01rem;
    }
    .text-component .section-heading {
        margin-bottom: 0.75rem;
    }
    .blog-detail-grid {
        padding-bottom: 0.5rem;
    }
    .blog-detail-grid .section-padding {
        padding-bottom: 1.5rem;
    }
    .summary {
        position: relative;
        z-index: 0;
    }
    .summary.fun-money-facts .money-fact-card {
        padding: 1.5rem 1rem 4.625rem 1rem;
        width: 100%;
    }
    .summary.fun-money-facts .money-fact-card .fact-content .title {
        font-size: 1rem;
        line-height: 1.25rem;
        margin-bottom: 0.75rem;
    }
    .your-first-pay .btn-desktop {
        display: none;
    }
    .your-first-pay .btn-mobile {
        display: block;
    }
    .your-first-pay .your-first-pay-wrapper .your-first-pay-card {
        margin-right: 1rem;
        margin-bottom: 1.25rem;
    }
    .your-first-pay .your-first-pay-wrapper .your-first-pay-card .fp-card-img {
        height: 14.6875rem;
        object-fit: cover;
    }
    .your-first-pay .your-first-pay-wrapper .content-box .content {
        font-size: 1rem;
        line-height: 1.25rem;
    }
    .fun-money-facts.common-padding {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }
    .fun-money-facts {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }
    .fun-money-facts .money-fact-card {
        padding: 1.5rem 1rem 2.75rem 1rem;
    }
    .fun-money-facts .money-fact-card .fact-icon-wrap {
        margin-bottom: 2.0625rem;
    }
    .fun-money-facts .money-fact-card .fact-icon {
        width: 2.6875rem;
        height: 2.6875rem;
        font-size: 2rem;
        padding: 0.1875rem 0.6875rem 0.5rem 0.5rem;
    }
    .fun-money-facts .money-fact-card .fact-text {
        font-size: 1rem;
        line-height: 1.25rem;
        letter-spacing: 0.01rem;
    }
    .fun-money-facts .money-fact-card .fact-content .title {
        font-size: 1.25rem;
        line-height: 1.625rem;
    }
    .fun-money-facts .owl-stage-outer {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 575px) {
    .mobile-component {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem;
    }
    .summary {
        margin-right: -0.9375rem;
    }
    .video-modal .modal-box .ytframe {
        height: 13.9375rem !important;
    }
}
