*, *::after, *::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0
}

body {
    font: 16px "Poppins", sans-serif
}

p {
    margin: 0
}

a {
    text-decoration: unset
}

a:hover {
    text-decoration: unset
}

.content {
    margin: 0 auto;
    position: relative
}

.main-bg-block {
    background-color: #fff;
    background-image: url("./image/main-bg.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center bottom;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: -1
}

@media (max-width: 768px) {
    .main-bg-block {
        background-image: unset
    }
}

@font-face {
    font-family: "Poppins";
    src: url("./font/Poppins/Poppins-Regular.woff") format("woff"), url("./font/Poppins/Poppins-Regular.woff2") format("woff2"), url("./font/Poppins/Poppins-Regular.ttf") format("true-type");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: "Poppins";
    src: url("./font/Poppins/Poppins-Medium.woff") format("woff"), url("./font/Poppins/Poppins-Medium.woff2") format("woff2"), url("./font/Poppins/Poppins-Medium.ttf") format("true-type");
    font-style: normal;
    font-weight: 500
}

@font-face {
    font-family: "Poppins";
    src: url("./font/Poppins/Poppins-SemiBold.woff") format("woff"), url("./font/Poppins/Poppins-SemiBold.woff2") format("woff2"), url("./font/Poppins/Poppins-SemiBold.ttf") format("true-type");
    font-style: normal;
    font-weight: 600
}

@font-face {
    font-family: "Poppins";
    src: url("./font/Poppins/Poppins-Bold.woff") format("woff"), url("./font/Poppins/Poppins-Bold.woff2") format("woff2"), url("./font/Poppins/Poppins-Bold.ttf") format("true-type");
    font-style: normal;
    font-weight: 700
}

@font-face {
    font-family: "Source Serif 4";
    src: url("./font/SourceSerif4/SourceSerif4-Black.woff") format("woff"), url("./font/SourceSerif4/SourceSerif4-Black.woff2") format("woff2"), url("./font/SourceSerif4/SourceSerif4-Black.ttf") format("true-type");
    font-style: normal;
    font-weight: 900
}

.welcome {
    padding-top: 125px;
    padding-bottom: 48px;
    /*background-color: var(--book-bg-color);*/
}

@media (max-width: 768px) {
    .welcome {
        padding-top: 85px;
        padding-bottom: 205px
    }
}

.welcome-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 125px;
    position: relative;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal
}

@media (max-width: 768px) {
    .welcome-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 25px
    }
}

.welcome-wrapper .player-wrapper {
    position: relative
}

.welcome-wrapper-player {
    position: -webkit-sticky;
    position: sticky;
    top: 125px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 45px
}

@media (max-width: 768px) {
    .welcome-wrapper-player {
        position: relative;
        top: unset
    }
}

.welcome-wrapper-player-book {
    position: relative;
    max-width: 260px;
    background-color: #e5ddcb;
    border-radius: 5px;
    -webkit-box-shadow: 0px -1px 33px -17px rgba(0, 0, 0, .75);
    box-shadow: 0px -1px 33px -17px rgba(0, 0, 0, .75);
    margin: 0 auto
}

@media (max-width: 768px) {
    .welcome-wrapper-player-book {
        max-width: 200px
    }
}

.welcome-wrapper-player-book-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    padding: 8px 0 8px 30px
}

.welcome-wrapper-player-book-logo-image {
    width: 20px;
    height: 20px
}

.welcome-wrapper-player-book-logo-image img {
    max-width: 100%
}

.welcome-wrapper-player-book-logo p {
    font-size: 10px;
    font-weight: 700;
    line-height: 130%
}

.welcome-wrapper-player-book-cover {
    width: 100%
}

.welcome-wrapper-player-book-cover img {
    width: 100%
}

.welcome-wrapper-player-book-info {
    padding: 20px 15px 25px 30px;
    color: #482a0e;
    line-height: 120%;
    font-weight: 900;
    font-family: "Source Serif 4", sans-serif
}

.welcome-wrapper-player-book-info .author {
    font-size: 11px;
    text-transform: uppercase
}

@media (max-width: 768px) {
    .welcome-wrapper-player-book-info .author {
        font-size: 9px
    }
}

.welcome-wrapper-player-book-info .title {
    font-size: 18px
}

@media (max-width: 768px) {
    .welcome-wrapper-player-book-info .title {
        font-size: 14px
    }
}

.welcome-wrapper-player-book::after {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    opacity: .6;
    background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgb(170, 166, 166)));
    background: -webkit-linear-gradient(left, rgb(255, 255, 255) 0%, rgb(170, 166, 166) 100%);
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(170, 166, 166) 100%);
    top: 0;
    bottom: 0;
    left: 0;
    border-radius: 5px 0 0 5px
}

.welcome-wrapper-player-audio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.welcome-wrapper-player-audio p {
    color: rgba(72, 42, 14, .6);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%
}

@media (max-width: 768px) {
    .welcome-wrapper-player-audio p {
        font-size: 14px
    }
}

.welcome-wrapper-player-audio-controls {
    margin: 10px auto;
    max-width: 245px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 33px;
    padding: 5px 37px;
    background-color: #d7b882;
    border-radius: 44px
}

.welcome-wrapper-player-audio-controls .action-button {
    min-width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%
}

.welcome-wrapper-player-audio-controls .action-button:hover {
    background-color: rgba(128, 128, 128, .4)
}

.welcome-wrapper-player-audio-controls .play-button {
    background-color: #fff
}

.welcome-wrapper-info h1 {
    color: #95704e;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 12px
}

@media (max-width: 768px) {
    .welcome-wrapper-info h1 {
        font-size: 18px
    }
}

.welcome-wrapper-info p {
    color: #243d45;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 32px
}

@media (max-width: 768px) {
    .welcome-wrapper-info p {
        margin-bottom: 16px
    }
}

.welcome-wrapper-info .wp-block-quote p {
    color: #95704e;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.48px
}

@media (max-width: 768px) {
    .welcome-wrapper-info .wp-block-quote p {
        font-size: 18px
    }
}

.welcome-wrapper-info-banner {
    margin-bottom: 22px
}

.welcome-wrapper-info-banner img {
    width: 100%
}

.welcome-wrapper-info-cta {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.welcome-wrapper-info .cta-button {
    padding: 8px 24px;
    border-radius: 16px;
    background: #482a0e;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10
}

@media (max-width: 768px) {
    .header {
        display: none
    }
}

.header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px 40px
}

.header-wrapper-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px
}

.header-wrapper-logo-image {
    width: 50px;
    height: 50px
}

.header-wrapper-logo-image img {
    max-width: 100%
}

.header-wrapper-logo-text {
    color: #482a0e
}

.header-wrapper-logo-text .title {
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -0.375px
}

.header-wrapper-logo-text .subtitle {
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -0.15px
}

.header-wrapper-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px
}

.header-wrapper-links-item {
    background-color: #000;
    border-radius: 13.333px;
    width: 140px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-wrapper-links-item img {
    max-width: 100%
}

.footer {
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    display: none
}

@media (max-width: 768px) {
    .footer {
        display: block
    }
}

.footer-blur {
    width: 100%;
    height: 75px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(44.58%, #FFF), color-stop(70.74%, rgba(255, 255, 255, 0.83)), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(bottom, #FFF 44.58%, rgba(255, 255, 255, 0.83) 70.74%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(0deg, #FFF 44.58%, rgba(255, 255, 255, 0.83) 70.74%, rgba(255, 255, 255, 0) 100%);
    margin-bottom: -30px
}

.footer-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 13px;
    background-color: #fbefd2;
    padding: 8px;
    gap: 16px;
    z-index: 10
}

.footer-wrapper-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-wrapper-logo-image {
    width: 50px;
    height: 50px
}

.footer-wrapper-logo-image img {
    max-width: 100%
}

.footer-wrapper-logo-text {
    color: #482a0e;
    line-height: 110%
}

.footer-wrapper-logo-text .title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.36px
}

.footer-wrapper-logo-text .subtitle {
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.15px
}

.footer-wrapper-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-wrapper-info p {
    color: #95704e;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%
}

.footer-wrapper-info-link {
    background-color: #000;
    border-radius: 13.333px;
    min-width: 124px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-wrapper-info-link img {
    max-width: 100%
}

.footer-wrapper-info-link img.hidden {
    display: none
}

.continueModal {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, .4);
    padding-left: 16px;
    padding-right: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.continueModal.hidden {
    display: none
}

.continueModal-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 305px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    text-align: center;
    border-radius: 14px;
    padding: 20px 10px 10px 10px
}

.continueModal-wrapper-close {
    position: absolute;
    top: 10px;
    right: 10px
}

.continueModal-wrapper-close img {
    max-width: 100%
}

.continueModal-wrapper-title p {
    color: #243d45;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.078px
}

.continueModal-wrapper-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 5px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.continueModal-wrapper-links-item {
    background-color: #000;
    border-radius: 13.333px;
    width: 140px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.continueModal-wrapper-links-item img {
    max-width: 100%
}

@media (min-width: 1400px) {
    .main-image {
        max-width: 768px
    }
}
@media (max-width: 1200px) {
    .main-image {
        max-width: 560px
    }
}
@media (max-width: 990px) {
    .main-image {
        max-width: 320px
    }
}
@media (max-width: 767px) {
    .main-image {
        max-width: 100%
    }
}

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