html, body, #app{
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    background: white;
}
body{
    margin: 0;
    padding: 10px 20px;
}

h1{
    font-weight: 600;
    font-size: 75px;
    line-height: 80px;
    text-align: center;
    letter-spacing: -0.04em;
    color: #F2F2F2;
    max-width: 480px;
}
.index-section{
    height: 520px;
    max-width: 1417px;
    margin: 10px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 16px;
    padding: 40px 0;
    overflow: hidden;
}
.is-welcome{
    background-image: url(/images/bg_1.png?0411e20e70f3ea129ac9539bcdd20764);
    background-size: cover;
}
.is-welcome.international-bg{
    background-image: url(/images/bg_1_i.png?09cf51f4d87e3835e29cb543cc720081);
}
.is-license{
    background: #E5E5E5;
}
.is-license img{
    width: 620px;
}
.is-license a{
    font-weight: 600;
    font-size: 40px;
    line-height: 45px;
    text-align: center;
    letter-spacing: -0.04em;
    color: #111111;
    margin-top: 73px;
    text-decoration: none;
}
.is-feedback{
    background: #111111;
    height: 360px;
    color: #F2F2F2;
}
.is-feedback.international-bg{
    background-color: #CED6D6;
    color: #111;
}
.is-feedback.international-bg .is-feedback-desc,.is-feedback.international-bg h2{
    color: #111;
}
.is-feedback h2{
    font-weight: 600;
    font-size: 40px;
    line-height: 45px;
    text-align: center;
    letter-spacing: -0.04em;
    color: #F2F2F2;
}
.is-feedback-desc{
    width: 559px;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #F2F2F2;
    padding-top: 20px;
    padding-bottom: 60px;
}
.is-feedback-links{
    display: flex;
    justify-content: space-between;
}
.is-feedback-links a{
    text-decoration: none;
    display: block;
    margin: 0 12px;
}
.is-team{
    background-image: url(/images/bg_2.png?c0bd73f3fc343d98217f2894744eaef7);
    background-size: cover;
    justify-content: end;
}
.is-team.international-bg{
    justify-content: start;
    background-image: url(/images/team_i.png?fc0e362f9dfcbd9a8b3014fa16e5e82a);
}
.is-team a{
    font-weight: 600;
    font-size: 40px;
    line-height: 45px;
    text-align: center;
    letter-spacing: -0.04em;
    color: #F2F2F2;
    text-decoration: none;
}
.is-open{
    background: #E5E5E5;
    justify-content: space-between;
}
.is-open a{
    font-weight: 600;
    font-size: 40px;
    line-height: 45px;
    text-align: center;
    letter-spacing: -0.04em;
    color: #111111;
    text-decoration: none;
}
.is-retail{
    background-image: url(/images/bg_3.png?c3f49aa84cb111a1dd2d207647b10b59);
    background-size: cover;
}
.is-menu{
    background-image: url(/images/menu.png?f41dd21c7c7016f844259c7ea9111a23);
    background-size: cover;
    justify-content: center;
}
.is-menu a{
    font-weight: 600;
    font-size: 40px;
    line-height: 45px;
    text-align: center;
    letter-spacing: -0.04em;
    color: #F2F2F2;
    text-decoration: none;
}
.is-retail a{
    font-weight: 600;
    font-size: 40px;
    line-height: 45px;
    text-align: center;
    letter-spacing: -0.04em;
    color: #F2F2F2;
    text-decoration: none;
}
.is-contact,.what-is-sc{
    background: #E7E2CF;
    height: 200px;
    padding: 0;
    justify-content: center;
}
.is-contact a,.what-is-sc a{
    font-weight: 600;
    font-size: 40px;
    line-height: 45px;
    text-align: center;
    letter-spacing: -0.04em;
    color: #111111;
    text-decoration: none;
}
.is-footer{
    height: 200px;
    padding: 0;
    justify-content: center;
    background: #111111;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #F2F2F2;
}
.podcast{
    background: #111;
}
.podcast img{
    height: 200px;
    margin: 110px 0;
    flex: 1;
}
.podcast a{
    color: #F2F2F2;
    text-align: center;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 45px; /* 112.5% */
    letter-spacing: -1.6px;
}
.is-footer div{
    padding-top: 17px;
}
.lang-selector {
    display: flex;
    justify-content: space-between;
    max-width: 1417px;margin: 10px auto;
}
.lang-selector a{
    border-radius: 100px;
    background: #E5E5E5;
    padding: 10px 0;
    width: 30%;
    color: #111;

    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px; /* 125% */
    letter-spacing: -0.4px;
    text-decoration: none;
}
.lang-selector a.active{
    background-color: #111;
    color: #E5E5E5;
}
a{
    outline: none;
    background: none;
    -webkit-tap-highlight-color: unset;
}
@media (max-width: 600px) {
    .lang-selector{
        flex-direction: column;
    }
    .lang-selector a{
        margin: 10px 0;
        width: 100%;
    }
    .podcast img{
        height: 200px;
        margin: 20px 0;
        flex: 1;
    }
    h1{
        font-weight: 600;
        font-size: 25px;
        line-height: 30px;
        text-align: center;
        letter-spacing: -0.04em;
        color: #F2F2F2;
        max-width: 270px;
        padding-top: 75px;
    }
    .index-section{
        height: 315px;
        position: relative;
        padding: 20px;
    }
    .is-welcome{
        background-image: url(/images/bg_4.png?68203b5490ce04ade2b88f97373344a2);
    }
    .is-license img {
        width: 460px;
        position: absolute;
        top: 0;
    }
    .is-license a{
        position: absolute;
        bottom: 20px;
        font-size: 25px;
        line-height: 30px;
    }
    .is-feedback{
        height: 202px;
    }
    .is-feedback-desc{
        width: 315px;
    }
    .is-feedback-desc{
        padding-top: 12px;
        padding-bottom: 36px;
    }
    .is-feedback h2{
        font-size: 25px;
        line-height: 25px;
        margin: 0;
    }
    .is-feedback-desc{
        font-size: 15px;
        line-height: 20px;
    }
    .is-team{
        background-position: 50% 50%;
    }
    .is-team a{
        font-size: 25px;
        line-height: 30px;
    }
    .is-open svg{
        width: 194px;
    }
    .is-open a{
        font-size: 25px;
        line-height: 30px;
    }
    .is-retail{
        background-image: url(/images/bg_5.png?ba84bb5689324fdc435f1bc9d4d45317);
    }
    .is-retail a{
        font-size: 25px;
        line-height: 30px;
    }
    .is-contact{
       height: 70px;
        align-items: start;
    }
    .is-contact a{
        font-size: 25px;
        line-height: 30px;
        display: flex;
        width: 100%;
        justify-content: space-between;
    }
    .is-footer{
        height: 80px;
        font-size: 15px;
        line-height: 20px;
    }
}

