/*@import url('https://fonts.googleapis.com/css?family=Montserrat:600&display=swap');*/

@font-face {
    font-family: Open Sans;
    src: url("https://cdn.inbenta.io/static/fonts/OpenSans-Regular.woff2") format("woff2"), url("https://cdn.inbenta.io/static/fonts/OpenSans-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Open Sans;
    src: url("https://cdn.inbenta.io/static/fonts/OpenSans-Italic.woff2") format("woff2"), url("https://cdn.inbenta.io/static/fonts/OpenSans-Italic.woff") format("woff");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: Open Sans;
    src: url("https://cdn.inbenta.io/static/fonts/OpenSans-SemiBold.woff2") format("woff2"), url("https://cdn.inbenta.io/static/fonts/OpenSans-SemiBold.woff") format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Open Sans;
    src: url("https://cdn.inbenta.io/static/fonts/OpenSans-SemiBoldItalic.woff2") format("woff2"), url("https://cdn.inbenta.io/static/fonts/OpenSans-SemiBoldItalic.woff") format("woff");
    font-weight: 500;
    font-style: italic
}

@font-face {
    font-family: Open Sans;
    src: url("https://cdn.inbenta.io/static/fonts/OpenSans-Bold.woff2") format("woff2"), url("https://cdn.inbenta.io/static/fonts/OpenSans-Bold.woff") format("woff");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: Open Sans;
    src: url("https://cdn.inbenta.io/static/fonts/OpenSans-BoldItalic.woff2") format("woff2"), url("https://cdn.inbenta.io/static/fonts/OpenSans-BoldItalic.woff") format("woff");
    font-weight: 600;
    font-style: italic
}

/*@font-face {
    font-family: Montserrat;
    src: url("https://cdn.inbenta.io/static/fonts/montserrat-bold-webfont.woff2") format("woff2"), url("https://cdn.inbenta.io/static/fonts/montserrat-bold-webfont.woff") format("woff");
    font-weight: 600;
    font-style: normal
}*/

@font-face {
    font-family: 'Montserrat-SemiBold';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gnD_g.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: Montserrat;
    src: url("https://cdn.inbenta.io/static/fonts/montserrat-medium-webfont.woff2") format("woff2"), url("https://cdn.inbenta.io/static/fonts/montserrat-medium-webfont.woff") format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    src: url("https://cdn.inbenta.io/static/fonts/montserrat-light-webfont.woff2") format("woff2"), url("https://cdn.inbenta.io/static/fonts/montserrat-light-webfont.woff") format("woff");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: inbentaFont;
    src: url("https://cdn.inbenta.io/static/fonts/inbenta.woff2") format("woff2"), url("https://cdn.inbenta.io/static/fonts/inbenta.woff") format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: inbenta-app-icons;
    src: url("https://cdn.inbenta.io/static/fonts/inbenta-app-icons.eot");
    src: url("https://cdn.inbenta.io/static/fonts/inbenta-app-icons.eot?#iefix") format("embedded-opentype"), url("https://cdn.inbenta.io/static/fonts/inbenta-app-icons.woff") format("woff"), url("https://cdn.inbenta.io/static/fonts/inbenta-app-icons.ttf") format("truetype"), url("https://cdn.inbenta.io/static/fonts/inbenta-app-icons.svg#inbenta-app-icons") format("svg");
    font-weight: 400;
    font-style: normal
}

*:focus {
    outline: 1px solid #000 !important;
}

body {
    margin: 0;
}

body .container__category-name__button-wrapper {
    display: none
}

body .inbenta-helpsite {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
    background-color: #ffffff;
    color: #3d3f43;
    height: 100vh;
    overflow-x: hidden;
}

body .inbenta-helpsite * {
    box-sizing: border-box;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-text-size-adjust: none
}

body .inbenta-helpsite b, body .inbenta-helpsite code, body .inbenta-helpsite i, body .inbenta-helpsite p, body .inbenta-helpsite pre, body .inbenta-helpsite small, body .inbenta-helpsite strong, body .inbenta-helpsite table, body .inbenta-helpsite table td, body .inbenta-helpsite ul {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: .4px;
    margin: 0 0 16px
}

body .inbenta-helpsite .container__links, body .inbenta-helpsite .medium {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: normal;
    color: #fff;
}

body .inbenta-helpsite .small, body .inbenta-helpsite small {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 12.15px;
    line-height: 20px;
    letter-spacing: .57px;
    font-weight: 500
}

body .inbenta-helpsite .grey {
    color: #a2a2a2
}

body .inbenta-helpsite i.button, body .inbenta-helpsite i.button--secondary, body .inbenta-helpsite i.container__links, body .inbenta-helpsite i.medium, body .inbenta-helpsite i.small {
    font-weight: 500;
    font-style: italic
}

body .inbenta-helpsite strong {
    letter-spacing: normal;
    font-weight: 500
}

body .inbenta-helpsite b, body .inbenta-helpsite b.button, body .inbenta-helpsite b.button--secondary, body .inbenta-helpsite b.small {
    font-weight: 600
}

body .inbenta-helpsite a {
    text-decoration: none
}

body .inbenta-helpsite a:hover {
    text-decoration: none;
}

body .inbenta-helpsite a:active, body .inbenta-helpsite a:focus, body .inbenta-helpsite a:hover {
    outline: none
}

body .inbenta-helpsite code {
    background-color: rgba(45, 200, 139, .15);
    color: #2dc88b;
    line-height: 1.5rem;
    padding: 4px;
    white-space: nowrap;
    font-size: 15px
}

body .inbenta-helpsite hr {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 20px 0;
    border: none
}

body .inbenta-helpsite h1, body .inbenta-helpsite h2, body .inbenta-helpsite h3, body .inbenta-helpsite h4, body .inbenta-helpsite h5, body .inbenta-helpsite h6 {
    font-family: Montserrat, sans-serif;
    margin: 0 0 4px;
    color: #3d3f43
}

body .inbenta-helpsite h1 {
    font-size: 30px;
    line-height: 49px;
    font-weight: 500
}

body .inbenta-helpsite h2 {
    font-size: 28.005px;
    line-height: 45px;
    font-weight: 300
}

body .inbenta-helpsite h3 {
    font-size: 22.005px;
    line-height: 36px;
    font-weight: 500
}

body .inbenta-helpsite h4 {
    font-size: 19.995px;
    line-height: 32px;
    font-weight: 300
}

body .inbenta-helpsite h5 {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: .3px;
    text-transform: uppercase
}

body .inbenta-helpsite h6 {
    font-size: 12px;
    line-height: 19px;
    font-weight: 400;
    letter-spacing: .4px;
    text-transform: uppercase
}

body .inbenta-helpsite .boxed-list li {
    padding: 8px 16px
}

body .inbenta-helpsite .boxed-list li + li {
    border-top: 1px solid #e7e7e7
}

body .inbenta-helpsite ul li {
    padding: 4px 0
}

body .inbenta-helpsite .scroll {
    width: 100%;
    overflow-y: auto
}

body .inbenta-helpsite .button, body .inbenta-helpsite .button--secondary {
    transition: all .2s cubic-bezier(.25, .75, .5, 1.4) 0s;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    font-family: Open Sans, sans-serif;
    cursor: pointer;
    border-radius: 100px;
    padding: 8px 16px;
    border: none;
    color: #fff;
    text-transform: uppercase;
    height: 40px;
    min-width: 104px
}

body .inbenta-helpsite .inbenta-km__faq:not(.inbenta-km__faq--active) .inbenta-km__faq__title .title__faq__text {
    font-family: OpenSans;
    font-size: 14px;
    line-height: 20px;
    color: #393939;
    font-weight: normal;
    letter-spacing: normal;
}

body .inbenta-helpsite .inbenta-km__faq:not(.inbenta-km__faq--active) .inbenta-km__faq__title:hover .title__faq__text {
    text-decoration: underline;
}

body .inbenta-helpsite .inbenta-km__categories--contents .inbenta-km__faq:not(.inbenta-km__faq--active) .inbenta-km__faq__title:hover .title__faq__text {
    text-decoration: none;
}

body .inbenta-helpsite .inbenta-km-title {
    color: #393939;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    padding: 6px;
}

body .inbenta-helpsite .inbenta-km__category .content-category__icon {
    display: none
}

body .inbenta-helpsite .inbenta-km__category .content-category__title {
    background-color: #fff
}

body .inbenta-helpsite :not(.inbenta-km-icon):not(.inbenta-helpsite__body) {
    -webkit-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1
}

/** ----------------------------- Base ---------------------------- */
body .inbenta-helpsite__body {
    margin: 56px 0 0 0;
    width: 100%;
    background-color: #ffffff;
}

body .inbenta-helpsite__body > * {
    max-width: 1200px;
    margin: auto;
}

body .inbenta-helpsite__body .error {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
    background-color: #fff;
    margin-bottom: 32px;
    padding: 40px
}

/** ----------------------------- Header ---------------------------- */
body .inbenta-helpsite__header {
    background-color: #5c5bff;
    z-index: 80;
    width: 100%;
    position: fixed;
    height: 56px;
    top: 0;
    left: 0;
}

body .inbenta-helpsite__header__container {
    max-width: 1200px;
    margin: 0 auto;
    color: #ffffff;
}

body .inbenta-helpsite__header .container__logo {
    width: 32px;
    height: 32px;
    margin: auto 10px;
}

body .inbenta-helpsite__header .container__top {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

body .inbenta-helpsite__header .container__top a {
    color: #ffffff;
    font-weight: normal;
    align-self: center;
}

body .inbenta-helpsite__header .container__top .container__right, body .inbenta-helpsite__header .container__top .container__left {
    display: flex;
    white-space: nowrap;
}

body .inbenta-helpsite__header .container__top .container__left a {
    font-family: 'Montserrat-SemiBold';
    font-size: 18px;
    font-weight: 600;
}

body .inbenta-helpsite__header .container__top a.button--secondary {
    font-family: OpenSans;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    font-weight: normal;
    text-transform: none;
    border-radius: 4px;
    background-color: #4545db;
    margin: 8px;
    align-items: center;
}

body .inbenta-helpsite__header .container__top a.button--secondary:before {
    content: '';
    display: inline-block;
    background-image: url(/assets/images/icon-external-link.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 28px;
    height: 28px;
    vertical-align: middle;
}

body .inbenta-helpsite__header .container__top a.button--secondary:hover {
    color: #393939;
    background-color: #ffd700;
}

body .inbenta-helpsite__header .container__top a.button--secondary:hover:before {
    background-image: url(/assets/images/icon-external-link-hover.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

body .inbenta-helpsite__header .container__top .container__links {
    float: left;
    margin-right: 20px;
}

body .inbenta-helpsite__header .container__top .container__buttons {
    float: left;
    flex-basis: auto;
}

body .inbenta-helpsite .container__logo {
    font-family: Montserrat;
    font-size: 18px;
    line-height: 22px;
}

body .inbenta-helpsite .container__logo span {
    color: #e95f68
}

body .inbenta-helpsite .container__logo:hover {
    color: #fff
}

body .inbenta-helpsite .container__links {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

body .inbenta-helpsite .container__link {
    margin: 0 20px;
    display: flex;
    flex-direction: column;
    position: relative;
}

body .inbenta-helpsite .container__link--active:before {
    content: '';
    display: block;
    vertical-align: -50%;
    width: 100%;
    height: 4px;
    position: absolute;
    top: -18px;
    left: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #ffd700;
}

body .inbenta-helpsite .container__links a:not(.inbenta-helpsite__lang_option):hover {
    text-decoration: underline
}

body .inbenta-helpsite .container__buttons {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 33.3%;
    -ms-flex-basis: 33.3%;
    flex-basis: 33.3%
}

body .inbenta-helpsite .container__buttons .button-floating, body .inbenta-helpsite .container__buttons .button-icon {
    -webkit-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1
}

body .inbenta-helpsite .container__buttons .button-floating i, body .inbenta-helpsite .container__buttons .button-icon i {
    color: #fff
}

/** ----------------------------- Home Banner ---------------------------- */
body .inbenta-helpsite__body .inbenta-helpsite__body__banner {
    background-color: #4545db;
    max-width: none;
    padding-left: 16px;
    margin-top: -1px;
}

body .inbenta-helpsite__body .inbenta-helpsite__body__banner .container__left {
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-direction: column;
}

body .inbenta-helpsite__body .inbenta-helpsite__body__banner h2 {
    margin-top: 56px;
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    color: #ffffff;
}

body .inbenta-helpsite__body .inbenta-helpsite__body__banner h3 {
    font-family: Montserrat;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
}

/** ----------------------------- Search bar ---------------------------- */

body .inbenta-helpsite__body .inbenta-km__search {
    max-width: none;
    background-color: #5c5bff;
    padding: 24px 0 0 0;
    margin-bottom: 30px;
    margin-top: -1px;
}

body .inbenta-helpsite__body .inbenta-km__search .inbenta-km__search--link {
    color: #ffffff;
    font-family: OpenSans;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 14px;
    margin: auto;
    max-width: 1200px;
    padding: 25px 0;
    position: relative;
    text-align: right;
}

body .inbenta-helpsite__body .inbenta-km__search .inbenta-km__search--link p {
    font-size: 14px;
    letter-spacing: normal;
    line-height: 14px;
    margin: 0;
}

body .inbenta-helpsite__body .inbenta-km__search .inbenta-km__search--link a {
    color: #ffd700;
    text-decoration: underline;
}

body .inbenta-km__categories .inbenta-km__categories__container {
    display: flex;
    flex-direction: row;
}

body .inbenta-km__categories .inbenta-km__categories--sidebar {
    width: 27%;
}

body .inbenta-km__categories .inbenta-km__categories--contents {
    width: 70%;
}

body .inbenta-helpsite__body .inbenta-km__search__form {
    max-width: 1200px;
    margin: auto;
    border-radius: 20px;
    background-color: #ffffff;
    height: 40px;
    box-shadow: none;
    position: relative;
}

body .inbenta-helpsite__body .inbenta-km__search__form .form__input::placeholder {
    color: #c9c9d2;
    font-size: 14px;
    font-weight: normal;
}

body .inbenta-helpsite__body .inbenta-km__search__form .inbenta-km-input.form__input {
    border-radius: 20px;
    background-color: #ffffff;
    height: 41px;
    padding-left: 40px;
    margin-left: 0;
    margin-right: 0;
    border: solid 1px #c9c9d2;
    font-family: OpenSans;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #393939;
}

body .inbenta-helpsite__body .inbenta-km__search__form .inbenta-km-input.form__input:focus {
    border: solid 1px #757575;
}

body .inbenta-helpsite__body .inbenta-km__search__form .form__input:focus:invalid ~ .form__button-close {
    display: block;
    background-image: url(/assets/images/close.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 28px;
    height: 28px;
    position: absolute;
    right: 72px;
    top: 5px;
}

body .inbenta-helpsite__body .inbenta-km__search__form .form__input:not(:focus):invalid ~ .form__button-close {
    content: '';
    display: block;
    background-image: url(/assets/images/search_black.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 10px;
    top: 9px;
}

body .inbenta-helpsite__body .inbenta-km__search__form .form__input:focus:invalid {
    padding-left: 17px;
    padding-right: 32px;
}

body .inbenta-helpsite__body .inbenta-km__search__form .form__input:valid {
    padding-left: 17px;
    padding-right: 32px;
}

body .inbenta-helpsite__body .inbenta-km__search__form .form__input:valid ~ .form__button-close {
    display: block;
    background-image: url(/assets/images/close.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 28px;
    height: 28px;
    position: absolute;
    right: 72px;
    top: 5px;
}

body .inbenta-helpsite__body .inbenta-km__search__form .form__button .inbenta-km-button {
    background-color: #4545db;
    height: 41px;
    width: 60px;
    transition: all .3s cubic-bezier(.3, .01, .6, .99) 0s;
    border: solid 1px #757575;
    border-left: none;
    border-radius: 0 20px 20px 0;
}

body .inbenta-helpsite__body .inbenta-km__search__form .form__button .inbenta-km-button .inbenta-km-icon:before {
    display: inline-block;
    font-family: inherit !important;
    font-style: inherit !important;
    font-weight: inherit !important;
    font-variant: inherit !important;
    text-transform: inherit !important;
    speak: inherit;
    line-height: inherit;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    font-size: inherit;
    content: inherit;
    color: inherit;
}

body .inbenta-helpsite__body .inbenta-km__search__form .form__button .inbenta-km-button .inbenta-km-icon {
    background-image: url(/assets/images/search.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 28px;
    height: 28px;
    vertical-align: middle;
}

body .inbenta-helpsite__body .inbenta-km__search__form .form__button .inbenta-km-button .inbenta-km-icon:before {
    display: none;
}

body .inbenta-helpsite__body .inbenta-km__search__form .form__input:focus:invalid ~ .form__button .inbenta-km-button {
    position: absolute;
    right: -1px;
    top: 0px;
}

body .inbenta-helpsite__body .inbenta-km__search__form .form__input:not(:focus):invalid ~ .form__button .inbenta-km-button {
    display: none;
}

body .inbenta-helpsite__body .inbenta-km__search__form .form__input:valid ~ .form__button {
    position: absolute;
    right: -1px;
    top: 0px;
}

/** ----------------------------- Autocomplete  ---------------------------- */

body .inbenta-helpsite__body .inbenta-km__autocompleter {
    border-radius: 4px;
    border: solid 1px #e0e0e8;
    background-color: #ffffff;
    border-top: solid 4px #ffcb06;
    box-shadow: inherit;
}

body .inbenta-helpsite__body .inbenta-km__autocompleter .inbenta-km__autocompleter__link:first-child {
    margin-top: 28px;
}

body .inbenta-helpsite__body .inbenta-km__autocompleter__link {
    display: flex !important;
    flex-direction: column;

    padding: 12px 24px;
    font-family: OpenSans;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #393939 !important;
}

body .inbenta-helpsite__body .inbenta-km__autocompleter .inbenta-km__autocompleter__category {
    margin-bottom: 4px;
    font-family: OpenSans;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #6f7274;
}

body .inbenta-helpsite__body .inbenta-km__autocompleter .inbenta-km__autocompleter__title {
    margin-bottom: 8px;

    font-family: OpenSans;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #5c5bff;
}

body .inbenta-helpsite__body .inbenta-km__autocompleter .inbenta-km__autocompleter__answer-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-family: OpenSans;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #393939;
}

body .inbenta-helpsite__body .inbenta-km__autocompleter .inbenta-km__autocompleter__link:last-child {
    margin-bottom: 28px;
}

body .inbenta-helpsite__body .inbenta-km__autocompleter__link:focus {
    cursor: pointer;
    background: #f6f6f6;
}


body .inbenta-helpsite__body .inbenta-km__autocompleter .inbenta-km__autocompleter__footer {
    height: 56px;
    padding: 18px 0 18px 24px;
    background-color: #ffffff;
    font-family: OpenSans;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #5c5bff;
    border-top: solid 1px #e0e0e8;
}


body .inbenta-helpsite__body .inbenta-km__autocompleter .inbenta-km__autocompleter__footer:after {
    content: '';
    display: inline-block;
    background-image: url(/assets/images/chevron-right-cornflower.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 14px;
    height: 14px;
    margin-bottom: -3px;
    margin-left: 4px;
}

/** ----------------------------- Breadcrumb  ---------------------------- */
body .inbenta-km__breadcrumb {
    max-width: 1200px;
    margin: auto;
    background-color: #ffffff;
}

body .inbenta-km__breadcrumb .inbenta-km__breadcrumb__element {
    padding-right: 0;
}

body .inbenta-km__breadcrumb .inbenta-km__breadcrumb__element:before {
    padding: 0;
}

body .inbenta-km__breadcrumb .inbenta-km__breadcrumb__element:hover .inbenta-km__breadcrumb__element__title {
    text-decoration: underline;
    text-decoration-color: #5c5bff;
}

body .inbenta-km__breadcrumb__element.inbenta-km-active:hover .inbenta-km__breadcrumb__element__title {
    text-decoration: none;
}

body .inbenta-km__breadcrumb .inbenta-km__breadcrumb__element:first-child:before {
    content: '';
}

body .inbenta-km__breadcrumb .inbenta-km__breadcrumb__element__title {
    font-family: OpenSans;
    font-size: 12px;
    font-weight: normal;
    color: #5c5bff;
    text-decoration-color: #5c5bff;
}

body .inbenta-km__breadcrumb .inbenta-km__breadcrumb__element.inbenta-km-active .inbenta-km__breadcrumb__element__title {
    color: #757575;
}

body .inbenta-km__breadcrumb .inbenta-km__breadcrumb__element:after {
    content: '';
    display: inline-block;
    background-image: url(/assets/images/chevron-right-cornflower.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 12px;
    height: 12px;
}

body .inbenta-km__breadcrumb .inbenta-km__breadcrumb__element:last-child:after {
    background-image: none;
}


/** ----------------------------- Popular page  ---------------------------- */
body .inbenta-km__popular {
    background-color: #ffffff;
}

/** ----------------------------- Result page  ---------------------------- */
body .inbenta-km__results {
    background-color: #ffffff;
}

body .inbenta-km__results .inbenta-km__results__container {
    display: flex;
    flex-direction: row;
}

body .inbenta-km__results .inbenta-km__categories--sidebar {
    width: 27%;
}

body .inbenta-km__results .inbenta-km__categories--contents {
    width: 70%;
}

/** ----------------------------- Categories  ---------------------------- */
body .inbenta-km__categories {
    background-color: #ffffff;
}

body .inbenta-km__categories .inbenta-km__categories__container {
    display: flex;
    flex-direction: row;
}

body .inbenta-km__categories .inbenta-km__categories--sidebar {
    width: 27%;
}

body .inbenta-km__categories .inbenta-km__categories--contents {
    width: 70%;
}

body .inbenta-km__categories .container__category__group:last-of-type {
    margin: 0;
}

/** ----------------------------- Footer ---------------------------- */
body .inbenta-helpsite__footer {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    background-color: #ffcb05;
    color: #fff;
    justify-self: flex-end;
    margin-top: auto;
    flex-shrink: 0 !important;
}

body .inbenta-helpsite__footer a {
    font-family: OpenSans;
    font-size: 11px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: normal;
    color: #757575;
}

body .inbenta-helpsite__footer__container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-grow: 2;
    -ms-flex-grow: 2;
    flex-grow: 2;
    margin: 0 auto;
    width: 100%;
}

body .inbenta-helpsite__footer__container--top {
    background-color: #ffcb05;
    padding: 22px 0;
    padding-right: 22px;
    max-width: 1200px;
    justify-content: space-between;
}

body .inbenta-helpsite__footer__container--top a {
    padding: 0 16px;
    white-space: nowrap;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: normal;
    color: #3c3c3c;
    border-right: solid 0.5px #3c3c3c;
}

body .inbenta-helpsite__footer__container--top .secondary__content__logo {
    display: flex;
    background-image: url(https://static-or00.inbenta.com/ae43d4bf0427eb34b389144eef77e4bbe5635db1d4633f0cde1f15b9f9699cef/laposte.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 110px;
    height: 20px;
    margin-left: 8px;
}

body .inbenta-helpsite__footer__container--top .container__links {
    display: flex;
    flex-flow: row wrap;
    min-width: fit-content;
}

body .inbenta-helpsite__footer__container--top a:not(.inbenta-helpsite__lang_option):hover {
    color: #393939;
    text-decoration: underline;
}

body .inbenta-helpsite__footer__container--bottom {
    background-color: #ffffff;
    padding: 23px;
    display: none;
}

body .inbenta-helpsite__footer__container--bottom p {
    opacity: 0.8;
    font-family: OpenSans;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #393939;
}

body .inbenta-helpsite__footer__container--bottom .container__center {
    display: flex;
    flex-direction: row;
    align-items: center;
}

body .inbenta-helpsite__footer__container--bottom .footer__container__image {
    width: 62px;
    height: 21px;
    object-fit: contain;
    margin: 0 10px;
}

body .inbenta-helpsite__footer__container--bottom .footer__container__text {
    margin: 0;
}

body .inbenta-helpsite__footer__container--bottom .footer__container__text-bold {
    font-weight: bold;
}

body .inbenta-helpsite__footer__lang_selector {
    position: relative;
}

input#lang-select-handler {
    position: absolute;
    opacity: 0;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

label[for=lang-select-handler] {
    -webkit-transition: all 125ms ease-in-out;
    transition: all 125ms ease-in-out;
    position: relative;
    padding: 0 16px;
    display: block;
    z-index: 90;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

label[for=lang-select-handler] img {
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 100px;
}

label[for=lang-select-handler]:after {
    content: '';
    display: inline;
    position: absolute;
    right: -18px;
    top: 2px;
    background-image: url(/assets/images/icon-chevron-down-grey.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 14px;
    height: 14px;
}

input#lang-select-handler:checked ~ label[for=lang-select-handler]:after {
    background-image: url(/assets/images/icon-chevron-up-grey.svg);

}

nav.inbenta-helpsite__lang_select {
    position: absolute;
    z-index: 80;
    width: 160px;
    height: 96px;
    border-radius: 4px;
    border: solid 1px #e0e0e8;
    background-color: #ffffff;
    bottom: 32px;
    left: 0;
    display: none;
    flex-direction: column;
    -ms-flex-direction: column;
}

nav.inbenta-helpsite__lang_select .inbenta-helpsite__lang_option {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding: 12px 16px;
}

nav.inbenta-helpsite__lang_select .inbenta-helpsite__lang_option:not(.inbenta-helpsite__lang_option--active):hover {
    background-color: rgba(92, 91, 255, 0.05);
    cursor: pointer;
}

nav.inbenta-helpsite__lang_select .inbenta-helpsite__lang_option--active {
    background-color: #5c5bff;
}

nav.inbenta-helpsite__lang_select .inbenta-helpsite__lang_option_text {
    padding: 2px 12px;
    margin: 0;
    font-family: OpenSans;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #393939;
}

nav.inbenta-helpsite__lang_select .inbenta-helpsite__lang_option--active .inbenta-helpsite__lang_option_text {
    color: #ffffff;
}

nav.inbenta-helpsite__lang_select .inbenta-helpsite__lang_option img {
    width: 24px;
    height: 24px;
    background: white;
    border-radius: 50%;
}

input#lang-select-handler:checked ~ nav.inbenta-helpsite__lang_select {
    opacity: 1;
    visibility: visible;
    display: flex;
}

.content-category {
    flex-grow: 2;
    align-items: center;
    display: flex;
}

/* Navigation mobile menu */
input#menu-handler {
    position: absolute;
    opacity: 0;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

label[for=menu-handler] {
    position: relative;
    top: 0;
    right: -33px;
    z-index: 90;
    width: 0px;
    height: 0px;
}

body .inbenta-helpsite__header__mobile {
    display: none;
}

body .inbenta-helpsite__header__mobile .container__links {
    display: flex;
    flex-direction: column;
    padding-left: 24px;
}

body .inbenta-helpsite__header__mobile .container__links .link__title {
    padding-top: 12px;
    padding-bottom: 6px;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: #393939;

}

body .inbenta-helpsite__header__mobile .container__links .link__title--active {
    color: #5c5bff;
    position: relative;
}

body .inbenta-helpsite__header__mobile .container__links .link__title--active:before {
    content: '';
    display: inline;
    position: absolute;
    left: -24px;
    top: 6px;
    vertical-align: -50%;
    width: 4px;
    height: 30px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #ffd700;
}

body .inbenta-helpsite__header__mobile .link__categories {
    display: flex;
    flex-direction: column;
}

body .inbenta-helpsite__header__mobile .link__categories .link__category {
    padding: 12px 12px 12px 16px;
    font-family: OpenSans;
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #6f7274;
}

body .inbenta-helpsite__header__mobile .link__categories .link__category--active {
    color: #5c5bff;
    position: relative;
}

body .inbenta-helpsite__header__mobile .link__categories .link__category--active:before {
    content: '';
    display: inline;
    position: absolute;
    left: 0px;
    top: 6px;
    vertical-align: -50%;
    width: 4px;
    height: 30px;
    border-radius: 20px;
    background-color: #ffd700;
}

body .inbenta-helpsite__header__mobile .container__footer {
    border-top: solid 1px #e0e0e8;
}

body .inbenta-helpsite__header__mobile .container__footer .button--secondary {
    font-family: OpenSans;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    text-transform: none;
    line-height: 1.43;
    letter-spacing: normal;
    color: #393939;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: left;
}

body .inbenta-helpsite__header__mobile .container__footer .button--secondary:before {
    content: '';
    display: inline-block;
    background-image: url(/assets/images/icon-external-link-hover.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 28px;
    height: 28px;
    vertical-align: middle;
}

@media (max-width: 767px) {
    body .inbenta-helpsite__header {
        height: 61px;
    }

    body .inbenta-helpsite__header__container {
        padding: 12px 0;
    }

    body .inbenta-helpsite__header .container__links {
        display: none;
    }

    body .inbenta-helpsite__header .container__buttons .button--secondary {
        display: none
    }

    body .inbenta-helpsite__header .container__buttons:after {
        position: relative;
        content: "";
        display: block;
        background-image: url(/assets/images/icon-menu.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 33px;
        height: 33px;
        margin-right: 12px;
    }

    label[for=menu-handler] {
        width: 36px;
        height: 36px;
        cursor: pointer;
    }

    nav.inbenta-helpsite__header__mobile {
        position: fixed;
        width: 100%;
        width: calc(94% - 16px);
        height: 92%;
        height: calc(100% - 61px);
        z-index: 80;
        top: 61px;
        right: -16px;
        padding-top: 12px;
        display: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: space-between;
        opacity: 0;
        visibility: hidden;
        background-color: #ffffff;
        box-shadow: -100px 0px rgba(0, 0, 0, 0.7);
    }

    body .inbenta-helpsite__body {
        margin: 61px 0 0 0;
    }
}

@media (max-width: 768px) {
    input#menu-handler:checked ~ nav.inbenta-helpsite__header__mobile {
        opacity: 1;
        visibility: visible;
        display: flex;

    }

    input#menu-handler:checked ~ .inbenta-helpsite__body *:not(nav), input#menu-handler:checked ~ .inbenta-helpsite__footer * {
        pointer-events: none;
    }

    .inbenta-helpsite__header {
        width: 100%;
        max-height: 61px;
    }

    body .inbenta-km__breadcrumb:not(.inbenta-km__breadcrumb--upper) > .inbenta-km__breadcrumb__element:nth-last-child(2) {
        padding-left: 32px;
        background: url(../images/icon-arrow-left.svg) no-repeat;
        background-position: 0px -5px;
    }

    body .inbenta-km__breadcrumb:not(.inbenta-km__breadcrumb--upper) > .inbenta-km__breadcrumb__element:nth-last-child(2):after {
        display: none;
    }

    body .inbenta-km__breadcrumb:not(.inbenta-km__breadcrumb--upper) > .inbenta-km__breadcrumb__element:not(:nth-last-child(2)) {
        display: none;
    }

    body .inbenta-km__breadcrumb.inbenta-km__breadcrumb--upper > .inbenta-km__breadcrumb__element:nth-last-child(3) {
        padding-left: 32px;
        background: url(../images/icon-arrow-left.svg) no-repeat;
        background-position: 0px -5px;
    }

    body .inbenta-km__breadcrumb.inbenta-km__breadcrumb--upper > .inbenta-km__breadcrumb__element:nth-last-child(3):after {
        display: none;
    }

    body .inbenta-km__breadcrumb.inbenta-km__breadcrumb--upper > .inbenta-km__breadcrumb__element:not(:nth-last-child(3)) {
        display: none;
    }
}

.inbenta-km__breadcrumb {
    font-size: 11px !important;
    font-weight: 600 !important;
    line-height: 18px !important;
    margin-bottom: 26px !important;
    font-family: OpenSans, Open Sans, sans-seri !important;
    padding: 0;
}

.inbenta-km__breadcrumb__element.inbenta-km-active a {
    cursor: default;
    color: #7a7a7a;
    pointer-events: none;
}

.inbenta-km__rating__comment--hidden, .inbenta-km__rating__thanks--hidden, .inbenta-km__rating__content--hidden, .inbenta-km__rating__contact--hidden {
    display: none !important;
}

.container__category-name__button-wrapper a {
    color: white !important;
    text-decoration: none;
}

.container__category-name__button-wrapper {
    display: block !important;
}

@media screen and (max-width: 1232px) {
    body .inbenta-helpsite__body > *,
    body .inbenta-helpsite__body .inbenta-km__search__form {
        margin-left: 16px !important;
        margin-right: 16px !important;
    }
    body .inbenta-helpsite__body > * ~ * {
        margin-top: 32px;
    }
    body .inbenta-helpsite__body > .inbenta-helpsite__body__banner,
    body .inbenta-helpsite__body > .inbenta-km__search {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    body .inbenta-helpsite__body .inbenta-km__search .inbenta-km__search--link {
        margin-left: 16px !important;
        margin-right: 16px !important;
    }
    body .inbenta-helpsite .inbenta-helpsite__body .flex__container {
        margin-left: 16px !important;
        margin-right: 0 !important;
        max-width: none !important;
    }
    body .inbenta-helpsite .inbenta-helpsite__body .flex__container .column--populars {
        padding-left: 0px !important;
    }
}

@media screen and (max-width: 1100px) {
    nav.inbenta-helpsite__lang_select {
        right: 0;
        left: auto;
    }
}

@media (max-width: 824px) {
    .inbenta-km-title, .inbenta-km__modal .content__header__text {
        font-size: 24px
    }

    body .inbenta-helpsite__header .container__logo {
        -webkit-flex-shrink: 0;
        -ms-flex-shrink: 0;
        flex-shrink: 0;
        -webkit-flex-basis: auto;
        -ms-flex-basis: auto;
        flex-basis: auto;
    }

    body .inbenta-helpsite__header .container__center {
        padding-bottom: 44px
    }

    body .inbenta-helpsite__header .container__center h1 {
        font-size: 30px;
        line-height: normal
    }

    body .inbenta-helpsite__header .container__center h3 {
        font-size: 22.005px
    }

    body .inbenta-helpsite__header .container__buttons, body .inbenta-helpsite__header .container__links {
        -webkit-flex-basis: auto;
        -ms-flex-basis: auto;
        flex-basis: auto
    }

    body .inbenta-helpsite__body .inbenta-km__autocompleter {
        width: 100vw;
        margin-left: -17px;
    }

    body .inbenta-helpsite__footer__container {
        max-width: 100%;
    }

    body .inbenta-helpsite__footer .container__logo {
        -webkit-flex-shrink: 0;
        -ms-flex-shrink: 0;
        flex-shrink: 0;
        margin: 0 24px
    }

    body .inbenta-helpsite__footer__container--top a {
        padding-left: 7px;
        padding-right: 7px;
    }

    body .inbenta-helpsite__footer .container__buttons, body .inbenta-helpsite__footer .container__links, body .inbenta-helpsite__footer .container__logo {
        -webkit-flex-basis: auto;
        -ms-flex-basis: auto;
        flex-basis: auto
    }
}

@media (min-width: 671px) {
    body .display-on-mobile {
        display: none !important;
    }
}

@media screen and (max-width: 670px) {
    body .hide-on-mobile {
        display: none !important;
    }

    body .display-on-mobile {
        display: block;
    }


    body .inbenta-helpsite__body > * ~ * {
        margin-top: 24px;
    }

    body .inbenta-helpsite__footer__container {
        padding: 0;
    }

    body .inbenta-helpsite__footer__container--bottom {
        padding-bottom: 16px;
    }

    body .inbenta-helpsite__footer__container--top {
        justify-content: flex-start;
        padding: 0 16px 16px 16px;
        background-color: #ffffff;
        margin-bottom: -1px;
    }

    body .inbenta-helpsite__footer .container__links {
        display: flex;
        flex-direction: column;
        min-width: 100%;
        font-size: 11px;
    }

    body .inbenta-helpsite__footer .container__links > a {
        border-bottom: solid 0.5px #e0e0e8;
        border-right: none;
        padding: 11px 0 8px 0;
    }

    body .inbenta-helpsite__footer .container__logo {
        margin-left: 0;
    }

    label[for=lang-select-handler] {
        padding: 0;
        width: auto;
        height: auto;
        font-family: OpenSans;
        font-size: 11px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.45;
        letter-spacing: normal;
        color: #6f7274;
        border-bottom: solid 0.5px #e0e0e8;
        border-right: none;
        padding: 11px 0 8px 0;
    }

    body .inbenta-helpsite__footer__container--top {
        padding: 0 0 16px 0;
    }

    body .inbenta-helpsite__footer__container--top .container__links > a,
    body .inbenta-helpsite__footer__container--top .container__links label[for=lang-select-handler] {
        margin: 0 16px;

    }

    nav.inbenta-helpsite__lang_select .inbenta-helpsite__lang_option img {
        height: 16px;
        width: 16px;
    }

    nav.inbenta-helpsite__lang_select .inbenta-helpsite__lang_option--active {
        position: relative;
        align-items: center;
    }

    nav.inbenta-helpsite__lang_select .inbenta-helpsite__lang_option--active:after {
        content: '';
        display: inline;
        position: absolute;
        right: 16px;
        top: 8px;
        background-image: url(/assets/images/icon-small-check.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 28px;
        height: 28px;
    }

    nav.inbenta-helpsite__lang_select .inbenta-helpsite__lang_option .inbenta-helpsite__lang_option_text {
        font-size: 12px;
        align-self: flex-end;
    }

    label[for=lang-select-handler]:after {
        right: 0;
        top: 10px;
    }

    input#lang-select-handler:checked ~ nav.inbenta-helpsite__lang_select {
        width: auto;
        height: auto;
        position: initial;
        border-radius: 0;
        border: none;
    }
}

@media (max-width: 595px) {
    body .inbenta-km__rating__comment {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    body .inbenta-km__rating .comment__phrase {
        width: 100%;
        margin-bottom: 16px
    }

    body .inbenta-km__rating .comment__feedback .inbenta-km-input {
        margin-left: 0
    }

    body .inbenta-helpsite .button--big, body .inbenta-helpsite .button--secondary--big {
        height: auto;
        min-height: 48px
    }

    body .inbenta-helpsite__footer__container {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    body .inbenta-helpsite__footer .container__buttons {
        width: 100%;
        justify-content: flex-end;
        padding: 8px 0 0 16px;
    }
}

@media (max-width: 595px) {
    body .inbenta-helpsite__body .inbenta-helpsite__body__banner {
        display: none;
    }

    body .inbenta-helpsite__header .container__links {
        display: none;
    }

    body .inbenta-helpsite__header .container__logo {
        margin-left: 8px;
    }

    body .inbenta-helpsite__header .container__buttons {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
    }

    body .inbenta-helpsite__header .container__buttons .button--secondary {
        display: none;
    }

    body .inbenta-helpsite__body .inbenta-km__search {
        padding: 16px 0 0 0;
        background-color: #4545db;
    }

    body .inbenta-helpsite__body .inbenta-km__search__form,
    body .inbenta-helpsite__body .inbenta-km__search__form .form__button .inbenta-km-button {
        height: 48px;
        border-radius: 50px;
    }

    body .inbenta-helpsite__body .inbenta-km__search__form .inbenta-km-input.form__input {
        height: 49px;
        border-radius: 50px;
        padding-left: 44px;
    }

    body .inbenta-helpsite__body .inbenta-km__search__form .inbenta-km-input.form__input:valid {
        padding-left: 24px;
    }

    body .inbenta-helpsite__body .inbenta-km__search__form .form__input:focus:invalid {
        padding-left: 24px;
    }

    body .inbenta-helpsite__body .inbenta-km__search__form .form__input::placeholder {
        color: #757575;
    }

    body .inbenta-helpsite__body .inbenta-km__search__form .form__input:valid ~ .form__button-close {
        right: 12px;
        top: 10px;
    }

    body .inbenta-helpsite__body .inbenta-km__search__form .form__input:focus:invalid ~ .form__button-close {
        right: 12px;
        top: 10px;
    }

    body .inbenta-helpsite__body .inbenta-km__search__form .form__input:not(:focus):invalid ~ .form__button-close {
        height: 32px;
        width: 32px;
        top: 8px;
        left: 8px;
    }

    body .inbenta-helpsite__body .inbenta-km__search__form .form__button {
        display: none;
    }

    body .inbenta-helpsite__body .inbenta-km__autocompleter {
        width: 100vw;
        margin: 17px 0 0 -17px;
        border-radius: 0;
        border: none;
        box-shadow: 0 0 11px 6px rgba(0, 0, 0, 0.04);
        flex-shrink: 0 !important;
    }

    body .inbenta-helpsite__body .inbenta-km__autocompleter:not(.inbenta-km-hidden) {
        min-height: calc(100vh - 140px);
        display: flex;
        flex-direction: column;
    }

    body .inbenta-helpsite__body .inbenta-km__autocompleter__links {
        flex: 1 1 auto;
    }

    body .inbenta-helpsite__body .inbenta-km__autocompleter__footer {
        flex: none;
    }

    body .inbenta-helpsite__footer__container--bottom .container__center.display-on-mobile .footer__container__text {
        font-size: 10px;
    }

    body .inbenta-helpsite__body .inbenta-km__autocompleter .inbenta-km__autocompleter__link:first-child {
        margin-top: 12px;
    }
}

@media (max-width: 500px) {
    body .inbenta-km__rating__comment .comment__feedback {
        margin-top: 0
    }
}

@media (max-width: 480px) {
    body .inbenta-km__breadcrumb {
        font-size: 11px;
        margin: 24px 0
    }
}

.content-category {
    flex-grow: 2;
    align-items: center;
    display: flex;
}

#pbyBotFramedigi {
    z-index: 90 !important;
    bottom: 60px !important;
    max-height: 600px !important;
}
