@import "lse-page-fonts.css";

body {
    font-family: 'CFAsty Medium', sans-serif;
}

.home:not(.no2) .card-info .title {
    font-size: 30px;
    line-height: 40px;
}

.home:not(.no2) .card-info .sub-title {
    font-size: 70px;
    line-height: 85px;
    font-family: 'CFAsty Bold', sans-serif;
}

.home .card-full {
    width: 100%;
    height: 100vh;
}

.home:not(.no2) .card-info {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1200px;
    transform: translate(-50%, -50%);
    text-align: center;
}

.home.no2 {
    height: 100vh;
    font-size: 0;
    box-sizing: border-box;
}

.home.no2 .card-info,
.home.no2 .image {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    width: 50%;
    height: 100%;
}

.home.no2 .logo {
    position: absolute;
}

.home.no2 .logo.no-mobile {
    top: 6%;
    left: 2%;
}

.home.no2 .logo.on-mobile {
    top: 0;
    left: 0;
}

.new-money-btn {
    width: 150px;
    position: absolute;
    top: 3%;
    right: 6%;
    height: 40px;
    border-radius: 40px;
    background-color: #000;
}

.new-money-btn .text {
    font-size: 18px;
}

.is-exclusive {
    font-size: 30px;
    line-height: 40px;
    font-family: 'CFAsty Bold', sans-serif;
    margin-bottom: 30px;
    display: block;
}

.home.no2 .card-info {
    background-color: #F3F2EA;
}

.home.no2 .card-info .card-info-wrapper:not(.sm) {
    padding: 0 22%;
}

.home.no2 .card-info .card-info-wrapper {
    position: relative;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.home.no2 .card-info .card-info-wrapper.sm {
    padding: 0 7%;
}

.home.no2 .card-info .title {
    font-size: 66px;
    line-height: 72px;
    font-family: 'CFAsty ExtraBold', sans-serif;
}

.home.no2 .card-info .sub-title {
    margin-top: 40px;
    font-size: 27px;
    line-height: 35px;
    font-family: 'CFAsty Medium', sans-serif;
}

.page-wrapper {
    margin-top: 60px;
}

.page-content {
    width: 680px;
    margin: 0 auto;
}

.page-content:first-child p {
    margin: 120px 0;
}
@media screen and (min-width: 780px) {
section.img_with_text .page-content:first-child p {
	margin: 0 auto 40px;
}
}
.page-content p {
    font-size: 22px;
    line-height: 34px;
    margin: 0 auto 40px;
}
.page-content.side-by-side.by-2 p {
    margin: 0 auto 40px;
}

.page-content p:empty,
.page-content div:empty {
    display: none;
}

.page-content p a,
.is-exclusive a {
    position: relative;
}

.page-content p a::after,
.is-exclusive a::after {
    content: "";
    background: rgb(244 218 42 / 80%);
    position: absolute;
    z-index: -1;
    transition: 0.35s cubic-bezier(0.25, 0.1, 0, 2.05);
}
.social ul li > a > img {
    object-fit: contain;
}

.page-content p a::after {
    left: -2px;
    bottom: 4px;
    width: calc(100% + 6px);
    height: 7px;
}

.is-exclusive a::after {
    left: -2px;
    bottom: 8px;
    width: calc(100% + 6px);
    height: calc(100% - 30px);
}

.full-card.video .play-btn .text.lg {
    line-height: inherit !important;
}

.page-content p a:hover::after,
.is-exclusive a:hover::after {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.by-2 {
     width: calc(100% / 2) !important;
 }

.by-3 {
    width: calc(100% / 3) !important;
}

.by-4 {
    width: calc(100% / 4) !important;
}

.page-content p:not(:first-child) {
    font-family: 'CFAsty Book', sans-serif;
}

.full-card.video .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50px;
    background-color: #f4da2b;
    padding: 15px 30px;
    width: 250px;
    height: 60px;
    justify-content: center;
}

.full-card.video .play-btn .icon {
    margin-right: 22px;
}

.full-card.video .play-btn:hover span {
    color: #f4da2b;
}
.full-card.video .play-btn:hover {
    background-color: #000000;
}
.full-card.video .play-btn:hover .icon svg path#Path_1 {
    fill: #f4da2b;
}

.c-title,
.c-sub-title {
    font-size: 14px;
    line-height: 18px;
    font-family: 'CFAsty Book', sans-serif;
    white-space: normal;
}

.c-title {
    font-weight: bold;
}

main {
    font-size: 16px;
}

.full-card.video .caption {
    width: calc(100% - 240px);
    margin: auto;
    padding: 18px 20px;
}

.caption::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #f4da2b;
}

.full-card:not(.video) {
    max-width: 1000px;
    margin: auto;
}

.full-card:not(.video) .caption,
.gallery-slider .caption, .multi-clause .caption,
.img_with_text .caption {
    margin: 30px 0;
    padding-left: 24px;
}

.full-card.video .caption::before {
    height: calc(100% - 18px);
}

.img_with_text {
    margin: 50px;
}

.img_with_text .page-content p {
    font-family: 'CFAsty Book', sans-serif;
}

.img_with_text.gallery,
.multi-clause {
    width: 100vw;
    left: calc(-1 * (50vw - (1240px / 2) + 3rem));
    position: relative;
    background-color: #F3F2EA;
    margin: 100px 0 0;
}

.img_with_text .left-content {
    flex: 0 0 50%;
    padding-right: 50px;
}

.img_with_text .right-content {
    /*flex: 0 0 30%;*/
    flex: 0 0 40%;
    align-self: center;
    padding-left: 25px;
    padding-right: 25px;
}

.img_with_text .left-content,
.img_with_text .right-content {
    padding-top: 120px;
    padding-bottom: 120px;
}

.img_with_text .pre-heading .image {
    width: 22px;
    height: 22px;
    margin-right: 20px;
}

.img_with_text .pre-heading .title {
    font-size: 12px;
    line-height: 36px;
    font-family: 'CFAsty Book', sans-serif;
}

.img_with_text .heading .title {
    font-size: 40px;
    line-height: 48px;
    font-family: 'CFAsty Bold', sans-serif;
    margin-bottom: 25px;
    margin-top: 50px;
}

.img_with_text .heading .sub-title {
    font-size: 14px;
    line-height: 17px;
    font-family: 'CFAsty Book', sans-serif;
    letter-spacing: .35px;
}

section {
     font-size: 0;
 }

.gallery-slider .heading .title {
    font-size: 48px;
    line-height: 30px;
    font-family: 'CFAsty Bold', sans-serif;
}

.multi-clause .avatar {
    width: 174px;
    height: 230px;
    border-radius: 230px;
}

.multi-clause .avatar img {
    border-radius: inherit;
}

.multi-clause .heading {
    position: relative;
    left: 174px;
    margin-left: 42px;
    margin-top: 54px;
    margin-bottom: 50px;
    width: calc(100% - 220px);

}
.multi-clause .heading h6.sub-title {
    font-size: 16px;
    padding-top: 16px;
}
@media screen and (max-width: 640px) {
.top.row.flex.align-center {
    flex-direction: column;
}
.multi-clause .avatar {
    position: relative!important;
    top: 0!important;
    margin-top: -115px!important;
}
.multi-clause .heading {
    position: relative;
    left: 0;
    margin-left: 0;
    margin-top: 54px;
    margin-bottom: 50px;
    width: 100%;
}
}
.multi-clause .avatar {
    position: absolute;
    top: -115px;
}

.multi-clause .heading .title {
    font-size: 30px;
    line-height: 30px;
    font-family: 'CFAsty Bold', sans-serif;
}

.multi-clause .paragraph-wrapper {
    padding: 64px 0;
}

.listen-to-story {
    width: 230px;
    margin: 60px auto 0 auto;
}

.post-info {
    margin: 108px 0;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
}

.social {
    margin-bottom: 60px;
}

.social .text {
    font-size: 12px;
    line-height: 14px;
    font-family: 'CFAsty Medium', sans-serif;
    margin-right: 40px;
}

.social ul li {
    width: 18px;
    height: 18px;
}

.social ul li > a {
    display: inline-block;
}

.social ul li:not(:last-child) {
    margin-right: 20px;
}
.social ul li:hover img {
    filter: opacity(0.7);
}

.full-card.video .video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transition: all .15s ease;
    -webkit-transition: all .15s ease;
}

.video .attach-video {
    width: 100%;
    height: 100%;
}

.video .close {
    position: absolute;
    top: 70px;
    right: 10px;
    color: #FFFFFF;
    filter: drop-shadow(2px 4px 6px black);
    font-size: 60px;
    cursor: pointer;
    opacity: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.video.show-video .video-wrapper {
    opacity: 1;
    z-index: 2;
}

.video.show-video:hover .close {
    opacity: 1;
}

.full-card.video .img-full .no-image {
    max-width: 320px;
    margin: auto;
    padding: 20px;
}

.full-card.video .img-full {
    box-shadow: inset 0 0 53px #cfcfcf;
}

.full-card.video .img-full img {
    border-radius: inherit;
}

@media screen and (max-width: 1780px) {
    .home.no2 .card-info .title {
        font-size: 58px;
        line-height: 64px;
    }

    .home.no2 .card-info .sub-title {
        margin-top: 32px;
        font-size: 22px;
        line-height: 29px;
    }

    .home.no2 .card-info .card-info-wrapper {
        padding: 0 24%;
    }
}

@media screen and (max-width: 1520px) {
    .home.no2 .card-info .card-info-wrapper.sm {
        padding: 0 3.42vw;
    }

    .home.no2 .card-info .card-info-wrapper.sm .title {
        font-size: 3.8vw;
        line-height: 4.2vw;
    }
}

@media screen and (max-width: 1280px) {
    .wrapper.lg {
        max-width: 95%;
    }

    .img_with_text.gallery, .multi-clause {
        left: calc(-1 * (50vw - (95% / 2) - 1.5rem));
    }

    .img_with_text.gallery .left-content {
        flex: 0 0 50%;
    }

    .img_with_text .right-content {
        flex: 0 0 45%;
        padding-left: 60px;
        padding-right: 25px;
    }

    .post-info { margin: 8.43vw 0; }
    .social { margin-bottom: 4.68vw; }
    footer { padding-top: 6.25vw !important; }

    .full-card.video .caption {
        width: calc(100% - 18.75vw);
        padding: 1.4vw 1.56vw;
    }

    .full-card.video .caption::before {
        height: calc(100% - 1.4vw);
    }

    .home.no2 .card-info .card-info-wrapper:not(.sm) .title {
        font-size: 4.5vw;
        line-height: 5vw;
    }

    .home.no2 .card-info .sub-title {
        margin-top: 2.5vw;
        font-size: 1.71vw;
        line-height: 2.26vw;
    }

    .home.no2 .card-info .card-info-wrapper:not(.sm) {
        padding: 0 7.8vw;
    }

    .c-title, .c-sub-title {
        font-size: 1.09vw;
        line-height: 1.41vw;
    }
}

@media screen and (max-width: 1220px) {
    .is-exclusive {
        font-size: 2.46vw;
        line-height: 3.27vw;
        margin-bottom: 2.45vw;
    }

    .is-exclusive a::after {
        height: calc(100% - 1.72vw);
    }

    .home.no2 .card-info .card-info-wrapper.sm {
        padding: 0 3.26vw;
    }

    .home.no2 .card-info .card-info-wrapper.sm .title {
        font-size: 3.5vw;
        line-height: 4.24vw;
    }
}

@media screen and (max-width: 980px) {
    .full-card.video .caption {
        width: calc(100% - 8vw);
    }

    .c-title, .c-sub-title {
        font-size: 1.5vw;
        line-height: 1.61vw;
    }

    .full-card.video .play-btn {
        height: 5.1vw;
        border-radius: 5.1vw;
        padding: 1.5vw 3.1vw;
        width: 24vw;
    }

    .full-card.video .play-btn .icon {
        margin-right: 2.2vw;
    }

    .text.lg {
        font-size: 1.6vw;
        line-height: 3.1vw;
    }
}

@media screen and (max-width: 820px) {
    .video .close {
        top: 60px;
        font-size: 35px;
    }
}

@media screen and (max-width: 780px) {
    .page-content {
        width: 90%;
    }

    .post-info { margin: 10vw 0; }
    .social { margin-bottom: 5.5vw; }
    footer { padding-top: 8.5vw !important; }

    .page-content p {
        font-size: 2.82vw;
        line-height: 4.35vw;
        margin: 0 auto 5.12vw;
    }

    .page-content p a::after {
        left: -0.25vw;
        bottom: -0.13vw;
        width: calc(100% + 0.78vw);
        height: calc(100% - 1.53vw);
    }

    .wrapper.lg {
        max-width: 90%;
        padding: 0;
    }
}

@media screen and (max-width: 768px) {

    .home.no2 .logo.on-mobile {
        width: 36vw;
    }

    .is-exclusive {
        font-size: 3.1vw;
        line-height: 5.21vw;
        margin-bottom: 3.1vw;
    }

    .page-content:first-child p {
        margin: 13vw 0;
    }

    .is-exclusive a::after {
        height: calc(100% - 2.73vw);
        bottom: .4vw;
    }

    .home.no2 .card-info .card-info-wrapper.sm {
        padding: 0 15.26vw;
    }

    .home.no2 .card-info .card-info-wrapper.sm .title {
        font-size: 4.55vw;
        line-height: 5.21vw;
    }

    .home.no2 .card-info, .home.no2 .image {
        width: 100%;
        height: 50%;
    }

    .home.no2 .card-info .title {
        font-size: 35px;
        line-height: 40px;
    }

    .home.no2 .card-info .sub-title {
        margin-top: 30px;
        font-size: 17px;
        line-height: 23px;
    }

    .home.no2 .card-info .card-info-wrapper {
        padding: 0 26%;
        margin-top: 3%;
    }

    .page-content p {
        font-size: 2.6vw;
        line-height: 3.9vw;
        margin: 0 auto 4.55vw;
    }

    .page-content p a::after {
        left: -0.26vw;
        bottom: -0.1vw;
        width: calc(100% + 0.78vw);
        height: calc(100% - 2.56vw);
    }

    .text.lg {
        font-size: 12px;
        line-height: 14px;
    }

    .full-card.video .play-btn .icon {
        margin-right: 2.9vw;
        width: 12px;
    }

    .c-title, .c-sub-title {
        font-size: 13px;
        line-height: 17px;
    }

    .full-card.video .play-btn {
        height: 45px;
    border-radius: 45px;
    padding: 15px 30px;
    width: 180px;
    }

    .full-card.video .caption {
        width: calc(100% - 13vw);
    }
}

@media screen and (max-width: 560px) {
    .video .close {
        top: 6.25vw;
        font-size: 8vw;
    }

    .home.no2 .card-info .card-info-wrapper {
        margin-top: 4.57vw;
    }

    .home.no2 .card-info .card-info-wrapper.sm {
        padding: 0 6.26vw;
    }

    .is-exclusive {
        font-size: 3.92vw;
        line-height: 5.71vw;
        margin-bottom: 3.92vw;
    }

    .is-exclusive a::after {
        height: calc(100% - 2.8vw);
        bottom: .2vw;
    }

    .home.no2 .card-info .card-info-wrapper.sm .title {
        font-size: 4.46vw;
        line-height: 6.25vw;
    }

    .page-wrapper .wrapper .full-card:not(.video) {
        padding-bottom: 6vw;
        padding-top: 6vw;
    }

}

@media screen and (max-width: 480px) {
    .home.no2 {
        height: 90vh;
    }

    .home.no2 .card-info .card-info-wrapper {
        padding: 0 14vw;
    }

    .home.no2 .card-info .title {
        font-size: 7.3vw;
        line-height: 8.3vw;
    }

    .home.no2 .card-info .sub-title {
        margin-top: 6.2vw;
        font-size: 3.5vw;
        line-height: 4.8vw;
    }

    .new-money-btn {
        width: 31.25vw;
        top: 4.2vw;
        right: 7.5vw;
        height: 8.3vw;
        border-radius: 8.3vw;
    }

    .new-money-btn .text {
        font-size: 3.75vw;
    }

    .page-content p {
        font-size: 4.2vw;
        line-height: 6.25vw;
        margin: 0 auto 7.30vw;
    }

    .full-card.video .play-btn {
        height: 9.4vw;
        border-radius: 9.4vw;
        padding: 3.12vw 6.25vw;
        width: 37.5vw;
    }

    .text.lg {
        font-size: 2.5vw;
        line-height: 2.9vw;
    }

    .c-title, .c-sub-title {
        font-size: 2.71vw;
        line-height: 3.54vw;
    }

    .full-card.video .caption {
        width: calc(100% - 22vw);
        padding: 2.4vw 3.56vw;
    }

    .post-info {
        margin: 11vw 0;
        font-size: 2.5vw;
        line-height: 3.75vw;
    }

    .social {
        margin-bottom: 10vw;
    }
    footer {
        padding-top: 13vw !important;
    }
    .social ul li {
        width: 3.75vw;
        height: 3.75vw;
    }
    .social ul li:not(:last-child) {
        margin-right: 4.16vw;
    }
    .social .text {
        font-size: 2.5vw;
        line-height: 2.92vw;
        margin-right: 8.3vw;
    }
    .social ul li > a {
        display: inline-block;
        width: 100%;
        height: 100%;
    }

}

@media screen and (max-width: 420px) {
    .home.no2 .card-info .card-info-wrapper.sm {
        padding: 0 10.26vw;
    }

    .is-exclusive {
        font-size: 5.7vw;
        line-height: 8.1vw;
        margin-bottom: 6.2vw;
    }

    .is-exclusive a::after {
        height: calc(100% - 4vw);
        bottom: 0;
    }

    .home.no2 .card-info .card-info-wrapper.sm .title {
        font-size: 4.46vw;
        line-height: 6.25vw;
    }
}

@media screen and (max-width: 380px) {
    .full-card.video .play-btn .icon {
        width: 3.7vw;
    }

    .full-card.video .play-btn .icon svg {
        width: 4vw;
        height: 4.7vw;
    }

    .c-title, .c-sub-title {
        font-size: 3.1vw;
        line-height: 3.95vw;
    }

    .home.no2 .card-info .card-info-wrapper {
        margin-top: 1vw;
    }

    .home.no2 .logo.on-mobile {
        width: 36vw;
    }
}

/* extra css for portrait */
.img_with_text .page-content h1 {
    margin-top: 40px;
    font-size: 27px;
    line-height: 35px;
    font-family: 'CFAsty Medium', sans-serif;
}
.img_with_text.gallery.portrait .flex {
    justify-content: center;
}
.img_with_text .left-content {
    flex: 0 0 50%;
}
.img_with_text.gallery.portrait .left-content {
    flex: 0 0 30%;
    max-width: 30%;
}
.img_with_text.gallery.portrait .left-content {
    flex: 0 0 30%;
    max-width: 30%;
}
.img_with_text.gallery.portrait .right-content {
    flex: 1 1 30%;
    max-width: 30%;
}
#lmn-1009546 .img_with_text.gallery.portrait .right-content {
     max-width: 40%;
}
.img_with_text.gallery.portrait .slider .outer.hide-overflow {
    border-radius: 40px;
}

@media screen and (max-width: 640px) {
    .img_with_text.gallery, .multi-clause {
        left: 0;
        width: 100%;
        margin: 10vw 0 0;
    }
    .img_with_text .flex {
        justify-content: center;
        flex-direction: column;
    }
    .img_with_text .left-content {
        padding-right: 15px;
        padding-left: 15px;
    }
    .img_with_text.gallery.portrait .left-content {
        flex: 1 1 100%;
        max-width: 100%;
    }
    .img_with_text.gallery.portrait .right-content {
        flex: 1 1 100%;
        max-width: 100%;
    }
    .img_with_text .page-content p, .img_with_text .heading p {
        font-size: 4.2vw;
        line-height: 6.25vw;
        margin: 5vw 0;
    }
    .img_with_text .left-content, .img_with_text .right-content {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .img_with_text .right-content {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
    }
    .img_with_text {
        margin: 0px;
    }
    .img_with_text .right-content {
        padding-top: 0;
    }
    .img_with_text .left-content {
        padding-bottom: 0;
    }
}

/* mlnc additions */
section.img_with_text .right-content .heading h1 {
    margin-top: 40px;
    font-size: 27px;
    line-height: 35px;
    font-family: 'CFAsty Medium', sans-serif;
    padding-bottom: 8px;
}
@media screen and (min-width: 1280px) and (max-width: 1680px) {
.img_with_text .right-content {
    flex: 0 0 40%;
}
}

.full-card:not(.video) {
    padding-bottom: 50px;
    padding-top: 50px;
}
@media screen and (max-width: 768px) {
    .page-content.side-by-side.by-2 {
        width: 100%!important;
        margin: 0;
        padding: 0!important;
    }
    .multi-clause .paragraph-wrapper {
        padding: 30px 0;
        display: flex;
        flex-direction: column;
    }
.module.lemon-eye .nm-feat-container.non-paper .filter {
    background-image: unset;
}
.module.lemon-eye .nm-feat-container h1 {
    font-size: 25px;
    line-height: 26px;
    margin-top: 0.25rem;
}
.module.lemon-eye .nm-feat-container h2 {
    font-size: 28px;
    margin-top: 0.2rem;
    line-height: 1;
    margin-bottom: 0.2rem;
}
}

@media screen and (max-width: 475px) {
    .home.no2 .image {
       background-color: #F3F2EA;
    }
    .home.no2 .image img {
        object-fit: contain;
    }
    /*.is-exclusive {
        font-size: 5.5vw;
        line-height: 4.2vw;
        margin-bottom: 4.2vw;
    }
    .home.no2 .card-info .sub-title {
        margin-top: -1.2vw;
        font-size: 3.5vw;
        line-height: 10.8vw;
    }
    .home.no2 .card-info {
        height: 45%;
        margin-top: -40px
    }
    .home.no2 .card-info .card-info-wrapper.sm {
        padding: 0 10.26vw;
        margin-top: -5px;
    }
    .home.no2 .card-info .card-info-wrapper.sm {
        padding: 0 10.26vw;
        margin-top: 35px;
    }*/
}