body {
    margin: 0;
    padding: 0;
}
.container {
    width: 1200px;
    margin: auto;
}

.header {
    background: #321D58;
    height: 106px;
}
.header .logo {
    float: left;
}
.header .logo img {
    height: 24px;
    margin-top: 41px;
}
.header .language {
    border: 1px solid #FFFFFF33;
    border-radius: 6px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float: right;
    font-family: "Figtree";
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-align: center;
    color: #FFF;
    padding: 0 10px 0 10px;
    margin-top: 33px;
}
.header .language img {
    display: inline;
    vertical-align: middle;
    height: 14px;
    margin-left: 5px;
}
.header .language div {
    display: none;
    position: absolute;
    border: solid 1px #FFFFFF33;
    border-radius: 6px;
    padding: 0 10px 0 10px;
    margin-left: -10px;
    cursor: pointer;
}
.header .language:hover div {
    display: block;
}

.section-left, .section-right {
    width: 50%;
    float: left;
}
.section-right {
    text-align: right;
}

.section-hero {
    background: url("/assets/images/bg-stories.jpg"), linear-gradient(180deg, #321D58 40%, #1C0E38 100%);
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding-bottom: 400px;
}
.section-hero img.hero-icon {
    height: 80px;
    margin-top: 30px;
}
.section-hero h1 {
    font-family: "Nunito";
    font-size: 80px;
    font-weight: 900;
    line-height: 88px;
    letter-spacing: -0.02em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    background: linear-gradient(180deg, #EE71F9 38.83%, #B073FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 15px;
}
.section-hero p {
    font-family: "Nunito";
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    letter-spacing: 0.02em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFF;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.section-hero .cta p {
    font-family: "Nunito";
    font-size: 24px;
    font-weight: 900;
    line-height: 33.6px;
    letter-spacing: 0.02em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFF;
    margin-top: 80px;
}
.section-hero .cta img {
    height: 52px;
    display: inline-block;
    margin: 0 10px 0 10px;
}

.section-library {
    background: #1C0E38;
    text-align: center;
}
.section-library h3 {
    font-family: "Nunito";
    font-size: 24px;
    font-weight: 800;
    line-height: 33.6px;
    letter-spacing: 0.02em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFF;
    margin: 0;
}
.section-library h1 {
    font-family: "Nunito";
    font-size: 100px;
    font-weight: 900;
    line-height: 110px;
    letter-spacing: -0.02em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #F6B60B;
    margin: 0;
}
.section-library p {
    font-family: "Nunito";
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    letter-spacing: 0.02em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFF;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    padding: 30px 0 60px 0;
}

.section-favorites {
    background: #321D58;
    text-align: center;
    padding: 30px 0 60px 0;
}
.section-favorites a {
    text-decoration: none;
}
.section-favorites h2 {
    font-family: "Nunito";
    font-size: 32px;
    font-weight: 800;
    line-height: 44.8px;
    letter-spacing: 0.02em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFF;
}
.section-favorites ul {
    margin: 0;
    padding: 0;
}
.section-favorites ul li {
    margin: 0;
    padding: 0;
    width: calc(25% - 38px);
    display: inline-block;
    padding: 0 15px 0 15px;
    vertical-align: top;
}
.section-favorites ul li img {
    width: calc(100% - 14px);
    border-radius: 28px;
    border: solid 1px #FFF;
    border-left: solid 14px #A45228;
    box-shadow: 0px 5.8px 14.5px 0px #00000033;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    transition: width 0.3s, margin-left 0.3s, margin-top 0.3s, border-radius 0.3s;
}
.section-favorites ul li:hover img {
    width: calc(110% - 14px);
    margin-top: -10%;
    margin-left: -5%;
    border-radius: 30px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.section-favorites ul li p {
    font-family: "Nunito";
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.02em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFF;
    align-items: center;
    min-height: 52px;
    display: flex;
    justify-content: center;
}
.section-favorites ul li span {
    display: inline-block;
    font-family: "Nunito";
    font-size: 15px;
    font-weight: 700;
    line-height: 19.5px;
    letter-spacing: 0.02em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #F7B831;
    background: #1C0E38;
    padding: 6px 12px 6px 12px;
    border-radius: 4px;
}

.section-remiks {
    background: #1C0E38;
    padding: 60px 0 30px 0;
}
.section-remiks img {
    height: 393px;
}
.section-remiks h1 {
    font-family: "Nunito";
    font-size: 80px;
    font-weight: 900;
    line-height: 88px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #D559DF;
    margin-top: 0;
    margin-bottom: 30px;
}
.section-remiks h2 {
    font-family: "Nunito";
    font-size: 24px;
    font-weight: 800;
    line-height: 33.6px;
    letter-spacing: 0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
    margin-bottom: 0;
}
.section-remiks p {
    font-family: "Nunito";
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    letter-spacing: 0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
    width: 460px;
}
.section-remiks .section-left {
    padding-top: 40px;
}
.section-magicwrite {
    background: #1C0E38;
    padding: 30px 0 60px 0;
}
.section-magicwrite img {
    height: 393px;
}
.section-magicwrite h1 {
    font-family: "Nunito";
    font-size: 80px;
    font-weight: 900;
    line-height: 88px;
    letter-spacing: -0.02em;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #9E61EE;
    margin-top: 0;
    margin-bottom: 30px;
}
.section-magicwrite h2 {
    font-family: "Nunito";
    font-size: 24px;
    font-weight: 800;
    line-height: 33.6px;
    letter-spacing: 0.02em;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
    margin-bottom: 0;
}
.section-magicwrite p {
    font-family: "Nunito";
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    letter-spacing: 0.02em;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
    width: 460px;
    float: right;
}
.section-magicwrite .section-right {
    padding-top: 50px;
}

.section-try {
    background: url("/assets/images/bg-cta.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 90px 0 90px 0;
}
.section-try h1 {
    text-align: center;
    font-family: "Nunito";
    font-size: 36px;
    font-weight: 800;
    line-height: 43.2px;
    letter-spacing: 0.02em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFF;
}
.section-try a {
    display: inline-block;
    font-family: "Nunito";
    font-size: 20px;
    font-weight: 800;
    line-height: 56px;
    letter-spacing: 0.04em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFF;
    background: #9747FF;
    padding: 0 15px 0 15px;
    text-decoration: none;
    border-radius: 10px;
    margin: auto;
}
.section-try a img {
    height: 24px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

.section-subfooter {
    background: #1C0E38;
    text-align: center;
    padding-top: 90px;
}
.section-subfooter ul {
    margin: 0;
    padding: 0;
}
.section-subfooter ul li {
    width: calc(100% / 3 - 48px);
    display: inline-block;
    background: #9747FF1A;
    color: #FFF;
    text-align: center;
    margin: 0 24px 0 0;
    border-radius: 20px;
    padding: 36px 16px 24px 16px;
    height: 200px;
    float: left;
    position: relative;
    overflow: hidden;
}
.section-subfooter ul li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(151, 71, 255, 0.1), rgba(151, 71, 255, 0.1)),
                linear-gradient(105.52deg, rgba(158, 70, 254, 0.2) 25.51%, rgba(230, 60, 254, 0.2) 68.99%);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    border-radius: 20px;
}
.section-subfooter ul li:hover::before {
    opacity: 1;
}
.section-subfooter ul li:nth-child(3) {
    margin-right: 0;
}
.section-subfooter ul li img {
    width: 40px;
}
.section-subfooter ul li p {
    font-family: "Nunito";
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0.02em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFF;
}
.section-subfooter .cta p {
    font-family: "Nunito";
    font-size: 24px;
    font-weight: 900;
    line-height: 33.6px;
    letter-spacing: 0.02em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFF;
    margin-top: 80px;
}
.section-subfooter .cta img {
    height: 52px;
    display: inline-block;
    margin: 0 10px 0 10px;
}
.section-subfooter img.subfooter {
    width: 990px;
}

.footer-top {
    background: linear-gradient(90deg, #F7B831 18.72%, #9747FF 50.22%, #F7B831 81.22%);
    height: 8px;
    margin-bottom: 60px;
}
.footer {
    background: #321D58;
    padding-bottom: 50px;
}
.footer img.footer-logo {
    height: 150px;
}
.footer .footer-link {
    font-family: "Nunito";
    font-size: 15px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0.02em;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    width: 500px;
}
.footer .footer-link img {
    height: 32px;
    margin-right: 5px;
}
.footer .footer-social {
    float: left;
    color: #FFFFFF;
}
.footer .footer-download {
    float: right;
    color: #FFFFFF;
}

.footer .footer-contact {
    font-family: "Nunito";
    font-size: 15px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0.02em;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-top: 30px;
    color: #FFFFFF;
}
.footer .footer-contact img {
    height: 14px;
    display: inline;
    vertical-align: middle;
}
.footer .footer-contact p a {
    color: inherit;
    text-decoration: none;
}
.footer img.divider {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 10px;
}
.footer .bottom-footer p {
    font-family: "Nunito";
    font-size: 11px;
    font-weight: 400;
    line-height: 15.4px;
    letter-spacing: 0.02em;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
}
.footer .footer-left {
    float: left;
}
.footer .bottom-footer .footer-left p {
    text-align: left;
}
.footer .footer-right {
    float: right;
}
.footer .bottom-footer .footer-right p {
    text-align: right;
}
.footer .bottom-footer .footer-right p a {
    color: inherit;
    text-decoration: none;
}
.footer .bottom-footer .footer-right p a:nth-child(1), .footer .bottom-footer .footer-right p a:nth-child(2) {
    margin-right: 15px;
}
.hide-desktop {
    display: none;
}
.clear {
    clear: both;
}

.modal {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #35235A66;
    backdrop-filter: blur(60px);
    overflow-y: auto;
}
.modal .modal-close-button {
    position: fixed;
    top: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #1C0E38;
    cursor: pointer;
}
.modal .modal-close-button img {
    width: 20px;
    margin: 20px;
}

.modal .story-cover {
    text-align: center;
    padding: 50px 0 50px 0;
}
.modal .story-cover img {
    width: 450px;
    border-radius: 40px;
    margin: 25px auto 25px auto;
}
.modal .story-cover p {
    font-family: "Nunito";
    font-size: 32px;
    font-weight: 800;
    line-height: 44.8px;
    letter-spacing: 0.02em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFF;
    margin: 0;
}
.modal .story-cover span {
    display: inline-block;
    font-family: "Nunito";
    font-size: 15px;
    font-weight: 700;
    line-height: 19.5px;
    letter-spacing: 0.02em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #F7B831;
    background: #1C0E38;
    padding: 6px 12px 6px 12px;
    border-radius: 4px;
}
.modal .story-cover button {
    display: block;
    margin: auto;
    margin-top: 30px;
    font-family: "Nunito";
    font-size: 20px;
    font-weight: 800;
    line-height: 56px;
    letter-spacing: 0.04em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #1C0E38;
    width: 358px;
    border-radius: 10px;
    cursor: pointer;
    border: none;
    background: #F7B831;
}

.story-page {
    width: 1000px;
    margin: 50px auto 50px auto;
}
.story-page .story-page-cover {
    width: 500px;
    height: 500px;
    background-color: #FFF;
    border-top-left-radius: 60px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 6px;
    float: left;
}
.story-page .story-page-separator {
    width: 20px;
    height: 500px;
    margin-left: -10px;
    margin-right: -10px;
    float: left;
    background: linear-gradient(270deg, rgba(56, 54, 49, 0.1) 0%, rgba(56, 54, 49, 0.6) 50%, rgba(56, 54, 49, 0.1) 100%);
}
.story-page .story-page-content {
    width: calc(500px - 60px);
    height: 500px;
    background-color: #FFF;
    border-top-right-radius: 60px;
    border-top-left-radius: 6px;
    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 6px;
    float: right;
    padding: 0 30px 0 30px;
    font-family: "Merriweather";
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    letter-spacing: 0.01em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    overflow: auto;
    display: flex;
    align-items: center;
}
.story-page .story-page-content div {
    overflow: auto;
    padding: 30px 10px 30px 0;
}
.story-page .pagination {
    margin-top: 5px;
}
.story-page .pagination button {
    font-family: "Nunito";
    font-size: 13px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.04em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFFB2;
    padding: 0 5px 0 5px;
    cursor: pointer;
    border: none;
    background-color: #FFFFFF1A;
    border-radius: 8px;
}
.story-page .pagination button:nth-child(2) {
    float: right;
}
.story-page .pagination button img {
    display: inline-block;
    height: 14px;
    margin-right: 5px;
    vertical-align: middle;
}
.story-page .pagination button:nth-child(2) img {
    margin: 0 0 0 5px;
}
.story-page .audio-box {
    width: 308px;
    height: 88px;
    margin: 50px auto 30px auto;
    border: 1px solid #FFFFFF33;
    border-radius: 20px;
}
.story-page .audio-box button {
    display: inline-block;
    cursor: pointer;
    border: none;
    background-color: Transparent;
    margin: 18px 20px 0 20px;
    height: 48px;
}
.story-page .audio-box button img {
    height: 48px;
}
.story-page .audio-box .track-back {
    float: right;
    width: calc(100% - 120px);
    margin: 40px 20px 0 0;
    height: 8px;
    background: #FFFFFF33;
    border-radius: 20px;
}
.story-page .audio-box .track-back .track-process {
    height: 8px;
    background: #F7B831;
    border-radius: 20px;
}

body.magic-write {
    background: linear-gradient(105.52deg, rgba(158, 70, 254, 0.3) 25.51%, rgba(230, 60, 254, 0.3) 68.99%), linear-gradient(0deg, #1C0E38, #1C0E38);
}
body.magic-write .header {
    background-color: Transparent;
}
div.magic-write .wizard-box {
    width: 720px;
    margin: 50px auto 50px auto;
    background: #1C0E38CC;
    border: solid 2px #D229E1;
    border-radius: 60px;
    text-align: center;
    padding: 30px 0 30px 0;
}
div.magic-write .wizard-box img.icon {
    height: 60px;
    margin-top: 30px;
}
div.magic-write .wizard-box h1 {
    font-family: "Nunito";
    font-size: 52px;
    font-weight: 900;
    line-height: 57.2px;
    letter-spacing: -0.02em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFF;
    margin-top: 15px;
    margin-bottom: 60px;
}
div.magic-write .wizard-box h1 span {
    color: #D229E1;
}
div.magic-write .wizard-box button {
    display: inline-block;
    font-family: Nunito;
    font-size: 20px;
    font-weight: 800;
    line-height: 56px;
    letter-spacing: 0.04em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFF;
    padding: 0 30px 0 30px;
    background-color: #9747FF;
    border-radius: 10px;
    cursor: pointer;
    border: none;
    height: 56px;
    min-width: 160px;
    vertical-align: middle;
    margin: 0 10px 0 10px;
}
div.magic-write .wizard-box button img {
    height: 32px;
    margin-top: 12px;
}
div.magic-write .wizard-box h2 {
    font-family: "Nunito";
    font-size: 32px;
    font-weight: 800;
    line-height: 44.8px;
    letter-spacing: 0.02em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFF;
}
div.magic-write .wizard-box img.pagination {
    height: 20px;
    margin-bottom: 30px;
}
div.magic-write .wizard-box label {
    font-family: "Nunito";
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFFCC;
}
div.magic-write .wizard-box input {
    display: block;
    margin: 15px auto 60px auto;
    height: 54px;
    width: 320px;
    border-radius: 8px;
    padding: 0 16px 0 16px;
    border: 1px solid #FFFFFF33;
    color: #FFF;
    text-align: center;
    font-family: "Figtree";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    background-color: Transparent;
}
div.magic-write .wizard-box input:focus {
    outline: none;
}
div.magic-write .wizard-box p {
    font-family: "Nunito";
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.02em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFF;
}
div.magic-write .wizard-box .cta {
    margin: 30px 0 60px 0;
}
div.magic-write .wizard-box .cta img {
    height: 52px;
    display: inline-block;
    margin: 0 10px 0 10px;
}
div.magic-write .generating {
    text-align: center;
}
div.magic-write .generating img {
    height: 340px;
}
div.magic-write .generating h1 {
    font-family: "Nunito";
    font-size: 40px;
    font-weight: 800;
    line-height: 56px;
    letter-spacing: 0.02em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #D229E1;
}
body.magic-write .logo a.btn-home {
    display: block;
    background-color: #B073FF33;
    border-radius: 20px;
    font-family: "Nunito";
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1%;
    color: #FFFFFFB2;
    line-height: 36px;
    text-decoration: none;
    padding: 0 12px 0 12px;
    margin-top: 12px;
}
body.magic-write .logo a.btn-home img {
    width: 12px;
    height: 12px;
    margin-top: 0;
    display: inline-block;
    vertical-align: baseline;
    margin-right: 6px;
}

div.download-modal {
    width: 660px;
    padding: 30px;
    margin: auto;
    border: solid 2px #9E61EE;
    color: #FFF;
    border-radius: 60px;
    text-align: center;
    background-color: #1C0E38CC;
    margin-top: 5%;
}
div.download-modal img.download-modal {
    height: 32px;
}
div.download-modal h3 {
    font-family: "Nunito";
    font-weight: 800;
    font-size: 32px;
    line-height: 44.8px;
    letter-spacing: 2%;
    text-align: center;
}
div.download-modal p {
    font-family: "Nunito";
    font-weight: 600;
    font-size: 18px;
    line-height: 25.2px;
    letter-spacing: 2%;
    text-align: center;    
}
div.download-modal a {
    display: inline-block;
    font-family: "Nunito";
    font-size: 20px;
    font-weight: 800;
    line-height: 56px;
    letter-spacing: 0.04em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFF;
    background: #9747FF;
    padding: 0 15px 0 15px;
    text-decoration: none;
    border-radius: 10px;
    margin: auto;
    margin-top: 30px;
}
div.download-modal a img {
    height: 24px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

@media only screen and (max-width: 768px) {
    .hide-mobile {
        display: none;
    }
    .hide-desktop {
        display: block;
    }
    html, body {
        overflow-x: hidden;
    }
    .container {
        width: 90%;
        margin: auto;
    }
    .header {
        height: 68px;
    }
    .header .logo img {
        margin-top: 25px;
        height: 18px;
    }
    .header .language {
        margin-top: 20px;
        height: 28px;
        line-height: 28px;
    }
    .section-hero {
        padding-bottom: 200px;
    }
    .section-hero h1 {
        font-size: 40px;
        line-height: 44px;
    }
    .section-hero p {
        width: 100%;
        font-size: 14px;
        line-height: 20px;
    }
    .section-hero .cta {
        margin-top: 40px;
    }
    .section-hero .cta p {
        display: none;
    }
    .section-hero .cta img {
        height: 48px;
        margin: 0;
    }
    .section-library h3 {
        font-size: 16px;
        line-height: 22px;
    }
    .section-library h1 {
        font-size: 48px;
        line-height: 52px;
    }
    .section-library p {
        width: 100%;
        font-size: 14px;
        line-height: 20px;
    }
    .section-favorites {
        padding-bottom: 30px;
    }
    .section-favorites h2 {
        font-size: 20px;
        line-height: 28px;
    }
    .section-favorites ul li {
        width: calc(50% - 4px);
    }
    .section-favorites ul li p {
        font-size: 15px;
        line-height: 20px;
    }
    .section-favorites ul li span {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 20px;
    }
    .section-left, .section-right {
        float: none;
        width: 100%;
        padding: 0 !important;
    }
    .section-left img, .section-right img {
        width: 100%;
        height: auto;
        margin: 10px 0 10px 0;
    }
    .section-remiks h2, .section-magicwrite h2 {
        text-align: center;
        font-size: 16px;
        line-height: 22px;
    }
    .section-remiks h1, .section-magicwrite h1 {
        text-align: center;
        font-size: 48px;
        line-height: 52px;
    }
    .section-remiks p, .section-magicwrite p {
        text-align: center;
        font-size: 14px;
        line-height: 20px;
        width: 100%;
    }
    .section-try h1 {
        font-size: 20px;
        line-height: 24px;
    }
    .section-try a {
        font-size: 15px;
        line-height: 42px;
    }
    .section-subfooter {
        padding-top: 30px;
    }
    .section-subfooter ul li {
        width: calc(100% - 32px);
        float: none;
        margin-bottom: 10px;
        height: auto;
    }
    .section-subfooter ul li p {
        font-size: 15px;
        line-height: 20px;
    }
    .section-subfooter .cta p {
        font-size: 24px;
        line-height: 33px;
        margin-top: 30px;
    }
    .section-subfooter .cta img {
        height: 48px;
        margin: 0;
    }
    .section-subfooter img.subfooter {
        width: 100%;
        margin-top: 15px;
    }
    .footer {
        text-align: center;
        padding-bottom: 15px;
    }
    .footer .footer-top {
        margin-bottom: 20px;
    }
    .footer .footer-left, .footer .footer-right {
        width: 100%;
        float: none;
    }
    .footer .footer-link {
        width: 100%;
    }
    .footer img.footer-logo {
        height: 118px;
        margin: auto;
        margin-bottom: 20px;
    }
    .footer .footer-social, .footer .footer-download {
        width: 100%;
        float: none;
    }
    .footer .footer-social p {
        font-size: 13px;
        line-height: 18px;
    }
    .footer .footer-download p {
        font-size: 13px;
        line-height: 18px;
        margin-top: 15px;
    }
    .footer .footer-contact p {
        font-size: 13px;
        line-height: 18px;
        margin-top: 30px;
    }
    .footer img.divider {
        object-fit: cover;
        height: 16px;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .footer .bottom-footer {
        text-align: center;
    }
    .footer .bottom-footer .footer-left, .footer .bottom-footer .footer-right {
        float: none;
        width: 100%;
    }
    .footer .bottom-footer .footer-left p {
        text-align: center;
    }
    .footer .bottom-footer .footer-right p {
        color: #FFFFFF80;
        text-align: center;
        margin-top: 20px;
    }
    .modal .story-cover {
        text-align: center;
        padding: 50px 0 50px 0;
    }
    .modal .story-cover img {
        width: 200px;
        border-radius: 30px;
        margin: 25px auto 25px auto;
    }
    .modal .story-cover p {
        font-family: "Nunito";
        font-size: 24px;
        font-weight: 800;
        line-height: 28.8px;
        letter-spacing: 0.02em;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #FFF;
        margin: 0 0 15px 0;
    }
    .modal .story-cover span {
        display: inline-block;
        font-family: "Nunito";
        font-size: 14px;
        font-weight: 700;
        line-height: 18px;
        letter-spacing: 0.02em;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #F7B831;
        background: #1C0E38;
        padding: 6px 12px 6px 12px;
        border-radius: 4px;
    }
    .modal .story-cover button {
        display: block;
        margin: auto;
        margin-top: 30px;
        font-family: "Nunito";
        font-size: 16px;
        font-weight: 800;
        line-height: 48px;
        letter-spacing: 0.04em;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #1C0E38;
        width: 140px;
        border-radius: 10px;
        cursor: pointer;
        border: none;
        background: #F7B831;
    }
    .story-page {
        width: calc(100% - 30px);
        margin: 25px auto 25px auto;
    }
    .story-page .story-page-cover {
        width: 100%;
        height: auto;
        background-color: #FFF;
        border-top-left-radius: 60px;
        border-top-right-radius: 60px;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        float: none;
    }
    .story-page .story-page-separator {
        display: none;
    }
    .story-page .story-page-content {
        width: calc(100% - 60px);
        height: auto;
        background-color: #FFF;
        border-top-right-radius: 6px;
        border-top-left-radius: 6px;
        border-bottom-right-radius: 60px;
        border-bottom-left-radius: 60px;
        float: none;
        padding: 0 30px 0 30px;
        font-family: "Merriweather";
        font-size: 16px;
        font-weight: 400;
        line-height: 25.6px;
        letter-spacing: 0.01em;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }
    .story-page .story-page-content div {

    }
    .story-page .pagination {
        margin-top: 5px;
    }
    .story-page .pagination button {
        font-family: "Nunito";
        font-size: 13px;
        font-weight: 600;
        line-height: 28px;
        letter-spacing: 0.04em;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #FFFFFFB2;
        padding: 0 5px 0 5px;
        cursor: pointer;
        border: none;
        background-color: #FFFFFF1A;
        border-radius: 8px;
    }
    .story-page .pagination button:nth-child(2) {
        float: right;
    }
    .story-page .pagination button img {
        display: inline-block;
        height: 14px;
        margin-right: 5px;
        vertical-align: middle;
    }
    .story-page .pagination button:nth-child(2) img {
        margin: 0 0 0 5px;
    }
    .story-page .audio-box {
        width: 308px;
        height: 88px;
        margin: 50px auto 30px auto;
        border: 1px solid #FFFFFF33;
        border-radius: 20px;
    }
    .story-page .audio-box button {
        display: inline-block;
        cursor: pointer;
        border: none;
        background-color: Transparent;
        margin: 18px 20px 0 20px;
        height: 48px;
    }
    .story-page .audio-box button img {
        height: 48px;
    }
    .story-page .audio-box .track-back {
        float: right;
        width: calc(100% - 120px);
        margin: 40px 20px 0 0;
        height: 8px;
        background: #FFFFFF33;
        border-radius: 20px;
    }
    .story-page .audio-box .track-back .track-process {
        height: 8px;
        background: #F7B831;
        border-radius: 20px;
    }
    div.magic-write .wizard-box {
        width: calc(100% - 30px);
    }
    div.magic-write .wizard-box h1 {
        font-size: 32px;
        line-height: 35px;
    }
    div.magic-write .wizard-box button {
        font-size: 16px;
        line-height: 48px;
        height: 48px;
        min-width: 120px;
    }
    div.magic-write .wizard-box button img {
        height: 24px;
        margin-top: 12px;
    }
    div.magic-write .wizard-box input {
        width: calc(100% - 90px);
    }
    div.download-modal {
        width: calc(100% - 90px);
    }
}