@charset "UTF-8";
/* CSS Document */
body {
    margin:0;
    padding:0;
    font-family:"Ubuntu",Helvetica,Arial,sans-serif;
    font-weight:400;
    color:#153757;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
header {
    padding:15px 0px;
}
.wrapper {
    max-width:1100px;
    padding:0px 15px;
}
header .wrapper {
    padding:0px 15px;
    display:flex;
    justify-content: space-between;
    align-items:center;
    margin: 0 auto;
}
header img.logo {
    height:33px;
}
a.number {
    text-decoration: none;
    color:#153757;
    font-weight:700;
    font-size:20px;
}
a.number .icon {
    margin-right:5px;
}
.announcement {
    border-top:1px solid #c4c4c4;
    border-bottom:1px solid #c4c4c4;
    padding:12px 0px;
    display:flex;
    justify-content: center;
    align-items: center;
}
.reviews-header {
    display:flex;
    align-items: center;
    color:#191919;
    font-family:"Helvetica Neue","Helvetica","Arial","sans-serif";
    font-weight:500;
    gap:15px;
}
ul.stars-header {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap:4px;
}
ul.stars-header li {
    background-color: #52b47f;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px;
}
ul.stars-header .icon-star {
    width: 100%;
}