@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/***** KM & HS GLOBAL VARIABLES *****/
/** Structure **/
/* containers */
/* spacing */
/* rounding */
/* ui elements */
/** Effects **/
/* shadows */
/* transitions */
/** Fonts **/
/* ! *\
    Fonts configured here are overloaded
    if typography modules are enabled in
    space-cowboy or helpsite
*/
/* titles */
/* texts */
/* icons */
/** Colors **/
/* Registered colors */
/* Primary - used widely in buttons and links */
/* Secondary - used in titles and UI items (icons, secondary buttons ... ) */
/* Tertiary - Mainly used in helpsite as a contrast color for buttons and UI important items */
/* Colors from space cowboy widely used */
/** Colors in UI **/
/* Background - applies to the whole app */
/* Background color for items in the app (eg. banners, faqs title ...) */
/* Background color for disabled items */
/* Colors in icons */
/* Background colors for primary buttons */
/* Colors for primary buttons */
/* Background colors for secondary buttons */
/* Colors for secondary buttons */
/** Texts colors **/
/* Text - the main colors for all texts */
/* Main titles color */
/* Secondary titles color */
/* Links color */
/* Links hover color */
/* Faq titles color */
/* Faq titles hover color */
/** Fonts sizes, heights and weights **/
/* Main font size */
/* Smaller font size */
/* Font size for icons */
/* Main line height */
/* Titles */
/* Subtitles */
/* Faq titles */
/** Responsive **/
/* ? *\
    breakpoints are registered sizes you can use
    freely through the resp mixin or in a module's map.

    you can use the resp mixin with $breakpoints values or px values :
    @include resp(608px) // is the same than
    @include resp(s)
    you can combine values :
    @include resp(l 300px) // automatically convert and detect min and max values
                           // to min-width and max-width query
*/
/* SPACE COWBOY INCLUDE & CUSTOMIZE*/
/***** SPACE COWBOY RELATIVE VARIABLES *****/
/* Transform global variables file to local variables file:
(\$)(.*)(:)(.*)(;)
$1sc-$2$3 $1$2;
*/
/** Structure **/
/* containers */
/* spacing */
/* rounding */
/* ui elements */
/** Effects **/
/* shadows */
/* transitions */
/** Fonts **/
/* ! *\
    Fonts configured here are overloaded
    if typography modules are enabled in
    space-cowboy or helpsite
*/
/* titles */
/* texts */
/* icons */
/** Colors **/
/* Registered colors */
/* Primary - used widely in buttons and links */
/* Secondary - used in titles and UI items (icons, secondary buttons ... ) */
/* Tertiary - Mainly used in helpsite as a contrast color for buttons and UI important items */
/* Colors from space cowboy widely used */
/** Colors in UI **/
/* Background - applies to the whole app */
/* Background color for items in the app (eg. banners, faqs title ...) */
/* Background color for disabled items */
/* Colors in icons */
/* Background colors for primary buttons */
/* Colors for primary buttons */
/* Background colors for secondary buttons */
/* Colors for secondary buttons */
/** Texts colors **/
/* Text - the main colors for all texts */
/* Main titles color */
/* Secondary titles color */
/* Links color */
/* Links hover color */
/* Faq titles color */
/* Faq titles hover color */
/** Fonts sizes, heights and weights **/
/* Main font size */
/* Smaller font size */
/* Font size for icons */
/* Main line height */
/* Titles */
/* Subtitles */
/* Faq titles */
@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';
  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: 700;
  font-style: normal;
}

@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-regular-webfont.woff2') format('woff2'),
       url('https://cdn.inbenta.io/static/fonts/montserrat-regular-webfont.woff') format('woff');
  font-weight: normal;
  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;
}
/***** *****/
/* Placeholders */
.inbenta-km-icon:before, .inbenta-km *[class$=__icon]:before, .inbenta-km__results__button .inbenta-km-button:before, .inbenta-km__breadcrumb__element:after, .inbenta-km__breadcrumb__element:first-child:before {
  display: inline-block;
  font-family: inbenta-app-icons !important;
  font-style: normal !important;
  font-weight: 400;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.inbenta-km__faq__body {
  opacity: 0;
  max-height: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.3, 0.01, 0.6, 0.99);
}

*[class*="faq--active"] .inbenta-km__faq__body {
  opacity: 1;
  max-height: 1000vh;
  pointer-events: inherit;
}

.inbenta-km__rating, .inbenta-km__breadcrumb, .inbenta-km__refreshNotification, .inbenta-km__categories, .inbenta-km__autocompleter__link, .inbenta-km__autocompleter, .inbenta-km__results, .inbenta-km__instants__header {
  word-wrap: break-word;
  word-break: break-word;
}

/* MIXINS INIT */
@font-face {
  font-family: OpenSans;
  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: OpenSans;
  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: OpenSans;
  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: Montserrat;
  src: url("/themes/custom/aesio/fonts/Montserrat-Regular/Montserrat-Regular.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Montserrat;
  src: url("/themes/custom/aesio/fonts/Montserrat-Bold/Montserrat-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

/*----- SETUP -----*/
/*----- TITLES -----*/
/*----- SEARCH FORM -----*/
/*----- ICONS -----*/
/*----- BUTTONS -----*/
/*----- INPUTS -----*/
/*----- DROPDOWN -----*/
/*----- AUTOCOMPLETER -----*/
/*----- FAQ -----*/
/*----- RESULTS -----*/
/* CATEGORIES */
/*----- DECISION TREE -----*/
/*----- RATINGS -----*/
/*----- BREADCRUMBS -----*/
/*----- REFRESH NOTIFICATION -----*/
/*----- MODAL -----*/
/*----- INSTANTS -----*/
/*----- POWERED -----*/
/*----- STRUCTURE -----*/
.inbenta-km__faq {
  display: flex;
  flex-direction: column;
}

.inbenta-km__faq__title {
  cursor: pointer;
}

.inbenta-km__faq__title .title__faq {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 2;
}

.inbenta-km__faq__body {
  transition: all 0.3s cubic-bezier(0.3, 0.01, 0.6, 0.99);
}

.inbenta-km__rating {
  display: flex;
  align-items: center;
}

.inbenta-km__rating__comment, .inbenta-km__rating__content {
  flex-grow: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.inbenta-km__rating__comment .comment__feedback, .inbenta-km__rating__comment .content__buttons, .inbenta-km__rating__content .comment__feedback, .inbenta-km__rating__content .content__buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.inbenta-km__rating__comment .comment__feedback, .inbenta-km__rating__content .comment__feedback {
  flex-grow: 2;
}

@media screen and (max-width: 608px) {
  .inbenta-km__rating__comment {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
  }
  .inbenta-km__rating__comment .comment__feedback {
    display: flex;
    flex-flow: row wrap;
  }
  .inbenta-km__faqs--secondary .inbenta-km__rating__comment {
    align-items: flex-start;
  }
  .inbenta-km__faqs--secondary .inbenta-km__rating__thanks {
    text-align: left;
  }
}

.inbenta-km__faqs--secondary .inbenta-km__rating__content {
  display: flex;
  justify-content: flex-start;
}

@media screen and (max-width: 480px) {
  .inbenta-km__rating__content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .inbenta-km__faqs--secondary .inbenta-km__rating__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}

.inbenta-km__decision-tree__buttons {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.inbenta-km__decision-tree__back {
  display: flex;
  align-items: center;
}

.inbenta-km__decision-tree .inbenta-km-button {
  display: flex;
  justify-content: center;
}

.inbenta-km__breadcrumb {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.inbenta-km__breadcrumb__element {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.inbenta-km__refreshNotification {
  position: fixed !important;
  top: 16px !important;
  right: 16px !important;
  bottom: 0 !important;
  left: 0 !important;
  display: flex;
  flex-direction: column;
  transition: all 0.3s cubic-bezier(0.3, 0.01, 0.6, 0.99);
}

.inbenta-km__refreshNotification__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.inbenta-km__refreshNotification--occulted {
  transition: all 0.3s cubic-bezier(0.3, 0.01, 0.6, 0.99);
  transform: translateX(500px);
}

.inbenta-km__instants {
  width: auto;
  max-width: 423px;
  z-index: 998;
}

.inbenta-km__instants__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
}

.inbenta-km__instants .inbenta-km__rating .inbenta-km__rating__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.inbenta-km__instants .inbenta-km__rating .inbenta-km__rating__comment {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.inbenta-km__instants .inbenta-km__rating .inbenta-km__rating__comment .comment__feedback {
  display: flex;
  flex-flow: row wrap;
}

.inbenta-km__instants .inbenta-km__rating .inbenta-km__faqs--secondary .inbenta-km__rating__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.inbenta-km__instants .inbenta-km__rating .inbenta-km__faqs--secondary .inbenta-km__rating__comment {
  display: flex;
  align-items: flex-start;
}

.inbenta-km__instants .inbenta-km__rating .inbenta-km__faqs--secondary .inbenta-km__rating__thanks {
  text-align: left;
}

.inbenta-km-hidden {
  display: none;
}

.inbenta-km *[class*="--hidden"] {
  display: none;
}

.inbenta-km__list__group {
  justify-content: space-between;
}

.inbenta-km__list__group, .inbenta-km__list__group__pager {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.inbenta-km__list__question {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

.inbenta-km__categories .container__category__group {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}

.inbenta-km__categories__container .container__category-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.inbenta-km__category {
  flex-grow: 2;
}

.inbenta-km__category__content__category {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.inbenta-km {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  width: 100%;
  min-height: 100vh;
  box-sizing: border-box;
  background-color: #fbfafb;
  color: #272727;
  font-family: OpenSans, Open Sans, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  padding: 16px 16px 0;
  margin: 0 auto;
}

.inbenta-km *, .inbenta-km:after, .inbenta-km:before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.inbenta-km__content {
  flex-grow: 2;
}

.inbenta-km a {
  color: #58b7b3;
  text-decoration: none;
}

.inbenta-km a:hover {
  text-decoration: none;
  cursor: pointer;
}

.inbenta-km .inbenta-km-title, .inbenta-km .inbenta-km__modal .content__header__text {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  color: #545084;
  margin: 0 0 16px;
}

.inbenta-km .inbenta-km-subtitle, .inbenta-km .inbenta-km .container__category-name__title, .inbenta-km .inbenta-km__categories__container .container__category-name__title {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  color: #58b7b3;
  margin: 0 0 16px;
}

.inbenta-km .inbenta-km__faq .title__faq {
  color: #58b7b3;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 4px 0;
}

.inbenta-km .inbenta-km__faq .title__faq:hover {
  color: #378682;
}

.inbenta-km .inbenta-km__faq .title__faq h3 {
  font-weight: 500;
}

.inbenta-km__search {
  position: relative;
  margin-bottom: 16px;
}

.inbenta-km__search__form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 3px 12px 0 rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  transition: all 0.3s cubic-bezier(0.3, 0.01, 0.6, 0.99);
}

.inbenta-km__search__form:focus, .inbenta-km__search__form:hover {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.inbenta-km__search__form .form__input {
  flex-grow: 2;
  min-width: 1;
}

.inbenta-km__search__form .form__input:-webkit-input-placeholder, .inbenta-km__search__form .form__input:-moz-placeholder, .inbenta-km__search__form .form__input:-ms-input-placeholder {
  color: #7A7A7A;
  opacity: 1;
}

.inbenta-km__search__form .form__button .inbenta-km-button {
  display: flex;
  align-items: center;
}

.inbenta-km__search__form .form__button .inbenta-km-button__text {
  display: none;
}

.inbenta-km__search__subtitle {
  max-width: 570px;
  margin: auto;
  margin-top: 20px;
}

.inbenta-helpsite .inbenta-km__search__subtitle a {
  color: #c2067b;
  font-weight: 600;
  font-family: "Montserrat";
  pointer-events: all;
  position: relative;
}

.inbenta-km__autocompleter {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  margin: 8px 0 0;
  padding: 0;
  border-radius: 4px;
  border: 1px solid #fbfafb;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.26), 0 10px 20px 0 rgba(0, 0, 0, 0.19);
  background: #fff;
  font-size: 15px;
}

.inbenta-km__autocompleter--selected {
  background: #C9C9C9;
}

.inbenta-km__autocompleter__link {
  padding: 16px;
  color: #7A7A7A;
}

.inbenta-km__autocompleter__link:first-of-type {
  border-radius: 4px 4px 0 0;
}

.inbenta-km__autocompleter__link:last-of-type {
  border-radius: 0 0 4px 4px;
}

.inbenta-km__autocompleter__link:hover {
  cursor: pointer;
  background: #fbfafb;
}

.inbenta-km-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-family: OpenSans, Open Sans, sans-serif;
  font-size: 15px;
  background-color: #58b7b3;
  color: #fff;
  line-height: 1.6;
  border-radius: 100px;
  font-weight: 500;
  height: 48px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 3px 12px 0 rgba(0, 0, 0, 0.08);
  padding: 0 16px;
  border: 1px solid #58b7b3;
  transition: all 0.3s cubic-bezier(0.3, 0.01, 0.6, 0.99);
}

.inbenta-km-button:focus {
  outline: none;
}

.inbenta-km-button:hover {
  border-color: #378682;
  background-color: #378682;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.inbenta-km-button:hover .inbenta-km__results__button {
  color: #3D3F43;
  cursor: pointer;
}

.inbenta-km-button—-disabled, .inbenta-km-button—-disabled:hover {
  transition: all 0.2s cubic-bezier(0.25, 0.75, 0.5, 1.4);
  background-color: #dadada;
  border-color: #dadada;
  cursor: not-allowed;
}

.inbenta-km-button—-disabled:hover, .inbenta-km-button—-disabled:hover:hover {
  background-color: #dadada;
}

.inbenta-km__search__form .form__button .inbenta-km-button {
  height: 56px;
  box-shadow: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 0 16px;
}

.inbenta-km__results__button .inbenta-km-button {
  background-color: transparent;
  box-shadow: none;
  color: #7A7A7A;
  padding: 0;
  font-size: 11.0px;
  font-weight: 600;
  height: auto;
  margin-bottom: 16px;
  border: none;
}

.inbenta-km__decison-tree .inbenta-km-button--secondary {
  margin: 4px 4px 4px 0;
  border-radius: 100%;
  height: 40px;
  min-width: 84px;
}

.inbenta-km__decison-tree .inbenta-km-button--secondary:hover {
  cursor: pointer;
}

.inbenta-km__rating .inbenta-km-button {
  border-radius: 50px;
  margin-left: 16px;
  padding: 0 9px;
  height: 32px;
}

.inbenta-km__rating .inbenta-km-button__text {
  display: none;
}

.inbenta-km__rating .inbenta-km-button + .inbenta-km-button {
  margin-right: 16px;
}


.inbenta-km__rating .comment__feedback__button .inbenta-km-button {
  margin-left: 0;
  padding: 0 36px;
}

.inbenta-km__rating .comment__feedback__button .inbenta-km-button__text {
  display: flex;
}

@media screen and (max-width: 608px) {
  .inbenta-km__rating__comment .comment__feedback .inbenta-km-button {
    font-size: 13.5px;
  }
}

@media screen and (max-width: 500px) {
  .inbenta-km__rating__content .inbenta-km-button {
    margin: 0 16px 0 0;
  }
}

@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;
}

.inbenta-km-icon, .inbenta-km *[class$=__icon] {
  font-size: 18px;
}

.inbenta-km-dropdown__trigger .inbenta-km-icon {
  padding-left: 12px;
}

.inbenta-km-dropdown__trigger .inbenta-km-icon:before {
  content: 'e';
}

.inbenta-km-dropdown--active .inbenta-km-dropdown__trigger .inbenta-km-icon:before {
  content: 'h';
}

.inbenta-km__search__form .form__button .inbenta-km-button .inbenta-km-icon:before {
  font-size: 25px;
  content: 'I';
}

.inbenta-km__results__button .inbenta-km-button:before {
  font-size: 15px;
  content: '1';
  color: #58b7b3;
  padding: 0 8px 0 0;
}

.inbenta-km__decision_tree__back .inbenta-km-icon {
  height: 32px;
  border-radius: 50px;
  margin-right: 16px;
  padding: 0 9px;
  font-size: 15px;
}

.inbenta-km__decision_tree__back .inbenta-km-icon:before {
  content: '7';
}

.inbenta-km-input {
  flex-grow: 2;
  transition: all 0.3s cubic-bezier(0.3, 0.01, 0.6, 0.99);
  font-family: OpenSans, Open Sans, sans-serif;
  font-size: 15px;
  background-color: #fff;
  color: #A2A2A2;
  line-height: 1.6;
  border-radius: 4px;
  font-weight: 500;
  height: 48px;
  padding: 0 16px;
  border: 1px solid #fbfafb;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 3px 12px 0 rgba(0, 0, 0, 0.08);
  -webkit-appearance: none;
}

.inbenta-km-input::-ms-clear {
  display: none;
}

.inbenta-km-input:focus {
  outline: none;
}

.inbenta-km__search__form .inbenta-km-input.form__input {
  box-shadow: none;
  border-top-right-radius: 0;
  height: 56px;
  color: #7A7A7A;
}

.inbenta-km__rating .inbenta-km-input {
  padding: 8px;
  box-shadow: none;
  margin: 0 16px;
  resize: none;
}

@media screen and (max-width: 608px) {
  .inbenta-km__rating__comment .comment__feedback .inbenta-km-input {
    margin: 0 0 16px;
    width: 100%;
    max-width: 100%;
    font-size: 13.5px;
  }
}

.inbenta-km-dropdown {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-grow: 0;
  position: relative;
}

.inbenta-km-dropdown__trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  min-width: auto;
  width: 100%;
  border: 1px solid #fbfafb;
  font-size: 13.5px;
  padding: 10px 16px;
  font-weight: 500;
  color: #7A7A7A;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fbfafb;
  border-radius: 4px;
}

.inbenta-km-dropdown__trigger span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.inbenta-km-dropdown__menu {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 9999;
  max-height: 400px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.26), 0 10px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 4px;
  border: 1px solid #fbfafb;
  opacity: 0;
  margin-top: 8px;
  transition: all 0.4s cubic-bezier(0.25, 0.75, 0.5, 1.4);
  pointer-events: none;
}

.inbenta-km-dropdown__menu__item {
  display: flex;
  align-items: center;
  line-height: 22px;
  letter-spacing: 0.45px;
  padding: 8px 16px;
  color: #3D3F43;
  transition: all 0.3s cubic-bezier(0.3, 0.01, 0.6, 0.99);
}

.inbenta-km-dropdown__menu__item--active {
  background: #fbfafb;
}

.inbenta-km-dropdown__menu__item:hover {
  background: #fbfafb;
  transition: all 0.3s cubic-bezier(0.3, 0.01, 0.6, 0.99);
  cursor: pointer;
}

.inbenta-km-dropdown--active .inbenta-km-dropdown__trigger {
  background: #fff;
  border-color: #DADADA;
  box-shadow: none;
}

.inbenta-km-dropdown--active .inbenta-km-dropdown__trigger span {
  color: #3D3F43;
}

.inbenta-km-dropdown--active .inbenta-km-dropdown__menu {
  overflow-y: auto;
  opacity: 1;
  pointer-events: none;
}

.inbenta-km-dropdown + .inbenta-km_dropdown {
  margin-top: 10px;
}

.inbenta-km__faq {
  background-color: #fff;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 3px 12px 0 rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  margin: 0 0 16px;
  transition: all 0.3s cubic-bezier(0.3, 0.01, 0.6, 0.99);
}

.inbenta-km__faq__title {
  color: #58b7b3;
  font-weight: 500;
  padding: 8px 16px;
  transition: all 0.3s cubic-bezier(0.3, 0.01, 0.6, 0.99);
}

.inbenta-km__faq .title__faq {
  transition: all 0.3s cubic-bezier(0.3, 0.01, 0.6, 0.99);
}

.inbenta-km__faq .title__faq:hover {
  color: #378682;
}

.inbenta-km__faq .title__faq__text {
  padding-right: 16px;
}

.inbenta-km__faq .title__faq__icon:before {
  transition: all 0.3s cubic-bezier(0.3, 0.01, 0.6, 0.99);
  font-size: 20px;
  content: 'g';
  color: #A2A2A2;
}

.inbenta-km__faq__body {
  color: #272727;
}

.inbenta-km__faq__body .body__contents {
  padding: 0 16px;
  font-weight: 400;
  line-height: 1.6;
}

.inbenta-km__faq__body a {
  color: #58b7b3;
}

.inbenta-km__faq__body a:hover {
  color: #58b7b3;
  text-decoration: underline;
}

.inbenta-km__faq__body p {
  margin: 0 0 16px;
}

.inbenta-km__faq:hover {
  transition: all 0.3s cubic-bezier(0.3, 0.01, 0.6, 0.99);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.inbenta-km__faq:last-child {
  margin-bottom: 0;
}

.inbenta-km__faq--active .title__faq {
  color: #3D3F43;
}

.inbenta-km__faq--active .title__faq__icon:before {
  font-size: 20px;
  color: #3D3F43;
  content: 'e';
}

.inbenta-km__faqs--secondary .inbenta-km__faq {
  box-shadow: none;
}

.inbenta-km__faqs--secondary .inbenta-km__decision-tree, .inbenta-km__faqs--secondary .inbenta-km__faq__body, .inbenta-km__faqs--secondary .inbenta-km__faq__body .body__contents, .inbenta-km__faqs--secondary .inbenta-km__faq__title {
  padding-left: 0;
}

.inbenta-km__results__extended .inbenta-km__faqs {
  box-shadow: none;
}

.inbenta-km__push, .inbenta-km__popular {
  margin-bottom: 36px;
}

.inbenta-km .inbenta-km__push .container__category-name__title, .inbenta-km__categories__container .inbenta-km__push .container__category-name__title, .inbenta-km__push .inbenta-km__categories__container .container__category-name__title, .inbenta-km__push .inbenta-km .container__category-name__title, .inbenta-km .inbenta-km__popular .container__category-name__title, .inbenta-km__categories__container .inbenta-km__popular .container__category-name__title, .inbenta-km__popular .inbenta-km__categories__container .container__category-name__title, .inbenta-km__popular .inbenta-km .container__category-name__title {
  display: none;
}

.inbenta-km__related {
  margin: 16px;
}

.inbenta-km__related__title {
  margin: 0 0 8px;
  text-transform: uppercase;
  color: #58b7b3;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.inbenta-km__related__faq .inbenta-km__faq .title__faq {
  color: #58b7b3;
}

.inbenta-km__related__faq .inbenta-km__faq .title__faq__icon:before {
  transition: all 0.3s cubic-bezier(0.3, 0.01, 0.6, 0.99);
  color: #A2A2A2;
  font-size: 20px;
  content: 'g';
}

.inbenta-km__related__faq--active .inbenta-km__faq .title__faq {
  color: #A2A2A2;
}

.inbenta-km__related__faq--active .inbenta-km__faq .title__faq__icon:before {
  content: 'e';
  color: #A2A2A2;
}

.inbenta-km__list {
  margin-bottom: 16px;
}

.inbenta-km__list__group, .inbenta-km__list__question {
  margin-bottom: 16px;
}

.inbenta-km .inbenta-km__list .container__category-name__title, .inbenta-km__categories__container .inbenta-km__list .container__category-name__title, .inbenta-km__list .inbenta-km .container__category-name__title, .inbenta-km__list .inbenta-km__categories__container .container__category-name__title {
  margin: 0;
  color: #3D3F43;
  line-height: 44px;
}

.inbenta-km__list .inbenta-km__modal .content__header_text, .inbenta-km__modal .inbenta-km__list .content__header_text {
  margin: 0;
}

.inbenta-km__list .inbenta-km-subtitle, .inbenta-km__list .inbenta-km-title {
  margin: 0;
}

.inbenta-km__list .inbenta-km-subtitle {
  color: #3D3F43;
  line-height: 44px;
}

.inbenta-km__list__group .inbenta-km-title, .inbenta-km__list__group .inbenta-km__modal .content__header__text {
  margin-right: 16px;
}

.inbenta-km__modal .inbenta-km__list__group .content__header__text {
  margin-right: 16px;
}

.inbenta-km__list__group__pager .pager {
  cursor: pointer;
  width: 18px;
  height: 18px;
}

.inbenta-km__list__group__pager .pager + .pager {
  margin-left: 19px;
}

.inbenta-km__list__group__pager .pager:before {
  font-size: 18px;
  color: #A2A2A2;
}

.inbenta-km__list__group__pager .pager--disabled {
  cursor: not-allowed;
}

.inbenta-km__list__group__pager .pager--disabled:before {
  color: #DADADA;
}

.inbenta-km__list__group__pager .pager--next:before {
  content: 'g';
}

.inbenta-km__list__group__pager .pager--prev:before {
  content: 'f';
}

.inbenta-km__list__group__pager .pager-value {
  font-size: 12.15px;
  letter-spacing: 0.57px;
  line-height: 20px;
  color: #A2A2A2;
  margin: 0 16px 0 0;
}

.inbenta-km__list__question .inbenta-km-title, .inbenta-km__list__question .inbenta__km-modal .content__header__text {
  margin-right: 8px;
}

.inbenta-km__modal .inbenta-km__list__question .content__header__text {
  margin-right: 8px;
}

.inbenta-km__categories {
  margin-bottom: 36px;
}

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

.inbenta-km__categories__container .container__category-name {
  padding: 0 0 16px;
}

.inbenta-km__categories__container .container__category-name__title {
  margin: 0;
}

.inbenta-km__categories--sidebar__container {
  background-color: #fff;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 3px 12px 0 rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}

.inbenta-km__categories .container__category > .container__category__title {
  display: flex;
  align-items: center;
  color: #7A7A7A;
  padding: 8px;
  cursor: pointer;
}

.inbenta-km__categories .container__category > .container__category__title .title__icon:before {
  font-size: 16px;
  content: 'v';
  color: #7A7A7A;
  align-self: center;
  padding-right: 8px;
}

.inbenta-km__categories .container__category > .container__category__title .title__text {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}

.inbenta-km__categories .container__category > .container__category__title:hover {
  background-color: #fbfafb;
}

.inbenta-km__categories .container__category > .container__category__title.container__category--active .title__icon:before, .inbenta-km__categories .container__category > .container__category__title > .container__category__title:hover *, .inbenta-km__categories .container__category > .container__category__title > .container__category__title:hover :before {
  color: #58b7b3;
}

.inbenta-km__categories .container__category > .container__category__title.container__category--active .title__text {
  color: #3D3F43;
}

.inbenta-km__categories .container__category > .container__category__title__children .container-category__title {
  padding-left: 64px;
}

.inbenta-km__categories .container__category > .container__category__title__children .container-category__title .title__icon {
  display: none;
}

.inbenta-km__categories .container__category > .container__category__title__children .container-category__title .title__text {
  text-transform: none;
  font-family: OpenSans, Open Sans, sans-serif;
  font-weight: bold;
}

.inbenta-km__categories .container__category > .container__category__title__children .container-category--active .title__text {
  color: #58b7b3;
}

.inbenta-km__categories .container__category > .container__category__title__children .container-category__children .title__text {
  padding-left: 64px;
  color: #7A7A7A;
}

.inbenta-km__categories .container__category > .container__category__title__children .container-category__children .container__category--active .title__text {
  color: #58b7b3;
}

.inbenta-km__category {
  transition: all 0.3s cubic-bezier(0.3, 0.01, 0.6, 0.99);
  flex-basis: 18%;
  background-color: #fff;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 3px 12px 0 rgba(0, 0, 0, 0.08);
  text-align: center;
  border-radius: 4px;
  overflow: hidden;
  margin: 0 8px 8px 0;
}

.inbenta-km__category:last-child {
  margin-right: 0;
}

.inbenta-km__category:hover {
  cursor: pointer;
}

.inbenta-km__category:hover, .inbenta-km__category:hover .content-category__icon:before {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.inbenta-km__category__content-category {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.inbenta-km__category .content-category__icon {
  transition: all 0.3s cubic-bezier(0.3, 0.01, 0.6, 0.99);
  display: flex;
  justify-content: center;
  min-height: 140px;
}

.inbenta-km__category .content-category__icon:before {
  font-size: 30px;
  content: 'v';
  color: #58b7b3;
  align-self: center;
  box-sizing: border-box;
  border-radius: 50px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 3px 12px 0 rgba(0, 0, 0, 0.08);
  height: 80px;
  width: 80px;
  padding-top: 23px;
}

.inbenta-km__category .content-category__title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 2;
  background-color: #fff;
  padding: 8px 16px;
  color: #58b7b3;
  text-align: center;
  font-weight: 500;
}

@media screen and (max-width: 820px) {
  .inbenta-km__category {
    flex-basis: 47.8%;
  }
  .inbenta-km__category:nth-child(2n+2) {
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .inbenta-km__category {
    flex-basis: 100%;
    margin: 0 0 16px;
  }
}

.inbenta-km .container__category-name__button-wrapper {
  display: none;
}

.inbenta-km .container__category-name__title {
  display: flex;
  font-weight: 500;
  font-size: 22.0px;
}

.inbenta-km__results {
  margin-bottom: 36px;
}

.inbenta-km__results__button {
  display: flex;
  justify-content: flex-start;
}

.inbenta-km__results .inbenta-km__faqs {
  background-color: #fff;
  padding: 16px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 3px 12px 0 rgba(0, 0, 0, 0.08);
}

.inbenta-km__results .inbenta-km-title, .inbenta-km__results .inbenta-km__modal .content__header__text {
  display: none;
}

.inbenta-km__results__not-found {
  margin: 0 0 36px 0;
}

.inbenta-km__results__not-found .inbenta-km-title, .inbenta-km__results__not-found .inbenta-km__modal .content__header__text {
  display: block;
}

.inbenta-km__results__not-found .not-found__text {
  line-height: 1.6;
  color: #3D3F43;
}

.inbenta-km__results__extended {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.inbenta-km .inbenta-km__results .container__category-name__title .contents__title__text, .inbenta-km__categories__container .inbenta-km__results .container__category-name__title .contents__title__text, .inbenta-km_results .inbenta-km-subtitle .contents__title__text, .inbenta-km__results .inbenta-km .container__category-name__title .contents__title__text, .inbenta-km__results .inbenta-km__categories__container .container__category-name__title .contents__title__text {
  color: #A2A2A2;
  margin: 0;
}

.inbenta-km__decision-tree {
  padding: 24px 16px 0;
}

.inbenta-km__decision-tree__buttons + .inbenta-km__faqs {
  margin-top: 16px;
}

.inbenta-km__decision-tree__phrase {
  color: #A2A2A2;
  font-weight: 500;
  margin-bottom: 12px;
}

.inbenta-km__decision-tree__back span {
  color: #A2A2A2;
  font-size: 15px;
}

.inbenta-km__decision-tree__back:hover {
  cursor: pointer;
}

.inbenta-km__rating {
  background: #fbfafb;
  font-weight: 500;
  margin-top: 36px;
  min-height: 58px;
}

.inbenta-km__rating__comment, .inbenta-km__rating__content, .inbenta-km__rating__thanks {
  padding: 12px 16px;
}

.inbenta-km__faqs--secondary .inbenta-km__rating {
  background: transparent;
  margin-top: 0;
  min-height: 0;
}

.inbenta-km__faqs--secondary .inbenta-km__rating__comment, .inbenta-km__faqs--secondary .inbenta-km__rating__content, .inbenta-km__faqs--secondary .inbenta-km__rating__thanks {
  padding: 16px 0 0;
}

.inbenta-km__results__extended .inbenta-km__faqs ~ .inbenta-km__rating {
  margin-top: 16px;
  border-radius: 0 0 8px 8px;
}

@media screen and (max-width: 608px) {
  .inbenta-km__rating__comment .comment__phrase {
    width: 100%;
    text-align: left;
  }
  .inbenta-km__rating__comment .comment__feedback {
    margin-top: 16px;
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .inbenta-km__rating {
    font-size: 13.5px;
  }
  .inbenta-km__rating__content .content__phrase {
    margin-bottom: 16px;
  }
  .inbenta-km__rating__thanks {
    width: 100%;
    text-align: center;
  }
}

.inbenta-km__breadcrumb {
  font-size: 11.0px;
  font-weight: 600;
  line-height: 1.63;
  margin-bottom: 16px;
}

.inbenta-km__breadcrumb__element {
  transition: all 0.3s cubic-bezier(0.3, 0.01, 0.6, 0.99);
  color: #58b7b3;
  padding-right: 8px;
  cursor: pointer;
  white-space: nowrap;
}

.inbenta-km__breadcrumb__element:hover {
  color: #378682;
}

.inbenta-km__breadcrumb__element:first-child:before {
  font-size: 15px;
  content: '1';
  color: #58b7b3;
  padding: 0 8px 0 0;
}

.inbenta-km__breadcrumb__element:after {
  font-size: 10.0px;
  content: 'g';
  color: #7A7A7A;
  padding: 0 0 0 8px;
}

.inbenta-km__breadcrumb__element:last-child {
  cursor: default;
}

.inbenta-km__breadcrumb__element:last-child:after {
  content: '';
}

.inbenta-km__breadcrumb__element.inbenta-km-active {
  color: #7A7A7A;
}

@media screen and (max-width: 480px) {
  .inbenta-km__breadcrumb {
    font-size: 8.8px;
  }
}

.inbenta-km__instants {
  font-size: 15px;
  color: #3D3F43;
  line-height: 1.6;
  background-color: #fff;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.26), 0 10px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 4px;
  overflow: hidden;
}

.inbenta-km__instants__header {
  background-color: #fbfafb;
  padding: 16px;
  color: #3D3F43;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.inbenta-km__instants__header .header__icon {
  font-size: 20px;
  color: #7A7A7A;
  cursor: pointer;
}

.inbenta-km__instants__header .header__icon:before {
  content: 'k';
}

.inbenta-km__instants .inbenta-km__faqs .inbenta-km__faq {
  font-size: 13.5px;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
}

.inbenta-km__instants .inbenta-km__faqs .inbenta-km__faq + .inbenta-km__faq {
  border-top: 4px solid #fbfafb;
}

.inbenta-km__instants .inbenta-km__faqs .inbenta-km__faq--active .inbenta-km__faq__body {
  overflow: auto;
  max-height: 300px;
}

.inbenta-km__instants .inbenta-km__rating {
  font-size: 13.5px;
}

.inbenta-km__instants .inbenta-km__rating__content .content__phrase {
  margin-bottom: 16px;
}

.inbenta-km__instants .inbenta-km__rating__content .content__buttons__button-wrapper .inbenta-km-button {
  margin: 0;
}

.inbenta-km__instants .inbenta-km__rating__content .content__buttons__button-wrapper + .content__buttons__button-wrapper {
  margin-left: 16px;
}

.inbenta-km__instants .inbenta-km__rating .inbenta-km__rating__comment .comment__phrase {
  width: 100%;
  text-align: left;
}

.inbenta-km__instants .inbenta-km__rating .inbenta-km__rating__comment .comment__feedback {
  margin-top: 16px;
  width: 100%;
}

.inbenta-km__instants .inbenta-km__rating .inbenta-km__rating__comment .comment__feedback .inbenta-km-input {
  margin: 0 0 16px;
  width: 100%;
  max-width: 100%;
  font-size: 13.5px;
}

.inbenta-km__instants .inbenta-km__rating .inbenta-km__rating__comment .comment__feedback .inbenta-km-button {
  font-size: 13.5px;
}

.inbenta-km__powered {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 14px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16), 0 3px 12px 0 rgba(0, 0, 0, 0.08);
}

.inbenta-km__powered__link {
  background-image: url(fonts/53d6fc3aaa592a7a4e906f0c167b8c83.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 48px;
  height: 12px;
}

/***** SPACE COWBOY RELATIVE VARIABLES *****/
/* Transform global variables file to local variables file:
(\$)(.*)(:)(.*)(;)
$1sc-$2$3 $1$2;
*/
/** Structure **/
/* containers */
/* spacing */
/* rounding */
/* ui elements */
/** Effects **/
/* shadows */
/* transitions */
/** Fonts **/
/* ! *\
    Fonts configured here are overloaded
    if typography modules are enabled in
    space-cowboy or helpsite
*/
/* titles */
/* texts */
/* icons */
/** Colors **/
/* Registered colors */
/* Primary - used widely in buttons and links */
/* Secondary - used in titles and UI items (icons, secondary buttons ... ) */
/* Tertiary - Mainly used in helpsite as a contrast color for buttons and UI important items */
/* Colors from space cowboy widely used */
/** Colors in UI **/
/* Background - applies to the whole app */
/* Background color for items in the app (eg. banners, faqs title ...) */
/* Background color for disabled items */
/* Colors in icons */
/* Background colors for primary buttons */
/* Colors for primary buttons */
/* Background colors for secondary buttons */
/* Colors for secondary buttons */
/** Texts colors **/
/* Text - the main colors for all texts */
/* Main titles color */
/* Secondary titles color */
/* Links color */
/* Links hover color */
/* Faq titles color */
/* Faq titles hover color */
/** Fonts sizes, heights and weights **/
/* Main font size */
/* Smaller font size */
/* Font size for icons */
/* Main line height */
/* Titles */
/* Subtitles */
/* Faq titles */
/* MIXINS INIT */
/*----- SETUP -----*/
.inbenta-helpsite {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  font-family: OpenSans, Open Sans, sans-serif;
  font-weight: 400;
  background-color: #fbfafb;
  color: #272727;
}

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

.inbenta-helpsite a {
  color: #58b7b3;
  text-decoration: none;
}

.inbenta-helpsite a:hover {
  text-decoration: none;
  color: #378682;
}

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

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

.inbenta-helpsite .container__links, .inbenta-helpsite .medium {
  font-size: 13.5px;
  line-height: 1.44;
  letter-spacing: 0.45px;
}

.inbenta-helpsite .button, .inbenta-helpsite .button--secondary, .inbenta-helpsite .small, .inbenta-helpsite small {
  display: flex;
  font-size: 12px;
  line-height: 1.28;
  letter-spacing: 0.57px;
  font-weight: 500;
}

.inbenta-helpsite__body {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1400px) {
  .inbenta-helpsite__body {
    padding: 0 16px;
  }
}

.inbenta-helpsite__body .error {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #fff;
  margin-bottom: 36px;
  padding: 40px;
}

.inbenta-helpsite__body .error h2 {
  color: #DADADA;
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 58px;
}

.inbenta-helpsite__body .error p {
  color: #A2A2A2;
  margin-bottom: 24px;
}

.inbenta-helpsite .grey {
  color: #A2A2A2;
}

.inbenta-helpsite h1:not(.title__faq__text), .inbenta-helpsite h2, .inbenta-helpsite h3, .inbenta-helpsite h4, .inbenta-helpsite h5, .inbenta-helpsite h6 {
  font-family: Montserrat, sans-serif;
  margin: 0 0 4px;
  color: #3D3F43;
}

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

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

.inbenta-helpsite h3:not(.title__faq__text) {
  font-size: 22px;
  line-height: 36px;
  font-weight: 500;
}

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

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

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

.inbenta-helpsite table {
  font-size: 13.5px;
  margin: 0 0 16px;
  line-height: 1.6;
  border-collapse: collapse;
  color: #272727;
  width: 100%;
  max-width: 100%;
  border: none;
}

.inbenta-helpsite table td {
  min-width: 140px;
  border: none;
  font-size: 12px;
  word-wrap: break-word;
  padding: 8px;
}

.inbenta-helpsite table thead {
  font-family: Montserrat, sans-serif;
  letter-spacing: 1.2px;
  border: none;
  background-color: #fff;
  font-size: 10.5px;
  color: #7A7A7A;
  text-transform: uppercase;
  border-bottom: 1px solid #E7E7E7;
}

.inbenta-helpsite table tbody {
  background-color: #fff;
}

.inbenta-helpsite table tbody tr:nth-child(odd) {
  background-color: #fbfafb;
}

.inbenta-helpsite table p, .inbenta-helpsite table ul {
  font-size: 12px;
  color: 15px;
  letter-spacing: 0;
}

.inbenta-helpsite .boxed-list {
  font-size: 15px;
  list-style: none;
  border: 1px solid #E7E7E7;
  padding: 0;
  margin: 0 0 16px;
  max-width: 600px;
}

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

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

.inbenta-helpsite ul li {
  padding: 6px 0;
}

.inbenta-helpsite .grid {
  display: flex;
  flex-flow: row wrap;
}

.inbenta-helpsite .grid--25 > * {
  flex-basis: 23%;
}

.inbenta-helpsite .grid--50 > * {
  flex-basis: 48px;
}

.inbenta-helpsite .grid .title + .title {
  margin-left: 36px;
}

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

.inbenta-helpsite .inbenta-km__category {
  height: 80px;
}

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

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

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

.inbenta-helpsite .container__logo {
  flex-shrink: 0;
  flex-basis: 33.3%;
  font-family: OpenSans, Open Sans, sans-serif;
  color: white;
  font-size: 20px;
}

.inbenta-helpsite .container__logo span {
  color: #E95F68;
}

.inbenta-helpsite .container__logo:hover {
  color: white;
}

.inbenta-helpsite .container__links {
  display: flex;
  justify-content: center;
  flex-basis: 33.3%;
}

.inbenta-helpsite .container__links a {
  color: white;
}

.inbenta-helpsite .container__links a + a {
  padding-left: 36px;
}

.inbenta-helpsite .container__links a:hover {
  text-decoration: underline;
}

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

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

.inbenta-helpsite .container__buttons .button-floating i, .inbenta-helpsite .container__buttons .button-icon i {
  color: white;
}

.inbenta-helpsite .button, .inbenta-helpsite .button--secondary {
  transition: all 0.4s cubic-bezier(0.25, 0.75, 0.5, 1.4);
  display: flex;
  justify-content: center;
  font-family: OpenSans, Open Sans, sans-serif;
  cursor: pointer;
  border-radius: 100px;
  padding: 8px 16px;
  border: none;
  color: #fff;
  background-color: #58b7b3;
  text-transform: uppercase;
  height: 40px;
  min-width: 104px;
}

.inbenta-helpsite .button:hover, .inbenta-helpsite .button:hover:not([disabled]), .inbenta-helpsite .button:not:active, .inbenta-helpsite .button--secondary:hover, .inbenta-helpsite .button--secondary:hover:not([disabled]), .inbenta-helpsite .button--secondary:not:active {
  background-color: #378682;
}

.inbenta-helpsite .button:focus, .inbenta-helpsite .button:active, .inbenta-helpsite .button--secondary:focus, .inbenta-helpsite .button--secondary:active {
  box-shadow: none;
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
  background-color: #378682;
}

.inbenta-helpsite .button:-moz-focus-inner, .inbenta-helpsite .button--secondary:-moz-focus-inner {
  border: none !important;
}

.inbenta-helpsite .button:disabled, .inbenta-helpsite .button--secondary:disabled {
  cursor: not-allowed;
  box-shadow: none;
  background-color: #DADADA;
  color: #A2A2A2;
}

.inbenta-helpsite .button--secondary {
  background-color: transparent;
  color: #3D3F43;
}

.inbenta-helpsite .button--secondary:hover {
  background-color: rgba(162, 162, 162, 0.24);
  color: #3D3F43;
}

.inbenta-helpsite .button--secondary:hover:not([disabled]), .inbenta-helpsite .button--secondary:hover:not:active, .inbenta-helpsite .button--secondary:hover:not:focus {
  transition: all 0.4s cubic-bezier(0.25, 0.75, 0.5, 1.4);
  background-color: rgba(162, 162, 162, 0.24);
}

.inbenta-helpsite .button--secondary:-moz-focus-inner {
  border: none !important;
}

.inbenta-helpsite .button--secondary:active, .inbenta-helpsite .button--secondary:focus {
  outline: none;
  transition: all 0.4s cubic-bezier(0.25, 0.75, 0.5, 1.4);
  background-color: rgba(162, 162, 162, 0.24);
  color: #DADADA;
}

.inbenta-helpsite .button--secondary:disabled {
  cursor: not-allowed;
  background-color: #DADADA;
  color: #A2A2A2;
}

.inbenta-helpsite .button--big, .inbenta-helpsite .button--secondary--big {
  line-height: calc(48px - 16px);
  height: 48px;
  font-size: 15px;
  letter-spacing: 0.4px;
  min-width: 128px;
}

@media screen and (max-width: 608px) {
  .inbenta-helpsite .button--big, .inbenta-helpsite .button--secondary--big {
    height: auto;
    min-height: 48px;
  }
}

.inbenta-helpsite .button-floating, .inbenta-helpsite .button-icon {
  transition: all 0.4s cubic-bezier(0.25, 0.75, 0.5, 1.4);
  border-radius: 100px;
  cursor: pointer;
  border: none;
}

.inbenta-helpsite .button-floating:-moz-focus-inner, .inbenta-helpsite .button-icon:-moz-focus-inner {
  border: none !important;
}

.inbenta-helpsite .button-floating:hover, .inbenta-helpsite .button-icon:hover {
  transition: all 0.4s cubic-bezier(0.25, 0.75, 0.5, 1.4);
}

.inbenta-helpsite .button-floating:active, .inbenta-helpsite .button-floating:focus, .inbenta-helpsite .button-icon:active, .inbenta-helpsite .button-icon:focus {
  transition: all 0.4s cubic-bezier(0.25, 0.75, 0.5, 1.4);
  outline: none;
}

.inbenta-helpsite .button-floating:disabled, .inbenta-helpsite .button-icon:disabled {
  cursor: not-allowed;
  background-color: #DADADA;
}

.inbenta-helpsite .button-floating:disabled i, .inbenta-helpsite .button-icon:disabled i {
  color: #A2A2A2;
}

.inbenta-helpsite .button-icon {
  height: 36px;
  width: 36px;
  background-color: rgba(162, 162, 162, 0);
}

.inbenta-helpsite .button-icon i {
  color: #A2A2A2;
}

.inbenta-helpsite .button-icon i:before {
  font-size: 18px;
}

.inbenta-helpsite .button-icon:hover {
  background-color: rgba(162, 162, 162, 0.24);
}

.inbenta-helpsite .button-icon:active, .inbenta-helpsite .button-icon:focus {
  background-color: rgba(162, 162, 162, 0.24);
}

.inbenta-helpsite .button-icon:active i, .inbenta-helpsite .button-icon:focus i {
  color: #7A7A7A;
}

.inbenta-helpsite .button-icon--big {
  width: 48px;
  height: 48px;
}

.inbenta-helpsite .button-icon--big i:before {
  font-size: 24px;
}

.inbenta-helpsite .button-floating {
  width: 56px;
  height: 56px;
  background-color: #58b7b3;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.26), 0 10px 20px 0 rgba(0, 0, 0, 0.19);
}

.inbenta-helpsite .button-floating i:before {
  color: white;
  font-size: 24px;
}

.inbenta-helpsite .button-floating:hover {
  background-color: #378682;
}

.inbenta-helpsite .button-floating:active, .inbenta-helpsite .button-floating:focus {
  box-shadow: none;
  background-color: #58b7b3;
}

.inbenta-helpsite .button-floating:-moz-focus-inner {
  border: none !important;
}

.inbenta-helpsite .button-floating:disabled {
  cursor: not-allowed;
  box-shadow: none;
  background-color: #A2A2A2;
  color: #DADADA;
}

.inbenta-helpsite .button-floating--small {
  width: 36px;
  height: 36px;
}

.inbenta-helpsite .button-floating--small i:before {
  font-size: 18px;
}

.inbenta-helpsite button + button {
  margin-left: 16px;
}

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

.inbenta-helpsite b.button, .inbenta-helpsite b.button--secondary, .inbenta-helpsite b.container__links, .inbenta-helpsite b.medium, .inbenta-helpsite b.small {
  font-weight: 600;
}

.inbenta-helpsite__header {
  background-image: url('https://static-or00.inbenta.com/895b39f9fd8e393c3dccad306ce1dcd156961d2d7c2281fa03ab7750e3863098/aesio/21cf8891d34aca1e75c3ba11fde63627.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  background-color: #545084;
  padding: 32px 0 88px;
  margin-bottom: 32px;
}

.inbenta-helpsite__header__container {
  max-width: 1200px;
  margin: 0 auto;
}

.inbenta-helpsite__header .container__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 72px;
}

.inbenta-helpsite__header .container__top .button--secondary {
  color: white;
}

.inbenta-helpsite__header .container__center {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 72px;
}

.inbenta-helpsite__header .container__center * {
  color: white !important;
}

.inbenta-helpsite__header .container__center h1 {
  margin: 0;
  font-weight: 500;
  font-size: 56px;
  line-height: 45px;
}

.inbenta-helpsite__header .container__center h3 {
  margin: 0;
  font-weight: 300;
  font-size: 28px;
  line-height: 45px;
}

.inbenta-helpsite__header .container__bottom {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1400px) {
  .inbenta-helpsite__header__container {
    padding: 0 16px;
  }
}

@media screen and (max-width: 820px) {
  .inbenta-helpsite__header {
    padding: 22px 0 44px;
    max-width: 100%;
  }
  .inbenta-helpsite__header .container__top {
    padding-bottom: 44px;
  }
  .inbenta-helpsite__header .container__logo {
    flex-shrink: 0;
    flex-basis: auto;
    margin: 0 24px;
  }
  .inbenta-helpsite__header .container__center {
    padding-bottom: 44px;
  }
  .inbenta-helpsite__header .container__center h1 {
    font-size: 30px;
    line-height: normal;
  }
  .inbenta-helpsite__header .container__center h3 {
    font-size: 22px;
  }
  .inbenta-helpsite__header .container__buttons, .inbenta-helpsite__header .container__links {
    flex-basis: auto;
  }
}

@media screen and (max-width: 500px) {
  .inbenta-helpsite__header .container__links {
    display: none;
  }
  .inbenta-helpsite__header .container__logo {
    margin-left: 0;
  }
  .inbenta-helpsite__header .container__buttons {
    align-items: center;
  }
  .inbenta-helpsite__header .container__buttons .button--secondary {
    display: none;
  }
  .inbenta-helpsite__header .container__buttons:after {
    position: relative;
    content: '#';
    display: block;
    font-family: inbenta-app-icons;
    font-size: 20px;
    margin-left: 16px;
  }
}

.inbenta-helpsite__body .banner-home, .inbenta-helpsite__body .banner-results {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  margin-bottom: 48px;
  width: 100%;
}

.inbenta-helpsite__body .banner-home__pic, .inbenta-helpsite__body .banner-results__pic {
  background-repeat: no-repeat;
  background-color: #545084;
  background-position: 50%;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 50%;
}

.inbenta-helpsite__body .banner-home__pic .icon-info, .inbenta-helpsite__body .banner-results__pic .icon-info {
  width: 56px;
  height: 56px;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.26), 0 10px 20px 0 rgba(0, 0, 0, 0.19);
}

.inbenta-helpsite__body .banner-home__pic .icon-info:before, .inbenta-helpsite__body .banner-results__pic .icon-info:before {
  color: #58b7b3;
  font-size: 24px;
}

.inbenta-helpsite__body .banner-home__text, .inbenta-helpsite__body .banner-results__text {
  flex-basis: 50%;
  padding: 32px;
}

.inbenta-helpsite__body .banner-home__text h2, .inbenta-helpsite__body .banner-results__text h2 {
  padding-bottom: 16px;
  color: #545084;
  font-size: 32px;
  line-height: 45px;
}

@media screen and (max-width: 820px) {
  .inbenta-helpsite__body .banner-home__text h2, .inbenta-helpsite__body .banner-results__text h2 {
    font-size: 22px;
    line-height: 1.7;
  }
}

.inbenta-helpsite__body .banner-home__text p, .inbenta-helpsite__body .banner-results__text p {
  padding-bottom: 16px;
}

@media screen and (max-width: 608px) {
  .inbenta-helpsite__body .banner-home, .inbenta-helpsite__body .banner-results {
    flex-flow: column wrap;
  }
  .inbenta-helpsite__body .banner-home__pic, .inbenta-helpsite__body .banner-results__pic {
    height: 240px;
  }
  .inbenta-helpsite__body .banner-home h2, .inbenta-helpsite__body .banner-results h2 {
    font-size: 24px;
    line-height: 1.7;
  }
}

.inbenta-helpsite__body .banner-home__pic {
  background-image: url('https://static-or00.inbenta.com/895b39f9fd8e393c3dccad306ce1dcd156961d2d7c2281fa03ab7750e3863098/aesio/8c4e08fcf93e1aabe150c077a07e39b6.png');
}

.inbenta-helpsite__body .banner -results__pic {
  background-image: url('https://static-or00.inbenta.com/895b39f9fd8e393c3dccad306ce1dcd156961d2d7c2281fa03ab7750e3863098/aesio/5304ae60b9840560b70c6c6c89dee0a0.png');
}

.inbenta-helpsite__body .banner-content {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 32px;
  margin-bottom: 32px;
}

.inbenta-helpsite__body .banner-content h1 {
  color: #545084;
  font-weight: 300;
  text-align: center;
  margin-bottom: 40px;
}

.inbenta-helpsite__body .banner-content__list, .inbenta-helpsite__body .banner-content__list__item {
  display: flex;
  align-items: center;
}

.inbenta-helpsite__body .banner-content__list {
  justify-content: space-between;
}

.inbenta-helpsite__body .banner-content__list__item {
  flex-direction: column;
  flex-shrink: 1;
  flex-basis: 20%;
  text-align: center;
  padding: 0 12px;
}

.inbenta-helpsite__body .banner-content__list__item .icon-info {
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.inbenta-helpsite__body .banner-content__list__item .icon-info:before {
  font-size: 30px;
}

.inbenta-helpsite__body .banner-content__list__item h4 {
  color: #545084;
  line-height: 32px;
}

.inbenta-helpsite__body .banner-content__list__item h4 small {
  color: #DADADA;
}

@media screen and (max-width: 608px) {
  .inbenta-helpsite__body .banner-content h1 {
    font-size: 28px;
    line-height: 1.7;
  }
  .inbenta-helpsite__body .banner-content__list {
    flex-flow: row wrap;
    justify-content: flex-start;
  }
  .inbenta-helpsite__body .banner-content__list__item {
    flex-basis: 50%;
    margin-bottom: 16px;
  }
}

.inbenta-helpsite__body .banner-section {
  padding: 32px;
  margin: 32px 0;
  background-color: #545084;
}

.inbenta-helpsite__body .banner-section__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.inbenta-helpsite__body .banner-section__text h1 {
  color: white;
  font-size: 32px;
  line-height: 45px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  padding-bottom: 16px;
  font-weight: 300;
}

.inbenta-helpsite__body .banner-section__text p {
  color: white;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  max-width: 35%;
  text-align: center;
}

.inbenta-helpsite__body .banner-section--category {
  background: url('https://static-or00.inbenta.com/895b39f9fd8e393c3dccad306ce1dcd156961d2d7c2281fa03ab7750e3863098/aesio/0c5ff4b02c013fc97710ab0d3e2fb0a6.png') no-repeat 50%;
  background-size: cover;
}

.inbenta-helpsite__body .banner-section--error {
  background: url('https://static-or00.inbenta.com/895b39f9fd8e393c3dccad306ce1dcd156961d2d7c2281fa03ab7750e3863098/aesio/58052fff3e1a61cf2fd99381884aa114.png') no-repeat 50%;
  background-size: cover;
}

@media screen and (max-width: 608px) {
  .inbenta-helpsite__body .banner-section__text h1 {
    font-size: 28px;
    line-height: 1.7;
  }
  .inbenta-helpsite__body .banner-section__text p {
    max-width: 100%;
    padding: 0 16px;
  }
}

.inbenta-helpsite__footer {
  display: flex;
  align-items: center;
  background-color: #545084;
  height: 148px;
  color: white;
}

.inbenta-helpsite__footer a {
  color: white;
}

.inbenta-helpsite__footer__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 2;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1400px) {
  .inbenta-helpsite__footer {
    padding: 0 16px;
  }
}

@media screen and (max-width: 820px) {
  .inbenta-helpsite__footer__container {
    padding: 0 16px;
    max-width: 100%;
  }
  .inbenta-helpsite__footer .container__logo {
    flex-shrink: 0;
    margin: 0 24px;
  }
  .inbenta-helpsite__footer .container__buttons, .inbenta-helpsite__footer .container__links, .inbenta-helpsite__footer .container__logo {
    flex-basis: auto;
  }
}

@media screen and (max-width: 608px) {
  .inbenta-helpsite__footer__container {
    flex-flow: row wrap;
  }
  .inbenta-helpsite__footer__container__buttons {
    width: 100%;
    justify-content: flex-end;
    padding: 8px 0 0 16px;
  }
}

@media screen and (max-width: 500px) {
  .inbenta-helpsite__footer__container {
    padding: 0;
  }
  .inbenta-helpsite__footer__container__logo {
    margin-left: 0;
  }
}

@media screen and (max-width: 395px) {
  .inbenta-helpsite__footer .container__links {
    font-size: 11px;
  }
}

.inbenta-km__breadcrumb {
  font-size: 11px !important;
  font-weight: 600 !important;
  line-height: 18px;
  padding: 0;
}

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

@media screen and (max-width: 500px) {
  .inbenta-km__breadcrumb {
    margin: 24px 0;
  }
}

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

@media screen and (max-width: 608px) {
  .inbenta-km__rating__comment {
    flex-flow: row wrap;
  }
  .inbenta-km__rating .comment__phrase {
    margin-bottom: 16px;
  }
}

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

.inbenta-km__autocompleter__link {
  display: block !important;
  color: #7A7A7A !important;
}

.inbenta-km__autocompleter__link:focus {
  cursor: pointer;
  background: #fbfafb;
}

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

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

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

/***** CUSTOM STYLE *****/
body.inbenta-error .inbenta-helpsite {
  background: none;
}

body #page-content {
  text-align: center;
}

body #page-content .h5 {
  font-family: "Montserrat",sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #611A64;
  text-rendering: optimizeLegibility;
  font-size: 22px;
}

body #page-content .mb-6 {
  margin-bottom: 3em !important;
}

body #page-content .mb-7 a {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0.625rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 3rem;
  transition: all 0.3s;
  font-family: inherit;
  font-size: 0.875rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #c2067B;
  color: #fff;
  font-family: "Montserrat",sans-serif;
  font-size: 14px;
  text-transform: inherit;
}

body .inbenta-helpsite {
  background-color: #fff;
  overflow: hidden;
  background: linear-gradient(180deg, #fbfbfb 505px, #FFF 385px);
}

body .inbenta-helpsite--content {
  background: none;
}

body .inbenta-helpsite--content .inbenta-km {
  background-color: #FFF !important;
  max-width: 100% !important;
}

body .inbenta-helpsite--content .inbenta-helpsite__body {
  padding: 0 !important;
  margin: 0 !important;
}

body .inbenta-helpsite--content .inbenta-helpsite__body .inbenta-km__breadcrumb {
  padding: 0 60px;
  background-color: #fbfbfb;
  padding-top: 50px;
}

body .inbenta-helpsite--content .inbenta-helpsite__body .inbenta-km__faqs__content .inbenta-km__faq__header {
  background-color: #fbfbfb;
  margin: initial;
  max-width: 100%;
  text-align: center;
  padding: 0 60px;
}

body .inbenta-helpsite--content .inbenta-helpsite__body .inbenta-km__faqs__content .inbenta-km__faq__header .inbenta-km__faq__title {
  max-width: 987px;
  display: inline-block;
  text-align: left;
}

body .inbenta-helpsite--content .inbenta-helpsite__body .inbenta-km__faqs__content .inbenta-km__faq__labels {
  text-align: left;
  width: 100%;
  max-width: 987px;
  display: inline-block;
}

body .inbenta-helpsite--content .inbenta-helpsite__body .inbenta-km__faqs__content .inbenta-km__faq__body {
  width: 100%;
  max-width: 987px;
  margin: auto;
  margin-top: 30px;
  padding: 0;
}

body .inbenta-helpsite--content .inbenta-km__popular {
  padding: 0 60px;
}

body .inbenta-helpsite #dynamic-header {
  margin: 0;
}

body .inbenta-helpsite .inbenta-km {
  background-color: transparent;
  padding: 0 60px;
}

body .inbenta-helpsite .inbenta-km__breadcrumb {
  flex-wrap: wrap;
  overflow-x: initial;
  position: relative;
  margin: 0;
  max-width: 100%;
}

body .inbenta-helpsite .inbenta-km__breadcrumb__element a {
  font-size: 13px;
  color: #611a64;
  font-weight: 500;
  font-family: "Montserrat";
  text-decoration: underline;
}

body .inbenta-helpsite .inbenta-km__breadcrumb__element.inbenta-km-active a {
  text-decoration: none;
}

body .inbenta-helpsite .inbenta-km__breadcrumb__element:first-child:before {
  content: none;
}

body .inbenta-helpsite .inbenta-km__breadcrumb__element:after {
  content: '/';
  font-family: inherit !important;
}

body .inbenta-helpsite .inbenta-km__breadcrumb__element:last-child:after {
  content: none;
}

body .inbenta-helpsite .inbenta-km__search {
  margin-bottom: 0;
  /** {
          z-index: 2;
        }

        &:before {
          content: ' ';
          position: absolute;
          width: 100vw;
          height: calc(100% + 1px);
          background: #fbfafb;
          transform: translateX(-50%);
          left: 50%;
          top: 0;
          pointer-events: none;
        }*/
}

body .inbenta-helpsite .inbenta-km__search__title {
  font-size: 62px;
  color: #611a64;
  font-weight: 900;
  font-family: "Montserrat";
  text-align: center;
  margin-bottom: 64px;
  position: relative;
  line-height: normal;
}

body .inbenta-helpsite .inbenta-km__search__form {
  box-shadow: none;
  max-width: 570px;
  margin: auto;
}

body .inbenta-helpsite .inbenta-km__search__form .form__input {
  height: 54px;
  border-radius: 7px;
  background-color: #ffffff;
  border: 0.5px solid #707070;
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

body .inbenta-helpsite .inbenta-km__search__form .form__button .inbenta-km-button {
  width: 63px;
  height: 56px;
  border-radius: 7px;
  background-color: #c2067b;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

body .inbenta-helpsite .inbenta-km__popular .inbenta-km-subtitle {
  font-size: 30px;
  color: #611a64;
  font-weight: 700;
  font-family: "Montserrat";
  text-align: center;
}

body .inbenta-helpsite .inbenta-km__popular .inbenta-km__faq__body {
  opacity: 1;
  max-height: inherit;
}

body .inbenta-helpsite .inbenta-km__categories {
  margin-top: 52px;
  justify-content: center;
}

body .inbenta-helpsite .inbenta-km__categories .container__category-name {
  text-align: center;
  justify-content: center;
}

body .inbenta-helpsite .inbenta-km__categories .container__category-name__return {
  margin-bottom: 50px;
}

body .inbenta-helpsite .inbenta-km__categories .container__category-name__return a {
  font-size: 13px;
  color: #611a64;
  font-weight: 500;
  font-family: "Montserrat";
}

body .inbenta-helpsite .inbenta-km__categories .container__category-name__title {
  font-size: 30px;
  color: #611a64;
  font-weight: 700;
  font-family: "Montserrat";
  text-align: center;
}

body .inbenta-helpsite .inbenta-km__categories .container__category-contents .inbenta-km__faqs {
  justify-content: space-between;
}

body .inbenta-helpsite .inbenta-km__categories .container__category-contents .inbenta-km__faqs .inbenta-km__faq {
  background: none;
  box-shadow: none;
  flex: initial;
  padding-right: 50px;
  width: 48%;
  margin-bottom: 30px;
  padding: 0 20px;
}

body .inbenta-helpsite .inbenta-km__categories .container__category-contents .inbenta-km__faqs .inbenta-km__faq__title {
  flex-grow: initial;
  border-radius: 4px;
  background-color: #f0f0f0;
  border: 0.5px solid #707070;
  flex-basis: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 25px;
}

body .inbenta-helpsite .inbenta-km__categories .container__category-contents .inbenta-km__faqs .inbenta-km__faq__title .title__faq {
  font-size: 20px;
  align-items: initial;
}

body .inbenta-helpsite .inbenta-km__categories .container__category-contents .inbenta-km__faqs .inbenta-km__faq__title .title__faq__text {
  padding-right: 20px;
}

body .inbenta-helpsite .inbenta-km__categories .container__category-contents .inbenta-km__faqs .inbenta-km__faq__title .title__faq__icon {
  display: inline-block;
  padding-right: 15px;
}

body .inbenta-helpsite .inbenta-km__categories .container__category-contents .inbenta-km__faqs .inbenta-km__faq__title .title__faq__icon:before {
  content: url('https://static-or00.inbenta.com/895b39f9fd8e393c3dccad306ce1dcd156961d2d7c2281fa03ab7750e3863098/aesio/right.svg');
  border-radius: 0;
  box-shadow: none;
  height: 30px;
  width: 30px;
  padding: 0;
}

body .inbenta-helpsite .inbenta-km__categories .container__category__group {
  justify-content: space-between;
  margin-bottom: 20px;
}

body .inbenta-helpsite .inbenta-km__categories .container__category__group .inbenta-km__category__image {
  display: none;
}

body .inbenta-helpsite .inbenta-km__categories__container__base .container__category__group {
  justify-content: space-between;
  margin-bottom: 20px;
}

body .inbenta-helpsite .inbenta-km__categories__container__base .container__category__group:nth-of-type(1) .inbenta-km__category:nth-of-type(1) .inbenta-km__category__image {
  background-image: url("https://static-or00.inbenta.com/895b39f9fd8e393c3dccad306ce1dcd156961d2d7c2281fa03ab7750e3863098/aesio/espace.png");
  width: 37px;
  height: 28px;
}

body .inbenta-helpsite .inbenta-km__categories__container__base .container__category__group:nth-of-type(1) .inbenta-km__category:nth-of-type(2) .inbenta-km__category__image {
  background-image: url("https://static-or00.inbenta.com/895b39f9fd8e393c3dccad306ce1dcd156961d2d7c2281fa03ab7750e3863098/aesio/sante.png");
  width: 39px;
  height: 35px;
}

body .inbenta-helpsite .inbenta-km__categories__container__base .container__category__group:nth-of-type(2) .inbenta-km__category:nth-of-type(1) .inbenta-km__category__image {
  background-image: url("https://static-or00.inbenta.com/895b39f9fd8e393c3dccad306ce1dcd156961d2d7c2281fa03ab7750e3863098/aesio/divers.png");
}

body .inbenta-helpsite .inbenta-km__categories__container__base .container__category__group:nth-of-type(2) .inbenta-km__category:nth-of-type(2) .inbenta-km__category__image {
  background-image: url("https://static-or00.inbenta.com/895b39f9fd8e393c3dccad306ce1dcd156961d2d7c2281fa03ab7750e3863098/aesio/services.png");
  width: 47px;
  height: 31px;
}

body .inbenta-helpsite .inbenta-km__categories__container__base .container__category__group:nth-of-type(3) .inbenta-km__category:nth-of-type(1) .inbenta-km__category__image {
  background-image: url("https://static-or00.inbenta.com/895b39f9fd8e393c3dccad306ce1dcd156961d2d7c2281fa03ab7750e3863098/aesio/prevoyance.png");
  width: 44px;
  height: 31px;
}

body .inbenta-helpsite .inbenta-km__categories__container__base .container__category__group:nth-of-type(3) .inbenta-km__category:nth-of-type(2) .inbenta-km__category__image {
  background-image: url("https://static-or00.inbenta.com/895b39f9fd8e393c3dccad306ce1dcd156961d2d7c2281fa03ab7750e3863098/aesio/assurance.png");
  width: 34px;
  height: 34px;
}

body .inbenta-helpsite .inbenta-km__categories__container__base .container__category__group:nth-of-type(4) .inbenta-km__category:nth-of-type(1) .inbenta-km__category__image {
  background-image: url("https://static-or00.inbenta.com/895b39f9fd8e393c3dccad306ce1dcd156961d2d7c2281fa03ab7750e3863098/aesio/covid.png");
  width: 35px;
  height: 35px;
  background-size: contain;
}

body .inbenta-helpsite .inbenta-km__categories__container__base .container__category__group .inbenta-km__category__image {
  display: inline-block;
}

body .inbenta-helpsite .inbenta-km__categories .inbenta-km-title {
  font-size: 30px;
  color: #611a64;
  font-weight: 700;
  font-family: "Montserrat";
  text-align: center;
  margin-bottom: 90px;
}

body .inbenta-helpsite .inbenta-km__categories .inbenta-km__category {
  flex-grow: initial;
  width: 42%;
  height: 109px;
  border-radius: 4px;
  background-color: #f0f0f0;
  border: 0.5px solid #707070;
  flex-basis: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 25px;
}

body .inbenta-helpsite .inbenta-km__categories .inbenta-km__category__image {
  display: inline-block;
  width: 39px;
  height: 31px;
}

body .inbenta-helpsite .inbenta-km__categories .inbenta-km__category__content-category {
  flex-direction: initial;
  width: 100%;
}

body .inbenta-helpsite .inbenta-km__categories .inbenta-km__category .content-category {
  align-items: center;
}

body .inbenta-helpsite .inbenta-km__categories .inbenta-km__category .content-category__title {
  font-size: 20px;
  color: #611a64;
  font-weight: 500;
  font-family: "Montserrat";
  background-color: #f0f0f0;
  justify-content: flex-start;
  text-align: left;
}

body .inbenta-helpsite .inbenta-km__categories .inbenta-km__category .content-category__icon {
  display: flex;
  min-height: auto;
  padding: 8px 16px;
}

body .inbenta-helpsite .inbenta-km__categories .inbenta-km__category .content-category__icon:before {
  content: url("https://static-or00.inbenta.com/895b39f9fd8e393c3dccad306ce1dcd156961d2d7c2281fa03ab7750e3863098/aesio/right.svg");
  border-radius: 0;
  box-shadow: none;
  height: 30px;
  width: 30px;
  padding: 0;
}

body .inbenta-helpsite .inbenta-km__results .inbenta-km__faq__body {
  opacity: 1;
  max-height: inherit;
}

body .inbenta-helpsite .inbenta-km__related {
  margin: 0;
  margin-top: 36px;
}

body .inbenta-helpsite .inbenta-km__related__title {
  color: #5b5b5b;
}

body .inbenta-helpsite .inbenta-km__related .inbenta-km__faq {
  margin: 0;
  padding: 0 !important;
  margin-bottom: 0 !important;
}

body .inbenta-helpsite .inbenta-km__related .inbenta-km__faq__title {
  max-width: 100% !important;
}

body .inbenta-helpsite .inbenta-km__related .inbenta-km__faq__title .title__faq {
  font-size: 18px !important;
}

body .inbenta-helpsite .inbenta-km__faqs {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 50px;
}

body .inbenta-helpsite .inbenta-km__faqs .inbenta-km__faq {
  background: none;
  box-shadow: none;
  width: 50%;
  padding: 20px;
  margin-bottom: 100px;
  justify-content: space-between;
}

body .inbenta-helpsite .inbenta-km__faqs .inbenta-km__faq__title {
  padding: 0;
}

body .inbenta-helpsite .inbenta-km__faqs .inbenta-km__faq__title .title__faq {
  font-size: 30px;
  color: #611a64;
  font-weight: 400;
  font-family: "Montserrat";
}

body .inbenta-helpsite .inbenta-km__faqs .inbenta-km__faq__title .title__faq__icon {
  display: none;
}

body .inbenta-helpsite .inbenta-km__faqs .inbenta-km__faq__labels .inbenta-km__faq__label {
  background-color: #f0f0f0;
  display: inline-block;
  height: 27px;
  border-radius: 3px;
  margin: 5px 0;
}

body .inbenta-helpsite .inbenta-km__faqs .inbenta-km__faq__labels .inbenta-km__faq__label a {
  font-size: 17px;
  color: #611a64;
  font-weight: 600;
  font-family: "Montserrat";
  padding: 5px;
  margin: 0 10px;
}

body .inbenta-helpsite .inbenta-km__faqs .inbenta-km__faq__body .body__contents {
  font-size: 17px;
  color: #5b5b5b;
  font-weight: 500;
  font-family: "Montserrat";
  padding: 0;
  margin-top: 10px;
}

body .inbenta-helpsite .inbenta-km__faqs .inbenta-km__faq__body .body__contents__link {
  font-size: 17px;
  color: #c2067b;
  font-weight: 600;
  font-family: "Montserrat";
  margin-top: 20px;
  display: inline-block;
  pointer-events: all;
  position: relative;
}

body .inbenta-helpsite .inbenta-km__faqs .inbenta-km__faq__body .body__contents__link:after {
  background-color: #c2067b;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

body .inbenta-helpsite .inbenta-km__faqs .inbenta-km__faq__body .body__contents ul {
  padding-left: 20px;
}

body .inbenta-helpsite .inbenta-km__faqs .inbenta-km__faq__body .body__contents ul li {
  list-style-type: disc;
}

body .inbenta-helpsite .inbenta-km__faqs__content {
  margin-top: 0;
}

body .inbenta-helpsite .inbenta-km__faqs__content .inbenta-km__faq {
  width: 100%;
  padding: 0;
}

body .inbenta-helpsite .inbenta-km__faqs__content .inbenta-km__faq__header {
  margin: auto;
  max-width: 987px;
  position: relative;
}

body .inbenta-helpsite .inbenta-km__faqs__content .inbenta-km__faq__title {
  max-width: 570px;
}

body .inbenta-helpsite .inbenta-km__faqs__content .inbenta-km__faq__title .title__faq {
  font-size: 48px;
  color: #611a64;
  font-weight: 900;
  font-family: "Montserrat";
  padding: 32px 0;
}

body .inbenta-helpsite .inbenta-km__faqs__content .inbenta-km__faq__title .title__faq h1 {
  font-weight: 900;
  line-height: 54px;
  font-size: 48px;
}

body .inbenta-helpsite .inbenta-km__faqs__content .inbenta-km__faq__labels {
  position: relative;
}

body .inbenta-helpsite .inbenta-km__faqs__content .inbenta-km__faq__body {
  margin-top: 30px;
}

body .inbenta-helpsite .inbenta-km__faqs__content .inbenta-km__faq__body .body__contents {
  font-size: 17px;
  color: #5b5b5b;
  font-weight: 500;
  font-family: "Montserrat";
}

body .inbenta-helpsite .inbenta-km__faqs__content .inbenta-km__faq__body .body__contents a {
  color: #c2067b;
  text-decoration: underline;
}

body .inbenta-helpsite .inbenta-km__faqs__content .inbenta-km__faq__body .body__rating .inbenta-km__rating {
  background: #fff;
}

/* body .inbenta-helpsite .inbenta-km__faqs__content .inbenta-km__faq__body .body__rating .inbenta-km__rating__content .inbenta-km-button {
  background-color: #ffffff;
  border: 1px solid #c2067b;
  color: #c2067b;
  box-shadow: none;
} */

body .inbenta-helpsite .inbenta-km__faqs__content .inbenta-km__faq__body .body__rating .inbenta-km__rating__content .inbenta-km-button__icon {
  padding-right: 10px;
}

body .inbenta-helpsite .inbenta-km__faqs__content .inbenta-km__faq__body .body__rating .inbenta-km__rating__comment {
  padding: 0;
}

body .inbenta-helpsite .inbenta-km__faqs__content .inbenta-km__faq__body .body__rating .inbenta-km__rating__comment .comment__feedback {
  width: 100%;
  flex-direction: column;
  align-items: flex-end;
}

body .inbenta-helpsite .inbenta-km__faqs__content .inbenta-km__faq__body .body__rating .inbenta-km__rating__comment .comment__feedback__intro {
  width: 100%;
  margin-bottom: 20px;
  color: #611a64;
}

body .inbenta-helpsite .inbenta-km__faqs__content .inbenta-km__faq__body .body__rating .inbenta-km__rating__comment .comment__feedback__wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-direction: row-reverse;
}

body .inbenta-helpsite .inbenta-km__faqs__content .inbenta-km__faq__body .body__rating .inbenta-km__rating__comment .comment__feedback textarea {
  border-radius: 4px;
  background-color: #ffffff;
  border: 0.5px solid #707070;
  height: 189px;
  width: 100%;
  margin: 0;
  margin-bottom: 50px;
}

body .inbenta-helpsite .inbenta-km__faqs__content .inbenta-km__faq__body .body__rating .inbenta-km__rating__comment .comment__feedback__button {
  width: 124px;
  height: 36px;
  border-radius: 18px;
}

body .inbenta-helpsite .inbenta-km__faqs__content .inbenta-km__faq__body .body__rating .inbenta-km__rating__comment .comment__feedback__button__text {
  font-size: 17px;
  color: #5b5b5b;
  font-weight: 500;
  font-family: "Montserrat";
}

body .inbenta-helpsite .inbenta-km__faqs__content .inbenta-km__faq__body .body__rating .inbenta-km__rating__comment .comment__feedback__button__text a {
  color: #c2067b;
  text-decoration: underline;
}

body .inbenta-helpsite .inbenta-km__faqs__content .inbenta-km__faq__body .body__rating .inbenta-km__rating__comment .comment__feedback__button .inbenta-km-button {
  background-color: #c2067b;
  border: 1px solid #c2067b;
  justify-content: center;
  padding: 0;
}

body .inbenta-helpsite .inbenta-km__faqs__content .inbenta-km__faq__body .body__rating .inbenta-km__rating__comment .comment__feedback__button .inbenta-km-button—-disabled {
  pointer-events: none;
}

body .inbenta-helpsite .inbenta-km__faqs__content .inbenta-km__faq__body .body__rating .inbenta-km__rating__thanks {
  font-size: 17px;
  color: #5b5b5b;
  font-weight: 500;
  font-family: "Montserrat";
  padding: 0;
}

body .inbenta-helpsite .inbenta-km__results__title {
  font-size: 30px;
  color: #611a64;
  font-weight: 700;
  font-family: "Montserrat";
  text-align: center;
}

body .inbenta-helpsite .inbenta-km__results__extended {
  box-shadow: none !important;
}

body .inbenta-helpsite .inbenta-km__results__extended .inbenta-km__faqs {
  box-shadow: none !important;
  background-color: transparent;
}

body .inbenta-helpsite .banner-home {
  display: flex;
  justify-content: center;
  background-color: transparent;
  overflow: inherit;
  width: auto;
  max-width: 100%;
  position: relative;
}

body .inbenta-helpsite .banner-home__controls {
  display: none;
  /** {
          z-index: 0;
        }

        &:before {
          content: ' ';
          position: absolute;
          width: 100vw;
          height: calc(100% + 1px);
          background: #fbfbfb;
          transform: translateX(-50%);
          left: 50%;
          bottom: 10%;
          pointer-events: none;
        }*/
}

body .inbenta-helpsite .banner-home .swiper-wrapper {
  margin-top: 70px;
  justify-content: center;
}

body .inbenta-helpsite .banner-home__text {
  width: 174px;
  height: 176px;
  border-radius: 4px;
  background-color: #fff;
  flex-basis: auto;
  margin-right: 80px;
  padding: 0;
  border: 0.5px solid #707070;
  flex-shrink: 0;
}

body .inbenta-helpsite .banner-home__text a {
  padding: 32px;
  display: inline-block;
  width: 100%;
  height: 100%;
}

body .inbenta-helpsite .banner-home__text a h2 {
  line-height: 27px;
}

body .inbenta-helpsite .banner-home__text:last-child {
  margin: 0;
}

body .inbenta-helpsite .banner-home__text--image {
  width: 48px;
  height: 60px;
  background-repeat: no-repeat;
  margin: auto;
  background-size: contain;
}

body .inbenta-helpsite .banner-home__text--image--popular {
  background-image: url("https://static-or00.inbenta.com/895b39f9fd8e393c3dccad306ce1dcd156961d2d7c2281fa03ab7750e3863098/aesio/flag.svg");
}

body .inbenta-helpsite .banner-home__text--image--categories {
  background-image: url("https://static-or00.inbenta.com/895b39f9fd8e393c3dccad306ce1dcd156961d2d7c2281fa03ab7750e3863098/aesio/help.svg");
}

body .inbenta-helpsite .banner-home__text--image--contact {
  background-image: url("https://static-or00.inbenta.com/895b39f9fd8e393c3dccad306ce1dcd156961d2d7c2281fa03ab7750e3863098/aesio/mail.svg");
}

body .inbenta-helpsite .banner-home__text--text {
  color: #611a64 !important;
}

body .inbenta-helpsite .banner-home__text.active, body .inbenta-helpsite .banner-home__text:hover {
  background-color: #c2067b;
}

body .inbenta-helpsite .banner-home__text.active .banner-home__text--text, body .inbenta-helpsite .banner-home__text:hover .banner-home__text--text {
  color: #FFF !important;
}

body .inbenta-helpsite .banner-home__text.active .banner-home__text--image--popular, body .inbenta-helpsite .banner-home__text:hover .banner-home__text--image--popular {
  background-image: url("https://static-or00.inbenta.com/895b39f9fd8e393c3dccad306ce1dcd156961d2d7c2281fa03ab7750e3863098/aesio/flag-active.svg");
}

body .inbenta-helpsite .banner-home__text.active .banner-home__text--image--categories, body .inbenta-helpsite .banner-home__text:hover .banner-home__text--image--categories {
  background-image: url("https://static-or00.inbenta.com/895b39f9fd8e393c3dccad306ce1dcd156961d2d7c2281fa03ab7750e3863098/aesio/help-active.svg");
}

body .inbenta-helpsite .banner-home__text.active .banner-home__text--image--contact, body .inbenta-helpsite .banner-home__text:hover .banner-home__text--image--contact {
  background-image: url("https://static-or00.inbenta.com/895b39f9fd8e393c3dccad306ce1dcd156961d2d7c2281fa03ab7750e3863098/aesio/mail-active.svg");
}

body .inbenta-helpsite .banner-home__text.active a {
  pointer-events: none;
}

body .inbenta-helpsite .banner-home__text--text {
  height: 50px;
  font-size: 17px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Montserrat";
  text-align: center;
}

@media (max-width: 963px) {
  body .inbenta-helpsite {
    background: linear-gradient(180deg, #fbfbfb 480px, #FFF 480px);
  }
  body .inbenta-helpsite--content {
    background: linear-gradient(180deg, #fbfbfb 480px, #FFF 480px);
  }
  body .inbenta-helpsite .inbenta-km__faqs .inbenta-km__faq--active .inbenta-km__faq__body {
    display: block;
    padding: 0 60px;
  }
}

@media (max-width: 810px) {
  body .inbenta-helpsite {
    background: linear-gradient(180deg, #fbfbfb 530px, #FFF 480px);
  }
  body .inbenta-helpsite .inbenta-km {
    padding: 0 30px;
  }
  body .inbenta-helpsite .inbenta-km__breadcrumb {
    display: none;
  }
  body .inbenta-helpsite .inbenta-km .banner-home {
    margin-top: 20px;
    overflow: hidden;
  }
  body .inbenta-helpsite .inbenta-km .banner-home:before {
    content: none;
  }
  body .inbenta-helpsite .inbenta-km .banner-home .swiper-wrapper {
    margin-top: 0;
    justify-content: initial;
  }
  body .inbenta-helpsite .inbenta-km .banner-home__controls {
    text-align: right;
    margin-top: 70px;
    display: initial;
    /*&:before {
          bottom: 284px;
        }
*/
  }
  body .inbenta-helpsite .inbenta-km .banner-home__controls span {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 16px;
    background-color: #ffffff;
    border: 1px solid #c2067b;
    padding: 5px;
    cursor: pointer;
  }
  body .inbenta-helpsite .inbenta-km .banner-home__controls span:before {
    background-image: url("https://static-or00.inbenta.com/895b39f9fd8e393c3dccad306ce1dcd156961d2d7c2281fa03ab7750e3863098/aesio/right.svg");
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
  }
  body .inbenta-helpsite .inbenta-km .banner-home__controls span.banner-home__controls__left:before {
    transform: rotate(180deg);
  }
  body .inbenta-helpsite .inbenta-km .banner-home__controls span.swiper-button-disabled {
    border: 1px solid #707070;
  }
  body .inbenta-helpsite .inbenta-km .banner-home__text {
    margin-right: 25px;
  }
  body .inbenta-helpsite .inbenta-km__popular {
    margin-top: 50px;
  }
  body .inbenta-helpsite .inbenta-km__faqs .inbenta-km__faq {
    flex: 100%;
    border: 0.5px solid #707070;
    padding: 20px;
    margin-bottom: 40px;
    width: 100% !important;
  }
  body .inbenta-helpsite .inbenta-km__faqs .inbenta-km__faq__title .title__faq {
    font-size: 18px;
    pointer-events: none;
  }
  body .inbenta-helpsite .inbenta-km__faqs .inbenta-km__faq__title .title__faq__icon {
    display: initial;
  }
  body .inbenta-helpsite .inbenta-km__faqs .inbenta-km__faq__title .title__faq__icon:before {
    font-size: 36px;
    color: #c2067b;
  }
  body .inbenta-helpsite .inbenta-km__faqs .inbenta-km__faq__title .title__faq h1 {
    line-height: 44px;
    font-size: 28px;
  }
  body .inbenta-helpsite .inbenta-km__faqs .inbenta-km__faq__labels {
    margin-top: 10px;
    margin-bottom: 10px;
    display: none;
  }
  body .inbenta-helpsite .inbenta-km__faqs .inbenta-km__faq__body {
    margin-top: 10px;
    display: none;
  }
  body .inbenta-helpsite .inbenta-km__faqs .inbenta-km__faq--active .inbenta-km__faq__body {
    display: block;
    padding: 0 60px;
  }
  body .inbenta-helpsite .inbenta-km__faqs__content .inbenta-km__faq {
    border: none;
    padding: 0;
  }
  body .inbenta-helpsite .inbenta-km__faqs__content .inbenta-km__faq__title .title__faq {
    font-size: 30px;
  }
  body .inbenta-helpsite .inbenta-km__faqs__content .inbenta-km__faq__title .title__faq__icon {
    display: none;
  }
  body .inbenta-helpsite .inbenta-km__faqs__content .inbenta-km__faq__labels {
    display: block;
  }
  body .inbenta-helpsite .inbenta-km__faqs__content .inbenta-km__faq__body {
    display: block;
    margin-top: 60px;
  }
  body .inbenta-helpsite .inbenta-km__faqs__content .inbenta-km__rating .comment__feedback__wrapper {
    display: block !important;
  }
  body .inbenta-helpsite .inbenta-km__faqs__content .inbenta-km__rating .comment__feedback__wrapper .comment__feedback__button {
    margin-bottom: 30px !important;
  }
  body .inbenta-helpsite .inbenta-km__faqs__content .inbenta-km__rating .comment__feedback textarea {
    margin-bottom: 30px !important;
  }
  body .inbenta-helpsite .inbenta-km__faqs__content .inbenta-km__rating .comment__feedback__button {
    width: 100% !important;
  }
  body .inbenta-helpsite .inbenta-km__faqs:not(.inbenta-km__faqs__content) .inbenta-km__faq--active .inbenta-km__faq__body {
    padding: 0;
  }
  body .inbenta-helpsite .inbenta-km__category {
    margin-right: 8px;
    width: 100% !important;
  }
  body .inbenta-helpsite .inbenta-km__categories .container__category__group {
    margin-bottom: 0;
  }
  body .inbenta-helpsite .inbenta-km__categories .container__category-contents .inbenta-km__faq {
    padding: 0 !important;
    border: none;
  }
}

@media (max-width: 632px) {
  body .inbenta-helpsite {
    background: linear-gradient(180deg, #fbfbfb 630px, #FFF 630px);
  }
}

@media (max-width: 480px) {
  body .inbenta-helpsite .inbenta-km__categories .container__category__group:nth-of-type(1) .inbenta-km__category:nth-of-type(1) .inbenta-km__category__image {
    background-image: url("https://static-or00.inbenta.com/895b39f9fd8e393c3dccad306ce1dcd156961d2d7c2281fa03ab7750e3863098/aesio/espace.png");
    width: 24px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  body .inbenta-helpsite .inbenta-km__categories .container__category__group:nth-of-type(1) .inbenta-km__category:nth-of-type(2) .inbenta-km__category__image {
    background-image: url("https://static-or00.inbenta.com/895b39f9fd8e393c3dccad306ce1dcd156961d2d7c2281fa03ab7750e3863098/aesio/sante.png");
    width: 22px;
    height: 19px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  body .inbenta-helpsite .inbenta-km__categories .container__category__group:nth-of-type(2) .inbenta-km__category:nth-of-type(1) .inbenta-km__category__image {
    background-image: url("https://static-or00.inbenta.com/895b39f9fd8e393c3dccad306ce1dcd156961d2d7c2281fa03ab7750e3863098/aesio/divers.png");
    width: 24px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  body .inbenta-helpsite .inbenta-km__categories .container__category__group:nth-of-type(2) .inbenta-km__category:nth-of-type(2) .inbenta-km__category__image {
    background-image: url("https://static-or00.inbenta.com/895b39f9fd8e393c3dccad306ce1dcd156961d2d7c2281fa03ab7750e3863098/aesio/services.png");
    width: 24px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  body .inbenta-helpsite .inbenta-km__categories .container__category__group:nth-of-type(3) .inbenta-km__category:nth-of-type(1) .inbenta-km__category__image {
    background-image: url("https://static-or00.inbenta.com/895b39f9fd8e393c3dccad306ce1dcd156961d2d7c2281fa03ab7750e3863098/aesio/prevoyance.png");
    width: 24px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  body .inbenta-helpsite .inbenta-km__categories .container__category__group:nth-of-type(3) .inbenta-km__category:nth-of-type(2) .inbenta-km__category__image {
    background-image: url("https://static-or00.inbenta.com/895b39f9fd8e393c3dccad306ce1dcd156961d2d7c2281fa03ab7750e3863098/aesio/assurance.png");
    width: 24px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  body .inbenta-helpsite .inbenta-km__categories .inbenta-km__category {
    padding-left: 5px;
  }
  body .inbenta-helpsite .inbenta-km__categories .inbenta-km__category__content-category .content-category__title {
    font-size: 16px;
  }
  body .inbenta-helpsite .inbenta-km__categories .inbenta-km__category__content-category .content-category__icon {
    padding: 2px 4px;
  }
}

@media (max-width: 380px) {
  body .inbenta-helpsite .inbenta-km__categories .inbenta-km__category {
    padding-left: 5px;
  }
  body .inbenta-helpsite .inbenta-km__categories .inbenta-km__category__content-category .content-category__title {
    font-size: 12px;
  }
  body .inbenta-helpsite .inbenta-km__categories .inbenta-km__category__content-category .content-category__icon {
    padding: 2px 4px;
  }
}

/* Custom ratings */

.body__rating {
  position: relative;
}

.body__rating::before {
  content: " ";
  width: 48px;
  height: 2px;
  background-color: #611A64;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.inbenta-km__rating__custom-comment__introduction {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  font-size: 18px;
  color: #611A64;
  margin-bottom: 15px;
  margin-top: 24px;
}

.inbenta-km__rating__custom-comment__introduction .introduction {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #3C053F;
  line-height: 24px;
}

.inbenta-km__rating__custom-comment__introduction .subtitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #3C053F;
  line-height: 24px;
}

.inbenta-km__rating__custom-comment__options {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.inbenta-km__rating__custom-comment__options .inbenta-km__rating__custom-comment__option {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  width: 50%;
  margin-bottom: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px !important;
  font-weight: 400;
}

.inbenta-km__rating__custom-comment__options .inbenta-km__rating__custom-comment__option .comment__option__icon {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  min-width: 24px;
  min-height: 24px;
  width: 24px;
  height: 24px;
  background-color: white;
  border-radius: 50%;
  border: 1px solid #611A64;
}

.inbenta-km__rating__custom-comment__options .inbenta-km__rating__custom-comment__option .comment__option__icon__inner {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: white;
}

.inbenta-km__rating__custom-comment__options .inbenta-km__rating__custom-comment__option--selected .comment__option__icon__inner {
  background-color: #611A64;
}

.inbenta-km__rating__custom-comment__validation-button {
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  background-color: #B50E7D;
  color: white;
  border: none;
  padding: 10px 20px;
  width: 200px;
  height: 40px;
  border-radius: 20px;
}

.inbenta-km__rating__custom-comment__validation-button:disabled {
  opacity: 0.5;
}

@media (max-width: 840px) {
  .inbenta-km__rating__custom-comment__options {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      flex-direction: column;
  }

  .inbenta-km__rating__custom-comment__options .inbenta-km__rating__custom-comment__option {
      width: 100%;
  }
}

/* Ratings - Updated Design */

.inbenta-km__rating .inbenta-km__rating__content .content__buttons .content__buttons__button-wrapper,
.inbenta-km__rating .inbenta-km__rating__content .content__buttons .content__buttons__button-wrapper .inbenta-km-button {
  margin: 0;
}

.inbenta-km__rating .inbenta-km__rating__content .content__buttons .content__buttons__button-wrapper .inbenta-km-button {
  background-color: #ffffff;
  box-shadow: none;
  border: 1px solid #611A64;
  color: #3C053F;
  width: 68px;
  height: 40px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  font-family: 'Montserrat', sans-serif;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}

.inbenta-km__rating .inbenta-km__rating__content .content__buttons .content__buttons__button-wrapper .inbenta-km-button:hover {
  background-color: #611A64;
  color: #ffffff;
}

.inbenta-km__rating .inbenta-km__rating__content .content__buttons .content__buttons__button-wrapper .inbenta-km-button .inbenta-km-button__text {
  display: initial;
  flex-shrink: 0;
  text-transform: uppercase;
}

.inbenta-km__rating .inbenta-km__rating__content .content__buttons .content__buttons__button-wrapper .inbenta-km-button .inbenta-km-button__icon {
  display: none;
}

.inbenta-km__rating .inbenta-km__rating__content .content__buttons .content__buttons__button-wrapper + .content__buttons__button-wrapper {
  margin-left: 10px;
}

.inbenta-km__rating .inbenta-km__rating__content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 10px;
  padding: 0;
  margin-top: 24px;
}

.inbenta-km__rating .inbenta-km__rating__content .content__phrase {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #3C053F;
  margin: 0;
}

@media (max-width: 610px) {
  .inbenta-km__rating .inbenta-km__rating__content {
    flex-direction: column;
    align-items: flex-start;
  }

  .inbenta-km__rating .inbenta-km__rating__content .content__buttons {
    width: 100%;
  }

  .inbenta-km__rating .inbenta-km__rating__content .content__buttons .content__buttons__button-wrapper {
    flex-basis: 50%;
  }

  .inbenta-km__rating .inbenta-km__rating__content .content__buttons .content__buttons__button-wrapper .inbenta-km-button {
    width: 100%;
  }
}
