







body {
    font-family: inherit;
    font-size: 14px;
    font-weight: 400
}

* {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0
}

.site-header {
    background-color: #fff;
    box-shadow: 0 4px 5px 0 #00000024, 0 1px 10px 0 #0000001f, 0 2px 4px -1px #0003;
    left: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 9
}

.site-header .desktop-header-bar {
    align-items: center;
    display: flex;
    height: 64px;
    justify-content: space-between;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%
}

.site-header .desktop-header-bar>div {
    align-items: center;
    display: flex;
    height: 100%
}

.site-header .desktop-header-bar .header-brand-area .store-logo {
    cursor: pointer;
    height: 40px;
    width: 40px
}

.site-header .desktop-header-bar .header-brand-area .store-title {
    color: #5f6368;
    cursor: pointer;
    font-family: Google Sans, Roboto, Arial, sans-serif;
    font-size: 22px;
    padding-left: 8px
}

.site-header .desktop-header-bar .header-brand-area .desktop-category-nav {
    align-items: center;
    display: none;
    height: 100%;
    padding-left: 14px
}

.site-header .desktop-header-bar .header-brand-area .desktop-category-nav .desktop-category-item {
    align-items: center;
    color: #5f6368;
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: center;
    position: relative;
    width: 60px
}

.site-header .desktop-header-bar .header-brand-area .desktop-category-nav .desktop-category-item .active-nav-indicator {
    background-color: #01875f;
    border-radius: 3px;
    bottom: 0;
    height: 3px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 20px
}

.site-header .desktop-header-bar .header-actions .header-action {
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: 48px;
    justify-content: center;
    width: 48px
}

.site-header .desktop-header-bar .header-actions .header-action:hover {
    background-color: #f5f5f5
}

.site-header .desktop-header-bar .header-actions .header-action .header-action-icon {
    height: 20px;
    width: 20px
}

.site-header .desktop-header-bar .header-actions .header-action .store-logo {
    height: 32px;
    width: 32px
}

.site-header .mobile-category-nav {
    align-items: center;
    display: none;
    height: 48px;
    justify-content: center;
    width: 100%
}

.site-header .mobile-category-nav .mobile-category-item {
    align-items: center;
    color: #5f6368;
    cursor: pointer;
    display: flex;
    flex: 1 1;
    justify-content: center;
    max-width: 112px
}

@media only screen and (min-width:660px) {
    .site-header .desktop-header-bar .header-brand-area .desktop-category-nav {
        display: none
    }

    .site-header .mobile-category-nav {
        display: flex
    }
}

@media only screen and (min-width:840px) {
    .site-header .desktop-header-bar .header-brand-area .desktop-category-nav {
        display: flex
    }

    .site-header .mobile-category-nav {
        display: none
    }
}

.app-hero {
    background-color: #202124;
    padding-bottom: 32px;
    position: relative
}

.app-hero .hero-content {
    margin: 0 auto;
    max-width: 1296px;
    position: relative;
    width: calc(100% - 96px)
}

.app-hero .hero-content .hero-spacer {
    height: calc(56.25vw - 40px);
    width: 100%
}

.app-hero .hero-content .app-summary {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 56.25vw;
    z-index: 2
}

.app-hero .hero-content .app-summary .app-identity {
    display: flex
}

.app-hero .hero-content .app-summary .app-identity .app-icon {
    border-radius: 20%;
    height: 72px;
    margin: 7px 24px 0 0;
    width: 144px
}

.app-hero .hero-content .app-summary .app-identity .app-identity-text .app-name {
    color: #e8eaed;
    font-size: 24px
}

.app-hero .hero-content .app-summary .app-identity .app-identity-text .developer-name {
    color: #00a173;
    font-size: 16px;
    margin-top: 2px
}

.app-hero .hero-content .app-summary .app-identity .app-identity-text .purchase-note {
    color: #9aa0a6;
    font-size: 12px
}

.app-hero .hero-content .app-summary .app-stats {
    align-items: center;
    display: flex;
    height: 64px;
    margin: 16px 0 0
}

.app-hero .hero-content .app-summary .app-stats .app-stat {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 96px;
    padding: 0 16px
}

.app-hero .hero-content .app-summary .app-stats .app-stat:first-child {
    padding-left: 0
}

.app-hero .hero-content .app-summary .app-stats .app-stat .app-stat-value {
    align-items: center;
    color: #e8eaed;
    display: flex;
    font-size: 14px;
    height: 24px
}

.app-hero .hero-content .app-summary .app-stats .app-stat .app-stat-value img {
    height: 12px;
    margin-left: 4px;
    width: 12px
}

.app-hero .hero-content .app-summary .app-stats .app-stat .app-stat-value .age-rating-icon {
    height: 16px;
    width: 22px
}

.app-hero .hero-content .app-summary .app-stats .app-stat .app-stat-label {
    align-items: center;
    color: #9aa0a6;
    display: flex;
    font-size: 12px
}

.app-hero .hero-content .app-summary .app-stats .app-stat .app-stat-label img {
    height: 12px;
    margin-left: 4px;
    width: 12px
}

.app-hero .hero-content .app-summary .app-stats .stats-app-icon {
    display: none
}

.app-hero .hero-content .app-summary .app-stats .stats-divider {
    background-color: #3c4043;
    flex-shrink: 0;
    height: 24px;
    width: 1px
}

.app-hero .hero-content .app-summary .app-actions {
    display: flex;
    flex-direction: column;
    margin-top: 24px
}

.app-hero .hero-content .app-summary .app-actions .install-button {
    align-items: center;
    background-color: #00a173;
    border-radius: 8px;
    color: #202124;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    height: 36px;
    justify-content: center;
    width: 100%
}

.app-hero .hero-content .app-summary .app-actions .secondary-actions {
    align-items: center;
    color: #00a173;
    display: flex;
    height: 48px;
    justify-content: center;
    margin-top: 6px;
    width: 100%
}

.app-hero .hero-content .app-summary .app-actions .secondary-actions .secondary-action {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding-left: 8px;
    padding-right: 8px
}

.app-hero .hero-content .app-summary .app-actions .secondary-actions .secondary-action img {
    height: 24px;
    margin-right: 8px;
    width: 24px
}

.app-hero .hero-content .app-summary .device-availability {
    align-items: center;
    color: #9aa0a6;
    display: flex;
    margin-top: 24px
}

.app-hero .hero-content .app-summary .device-availability img {
    height: 20px;
    margin-right: 12px;
    width: 20px
}

@media only screen and (min-width:600px) {
    .app-hero .hero-content .hero-spacer {
        height: 112px;
        width: 100%
    }

    .app-hero .hero-content .app-summary .app-identity .app-icon {
        height: 96px;
        width: auto
    }

    .app-hero .hero-content .app-summary .app-identity .app-identity-text .app-name {
        font-size: 44px
    }

    .app-hero .hero-content .app-summary .app-actions {
        align-items: center;
        flex-direction: row
    }

    .app-hero .hero-content .app-summary .app-actions .install-button {
        padding-left: 70px;
        padding-right: 70px;
        width: auto
    }

    .app-hero .hero-content .app-summary .app-actions .secondary-actions {
        margin-top: 0;
        width: auto
    }

    .app-hero .hero-content .app-summary .app-actions .secondary-actions .secondary-action {
        padding-left: 32px;
        padding-right: 0
    }

    .app-hero .hero-content .app-summary .app-actions .secondary-actions .secondary-action .secondary-action-label {
        display: none
    }
}

@media only screen and (min-width:960px) {
    .app-hero .hero-content .app-summary .app-identity .app-identity-text .developer-name {
        margin-top: 16px
    }

    .app-hero .hero-content .app-summary .app-identity .app-icon {
        display: none
    }

    .app-hero .hero-content .app-summary .app-stats .stats-app-icon {
        border-radius: 20%;
        display: block;
        height: 48px;
        margin-right: 16px;
        width: auto
    }
}

@media only screen and (min-width:1024px) {
    .app-hero .hero-media {
        height: 468px;
        width: 832px
    }

    .app-hero .hero-media #hero-media {
        width: 100%;
        z-index: 0
    }

    .app-hero .hero-content .hero-spacer {
        height: 112px;
        width: 100%
    }

    .app-hero .hero-content .app-summary {
        min-height: 436px
    }
}

@media only screen and (min-width:1280px) {
    .app-hero .hero-media {
        height: 532px;
        width: 947px
    }

    .app-hero .hero-content .hero-spacer {
        height: 112px;
        width: 100%
    }

    .app-hero .hero-content .app-summary {
        min-height: 500px
    }

    .app-hero .hero-content .app-summary .app-identity .app-identity-text .app-name {
        font-size: 64px
    }

    .app-hero .hero-content .app-summary .app-actions .secondary-actions .secondary-action .secondary-action-label {
        display: block
    }
}

@media only screen and (min-width:1296px) {
    .app-hero .hero-media {
        right: calc(50vw - 648px)
    }

    .app-hero .hero-media .hero-media-content .hero-media-mask {
        background: linear-gradient(90deg, #202124 0, #0000 56%), linear-gradient(0deg, #202124 0, #0000 56%), linear-gradient(270deg, #202124 0, #0000 56%)
    }
}

@media only screen and (min-width:1440px) {
    .app-hero .hero-media {
        height: 600px;
        width: 1067px
    }

    .app-hero .hero-content .hero-spacer {
        height: 112px;
        width: 100%
    }

    .app-hero .hero-content .app-summary {
        min-height: 568px
    }
}

.page-main {
    background-color: #fff;
    padding-bottom: 40px;
    padding-top: 40px;
    width: 100%
}

.page-main .section-title {
    color: #202124;
    display: flex;
    font-size: 18px;
    font-weight: 500
}

.page-main .section-title img {
    height: 20px;
    margin-left: 16px;
    margin-top: 2px;
    width: 20px
}

.page-main .content-layout {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 1296px;
    width: calc(100% - 48px)
}

.page-main .content-layout .primary-content {
    color: #5f6368;
    flex: 1 1;
    overflow: hidden
}

.page-main .content-layout .primary-content .screenshot-gallery {
    height: 320px;
    position: relative;
    width: 100%
}

.page-main .content-layout .primary-content .screenshot-gallery .screenshot-swiper {
    height: 100%;
    width: 100%
}

.page-main .content-layout .primary-content .screenshot-gallery .screenshot-swiper .screenshot-image {
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 #3c40434d, 0 1px 3px 1px #3c404326;
    cursor: pointer;
    height: 100%;
    min-width: 92px;
    object-fit: contain
}

.page-main .content-layout .primary-content .about-section {
    padding-top: 32px
}

.page-main .content-layout .primary-content .about-section .section-body {
    margin-top: 20px
}

.page-main .content-layout .primary-content .data-safety-section {
    margin-top: 24px
}

.page-main .content-layout .primary-content .data-safety-section .section-description {
    margin-top: 20px
}

.page-main .content-layout .primary-content .data-safety-section .safety-details {
    border: 1px solid #dadce0;
    border-radius: 8px;
    margin-top: 30px;
    padding: 20px;
    width: 100%
}

.page-main .content-layout .primary-content .data-safety-section .safety-details .safety-detail {
    color: #5f6368;
    display: flex;
    margin-bottom: 20px
}

.page-main .content-layout .primary-content .data-safety-section .safety-details .safety-detail img {
    height: 20px;
    margin-right: 20px;
    width: 20px
}

.page-main .content-layout .primary-content .data-safety-section .safety-details .safety-more-link {
    color: #01875f;
    cursor: pointer;
    font-weight: 500
}

.page-main .content-layout .primary-content .ratings-section {
    color: #5f6368;
    margin-top: 24px
}

.page-main .content-layout .primary-content .ratings-section .ratings-header {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.page-main .content-layout .primary-content .ratings-section .ratings-header .ratings-info {
    align-items: center;
    color: #5f6368;
    display: flex;
    font-size: 12px
}

.page-main .content-layout .primary-content .ratings-section .ratings-header .ratings-info img {
    height: 16px;
    margin-left: 8px;
    width: 16px
}

.page-main .content-layout .primary-content .ratings-section .device-tabs {
    align-items: center;
    display: flex;
    height: 32px;
    margin-top: 24px
}

.page-main .content-layout .primary-content .ratings-section .device-tabs .device-tab {
    align-items: center;
    background-color: #e1f1ed;
    border-radius: 16px;
    color: #056449;
    cursor: pointer;
    display: flex;
    font-weight: 500;
    height: 100%;
    justify-content: center;
    margin-right: 12px;
    padding: 0 16px
}

.page-main .content-layout .primary-content .ratings-section .device-tabs .device-tab img {
    height: 16px;
    margin-right: 8px;
    width: 16px
}

.page-main .content-layout .primary-content .ratings-section .device-tabs .device-tab-icon {
    align-items: center;
    background-color: initial;
    border: 1px solid #d5d7d8;
    border-radius: 16px;
    color: #5f6368;
    cursor: pointer;
    display: flex;
    font-weight: 500;
    height: 100%;
    justify-content: center;
    margin-right: 12px;
    padding: 0 16px
}

.page-main .content-layout .primary-content .ratings-section .device-tabs .device-tab-icon img {
    height: 16px;
    margin-right: 8px;
    width: 16px
}

.page-main .content-layout .primary-content .ratings-section .ratings-summary {
    display: flex;
    margin-top: 24px;
    width: 100%
}

.page-main .content-layout .primary-content .ratings-section .ratings-summary .ratings-score {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    justify-content: center
}

.page-main .content-layout .primary-content .ratings-section .ratings-summary .ratings-score .rating-number {
    color: #202124;
    font-size: 56px
}

.page-main .content-layout .primary-content .ratings-section .ratings-summary .ratings-score .rating-stars {
    display: flex;
    height: 20px
}

.page-main .content-layout .primary-content .ratings-section .ratings-summary .ratings-score .rating-stars img {
    height: 16px;
    width: 16px
}

.page-main .content-layout .primary-content .ratings-section .ratings-summary .rating-bars {
    flex: 1 1;
    padding-left: 24px
}

.page-main .content-layout .primary-content .ratings-section .ratings-summary .rating-bars .rating-bar-row {
    align-items: center;
    display: flex;
    margin-bottom: 2px;
    width: 100%
}

.page-main .content-layout .primary-content .ratings-section .ratings-summary .rating-bars .rating-bar-row .rating-bar-label {
    flex-shrink: 0;
    font-size: 12px;
    margin-right: 12px
}

.page-main .content-layout .primary-content .ratings-section .ratings-summary .rating-bars .rating-bar-row .rating-bar-track {
    background-color: #e8eaed;
    border-radius: 5px;
    flex: 1 1;
    height: 10px
}

.page-main .content-layout .primary-content .ratings-section .ratings-summary .rating-bars .rating-bar-row .rating-bar-track .rating-bar-fill {
    background-color: #01875f;
    border-radius: 5px;
    height: 100%;
    width: 90%
}

.page-main .content-layout .primary-content .ratings-section .reviews-list {
    margin-top: 40px
}

.page-main .content-layout .primary-content .ratings-section .reviews-list .review-card {
    margin-bottom: 40px
}

.page-main .content-layout .primary-content .ratings-section .reviews-list .review-card .review-author {
    align-items: center;
    display: flex;
    height: 32px
}

.page-main .content-layout .primary-content .ratings-section .reviews-list .review-card .review-author .review-avatar {
    border-radius: 50%;
    cursor: pointer;
    flex-shrink: 0;
    height: 32px;
    width: 32px
}

.page-main .content-layout .primary-content .ratings-section .reviews-list .review-card .review-author .review-author-name {
    color: #202124;
    flex: 1 1;
    padding-left: 16px;
    padding-right: 16px
}

.page-main .content-layout .primary-content .ratings-section .reviews-list .review-card .review-author .review-menu {
    cursor: pointer;
    height: 24px;
    width: 24px
}

.page-main .content-layout .primary-content .ratings-section .reviews-list .review-card .review-stars {
    align-items: center;
    display: flex;
    height: 20px;
    margin-top: 16px
}

.page-main .content-layout .primary-content .ratings-section .reviews-list .review-card .review-stars img {
    height: 12px;
    width: 12px
}

.page-main .content-layout .primary-content .ratings-section .reviews-list .review-card .review-stars div {
    font-size: 12px;
    padding-left: 8px
}

.page-main .content-layout .primary-content .ratings-section .reviews-list .review-card .review-text {
    margin-top: 8px
}

.page-main .content-layout .primary-content .ratings-section .reviews-list .review-card .review-feedback {
    font-size: 12px;
    margin-top: 16px
}

.page-main .content-layout .primary-content .ratings-section .reviews-list .review-card .review-helpfulness {
    align-items: center;
    display: flex;
    height: 24px;
    margin-top: 12px
}

.page-main .content-layout .primary-content .ratings-section .reviews-list .review-card .review-helpfulness .helpfulness-prompt {
    font-size: 12px;
    margin-right: 24px
}

.page-main .content-layout .primary-content .ratings-section .reviews-list .review-card .review-helpfulness .helpfulness-button {
    align-items: center;
    border: 1px solid #d5d7d8;
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    height: 24px;
    justify-content: center;
    margin-right: 12px;
    padding-left: 12px;
    padding-right: 12px
}

.page-main .content-layout .primary-content .ratings-section .reviews-list .more-reviews-link {
    color: #01875f;
    cursor: pointer;
    font-weight: 500
}

.page-main .content-layout .primary-content .whats-new-section {
    cursor: pointer;
    margin-top: 40px
}

.page-main .content-layout .primary-content .whats-new-section .whats-new-text {
    color: #5f6368;
    margin-top: 16px
}

.page-main .content-layout .sidebar {
    flex-shrink: 0;
    margin-top: 32px;
    width: 100%
}

.page-main .content-layout .sidebar .similar-app-list {
    grid-gap: 24px;
    display: grid;
    gap: 24px;
    grid-template-columns: auto auto;
    padding-top: 24px
}

.page-main .content-layout .sidebar .similar-app-card {
    align-items: center;
    cursor: pointer;
    display: flex;
    width: 100%
}

.page-main .content-layout .sidebar .similar-app-card .similar-app-icon {
    border-radius: 12px;
    box-shadow: 0 1px 2px 0 #3c40434d, 0 1px 3px 1px #3c404326;
    flex-shrink: 0;
    height: 56px;
    width: 56px
}

.page-main .content-layout .sidebar .similar-app-card .similar-app-info {
    flex: 1 1;
    padding-left: 16px
}

.page-main .content-layout .sidebar .similar-app-card .similar-app-info .similar-app-title {
    color: #202124
}

.page-main .content-layout .sidebar .similar-app-card .similar-app-info .similar-app-description {
    font-size: 12px
}

.page-main .content-layout .sidebar .similar-app-card .similar-app-info .similar-app-rating {
    align-items: center;
    color: #5f6368;
    display: flex;
    font-size: 12px
}

.page-main .content-layout .sidebar .similar-app-card .similar-app-info .similar-app-rating img {
    height: 10px;
    margin-left: 4px;
    width: 10px
}

.page-main .content-layout .sidebar .sidebar-section {
    margin-top: 32px
}

.page-main .report-link {
    align-items: center;
    color: #202124;
    cursor: pointer;
    display: flex;
    font-weight: 500;
    height: 20px;
    margin: 24px auto 0;
    max-width: 1296px;
    width: calc(100% - 48px)
}

.page-main .report-link img {
    height: 18px;
    margin-right: 16px;
    width: 18px
}

.page-main .site-footer {
    margin: 36px auto;
    max-width: 1296px;
    width: calc(100% - 48px)
}

.page-main .site-footer .section-divider {
    background-color: #e8eaed;
    height: 1px;
    width: 100%
}

.page-main .site-footer .footer-columns {
    color: #5f6368;
    display: flex;
    margin-top: 36px
}

.page-main .site-footer .footer-columns .footer-column {
    margin-right: 16px;
    width: 244px
}

.page-main .site-footer .footer-columns .footer-column .footer-heading {
    cursor: pointer;
    font-weight: 500
}

.page-main .site-footer .footer-columns .footer-column .footer-link {
    cursor: pointer;
    margin-top: 12px
}

.page-main .footer-legal {
    align-items: center;
    color: #5f6368;
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    height: 48px;
    margin: 0 auto;
    max-width: 1296px;
    width: calc(100% - 48px)
}

.page-main .footer-legal div {
    cursor: pointer;
    margin-right: 24px;
    margin-top: 32px
}

.page-main .footer-legal img {
    cursor: pointer;
    height: 18px;
    margin-right: 12px;
    margin-top: 32px;
    width: 24px
}

@media only screen and (min-width:660px) {
    .page-main .content-layout {
        width: calc(100% - 96px)
    }

    .page-main .content-layout .sidebar .similar-app-list {
        grid-template-columns: auto auto
    }

    .page-main .footer-legal,
    .page-main .site-footer,
    .page-main .report-link {
        width: calc(100% - 96px)
    }
}

@media only screen and (min-width:960px) {
    .page-main .content-layout {
        flex-direction: row
    }

    .page-main .content-layout .sidebar {
        margin-left: 80px;
        width: 276px
    }

    .page-main .content-layout .sidebar .similar-app-list {
        grid-template-columns: auto
    }
}

.mobile-tab-bar {
    background-color: #fff;
    border-top: 1px solid #dadce0;
    bottom: 0;
    display: flex;
    height: 48px;
    left: 0;
    position: -webkit-sticky;
    position: sticky;
    width: 100%;
    z-index: 9
}

.mobile-tab-bar .mobile-tab-item {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex: 1 1;
    flex-direction: column;
    justify-content: center
}

.mobile-tab-bar .mobile-tab-item img {
    height: 24px;
    width: 24px
}

.mobile-tab-bar .mobile-tab-item div {
    color: #5f6368;
    font-size: 12px;
    font-weight: 500
}

@media only screen and (min-width:660px) {
    .mobile-tab-bar {
        display: none
    }
}
