﻿html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
}

body {
    margin: 0;
    font-size: 16px;
    line-height: 1;
}

h1, h2, h3, h4, p, ul, button {
    margin: 0;
    padding: 0;
}

li {
    display: block;
}

h1, h2, h3, h4, p {
    font-size: inherit;
}

a, button {
    color: inherit;
}

button {
    overflow: visible;
    border: 0;
    font: inherit;
    letter-spacing: inherit;
    background: none;
    cursor: pointer;
    -webkit-font-smoothing: inherit;
}

    button:focus {
        outline: 0;
    }

::-moz-focus-inner {
    padding: 0;
    border: 0;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    overflow-x: hidden;
}

h1 {
    font-size: 45px;
    line-height: 65px;
    font-weight: normal;
    color: #3d4853;
}

h2 {
    font-size: 35px;
    line-height: 44px;
    font-weight: normal;
    color: #3d4853;
}

h3 {
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    color: #3d4853;
}

p {
    color: #5a6b7b;
    line-height: 1.4rem;
}

li {
    padding-right: 40px;
    color: #5a6b7b;
}

a {
    color: #5a6b7b;
}

    a:link {
        text-decoration: none;
    }

    a:hover {
        color: #03a9f4;
    }

.features_row_box:hover {
    text-decoration: none !important;
}

.margin-bottom-5 {
    margin-bottom: 5rem;
}

.margin-bottom-3 {
    margin-bottom: 3rem;
}

button {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.65);
}

.footer {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #fafafa;
}

    .footer li a:hover {
        color: #03a9f4;
    }

.footer_site_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
    width: 70%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer_site_links-left_items {
    width: 28%;
}

.footer_site_links-left_items_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer_site_links-left_items_box_logo {
    margin-bottom: 5px;
}

.footer_site_links-right_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 68%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer_site_links-right_items_boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 48%;
}

.footer_site_links-right_items_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 48%;
}

    .footer_site_links-right_items_box li a {
        padding-right: 0px;
        line-height: 34px;
    }

.footer_site_links-right_items_box_title {
    font-size: 0.6rem;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: #3d4853;
}

.footer_rights_and_terms {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    width: 70%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .footer_rights_and_terms p {
        font-size: 14px;
        color: #7f9cad;
    }

@media only screen and (max-width: 1750px) {
    .sign_up_separator {
        max-width: none;
        width: 70%;
    }

    .footer_site_links {
        max-width: none;
        width: 70%;
    }
}

@media only screen and (max-width: 1500px) {
    .sign_up_separator {
        max-width: none;
        width: 85%;
    }

    .footer_site_links {
        max-width: none;
        width: 85%;
    }

    .footer_rights_and_terms {
        max-width: none;
        width: 85%;
    }
}

@media only screen and (max-width: 1200px) {
    .footer_site_links {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer_site_links-left_items {
        display: none;
    }

    .footer_site_links-right_items {
        width: 100%;
    }

    .footer_site_links-right_items_box li a {
        line-height: 34px;
    }

    .footer_site_links-right_items_box_title {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 833px) {
    .footer {
        padding-bottom: 25px;
    }

    .footer_site_links-right_items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer_site_links-right_items_box_title {
        font-size: 0.8rem;
    }

    .footer_site_links-right_items_boxes {
        width: 100%;
    }

    .footer_site_links-right_items_boxes_margin_bottom {
        margin-bottom: 25px;
    }

    .footer_rights_and_terms {
        margin-top: 25px;
    }

    .footer_rights {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media only screen and (max-width: 422px) {
    .footer {
        padding-top: 3rem;
        font-size: 14px;
    }

    .footer_site_links-right_items_box li a {
        font-size: 14px;
        line-height: 2rem;
    }

    .footer_site_links-left_items_box {
        display: none;
    }

    .footer_rights {
        font-size: 10px;
    }
}

.header_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    margin-top: 25px;
    margin-bottom: 0;
    width: 70%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header_row_item_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header_row_item_right-signin_btn {
    border-radius: 5px;
    background: #ffffff;
    /* width: 105px; */
    height: 40px;
    padding: 4px 2rem;
    border: solid 1.5px #00bdf6;
    color: #00bdf6;
}

    .header_row_item_right-signin_btn:hover {
        background: #f7f8fa;
    }

.header_row_item_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .header_row_item_left li {
        position: relative;
    }

        .header_row_item_left li ul {
            visibility: hidden;
            opacity: 0;
            min-width: 22rem;
            position: absolute;
            transition: all 0.5s ease;
            left: 0;
            display: none;
        }

            .header_row_item_left li:hover > ul, .header_row_item_left li:focus-within > ul, .header_row_item_left li ul:hover, .header_row_item_left li ul:focus {
                visibility: visible;
                opacity: 1;
                display: block;
                background: #fff;
                padding-top: 2rem;
                box-sizing: content-box;
                margin-top: 1rem;
            }

    .header_row_item_left .dropdown > a {
        padding-bottom: 1rem;
    }

    .header_row_item_left .dropdown {
        padding-bottom: 1rem;
        margin-top: 0.9rem;
    }

        .header_row_item_left .dropdown a span {
            display: block;
            text-transform: uppercase;
            line-height: 1.4rem;
        }

        .header_row_item_left .dropdown .arrow-down {
            font-size: 12px;
            display: inline-block;
            color: #878787;
            position: absolute;
            top: -2px;
            margin-left: 3px;
        }

        .header_row_item_left .dropdown a small {
            display: inline-block;
            padding-top: 0.5rem;
            line-height: 1.2rem;
        }

turn-off {
    content: '▼';
    font-size: 12px;
    padding-left: 0.5rem;
    display: inline-block;
    position: absolute;
    top: 2px;
    color: #878787;
}

.header_row_item_left li ul li {
    clear: both;
    width: 100%;
    padding-bottom: 1rem;
    padding-left: 2rem;
}

.mobile-header {
    display: none;
}

.mobile-header-open {
    display: none;
}

.mobile-header-close {
    display: none;
}

@media only screen and (max-width: 1750px) {
    .header_row {
        max-width: none;
        width: 77%;
    }
}

@media only screen and (max-width: 1500px) {
    .header_row {
        max-width: none;
        width: 90%;
    }
}

@media only screen and (max-width: 1300px) {
    .header_row {
        max-width: none;
        width: 95%;
    }

    .header_row_item_left li:first-child img {
        max-width: 130px;
        min-width: 130px;
    }
}

@media only screen and (max-width: 1010px) {
    .header {
        background-color: #edfaff;
    }

    .header_row {
        position: relative;
        z-index: 1;
        left: 0%;
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%);
        margin-top: 0;
        padding: 1.5rem;
        width: 200px;
    }

    .header_row_item-mobile {
        padding-bottom: 10px;
    }

    .header_row_item_left li:not(:first-child) {
        display: none;
    }

    .header_row_item_right {
        display: none;
    }

    .header_row_item_left img {
        margin-left: 32px;
    }

    .header_row_item_left li:first-child img {
        margin-left: 32px;
        max-width: 130px;
        min-width: 130px;
    }

    a.mobile-header-open {
        display: block;
        z-index: 1;
        position: relative;
        margin-top: 1.5rem;
        /*right: 0;
        margin-top: -30px;
        margin-right: 15px;
        margin-left: auto;*/
        width: 30px;
    }
}

.start {
    background: -webkit-gradient( linear, left top, left bottom, from(#edfaff), to(#bbe8fc) );
    background: linear-gradient(#edfaff, #bbe8fc);
    background: #f7f8fa;
}

.content_layout_2 {
    display: flex;
}

.main_content {
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    max-width: 60%;
    text-align: center;
}

.main_content_layout_2 {
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    max-width: 45%;
}

.hero_img_layout_2 {
    display: flex;
    align-items: flex-end;
    margin-left: 8rem;
    /* max-width: 51%; */
}

.main_content_header {
    padding-top: 150px;
    padding-bottom: 27px;
}

.main_content_header_layout_2 {
    padding-top: 150px;
    padding-bottom: 27px;
    text-align: left;
    max-width: 650px;
    font-size: 1.8rem;
    line-height: 2.2rem;
}

.main_content_text_about {
    margin-right: auto;
    margin-left: auto;
    max-width: 640px;
    font-size: 1.4rem;
    line-height: 2rem;
}

.main_content_text_about_layout_2 {
    max-width: 640px;
    font-size: 1.13rem;
    line-height: 1.8rem;
    text-align: left;
}

@media only screen and (max-width: 1100px) {
    .content_layout_2 {
        display: block;
    }

    .main_content_layout_2 {
        margin: 1rem;
        max-width: 100%;
    }

    .main_content_header_layout_2 {
        max-width: 100%;
        padding-top: 6rem;
    }

    .hero_img_layout_2 {
        margin: 1rem
    }

    .main_content_layout_2 a {
        width: 100%;
        text-align: center;
        display: inline-block;
        margin-top: 2rem;
    }

    li {
        padding-right: 25px;
    }
}

.main_button {
    padding-top: 5px;
    margin-top: 35px;
    margin-bottom: 2%;
    border-radius: 5px;
    background: #673ab7;
    width: 285px;
    height: 56px;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 4px solid #392065;
}

    .main_button:hover {
        background: #512d8f;
        border-bottom: 4px solid #673ab7;
    }

#about_monitask .about_monitask a {
    font-size: 1.4rem;
}

.features {
    position: relative;
    margin-top: 100px;
    margin-bottom: 50px;
    background: #fff;
}

.features_content {
    margin-right: auto;
    margin-left: auto;
    max-width: 1100px;
}

.features_header {
    padding-top: 0px;
    padding-bottom: 50px;
    text-align: center;
}

.features_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    text-align: left;
}

.features_row_box {
    border: 3px solid #f7ebff;
    border-radius: 5px;
    margin-bottom: 75px;
    max-width: 450px;
    height: 420px;
}

.features_row_box_content {
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
}

.features_row_box_header {
    padding-top: 50px;
    padding-bottom: 25px;
    font-weight: bold;
}

.features_row_box_text_about {
    padding-bottom: 25px;
}

.section_header {
    padding-bottom: 1rem;
    text-align: center;
}

.sign_up {
    padding-top: 140px;
    padding-bottom: 140px;
}

.sign_up_content {
    margin-right: auto;
    margin-left: auto;
    max-width: 1100px;
    text-align: center;
}

.sign_up_header {
    margin-bottom: 25px;
}

.sign_up_separator {
    height: 0px;
    border-top: 1px solid #dee9f1;
    border-bottom: 1px solid #ffffff;
    margin: 0 auto;
    max-width: 1340px;
}

.sign_up_separator-wrapper {
    background-color: #fafafa;
}

@media only screen and (max-width: 1566px) {
    .main_content {
        max-width: 90%;
    }
}

@media only screen and (max-width:1350px) {
    .apps {
        right: 0%;
    }
}

@media only screen and (max-width: 1100px) {
    .features {
        margin-top: 25px;
        margin-bottom: 25px;
        padding-top: 0px;
    }

    .features_header {
        margin-bottom: 30px;
        padding-top: 30px;
        padding-bottom: 0px;
        font-size: 24px;
        line-height: 28px;
    }

    .features_row_box {
        margin-right: auto;
        margin-bottom: 30px;
        margin-left: auto;
        max-width: 400px;
        max-height: 350px;
    }

    .features_row_box_header {
        padding-top: 0px;
        padding-bottom: 15px;
        font-size: 12px;
        line-height: 21px;
        font-size: 14px;
    }

    .features_row_box_text_about {
        padding-bottom: 15px;
        font-size: 12px;
        line-height: 21px;
    }
}

@media only screen and (max-width: 1010px) {
    .start {
        margin-top: -50px;
        padding-top: 10px;
        position: relative;
    }

    .main_content {
        text-align: center;
        max-width: 65%;
        margin-bottom: 1.33333rem;
    }

    .main_content_text_about {
        margin-right: auto;
        margin-left: auto;
        font-size: 16px;
        line-height: 26px;
    }

    .main_content_header {
        margin-top: 80px;
        margin-right: auto;
        margin-bottom: 20px;
        margin-left: auto;
        padding-top: 0px;
        padding-bottom: 0px;
        font-size: 26px;
        line-height: 38px;
    }

    .main_button {
        margin-top: 25px;
        max-height: 45px;
    }

    .features_row_box {
        max-width: 360px;
        /*max-height: 290px;*/
    }
}

@media only screen and (max-width: 800px) {
    .main_content {
        max-width: 80%;
    }

    .main_content_text_about {
        max-width: 550px;
    }

    .features_row_box {
        max-width: 310px;
        /*max-height: 240px;*/
    }

    .features_row_box_content {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        margin-top: 30px;
        margin-right: 20px;
        margin-bottom: 30px;
        margin-left: 23px;
    }

    .section_header {
        margin-bottom: 28px;
        padding-bottom: 0px;
        font-size: 24px;
        line-height: 29px;
    }
}

@media only screen and (max-width: 650px) {
    .main_content {
        text-align: center;
    }

    .main_content_text_about {
        margin-right: auto;
        margin-left: auto;
        max-width: 500px;
        font-size: 16px;
        line-height: 1.5;
    }

    .main_content_header {
        margin-top: 80px;
        margin-right: auto;
        margin-bottom: 20px;
        margin-left: auto;
        padding-bottom: 0px;
        max-width: 520px;
        font-size: 26px;
        line-height: 1.6;
    }

    .main_button {
        margin-top: 20px;
        max-width: 18rem;
        /*max-height: 35px;*/
        font-size: 1rem;
    }

    .section_header {
        padding-bottom: 0px;
        margin-bottom: 28px;
        font-size: 24px;
        line-height: 29px;
    }

    .sign_up {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .sign_up_header {
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
        font-size: 24px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 490px) {
    .sign_up_header {
        font-size: 18px;
        line-height: 20px;
    }

    .main_content {
        max-width: 90%;
    }
}

.about_text {
    margin-bottom: 25px;
}

@media only screen and (max-width: 550px) {
    .about_text {
        font-size: 12px;
        line-height: 15px;
    }
}

.img-shadow {
    border-radius: 3px;
    -webkit-box-shadow: 0 0 10px rgba(244, 182, 254, 0.5);
    box-shadow: 0 0 10px rgba(244, 182, 254, 0.5);
}

.content .img-shadow:hover {
    -webkit-box-shadow: 0 0 18px rgba(244, 182, 254, 0.5);
    box-shadow: 0 0 18px rgba(244, 182, 254, 0.5);
}

.content section {
    max-width: 52rem;
    margin: 4rem auto 2rem;
    padding-right: 1rem;
    padding-left: 1rem;
    line-height: 1.5;
}

.love_monitask {
    border: 3px solid #f7ebff;
    background: white;
    margin-bottom: 5rem !important;
    margin-top: 0 !important;
    padding: 0rem 5rem 4rem !important;
    border-radius: 8px;
}

    .love_monitask p {
        font-size: 1.2rem;
        line-height: 2rem;
    }

/* FAQ new */

.faq {
    display: inline-block;
}

    .faq .faq_nav {
        position: sticky;
        top: 0%;
        padding: 1rem;
    }

        .faq .faq_nav ul {
            margin-top: 2rem;
        }

            .faq .faq_nav ul li {
                padding-bottom: 20px;
            }

                .faq .faq_nav ul li a {
                    margin-bottom: 8px;
                    color: #2e3b47;
                    font-size: 18px;
                    line-height: 20px;
                    text-decoration: none;
                }

    .faq .faq-content .content-section .content-section-title {
        padding-bottom: 3rem;
        padding-top: 6rem;
        margin: 0px;
    }

    .faq .faq-content .content-section .content-section-block .content-section-block-header {
        font-size: 1.9rem;
    }

    .faq .faq-content .content-section .content-section-block ul {
        padding-left: 2rem;
    }

        .faq .faq-content .content-section .content-section-block ul li {
            display: list-item;
        }

    .faq .faq-content .content-section .content-section-block .content-section-block-body .image img {
        display: inline-block;
    }

@media (max-width: 992px) {
    .faq .faq_nav {
        display: none;
    }

    .faq .faq-content .content-section .content-section-title {
        font-size: 2rem;
    }
}
/* FAQ new */

.link, p a {
    color: #03a9f4;
}

.content a:hover {
    text-decoration: underline;
}

.content h2 {
    font-size: 1.8rem;
}

.content h3 {
    font-size: 1rem;
}

.content h4 {
    font-size: 1.3rem;
    font-weight: 400;
}

.content h2 {
    margin-top: 2rem;
    margin-bottom: 0;
    color: #333;
    line-height: 2rem;
}

.content h3, .content h4 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #444;
    line-height: 1.6rem;
}

.content p {
    color: #2a2f33;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.content .margin-bottom-5 {
    margin-bottom: 5rem;
}

.content .margin-bottom-3 {
    margin-bottom: 3rem;
}

.gray-bg {
    /*max-width: 100%;*/
    margin-top: 2rem;
    background-color: #f7f8fa;
    padding: 1rem;
    border-radius: 5px;
}

.content .gray-bg div {
    margin-top: 2rem;
}

.content .gray-bg h2 {
    margin-top: 0;
}

.content .gray-bg h3 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    font-weight: bold;
}

.content .gray-bg p {
    margin-top: 0;
}

.step {
    position: absolute;
    margin-left: -3.7rem;
    font-size: small;
    color: #c09cff;
}

    .step b {
        display: block;
        text-align: center;
        font-size: 1.5rem;
    }

@media only screen and (max-width: 850px) {
    .content h2 {
        font-size: 1.6rem;
        margin-bottom: 1rem;
    }

    .content h3 {
        font-size: 1.2rem;
        font-weight: bold;
    }

    .content h4 {
        font-size: 1.3rem;
        font-weight: bold;
        margin-bottom: 0.5rem;
    }

    .content p {
        /*width: 95%;*/
        font-size: 1rem;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        line-height: 1.6rem;
    }

    .content section {
        margin-top: 1rem;
    }

    .content a {
        font-size: 1rem;
    }
}

.header_row {
    z-index: 999;
}

.shadow-less {
    text-shadow: none;
}

@media only screen and (max-width: 1010px) {
    .header {
        background-color: #faf7ff;
    }

    .header-other_pages {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .header_row {
        position: relative;
        z-index: 1;
        left: 0%;
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%);
        margin-top: 0;
        padding-top: 1.5rem;
        width: 250px;
    }

    .header_row_item-mobile {
        padding-bottom: 10px;
    }

    .language li {
        display: block !important;
    }

    .header_row_item_left li:not(:first-child) {
        display: none;
    }

    .header_row_item_right {
        display: none;
    }

    .header_row_item_left img {
        margin-left: 32px;
    }

    a.mobile-header-open {
        display: block;
        z-index: 1;
        position: relative;
        right: 0;
        margin-top: 2rem;
        /*margin-right: 15px;
        margin-left: auto;*/
        margin-right: 1rem;
        width: 30px;
    }

        a.mobile-header-open.hide {
            display: none;
        }

    a.mobile-header-close.show {
        display: block;
        position: relative;
        margin-top: 1.5rem;
        /*right: 0;
    margin-top: -30px;
    margin-right: 15px;
    margin-left: auto;*/
        margin-right: 1rem;
        width: 30px;
    }

    a.mobile-header-close.hide {
        display: none;
    }

    .mobile-header.show {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .mobile-header.show li {
            margin-top: 28px;
            padding-right: 0px;
        }
}

.marked-list {
    line-height: 1.8rem;
    margin-left: 3rem;
}

@media (max-width: 680px) {
    .marked-list {
        margin-left: 1rem;
    }
}

.marked-list li {
    color: #333;
    margin-top: 1rem;
}

    .marked-list li:before {
        content: '';
        width: 0.8rem;
        height: 0.8rem;
        background: #c1d6d9;
        display: inline-block;
        position: absolute;
        margin-left: -2rem;
        margin-top: 0.4rem;
        border-radius: 50%;
    }

.marked-list b {
    color: #333;
}

.heart_text {
    color: #FF5722;
}

.heart_box {
    position: absolute;
    background: #FF5722;
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    left: calc(50% - 2.5rem);
    top: -2.2rem;
}

.heart {
    width: 30px;
    height: 25px;
    position: relative;
}

    .heart::before, .heart::after {
        background-color: #fff;
        border-radius: 50px 50px 0 0;
        content: "";
        height: 25px;
        left: 15px;
        position: absolute;
        transform: rotate(-45deg);
        transform-origin: 0 100%;
        width: 15px;
    }

    .heart::after {
        left: 0;
        transform: rotate(45deg);
        transform-origin: 100% 100%;
    }

.button_wrapper {
    display: flex;
    justify-content: center;
    margin-top: 4rem;
}

.download_button {
    background: #383838;
    color: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    border-bottom: 4px solid #0f0f0f;
}

    .download_button > span {
        text-align: left;
        padding: 1rem 2rem;
    }

    .download_button span {
        display: block;
    }

.download_os {
    font-size: 1.4rem;
    font-weight: 600;
    margin-top: 0.2rem;
}

.download_button_divider_right {
    border-right: 1px solid #282828;
    box-sizing: border-box;
}

.download_button_divider_left {
    border-left: 1px solid #5f5f5f;
}
