/* CODE CUSTOM AW 2023 */

body {
    font-family: 'Poppins', sans-serif;
    background-color: #EFEAEA;
}

.card-img,
.card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.card {
    --bs-card-border-radius: 0;
}

/* ICON NAV BAR */

#navbarSideCollapse,
#navbarSideCollapse:focus {
    border: none;
    box-shadow: none;
}

.navbar-toggler {
    width: 20px;
    height: 20px;
    position: relative;
    transition: .5s ease-in-out;

}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
    border: 0;
}

.navbar-toggler span {
    margin: 0;
    padding: 0;
}

.toggler-icon {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #FFF;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.middle-bar {
    margin-top: 0px;
}

/* when navigation is clicked */

.navbar-toggler .top-bar {
    margin-top: 0px;
    transform: rotate(135deg);
}

.navbar-toggler .middle-bar {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
    margin-top: 0px;
    transform: rotate(-135deg);
}

/* State when the navbar is collapsed */

.navbar-toggler.collapsed .top-bar {
    margin-top: -20px;
    transform: rotate(0deg);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
    margin-top: 20px;
    transform: rotate(0deg);
}




.navbar-expand-lg a {
    position: relative;
    /*color: #000;*/
    text-decoration: none;
}

/*  
.navbar-expand-lg a:hover {
   color: #000;
  }
*/
.navbar-expand-lg a::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #FFF;
    transform: scaleX(0);
    transform-origin: top left;
    transition: transform 0.3s ease;
}

.navbar-expand-lg a:hover::before {
    transform: scaleX(1);
}

.navbar-expand-lg ul.dropdown-menu a:hover::before {
    transform: scaleX(0);
}


body nav ul.dropdown-menu {

    background-color: transparent;
    z-index: 99;
    border: none;
}

body nav ul.dropdown-menu a:hover {
    background-color: transparent;
    color: #fff;
}

body nav ul.dropdown-menu.show li:hover {
    background-color: #003f75;
}

body nav ul.dropdown-menu a {
    color: #fff;
}



body {
    background-color: #EFEAEA;
}

/* DIVERS */

body .is-hidden {
    display: none;
}

.bg-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}



/* AVIS STARS*/
.avis h4 {
    font-size: 1.1em;
    font-weight: 700;
}



.avis .rating {
    justify-content: left;
}

/* COMMUN */

/* h3.title { font-size: 1.1em; text-transform:uppercase; font-weight:700;} */
h3.title {
    font-size: 1.8em;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    color: #4c2f31;
}

/* HEADER & CAROUSEL */

.container-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 90px 1fr 90px;
    /*height: 30vh;*/


}

.listing .container-grid {
    grid-template-rows: 90px 1fr 20px;
}

.voyage .container-grid {
    grid-template-rows: 90px 1fr 30px;
    /*height: 30vh;*/


}

header {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    z-index: 10;
}

header .navbar-light ul li a.nav-link,
header .navbar-light ul li a.nav-link:link,
header .navbar-light ul li a.nav-link:visited {
    color: #FFF;
    text-transform: uppercase;
    font-weight: 700;
}

header .navbar-light .navbar-nav ul li a.nav-link:hover {
    color: #FAA634
}



#carouselControls,
#mainimage_voyage {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 3;
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-self: center;

    z-index: 9;
}



.header-image {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 2;
    grid-row-end: 2;
    z-index: 9;
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-self: center;
}

.header-image img {
    max-width: 500px;
    margin: auto;
    margin-bottom: 40px;
}

#mainimage_voyage {
    background-color: #47669b;
    overflow: hidden;
    max-height: 450px;
}

.fitImage {
    width: 100%;
    box-sizing: border-box;
    margin: auto;
}


/**/
/*RESPONSIVE HEADER*/






/**/



#barre-recherche {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 3;
    grid-row-end: 3;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-self: center;
}

.voyage #barre-recherche {

    grid-column-start: auto;
    grid-column-end: auto;
    grid-row-start: auto;
    grid-row-end: auto;

}

#barre-recherche label {
    text-transform: uppercase;
    font-weight: 700;
    color: #FAA634;
}

#barre-recherche .btn.btn-warning {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #FAA634;
}

.listing #barre-recherche label {
    color: #115B9A;
}

.listing #barre-recherche .btn.btn-warning {
    background-color: #115B9A;
    border-color: #115B9A;
}

.listing #barre-recherche .btn.btn-warning:hover {
    background-color: #003f75;
}


/* CAROUSEL */

.carousel-item {
    transition: transform 5s ease-in-out;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: opacity 0s 5s;
}


/* MENU HAUT */




/* BARRE RECHERCHE */

.barre-recherche {
    background-color: #fff;
}

/* #menu_depart_region { display: none; }*/


@media screen and (min-width: 992px) {
    .barre-recherche {
        transform: translateY(-30px);
    }

    body.listing .barre-recherche {
        transform: inherit;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        z-index: 99;
        background: rgba(17, 91, 154, 0.8);
    }
}



/* HOME */

#en-avant {
    color: #fff;
}

#en-avant h3.title {
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}

#en-avant .intro {
    font-size: 0.9em;
    line-height: 1.4em;
    text-transform: uppercase;
}

#en-avant .lienprod {
    display: block;
    overflow: hidden;
    max-height: 160px;
}

#en-avant .intro .prixapartirde {
    font-size: 1.1em;
    margin: 20px 10px;
}

#en-avant .intro .prixapartirde strong {
    font-size: 1.3em;
}

.produits_enavant a .intro {
    color: #fff;
}

#en-avant div.textintro {
    /* background: linear-gradient(135deg, #115B9A, #62B6F3);*/
    /*background: linear-gradient(135deg, #0A3D62, #115B9A, #1E90FF);*/
    background: linear-gradient(135deg, #003973, #0074E4, #00AFFF);
    /*background: linear-gradient(135deg, #001F3F, #115B9A, #00D4FF);*/

}

@media all and (min-width: 1024px) {
    #en-avant div.textintro {
        min-height: 260px;
    }
}

#en-avant a.btn-primary {
    background: linear-gradient(135deg, #faa634, #f88f1e);
    color: #003973;
    /* ou blanc */
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    transition: transform 0.3s ease;
}

#en-avant a.btn-primary:hover {
    transform: translateY(-3px);
    /* effet léger de surélévation */
}


body.home .slick-prev::before,
body.home .slick-next::before {
    font-size: 40px;
}

body.home .slick-prev::before,
body.home .slick-prev {
    left: -40px;
}

#excellence-vi {
    background-color: #fefbf6;
}

#excellence-vi h3.title {
    font-size: 1.4em;
}

#excellence-vi p {
    font-size: 0.9em;
    line-height: 1.2em;
}

#excellence-vi .card-title {
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}

#excellence-vi .card-text {
    font-size: 0.8 em;
}

#a-decouvrir .card-title {
    font-size: 1.3em;
    text-transform: uppercase;
    font-weight: 700;
}

#a-decouvrir h5.card-title.text-center {
    margin-bottom: 0.5rem;
}

#a-decouvrir .card-text {
    font-size: 0.8em;
}

#a-decouvrir .card-text .sous-titre.d-block {
    font-size: 1.3em;
    font-weight: 600;
}

#a-decouvrir .card-text .sous-titre .jours {
    display: block;
    font-size: inherit;
    font-weight: 500;
}

#a-decouvrir a.btn {
    font-weight: 700;
}

#a-decouvrir .btn.btn-primary::before {
    content: "à partir de ";
    font-size: 0.85em;
    /* ajuste selon le style désiré */
    font-weight: normal;
    margin-right: 3px;
    /* espace avec le prix */
    opacity: 0.8;
    /* optionnel pour différencier visuellement */
}

#a-decouvrir a.btn.btn-primary {
    background-color: #115b9a;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    display: inline-block;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

#a-decouvrir a.btn.btn-primary:hover {
    background-color: #0e4b7a;
    /* Bleu légèrement plus foncé au hover */
    color: #ffffff;
}

#club-premium {
    background-color: #fff;
}

#club-premium a,
#club-premium a:link,
#club-premium a:visited,
#club-premium a:hover {
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    font-size: 1.2em;
}

#offre-parrainage {
    background-color: #fff;
}

#offre-parrainage a {
    text-decoration: none;
}

#offre-parrainage .title {
    color: #115B9A;
    font-weight: 700;
    font-size: 2em;
    line-height: 1.1em;
}

#offre-parrainage .soustitre {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.2em;
    line-height: 1.1em;
}

#offre-parrainage .typevoyages {
    text-transform: uppercase;
}



/* VOYAGE */

body.voyage #titre_produit {
    background: linear-gradient(135deg, #115B9A, #62B6F3);
    color: #fff;
    text-transform: uppercase;

}

body.voyage #titre_produit button {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px 10px 15px 10px;
    font-size: 1.4rem;
}

body.voyage h1 {
    color: #fff;
    font-weight: 700;
    font-size: 1.8em;
}



body.voyage .prixapart .jours {
    display: block;
    line-height: 1.2em;
}

body.voyage .prixapart .apartde {
    font-weight: 700;
    font-size: 1.4em;
}

#carousel_voyage img {
    width: auto;
    height: 400px;
    max-height: 400px;
}

/* CAROUSEL VOYAGE */

body.voyage .slick-prev {
    left: 5px;
    z-index: 10;
}

body.voyage .slick-next {
    right: 5px;
    z-index: 10;
}

body.voyage .slick-prev::before,
body.voyage .slick-next::before {
    font-size: 40px;
}

.departsgarantis {
    background-color: #FFF;
}

.voyage .departsgarantis h5 {
    color: #FAA634;
    font-size: 1.4em;
}



/* ANIMATION CARET / COLLAPSE ELEMENTS  */

.expand_caret {
    transform: scale(1.6);
    margin-left: 8px;
    margin-top: -4px;
}

a[aria-expanded='false']>.expand_caret {
    transform: scale(1.6) rotate(-90deg);
}

.expand_caret.bi-chevron-down {
    float: right;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition-property: height, visibility;
        transition-duration: .35s;
    }
}


.drop-plusvi a,
.drop-comprend a,
.drop-comprendpas a,
.drop-formalites a,
.info a {
    background-color: #FFF;
    color: #FAA634;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1.2em;
}

.voyage #plusvi,
#tarifs_comprennent,
#tarifs_comprennentpas,
#formalites {
    background-color: #FFF;
}

.voyage h2 {
    font-size: 1.8rem;
    text-transform: uppercase;
    color: #115B9A;
    font-weight: 700;
    margin-bottom: 1.2em;
    margin-top: 1.2em;
}

.voyage h5,
.listing h5,
.home h5 {
    font-size: 1.1rem;
    text-transform: uppercase;
    color: #115B9A;
    font-weight: 700;
    margin-bottom: 1.2em;
    margin-top: 1.2em;
}

.voyage footer h5 {
    color: #fff;
}

.voyage .info {
    background-color: #FFF;
}

.voyage .detail_jour {
    font-size: 0.9em;
}


.voyage .contenu_interne {
    background-color: #FFF;
}

.voyage #newsletter,
.listing #newsletter,
.home #newsletter {
    background-color: #FEEDD7;
}

.voyage #newsletter h5,
.listing #newsletter h5,
.home #newsletter h5 {
    color: #FAA634;
    font-size: 2em;
    margin: 0 0 10px 0
}

.voyage #newsletter span.inscription,
.listing #newsletter span.inscription,
.home #newsletter span.inscription {
    font-size: 0.8em;
}

.voyage #newsletter .input-group,
.listing #newsletter .input-group,
.home #newsletter .input-group {
    border: solid 2px #FAA634;
    border-radius: 0.4rem;
    padding: 5px;
    background-color: #FFF;
}

.voyage #newsletter .input-group input,
.listing #newsletter .input-group input,
.voyage #newsletter .input-group input:focus,
.listing #newsletter .input-group input:focus,
.home #newsletter .input-group input,
.home #newsletter .input-group input:focus {
    border: none;
    box-shadow: none;
}

.voyage #newsletter .input-group button,
.listing #newsletter .input-group button,
.home #newsletter .input-group button {
    border-radius: 0.4rem;
    background-color: #FAA634;
    border-color: #FAA634;
    color: #FFF;

}

.voyage #newsletter .input-group button:hover,
.listing #newsletter .input-group button:hover,
.home #newsletter .input-group button:hover {
    background-color: #dd8100;
}

.voyage .dateprix .row {
    border-bottom: 1px solid #e5e5e5
}



.voyage .dateprix .btn.dropdown-toggle {
    --bs-btn-border-color: #000;
}



/* LISTING */

.listing .intro_listing h2 {
    font-size: 1.8rem;
    text-transform: uppercase;
    color: #115B9A;
    font-weight: 700;
    margin-bottom: 1.2em;
    margin-top: 1.2em;
}

.listing .intro_listing .carte_france h3 {
    font-size: 1.6rem;
    text-transform: uppercase;
    color: #115B9A;
    font-weight: 700;
    margin-bottom: 1.2em;
    margin-top: 1.2em;
}

.listing .intro_listing .carte_france h3 span {
    font-weight: 900;
}

.listing .intro_listing .carte_france li a {
    line-height: 0.8em;
    text-decoration: none;
}

.listing .intro_listing .carte_france li a:hover {
    text-decoration: underline;
}

.listing .bg-image {
    min-height: 350px;
}

.listing #titre h2 {
    background-color: #115B9A;
    color: #FFF;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 700;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    letter-spacing: 5px;
    ;
}

.listing h3.small {
    font-size: 1.3em;
}

.listing #titre {
    padding: 0;
}

.listing .produit {
    background-color: #FFF;
}

.listing .produit .etiquette_pays {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 6px 12px;
    font-weight: 700;
    color: white;
    background: linear-gradient(135deg, #faa634, #ff7b00);
    /*background: linear-gradient(135deg, #faa634, #ffcc70);*/
    /* dégradé orangé clair */
    border-radius: 6px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    letter-spacing: 0.5px;
    white-space: nowrap;
    opacity: 0;
    transform: translateY(10px);
    animation: fadeInUp 0.6s ease-out forwards;
}

/* Animation */
@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.listing .produit .image {
    padding: 0;
}

.listing .produit h3 {
    font-weight: 700;
    text-transform: uppercase;
    color: #115B9A;
}

.listing .produit span.duree {
    font-size: 0.8em;
    font-weight: 700;
    text-transform: uppercase;
}

.listing .produit .apartir {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.8em;
    display: block;
    border: solid 2px #FAA634;
    padding: 5px 15px;
    border-radius: 7px;
}

.listing .produit .apartir span.prix {
    font-size: 1.4em;
}

.listing .produit .pictos img {
    max-width: 46px;
    margin-left: 5px;
}

.listing .produit .image {
    position: relative;
}

.listing .produit .over_produit {

    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #115B9A;
    color: #FFF;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 300ms, opacity 300ms;

}

.listing .produit:hover .over_produit {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 300ms;
}

@media screen and (max-width: 768px) {
    .listing .produit .over_produit p {
        display: none;
    }
}


.listing .produit .btn-primary {
    border: #FFF solid 2px;
    margin-top: 20px
}

#pagination_bas a {
    display: inline-block;
    padding: 5px 10px;
    margin-right: 5px;
}


#pagination_bas span.navpage {
    display: block;
    margin-top: 20px;

}

#pagination_bas a {
    border: #115B9A solid 2px;
    border-radius: 7px;
}

#pagination_bas .number {
    background-color: #FFF;

}

#pagination_bas a {
    text-decoration: none;
}

#pagination_bas a.number:hover {
    background-color: #115B9A;
    color: #FFF;
    text-decoration: none;
}

#pagination_bas a .next,
#pagination_bas a .last,
#pagination_bas a .first,
#pagination_bas a .previous {
    font-size: 1.2em;

}

/* PAGES ANNEXE */

.row.atout {
    margin-top: 40px;
    padding-bottom: 20px;
    border-bottom: #dd8100 solid 2px;
}

.atout h4 {
    text-align: left;
    text-transform: capitalize;
    font-weight: 700
}

.atout h4.number {
    font-size: 4em;
    text-align: center;
    color: #dd8100;
}

.atout p {
    text-align: left;
}

body.page .btn-warning {
    color: #FFF;
    font-weight: 700
}


.row.ebrochures {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #fff;
}

.prenom {
    display: block;
    font-weight: 700;
}

.fonction {
    display: block;
    font-size: 0.8em;
}

.bouton_vi {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.8em;
    display: block;
    border: solid 2px #FAA634;
    padding: 5px 15px;
    border-radius: 7px;
}

.bouton_vi_plein {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.2em;
    display: block;
    border: solid 2px #FAA634;
    background-color: #FAA634;
    padding: 5px 15px;
    border-radius: 7px;
}

a.bouton_vi_plein,
a.bouton_vi_plein:link,
a.bouton_vi_plein:visited {
    color: #FFF
}

.bouton_vi_plein_sm {
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 0.8em;
    display: block;
    border: solid 2px #FAA634;
    background-color: #FAA634;
    padding: 5px 15px;
    border-radius: 7px;
}

a.bouton_vi_plein_sm,
a.bouton_vi_plein_sm:link,
a.bouton_vi_plein_sm:visited {
    color: #FFF
}


/* FOOTER */

footer {
    background-color: #4C2F31;
}

footer h5,
.listing footer h5,
.home footer h5 {
    color: #fff;
    font-weight: 700;
}

footer .adresse {
    color: #fff;
    font-weight: 500;
}

footer a,
footer a:link,
footer a:visited {
    color: #fff;
    font-weight: 500;
}

footer ul {
    padding-left: 0px;
}

footer li {
    list-style: none;
    margin-left: 0;
}

footer .bi-chevron-right {
    color: #fff;
    font-size: 0.6em;
    font-weight: 700;
    margin-right: 10px;
}


@media screen and (max-width: 768px) {

    .container-grid {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 90px 1fr;
        /*height: 30vh;*/

    }

    header {
        grid-column-start: 1;
        grid-column-end: 1;
        grid-row-start: 1;
        grid-row-end: 1;
        z-index: 20;
    }

    .navbar-collapse {
        background-color: #115B9A;
        padding: 20px;
        margin-top: 20px;

    }

    #carouselControls {
        grid-column-start: 1;
        grid-column-end: 1;
        grid-row-start: 1;
        grid-row-end: 3;
        display: flex;
        flex-direction: column;
        justify-items: center;
        align-self: center;

        z-index: 9;
    }

    .header-image {
        grid-column-start: 1;
        grid-column-end: 1;
        grid-row-start: 2;
        grid-row-end: 2;
        z-index: 10;
        display: flex;
        flex-direction: column;
        justify-items: center;
        align-self: center;
    }

    .header-image img {
        max-width: 300px;
        margin-bottom: 100px;
    }

    #barre-recherche label {
        color: #115B9A;
    }

    #en-avant .bg-image,
    #offre-parrainage .bg-image,
    #club-premium .bg-image {
        min-height: 300px;
    }

}

.carousel {
    position: relative;
    box-sizing: border-box
}

.carousel *,
.carousel *:before,
.carousel *:after {
    box-sizing: inherit
}

.carousel.is-draggable {
    cursor: move;
    cursor: grab
}

.carousel.is-dragging {
    cursor: move;
    cursor: grabbing
}

.carousel__viewport {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%
}

.carousel__track {
    display: flex
}

.carousel__slide {
    flex: 0 0 auto;
    width: var(--carousel-slide-width, 60%);
    max-width: 100%;
    padding: 1rem;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain
}

.has-dots {
    margin-bottom: calc(0.5rem + 22px)
}

.carousel__dots {
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    list-style: none;
    user-select: none
}

.carousel__dots .carousel__dot {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    width: 22px;
    height: 22px;
    cursor: pointer
}

.carousel__dots .carousel__dot:after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: currentColor;
    opacity: .25;
    transition: opacity .15s ease-in-out
}

.carousel__dots .carousel__dot.is-selected:after {
    opacity: 1
}

.carousel__button {
    width: var(--carousel-button-width, 48px);
    height: var(--carousel-button-height, 48px);
    padding: 0;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: all;
    cursor: pointer;
    color: var(--carousel-button-color, currentColor);
    background: var(--carousel-button-bg, transparent);
    border-radius: var(--carousel-button-border-radius, 50%);
    box-shadow: var(--carousel-button-shadow, none);
    transition: opacity .15s ease
}

.carousel__button.is-prev,
.carousel__button.is-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.carousel__button.is-prev {
    left: 10px
}

.carousel__button.is-next {
    right: 10px
}

.carousel__button[disabled] {
    cursor: default;
    opacity: .3
}

.carousel__button svg {
    width: var(--carousel-button-svg-width, 50%);
    height: var(--carousel-button-svg-height, 50%);
    fill: none;
    stroke: currentColor;
    stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
    stroke-linejoin: bevel;
    stroke-linecap: round;
    filter: var(--carousel-button-svg-filter, none);
    pointer-events: none
}

html.with-fancybox {
    scroll-behavior: auto
}

body.compensate-for-scrollbar {
    overflow: hidden !important;
    touch-action: none
}

.fancybox__container {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    direction: ltr;
    margin: 0;
    padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    color: var(--fancybox-color, #fff);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow: hidden;
    z-index: 1050;
    outline: none;
    transform-origin: top left;
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 24px;
    --carousel-button-svg-height: 24px;
    --carousel-button-svg-stroke-width: 2.5;
    --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))
}

.fancybox__container *,
.fancybox__container *::before,
.fancybox__container *::after {
    box-sizing: inherit
}

.fancybox__container :focus {
    outline: none
}

body:not(.is-using-mouse) .fancybox__container :focus {
    box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))
}

@media all and (min-width: 1024px) {
    .fancybox__container {
        --carousel-button-width: 48px;
        --carousel-button-height: 48px;
        --carousel-button-svg-width: 27px;
        --carousel-button-svg-height: 27px
    }
}

.fancybox__backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: var(--fancybox-bg, rgba(24, 24, 27, 0.92))
}

.fancybox__carousel {
    position: relative;
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
    z-index: 10
}

.fancybox__carousel.has-dots {
    margin-bottom: calc(0.5rem + 22px)
}

.fancybox__viewport {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: visible;
    cursor: default
}

.fancybox__track {
    display: flex;
    height: 100%
}

.fancybox__slide {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 48px 8px 8px 8px;
    position: relative;
    overscroll-behavior: contain;
    display: flex;
    flex-direction: column;
    outline: 0;
    overflow: auto;
    --carousel-button-width: 36px;
    --carousel-button-height: 36px;
    --carousel-button-svg-width: 22px;
    --carousel-button-svg-height: 22px
}

.fancybox__slide::before,
.fancybox__slide::after {
    content: "";
    flex: 0 0 0;
    margin: auto
}

@media all and (min-width: 1024px) {
    .fancybox__slide {
        padding: 64px 100px
    }
}

.fancybox__content {
    margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
    padding: 36px;
    color: var(--fancybox-content-color, #374151);
    background: var(--fancybox-content-bg, #fff);
    position: relative;
    align-self: center;
    display: flex;
    flex-direction: column;
    z-index: 20
}

.fancybox__content :focus:not(.carousel__button.is-close) {
    outline: thin dotted;
    box-shadow: none
}

.fancybox__caption {
    align-self: center;
    max-width: 100%;
    margin: 0;
    padding: 1rem 0 0 0;
    line-height: 1.375;
    color: var(--fancybox-color, currentColor);
    visibility: visible;
    cursor: auto;
    flex-shrink: 0;
    overflow-wrap: anywhere
}

.is-loading .fancybox__caption {
    visibility: hidden
}

.fancybox__container>.carousel__dots {
    top: 100%;
    color: var(--fancybox-color, #fff)
}

.fancybox__nav .carousel__button {
    z-index: 40
}

.fancybox__nav .carousel__button.is-next {
    right: 8px
}

@media all and (min-width: 1024px) {
    .fancybox__nav .carousel__button.is-next {
        right: 40px
    }
}

.fancybox__nav .carousel__button.is-prev {
    left: 8px
}

@media all and (min-width: 1024px) {
    .fancybox__nav .carousel__button.is-prev {
        left: 40px
    }
}

.carousel__button.is-close {
    position: absolute;
    top: 8px;
    right: 8px;
    top: calc(env(safe-area-inset-top, 0px) + 8px);
    right: calc(env(safe-area-inset-right, 0px) + 8px);
    z-index: 40
}

@media all and (min-width: 1024px) {
    .carousel__button.is-close {
        right: 40px
    }
}

.fancybox__content>.carousel__button.is-close {
    position: absolute;
    top: -40px;
    right: 0;
    color: var(--fancybox-color, #fff)
}

.fancybox__no-click,
.fancybox__no-click button {
    pointer-events: none
}

.fancybox__spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    color: var(--fancybox-color, currentColor)
}

.fancybox__slide .fancybox__spinner {
    cursor: pointer;
    z-index: 1053
}

.fancybox__spinner svg {
    animation: fancybox-rotate 2s linear infinite;
    transform-origin: center center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%
}

.fancybox__spinner svg circle {
    fill: none;
    stroke-width: 2.75;
    stroke-miterlimit: 10;
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: fancybox-dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
    stroke: currentColor
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes fancybox-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}

.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav,
.carousel__dots,
.carousel__button.is-close {
    opacity: var(--fancybox-opacity, 1)
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,
.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,
.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
    animation: .15s ease backwards fancybox-fadeIn
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .carousel__button.is-close {
    animation: .15s ease both fancybox-fadeOut
}

.fancybox-fadeIn {
    animation: .15s ease both fancybox-fadeIn
}

.fancybox-fadeOut {
    animation: .1s ease both fancybox-fadeOut
}

.fancybox-zoomInUp {
    animation: .2s ease both fancybox-zoomInUp
}

.fancybox-zoomOutDown {
    animation: .15s ease both fancybox-zoomOutDown
}

.fancybox-throwOutUp {
    animation: .15s ease both fancybox-throwOutUp
}

.fancybox-throwOutDown {
    animation: .15s ease both fancybox-throwOutDown
}

@keyframes fancybox-fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fancybox-fadeOut {
    to {
        opacity: 0
    }
}

@keyframes fancybox-zoomInUp {
    from {
        transform: scale(0.97) translate3d(0, 16px, 0);
        opacity: 0
    }

    to {
        transform: scale(1) translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes fancybox-zoomOutDown {
    to {
        transform: scale(0.97) translate3d(0, 16px, 0);
        opacity: 0
    }
}

@keyframes fancybox-throwOutUp {
    to {
        transform: translate3d(0, -30%, 0);
        opacity: 0
    }
}

@keyframes fancybox-throwOutDown {
    to {
        transform: translate3d(0, 30%, 0);
        opacity: 0
    }
}

.fancybox__carousel .carousel__slide {
    scrollbar-width: thin;
    scrollbar-color: #ccc rgba(255, 255, 255, .1)
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, .1)
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 2px;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, .2)
}

.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
    cursor: move;
    cursor: grab
}

.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
    cursor: move;
    cursor: grabbing
}

.fancybox__carousel .fancybox__slide .fancybox__content {
    cursor: auto
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
    cursor: zoom-in
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
    cursor: zoom-out
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
    cursor: move;
    cursor: grab
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
    cursor: move;
    cursor: grabbing
}

.fancybox__image {
    transform-origin: 0 0;
    user-select: none;
    transition: none
}

.has-image .fancybox__content {
    padding: 0;
    background: rgba(0, 0, 0, 0);
    min-height: 1px
}

.is-closing .has-image .fancybox__content {
    overflow: visible
}

.has-image[data-image-fit=contain] {
    overflow: visible;
    touch-action: none
}

.has-image[data-image-fit=contain] .fancybox__content {
    flex-direction: row;
    flex-wrap: wrap
}

.has-image[data-image-fit=contain] .fancybox__image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.has-image[data-image-fit=contain-w] {
    overflow-x: hidden;
    overflow-y: auto
}

.has-image[data-image-fit=contain-w] .fancybox__content {
    min-height: auto
}

.has-image[data-image-fit=contain-w] .fancybox__image {
    max-width: 100%;
    height: auto
}

.has-image[data-image-fit=cover] {
    overflow: visible;
    touch-action: none
}

.has-image[data-image-fit=cover] .fancybox__content {
    width: 100%;
    height: 100%
}

.has-image[data-image-fit=cover] .fancybox__image {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
    max-width: 100%;
    flex-shrink: 1;
    min-height: 1px;
    overflow: visible
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
    width: 100%;
    height: 80%
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
    width: 960px;
    height: 540px;
    max-width: 100%;
    max-height: 100%
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
    padding: 0;
    background: rgba(24, 24, 27, .9);
    color: #fff
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
    background: #e5e3df
}

.fancybox__html5video,
.fancybox__iframe {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0)
}

.fancybox-placeholder {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
}

.fancybox__thumbs {
    flex: 0 0 auto;
    position: relative;
    padding: 0px 3px;
    opacity: var(--fancybox-opacity, 1)
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
    animation: .15s ease-in backwards fancybox-fadeIn
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
    opacity: 0
}

.fancybox__thumbs .carousel__slide {
    flex: 0 0 auto;
    width: var(--fancybox-thumbs-width, 96px);
    margin: 0;
    padding: 8px 3px;
    box-sizing: content-box;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    cursor: pointer
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-width: 5px;
    border-style: solid;
    border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
    opacity: 0;
    transition: opacity .15s ease;
    border-radius: var(--fancybox-thumbs-border-radius, 4px)
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
    opacity: .92
}

.fancybox__thumbs .carousel__slide>* {
    pointer-events: none;
    user-select: none
}

.fancybox__thumb {
    position: relative;
    width: 100%;
    padding-top: calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));
    background-size: cover;
    background-position: center center;
    background-color: rgba(255, 255, 255, .1);
    background-repeat: no-repeat;
    border-radius: var(--fancybox-thumbs-border-radius, 4px)
}

.fancybox__toolbar {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
    background: linear-gradient(to top, hsla(0deg, 0%, 0%, 0) 0%, hsla(0deg, 0%, 0%, 0.006) 8.1%, hsla(0deg, 0%, 0%, 0.021) 15.5%, hsla(0deg, 0%, 0%, 0.046) 22.5%, hsla(0deg, 0%, 0%, 0.077) 29%, hsla(0deg, 0%, 0%, 0.114) 35.3%, hsla(0deg, 0%, 0%, 0.155) 41.2%, hsla(0deg, 0%, 0%, 0.198) 47.1%, hsla(0deg, 0%, 0%, 0.242) 52.9%, hsla(0deg, 0%, 0%, 0.285) 58.8%, hsla(0deg, 0%, 0%, 0.326) 64.7%, hsla(0deg, 0%, 0%, 0.363) 71%, hsla(0deg, 0%, 0%, 0.394) 77.5%, hsla(0deg, 0%, 0%, 0.419) 84.5%, hsla(0deg, 0%, 0%, 0.434) 91.9%, hsla(0deg, 0%, 0%, 0.44) 100%);
    padding: 0;
    touch-action: none;
    display: flex;
    justify-content: space-between;
    --carousel-button-svg-width: 20px;
    --carousel-button-svg-height: 20px;
    opacity: var(--fancybox-opacity, 1);
    text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))
}

@media all and (min-width: 1024px) {
    .fancybox__toolbar {
        padding: 8px
    }
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
    animation: .15s ease-in backwards fancybox-fadeIn
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
    opacity: 0
}

.fancybox__toolbar__items {
    display: flex
}

.fancybox__toolbar__items--left {
    margin-right: auto
}

.fancybox__toolbar__items--center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.fancybox__toolbar__items--right {
    margin-left: auto
}

@media(max-width: 640px) {
    .fancybox__toolbar__items--center:not(:last-child) {
        display: none
    }
}

.fancybox__counter {
    min-width: 72px;
    padding: 0 10px;
    line-height: var(--carousel-button-height, 48px);
    text-align: center;
    font-size: 17px;
    font-variant-numeric: tabular-nums;
    -webkit-font-smoothing: subpixel-antialiased
}

.fancybox__progress {
    background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 30;
    user-select: none
}

.fancybox__container:fullscreen::backdrop {
    opacity: 0
}

.fancybox__button--fullscreen g:nth-child(2) {
    display: none
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
    display: none
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
    display: block
}

.fancybox__button--slideshow g:nth-child(2) {
    display: none
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
    display: none
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
    display: block
}

@charset "UTF-8";

/*VARIABLES
====================================================*/
/*Range*/
/*Spacing*/
/*Colors*/
/*Sizes*/
/*Animation*/
/*Icons*/
/*Disabled*/
/*CSS Star Rating Elements
=================================================================*/
/*HELPER*/
.center-all {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/*
Star element
==================================================================*/
.star {
    position: relative;
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*
    Fill states
    ==================================================================*/
    /*
    Colors
    ==================================================================*/
    /*
    Icon Types
    ==================================================================*/
    /*
    Star Size
    ===================================================================*/
    /*
    Disabled
    =================================================*/
    /*
    Direction
    =================================================*/
}

.star svg,
.star i {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-style: normal;
}

.star svg.star-half,
.star svg.star-filled,
.star i.star-half,
.star i.star-filled {
    opacity: 0;
}

.star i {
    top: 1px;
    display: none;
}

.star.icon i,
.star.rating.star-icon i {
    font-size: 25px;
    line-height: 25px;
}

.star.icon i.star-empty:before,
.star.rating.star-icon i.star-empty:before {
    content: "☆";
}

.star.icon i.star-half:before,
.star.rating.star-icon i.star-half:before {
    content: "★";
}

.star.icon i.star-filled:before,
.star.rating.star-icon i.star-filled:before {
    content: "★";
}

.star.custom-icon i,
.rating.theme-kununu .star-container .star i,
.star.rating.star-custom-icon i {
    font-size: 18px;
    line-height: 18px;
}

.star.empty svg.star-half,
.star.empty svg.star-filled,
.star.empty i.star-half,
.star.empty i.star-filled {
    opacity: 0;
}

.star.empty svg.star-empty,
.star.empty i.star-empty {
    opacity: 1;
}

.star.half svg.star-filled,
.rating.value-0.half .star:nth-child(1) svg.star-filled,
.star.half svg.star-empty,
.rating.value-0.half .star:nth-child(1) svg.star-empty,
.star.half i.star-filled,
.rating.value-0.half .star:nth-child(1) i.star-filled,
.star.half i.star-empty,
.rating.value-0.half .star:nth-child(1) i.star-empty {
    opacity: 0;
}

.star.half svg.star-half,
.rating.value-0.half .star:nth-child(1) svg.star-half,
.star.half i.star-half,
.rating.value-0.half .star:nth-child(1) i.star-half {
    opacity: 1;
}

.star.filled svg.star-empty,
.rating.value-12 .star-container .star:nth-child(-n+12) svg.star-empty,
.rating.value-11 .star-container .star:nth-child(-n+11) svg.star-empty,
.rating.value-10 .star-container .star:nth-child(-n+10) svg.star-empty,
.rating.value-9 .star-container .star:nth-child(-n+9) svg.star-empty,
.rating.value-8 .star-container .star:nth-child(-n+8) svg.star-empty,
.rating.value-7 .star-container .star:nth-child(-n+7) svg.star-empty,
.rating.value-6 .star-container .star:nth-child(-n+6) svg.star-empty,
.rating.value-5 .star-container .star:nth-child(-n+5) svg.star-empty,
.rating.value-4 .star-container .star:nth-child(-n+4) svg.star-empty,
.rating.value-3 .star-container .star:nth-child(-n+3) svg.star-empty,
.rating.value-2 .star-container .star:nth-child(-n+2) svg.star-empty,
.rating.value-1 .star-container .star:nth-child(-n+1) svg.star-empty,
.star.filled svg.star-filled,
.rating.value-12 .star-container .star:nth-child(-n+12) svg.star-filled,
.rating.value-11 .star-container .star:nth-child(-n+11) svg.star-filled,
.rating.value-10 .star-container .star:nth-child(-n+10) svg.star-filled,
.rating.value-9 .star-container .star:nth-child(-n+9) svg.star-filled,
.rating.value-8 .star-container .star:nth-child(-n+8) svg.star-filled,
.rating.value-7 .star-container .star:nth-child(-n+7) svg.star-filled,
.rating.value-6 .star-container .star:nth-child(-n+6) svg.star-filled,
.rating.value-5 .star-container .star:nth-child(-n+5) svg.star-filled,
.rating.value-4 .star-container .star:nth-child(-n+4) svg.star-filled,
.rating.value-3 .star-container .star:nth-child(-n+3) svg.star-filled,
.rating.value-2 .star-container .star:nth-child(-n+2) svg.star-filled,
.rating.value-1 .star-container .star:nth-child(-n+1) svg.star-filled,
.star.filled i.star-empty,
.rating.value-12 .star-container .star:nth-child(-n+12) i.star-empty,
.rating.value-11 .star-container .star:nth-child(-n+11) i.star-empty,
.rating.value-10 .star-container .star:nth-child(-n+10) i.star-empty,
.rating.value-9 .star-container .star:nth-child(-n+9) i.star-empty,
.rating.value-8 .star-container .star:nth-child(-n+8) i.star-empty,
.rating.value-7 .star-container .star:nth-child(-n+7) i.star-empty,
.rating.value-6 .star-container .star:nth-child(-n+6) i.star-empty,
.rating.value-5 .star-container .star:nth-child(-n+5) i.star-empty,
.rating.value-4 .star-container .star:nth-child(-n+4) i.star-empty,
.rating.value-3 .star-container .star:nth-child(-n+3) i.star-empty,
.rating.value-2 .star-container .star:nth-child(-n+2) i.star-empty,
.rating.value-1 .star-container .star:nth-child(-n+1) i.star-empty,
.star.filled i.star-filled,
.rating.value-12 .star-container .star:nth-child(-n+12) i.star-filled,
.rating.value-11 .star-container .star:nth-child(-n+11) i.star-filled,
.rating.value-10 .star-container .star:nth-child(-n+10) i.star-filled,
.rating.value-9 .star-container .star:nth-child(-n+9) i.star-filled,
.rating.value-8 .star-container .star:nth-child(-n+8) i.star-filled,
.rating.value-7 .star-container .star:nth-child(-n+7) i.star-filled,
.rating.value-6 .star-container .star:nth-child(-n+6) i.star-filled,
.rating.value-5 .star-container .star:nth-child(-n+5) i.star-filled,
.rating.value-4 .star-container .star:nth-child(-n+4) i.star-filled,
.rating.value-3 .star-container .star:nth-child(-n+3) i.star-filled,
.rating.value-2 .star-container .star:nth-child(-n+2) i.star-filled,
.rating.value-1 .star-container .star:nth-child(-n+1) i.star-filled {
    opacity: 0;
}

.star.filled svg.star-filled,
.rating.value-12 .star-container .star:nth-child(-n+12) svg.star-filled,
.rating.value-11 .star-container .star:nth-child(-n+11) svg.star-filled,
.rating.value-10 .star-container .star:nth-child(-n+10) svg.star-filled,
.rating.value-9 .star-container .star:nth-child(-n+9) svg.star-filled,
.rating.value-8 .star-container .star:nth-child(-n+8) svg.star-filled,
.rating.value-7 .star-container .star:nth-child(-n+7) svg.star-filled,
.rating.value-6 .star-container .star:nth-child(-n+6) svg.star-filled,
.rating.value-5 .star-container .star:nth-child(-n+5) svg.star-filled,
.rating.value-4 .star-container .star:nth-child(-n+4) svg.star-filled,
.rating.value-3 .star-container .star:nth-child(-n+3) svg.star-filled,
.rating.value-2 .star-container .star:nth-child(-n+2) svg.star-filled,
.rating.value-1 .star-container .star:nth-child(-n+1) svg.star-filled,
.star.filled i.star-filled,
.rating.value-12 .star-container .star:nth-child(-n+12) i.star-filled,
.rating.value-11 .star-container .star:nth-child(-n+11) i.star-filled,
.rating.value-10 .star-container .star:nth-child(-n+10) i.star-filled,
.rating.value-9 .star-container .star:nth-child(-n+9) i.star-filled,
.rating.value-8 .star-container .star:nth-child(-n+8) i.star-filled,
.rating.value-7 .star-container .star:nth-child(-n+7) i.star-filled,
.rating.value-6 .star-container .star:nth-child(-n+6) i.star-filled,
.rating.value-5 .star-container .star:nth-child(-n+5) i.star-filled,
.rating.value-4 .star-container .star:nth-child(-n+4) i.star-filled,
.rating.value-3 .star-container .star:nth-child(-n+3) i.star-filled,
.rating.value-2 .star-container .star:nth-child(-n+2) i.star-filled,
.rating.value-1 .star-container .star:nth-child(-n+1) i.star-filled {
    opacity: 1;
}

.star.default svg,
.star-container .star svg {
    fill: #999;
}

.star.default i,
.star-container .star i {
    color: #999;
}

.star.negative svg,
.rating.value-0.half .star svg,
.rating.value-0.half .rating.value-0.star:nth-child(1) .star svg {
    fill: #f03c56;
}

.star.negative i,
.rating.value-0.half .star i,
.rating.value-0.half .rating.value-0.star:nth-child(1) .star i {
    color: #f03c56;
}

.star.ok svg {
    fill: #ffc058;
}

.star.ok i {
    color: #ffc058;
}

.star.positive svg,
.rating.value-12 .star-container .star svg,
.rating.value-11 .star-container .star svg,
.rating.value-10 .star-container .star svg,
.rating.value-9 .star-container .star svg,
.rating.value-8 .star-container .star svg,
.rating.value-7 .star-container .star svg,
.rating.value-6 .star-container .star svg {
    fill: #7ed321;
}

.star.positive i,
.rating.value-12 .star-container .star i,
.rating.value-11 .star-container .star i,
.rating.value-10 .star-container .star i,
.rating.value-9 .star-container .star i,
.rating.value-8 .star-container .star i,
.rating.value-7 .star-container .star i,
.rating.value-6 .star-container .star i {
    color: #7ed321;
}

.star.svg i,
.star.rating.star-svg i {
    display: none;
}

.star.svg svg,
.star.rating.star-svg svg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.star.custom-icon svg,
.rating.theme-kununu .star-container .star svg,
.star.rating.star-custom-icon svg,
.star.icon svg,
.star.rating.star-icon svg {
    display: none;
}

.star.custom-icon i,
.rating.theme-kununu .star-container .star i,
.star.rating.star-custom-icon i,
.star.icon i,
.star.rating.star-icon i {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.star.small,
.rating.small .star.label-value,
.rating.small .rating.star .star.label-value,
.rating.small .rating.label-value .star,
.rating.small .star {
    width: 10px;
    height: 9, 5px;
}

.star.small i,
.rating.small .star.label-value i,
.rating.small .rating.star .star.label-value i,
.rating.small .rating.label-value .star i,
.rating.small .star i {
    font-size: 11px;
    line-height: 10px;
}

.star.medium,
.rating.medium .star.label-value,
.rating.medium .rating.star .star.label-value,
.rating.medium .rating.label-value .star,
.rating.medium .star {
    width: 20px;
    height: 20px;
}

.star.medium i,
.rating.medium .star.label-value i,
.rating.medium .rating.star .star.label-value i,
.rating.medium .rating.label-value .star i,
.rating.medium .star i {
    font-size: 25px;
    line-height: 25px;
}

.star.large,
.rating.large .star.label-value,
.rating.large .rating.star .star.label-value,
.rating.large .rating.label-value .star,
.rating.large .star {
    width: 35px;
    height: 33.3px;
}

.star.large i,
.rating.large .star.label-value i,
.rating.large .rating.star .star.label-value i,
.rating.large .rating.label-value .star i,
.rating.large .star i {
    font-size: 36px;
    line-height: 35px;
}

.star.disabled,
.rating.disabled .star-container .star,
.rating.disabled .rating.label-value .star-container .star,
.rating.disabled .star-container .rating.star .star.label-value,
.rating.disabled .star-container .rating.star .star-container .star,
.rating.disabled .star.label-value {
    opacity: 0.5;
}

.star.direction-rtl svg.star-half,
.rating.direction-rtl .star.star-container svg.star-half,
.star-container.direction-rtl .rating.star .star.star-container svg.star-half,
.rating.direction-rtl .star-container .star svg.star-half,
.star-container.direction-rtl .rating.star .star-container .star svg.star-half,
.star-container.direction-rtl .star svg.star-half,
.star.direction-rtl i.star-half,
.rating.direction-rtl .star.star-container i.star-half,
.star-container.direction-rtl .rating.star .star.star-container i.star-half,
.rating.direction-rtl .star-container .star i.star-half,
.star-container.direction-rtl .rating.star .star-container .star i.star-half,
.star-container.direction-rtl .star i.star-half {
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.star.direction-ltr svg.star-half,
.star-container.direction-ltr .star svg.star-half,
.star.direction-ltr i.star-half,
.star-container.direction-ltr .star i.star-half {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

/*
Label Element
===================================================================*/
.label-value {
    font-size: 18px;
    line-height: 18px;
    /*
    Sizes
    =================================================================*/
    /*
    Disabled
    =================================================*/
}

.label-value.small,
.rating.small .label-value,
.rating.small .rating.star .label-value,
.rating.small .rating.label-value .label-value,
.rating.small .label-value.star {
    font-size: 9.5px;
    line-height: 9.5px;
}

.label-value.medium,
.rating.medium .label-value,
.rating.medium .rating.star .label-value,
.rating.medium .rating.label-value .label-value,
.rating.medium .label-value.star {
    font-size: 18px;
    line-height: 25px;
}

.label-value.large,
.rating.large .label-value,
.rating.large .rating.star .label-value,
.rating.large .rating.label-value .label-value,
.rating.large .label-value.star {
    font-size: 28px;
    line-height: 35px;
}

.label-value.disabled,
.rating.disabled .star-container .label-value.star,
.rating.disabled .star-container .rating.star .label-value,
.rating.disabled .label-value {
    opacity: 0.5;
}

/*
Star Container
==================================================================*/
.star-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 5px;
    margin-right: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /*
    Direction
    ===================================================*/
    /*
    Space
    ======================================================*/
}

.star-container+.star {
    margin-left: 5px;
}

.star-container .star {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.star-container .star svg,
.star-container .star i {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.star-container svg {
    z-index: 2;
}

.star-container i {
    z-index: 1;
}

.star-container.direction-rtl,
.rating.direction-rtl .rating.star-container .star-container .star-container.star,
.rating.direction-rtl .star-container,
.star-container.direction-rtl .rating.star .star-container,
.rating.direction-rtl .star-container .star-container.star,
.rating.direction-rtl .rating.star-container .star-container,
.rating.direction-rtl .star-container .rating.star .star-container,
.star-container.direction-rtl .star-container.star {
    direction: rtl;
}

.star-container.direction-ltr,
.star-container.direction-ltr .star-container.star {
    direction: ltr;
}

.star-container.space-no,
.rating.space-no .star-container {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.star-container.space-between,
.rating.space-between .star-container {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.star-container.space-around,
.rating.space-around .star-container {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

/*
Rating Component
========================================================================= */
.rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 5px;
    /*Rating Value
    ====================================================*/
    /*Hover states
    ====================================================*/
    /*Half stars
    ====================================================*/
    /*Label Visible
    ====================================================*/
    /*Label Position
    ====================================================*/
    /*
    Direction
    ===================================================*/
    /* Star Type
    ====================================================*/
    /* Sizes
    ==========================================================*/
    /* Space
    ====================================================*/
    /* Static Color
      ====================================================*/
    /*Disabled
    ====================================================*/
    /*AnimationSpeed
    ====================================================*/
}

.rating.value-1 .star-container .star svg {
    fill: #f03c56;
}

.rating.value-1 .star-container .star i {
    color: #f03c56;
}

.rating.value-2 .star-container .star svg {
    fill: #f03c56;
}

.rating.value-2 .star-container .star i {
    color: #f03c56;
}

.rating.value-3 .star-container .star svg {
    fill: #ffc058;
}

.rating.value-3 .star-container .star i {
    color: #ffc058;
}

.rating.value-4 .star-container .star svg {
    fill: #7ed321;
}

.rating.value-4 .star-container .star i {
    color: #7ed321;
}

.rating.value-5 .star-container .star svg {
    fill: #7ed321;
}

.rating.value-5 .star-container .star i {
    color: #7ed321;
}

.rating.value-6 .star-container .star svg {
    fill: #7ed321;
}

.rating.value-6 .star-container .star i {
    color: #7ed321;
}

.rating.hover:hover.value-1.half .star-container .star.star-half,
.rating.value-0.half .rating.hover.star:hover.value-1:nth-child(1) .star-container .star.star-half,
.rating.hover:hover.value-1.half .star-container .star.star-filled,
.rating.value-0.half .rating.hover.star:hover.value-1:nth-child(1) .star-container .star.star-filled,
.rating.hover:hover.hover-1 .star-container .star.star-half,
.rating.hover:hover.hover-1 .star-container .star.star-filled {
    opacity: 0;
}

.rating.hover:hover.value-1.half .star-container .star.star-empty,
.rating.value-0.half .rating.hover.star:hover.value-1:nth-child(1) .star-container .star.star-empty,
.rating.hover:hover.hover-1 .star-container .star.star-empty {
    opacity: 1;
}

.rating.hover:hover.hover-1 .star-container .star:nth-child(-n+1) svg.star-empty,
.rating.hover:hover.hover-1 .star-container .star:nth-child(-n+1) svg.star-filled,
.rating.hover:hover.hover-1 .star-container .star:nth-child(-n+1) i.star-empty,
.rating.hover:hover.hover-1 .star-container .star:nth-child(-n+1) i.star-filled {
    opacity: 0;
}

.rating.hover:hover.hover-1 .star-container .star:nth-child(-n+1) svg.star-filled,
.rating.hover:hover.hover-1 .star-container .star:nth-child(-n+1) i.star-filled {
    opacity: 1;
}

.rating.hover:hover.hover-1 .star-container .star svg {
    fill: #f03c56;
}

.rating.hover:hover.hover-1 .star-container .star i {
    color: #f03c56;
}

.rating.hover:hover.value-2.half .star-container .star.star-half,
.rating.value-0.half .rating.hover.star:hover.value-2:nth-child(1) .star-container .star.star-half,
.rating.hover:hover.value-2.half .star-container .star.star-filled,
.rating.value-0.half .rating.hover.star:hover.value-2:nth-child(1) .star-container .star.star-filled,
.rating.hover:hover.hover-2 .star-container .star.star-half,
.rating.hover:hover.hover-2 .star-container .star.star-filled {
    opacity: 0;
}

.rating.hover:hover.value-2.half .star-container .star.star-empty,
.rating.value-0.half .rating.hover.star:hover.value-2:nth-child(1) .star-container .star.star-empty,
.rating.hover:hover.hover-2 .star-container .star.star-empty {
    opacity: 1;
}

.rating.hover:hover.hover-2 .star-container .star:nth-child(-n+2) svg.star-empty,
.rating.hover:hover.hover-2 .star-container .star:nth-child(-n+2) svg.star-filled,
.rating.hover:hover.hover-2 .star-container .star:nth-child(-n+2) i.star-empty,
.rating.hover:hover.hover-2 .star-container .star:nth-child(-n+2) i.star-filled {
    opacity: 0;
}

.rating.hover:hover.hover-2 .star-container .star:nth-child(-n+2) svg.star-filled,
.rating.hover:hover.hover-2 .star-container .star:nth-child(-n+2) i.star-filled {
    opacity: 1;
}

.rating.hover:hover.hover-2 .star-container .star svg {
    fill: #f03c56;
}

.rating.hover:hover.hover-2 .star-container .star i {
    color: #f03c56;
}

.rating.hover:hover.value-3.half .star-container .star.star-half,
.rating.value-0.half .rating.hover.star:hover.value-3:nth-child(1) .star-container .star.star-half,
.rating.hover:hover.value-3.half .star-container .star.star-filled,
.rating.value-0.half .rating.hover.star:hover.value-3:nth-child(1) .star-container .star.star-filled,
.rating.hover:hover.hover-3 .star-container .star.star-half,
.rating.hover:hover.hover-3 .star-container .star.star-filled {
    opacity: 0;
}

.rating.hover:hover.value-3.half .star-container .star.star-empty,
.rating.value-0.half .rating.hover.star:hover.value-3:nth-child(1) .star-container .star.star-empty,
.rating.hover:hover.hover-3 .star-container .star.star-empty {
    opacity: 1;
}

.rating.hover:hover.hover-3 .star-container .star:nth-child(-n+3) svg.star-empty,
.rating.hover:hover.hover-3 .star-container .star:nth-child(-n+3) svg.star-filled,
.rating.hover:hover.hover-3 .star-container .star:nth-child(-n+3) i.star-empty,
.rating.hover:hover.hover-3 .star-container .star:nth-child(-n+3) i.star-filled {
    opacity: 0;
}

.rating.hover:hover.hover-3 .star-container .star:nth-child(-n+3) svg.star-filled,
.rating.hover:hover.hover-3 .star-container .star:nth-child(-n+3) i.star-filled {
    opacity: 1;
}

.rating.hover:hover.hover-3 .star-container .star svg {
    fill: #ffc058;
}

.rating.hover:hover.hover-3 .star-container .star i {
    color: #ffc058;
}

.rating.hover:hover.value-4.half .star-container .star.star-half,
.rating.value-0.half .rating.hover.star:hover.value-4:nth-child(1) .star-container .star.star-half,
.rating.hover:hover.value-4.half .star-container .star.star-filled,
.rating.value-0.half .rating.hover.star:hover.value-4:nth-child(1) .star-container .star.star-filled,
.rating.hover:hover.hover-4 .star-container .star.star-half,
.rating.hover:hover.hover-4 .star-container .star.star-filled {
    opacity: 0;
}

.rating.hover:hover.value-4.half .star-container .star.star-empty,
.rating.value-0.half .rating.hover.star:hover.value-4:nth-child(1) .star-container .star.star-empty,
.rating.hover:hover.hover-4 .star-container .star.star-empty {
    opacity: 1;
}

.rating.hover:hover.hover-4 .star-container .star:nth-child(-n+4) svg.star-empty,
.rating.hover:hover.hover-4 .star-container .star:nth-child(-n+4) svg.star-filled,
.rating.hover:hover.hover-4 .star-container .star:nth-child(-n+4) i.star-empty,
.rating.hover:hover.hover-4 .star-container .star:nth-child(-n+4) i.star-filled {
    opacity: 0;
}

.rating.hover:hover.hover-4 .star-container .star:nth-child(-n+4) svg.star-filled,
.rating.hover:hover.hover-4 .star-container .star:nth-child(-n+4) i.star-filled {
    opacity: 1;
}

.rating.hover:hover.hover-4 .star-container .star svg {
    fill: #7ed321;
}

.rating.hover:hover.hover-4 .star-container .star i {
    color: #7ed321;
}

.rating.hover:hover.value-5.half .star-container .star.star-half,
.rating.value-0.half .rating.hover.star:hover.value-5:nth-child(1) .star-container .star.star-half,
.rating.hover:hover.value-5.half .star-container .star.star-filled,
.rating.value-0.half .rating.hover.star:hover.value-5:nth-child(1) .star-container .star.star-filled,
.rating.hover:hover.hover-5 .star-container .star.star-half,
.rating.hover:hover.hover-5 .star-container .star.star-filled {
    opacity: 0;
}

.rating.hover:hover.value-5.half .star-container .star.star-empty,
.rating.value-0.half .rating.hover.star:hover.value-5:nth-child(1) .star-container .star.star-empty,
.rating.hover:hover.hover-5 .star-container .star.star-empty {
    opacity: 1;
}

.rating.hover:hover.hover-5 .star-container .star:nth-child(-n+5) svg.star-empty,
.rating.hover:hover.hover-5 .star-container .star:nth-child(-n+5) svg.star-filled,
.rating.hover:hover.hover-5 .star-container .star:nth-child(-n+5) i.star-empty,
.rating.hover:hover.hover-5 .star-container .star:nth-child(-n+5) i.star-filled {
    opacity: 0;
}

.rating.hover:hover.hover-5 .star-container .star:nth-child(-n+5) svg.star-filled,
.rating.hover:hover.hover-5 .star-container .star:nth-child(-n+5) i.star-filled {
    opacity: 1;
}

.rating.hover:hover.hover-5 .star-container .star svg {
    fill: #7ed321;
}

.rating.hover:hover.hover-5 .star-container .star i {
    color: #7ed321;
}

.rating.hover:hover.value-6.half .star-container .star.star-half,
.rating.value-0.half .rating.hover.star:hover.value-6:nth-child(1) .star-container .star.star-half,
.rating.hover:hover.value-6.half .star-container .star.star-filled,
.rating.value-0.half .rating.hover.star:hover.value-6:nth-child(1) .star-container .star.star-filled,
.rating.hover:hover.hover-6 .star-container .star.star-half,
.rating.hover:hover.hover-6 .star-container .star.star-filled {
    opacity: 0;
}

.rating.hover:hover.value-6.half .star-container .star.star-empty,
.rating.value-0.half .rating.hover.star:hover.value-6:nth-child(1) .star-container .star.star-empty,
.rating.hover:hover.hover-6 .star-container .star.star-empty {
    opacity: 1;
}

.rating.hover:hover.hover-6 .star-container .star:nth-child(-n+6) svg.star-empty,
.rating.hover:hover.hover-6 .star-container .star:nth-child(-n+6) svg.star-filled,
.rating.hover:hover.hover-6 .star-container .star:nth-child(-n+6) i.star-empty,
.rating.hover:hover.hover-6 .star-container .star:nth-child(-n+6) i.star-filled {
    opacity: 0;
}

.rating.hover:hover.hover-6 .star-container .star:nth-child(-n+6) svg.star-filled,
.rating.hover:hover.hover-6 .star-container .star:nth-child(-n+6) i.star-filled {
    opacity: 1;
}

.rating.hover:hover.hover-6 .star-container .star svg {
    fill: #7ed321;
}

.rating.hover:hover.hover-6 .star-container .star i {
    color: #7ed321;
}

.rating.value-1.half .star-container .star:nth-child(2) svg.star-filled,
.rating.value-0.half .rating.value-1.star:nth-child(1) .star-container .star:nth-child(2) svg.star-filled,
.rating.value-1.half .star-container .star:nth-child(2) svg.star-empty,
.rating.value-0.half .rating.value-1.star:nth-child(1) .star-container .star:nth-child(2) svg.star-empty,
.rating.value-1.half .star-container .star:nth-child(2) i.star-filled,
.rating.value-0.half .rating.value-1.star:nth-child(1) .star-container .star:nth-child(2) i.star-filled,
.rating.value-1.half .star-container .star:nth-child(2) i.star-empty,
.rating.value-0.half .rating.value-1.star:nth-child(1) .star-container .star:nth-child(2) i.star-empty {
    opacity: 0;
}

.rating.value-1.half .star-container .star:nth-child(2) svg.star-half,
.rating.value-0.half .rating.value-1.star:nth-child(1) .star-container .star:nth-child(2) svg.star-half,
.rating.value-1.half .star-container .star:nth-child(2) i.star-half,
.rating.value-0.half .rating.value-1.star:nth-child(1) .star-container .star:nth-child(2) i.star-half {
    opacity: 1;
}

.rating.value-2.half .star-container .star:nth-child(3) svg.star-filled,
.rating.value-0.half .rating.value-2.star:nth-child(1) .star-container .star:nth-child(3) svg.star-filled,
.rating.value-2.half .star-container .star:nth-child(3) svg.star-empty,
.rating.value-0.half .rating.value-2.star:nth-child(1) .star-container .star:nth-child(3) svg.star-empty,
.rating.value-2.half .star-container .star:nth-child(3) i.star-filled,
.rating.value-0.half .rating.value-2.star:nth-child(1) .star-container .star:nth-child(3) i.star-filled,
.rating.value-2.half .star-container .star:nth-child(3) i.star-empty,
.rating.value-0.half .rating.value-2.star:nth-child(1) .star-container .star:nth-child(3) i.star-empty {
    opacity: 0;
}

.rating.value-2.half .star-container .star:nth-child(3) svg.star-half,
.rating.value-0.half .rating.value-2.star:nth-child(1) .star-container .star:nth-child(3) svg.star-half,
.rating.value-2.half .star-container .star:nth-child(3) i.star-half,
.rating.value-0.half .rating.value-2.star:nth-child(1) .star-container .star:nth-child(3) i.star-half {
    opacity: 1;
}

.rating.value-3.half .star-container .star:nth-child(4) svg.star-filled,
.rating.value-0.half .rating.value-3.star:nth-child(1) .star-container .star:nth-child(4) svg.star-filled,
.rating.value-3.half .star-container .star:nth-child(4) svg.star-empty,
.rating.value-0.half .rating.value-3.star:nth-child(1) .star-container .star:nth-child(4) svg.star-empty,
.rating.value-3.half .star-container .star:nth-child(4) i.star-filled,
.rating.value-0.half .rating.value-3.star:nth-child(1) .star-container .star:nth-child(4) i.star-filled,
.rating.value-3.half .star-container .star:nth-child(4) i.star-empty,
.rating.value-0.half .rating.value-3.star:nth-child(1) .star-container .star:nth-child(4) i.star-empty {
    opacity: 0;
}

.rating.value-3.half .star-container .star:nth-child(4) svg.star-half,
.rating.value-0.half .rating.value-3.star:nth-child(1) .star-container .star:nth-child(4) svg.star-half,
.rating.value-3.half .star-container .star:nth-child(4) i.star-half,
.rating.value-0.half .rating.value-3.star:nth-child(1) .star-container .star:nth-child(4) i.star-half {
    opacity: 1;
}

.rating.value-4.half .star-container .star:nth-child(5) svg.star-filled,
.rating.value-0.half .rating.value-4.star:nth-child(1) .star-container .star:nth-child(5) svg.star-filled,
.rating.value-4.half .star-container .star:nth-child(5) svg.star-empty,
.rating.value-0.half .rating.value-4.star:nth-child(1) .star-container .star:nth-child(5) svg.star-empty,
.rating.value-4.half .star-container .star:nth-child(5) i.star-filled,
.rating.value-0.half .rating.value-4.star:nth-child(1) .star-container .star:nth-child(5) i.star-filled,
.rating.value-4.half .star-container .star:nth-child(5) i.star-empty,
.rating.value-0.half .rating.value-4.star:nth-child(1) .star-container .star:nth-child(5) i.star-empty {
    opacity: 0;
}

.rating.value-4.half .star-container .star:nth-child(5) svg.star-half,
.rating.value-0.half .rating.value-4.star:nth-child(1) .star-container .star:nth-child(5) svg.star-half,
.rating.value-4.half .star-container .star:nth-child(5) i.star-half,
.rating.value-0.half .rating.value-4.star:nth-child(1) .star-container .star:nth-child(5) i.star-half {
    opacity: 1;
}

.rating.value-5.half .star-container .star:nth-child(6) svg.star-filled,
.rating.value-0.half .rating.value-5.star:nth-child(1) .star-container .star:nth-child(6) svg.star-filled,
.rating.value-5.half .star-container .star:nth-child(6) svg.star-empty,
.rating.value-0.half .rating.value-5.star:nth-child(1) .star-container .star:nth-child(6) svg.star-empty,
.rating.value-5.half .star-container .star:nth-child(6) i.star-filled,
.rating.value-0.half .rating.value-5.star:nth-child(1) .star-container .star:nth-child(6) i.star-filled,
.rating.value-5.half .star-container .star:nth-child(6) i.star-empty,
.rating.value-0.half .rating.value-5.star:nth-child(1) .star-container .star:nth-child(6) i.star-empty {
    opacity: 0;
}

.rating.value-5.half .star-container .star:nth-child(6) svg.star-half,
.rating.value-0.half .rating.value-5.star:nth-child(1) .star-container .star:nth-child(6) svg.star-half,
.rating.value-5.half .star-container .star:nth-child(6) i.star-half,
.rating.value-0.half .rating.value-5.star:nth-child(1) .star-container .star:nth-child(6) i.star-half {
    opacity: 1;
}

.rating.label-hidden .label-value {
    display: none;
}

.rating.label-visible {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.rating.label-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.rating.label-top .label-value+.star-container {
    margin-left: 0;
    margin-right: 0;
    margin-top: 5px;
}

.rating.label-left .label-value {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.rating.label-left .label-value+.star-container {
    margin-left: 5px;
    margin-right: 0;
}

.rating.label-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.rating.label-right .label-value+.star-container {
    margin-left: 0;
    margin-right: 5px;
}

.rating.label-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.rating.label-bottom .label-value+.star-container {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 5px;
}

.rating.direction-rtl,
.rating.direction-rtl .rating.star-container .star-container .rating.star,
.rating.direction-rtl .star-container .rating.star .star-container .rating.star,
.rating.direction-rtl .rating.star-container,
.star-container.direction-rtl .rating.star .rating.star-container,
.rating.direction-rtl .star-container .rating.star,
.star-container.direction-rtl .rating.star .star-container .rating.star,
.rating.direction-rtl .rating.star-container .rating.star-container,
.rating.direction-rtl .star-container .rating.star .rating.star-container,
.star-container.direction-rtl .rating.star {
    direction: rtl;
}

.rating.direction-ltr,
.star-container.direction-ltr .rating.star {
    direction: ltr;
}

.rating.color-default .star-container .star svg {
    fill: #999 !important;
}

.rating.color-default .star-container .star i {
    color: #999 !important;
}

.rating.color-ok .star-container .star svg {
    fill: #ffc058 !important;
}

.rating.color-ok .star-container .star i {
    color: #ffc058 !important;
}

.rating.color-positive .star-container .star svg {
    fill: #7ed321 !important;
}

.rating.color-positive .star-container .star i {
    color: #7ed321 !important;
}

.rating.color-negative .star-container .star svg {
    fill: #f03c56 !important;
}

.rating.color-negative .star-container .star i {
    color: #f03c56 !important;
}

.rating.immediately .star-container {
    -webkit-transition: all none;
    -moz-transition: all none;
    transition: all none;
}

.rating.immediately .star-container .star {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.rating.immediately .star-container .star svg,
.rating.immediately .star-container .star i {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.rating.noticeable .star-container {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.rating.noticeable .star-container .star {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.rating.noticeable .star-container .star svg,
.rating.noticeable .star-container .star i {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.rating.slow .star-container {
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.rating.slow .star-container .star {
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.rating.slow .star-container .star svg,
.rating.slow .star-container .star i {
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

/*theme modifiers
====================================================*/
.rating.theme-kununu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 78px;
}

.rating.theme-kununu .label-value,
.rating.theme-kununu .star-container {
    width: 100%;
}

.rating.theme-kununu .label-value {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 6px 6px 0 0;
    height: 50px;
    border: 1px solid #e9ecec;
    border-bottom: 0px;
    font-size: 18px;
    font-weight: bold;
    color: #2f3940;
    letter-spacing: -1px;
    background-color: #f8f8f8;
}

.rating.theme-kununu .star-container {
    border-radius: 0 0 6px 6px;
    padding: 2px 0 4px 0;
    margin-left: 0px;
    margin-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #99c613;
    border: 1px solid #99c613;
    border-bottom: 0px;
}

.rating.theme-kununu .star-container .star {
    height: 11px;
    width: 11px;
}

.rating.theme-kununu .star-container .star i {
    font-size: 11px;
    color: #fff;
    text-align: center;
}

.rating.theme-google-places .label-value {
    color: #e7711b;
    font-family: arial, sans-serif;
    font-size: 13px;
    line-height: 15px;
}

.rating.theme-google-places .star-container {
    width: 65px;
    margin-left: 2px;
}

.rating.theme-google-places .star-container .star i {
    font-size: 17px;
    color: #e7711b !important;
}

.rating.theme-google-places .star-container .star i.star-empty {
    opacity: 1 !important;
    color: #e1e1e1 !important;
}

.rating.theme-google-places .star-container .star i.star-empty:before {
    content: "★";
}

.rating.theme-google-places .star-container .star i.star-half {
    width: 7px;
    overflow: hidden;
}

.rating.theme-google-places .star-container .star i.star-half:before {
    content: "★";
}

.rating.theme-google-places .star-container .star i.star-filled:before {
    content: "★";
}

.rating.theme-rolling-stars .star-container .star {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -moz-transition: transform 1s, -moz-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s, -moz-transform 1s;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.rating.theme-rolling-stars.value-1 .star-container .star:nth-child(-n+1) {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -moz-transition: transform 1s, -moz-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s, -moz-transform 1s;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.rating.theme-rolling-stars.value-2 .star-container .star:nth-child(-n+2) {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -moz-transition: transform 1s, -moz-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s, -moz-transform 1s;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.rating.theme-rolling-stars.value-3 .star-container .star:nth-child(-n+3) {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -moz-transition: transform 1s, -moz-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s, -moz-transform 1s;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.rating.theme-rolling-stars.value-4 .star-container .star:nth-child(-n+4) {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -moz-transition: transform 1s, -moz-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s, -moz-transform 1s;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.rating.theme-rolling-stars.value-5 .star-container .star:nth-child(-n+5) {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -moz-transition: transform 1s, -moz-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s, -moz-transform 1s;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.rating.theme-rolling-stars.value-6 .star-container .star:nth-child(-n+6) {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -moz-transition: transform 1s, -moz-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s, -moz-transform 1s;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.rating.theme-rolling-stars.value-0.half .star:nth-child(1),
.rating.value-0.half .rating.theme-rolling-stars.value-0.star:nth-child(1) .star:nth-child(1) {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -moz-transition: transform 1s, -moz-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s, -moz-transform 1s;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.rating.theme-rolling-stars.value-1.half .star-container .star:nth-child(2),
.rating.value-0.half .rating.theme-rolling-stars.value-1.star:nth-child(1) .star-container .star:nth-child(2) {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -moz-transition: transform 1s, -moz-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s, -moz-transform 1s;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.rating.theme-rolling-stars.value-2.half .star-container .star:nth-child(3),
.rating.value-0.half .rating.theme-rolling-stars.value-2.star:nth-child(1) .star-container .star:nth-child(3) {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -moz-transition: transform 1s, -moz-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s, -moz-transform 1s;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.rating.theme-rolling-stars.value-3.half .star-container .star:nth-child(4),
.rating.value-0.half .rating.theme-rolling-stars.value-3.star:nth-child(1) .star-container .star:nth-child(4) {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -moz-transition: transform 1s, -moz-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s, -moz-transform 1s;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.rating.theme-rolling-stars.value-4.half .star-container .star:nth-child(5),
.rating.value-0.half .rating.theme-rolling-stars.value-4.star:nth-child(1) .star-container .star:nth-child(5) {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -moz-transition: transform 1s, -moz-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s, -moz-transform 1s;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.rating.theme-rolling-stars.value-5.half .star-container .star:nth-child(6),
.rating.value-0.half .rating.theme-rolling-stars.value-5.star:nth-child(1) .star-container .star:nth-child(6) {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -moz-transition: transform 1s, -moz-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s, -moz-transform 1s;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}