a, h1, h2, h3, h4, p, li, td, th, button, input, textarea, span {
    font-family: "Google Sans";
    color: white;
    text-decoration: none;
}

p, span {
    color: rgb(95, 99, 104);
}

.desktop {
    display: none !important;
}

@media screen and (min-width: 1024px) {
    .desktop {
        display: flex !important;
    }

    .mobile {
        display: none !important;
    }
}

.hide {
    display: none;
}

header {
    position: fixed;
    top: 0;
    height: 56px;
    display: flex;
    align-items: center;
    padding: 0 18px 0 16px;
    justify-content: space-between;
    z-index: 999;
    background-color: white;
    width: 100%;
}

.shadow {
    transition: box-shadow .2s ease-in-out;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2);
}

.logo-nav {

}

.logo {
    display: flex;
    align-items: center;
}

.logo-img {
    width: 40px;
    margin-right: 8px;
}

.logo-title {
    font-weight: 500;
    font-size: 22px;
}

nav {
    
}

.profile {
    width: 32px;
}

.hero {
    position: relative;
    padding-bottom: 32px;
    margin-top: 56px;
}

.hero-wrapper {

}

.hero > div > div {
    position: relative;
    z-index: 1;
}

.hero > div > .video {
    position: absolute;
    top: 0;
    z-index: 0;
}

.video-shadow {
    background: linear-gradient(to top, rgb(32, 33, 36) 0, rgba(0, 0, 0, 0) 56%);
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
}

.title {
    margin-left: 24px;
    padding-top: 54px;
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

.title-icon {
    width: 72px;
    border-radius: 20%;
    overflow: hidden;
}

.title-info {
    margin-top: -6px;
}

h1 {
    font-size: 24px;
    font-weight: 500;
    color: rgb(32, 33, 36);
    line-height: 32px;
}

.developer {
    display: block;
    margin-top: 2px;
    color: rgb(0, 161, 115);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1px;
    line-height: 24px;
}

.title-specs {
    display: block;
    margin-top: 2px;
    font-size: 12px;
    color: rgb(154, 160, 166);
    font-weight: normal;
    letter-spacing: 0.3px;
}

.rating {
    margin-top: 34px;
    display: flex;
    justify-content: center;
}

.stars {
    text-align: center;
    padding: 0 24px;
}

.stars1 {
    color: rgb(32, 33, 36);
    line-height: 1;
    font-size: .875rem;
    padding: 2px 1px 1px;
    letter-spacing: .0178571429em;
    font-weight: 500;
}

.stars2 {
    color: rgb(154,160,166);
    line-height: 1rem;
    font-size: .75rem;
    letter-spacing: .025em;
    font-weight: 400;
    margin-top: 3px;
}

.downloads {
    text-align: center;
    padding: 0 24px;
    position: relative;
}

.downloads1 {
    color: rgb(32, 33, 36);
    line-height: 1;
    padding: 2px 1px 1px;
    font-size: .875rem;
    letter-spacing: .0178571429em;
    font-weight: 500;    
}

.downloads2 {
    color: rgb(154,160,166);
    line-height: 1rem;
    font-size: .75rem;
    letter-spacing: .025em;
    font-weight: 400;
    margin-top: 3px;
}

.downloads::before {
    content: "";
    display: block;
    height: 24px;
    left: 0;
    position: absolute;
    top: calc(50% - 12px);
    width: 1px;
    background-color: rgb(60, 64, 67);
}

.age {
    text-align: center;
    padding: 0 24px;
    position: relative;
}

.age1 {
    display: inline-block !important;
    background-color: white;
    padding: 2px 1px 1px;
    line-height: 1;
    font-size: .875rem;
    letter-spacing: .0178571429em;
    font-weight: 700;
    border-radius: 4px;
}

.age2 {
    color: rgb(154,160,166);
    line-height: 1rem;
    font-size: .75rem;
    letter-spacing: .025em;
    font-weight: 400;
    margin-top: 3px;
}

.age::before {
    content: "";
    display: block;
    height: 24px;
    left: 0;
    position: absolute;
    top: calc(50% - 12px);
    width: 1px;
    background-color: rgb(60, 64, 67);
}

.score span {
    display: block;
}

.install-share {
    
}

.install {
    cursor: pointer;
    border: none;
    outline: none;
    margin: 0 auto;
    margin-top: 40px;
    background-color: #00a173;
    color: white;
    line-height: 1.25rem;
    font-size: .875rem;
    letter-spacing: .0178571429em;
    font-weight: 500;
    height: 36px;
    min-height: 36px;
    min-width: 160px;
    width: calc(100% - 48px);
    padding: 8px 16px;
    border-radius: 8px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    outline-color: rgb(255, 255, 255);
    outline-style: none;
    outline-width: 0px;
    border-bottom-color: rgb(101, 142, 54);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-style: solid;
    border-bottom-width: 0px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(255, 255, 255);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(255, 255, 255);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(255, 255, 255);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-top-style: none;
    border-top-width: 0px;
    /* appearance: auto;
    background-color: rgb(13, 87, 209);
    border-bottom-color: rgb(101, 142, 54);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(255, 255, 255);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(255, 255, 255);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(255, 255, 255);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-top-style: none;
    border-top-width: 0px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: block;
    font-family: Roboto;
    font-feature-settings: normal;
    font-kerning: auto;
    font-optical-sizing: auto;
    font-size: 14px;
    font-size-adjust: none;
    font-stretch: 100%;
    font-style: normal;
    font-variant-alternates: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-emoji: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-variant-position: normal;
    font-variation-settings: normal;
    font-weight :500;
    height: 35px;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 0px;
    margin-left: 23px;
    margin-right: 0px;
    margin-top: 0px;
    max-width: 300px;
    min-width: 240px;
    outline-color: rgb(255, 255, 255);
    outline-style: none;
    outline-width: 0px;
    padding-block-end: 0px;
    padding-block-start: 2px;
    padding-bottom: 0px;
    padding-inline-end: 0px;
    padding-inline-start: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 2px;
    text-align: center;
    text-indent: 0px;
    text-rendering: auto;
    text-shadow: none;
    text-transform: none;
    width: 240px;
    word-spacing: 0px;
    -webkit-border-image: none;   */
}

.install:focus {
    outline: none;
}

.share-add {
    display: flex;
    justify-content: space-around;
    width: calc(100% - 48px);
    margin: 0 auto;
}

.share {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 8px;
}

.share-icon {
    color: #00a173;
}

.share-text {
    color: #00a173;
    font-size: .875rem;
    letter-spacing: .0107142857em;
    font-weight: 500;
    text-transform: none;
}

.add {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 8px;
}

.add-icon {
    fill: #00a173;
}

.add-text {
    color: #00a173;
    font-size: .875rem;
    letter-spacing: .0107142857em;
    font-weight: 500;
    text-transform: none;
}

.availability {
    display: flex;
    gap: 12px;
    width: calc(100% - 48px);
    margin: 0 auto;    
    padding: 4px 0;
}

.availability-icon {
    fill: rgb(154, 160, 166);
    width: 20px;
}

.availability-text {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .2px;
    color: rgb(154, 160, 166);
}

.left {
    width: calc(100% - 48px);
    margin: 0 auto;
    margin-top: 40px;
}

.screenshots {
    display: flex;
    gap: 3vw;
}

.screenshot {
    border-radius: 8px;
    overflow: hidden;
    width: 31%;
}

.description {
    margin-top: 20px;
}

h2 {
    font-size: 18px;
    line-height: 24px;
    color: rgb(32, 33, 36);
    padding-bottom: 20px;
    font-weight: 500;
}

.description-text {
    
}

.description-text p {
    font-size: 14px;
    letter-spacing: 0.2px;
    line-height: 20px;
}

.description-last-update {
    margin-top: 24px;
    font-size: 14px;
    letter-spacing: 0.25px;
    font-weight: 500;
    line-height: 20px;
    color: rgb(32, 33, 36);
    display: block;
}

.description-last-date {
    margin-top: 4px;
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    letter-spacing: 0.2px;
}

.tags {
    
}

.tags ul {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 12px;
    margin-bottom: 4px;
    margin-top: 28px;
}

.tags li {
    font-weight: 500;
    height: 30px;
    padding: 0 15px;
    font-size: 14px;
    border-radius: 99px;
    color: rgb(95, 99, 104);
    border: 1px solid rgb(218, 220, 224);;
    display: flex;
    align-items: center;
}

.tags li a {
}

.safe-data {
    margin-top: 20px;
}

.safe-data h2 {
    
}

.safe-data p {
    font-size: 14px;
    letter-spacing: 0.2px;
    line-height: 20px;
}

.safe-data-details {
    margin-top: 30px;
    padding: 20px 20px;
    border-radius: 8px;
    border: 1px solid rgb(218, 220, 224);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.safe-data-detail {
    display: flex;
    gap: 20px;
}

.safe-data-icon {
    width: 20px;
}

.safe-data-detail span {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.3px;
}

.safe-info .safe2 {
    display: block;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.3px;
}

.score {
    margin-top: 20px;
}

.score h2 {
    
}

.score-left {
    width: 200px;
}

.score-total {
    color: rgb(32, 33, 36);
    font-size: 56px;
    line-height: 64px;
}

.score-stars {
    color: rgb(1, 135, 95);    
    letter-spacing: 0.2px;
    font-size: 18px;
}

.score-scorers {
    color: rgb(95, 99, 104);
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.3px;
    line-height: 16px;
    margin-top: 8px;
}

.score-wrapper {
    display: flex;
    justify-content: space-between;
}

.score-right {
    width: 100%;
}

.score-grade-line {
    display: flex;
    gap: 16px;
    align-items: center;
}

.score-grade {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.3px;
}

.score-lines {
    
}

.score-line {
    background-color: rgb(232, 234, 237);
    width: 100%;
    border-radius: 99px;
    overflow: hidden;
}

.score-line-grade {
    background-color: rgb(1, 135, 95);
    border-radius: 99px;
    height: 10px;
}

.grade5 {
    width: 77%;
}

.grade4 {
    width: 13%;
}

.grade3 {
    width: 7.5%;
}

.grade2 {
    width: 2.5%;
}

.grade1 {
    width: 0;
}

.reviews {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.reviews h2 {
    
}

.review {
    
}

.review-profile {
    display: flex;
    gap: 14px;
    align-items: center;
}

.review-icon {
    width: 32px;
    border-radius: 99px;
    overflow: hidden;
}

.review-name {
    fill: rgb(32, 33, 36);
    stop-color: rgb(32, 33, 36);
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.25rem;
}

.review-score-date {
    margin-top: 16px;    
}

.review-score {
    color: rgb(1, 135, 95);
    font-size: 14px;
}

.review-date {
    color: rgb(95,99,104);
    font-size: 12px;
}

.review-text {
    margin-top: 8px;
    font-size: 14px;
    color: rgb(95, 99, 104);
    line-height: 20px;
}

.helpful {
    color: rgb(95,99,104);
    font-size: 12px;
    margin-top: 14px;
    display: block;
}

.reviews-all {
    font-size: 14px;
    font-weight: 500;
    color: rgb(1, 135, 95);
}

.new {
    margin-top: 30px;
}

.new h2 {
    
}

.new p {
    font-size: 14px;
    line-height: 20px;
}

.right {
    width: calc(100% - 48px);
    margin: 0 auto;
}

.supports {
    margin-top: 20px;
}

.supports h2 {
    
}

.support {
    display: flex;
    gap: 16px;
}

.support-wrapper {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.support-icon {
    width: 18px;
}

.support-text {
    
}

.support1 {
    display: block;
    font-size: 14px;
    letter-spacing: 0.25px;
    line-height: 20px;
    color: rgb(32, 33, 36);
}

.support2 {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: rgb(95, 99, 104);
}

.about {
    margin-top: 20px;
}

.about h3 {
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    color: rgb(32, 33, 36);
}

.about ul {
    margin-top: 8px;
}

.about li {
    display: block;
    color: rgb(95, 99, 104);
    font-size: 14px;
    line-height: 20px;
}

.similar-games {
    margin-top: 20px;
}

.similar-games h2 {
    
}

.similar-games-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 24px;
}

.similar-game {
    display: flex;
    gap: 16px;
    width: 46.5%;
    overflow: hidden;
}

.similar-image {
    width: 56px;
    flex-shrink: 0;
    border-radius: 8px;
    overflow: hidden;
}

.similar-info {
    display: flex;
    gap: 2px;
    flex-direction: column;
}

.similar-title {
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    white-space: nowrap;
}

.similar-developer {
    font-size: 12px;
    color: rgb(32, 33, 36);
    line-height: 14px;
}

.similar-score {
    font-size: 12px;
    line-height: 20px;
}

.similar-grade {
    
}

footer {
    width: calc(100% - 48px);
    margin: 0 auto;
    margin-top: 40px;
    border-top: 1px solid rgb(232, 234, 237);
    padding: 45px 0 45px;
}

.footer-topics {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.footer-topic {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.footer-topic li {
    font-size: 14px;
    color: rgb(95, 99, 104);
}

.footer-topic li:first-child {
    font-weight: 500;
    color: rgb(95, 99, 104);
}

.policies-language {
    margin-top: 50px;
}

.policies {
    display: flex;
    gap: 10px 24px;
    flex-wrap: wrap;
}

.policies li {
}

.policies li a {
    color: rgb(95, 99, 104);
    font-size: 12px;
}

.language {
    margin-top: 14px;
    display: block;
    color: rgb(95, 99, 104);
    font-size: 12px;
}








































@media screen and (min-width: 1024px) {
    





    header {
        position: fixed;
        top: 0;
        height: 64px;
        display: flex;
        align-items: center;
        padding: 0 18px 0 28px;
        justify-content: space-between;
        z-index: 999;
        background-color: white;
        width: 100%;
    }
    
    .shadow {
        box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2);
        transition: box-shadow .2s ease-in-out;
    }

    .logo-nav {
        display: flex;
        gap: 30px;
        align-items: center;
    }

    .logo {
        display: flex;
        align-items: center;
    }

    .logo-img {
        width: 40px;
        margin-right: 8px;
    }

    .logo-title {
        font-weight: 500;
        font-size: 22px;
    }

    nav {
        display: flex;
        gap: 32px;
        height: 100%;
    }

    nav a {
        font-weight: 500;
        font-size: 14px;
        color: rgb(95, 99, 104);
        height: 64px;
        display: flex;
        align-items: center;
    }

    nav a.active {
        color: rgb(1, 135, 95);
        border-bottom: 3px solid rgb(1, 135, 95);
    }

    .profile {
        width: 32px;
    }

    .hero {
        position: relative;
        padding-bottom: 36px;
        margin-top: 64px;
        overflow: hidden;
        min-height: 398px;
    }

    .hero-wrapper {
        width: calc(100% - 144px);
        max-width: 1296px;
        margin: 0 auto;
    }

    .hero > div > div {
        position: relative;
        z-index: 1;
    }

    .hero > div > .video {
        position: absolute;
        top: 0;
        z-index: 0;
        width: calc(100% - 144px);
        max-width: 1280px;
    }

    .video-shadow {
        background: linear-gradient(to right, rgb(32, 33, 36) 0, rgba(0, 0, 0, 0) 56%), linear-gradient(to top, rgb(32, 33, 36) 0, rgba(0, 0, 0, 0) 56%), linear-gradient(to left, rgb(32, 33, 36) 0, rgba(0, 0, 0, 0) 56%);
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        position: absolute;
    }

    .title {
        margin-left: 0;
        padding-top: 60px;
        display: flex;
        gap: 24px;
    }

    .title-icon {
        width: 48px;
        border-radius: 20%;
        overflow: hidden;
        position: absolute;
        top: 50px;
        right: 0px;
        width: 240px;
    }

    .title-info {
        
    }

    h1 {
        font-size: 64px;
        font-weight: 500;
        color: rgb(32, 33, 36);
        line-height: 64px;
    }

    .developer {
        display: block;
        margin-top: 20px;
        color: rgb(0, 161, 115);
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0.1px;
        line-height: 24px;
    }

    .title-specs {
        display: block;
        margin-top: 2px;
        font-size: 12px;
        color: rgb(154, 160, 166);
        font-weight: normal;
        letter-spacing: 0.3px;
    }

    .rating {
        margin-top: 30px;
        display: flex;
        justify-content: flex-start;
    }

    .stars {
        text-align: center;
        padding: 0 24px 0 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .stars1 {
        color: rgb(32, 33, 36);
        line-height: 1;
        font-size: .875rem;
        padding: 2px 1px 1px;
        letter-spacing: .0178571429em;
        font-weight: 500;
    }

    .stars2 {
        color: rgb(154,160,166);
        line-height: 1rem;
        font-size: .75rem;
        letter-spacing: .025em;
        font-weight: 400;
        margin-top: 3px;
    }

    .downloads {
        text-align: center;
        padding: 0 24px;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .downloads1 {
        color: rgb(32, 33, 36);
        line-height: 1;
        padding: 2px 1px 1px;
        font-size: .875rem;
        letter-spacing: .0178571429em;
        font-weight: 500;    
    }

    .downloads2 {
        color: rgb(154,160,166);
        line-height: 1rem;
        font-size: .75rem;
        letter-spacing: .025em;
        font-weight: 400;
        margin-top: 3px;
    }

    .downloads::before {
        content: "";
        display: block;
        height: 24px;
        left: 0;
        position: absolute;
        top: calc(50% - 12px);
        width: 1px;
        background-color: rgb(60, 64, 67);
    }

    .age {
        text-align: center;
        padding: 0 24px;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .age1 {
        display: inline-block !important;
        background-color: white;
        padding: 2px 1px 1px;
        line-height: 1;
        font-size: .875rem;
        letter-spacing: .0178571429em;
        font-weight: 700;
        border-radius: 4px;
    }

    .age2 {
        color: rgb(154,160,166);
        line-height: 1rem;
        font-size: .75rem;
        letter-spacing: .025em;
        font-weight: 400;
        margin-top: 3px;
    }

    .age::before {
        content: "";
        display: block;
        height: 24px;
        left: 0;
        position: absolute;
        top: calc(50% - 12px);
        width: 1px;
        background-color: rgb(60, 64, 67);
    }

    .score span {
        display: block;
    }

    .install-share {
        display: flex;
        align-items: center;
        margin-top: 33px;
        gap: 16px;
    }

    .install {
        margin: 0;
        background-color: #00a173;
        color: white;
        line-height: 24px;
        font-size: 16px;
        letter-spacing: .1px;
        font-weight: 500;
        height: 36px;
        min-height: 44px;
        min-width: 200px;
        width: auto;
        padding: 0 16px;
        border-radius: 8px;
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
    }

    .share-add {
        display: flex;
        justify-content: flex-start;
        width: auto;
        margin: 0;
    }

    .share {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 12px 8px;
    }

    .share-icon {
        color: #00a173;
    }

    .share-icon svg {
        display: block;
    }

    .share-text {
        color: #00a173;
        font-size: .875rem;
        letter-spacing: .0107142857em;
        font-weight: 500;
        text-transform: none;
    }

    .add {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 12px 8px;
    }

    .add-icon {
        fill: #00a173;
    }

    .add-icon svg {
        display: block;
    }

    .add-text {
        color: #00a173;
        font-size: .875rem;
        letter-spacing: .0107142857em;
        font-weight: 500;
        text-transform: none;
    }

    .availability {
        margin: 0;    
        margin-top: 20px;
        display: flex;
        gap: 12px;
        width: auto;
        padding: 0;
    }

    .availability-icon {
        fill: rgb(154, 160, 166);
        width: 20px;
    }

    .availability-text {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: .2px;
        color: rgb(154, 160, 166);
    }

    .content {
        display: flex;
        margin: 0 auto;
        margin-top: 40px;
        width: calc(100% - 144px);
        max-width: 1296px;
        justify-content: space-between;
    }

    .left {
        width: calc(100% - 436px);
        margin: 0;
        margin-top: 0;
    }

    .screenshots {
        display: flex;
        gap: 1%;
    }
    
    .screenshot {
        border-radius: 8px;
        overflow: hidden;
        width: 23%;
    }

    .description {
        margin-top: 20px;
    }

    h2 {
        font-size: 22px;
        line-height: 28px;
        color: rgb(32, 33, 36);
        padding-bottom: 20px;
        font-weight: 500;
    }

    .description-text {
        
    }

    .description-text p {
        font-size: 14px;
        letter-spacing: 0.2px;
        line-height: 20px;
    }

    .description-last-update {
        margin-top: 24px;
        font-size: 14px;
        letter-spacing: 0.25px;
        font-weight: 500;
        line-height: 20px;
        color: rgb(32, 33, 36);
        display: block;
    }

    .description-last-date {
        margin-top: 4px;
        display: block;
        font-size: 14px;
        line-height: 20px;
        font-weight: normal;
        letter-spacing: 0.2px;
    }

    .tags {
        
    }

    .tags ul {
        display: flex;
        flex-wrap: wrap;
        gap: 16px 12px;
        margin-bottom: 4px;
        margin-top: 28px;
    }

    .tags li {
        font-weight: 500;
        height: 30px;
        padding: 0 15px;
        font-size: 14px;
        border-radius: 99px;
        color: rgb(95, 99, 104);
        border: 1px solid rgb(218, 220, 224);;
        display: flex;
        align-items: center;
    }

    .tags li a {
    }

    .safe-data {
        margin-top: 20px;
    }

    .safe-data h2 {
        
    }

    .safe-data p {
        font-size: 14px;
        letter-spacing: 0.2px;
        line-height: 20px;
    }

    .safe-data-details {
        margin-top: 30px;
        padding: 20px 20px;
        border-radius: 8px;
        border: 1px solid rgb(218, 220, 224);
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .safe-data-detail {
        display: flex;
        gap: 20px;
    }

    .safe-data-icon {
        width: 20px;
    }

    .safe-data-detail span {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.3px;
    }

    .safe-info .safe2 {
        display: block;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.3px;
    }

    .score {
        margin-top: 20px;
    }

    .score h2 {
        
    }

    .score-left {
        width: 200px;
    }

    .score-total {
        color: rgb(32, 33, 36);
        font-size: 56px;
        line-height: 64px;
    }

    .score-stars {
        color: rgb(1, 135, 95);    
        letter-spacing: 0.2px;
        font-size: 18px;
    }

    .score-scorers {
        color: rgb(95, 99, 104);
        font-size: 12px;
        font-weight: normal;
        letter-spacing: 0.3px;
        line-height: 16px;
        margin-top: 8px;
    }

    .score-wrapper {
        display: flex;
        justify-content: space-between;
    }

    .score-right {
        width: 100%;
    }

    .score-grade-line {
        display: flex;
        gap: 16px;
        align-items: center;
    }

    .score-grade {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.3px;
    }

    .score-lines {
        
    }

    .score-line {
        background-color: rgb(232, 234, 237);
        width: 100%;
        border-radius: 99px;
        overflow: hidden;
    }

    .score-line-grade {
        background-color: rgb(1, 135, 95);
        border-radius: 99px;
        height: 10px;
    }

    .grade5 {
        width: 77%;
    }

    .grade4 {
        width: 13%;
    }

    .grade3 {
        width: 7.5%;
    }

    .grade2 {
        width: 2.5%;
    }

    .grade1 {
        width: 0;
    }

    .reviews {
        display: flex;
        flex-direction: column;
        gap: 50px;
    }

    .reviews h2 {
        
    }

    .review {
        
    }

    .review-profile {
        display: flex;
        gap: 14px;
        align-items: center;
    }

    .review-icon {
        width: 32px;
        border-radius: 99px;
        overflow: hidden;
    }

    .review-name {
        fill: rgb(32, 33, 36);
        stop-color: rgb(32, 33, 36);
        font-size: .875rem;
        font-weight: 400;
        letter-spacing: .0142857143em;
        line-height: 1.25rem;
    }

    .review-score-date {
        margin-top: 16px;    
    }

    .review-score {
        color: rgb(1, 135, 95);
        font-size: 14px;
    }

    .review-date {
        color: rgb(95,99,104);
        font-size: 12px;
    }

    .review-text {
        margin-top: 8px;
        font-size: 14px;
        color: rgb(95, 99, 104);
        line-height: 20px;
    }

    .helpful {
        color: rgb(95,99,104);
        font-size: 12px;
        margin-top: 14px;
        display: block;
    }

    .reviews-all {
        font-size: 14px;
        font-weight: 500;
        color: rgb(1, 135, 95);
    }

    .new {
        margin-top: 30px;
    }

    .new h2 {
        
    }

    .new p {
        font-size: 14px;
        line-height: 20px;
    }

    .right {
        width: 364px;
        margin: 0;
    }

    .supports {
        margin-top: 20px;
    }

    .supports h2 {
        
    }

    .support {
        display: flex;
        gap: 16px;
    }

    .support-wrapper {
        display: flex;
        flex-direction: column;
        gap: 14px;
    }

    .support-icon {
        width: 18px;
    }

    .support-text {
        
    }

    .support1 {
        display: block;
        font-size: 14px;
        letter-spacing: 0.25px;
        line-height: 20px;
        color: rgb(32, 33, 36);
        font-weight: 500;
    }

    .support2 {
        display: block;
        font-size: 14px;
        line-height: 20px;
        color: rgb(95, 99, 104);
    }

    .about {
        margin-top: 20px;
    }

    .about h3 {
        line-height: 20px;
        font-size: 14px;
        font-weight: 500;
        color: rgb(32, 33, 36);
    }

    .about ul {
        margin-top: 8px;
    }

    .about li {
        display: block;
        color: rgb(95, 99, 104);
        font-size: 14px;
        line-height: 20px;
    }

    .similar-games {
        margin-top: 20px;
    }

    .similar-games h2 {
        
    }

    .similar-games-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        row-gap: 24px;
    }

    .similar-game {
        display: flex;
        gap: 16px;
        width: 100%;
        overflow: hidden;
    }

    .similar-image {
        width: 64px;
        height: 64px;
        flex-shrink: 0;
        border-radius: 8px;
        overflow: hidden;
    }

    .similar-info {
        display: flex;
        gap: 2px;
        flex-direction: column;
    }

    .similar-title {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        white-space: nowrap;
    }

    .similar-developer {
        font-size: 14px;
        color: rgb(32, 33, 36);
        line-height: 20px;
    }

    .similar-grade {
        font-size: 14px;
        line-height: 20px;
    }

    .similar-grade {
        
    }

    footer {
        width: calc(100% - 144px);
        max-width: 1296px;
        margin: 0 auto;
        margin-top: 40px;
        border-top: 1px solid rgb(232, 234, 237);
        padding: 45px 0 30px;
    }

    .footer-topics {
        display: flex;
        flex-direction: row;
        gap: 200px;
    }

    .footer-topic {
        display: flex;
        flex-direction: column;
        gap: 18px;
    }

    .footer-topic li {
        font-size: 14px;
        color: rgb(95, 99, 104);
    }

    .footer-topic li:first-child {
        font-weight: 500;
        color: rgb(95, 99, 104);
    }

    .policies-language {
        margin-top: 50px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .policies {
        display: flex;
        gap: 10px 24px;
        flex-wrap: wrap;
    }

    .policies li {
    }

    .policies li a {
        color: rgb(95, 99, 104);
        font-size: 12px;
    }

    .language {
        margin-top: 0;
        display: block;
        color: rgb(95, 99, 104);
        font-size: 12px;
    }



}